@media only screen and (max-width: 667px)   {
 	nav,.bg,#input-pre,.pre-heading,#recharge{
 		display: none;
 	}
 	.mob-p-header{
 		display: flex;
 	}
 	.content{
 		left: 0%;
 	}
 	.btn-recharge-mob {
 		display: block;
}
 	#operator-id img {
 		width: 60px;
 		height: 60px;
 	}
 	.mob-footer{
 		margin-top: 160px;		
 	}
 	span.d-flex.align-items-center.text-capitalize{
 	    font-size: small;
 	    padding-top: 10px;
 	    float: right;
 	}
 	#mob-ff{
 		flex: 0 0 100% !important;
 		max-width: 100% !important;	
 	}
 	.main-color{
 		font-size: 14px;
 		margin-left: 10px;
 	}
 	span.checkbox-custom {
 	    width: 34px !important ;
 	    height: 34px !important;
 	   
 	}
 } 

