
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.fixed-container {
	max-width: none;
	width: auto;
	margin: 0 auto;
}
#slide-animation img{
	width: 100%; height:auto;
}
.note {
	font-size: 11px;
}
.input-group form {
	width: 210px;
}
.input-group form input[type="text"] {
	width: calc(100% - 46px);
	border-right: none;
}
.input-group form select {
	display: none;
}
.nav li {
	width: 16.6%;
}
.other-carousel {
	text-align: center;
}
.adds img {
	width: 100%;
}
.f-cell {
	width: 17%;
}
.f-cell.last {
	width: 31%;
}
.contact-here .contact {
	font-size: 17px;
}
.contact-here .contact span.under-txt {
	font-size: 14px;
}
footer.footer .social h3 {
	display: none;
}
footer.footer .social ul {
	float: none;
}
.newsletter-form input[type="text"] {
	width: calc(100% - 87px);
}
.dashboard .left-data {
}
.dashboard .data-side {
	width: calc(100% - 170px);
}
.featured-product {
	width: 557px;
}
}
