@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
	.c-content-testimonial-3 > .c-content {
		padding: 18px;
	}

	.c-font-16 {
		font-size: 26px;
		text-align: center;
	}

	.footer-menu-links {
		display: none;
	}

	.c-layout-footer-6 .c-head .c-left .socicon {
		margin-left: 28px;
	}

	.phone-btn {
		top: 260px;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px)  and (orientation: landscape) {
	.c-content-feature-1 p {
		font-size: 22px;
	}

	.c-layout-footer-6 .c-head .c-left .socicon {
		margin-left: 145px;
	}

	.c-layout-footer-6 .c-postfooter .c-copyright {
		font-size: 18px;
		text-align: center;
	}

	.c-font-16 {
		font-size: 16px;
		text-align: center;
	}

	/*.c-content-testimonial-3.c-option-default > .c-content {
		font-size: 14px;
	}*/

	.footer-menu-links li a {
		font-size: 17px;
	}
	/*label {
		font-size: 32px;
	}*/
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) { 
	.c-layout-footer-6 .c-head .c-left .socicon {
		margin-left: 60px;
	}
	.c-layout-footer-6 .c-postfooter .c-copyright {
		font-size: 15px;
		text-align: center;
	}
}

@media only screen and (min-device-width: 375px)  and (max-device-width: 667px) and (orientation: landscape) { 
	.c-font-16 {
		font-size: 20px;
		text-align: center;
	}

	.socicon {
		margin-left: 200px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.c-content-tab-2.c-opt-1 > .nav li > a {
		padding: 10px 12px;
	}

	.c-content-tab-2 > .c-tab-content .c-tab-pane > img {
		margin-left: 84px;
	}

	.c-layout-footer-6 .c-head .c-left .socicon {
		margin-left: 257px;
	}

	.c-font-16 {
		font-size: 24px;
	}

	.footer-menu-links li a {
		font-size: 22px;
	}

	.c-layout-footer-6 .c-postfooter .c-copyright {
		font-size: 22px;
		text-align: center;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.c-font-16 {
		font-size: 14px;
	}

	.c-content-testimonial-3.c-option-default > .c-content {
		font-size: 15px;
	}
}