.wallet-section-padding {
	padding: 50px 0px;
}
.wallet-heading-main {
	text-align: center;
}
.wallet-heading {
	color: #404040;
	font-size: 34px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	margin-bottom: 2px;
	text-align: center;
}
.wallet-heading-underline {
	display: inline-block;
	width: 29%;
	height: 4px;
	background-image: linear-gradient(45deg, transparent,#673ab7, transparent);
	margin: 5px auto 10px;
}
.wallet-heading>span {
	font-weight: 500;
}
.wallet-heading-para{
   color: #5e5e5e;
	font-size: 17px;
	margin-bottom: 10px;
}
.wallet-btn>a{
	font-size: 16px;
	color: white;
	background-color: #8748d4;
	padding: 7px 20px;
	display: inline-block;
	margin: 10px;
	border-radius: 5px;
}

.wallet-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 80vh;
}
/*.wallet-banner:before {
	content: '';
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../food-images/overlay-pattern.png);
	z-index: 1;
	height: 100%;
}*/
.wallet-banner-heading {
    position: relative;
    z-index: 2;
}
.wallet-banner-heading>h3 {
    color: white;
    font-size: 60px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-shadow: 1px 9px 20px rgb(0,0,0,0.5);
}
.wallet-banner-heading>h4 {
    color: #ffffff;
    font-size: 27px;
    font-family: 'Roboto', sans-serif;
    text-shadow: 1px 9px 20px rgb(0,0,0,0.5);
}
/*.wallet-banner-heading>p {
    color: white;
    font-size: 17px;
    margin-top: 20px;
    text-align: justify;
}*/
.wallet-banner-btn{
	text-align: center;
	padding: 20px 0px 0px 0px;
}
.wallet-banner-btn>a{
	font-size: 16px;
	color: white;
	background-color: #45c055;
	padding: 7px 20px;
	display: inline-block;
	margin: 10px;
	border-radius: 5px;
}

.wallet-about-content{
	text-align: center;
}
.wallet-about-content>p{
	color: #5e5e5e;
	font-size: 17px;
	line-height: 1.5;
	padding: 15px 0px 15px 0px;
}
.inner-wallet-industries{
	padding: 25px 0px 0px 0px;
}
.wallet-industries-single{
	text-align: center;
	padding: 20px 15px;
	box-shadow: 0px 0px 6px -3px rgba(0,0,0,0.5);
	border-radius: 5px;
	transition: 0.4s;
	height: 100%;
}
.wallet-industries-single:hover{
	box-shadow: 9px 10px 20px -17px rgba(0,0,0,0.5);
	transition: 0.4s;
}
.wallet-industries-single>h5>img{
	height: 100px;
}
.wallet-industries-single>h4{
	color: #3e3e3e;
	font-size: 22px;
	font-weight: 600;
	margin: 15px 0px 15px 0px;
	font-family: 'Roboto', sans-serif;
}
.wallet-industries-single>p{
	color: #4e4e4e;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 500;
	text-align: justify;
	text-align-last: center;
}


.inner-wallet-feature{
	padding: 20px 0px 0px 0px;
}
.wallet-feature-tabs-btn ul{
	justify-content: center;
}

