<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------

	Template Name: Usual
    Template URI: https://devitems.com/
    Description: This is html5 template
    Author: HasTech
    Author URI: https://devitems.com/
    Version: 1.0 

	Note: This is Short code style file. All Short code related style included in this file. 

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
.static-block-2 .text .link {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid red;
	color: red;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin-top: 30px;
	padding: 10px 33px;
	text-transform: uppercase;
}
.img-radius {
	border-radius: 10px;
}

.pcMenu {
	display: flex;
	justify-content: space-between;
}
.pcMenu &gt; * {
	padding: 0;
}
.quick-link {
	position: relative;
	top: -3px;
}
.quickBox {
	/* margin-left: 150px; */
	padding-left: 60px !important;
}
.qrcodeWrap,
.qrcodeWrap h5 {
	color: #fff;
}
.qrcodeWrap h5 {
	font-size: 18px;
	margin-bottom: 18px;
	font-weight: bold;
}
.guideApp{
	position: relative;
	left: -30px;
}
.qrcodeBox {
	display: flex;
	gap: 10px;
	text-align: center;
}
.platform {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.platform .fa {
	position: relative;
	top: -2px;
	font-size: 24px;
}

.contactInfo .addressImg {
	width: 100%;
	height: 400px;
	margin-left: 20%;
}
.contactInfo .address {
	position: absolute;
	left: 395px;
	top: 30%;
	padding: 2px 5px;
	background: #000;
	height: 26px;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	font-family: Microsoft YaHei;
}
.contactInfo .address::before {
	content: '';
	position: absolute;
	left: -14px;
	top: 1px;
	border-top: 12px solid transparent;
	border-right: 15px solid #000;
	border-bottom: 12px solid transparent;
}

@media screen and (max-width: 450px) {
	.contactWrapper .cntct-right-adrs,
	.contactWrapper .adrs-details {
		margin-top: 20px;
	}
	.contactWrapper .section-title h4 {
		margin-bottom: 0;
	}
	.quickBox {
		padding-left: 15px !important;
		margin-left: 0;
	}
	.platform {
		margin-top: 0;
		width: 1.6rem;
		height: 1.6rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background: #fff;
		color: #333;
		border-radius: 50%;
	}
	.contactWrapper .contactInfo {
		padding: 30px 0 20px;
	}
	.contactInfo .addressImg {
		margin-left: 0;
	}
	.contactInfo .address {
		left: 190px;
	}

	.row &gt; * {
		padding: 0 0.3rem;
	}
	.contact-details ul li a {
		margin-top: 0;
	}

	/* about */
	.aboutWrapper .successful-area {
		padding: 30px 0;
	}
	.aboutWrapper .company img {
		width: 100%;
	}

	/* banner */
	.categoryBox {
		padding: 10px 0;
		gap: unset;
		height: auto;
		font-size: 10px;
	}
	.categoryBox a {
		display: block;
		width: 30%;
	}
	.categoryBox img {
		width: 94px;
	}

	.iframeWrap{
		max-width: 90% !important;
	}
	.guideApp{
		left: 0;
	}
}

.iframeWrap {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 2147483647;
}
.chatIframe {
	border: none;
	width: 60px;
	height: 60px;
	display: block;
	overflow: hidden;
	border-radius: 8px;
	background-color: transparent;
}
</pre></body></html>