/*#beingprakashdubey*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap');
html {
  scroll-behavior: smooth;
}
body{
	font-family: 'Poppins', sans-serif !important;
	min-height: 100vh;
	position: relative;
	background-color: #fff;
}
a:hover{
	text-decoration: none;
}
p, li{
	font-size: 14px !important;
	line-height: 27px !important;
	color: #555;
}

#button {
  display: inline-block;
	background-color: #7f53ac;
	background-image: linear-gradient(315deg, #7f53ac 0%, #647dee 74%);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
#email {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.Header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999999;
	background-color: #000;
	padding: 10px 0px;
}
.Header .row{
	margin: 0;
}
.Logo{
	width: 20%;
}
.Logo img{
	width: 100%
}
.Navigation{
	width: 80%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.NavigationLink{
	width: max-content;
	margin-left: auto;
	display: block;
}
.NavigationLink ul{
	list-style-type: none;
	display: inline-flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	padding-left: 0;
}
.NavigationLink ul li{
	margin-left: 15px;
}
.NavigationLink ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.Slider .carousel-item{
	position: relative;
}
.Slider .carousel-item img{
	width: 100%;
	min-height: 100vh;
	max-height: 100vh;
	overflow: hidden;
}
.Slider .carousel-item::before{
	content: '';
	position: absolute;
	/*rotate: ;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: #00000096;*/
}
.OnBannerText{
	position: absolute;
	top: 42%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
}
.OnBannerText h4{
	color:  #90d51c;
	font-family: lato, sans-serif;
	font-size: 49px;
	font-weight: 600;
	hyphens: manual;
	letter-spacing: 0.7px;
	line-height: 58.8px;
	margin-bottom: 40px;
	text-align: center;
	text-transform: capitalize;
}
.OnBannerText h5{
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	font-family: lato, sans-serif;
	font-size: 28px;
	font-weight: 600;
	hyphens: manual;
	letter-spacing: 0.7px;
	line-height: 33.6px;
	margin-bottom: 60px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
	text-transform: capitalize;
}
.OnBannerText button	{
	background-color:  #90d51c;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 30px;
	box-shadow: none;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 600;
	hyphens: manual;
	letter-spacing: 1.4px;
	line-height: 16px;
	min-width: 200px;
	padding-bottom: 18px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 18px;
	text-align: center;
	text-decoration:  #90d51c;
	text-decoration-color:  #90d51c;
	text-decoration-line: none;
	text-decoration-style: solid;
	text-decoration-thickness: auto;
	text-transform: uppercase;
	transition-delay: 0s, 0s, 0s, 0s, 0s;
	transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.2s;
	transition-property: color, background-color, border-color, box-shadow, box-shadow;
	transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}
.SingleImage{
	height: 100%;
}
.SingleImage img{
	width: 100%;
	min-height: 100%;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}}
.slide {
	height: 100%;
}
.Heading h4{
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	font-family: Poppins;
	font-size: 46px;
	font-weight: 600;
	hyphens: manual;
	line-height: 46px;
	margin-bottom: 50px !important;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	width: max-content;
	display: block;
	margin: auto;
	padding-bottom: 7px;
}
.Heading h4::before{
	content: '';
	position: absolute;
	top: 100%;
	left: 15%;
	width: 70%;
	height: 4px;
	background-color:  #90d51c;
}
.Heading.White h4{
	color: #fff;
}
.Heading.White h4::before{
	background-color: #fff;
}

