	.check{
	width: 98%;
	display:grid;
	grid-template-columns: 2.5fr 1fr;
	margin-top:20px;
	margin:auto;
	background:#fff;
	margin-top:20px
	
	
	}.checkout{
	margin:auto 0;
	
	}.smedia{
	margin:auto 0;
	
	}
	
	.checkout{
	width:100%;
	
	}
	.check-div{
	width:32.33%;
	float:left;
	padding:1%;
	box-shadow: 1px 1px 1px 1px #e1dcdc;
	margin-top:18px;
	position:relative;
	overflow:hidden;
	
	}
	.checkout img{
	width:100%;
	
	
	}
	
	.check-div img{
	width:100%;
	
	
	
	}
	.check-div img:hover{
	
	
	
	animation: zoom-in-zoom-out 2s ease;
	
	}
	@keyframes zoom-in-zoom-out {
	0% {
    transform: scale(1, 1);
	}
	50% {
    transform: scale(1.5, 1.5);
	}
	100% {
    transform: scale(1, 1);
	}
	}
	.check h2{
	font-size: 20px;
    margin: 0;
    position: absolute;
    top: 15%;
    background: #FFEB3B;
    width: 73%;
    padding: 5px;
    color: #000;
    font-weight: bold;
    transform: rotate(331deg);
	
	}
	.tour-p{
	color:#1f5ec7;
	font-weight:bold;
	text-align:center;
	font-size:20px
	}
	.checkout h1{
	color:#b24b10;
	font-weight:bold;
	text-align:center;
	
	
	}.service-span:before{
	   content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    border: solid #f04632;
    border-width: 4px 0 0 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 10px;
	
	
	}
	.checkout h1:before{
	content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    border: solid #1e32fa;
    border-width: 4px 0 0 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: -20px;
	
	
	}.service-span:after{
	   content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    border: solid #f04632;
    border-width: 4px 0 0 4px;
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
    margin-left: 17px;
	
	
	}
	.checkout h1:after{
	content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    border: solid #1e32fa;
    border-width: 4px 0 0 4px;
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
    margin-left: -12px;
	
	
	}
		@media only screen and (max-width: 767px){
	
	.check {
    width: 98%;
    display: inherit;
    grid-template-columns: 2.5fr 1fr;
    margin-top: 20px;
    margin: auto;
    background: #fff;
    margin-top: 20px;
}

check-div {
    width: 50%;
    float: left;
    padding: 1%;
    box-shadow: 1px 1px 1px 1px #e1dcdc;
    margin-top: 18px;
    position: relative;
    overflow: hidden;
}
.check h2 {
    font-size: 13px;
    margin: 0;
    position: absolute;
    top: 15%;
    background: #FFEB3B;
    width: 73%;
    padding: 5px;
    color: #000;
    font-weight: bold;
    transform: rotate(331deg);
}





}
	
		.counter{
	
	background:url('<?php echo base_url();?>assets/image/win.jpg');
	background-size:100%;
	background-repeat:no-repeat;
	background-position: center;
	margin-top:50px;
	padding-bottom: 83px;
	position:relative;
	}
	#count1, #count2, #count3{
	
	font-size: 39px;
    color: snow;
    font-weight: bold;
	}
	.countdiv{
	background: #b24b10;
    width: 261px;
    padding: 11px;
	border-radius:40px;
	}
	
	.countdiv h2{
	color:#fff;
	margin-top: 0px;
	}
	.counter h1{
	font-size: 53px;
    padding: 20px;
    color: white;
    text-shadow: 6px 3px #1f5ec7;
    margin-bottom: 33px;
    position: relative;
	}
	.opa{
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;`
	
	}
		@media only screen and (max-width: 767px){
	
.countdiv {
    background: #b24b10;
    width: 261px;
    padding: 11px;
    border-radius: 40px;
    margin-top: 8px;
}
.counter h1 {
    font-size: 27px;
    padding: 20px;
    color: white;
    text-shadow: 6px 3px #1f5ec7;
    margin-bottom: 33px;
    position: relative;
	padding-bottom: 0px;
}
.countdiv h2 {
    color: #fff;
    margin-top: 0px;
    font-size: 26px;
	margin-top: 8px;
}
#count1, #count2, #count3 {
    font-size: 20px;
    color: snow;
    font-weight: bold;
}
.counter {
 
    background-repeat: repeat; 
    
  
}



}