.wallet-feature-tabs-btn .nav-pills .nav-link {
    color: black;
    border: 1px solid #ccc;
    margin: 0px 10px;
    background-color: initial;
    padding: 12px 23px;
    border-radius: 4px;
    box-shadow: 1px 15px 12px 0px #cacaca;
}
.wallet-feature-tabs-btn .nav-pills .nav-link.active{
    color: #fff;
    background-color: #9f4be0;
	border: 1px solid transparent;
}
.wallet-feature-tabs-data{
	padding: 40px 0px 0px 0px;
}
.wallet-feature-tabs-data-single-img{
	text-align: center;
}
.wallet-feature-tabs-data-single-img img{
	width: 100%;
}
.wallet-feature-tabs-data-single-text{
	height: 100%;
	padding: 15px 0px 10px;
}
.wallet-feature-tabs-data-single-text>h4 {
    font-size: 40px;
    color: #8a8a8a;
}
.wallet-feature-tabs-data-single-text>h5{
	font-size: 21px;
	color: #8a8a8a;
	margin: 6px 0px 7px;
	font-weight: 600;
}
.wallet-feature-tabs-data-single-text>span{
	font-size: 15px;
	display: block;
	color: #4e4e4e;
}
.wallet-feature-tabs-data-admin-img{
	text-align: center;
	padding: 10px 0px 20px;
}
.wallet-feature-tabs-data-admin-img img{
	width: 70%;
	box-shadow: 0px 0px 6px -3px;
}

