.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;
}
.car-div{
	display: flow-root;
    width: 1304px;
    margin: auto;
    padding-top: 41px;
    padding-bottom: 41px;
}
.car-header{
	color: #d32905;
	text-align: center;
	display:inline-block;
	width:100%;
}
.div-3{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 3px;
    width: 320px;
	height: 484px;
	position:relative;
}
.div-3 h1{
	font-size:29px;
}
.div-3 li{
	display:block;
	margin-left: 11px;
}
.div-3 li::before{
	content:'⦿';
	color: #d32905;
}
.div-3 a{
	color: #ffffff;
    margin: auto;
    background: #008000;
    padding: 5px 17px;
	border-radius: 21px;
    position: absolute;
    font-size: 18px;
    top: -33px;
    left: 65px;
    border: 18px solid #ffffff;
}
.div-3 a:hover{
	background: #d32905;
}
.book-car{
	background: red;
    position: absolute;
    display: flex;
    height: 2px;
    bottom: 48px;
    width: 91%;
}
.book-cars{
	background: red;
    position: relative;
    display: flex;
    margin-top: 76px;
    height: 2px;
}
@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; 
	}
	.car-div {
		display: flow-root;
		width: 100%;
		margin: auto;
		padding-top: 41px;
		padding-bottom: 41px;
		font-size: 12px;
	}
	.div-3 {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		margin: 1%;
		width: 48%;
		height: 420px;
		position: relative;
		float: left;
	}
	.div-3 h1 {
		font-size: 14px;
	}
	.div-3 li {
		display: block;
		margin-left: 0px;
	}	
	.book-car {
		background: red;
		position: absolute;
		display: flex;
		height: 2px;
		bottom: 48px;
		width: 85%;
	}	
    .div-3 a {
        color: #ffffff;
        margin: auto;
        background: #008000;
        padding: 3px 13px;
        border-radius: 21px;
        position: absolute;
        font-size: 15px;
        top: -22px;
        left: 11%;
        border: 5px solid #ffffff;
        right: 11%;
        text-align: center;
	}
}