
.logo{
    padding-top: 28px;
	width: 215px;
	height: auto;
}
.e-wallet{
    margin-top: -50px;
	display: flex;
    align-items: center;
}
.left-wallet{
    width:50%;	
    margin: 0 20px 0 0;
}
.e-heading{
    font-size: 78px;
    font-family: "Popins SamiBold";
    margin-top: 50px;
}
.heading-tag{
	/* flex-direction: column; */
    margin: 14px 0 24px 0;
    font-family: sans-serif;
    font-size: 25px;
}
.heading-para{
	/* display: flex; */
	/* flex-direction: column; */
	width: 100%;
	font-size: 17px;
    font-family: sans-serif;
    flex-direction: left;
    margin: 14px 0 24px 0;
}
.button{
    background-color: black;
     color: white;
     border: 2px solid #1a1fa3;
     font-size: 20px; 
     border-radius: 35px;
     margin-top: 12px;
     padding: 10px;
      transition-duration: 0.4s;
      cursor: pointer;
      text-decoration: none;
}
.button:hover{
    background-color: white; 
    color: black;
    font-size: 20px; 
}
.wallet-pic{
    display: flex;
    /* float: right; */
   align-items: center;
   justify-content: center;
   box-shadow: 0 1px 0px var(--white);
   
   border-radius: 50%;
   height: 480px;
   width: 480px;
   margin: 40px 0px 0 80px;
   }
.ewallet-background{
   height: 100%;
   width: 100%;
   background-image: url("./Images/ewallet.jpg ");
   background-size: cover;
   border-radius: 50%; 
   background-repeat: no-repeat;
   background-position: center;
}

/*<!--CSS for Type of Wallet -->*/
.type-heading{
    font-size: 25px;
    font-family: sans-serif;
    font-weight: 700;
}
.type-tag{
	font-size: 18px;
    font-family: sans-serif;
}
.type-pic{
    margin: 15px 0;
}
.list-group-item-info{
    border-radius: 20px;
    padding: 13px 0;
    
}
.type-span{
    font-style: bold;
    font-weight: 700;
    color: black;
    font-size: 18px;
}
/*  Pros of digital wallet*/
.pros-li{
    font-size: 18px;
    font-family: sans-serif;    
    line-height: 2em;
    font-weight: 500;
    list-style:square;
    
}
.pros-wallet{
    margin: 10px 0 10px 15px;

}
.last-li{
    font-size: 18px;
    font-weight: 600;
    line-height: 2em;
    font-family: sans-serif;
}   
/* footer */
.contact{
    display: flex;
    flex-direction: center;
   margin: 35px 15px;
}
.phn-logo{
   width: 50px;
   height: 50px;
   border-radius: 20px;
   color:midnightblue;
}
.contact-no{
    margin: 5px 0 0 10px;
    color: #40407e;
    font-size: 15px;
    font-weight: 750;
}
.logo-footer{
    margin-left: 24%;
    height: auto;
    width: 20%;
}
/*  making Resposive */

@media screen and (max-width: 1110px){
    .logo{
        width: 120px;
        height: 65px;
    }
    .wallet-pic{
        margin: 0 0px 0 70px;
        height: 350px;
        width: 350px;
    }
    .e-heading{
        font-size: 50px;
        margin-top: 80px;
    }
    .heading-para {
        font-size: 19px;
        width: 100%;
    }
    .button{
        font-size: 20px;
    }
    .type-heading{
        font-size: 2rem;
    }
    .type-tag{
        font-size: 15px;
    }
    .type-pic{
        margin: 0 80px 0 -50px;
        height: 350px;
        width: 600px;
    }   
    .logo-footer{
        margin-top: 10px;
        width: 115px;
        height: 45px;
    }
}
@media screen and (max-width: 910px){
    
    .heading-tag{
        font-size: 20px;
    }
    .heading-para {
    font-size: 10px !important;
       
    }
    .logo-footer{
        
        width: 125px;
        height: 43px;
    }
}
@media screen and (max-width: 810px){
    .wallet-pic{
        margin: 40px 0 0 36px;
        height: 250px;
        width: 250px;
    }
}
/* @media screen and (min-width: 375px) and (max-width: 500px){

} */
@media screen and (max-width: 428px){
    .e-wallet{
        flex-direction: column-reverse !important; 
    }
    .logo{
        width: 85px;
        height: 60px;
    }
    .wallet-pic{
        margin: 40px 20px 0 20px !important;
    }
    .heading-tag{
        font-size: 12px !important;
        font-weight: 600 !important;
    }
    .heading-para {
        font-size: 13px !important;  
    }
    .e-heading{
        font-size: 50px !important;
        margin-top: 30px;
    }
    .button{
        font-size: 16px !important;
    }
    .type-pic{
        margin: 0 -40px !important;
        height: 150px;
        width: 400px;
    }
    .pros-li{
        font-size: 15px;
    }
    .type-span{
        font-size: 13px;
    }
    .last-li{
        font-size: 13px;
    }
    .contact-no{
        font-size: 10px;
    }
    .logo-footer{
        width: 90px;
        height: 35px;
    }
}