* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  background-color: var(--deep-green);
  color:var(--text-icon);
  margin:0px;
  padding:0px;  
  transition: 0.5s;
  font-size: 13px;
}
p{
  margin: 0px;
  color:var( --text-icon);
}
:root {
    --light-green: #DFF7E2;
    --greenback:#F1FFF3;
    --deep-green: #00D09E;
    --dark-green: #0E3E3E;
    --text-icon: #093030;
    --green-black:#F1FFF3;
}
/*==============Placeholder css======*/
::placeholder {
  color: #093030; !important;
  font-size: 12px;
}

:-ms-input-placeholder { 
 color: #093030 !important;
 font-size: 12px;
}

::-ms-input-placeholder {
color: #093030 !important;
font-size: 12px;
}
/*=====================================*/
.fer_class{
    overflow-x: hidden;
    background: #f1fff3 url(../images/photo-1.jpg) center;
    background-size: cover;
}
.dash_bg {
    height: 100vh;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login_bg {
    width: 500px;
}
.login_bg2 {
    width: 500px;
    margin: 0px auto;
}
.imagebox {
    width: 225px;
    margin: 0px auto;
}
.lightcolor {
    background-color: var(--greenback);
}

.btngroup {
    width: 192px;
    margin: 0px auto;
    text-align: center;
}
.btn-dr {
    background-color:var(--deep-green);
    color: var(--dark-green);
    width: 100%;
    font-size: 17px;
    transition: 0.5s;
    border:1px solid var(--deep-green);
    font-weight: 600;
}
.btn-dr:hover {
    background-color: var(--dark-green);
    color: #fff;
    width: 100%;
    font-size: 17px;
    transition: 0.5s;
    border:1px solid var(--dark-green);
}
.btn-lt {
    background-color:var(--light-green);
    color: var(--dark-green);
    width: 100%;
    font-size: 17px;
    transition: 0.5s;
    border:1px solid var(--light-green);
    font-weight: 600;
}
.btn-lt:hover {
    background-color: var(--dark-green);
    color: #fff;
    width: 100%;
    font-size: 17px;
    transition: 0.5s;
    border:1px solid var(--dark-green);
}
.overlay {
    background-color: var(--green-black);
    width: 100%;
    height: 100%;
    border-top-left-radius: 38px;
    border-top-right-radius: 38px;
    position: absolute;
    top: 25%;
}
.fgroup {
    z-index: 9999;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 35px;
    background-color: var(--green-black);
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
}
.bht {
    background-color: var(--light-green);
    border: 1px solid var(--light-green);
    border-radius: 50px;
    padding-left: 29px;
    height: 37px;
    font-size: 12px;
}

.wbox {
    padding-top: 140px;
    padding-bottom: 30px;
}
.wbox h2 {
    text-align: center;
    font-weight: 600;
    font-size: 31px;
}

.fgroup label {
    margin-bottom: 5px;
}
.space {
    margin-top: 7px;
    color: var(--light-green);
}
.pbox img {
    width: 87px;
    border-radius: 50%;
    display: block;
    margin: auto;
    top: -33px;
    position: relative;
    left: 0;
    border: 4px solid var(--green-black);
    height: 87px;
    box-shadow: 0px 4px 11px #c5c3c3;
}
.nbox {
    text-align: center;
    top: -14px;
    position: relative;
}
.nbox h5 {
    font-size: 16px;
    font-weight: 600;
}
.secbox {
    position: relative;
}
.dit {
    position: absolute;
    top: 26px;
    right: 12px;
    color:var(--deep-green); 
}

@media screen and (max-width: 768px) {
  .wrapper {
    font-size: 12px;
  }
 

}
@media screen and (max-width: 580px) {
.textbox h1 {
   font-size: 25px;
   color: #fff;
}
.textbox h4 {
   font-size: 20px;
   color: #fff;
}
.mob {
    font-size: 20px;
    font-weight: 600;
}

}


.imagebox img {
    width: 100%;
    position: relative;
    display: block;
    right: 0px;
    left: 0px;
}
.textbox {
    text-align: center;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color:  var(--light-green);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 25px 8px 8px 18px;
    text-decoration: none;
    font-size: 13px;
    color: var(--text-icon);
    display: block;
    transition: 0.3s;
    font-weight: normal;
}
.sidenav a:hover {
  color: var(--deep-green);
}

.sidenav .closebtn {
    position: absolute;
    top: -28px;
    right: 7px;
    font-size: 36px;
    margin-left: 50px;
    color: var(--deep-green);
}
.header {
    background-color: transparent;
    border-radius: 12px;
    border-radius: 0.5em;
    position: relative;
    margin-top: 20px;
    padding: 0.5em;
    display: flex;
    justify-content: space-between;
}
.mbox {
    font-size: 20px;
    background-color: var(--green-black);
    color: var(--deep-green);
    line-height: 0.8;
    padding: 10px;
    height: 38px;
    border-radius: 1em;
    margin-right: 11px;
    cursor: pointer;
}
.red {
    color: var(--deep-green);
        font-weight: 600;
}
.red:hover {
    color: var(--dark-green);
}

.imgpes {
    position: relative;
    right: 0px;
    top: 0px;
    width: 28px;
    margin-right: 6px;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--light-green);
    color: white;
    text-align: center;
    bottom: 0px;
    display: flex;
    justify-content: space-around;
    padding-top: 9px;
    padding-bottom: 10px;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
}
.icbox {
    color: var(--dark-green);
    font-size: 10px;
    font-weight: 600;
    transition: 0.5s;
    cursor: pointer;
    border-radius: 50%;
    padding: 13px;
    background-color: transparent;
}
.icbox:hover {
    transition: 0.5s;
    background-color: var(--deep-green);
}
.active{
       color: var(--dark-green);
       background-color: var(--deep-green);
}
.tophed {
    position: absolute;
    top: 0px;
    margin-bottom: 56px;
    width: 100%;
}
.tophed h5 {
    color: #fff;
    font-size: 20px;
    padding-left: 14px;
    background-color: var(--dark-green);
    padding-top: 10px;
    padding-bottom: 10px;
}
.welbox {
    background-color: #fff;
    padding: 2em;
    border-radius: 1em;
    box-shadow: 0 4em 5em rgba(27, 8, 53, 0.2);
    min-height: 50vh;
    margin-top: 100px;
}
.textbox2 h1 {
    color: #622287;
    font-size: 25px;
}
.textbox2 h4 {
    font-size: 17px;
    margin-bottom: 20px;
}

