/* 991 */
@media screen and (max-width: 991px) {
	/* Mobile Footer social icon */
	.mobile-footer-social-icon-main{width: 100%; display: block; position: fixed; bottom: 0; z-index: 999;}
	.mobile-footer-social-icon{width: 33%; display: inline-block; text-align: center;}
	.mobile-footer-social-icon a{width: 100%; display: inline-block; font-size: 18px; font-weight: 600; color: #ffffff; background: #0e9de3; text-transform: uppercase; padding: 8px 0;}
	.mobile-footer-social-icon a:hover{background: #080403;}
	/* Mobile Footer social icon End */
}	
/* 991 End */

/* 767 */
@media screen and (max-width: 767px) {
	.mobile-footer-social-icon{width: 32.5%;}
	.sticky-icon{display: none;}
	.footer-whatsapp-left{display: none;}
	.footer-call-right{display: none;}
}
/* 767 End */

/* 664 */
@media screen and (max-width: 664px) {
	/* Mobile Footer social icon */
	.mobile-footer-social-icon a{font-size: 16px;}
	/* Mobile Footer social icon End */
}
/* 664 End */

/* 428 */
@media screen and (max-width: 428px) {
	/* Mobile Footer social icon */
	.mobile-footer-social-icon {width: 32%;}
	.mobile-footer-social-icon a{font-size: 13px;}
	/* Mobile Footer social icon End */
}
/* 428 End */

/* 375 */
@media screen and (max-width: 375px) {
	/* Mobile Footer social icon */
	.mobile-footer-social-icon {width: 32%;}
	/* Mobile Footer social icon End */
}
/* 375 End */