﻿body {
    font-family: 'Times New Roman';
    height:auto;
}

.topnavbar {
    background-image: linear-gradient(to right,#46568f,#40162e);
}

.nav-item {
    border-right: 1px solid #ffffff;
}

#BESTNAME {
    height: 85px;
    width: 140px;
}

.nav-facebook {
    border-radius: 60px;
    padding: 5px 10px;
    background-color: #ffffff;
}

.nav-linkedin, .nav-twitter {
    padding: 5px 6px;
    border-radius: 50px;
    background-color: #ffffff;
}

#btnfacebook, #btntwitter, #btnlinkedin {
    color: #db4f34;
}

.nav-facebook:hover {
    background-color: #3b5998;
}

.nav-linkedin:hover {
    background-color: #0e76a8;
}

.nav-twitter:hover {
    background-color: #00acee;
}

.olccs {
    width: 120px;
    height: 40px;
}

#btnfacebook:hover, #btntwitter:hover, #btnlinkedin:hover {
    color: #ffffff;
}

#imgplay, #imgios {
    margin-right: 3px;
}

#smlnkphone, #smlnklogin {
    display: none;
}

#btnphone, #btnsignin {
    display: block;
}

.iconsize {
    font-size: 50px;
}

.nav-item1 {
    font-size: 21px;
}

