/* BYTEDANCE PHILIPPINES INC. - Custom Styles */

.company-brand {
	text-align: center;
}

.company-brand a {
	display: inline-block;
	text-decoration: none;
}

.company-brand img {
	max-height: 50px;
	width: auto;
	display: block;
	/* margin: 0 auto; */
}

.footer-widget-logo.company-brand img {
	max-height: 45px;
}

.company-full-name {
	font-size: 11px;
	font-weight: 600;
	color: #333;
	margin: 6px 0 0;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	letter-spacing: 0.3px;
}

.footer-area .company-full-name {
	color: #fff;
	font-size: 10px;
}

.company-disclosure {
	padding: 20px 0;
}

.company-disclosure p {
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 1.6;
}

.company-disclosure p strong {
	font-weight: 600;
}

.footer-widget-menu ul li a[href="privacypolicy.html"],
.footer-widget-menu ul li a[href="loanagreement.html"],
.footer-bottom-menu ul li a[href="privacypolicy.html"],
.footer-bottom-menu ul li a[href="loanagreement.html"] {
	text-transform: lowercase;
}

.no-link {
	cursor: default;
	pointer-events: none;
}

@media (max-width: 991px) {
	.header_logo.company-brand {
		text-align: left;
	}

	.company-full-name {
		font-size: 9px;
		white-space: normal;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.hero-area .col-lg-3.text-right {
		text-align: left !important;
		margin-top: 20px;
	}

	.email-area .text-right {
		text-align: left !important;
		margin-top: 10px;
	}

	.call-do-action-area .text-right {
		text-align: left !important;
		margin-top: 15px;
	}

	.footer-bottom-area .text-right {
		text-align: left !important;
		margin-top: 10px;
	}

	iframe {
		width: 100% !important;
		max-width: 100%;
		height: 280px !important;
	}

	.company-full-name {
		font-size: 8px;
	}
}

@media (max-width: 480px) {
	.company-full-name {
		font-size: 7px;
		letter-spacing: 0;
	}
}
