@media (max-width: 350px) {
	.main-banner-inner-mob-wrapper {
		/*height: 500px;*/
		height: auto;
		min-height: 480px!important;
	}	
}
@media (max-width: 767px) {
	.main-banner-form-wrapper{
		height:455px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.main-banner-inner-mob-wrapper {
		/*height: 500px;*/
		height: auto;
		min-height: 500px;
	}	
	.main-banner-inner-mob {
		top: 140px;
	    transform: unset;
	}
	
	/* 2 */
.main-video {
	    padding: 25px 0 5px;
}
	
	/* 3 */
	.main-ideal{
		/*margin-top: 30px; */
		min-height: 420px;
		/*max-height: 460px;*/
	}
	/* 4 */
	.main-gallery-slider{
		/*margin-top: 0px;*/
		min-height: 320px;
		max-height: 350px;
		padding-top: 25px!important;
		height: auto;
	}
	.main-gallery-carousel-wrapper{
		height: 250px;
    	position: unset;
	}
	.main-gallery-carousel {/*
		top: 95px;
	*/}
	
	/* 5 */
	.main-products{
		min-height: 550px;
		max-height: 580px;
		padding-top: 25px!important;
		height: auto;
	}
	/* 6 */
	.main-how-works{
		height: auto;
	}
	
	.main-how-works-1{
		min-height: 400px;
		max-height: 500px;
	}
	
	/* 7 */
	
	.main-order{
		height: auto;
		padding: 50px 0 10px;
	}
	
	/* 8 */
	.main-creation {
		height: auto;
		padding: 50px 0 25px;
	}
	/* 9 */
	.main-feedback{
		height: auto;
		padding: 25px 0;
	}
	/* 10 */
	.main-quiz{
		height: auto;
    padding: 40px 20px;
	}
	.main-quiz .container {
		position:inherit;
		top:0;
		left:0;
		transform:none;		
	}
	.footer-tel, .footer-req {
		text-align:center;
	}
}

