.mobslider{
	display: none !important;
}
@media (max-width: 991px){
	.landing-content .container{
		max-width: 96%;
	}
	.landing-content {
	    padding: 50px 0;
	}
	.resleftcol, .resrightcol {
	    max-width: 100%;
	    flex: 0 0 100%;
	}
	.landing-page #toTop {
	    display: block;
	    text-align: center !important;
	    margin: 0 auto 30px !important;
	}
	.landing-page .footer-last {
	    text-align: center !important;
	}
}

@media (max-width: 600px){
	.landing-frm-title{
		font-size: 1.2rem;
		line-height: 30px !important;
	}
	.landing-frm{
		padding: 10px;
	}
	.reister-form{
		padding: 10px;
	}
	.landing-frm {
	    margin-top: 50px;
	}
	.mid-img{
		top: -20px;
	}
	.desktopslider{
		display: none !important;
	}
	.mobslider{
		display: block !important;
	}
	.landing-slider.mobslider img {
	    max-width: 100%;
	    width: 100%;
	}
	.landing-desc{
		padding: 10px;
	}
	.landing-title{
		font-size: 4rem;
		line-height: 55px;
	}
	
}