
						@media only screen and (max-width: 595px) {
						    .check_square{
						        display:flex;
						        justify-content:center;
						        margin-top:10px;
						    }
						    .check_square img{
						        width:63%;
						    }
						}
						
						@media only screen and (min-width: 595px) {
						    .check_square img{
						        height:auto;
						        width:100%;
						    }
						}

	@media only screen and (min-width: 992px) {
						    .check_square img{
							margin-bottom:10px !important;
						        height:auto;
						        width:100%;
						    }
						}
						
						.checkme{
						    margin-top:10px;
						}
						

						