.nav2link {
    color: gray;
    font-family: 'Century Gothic';
    font-weight: 500;
    padding: 29px 0px 29px 50px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.hovertxt {
    color: gray;
}

    .hovertxt:hover {
        text-decoration: none;
        background-color: #ebebeb;
    }

        .hovertxt:hover h6 {
            background-image: linear-gradient(to right, #0394fc, #a503fc);
            color: transparent;
            -webkit-background-clip: text;
            background-clip: text;
        }

ul.footerlist .footer-item {
    display: inline;
    border-right: 1px solid #ffffff;
}

.footerlist {
    margin-bottom: 2px;
    padding: 0;
}

.footer-link {
    font-size: 15px;
    color: #ffffff;
    margin: 7px;
}

    .footer-link:hover {
        text-decoration: none;
        color: #ff6633;
    }

.txtcolor {
    background-image: linear-gradient(to right top, #0394fc, #a503fc);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.txtcolor1 {
    color: #ff6633;
}

.copy {
    font-size: 15px;
    color: gray;
    font-weight: bold;
}


.bg-new {
    background-color: #454443;
}

.threebtn {
    border: 1px solid #ffffff;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
}

.linkhover {
    font-size: 12px;
    color: gray;
}

    .linkhover:hover {
        font-size: 12px;
        color: #ff6633;
        text-decoration: none;
    }

.lblbrowser {
    font-size: 14px;
    color: gray;
    font-weight: 200;
}

.spantxtfoot1 {
    margin-right: 62%;
}

.spantxtfoot {
    margin-right: 35%;
}

#lblnewuser {
    font-size: 25px;
}

.threebtn:hover {
    background-color: #ffffff;
    color: #ff6633;
    text-decoration: none;
}

.nav2link:hover {
    background-image: linear-gradient(to right, #0394fc, #a503fc);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.navbar {
    box-shadow: 0px 6px 0px rgba(0,0,0,0.2);
}


#BestIcon {
    height: 90px;
    width: 170px;
}

.dropdown-toggle {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    width: 668px;
    left: -400%;
    top: 60px;
    z-index: -1;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
}

.align {
    margin-top: 10%;
}

.contact {
    background-image: url("../Images/bg-contactUs.png");
    background-size: cover;
}

.mainsignin {
    width: 72%;
    height: 45%;
    background-color: #ffffff;
}

.dropimg {
    width: 70px;
    height: 70px;
}

.footimg {
    width: 60px;
    height: 60px;
}

.backimg {
    background-image: url("../Images/MyAccountBg.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

.myACbg {
    background: none;
}

.sametxt {
    /*color: #494444;*/
    color:#ffffff;
}

@media only screen and (max-width: 700px) {
    #smlnkphone, #smlnklogin {
        display: block;
    }

    #btnphone, #btnsignin {
        display: none;
    }

    .nav-item:hover {
        border: none;
        background-color: #8c2a11;
    }

    .navbar-nav {
        margin-left: 10px;
    }


    .nav2link:hover {
        background-image: linear-gradient(to right, #0394fc, #a503fc);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }

    .nav2link {
        padding: 3px;
    }

    .dropdown-menu {
        width: 100%;
        box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
    }

    .dropimg {
        display: none;
    }

    .nav-item1 {
        font-size: 15px;
    }

    .spantxtfoot1 {
        margin-right: 72%;
    }

    .spantxtfoot {
        margin-right: 55%;
    }

    .align {
        margin-top: 22%;
    }

    .mainsignin {
        width: 100%;
        height: 100%;
        background-color: #ffffff;
    }

    .myACbg {
        background-image: url("../Images/MyAccountBg.png");
        background-position: left center;
        background-size: cover;
    }

    .backimg {
        background: none;
    }
}

/*--------------------------- Index.aspx ---------------------*/
.bg_gradient {
    background-image: linear-gradient(to right,#40162e,#46568f);
}

.signindiv {
    display: none;
}

.iconbg::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 50px;
    left: 10px;
    /* overflow: hidden; */
}

.itxtstyle {
    color: #ffffff;
}

    .itxtstyle:hover {
        text-decoration: none;
        color: #ffffff;
    }

.wback::before {
    background: url(/images/wback.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.outage::before {
    background: url(/images/outage.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.oapp::before {
    background: url(/images/Oapp.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mreading::before {
    background: url(/images/Mreading.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mgmtplan::before {
    background: url(/images/mgmtplan.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cbilling::before {
    background: url(/images/covid.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.iconbg li {
    display: inline-block;
    position: relative;
    top: 5px;
}

.borders {
    border-right: 1px solid #b8bcc2;
}

    .borders:hover {
        background-color: #3d0322;
    }

.txtuserdiv {
    font-size: 20px;
    font-weight: bold;
}

.fromlbl {
    color: #505052;
}

.lnkregister {
    color: #ff6633;
    text-decoration: underline;
}

    .lnkregister:hover {
        color: #ff6633;
    }

.signin {
    background-color: #ff6633;
    color: #ffffff;
}

    .signin:hover {
        background-color: #d19547;
    }

.Qpay {
    background-color: #545757;
    color: #ffffff;
}

    .Qpay:hover {
        background-color: #60656e;
    }

@media only screen and (max-width: 700px) {
    .borders:hover {
        background-color: transparent;
    }

    .signindiv {
        display: block;
    }
}

.carousel-wrap {
    width: 100%;
    margin: auto;
    position: relative;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2caae1;
}



.owl-carousel .nav-btn {
    height: 70px;
    position: absolute;
    width: 60px;
    cursor: pointer;
    top: 150px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: url(../Images/prev.png) no-repeat scroll 0 0;
    left: -50px;
    background-size: cover;
    background-position: center;
}

.owl-carousel .next-slide {
    background: url(../Images/next.png) no-repeat scroll 0 0;
    right: -50px;
    background-size: cover;
    background-position: center;
}

span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
}

    span.img-text:hover {
        color: #2caae1;
    }

.owltxtcolor {
    color: #858585;
    font-size: 14px;
}

.owlhcolor {
    color: #4b4b4b;
    font-family: 'Century Gothic';
}

.lightborder:hover {
    border: 1px solid #dedede;
}

.bgcolor1 {
    background-color: #3f75bf;
    height: 200px;
    width: 97%;
}

.palign {
    width: 40%;
    padding: 17px 0px 88px 17px;
    color: #ffffff;
}

.lnksize:hover {
    text-decoration: none;
}

.bgcom1 {
    background-image: url("../Images/bg_com1.png");
    background-size: cover;
    height: 100%;
}

.bgcolor2 {
    background-color: #9250d4;
    height: 200px;
    width: 97%;
}

.bgcom2 {
    background-image: url("../Images/bg_com2.png");
    background-size: cover;
    height: 100%;
}

.bgcolor3 {
    background-color: #c48931;
    height: 200px;
    width: 97%;
}

.bgcom3 {
    background-image: url("../Images/bg_com3.png");
    background-size: cover;
    height: 100%;
}

.bgcolor4 {
    background-color: #2eb06f;
    height: 200px;
    width: 97%;
}

.bgcom4 {
    background-image: url("../Images/bg_com4.png");
    background-size: cover;
    height: 100%;
}

.updatecol {
    color: #7b32a8;
}

.uplist {
    color: #7b32a8;
}

    .uplist li {
        color: #7b32a8;
        margin: 20px 2px 20px 2px;
    }

.uplnkhover {
    color: #6e6e6e;
}

    .uplnkhover:hover {
        color: #7b32a8;
        text-decoration: none;
    }

.newscol {
    color: #1b98f7;
}

.newslist {
    color: #1b98f7;
}

    .newslist li {
        color: #1b98f7;
        margin: 20px 2px 20px 2px;
    }

.newslink {
    color: #6e6e6e;
}

    .newslink:hover {
        color: #1b98f7;
        text-decoration: none;
    }

.lnknewsall {
    color: #7b32a8;
}

.lnknewsall {
    color: #7b32a8;
}

    .lnknewsall:hover {
        color: #1b98f7;
        text-decoration: none;
    }

.lnkupall:hover {
    text-decoration: none;
    color: #7b32a8;
}
/*--------------------- Online Payment ----------------------------*/

.Paymentbg {
    background-image: url("../Images/paymentbg.jpg");
    background-size: cover;
    background-position: right center;
}

.mainquickpay {
    background-color: #dedcdc;
    width: 100%;
    height: 90%;
}

body {
    background-color: #ededed;
}

.mainbgcolor {
    background-color: #D3D3D3;
    /*background-color: #ededed;
    border: 2px solid #dbdbdb;*/
}

.labelfont {
    font-size: 19px;
    color: #666666;
    font-family: 'Times New Roman';
}

.stepsol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}

    .stepsol li {
        margin: 1rem 0 0.5rem 0;
        counter-increment: my-awesome-counter;
        position: relative;
        color: #505052;
    }

        .stepsol li::before {
            content: counter(my-awesome-counter);
            background-color: #356387;
            color: #ffffff;
            font-size: 11px;
            position: absolute;
            --size: 20px;
            left: calc(-1 * var(--size) - 10px);
            line-height: var(--size);
            width: var(--size);
            height: var(--size);
            top: 1px;
            border-radius: 50%;
            text-align: center;
            box-shadow: 2px 2px 0 #999;
        }

.btncolor {
}

.bothul li {
    margin: 1rem 0 0.5rem 0;
    position: relative;
    color: #505052;
}

.smtable {
    display: none;
}

.btncolor, .btncolor1 {
    background-color: lightgray;
    margin: 7px 5px 0px 0px;
    display: inline;
    border: none;
}

.focus {
    background-image: linear-gradient(to right,#46568f,#40162e);
    color: #ffffff;
    border: none;
}

.btncolors, .btncolor2 {
    background-color: lightgray;
    margin: 7px 5px 0px 0px;
    display: inline;
    border: none;
}

@media only screen and (max-width: 700px) {
    .Paymentbg {
        background-size: cover;
        background-position: center;
    }

    .smtable {
        display: block;
    }

    .lgtable {
        display: none;
    }
}
/*----------------------- SearchAppDetails.aspx -----------------------*/
.SearchAppDbg {
    background-image: url("../Images/SearchAppDbg.jpg");
    background-size: cover;
    background-position: right center;
}

.borderradius {
    background-color: #ffffff;
    border-radius: 60px;
    padding: 15px 0px 15px 0px;
    position: relative;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: rgba(0,0,0,0.2) 7px 7px;
    width: 100%;
}

.borderradius1 {
    background-color: #ffffff;
    border-radius: 60px;
    /*border-color:black;*/
    padding: 15px 0px 15px 0px;
    position: relative;
    border: 1px solid rgba(0,0,0,0.5);
    box-shadow: rgba(0,0,0,0.2) 7px 7px;
    width: 100%;
}

#txtappid:focus {
    border: none;
}

.imgsearch {
    background-color: #356387;
    display: inline-block;
    position: absolute;
    z-index: 1;
    padding: 23px;
    border-radius: 50px;
    top: -5px;
    left: 0;
}

.headingstyle {
    color: navy;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.headingstyle1 {
    color: navy;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    background-color: #c6c6c6;
}

.optWindow {
    position: fixed;
    left: 0px;
    top: 200px;
    z-index: 1;
    overflow: hidden;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}

.opacity {
    width: 100vh;
    height: 100vh;
    transition: height 0.2s;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    z-index: 1;
}

.error {
    width: 160px;
    height: 120px;
}

.imgdown {
    width: 100px;
    height: 50px;
}

@media only screen and (max-width:700px) {
    .overflow {
        overflow-x: no-display;
        width: 60vh;
    }

    .overflow1 {
        overflow-x: scroll;
        width: 54vh;
        margin-left: 15px;
    }

    .SearchAppDbg {
        background-size: cover;
        background-position: center;
    }

    .imgsearch {
        top: 19px;
        left: -10px;
    }

    .optWindow {
        border: 1px solid rgba(0,0,0,0.2);
        top: 200px;
    }
}

/*--------------------- SearchApplicationStatus.aspx ------------------------*/
.imgsearch1 {
    background-color: #356387;
    display: inline-block;
    position: absolute;
    z-index: 1;
    padding: 23px;
    border-radius: 50px;
    top: 15px;
    left: -12px;
}
.imgsearch12 {
    background-color: #356387;
    display: inline-block;
    position: absolute;
    z-index: 1;
    padding: 23px;
    border-radius: 50px;
    top: 40px;
    left: -25px;
}
.iconsearch {
    height: 40px;
    width: 40px;
}
.txtdate{
    width:85%;
    display:inline;
}
.imgcal{
    width:20px;
    height:20px;
}

.iconsearch1 {
    height: 35px;
    width: 35px;
}

.prosteps {
    padding: 10px;
    border-radius: 50px;
    background-image: linear-gradient(#289e47,#60e082);
}

.stepscolor {
    font-weight: bold;
    color: #ffffff;
}

.workflow {
    background-color: #d0d6d9;
    color: navy;
    font-family: Arial;
    padding: 10px;
    text-align: center;
    border-radius: 50px;
    font-size: 30px;
}

.pensteps {
    padding: 10px;
    border-radius: 50px;
    background-image: linear-gradient(#9e2828,#e05e5e);
}

@media only screen and (max-width:900px) {
    .imgsearch1 {
        top: 70px;
        left: -10px;
    }
}


/*---------------------------- animation for otp ---------------------*/
.optWindow {
    animation-duration: 1s;
    animation-name: slidein;
}

@keyframes slidein {
    from {
        top: 0px;
    }

    to {
        top: 200px;
    }
}

/*------------------------ NewBuildingWisConsumerDetails ----------------------*/

.imgsearch2 {
    background-color: #356387;
    display: inline-block;
    position: absolute;
    z-index: 1;
    padding: 23px;
    border-radius: 50px;
    top: 15px;
    left: -25px;
}

@media only screen and (max-width:700px) {
    .imgsearch2 {
        top: 0px;
        left: 38%;
    }
}

/*------------------ CustomerCollectionCentres.aspx ----------------*/
.imgsearch3 {
    background-color: #356387;
    display: inline-block;
    position: absolute;
    z-index: 1;
    padding: 23px;
    border-radius: 50px;
    top: 25px;
    left: -10px;
}

@media only screen and (max-width:900px) {
    .imgsearch3 {
        top: 0;
        left: 38%;
    }
}


/*---------------------- NewTermsandConditions.aspx -------------------------*/

.accordionContent1 {
    background-color: #ffffff;
    border-radius: 50px;
    padding: 15px 0px 15px 0px;
    position: relative;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: rgba(0,0,0,0.2) 7px 7px;
    text-align: justify;
    padding: 15px 5px 5px;
    width: 99%;
    margin: 10px 0px 20px 0px;
}

.accordionHeaderSelected1 {
    background-color: #666666;
    border-radius: 50px;
    color: #ffffff;
    cursor: pointer;
    font-family: Arial,Sans-Serif;
    font-size: x-large;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    width: 100%;
}

/*----------- New header style -------------*/
.accordionHeaderSelected2 {
    /*background-image:linear-gradient(to left top,#cccccc,#666666,#cccccc);*/
    background-color: #152338;
    border-radius: 50px;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Times New Roman';
    font-size: x-large;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    width: 100%;
}

.accordionHeader1 {
    cursor: pointer;
    font-family: 'Times New Roman';
    font-size: 20px;
    margin-top: 5px;
    padding: 2px;
    width: 100%;
    border: 1px solid gray;
    background-color: #2e4e82;
    border-radius: 5px;
}


@media only screen and (max-width:600px) {
    .accordionContent1 {
        font-size: 30px;
    }

    .accordionHeaderSelected1 {
        padding: 20px 20px;
    }

    .accordionHeader1 {
        padding: 20px 20px;
    }
}


/*------------------- NewfrmMailUndertaking.aspx -------------------*/

.ebill {
    background-image: url('../images/eBillingimage.jpg');
    height: 570px;
    background-repeat: no-repeat;
    width: 550px;
    position: absolute;
    top: 50px;
    left: 35%;
    z-index: 999999;
}

.ebillpara {
    font-size: 12px;
    margin: 190px 0 10% 105px;
    color: darkgreen;
    text-align: justify;
    width: 40%;
    padding: 10px 10px 10px 10px;
}

.gogreen {
    animation-duration: 1s;
    animation-name: slidedown;
}

.imgclose {
    position: absolute;
    top: 10px;
    right: 110px;
}

.btnclose {
    position: absolute;
    bottom: 60px;
    right: 110px;
}

@keyframes slidedown {
    from {
        top: 0px;
    }

    to {
        top: 100px;
    }
}

.opacity1 {
    width: 87.9%;
    height: 100vh;
    transition: height 0.2s;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    z-index: 1;
}

.greenbg {
    background-image: url('../images/Save6.png');
    background-repeat: no-repeat;
    height: 100%;
    background-position-y: center;
}

.imgclose2 {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
}

@media only screen and (max-width:900px) {
    .ebill {
        width: 100%;
        top: 5%;
        left: 0;
    }

    .ebillpara {
        width: 40%;
    }

    .imgclose {
        top: 10px;
        right: 70px;
    }

    .btnclose {
        bottom: 60px;
        right: 75px;
    }

    .opacity1 {
        width: 65%;
    }
}

/*------------------------- NewCustomerPaymentInfo ------------------*/
.imgdownload {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    transition: transform .6s;
}

    .imgdownload:hover {
        transform: scale(1.2);
        box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    }

/*---------------------- NewRegisterComplaint -------------------------*/
.closeimg {
    position: absolute;
    z-index: 99999;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 10px;
    transition: transform .6s;
}

    .closeimg:hover {
        transform: scale(1.2);
        background-color: #d75757;
        padding: 5px;
        border-radius: 50px;
    }

.refresh {
    height: 40px;
    transition: transform .6s;
    border-radius: 10px;
}

    .refresh:hover {
        transform: scale(1.1);
        box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    }

.optWindow1 {
    position: fixed;
    left: 0px;
    top: 200px;
    z-index: 1;
    overflow: hidden;
    box-shadow: 15px 15px 15px rgba(0,0,0,0.3);
    border-radius: 20px;
    background-color: #ffffff;
}

/*------------------------------ PaymentRecipt.aspx -------------------------*/
.watermark {
    position: absolute;
    z-index: -999999;
    top: 0;
    width: 96%;
    height: 400px;
}

.payrecipt {
    width: 90%;
    margin: 40px;
}

    .payrecipt td {
        font-weight: bold;
    }

.print {
    width: 50px;
    height: 50px;
}

/*------------------ NewQuickPayment.aspx -----------------*/

.bellbox {
    width: 52px;
    background-color: #ef8a1d;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
    border-radius: 50px;
    cursor: pointer;
}

.bell {
    border-radius: 50px;
    height: 40px;
    width: 40px;
    margin: 6px 5px 6px 6px;
}

.reminderbox {
    padding: 10px;
    background-color: #ef8a1d;
    border-radius: 7px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
}

.remtxt {
    color: #ffffff;
    font-size: medium;
}

.reminder {
    top: 138px;
    left: 625px;
    width: 400px;
}

.lnkaccordion {
    border: none;
    outline: none;
    transition: 0.4s;
    cursor: pointer;
}

    .active, .lnkaccordion:hover {
        background-color: #ccc;
    }

.rempanel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.messagedec {
    background-color: #d4def1;
    width: 350px;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
    position: absolute;
    top: 30px;
    right: -150px;
    z-index: 99999;
}


.lnktransform {
    width: 45px;
    height: 50px;
    transition: transform .6s;
}

    .lnktransform:hover {
        transform: scale(1.2);
    }

@media only screen and (max-width: 700px) {
}


/*----------------- BESTFORMTEMPLATE.aspx ---------------*/

.tabtable td {
    border: 1px solid gray;
    padding: 10px 25px 10px 25px;
}

.watermark1 {
    position: absolute;
    z-index: -99999;
    width: 500px;
    height: 563px;
    opacity: 0.7;
}

.besttemlogo {
    width: 130px;
    height: 60px;
}


/*------------- NewConsumerLogin ----------------*/
.loginmain{
    background-image:url("../images/loginbg.png");
    background-repeat:no-repeat;
    background-size:cover;
}
.btnlogin{
    background-color:#4267B2;
    color:#ffffff;
}
.btnlogin:hover{
    background-color:#334b7d;
}
.btnquickpay{
    background-color:#767b85;
    color:#ffffff;
}
.btnquickpay:hover{
    background-color:#54565c;
}
.finger{
    width:30px;
    height:30px;
}
.bbp{
    width:100px;
    height:60px;
}
.circleborder{
     background-color:#919ad9;
    border-radius:12px;
    padding:5px;
    box-shadow:8px 8px 8px rgba(0,0,0,0.5);
}
.serviceimg{
   width:50px;
   height:50px;
}
@media only screen and (max-width: 900px) {
    .maincontent{
        display:none;
    }
    .loginmain{
        background-image:none;

    }
}
.divtiranga {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
}

.imgtiranga {
    width: 100%;
    height: 100%;
    
}
