body{
	margin:0;
	padding:0;
}
.saii{
    animation-name: asa;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes asa {
    0% {
        transform: scale(1.1);
        
    }

    50% {
        transform: scale(1.2);
        
    }

    100% {
        transform: scale(1.1);
        
    }
}
.input-group-text{
	display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
	color: #f88731;
    text-align: center;
    white-space: nowrap;
    background-color: #266bb6;
    border: 1px solid #000166;
    border-radius: .25rem;
}
.form-control {
    border: 1px solid #000166;
}
.small-box .icon {
    color: rgb(255 118 41);
    z-index: 0;
}
i.ion {
    font-size: 36px!important;
}
.content-wrapper{
	    background: url(../../assets/img/frrr.jpg);
		background-size: cover;
		/* background: #dbedff !important; */
 
  }
  .small-box h3 {
	font-size: 2.2rem;
	font-weight: 700;
	margin: 0 0 10px 0;
	padding: 0;
	white-space: nowrap;
	color: #ff7629;
}
.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;
	}
}