@media only screen and (max-width:700px) {
	.slider-main-title {
		font-size: 26px !important;
		margin-bottom: 20px !important;
	}
	.slider-main-title span {
	    color: #E4007C;
	    font-size: 26px !important;
	}
	.silder-elements {
	    padding-left: 60px;
	    padding-right: 60px;
	}
}

@media only screen and (max-width:600px) {
	.slider-para {
		display: none;
	}
}

@media only screen and (max-width:480px) {
	.hero-sec {
		padding-top: 42%;
	}
	.hero-content h1 {
		font-size: 24px;
	}
}


@media only screen and (max-width:448px) {
	.slider-main-title {
		font-size: 16px !important;
		line-height: 24px !important;
		margin-bottom: 10px; !important;
	}
	.slider-main-title span {
	    color: #E4007C;
	    font-size: 16px !important;
	}

}



@media only screen and (max-width:320px) {
	.slider-main-title {
		display: none;
	}

}
