@media screen and (max-width: 500px){



/*hero-conteent*/
.hero-container {
	height:auto;
}
.hero-content {
	height:450px;
}
.hero-content h1:nth-child(1) {
	font-size: 35px;
}
.hero-content h1:nth-child(2) {
	font-size: 55px;
}
.hero-content h1:nth-child(3) {
	font-size: 20px;
	letter-spacing: 10PX;
}

.hero-content img {
	width: 90%;
}
/*top section close*/






/*about section start*/
.about-container{
	text-align: center;
	height: auto;
	padding-bottom: 100px;
}

.about-row div:nth-child(1) h1:nth-child(1) {
	font-size: 24px;

}
.about-row div:nth-child(1) h1:nth-child(2) {
	font-size: 35px;
}

.about-row div:nth-child(2) {
	text-align: center;
}
.about-row div:nth-child(2) form {
	width: 100%;
	margin-top: 100px;

}

/*ABOUT SECTIOPN CLOSE*/






/*Package section start*/
.package-container {
	height: auto;
	padding-bottom: 100px;
}


.row-header h1:nth-child(2) {
	color: black;
	font-weight: 900;
	margin-bottom: 110px;
}


.package2 div {
	background:  #ffc61a !important;
	position: relative;
	margin-bottom: 150px;
	margin-top: 150px !important;
}
.package2 div img:first-child {
	margin-top: -100px;
}

/*package section close*/




/* feature section start  */


.feature-container {
	height: auto;
	padding-bottom: 100px;
}

.feacture-row div div h1 {
	text-align: center !important;
}
.feacture-row div div p {
text-align: center !important;

}

/*feacture section close*/






/*download section start*/


.download-container {
	height:1200px !important;
}


.download-details img {
	margin-top: 30px;
	margin-right: 10px;
}

.download-img img {
	position: absolute;
	bottom: 0px;

}

/*dowanload section close*/







/*reveiw section start*/
.review-container {
	height: auto;	
	padding-bottom: 100px;
}

.review-row div div {
 text-align: center;
}

.review-men div img {
	height: 100%;	
}
.review-men div p:nth-child(1) {
	margin-top: -40px;
}
.review-men div p:nth-child(2) {
	margin-top: -20px;
}

/*revierw section close*/






.call-row div h2 {
	font-size: 20px;	
}

.call-row div h1 {
	font-size: 48px;
}

/*call section close*/






/*contact section start*/
.contact-container {
	height: auto;
	
}















}