.textbox2 p {
    font-size: 12px;
    padding-bottom: 10px;
}
.wallet {
    background-color: #fff;
    padding: 1em;
    border-radius: 0.5em;
    margin-top: 20px;
}

.pdetails {
    background-color: #fff;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.5em;
    margin-top: 20px;
    font-size: 14px;
}
.income {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.waletbtn {
    display: flex;
    justify-content: space-around;
    font-size: 15px;
}
.h1box {
    text-align: center;
    font-size: 12px;
    background-color: #000;
    border-radius: 0.5em;
}
.h1box {
    text-align: center;
    font-size: 12px;
    border-radius: 0.5em;
    width: 120px;
    background-color: #3fa343;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.h2box {
    text-align: center;
    font-size: 12px;
    border-radius: 0.5em;
    width: 120px;
    background-color: #ff8b01;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.h3box {
    text-align: center;
    font-size: 12px;
    border-radius: 0.5em;
    width: 120px;
    background-color: #da413e;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.h1box, .h2box, .h3box span {
    font-size: 13px;
}
.pro_file {
   background-color: #fff;
    padding: 1.5em;
    border-radius: 0.5em;
    margin-top: 20px;
}
.nores {
    position: relative;
    right: 0;
}
.pimage {
    text-align: center;
}
.pimage img {
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    margin-bottom: 7px;
    width: 111px;
}
.pimage p {
    font-size: 14px;
    padding-bottom: 7px;
}
.withhistory td {
    padding: 7px;
    font-size: 12px;
}
.modal-header {
  text-align:center;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
    width: 100%;
}
.hd2 {
    display: block;
    font-size: 12px;
    width: 50%;
}
.richgap {
    font-size: 11px;
    color: #000;
}
.boxhd {
    width: 45%;
    margin-top: 0px;
    margin-left: 15px;
}
.radiobtn {
    font-size: 12px;
}
.rdbn2 {
    margin-left: -6px;
    margin-top: 5px;
}
.header2 {
    background-color: var(--green-black);
    border-radius: 12px;
    border-radius: 0.5em;
    /* position: relative; */
    /* margin-top: 9px; */
    /* padding: 0.5em; */
    display: flex;
    /* min-height: 168px; */
}
.wrapper {
    background-color: var(--green-black);
    padding: 0.7em;
    margin-top: 14px;
    border-radius: 8px;
    padding-bottom: 10px;
}
.mvbox {
    display: flex;
    justify-content: space-around;
    font-weight: 600;
    font-size: 13px;
}
.fullbox {
    display: block;
    text-align: center;
    margin-top: 10px;
}
.fa-rupee-sign {
    margin-right: 4px;
}
.blur {
    background-color: #f5200a;
    color: #fff;
    padding: 1px 12px;
    border-radius: 3px;
}
.finalv {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    font-size: 13px;
    font-weight: 600;
    background-color: #c0ff00;
    margin-top: 12px;
}

.wrapper3 {
    height: 100vh;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn.btn-spec {
    font-size: 11px;
    background-color: var( --deep-green);
    color: var(--dark-green);
    transition: 0.5s;
    font-weight: 600;
}
.btn.btn-spec:hover {
    font-size: 11px;
    background-color: var(--dark-green);
    color: var(--greenback);
    transition: 0.5s;
}
.radiobtn span {
    font-weight: 600;
}
.mclose {
    color: #8030ad !important;
    position: absolute;
    z-index: 9;
    width: 48px;
    height: 46px;
    right: 6px;
    background-color: #eac380 !important;
    opacity: 1;
    border-radius: 50%;
    line-height: 0.5;
    font-size: 31px;
}
.boxdec {
    border: 15px solid #8b35bc;
    padding-top: 65px;
}
.colorbox {
    background-color: #8b35bc;
    width: 100%;
    position: absolute;
    height: 55px;
    top: 0;
    left: 0;
}
.colorbox {
    background-color: #8b35bc;
    width: 100%;
    position: absolute;
    height: 55px;
    top: 0;
    left: 0;
}
.topbox {
    width: 100%;
    z-index: 9;
}
.cerbox img {
    left: 0;
    right: 0;
    width: 106px;
    margin: 0px auto;
    display: block;
    top: -40px;
}
.rbox {
    background-color: var(--light-green);
    border-radius: 50px;
    padding: 6px 12px;
    margin-top: 4px;
    color: var(--dark-green);
    font-weight: 600;
}
/*===============new css for model==================*/
.boxdec2 {
    border: 15px solid #8b35bc;
    padding-top: 15px;
}
.timgres {
    position: relative;
    right: 0;
    width: 35%;
    top: 0;
    margin: 0px auto;
    display: block;
    padding-top: 17px;
    padding-bottom: 20px;
}
.popbox p {
    text-align: center;
}
.popbox span {
    background-color: #25b06f;
    padding: 1px 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
}
.hed {
    font-size: 18px !important;
    margin-bottom: 11px;
    color: #ff0015;
    font-weight: 600;
}
.cmclose {
    color: #8030ad !important;
    position: absolute;
    z-index: 9;
    width: 48px;
    height: 46px;
    right: 4px;
    background-color: #eac380 !important;
    opacity: 1;
    border-radius: 50%;
    line-height: 0.5;
    font-size: 27px;
    top: 7px;
}
.gap100 {
    margin-top: 100px;
}
.limgres {
    position: relative;
    right: 0;
    width: 50%;
    top: 0;
    margin: 0px auto;
    display: block;
    padding-top: 17px;
    padding-bottom: 20px;
}
.nimage {
    font-size: 18px;
    font-weight: 600;
    color: #052a75;
    top: -25px;
    position: relative;
}
.boxdec3 {
    border: 15px solid #8b35bc;
    padding-top: 0px;
    padding-bottom: 0px;
}
.bimgres {
    font-size: 16px;
    font-weight: 600;
    color: #052a75;
    top: -15px;
    position: relative;
}
.ntext {
    font-size: 15px;
    font-weight: 600;
    color: #052a75;
    /* top: -25px; */
    /* position: relative; */
    margin-bottom: 10px;
}
.fa-2x {
    font-size: 1.7em;
}
.wbox img {
    width: 25%;
    margin: 0px auto;
    display: block;
    padding-bottom: 21px;
}





