@media screen and (max-width:991px) {
	
}


@media screen and (max-width:767px) {
	.py-70 {
	    padding: 50px 0;
	}
	.header .contentbx h1 {
	    font-size: 40px;
	    line-height: 37px;
	}
	.header .contentbx h2 {
	    font-size: 25px;
	}
	.header .contentbx .lead {
	    font-size: 18px;
	}
	.title-sec h3 {
	    font-size: 30px;
	    line-height: 40px;;
	}
	.title-sec h2 {
	    font-size: 28px;
	    line-height: 38px;
	}
	.fot-logo h1 {
	    font-size: 40px;
	    line-height: 45px;
	}
}

@media screen and (max-width:575px) {
	.header .contentbx h1 {
	    font-size: 30px;
	    line-height: 35px;
	}
	.header .contentbx h2 {
	    font-size: 22px;
	}
	.header .contentbx .lead {
	    font-size: 16px;
	}
	p {
	    font-size: 14px;
	    line-height: 24px;
	}
	.title-sec h3 {
        font-size: 24px;
	    line-height: 34px;
	}
	.btn {
	    padding: 14px 24px;
	    font-size: 14px;
	}
	.title-sec h2 {
	    font-size: 22px;
	    line-height: 34px;
	}
	.packing-menu ul li {
	    font-size: 18px;
	}
	.packing-menu h6 {
	    font-size: 15px;
	}
	.py-50 {
	    padding: 30px 0;
	}
	.fot-logo h1 {
	    font-size: 30px;
	    line-height: 40px;
	}
	.footer p {
	    font-size: 14px;
	}
}