.inner-wallet-steps{
	padding: 40px 0px 0px 0px;
}
.wallet-steps-data-single-field {
	text-align: center;
	border: 1px solid #ccc;
	padding: 20px 15px;
	position: relative;
	margin-bottom: 30px; 
	border-radius: 10px;
}
.wallet-steps-data-single-field-icon span {
	font-size: 30px;
	color: #da67f3;
	font-weight: 700;
}
.wallet-steps-data-single-field-title span {
	font-size: 20px;
	color: #404040;
	font-weight: 600;
}
.wallet-steps-data-single-field-content>span {
	padding: 10px 0px;
  display: block;
  color: #5e5e5e;
  font-size: 15px;
  text-align: justify;
  line-height: 1.6;
}
.wallet-steps-data-single-field-subtitle span {
	font-size: 16px;
	color: #333;
	font-weight: 600;
}
.wallet-steps-heading {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	padding: 5px 10px;
  width: 100%;
}
.wallet-steps-heading span {
	color: #b1b5b8;
	font-weight: 700;
	font-size: 18px;
}
.wallet-steps-data-single-field::after {
	content: "";
	position: absolute;
	right: -17px;
	top: 50%;
	transform: translate(0%,-50%);
	background: #fff;
	padding: 5px 0px;
	width: 17px;
	z-index: 9;
	height: 20px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.wallet-steps-singlelast::after {
	display: none;
}


.wallet-discuss{
	padding: 60px 0px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: overlay;
}
.wallet-discuss-data>h4{
	font-size: 35px;
	font-weight: 500;
	color: white;
}
.wallet-discuss-btn{
	padding: 20px 0px 10px;
}
.wallet-discuss-btn>a{
	display: inline-block;
	padding: 15px 20px;
	border: 1px solid white;
	color: white;
	font-size: 17px;
	min-width: 200px;
	background-color: #ffffff14;
}

.wallet-benefits-data{
	padding: 30px 0px 0px 0px;
}
.wallet-benefits-single {
    display: flex;
    padding: 15px 10px;
    height: 100%;
    margin-bottom: 25px;
}
.wallet-benefits-single-icons>h4{
	margin-right: 20px;
	font-size: 40px;
	color: #9162e2;
}
.wallet-benefits-single-text>h4 {
    color: #3a3a3a;
    font-size: 21px;
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 8px;
    font-weight: 600;
}
.wallet-benefits-single-text>span {
    color: #4e4e4e;
    display: block;
    font-size: 15px;
    line-height: 1.7;
}


@media(max-width: 767px){
.wallet-section-padding {
    padding: 30px 0px;
}
.wallet-heading {
    font-size: 30px;
}
.wallet-banner-heading>h3 {  
    font-size: 34px;
}
.wallet-banner-heading>h4 {
    font-size: 20px;
}
.wallet-industries-single>h5>img {
    height: 81px;
}
.wallet-feature-tabs-btn .nav-pills .nav-link {    
    margin: 0px 5px 10px;  
    padding: 12px 10px;
    min-width: 150px;
    text-align: center;
    font-size: 15px;
}
.wallet-feature-tabs-data-single-text>h4 {
    font-size: 37px;
}
.wallet-feature-tabs-data-single-text>h5 {
    font-size: 20px;
}
.wallet-steps-data-single-field::after{
	display: none;
}
.wallet-discuss-data>h4 {
    font-size: 30px;
}
.wallet-discuss-btn>a {
   padding: 12px 20px;
    min-width: 186px;
}

}


/*------------wallet-screens ----------*/
.wallet-appflow{
   background-repeat: repeat;
    background-position: center;
    background-blend-mode: overlay;
}
.inner-wallet-appflow {
    padding-top: 30px;
}
.wallet-appflow-single-left {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 45px;
}
.wallet-appflow-single-leftimg {
    width: 40%;
    text-align: center;
}
.wallet-appflow-single-leftimg img{
    width: 100%;
    box-shadow: 0px 0px 10px -3px;
}
.wallet-appflow-single-lefttext{
   width: 50%;
}
.wallet-appflow-single-lefttext-data {
    padding: 15px 15px 15px 20px;
    background-color: #c73e76;
    position: relative;
    border-radius: 10px;
    z-index: 2;
}
.wallet-appflow-single-lefttext-data:before {
    content: '';
    position: absolute;
    border-right: 40px solid #c73e76;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    top: 50%;
    left: -35px;
    transform: translate(0,-50%);
    z-index: 1
}
.wallet-appflow-single-lefttext-data>h4 {
    color: #ffff;
    font-size: 19px;
}
.wallet-appflow-single-lefttext-data>p {
    color: #ffff;
    font-size: 15px;
}

.wallet-appflow-single-right {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 45px;
}
.wallet-appflow-single-rightimg {
    width: 40%;
    text-align: center;
}
.wallet-appflow-single-rightimg img{
    width: 100%;
    box-shadow: 0px 0px 10px -3px;
}
.wallet-appflow-single-righttext{
   width: 50%;
}
.wallet-appflow-single-righttext-data {
    padding: 15px 15px 15px 15px;
    background-color: #c73e76;
    position: relative;
    border-radius: 10px;
    z-index: 2;
}
.wallet-appflow-single-righttext-data:before {
    content: '';
    position: absolute;
    border-left: 40px solid #c73e76;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    top: 50%;
    right: -35px;
    transform: translate(0,-50%);
    z-index: 1
}

.wallet-appflow-single-righttext-data>h4 {
    color: #ffff;
    font-size: 19px;
}
.wallet-appflow-single-righttext-data>p {
    color: #ffff;
    font-size: 15px;
}
@media(max-width: 767px){
   .wallet-appflow-single-left {
       display: flex;
       flex-wrap: wrap-reverse;
   }
   .wallet-appflow-single-lefttext {
       width: 100%;
       margin-bottom: 50px;
   }
   .wallet-appflow-single-leftimg{
       width: 100%;
   }
   .wallet-appflow-single-leftimg img{
       width: 70%;
   }
   .wallet-appflow-single-lefttext-data:before {
       border-right: 40px solid transparent;
       border-top: 40px solid #c73e76;
       border-left: 40px solid transparent;
       top: auto;
       left: 50%;
       bottom: -70px;
       transform: translate(-50%,0px);
   }
   
   .wallet-appflow-single-right {
       display: flex;
       flex-wrap: wrap;
   }
   .wallet-appflow-single-righttext {
       width: 100%;
       margin-bottom: 50px;
   }
   .wallet-appflow-single-rightimg{
       width: 100%;
   }
   .wallet-appflow-single-rightimg img{
       width: 70%;
   }
   .wallet-appflow-single-righttext-data:before {
       border-right: 40px solid transparent;
       border-top: 40px solid #c73e76;
       border-left: 40px solid transparent;
       top: auto;
       right: auto;
       left: 50%;
       bottom: -70px;
       transform: translate(-50%,0px);
   }
   
}