body{
	margin:0;
	padding:0;
}
.small-box .icon {
    color: rgb(255 118 41);
    z-index: 0;
}
i.ion {
    font-size: 36px!important;
}
.content-wrapper{
	/* background: url('../../images/bg3.jpg'); */
	background: url('../../assets/images/gre.jpg');
	background-size: cover;
	/* background: red!important; */
 
  }
  .small-box p {
 	text-align: center;
	 animation-name: saibaba;
	 animation-duration: 10s;
	 animation-iteration-count: infinite;
	 animation-timing-function: linear;
}
@keyframes saibaba{
	0%{
		transform: scale(1);
		text-align: center;	
		color: #b86e00;		
	}
	50%{
		transform: scale(1.1);
		color: #0e3d00;
		text-align: center;				
	}
	100%{
		transform: scale(1);
		text-align: center;	
		color: #b86e00;			
	}
}
  .small-box h3 {
	font-size: 50px !important;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
    white-space: nowrap;
    color: #000;
	animation-name: sai;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes sai{
	0%{
		transform: scale(1);
		text-align: center;			
	}
	50%{
		transform: scale(1.1);
		color: #c00301;
		text-align: center;				
	}
	100%{
		transform: scale(1);
		text-align: center;				
	}
}
.test{
	width: 100%;
	height:500px;
	background: red;
}
.category-list{
	width:100%;
	height:auto;
	padding:40px 0;
}
.content-subcat{
	width: 100%;
	height:auto;
}
.content-subcat label{
	margin-bottom:0;
	margin-top: 10px;
}
.edit-image-box{
	width:100%;
	height:auto;
	border:1px solid #ccc;
	margin-top: 10px;
	text-align: center;
	padding:4px;
}
.payment-success{
	width:100%;
	height:auto;
	padding: 80px 0;
}
.payment-success-box{
	width:40%;
	height:auto;
	background: #fff;
	border:1px solid #ccc;
	border-radius: 8px;
	padding: 20px;
	margin: 0 auto;
	box-shadow: 2px 3px 6px 2px #6ea743;
	text-align: center;
}
.payment-success-box img{
	width: 25%;
}
.payment-success-box h3{
	margin:20px 0;
	color:green;
	text-shadow: 1px 2px 1px #68b700;
}
.payment-page{
	width: 100%;
	height:auto;
}
@media(max-width: 768px){
	.payment-form{
		width: 65%;
	}
	.payment-success-box{
		width:65%;
	}
}
@media(max-width:576px){
	.payment-success-box{
		width:100%;
	}
	.payment-form{
		width: 100%;
	}
	.payment-success-box h3{
		font-size: 24px;
	}
}