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('../../assets/images/bgfff.jpg');
	/* background: url('https://www.shutterstock.com/image-vector/blurred-color-gradient-background-abstract-600nw-2663765317.jpghttps://t4.ftcdn.net/jpg/03/93/52/85/360_F_393528570_mRxzOh8YbT5LA2JgJotJYpZvOx0yJ8Bw.jpg'); */
	/* background: url('../../assets/images/gre.jpg'); */
	background-size: cover;
	background-attachment: fixed;
	/* 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: #000;		
	}
	50%{
		transform: scale(1.1);
		color: #00387a;
		text-align: center;				
	}
	100%{
		transform: scale(1);
		text-align: center;	
		color: #000;			
	}
}
  .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;
		color:#15325c;			
	}
	50%{
		transform: scale(1.1);
		color: #fe700c;
		text-align: center;				
	}
	100%{
		transform: scale(1);
		text-align: center;
		color:#15325c;				
	}
}
.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;
	}
}