.Course{
	padding: 75px 0px;
}
.OurProduct {
	padding: 50px 0px;
	background-color:  #90d51c;
	background-image: url(../images/b1.jpeg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}
.OurProduct::before{	
	content: '';
	position: absolute;
	rotate: ;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000096;
}
.SingleProduct{
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	padding-bottom: 20px;
	overflow: hidden;
}
.SingleProductHeading{
	background-color: #000;
	color: #fff;
	padding: 15px 10px;
}
.SingleProductHeading h4{
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	font-family: Poppins;
	font-size: 24px;
	font-weight: 600;
	hyphens: manual;
	line-height: 28.8px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
	text-transform: none;

}
.SingleProductHeading p{
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	font-family: Poppins;
	font-size: 13px;
	font-weight: 400;
	hyphens: manual;
	line-height: 22.75px;
	text-align: center;
	text-transform: none;

}
.SingleProductPrice {
	padding: 50px 0px 20px 0px;
}
.SingleProductPrice h4{
	font-weight: 600;
	box-sizing: border-box;
	color: rgb(85, 85, 85);
	font-family: Poppins;
	font-size: 65px;
	font-weight: 800;
	hyphens: manual;
	line-height: 52px;
	text-align: center;
	text-transform: none;
}
.SingleProductPrice h4 span.SingleProductOldPrice{
	font-size: 14px;
	margin-right: 15px;
}
.SingleProductPrice p{
}
.SingleProductPrice h4 span.{}
.Button button{
	background-color:  #90d51c;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	display: inline-block;
	fill: rgb(255, 255, 255);
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	hyphens: manual;
	line-height: 16px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	text-align: center;
	text-decoration: rgb(255, 255, 255);
	text-decoration-color: rgb(255, 255, 255);
	text-decoration-line: none;
	text-decoration-style: solid;
	text-decoration-thickness: auto;
	text-transform: none;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease;
}
.SingleAffiliate {
	text-align: center;
}
.SingleAffiliate img {
	height: 85px;
	display: block;
	margin: auto;
}
.BecomeAffiliate{
	padding: 155px 0px;
}
.StartBusiness{
	background-color:  #90d51c;
	padding: 50px 0px;
}
.StartBusinessContent{
	text-align: center;
}
.StartBusinessContent h4{
	color: #fff;
	font-size: 50px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	font-family: lato, sans-serif;
	font-size: 42px;
	font-weight: 600;
	hyphens: manual;
	letter-spacing: 0.7px;
	line-height: 50.4px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.StartBusinessContent button{
	background-color: rgb(248, 249, 250);
	border-bottom-color: rgb(248, 249, 250);
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(248, 249, 250);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(248, 249, 250);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(248, 249, 250);
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: none;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	cursor: pointer;
	display: inline-block;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 600;
	hyphens: manual;
	letter-spacing: 1.4px;
	line-height: 16px;
	min-width: 200px;
	padding-bottom: 18px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 18px;
	text-align: center;
	text-decoration: rgb(0, 0, 0);
	text-decoration-color: rgb(0, 0, 0);
	text-decoration-line: none;
	text-decoration-style: solid;
	text-decoration-thickness: auto;
	text-transform: uppercase;
	transition-delay: 0s, 0s, 0s, 0s, 0s;
	transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.2s;
	transition-property: color, background-color, border-color, box-shadow, box-shadow;
	transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}
.WeTheBest{
	padding: 100px 0px;
}
.WeTheBest .SingleAffiliate{
	box-shadow:rgba(0, 0, 0, 0.12) 0px 1px 4px 1px;
	border-radius: 5px;
	padding: 50px 10px;
}
.WeTheBest .Heading{
	margin-bottom: 40px;
}
.Testimonials{
	padding: 50px 0px;
	background-color:  #90d51c;
}
.TestimonialHeading p{
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	display: inline-block;
	font-family: Poppins;
	font-size: 13px;
	font-weight: 400;
	hyphens: manual;
	letter-spacing: 2.6px;
	line-height: 0px !important;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.TestimonialHeading h4{
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	font-family: Poppins;
	font-size: 46px;
	font-weight: 600;
	hyphens: manual;
	line-height: 46px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-transform: uppercase;
}


.testimonial-section2{
  /*height: 600px;*/
  position: relative;
  padding: 50px 0;
  background-color: #e91c5e;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #2b288d;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #2b288d;
    border-color: #2b288d;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div .h4 {
    color: #2b288d;
    font-size: 1.2em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  
  .testim .cont div p {
    line-height: 25px;
  }

}

.Brand{
	background-image: url(../images/Blue-Background.jpg);
	border-radius: 5px;
	margin: 40px 0px;
}
.Footer {
	background-image: url(../images/pexels-ricardo-esquivel-1907785.jpg);
	position: relative;
	padding: 50px;
	background-position: bottom;
}
.Footer::before{
	content: '';
	position: absolute;
	rotate: ;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000096;
}
.Brand h4{
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 50px 0px;
	font-size: 40px;
}
.FooterColum h5{
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	line-height: 24.3px;
	text-transform: none;
}
.FooterColum p, .FooterColum a, .FooterColum li{
	color: #fff;
}
.FooterColum ul {
	padding-left: 0;
	list-style-type: none;
}
 .FooterColum li i{
 	margin-right: 10px;
 }

.FooterColum ul li{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.FooterColum ul li:hover{
    padding-left: 10px;
}
.FooterColum img{
	width: 100%;
}
.Copyright{
	background-color: #000;
	padding: 10px 0px;
}
.Copyright p{
	color: #fff;
	margin-bottom: 0;
}
.Copyright p, .Copyright p a{
	color: #fff;
	margin-bottom: 0;
}
.slick-prev.Prev{
	position: absolute;
	top: 47%;
	right: 100%;
	background-color: #fff;
	border: none;

}
.slick-next.Next.slick-arrow svg{
	height: 60px;
	width: 60px;
	
}
.slick-next.Next.slick-arrow {
	position: absolute;
	top: 47%;
	left: 100%;
	background-color: #fff;
	border: none;
}
.slick-prev.Prev svg{
	height: 60px;
	width: 60px;
	
}
.NavigationLink ul li.active a{
	color:  #90d51c;
}
.InnerBanner{
	position: relative;
}
.InnerBanner img{
	width: 100%;
}
.BannerImage{
	max-height: 550px;
	overflow: hidden;
}
.BannerImage img{
	position: relative;
	top: -150px;
}
.BannerBorder{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
}
.TabLink ul{
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.TabLink{
	box-shadow:rgba(0, 0, 0, 0.12) 0px 1px 4px 1px;
}
.TabLink ul li{
	padding: 15px;
	background: #fff;
	position: relative;
}
.TabLink ul li.active, .TabLink ul li:hover{
	background: #f4f4f4;
}
.TabLink ul li a{
	color: #000;
}
.TabLink ul li a img{
	height: 30px;
	margin-right: 15px;
}
.DashboardTab{
	width: 30%;
	padding-right: 15px;

}
/*.DashboardTab.sticky {
	width: 30%;
	padding-right: 15px;
  	position: fixed;
  	top: 0;

}*/
.DashboardContent{
	width: 70%;
	box-shadow:rgba(0, 0, 0, 0.12) 0px 1px 4px 1px;
	padding: 15px;
}

.Dashboard {
	padding: 75px 0px;
	padding-top: 0;
}
.AboutUS{
	padding: 75px 0px;
}
.FAQ{
	padding: 75px 0px;
}

.Refund{
	padding: 75px 0px;
	text-align: center;
}

.DashboardContent thead{
	background-color: #f4f4f4; 
}
.DashboardTitle h4{
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid  #90d51c;
}
.DashboardTitle h4::before{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 50px;
	height: 4px;
	border: 1px solid  #90d51c;
	border-radius: 10px;
	background-color:  #90d51c;

}
.DashboardTitle th{
	 width: max-content !important; 
	 min-width: max-content !important; 
	max-width: max-content !important;
}
.DashboardForm label span{
	color: #f00;
}
.DashboardForm input, .DashboardForm select{
	font-size: 14px;
	height: 45px;
}
.FormSubmit button{
	background-color:  #90d51c;
	padding: 9.5px 0px;
	width: 100%;
	color: #fff;
}
.TabDropDown ul{
	padding-left: 45px;
}
.AngleDown{
	position: relative;
}
.AngleDown::before{
	content: '\f107';
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: FontAwesome;
	-webkit-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
}
table{
	font-size: 14px !important
}
.input-group-append.CreateCamp button{
	padding: 0 !important;
	border-radius: 0px;
	margin-left: -1px;
	border: none;
}
#Login .PopupContent {
	width: 100%;
	display: block;
	margin: auto;
	border-radius: 5px;
	padding: 5% 15%;
}
#Login .PopupHeading h4 {
	font-size: 70px;
	color:  #90d51c;
}
.PopupCloseButton {
	text-align: right;
}

.ZipInput .group 			  { 
  position:relative; 
  margin-bottom:45px; 
}
.ZipInput input 				{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid  #90d51c;
}
.ZipInput input:focus 		{ outline:none; }

/* LABEL ======================================= */
.ZipInput label 				 {
  color:#999; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
.ZipInput input:focus ~ label, .ZipInput input:valid ~ label {
	top: -10px;
	font-size: 14px;
	color:  #90d51c;
	background: #fff;
}
/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:100%; }
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#40D745; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
.ZipInput input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.ZipInput .highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.ZipInput input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}

.Zip {
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px 1px;
	background: #fff;
	padding: 20px;
	width: 100%;
	border-radius: 10px;
	z-index: 99;
}
.Zip h4{
	text-align: center;
	text-transform: capitalize;
	line-height: 35px;
}
.ZipInput{
	margin: 20px 0px;
}
.ZipSubmit{
	text-align: center;
}
.ZipSubmit button{
	background-color:  #90d51c;
	color: #fff;
	padding: 10px 30px;
}
.modal-dialog{
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    height: 100%;
}
.PopupContent label {
	font-size: 13px;
	font-weight: 500;
}
.ForgotPassword p {
	text-align: right;
	margin-bottom: 0;
}
.LoginSubmit button {
	background-color:  #90d51c;
	color: #fff;
	display: block;
	margin: auto;
	padding: 10px 30px;
}
.SingleVideo{
	position: relative;
}
.SingleVideo img {
	width: 100%;
	border-radius: 5px;
}
.SingleVideo button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	background-color: transparent;
}
.SingleVideo button img {
	height: 50px;
	width: 100%;
	border-radius: 5px;
}
.VideoDescripition{
	margin-top: 10px;
	position: relative;
	width: 100%;
}
.VideoDescripition h6{
	text-transform: capitalize;
	margin-bottom: 0;
}
.VideoDescripition button{
	position: absolute;
	top: 0;
	right: 0;

}
.VideoDescripition button {
	position: absolute;
	top: 50%;
	right: 0;
	left: initial;
	background-color:  #90d51c;
	color: #fff;
	transform: translate(0%,-50%);
	padding: 0px 5px;
}
.PopupCloseButton {
	position: relative;
	width: 100%;
}
.PopupCloseButton img {
	height: 40px;
	position: absolute;
	top: -25px;
	right: -15px;
	cursor: pointer;
}
.PopupVideo video {
	width: 100%;
}
.PopupVideo iframe {
	width: 100%;
}
.VideoPopup .modal-dialog {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
	display: flex;
	align-items: center;
	height: 100%;
	max-width: 1000px !important;
}
.CheckoutBanner{
	background-image: url(../images/Blue-Background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
}
.CheckoutBanner .container{
	    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.CheckoutBanner h1 {
	color: #fff;
	background-color: #00113c;
	width: 100%;
	text-align: center;
	padding: 100px 0px;
	border-radius: 5px;
}
.Checkout{
	width: 66%;
	display: block;
	margin: auto;
	background-color: #fff;
	position: relative;
	top: -130px;
	padding: 30px;
	border-radius: 5px;
box-shadow:rgba(0, 0, 0, 0.12) 0px 1px 4px 1px;
}

.YourOrder{
	margin-top: 40px;
}
.Folder img{
	width: 100%;
}














.KnowMoreImage iframe{
	width: 100%;
}
.KnowMoreContent h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 700;
	color: #000;
	position: relative;
	padding-bottom: 8px;
}
.KnowMoreContent h2::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 150px;
	height: 5px;
	background-color:  #90d51c;
	border: 1px solid  #90d51c;
	border-radius: 40px;
}
.KnowMoreContent ul{
	padding-left: 15px;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 20px;
}

.KnowMoreContent ul li{
	color: #000;
	position: relative;
}
.KnowMoreContent ul li::before {
	content: '\f105 ';
	position: absolute;
	top: 0;
	left: -15px;
	font-family: FontAwesome;
}
.Single{
	box-shadow:rgba(0, 0, 0, 0.12) 0px 1px 4px 1px;
	padding: 30px;
	border-radius: 5px;
	margin: 80px 0px;

}
.StartNow button{
	background-color:  #90d51c;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	display: inline-block;
	fill: rgb(255, 255, 255);
	font-family: Poppins;
	font-size: 26px;
	hyphens: manual;
	line-height: 16px;
	padding: 20px 100px;
	font-weight: 600;
	display: block;
	margin: auto;
}
.KnowMore{
	margin: 20px 0px;
}
#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color:  #90d51c;
    border-color:  #90d51c;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color:  #90d51c !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color:  #90d51c !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
#team .Heading.White h4{
	color:  #90d51c;
}
.OurProduct.Plan{
	background-image: none;

}
.Folder p{
		position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	font-weight: 500;
}

