.bannerImgFin{
    width: 100%;height: 80vh
}
.FintMaincont{
    /* background: linear-gradient(29deg, rgba(45, 58, 145, 1) 0%, rgba(148, 60, 164, 1) 100%); */
    background: url(https://eldritch.qodeinteractive.com/wp-content/uploads/2017/06/game-presentation-parallax-3.jpg);
    height: 750vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
/* <!-- //form --> */
.cardFinForm{
    width: 90%;background: rgba(0, 0, 0, 0.466);height: 90vh;display: flex;flex-direction: row;justify-content: space-around;align-items: center;
}
.cardFinForm2{
    width: 40%;height: 72vh;background: rgba(208, 208, 208, 0.599);border-radius: 10px;display: flex;flex-direction: column;justify-content: space-around;align-items: center;
}
.cardFinForm2New{
    display: none;
}
.cardFinForm3{
    width: 40%;
}
.cardFinForm3A{
    color: #fff;display: flex;flex-direction:column;justify-content: center;align-items: center;height: 25vh;
}
/* <!-- //mobileRecharge --> */
.mobileRechargeMain{
    width: 90%;background: rgba(0, 0, 0, 0.466);
}
.mobileRechargeMainA{
    display: flex;justify-content: space-between;align-items: center;width: 100%;
}
.mobileRechargeMainA1{
    float: left
}
.mobileRechargeMainA2{
    float: right
}
.mobileRechargeMaster{
    display: flex;justify-content: space-between;width: 100%;margin-top: 30px;align-items: center;
}
.mobileRechargeMaster1{
    float: left;
}
.mobileRechargeMaster2{
    float: right;
}
.mobileRechargeMaster1 img{
    height: 50vh;width: 100%;
}
.mobileRechargeMainA2 img{
    height: 48vh;width: 100%

}
.mobileRechargeMainHead{
    color: #fff;display: flex;flex-direction:column;justify-content: center;align-items: center;height: 25vh;
}

/* <!-- //AdharEnabled --> */
.adharMainCont{
    width: 90%;background: rgba(0, 0, 0, 0.466);
}
.adharMainConthead{
    color: #fff;display: flex;flex-direction:column;justify-content: center;align-items: center;height: 25vh;
}
.adharMainContContent{
    display: flex;justify-content: space-between;align-items: center;width: 100%;
}
.adharMainContContentA{
    float: left;width: 50%;
}
.adharMainContContentB{
    float: right;width: 45%;
}
.adharMainContContentB img{
    height: 48vh;width: 100%
}
.adharMainConthead h2{
    font-weight:400 ;
}

/* <!-- //BharatBillPayments --> */
.bharatMaincont{
    width: 90%;background: rgba(0, 0, 0, 0.466);
}
.bharatMaincontTxt{
    color: #fff;display: flex;flex-direction:column;justify-content: center;align-items: center;height: 25vh;
}
.bharatMaincontTxtA{
    display: flex;justify-content: space-between;align-items: center;width: 100%;
}
.bharatMaincontTxtA1{
    float: left;width: 45%;
}
.bharatMaincontTxtA2{
    float: right;width: 50%
}
.bharatMaincontTxtA1 img{
    height: 48vh;width: 100%;
}
/* <!-- //PanCard --> */
.panMainCont{
    width: 90%;background: rgba(0, 0, 0, 0.466)
}
.panMainContTxt{
    color: #fff;display: flex;flex-direction:column;justify-content: center;align-items: center;height: 25vh;
}
.panMainContA{
    display: flex;justify-content: space-between;align-items: center;width: 100%;
}
.panMainContA1{
    float: left;width: 50%;
}
.panMainContA2{
    float: right;width: 45%;
}
.panMainContA2 img{
    height: 48vh;width: 100%
}

/* <!-- MoneyTransfer --> */
.moneyTmiancont{
    width: 90%;background: rgba(0, 0, 0, 0.466)
}
.moneyTmiancontHead{
    color: #fff;display: flex;flex-direction:column;justify-content: center;align-items: center;height: 25vh;
}
.moneyTmiancontTxt{
    display: flex;justify-content: space-between;align-items: center;width: 100%;
}
.moneyTmiancontTxtA{
    float: left;width: 45%;
}
.moneyTmiancontTxtB{
    float: right;width: 50%;
}
@media screen and (max-width: 650px) {
    .bannerImgFin{
        width: 100%;height: auto
    }
    /* <!-- //form --> */
    .FintMaincont{
        /* background: linear-gradient(29deg, rgba(45, 58, 145, 1) 0%, rgba(148, 60, 164, 1) 100%); */
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        padding: 20px 0px 20px;
    }
.cardFinForm{
    width: 95%;background: rgba(0, 0, 0, 0.466);height: auto;display: flex;flex-direction: column;justify-content: space-around;align-items: center;padding: 15px 0px;margin-bottom: 15px;
}
.cardFinForm2New{
    width: 90%;height: 74vh;background: rgba(208, 208, 208, 0.599);border-radius: 10px;display: flex;flex-direction: column;justify-content: space-around;align-items: center;
}
.cardFinForm2{
    display: none;
}
.cardFinForm3{
    width: 90%;
    height: auto;
}
.cardFinForm3A{
    color: #fff;display: flex;flex-direction:column;justify-content: center;align-items: center;height: auto;padding: 0px 0px 15px;
}

/* <!-- //mobileRecharge --> */
.mobileRechargeMain{
    width: 95%;background: rgba(0, 0, 0, 0.466);height: auto;margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0px;
}
.mobileRechargeMainA{
    display: flex;flex-direction: column;justify-content: space-between;align-items: center;width: 100%;

    height: auto;
}
.mobileRechargeMainA1{
    width: 90%;
}
.mobileRechargeMainA2{
   width: 100%;
}
.mobileRechargeMaster{
    display: flex;
    flex-direction: column;justify-content: space-between;width: 100%;align-items: center;
    height: auto;
}
.mobileRechargeMainA2 img{
    height: auto;width: 100%

}
.mobileRechargeMaster1{
    width: 100%;
}
.mobileRechargeMaster1 img{
    height:auto;width: 100%;
}
.mobileRechargeMaster2{
    width: 90%;
    height: auto;
}
.mobileRechargeMaster2 ul{
    padding-left: 0%;
}
.mobileRechargeMainHead{
    color: #fff;display: flex;flex-direction:column;justify-content: center;align-items: center;height: auto;
    padding: 15px 0px;
}
.mobileRecahregCont{
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
}
.mobileRecahregCont ul{
    padding-left: 0%;
}


/* <!-- //AdharEnabled --> */
.adharMainCont{
    width: 95%;background: rgba(0, 0, 0, 0.466);height: auto
}
.adharMainConthead{
    color: #fff;display: flex;flex-direction:column;justify-content: center;align-items: center;height: auto;
    padding: 10px 9px;
}
.adharMainConthead h2{
    
    font-size: 18px;
}
.adharMainContContent{
    display: flex;
    flex-direction: column;justify-content: space-between;align-items: center;width: 100%;
    height: auto;
}
.adharMainContContentA{
   width: 90%;
}
.adharMainContContentA ul{
    padding-left: 0%;
}
.adharMainContContentB{
width: 100%
}
.adharMainContContentB img{
    height: auto;width: 100%
}


/* <!-- //BharatBillPayments --> */
.bharatMaincont{
    width: 95%;background: rgba(0, 0, 0, 0.466);height: auto;
}
.bharatMaincontTxt{
    color: #fff;display: flex;flex-direction:column;justify-content: center;align-items: center;height: auto;
    padding: 10px 10px;
}
.bharatMaincontTxt h2{
    font-size: 20px;
}
.bharatMaincontTxtA{
    display: flex;flex-direction: column;justify-content: space-between;align-items: center;width: 100%;height: auto;
}
.bharatMaincontTxtA1{
   width: 100%;
}
.bharatMaincontTxtA2{
    width: 100%;
    padding: 10px 0px;
}
.bharatMaincontTxtA2 ul{
    padding-left: 5%;
}
.bharatMaincontTxtA1 img{
    height: auto;width: 100%;
}


/* <!-- //PanCard --> */
.panMainCont{
    width: 95%;background: rgba(0, 0, 0, 0.466);height: auto;
}
.panMainContTxt{
    color: #fff;display: flex;flex-direction:column;justify-content: center;align-items: center;height: auto;
    padding: 10px 20px;
}
.panMainContTxt{
    font-size: 20px;
}
.panMainContA{
    display: flex;flex-direction:column;justify-content: space-between;align-items: center;width: 100%;

}
.panMainContA1{
   width: 90%;
   height: auto;
}
.panMainContA1 ul{
    padding-left: 0%;
}
.panMainContA2{
    width: 100%;
}
.panMainContA2 img{
    height: auto;width: 100%
}
/* <!-- MoneyTransfer --> */
.moneyTmiancont{
    width: 95%;background: rgba(0, 0, 0, 0.466);height: auto;

}
.moneyTmiancontHead{
    color: #fff;display: flex;flex-direction:column;justify-content: center;align-items: center;height: auto;padding: 10px 20px;
}
.moneyTmiancontTxt{
    display: flex;flex-direction:column;justify-content: space-between;align-items: center;width: 100%;
    height: auto;
}
.moneyTmiancontTxtA{
    width: 100%;
}
.moneyTmiancontTxtB{
    width: 90%;
}
.moneyTmiancontTxtB ul{
    padding-left: 0%;
}

.moneyTmiancontTxtC ul{
    padding-left: 5%;
}
.navbar-collapse{
    background: #0C0127;
    padding: 20px;
    }

}


.modal-backdrop.show {
    z-index: auto;
  }
  .modalCss{
    z-index: 99;
  }
  