body{
	margin: 0;
	padding: 0;
}
.introduction{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color:transparent;
	min-height: 60vh;
}
.introduction img{
	width: 100%;
	height: 60vh;
}
.introduction h1{
	position: absolute;
	font-size: 10vw;
	color: transparent;
	-webkit-text-stroke: 0.03vw rgb(255, 255, 255);
	
}
.introduction h1::before{
	content: attr(data-text);
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	color: rgb(255, 255, 255);
	-webkit-text-stroke: 0.03vw rgb(255, 255, 255);
	border-right: 2px solid rgb(255, 255, 255);
	overflow: hidden;
	animation: animate 10s linear infinite;
}
@keyframes animate{
	0%
	{
		width: 0%;
	}
	70%
	{
		width: 100%;
	}
}
.line{
	width: 80%;
	margin-top: 50px;
	margin-left: 10%;
}

.introduction-des{
	margin-top: 50px;
	width: 80%;
	margin-left: 10%;
}
.introduction-des p{
	text-align: justify;
	font-size: 30px;
	color: blue;
}

.servicelist{
	width: 80%;
	height: 85vh;
	margin-left: 10%;
}
.servicelist .servicelist-row{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.servicelist .servicelist-row .servicelist-row-img{
	width: 500px;
	height: 500px;
	box-sizing: border-box;
	transition:0.5s;
	background-color:white;
}
.servicelist .servicelist-row .servicelist-row-img:hover{
	box-shadow: 0 0 40px 0px rgba(0,0,0,0.2);
	color:white;
}
.servicelist .servicelist-row .servicelist-row-img .ser-img{
	width: 500px;
	height: 500px;
}
.servicelist .servicelist-row .servicelist-row-des{
	width: 500px;
	height: 500px;
	box-sizing: border-box;
	transition:0.5s;
	background-color:white;
}
.servicelist .servicelist-row .servicelist-row-des:hover{
	box-shadow: 0 0 40px 0px rgba(0,0,0,0.2);
	color:rgb(0, 0, 160);
}
.servicelist .servicelist-row .servicelist-row-des p{
	text-align: justify;
	font-size: 20px;
	padding: 20px 30px 0px 30px;
}
.servicelist .servicelist-row .servicelist-row-des .pp{
	text-align: justify;
	font-size: 20px;
	padding: 20px 30px 0px 30px;
	color: blue;
}
.servicelist .servicelist-row .servicelist-row-des .pp a{
	color: rgb(255, 0, 0);
}
.servicelist .servicelist-row .servicelist-row-des h1{
	margin-top: 30px;
	margin-left: 30px;
	font-size: 25px;
}
.servicelist .servicelist-row .servicelist-row-des .payment{
	margin-top: 30px;
	margin-left: 30px;
	font-size: 20px;
	width: 200px;
	height: 25px;
	outline: none;
	border: none;
	cursor: pointer;
	color: white;
	background-color: navy;
	border-radius: 25px;
	transition: 0.5s;
}
.servicelist .servicelist-row .servicelist-row-des .payment:hover{
	margin-left: 40px;
	background-color: blue;
}

.servicelist .paymentspan{
	width: 80%;
	height: 50vh;
	margin-top: 30px;
	display: none;
	position: absolute;

}
.servicelist .paymentspan .contact_us a{
	text-decoration:none;
	color: white;
}
.servicelist .paymentspan .booknow a{
	text-decoration:none;
	color: white;
}


.servicelist.view-payment{
	height: 170vh;
}
.servicelist.view-payment .paymentspan{
	display: inline;
	position: absolute;
}
.servicelist .paymentspan .paymentspanrow{
	display: flex;
	justify-content: space-between;	
	width: 100%;
	height: 50vh;
}
.servicelist .paymentspan .paymentspanrow .paymentpackage{
	width: 30%;
	height: 50vh;
	background-color: #e7e6e6b4;
	border-radius: 25px;
	transition: 0.6s;
}
.servicelist .paymentspan .paymentspanrow .paymentpackage:hover{
	box-shadow: 0 0 40px 0px rgba(0,0,0,0.2);
}
.servicelist .paymentspan .paymentspanrow .paymentpackage .title{
	text-align: center;
	font-size: 30px;
	color: navy;
}
.servicelist .paymentspan .paymentspanrow .paymentpackage ul{
	margin-left: 30px;
	margin-top: 5px;
	color: blue;
	font-size: 18px;
	height: 25vh;
}
.servicelist .paymentspan .paymentspanrow .paymentpackage ul .main{
	color: brown;
}
.servicelist .paymentspan .paymentspanrow .paymentpackage .price{
	text-align: center;
	font-size: 20px;
	color: navy;
	margin-top: 30px;
}
.servicelist .paymentspan .note{
	text-align: justify;
	font-size: 20px;
	color: navy;
	margin-top: 30px;
}
.servicelist .paymentspan .contact_us{
	text-align: center;
	font-size: 15px;
	background-color: navy;
	margin-top: 30px;
	color: white;
	width: 120px;
	height: 20px;
	border-radius: 20px;
	outline: none;
	border: none;
	transition: 0.6s;
	cursor: pointer;
}
.servicelist .paymentspan .contact_us:hover{
	background-color: blue;
}
.servicelist .paymentspan .booknow{
	text-align: center;
	font-size: 15px;
	background-color: navy;
	margin-top: 30px;
	color: white;
	width: 120px;
	height: 20px;
	border-radius: 20px;
	outline: none;
	border: none;
	transition: 0.6s;
	cursor: pointer;
	margin-left: 50px;
}
.servicelist .paymentspan .booknow:hover{
	background-color: blue;
}
.benifit{
	width: 80%;
	margin-left: 10%;
	margin-top: 30px;
	height: 80vh;
	background-color: #e7e6e6b4;
}
.benifit h1{
	margin-left: 30px;
	margin-top: 60px;
	font-size: 30px;
	color: navy;
}
.benifit .benifit-row{
	margin-left: 30px;
}
.benifit .benifit-row .heading li h3{
	font-size: 25px;
	margin-top: 30px;
	color: navy;
}
.benifit .benifit-row .heading .describe li{
	font-size: 20px;
	margin-top: 20px;
	margin-left: 20px;
	color: blue;
}

/* for width<767px*/
@media(max-width:767px){
	.line{
		width: 96%;
		margin-left: 2%;
	}
	.servicelist{
		width: 96%;
		margin-left: 2%;
		height: 30vh;
	}
	.introduction-des {
		width: 96%;
		margin-left: 2%;
	}
	.introduction-des p{
		font-size: 18px;
	}
	.servicelist .servicelist-row{
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
	}
	.servicelist .servicelist-row .servicelist-row-img{
		width: 200px;
		height: 200px;
	}
	
	.servicelist .servicelist-row .servicelist-row-img .ser-img{
		width: 200px;
		height: 200px;
	}
	.servicelist .servicelist-row .servicelist-row-des{
		width: 500px;
		height: 200px;
	}
	.servicelist .servicelist-row .servicelist-row-des h1{
		font-size: 18px;
		margin-left: 10px;
		margin-top: 10px;
	}
	.servicelist .servicelist-row .servicelist-row-des p{
		font-size: 12px;
		padding: 10px 10px 0px 10px;
	}
	.servicelist .servicelist-row .servicelist-row-des .pp{
		font-size: 12px;
		padding: 5px 10px 0px 10px;
	}
	.servicelist .servicelist-row .servicelist-row-des .payment{
		margin-top: 20px;
		margin-left: 10px;
		font-size: 15px;
		width: 130px;
		height: 18px;
	}
	.servicelist .servicelist-row .servicelist-row-des .payment:hover{
		margin-left: 20px;
	}
	
	.servicelist .paymentspan{
		width: 96%;
		margin-left: 2px;
		height: 50vh;
		margin-top: 20px;
	
	}
	.servicelist.view-payment{
		height: 100vh;
	}
	.servicelist .paymentspan .paymentspanrow{
		height: 40vh;
	}
	.servicelist .paymentspan .paymentspanrow .paymentpackage{
		width: 30%;
		height: 40vh;
		background-color: #e7e6e6b4;
		border-radius: 25px;
		transition: 0.6s;
	}
	
	.servicelist .paymentspan .paymentspanrow .paymentpackage .title{
		font-size: 20px;
		margin-top: 20px;
	}
	.servicelist .paymentspan .paymentspanrow .paymentpackage ul{
		margin-left: 10px;
		height: 20vh;
		font-size: 12px;
	}
	
	.servicelist .paymentspan .paymentspanrow .paymentpackage .price{
		font-size: 18px;
		margin-top: 20px;
	}
	.servicelist .paymentspan .note{
		font-size: 12px;
	}
	.servicelist .paymentspan .contact_us{
		font-size: 15px;
		margin-top: 20px;
		width: 100px;
		height: 18px;
	}
	.servicelist .paymentspan .booknow{
		font-size: 15px;
		margin-top: 20px;
		color: white;
		width: 100px;
		height: 18px;
		margin-left: 30px;
	}
	.servicelist .paymentspan .booknow:hover{
		background-color: blue;
	}
	.benifit{
		width: 96%;
		margin-left: 2%;
		height: 40vh;
	}
	.benifit h1{
		font-size: 18px;
	}
	.benifit h1{
		margin-left: 10px;
		margin-top: 10px;
	}
	
	.benifit .benifit-row .heading li h3{
		font-size: 15px;
		margin-top: 10px;
	}
	.benifit .benifit-row .heading .describe li{
		font-size: 12px;
		margin-top: 5px;
	}
}

/*========================================================================================================================*/
 /* width <500px*/
@media(max-width:500px){
	.line{
		width: 96%;
		margin-left: 2%;
		margin-top: 20px;
	}
	.introduction{
	min-height: 40vh;
	}
	.introduction img{
		height: 40vh;
	}
	.introduction-des{
		margin-top: 10px;
	}
	.introduction-des p{
		font-size: 12px;
	}


	.servicelist{
		width: 96%;
		margin-left: 2%;
		height: 100vh;
	}
	.servicelist .servicelist-row{
		display: block;
		justify-content: space-between;
		margin-top: 50px;
		

	}
	.servicelist .servicelist-row .servicelist-row-img{
		width: 96%;
		height: 340px;
		margin-left: 2%;
		margin-top: 20px;
	}
	
	.servicelist .servicelist-row .servicelist-row-img .ser-img{
		width: 100%;
		height: 340px;
	}
	.servicelist .servicelist-row .servicelist-row-des{
		width: 96%;
		height: 240px;
		margin-left: 2%;
	}
	.servicelist .servicelist-row .servicelist-row-des h1{
		font-size: 18px;
		margin-left: 10px;
		margin-top: 10px;
	}
	.servicelist .servicelist-row .servicelist-row-des p{
		font-size: 12px;
		padding: 10px 10px 0px 10px;
	}
	.servicelist .servicelist-row .servicelist-row-des .pp{
		font-size: 12px;
		padding: 5px 10px 0px 10px;
	}
	.servicelist .servicelist-row .servicelist-row-des .payment{
		margin-top: 20px;
		margin-left: 10px;
		font-size: 15px;
		width: 130px;
		height: 18px;
	}
	.servicelist .servicelist-row .servicelist-row-des .payment:hover{
		margin-left: 20px;
	}
	
	.servicelist .paymentspan{
		width: 96%;
		margin-left: 2px;
		height: 50vh;
		margin-top: 20px;
	
	}
	.servicelist.view-payment{
		height: 160vh;
	}
	.servicelist .paymentspan .paymentspanrow{
		height: 40vh;
	}
	.servicelist .paymentspan .paymentspanrow .paymentpackage{
		width: 32%;
		height: 30vh;
		background-color: #e7e6e6b4;
		border-radius: 25px;
		transition: 0.6s;
	}
	
	.servicelist .paymentspan .paymentspanrow .paymentpackage .title{
		font-size: 15px;
		margin-top: 10px;
	}
	.servicelist .paymentspan .paymentspanrow .paymentpackage ul{
		margin-left: 10px;
		height: 13vh;
		font-size: 10px;
	}
	
	.servicelist .paymentspan .paymentspanrow .paymentpackage .price{
		font-size: 15px;
		margin-top: 20px;
	}
	.servicelist .paymentspan .note{
		font-size: 12px;
		margin-top: -20px;
	}
	.servicelist .paymentspan .contact_us{
		font-size: 15px;
		margin-top: 20px;
		width: 100px;
		height: 18px;
	}
	.servicelist .paymentspan .booknow{
		font-size: 15px;
		margin-top: 20px;
		color: white;
		width: 100px;
		height: 18px;
		margin-left: 30px;
	}
	.servicelist .paymentspan .booknow:hover{
		background-color: blue;
	}
	.benifit{
		width: 96%;
		margin-left: 2%;
		height: 48vh;
	}
	.benifit h1{
		font-size: 18px;
	}
	.benifit h1{
		margin-left: 10px;
		margin-top: 10px;
	}
	
	.benifit .benifit-row .heading li h3{
		font-size: 15px;
		margin-top: 10px;
	}
	.benifit .benifit-row .heading .describe li{
		font-size: 12px;
		margin-top: 5px;
	}
}	




 /* width <380px*/
 @media(max-width:380px){
	.servicelist{
		height: 90vh;
	}
	.servicelist .servicelist-row{
		margin-top: 20px;
	}
	.servicelist .servicelist-row .servicelist-row-img{
		height: 280px;
	}
	
	.servicelist .servicelist-row .servicelist-row-img .ser-img{
		height: 280px;
	}
	.servicelist .servicelist-row .servicelist-row-des{
		height: 260px;
	}
	
}	