.ForMobile{
	display: none;
}
.NavButton{
	display: none;
}
#mySidenav {
	width: 100%;
}
.TotalVideo {
	position: absolute;
	top: 25px;
	right: 10px;
	background: #000;
	border-radius: 5px;
	padding: 4px;
	font-size: 14px;
	color: #fff;
}
.VideoCount{/*
	width: max-content;
	margin-left: auto;*/
}
.VideoCount ul{
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}
.VideoCount ul li {
	background: #000;
	border-radius: 5px;
	padding: 6px;
	font-size: 12px !important;
	color: #fff;
	line-height: 16px !important;
	margin-right: 10px;
}
.Folder{
	position: relative;
}
.DashboardInner .VideoDescripition{
	margin-top: -20px;
	box-shadow:rgba(0, 0, 0, 0.12) 0px 1px 4px 1px;
	padding: 15px;
	height: 100%;
}
.VideoDescripition h6{
	color: #000;
	font-size: 14px !important;
}
.VideoDescripition p {
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: initial;
	transform: initial;
	font-weight: 400;
	width: 60%;
}
.VideoDescripition .progress-bar {
	background-color: #1d73f8;
}
.VideoDescripition .progress{
	margin: 10px 0px;
}
.DashboardInner .Folder{
	height: 100%;
}
.Dashboard.DashboardInner .col-md-6{
	margin-top: 15px;
	margin-bottom: 15px;
}
.VideoDescripition .accordion button {
	position: initial;
	top: initial;
	left: initial;
	transform: initial;
	width: 100%;
	padding: 5px;
	text-align: left;
	border-radius: 0;
}
.accordion .card-header {
	padding: 0;
}
.btn-link:hover , .btn-link:focus {
	color: #0056b3;
	text-decoration: none !important;
}
.Folder.SingleSubject {
	margin-bottom: 40px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px 1px;
	padding: 10px;
}
.breadcrumb {
    padding: 0px;
	background: #D4D4D4;
	list-style: none; 
	overflow: hidden;
    margin-top: 20px;
}
.breadcrumb>li+li:before {
	padding: 0;
}
.breadcrumb li { 
	float: left; 
}
.breadcrumb li.active a {
	background: brown;                   /* fallback color */
	background: #ffc107 ; 
}
.breadcrumb li.completed a {
	background: brown;                   /* fallback color */
	background: hsla(153, 57%, 51%, 1); 
}
.breadcrumb li.active a:after {
	border-left: 30px solid #ffc107 ;
}
.breadcrumb li.completed a:after {
	border-left: 30px solid hsla(153, 57%, 51%, 1);
} 

