
@media screen and (max-width: 768px) {
	.home_slideMobi .carousel-item {
    background-size: cover;
    height: 400px;
}
.slider_Headtxt {
right: 35px;
    top: 17%;
    font-size: 45px;
    line-height: normal;
}
.slider_nxtPos img {
       position: absolute;
    bottom: 25px;
    height: 35px;
}
.slider_prvPos img {
    position: absolute;
    bottom: 25px;
    left: -28px;
    height: 35px;
}
.opct-m20{
		opacity: 0.2;
	}
}

@media screen and (max-width: 468px) {
	.home_slideMobi .carousel-item {
		background-size: cover;
		height: 225px;
	}
	.slider_prvPos img {
		position: absolute;
		bottom: 20px;
		left: -28px;
		height: 25px;
	}
	.slider_nxtPos img {
		position: absolute;
		bottom: 20px;
		height: 25px;
	}
	.slider_Headtxt {
		right: 14px;
		top: 17%;
		font-size: 26px;
		line-height: normal;
	}
	.flex-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	input, select {
    margin-bottom: 15px;
}
.footer_bgimg {
    height: auto;
    background: #171b7f;
	padding-bottom: 50px;
}
}