@media only screen and (max-width:1200px){
.nav-link{
	margin-right: 1.5rem;
}
}


@media only screen and (max-width: 992px){
	html{
	font-size: 55.5%;
	}
	.my_menu{
	display: block;
	text-align: center;
	margin-top: 4rem;
}
.nav-link{
	margin:0;
	padding:0;
	margin-bottom:1rem;
	font-size: 2.2rem;
}
.download_btn{
	width:100%;
	margin-top:5rem;
}
.forspace{
	display: none;
}
.offcanvas-header{
	margin-right: 2rem;
}
.menu_icon{
	font-size:2.5rem;
	cursor: pointer;
}

	.nav_mobile_right{
		display: flex;
		flex-direction: row-reverse;
	}
	.ingre_main_table {
    display: table;
    width: 82rem;
}

}





@media only screen and (max-width: 768px){
	html{
	font-size: 45.5%;
	}
.offcanvas.show{
	max-width: 80%;
}
.navbar{
	padding:1.5rem 1rem;
}
.menu_icon{
	font-size: 3rem;
}
.navbar-nav .nav-link{
	font-size: 2.2rem;
}
.mint_pic{
	display:none;
}
.buy_card{
	width:100%;
	padding:0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	max-width: auto;
	border:none;
}
.buy_card_img{
	width: 100%;
	border-radius: 1rem;
}
.buy_btn{
	margin:0 auto;
}
.banner_type{
	text-align: center;
}
.protect_btn{
	margin-top: 2rem;

}
.footerheading{
	margin-top: 2rem;
	color:var(--blue);
}
.fotlink ul{
	margin-top: 0;
}
.fotlink ul li a{
	line-height: 3rem
}
.forhomeform form textarea, .forhomeform form input, select{
	margin-bottom: 1.5rem;
}
.faq_image{
	max-width: 50%;
	display: block;
	margin:0 auto;
}
.slick-next{
	right: 10%;
}
.slick-prev{
	right: 20%;
}
.testimonial .pic img{
	max-width: 10rem;
}
.testimonial .description{
	font-size: 1.8rem;
	text-align: center;
	line-height: 2.4rem;
}
.testimonial .description:before{
	font-size: 2.3rem;
	color: var(--lightblue);
}
.testimonial-title{
	text-align: center;
}
.slick-dots{
	bottom: -5rem;
}

}



@media only screen and (max-width: 576px){
	.hero_img{
		max-width: 40rem;
		display: block;
		margin:0 auto;
	}
	.hero_title{
		line-height: 4.5rem;
	}
	.hero_p{
		line-height: auto;
	}
	.sec_desc, .ceo_text, .process_card_desc, .gen_text, .card-header a, .footer_p{
		font-size: 1.9rem;
	}
	.copyright_text{
		text-align: center;
		font-size: 1.9rem;
	}
	.protect_btn, .buy_btn{
		width: 100%;
	}
	.sec_heading{
		font-size: 3.2rem;
	}
	.buy_card_right .gen_text{
		margin: 1.5rem 0;
	}
	.buy_heading{
		margin-bottom: 0;
		line-height: 3rem;
	}
	.forhomeform form input, .forhomeform form select, .forhomeform form textarea, .fotlink ul li a, .foot-p, .ff-link, .lifafa{
		font-size: 1.9rem;
	}
	
	
}