.breadcrumb li a {
	color: white;
	text-decoration: none; 
	padding: 10px 0 10px 45px;
	position: relative; 
	display: block;
	float: left;
}
.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(0, 0%, 83%, 1);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}	
.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}	
.breadcrumb li:first-child a {
	padding-left: 15px;
}
.breadcrumb li a:hover { background: #ffc107  ; }
.breadcrumb li a:hover:after { border-left-color: #ffc107   !important; }
.Breadcrumb {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.breadcrumb .active {
	padding-right: 18px;
}
.PopupContent label.error {
	/* position: absolute; */
	right: 0;
	/* width: ; */
	/* bottom: 0; */
	text-align: right;
}  .Earning {
    /*background-image: url(https://png.pngtree.com/thumb_back/fh260/back_our/20190621/ourmid/pngtree-financial-finance-earning-money-poster-banner-image_187411.jpg);*/
    background-size: 100%;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
  }
.EarningContent .DashboardTitle h4 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid  #90d51c;
  background: #ffffff69;
  border-radius: 5px;
  padding: 4px;
  margin: 0px 20px;
}
.EarningContent .EarningMainHeading {
    background: #ffffff69;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    z-index: 99999;
    position: relative;
}
  .EarningContent {
  width: 70%;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px 1px;
  padding: 15px;
  background: url(../../../../previews.123rf.com/images/marisha5/marisha51010/marisha5101000057/8009927-frame-made-of-money-isolated-on-white-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;height: 70%;
}
  .EarningContent .SingleBox{
    text-align: center;
    box-shadow:rgba(0, 0, 0, 0.12) 0px 1px 4px 1px;
    border-radius: 10px 10px 5px 5px; 
    overflow: hidden;
    margin-bottom: 30px;
  } 
.EarningContent .EarningAmount {
  padding: 30px;
  background: #ffffffb3;
}
  .EarningContent .EarningHeading {
    background:  #90d51c;
    color: #fff;
    padding: 15px 0px;
  }
  .EarningContent .EarningMainHeading h4{
    margin-bottom: 0;
  }
  .EarningContent .EarningMainHeading p{
    font-size: 14px;
    line-height: initial !important;
  }
  @media (max-width: 768px){
    .EarningContent {
    width: 100%;
    position: relative;
  }
  .EarningContent::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffffd9;
}