@media only screen and (max-width: 449px){

	
	.logoPart h5 {
		display: none;
	}

	.mainHeader .imgPart {
	    width: 100%;
	}

	.navbar-brand {
		margin-right: 0 !important;
	}

	.pHeading {
    	font-size: 25px;
    	line-height: inherit;
	}

	.proImg {
		height: 150px !important;
		object-fit: cover;
	}

	.productBG .cPadding {
		padding: 10px 5px !important;
	}

	.productBG .tagline {
		font-size: 14px;
		height: 50px;
	}

	.productBG .buyBtn {
		padding: 6px 16px !important;
		font-size: 12px !important;
	}

	.nLetter input {
		padding: 20px 5px !important;
		font-size: 12px !important;
	}

	.footer2 {
	    font-size: 10px;
	}

	.nLetter button {
		font-size: 12px;
		padding: 10px !important;
	}

	.topHeader {
		font-size: 10px;
	}

	.logoPart h5 {
		font-size: 12px !important;
	}

	.mLogo img {
		width: 54px !important;
	}

	.mLogo {
		padding: 0 10px !important;
	}

	.logoPart h5 {
		padding-top: 17px;
	}

	.navbar-toggler svg {
		font-size: 18px !important;
	}

	.height450 img {
	    height: 250px;
	}

	#buyNow {
		left: 10%;
		right: 10%;
	}
	
}