<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Css for block top contact start */
#tcblocktopcontact{
	float: right;
	text-align: left;
	margin: 0 0 0 75px;
	position: relative;
	flex-shrink: 0;
}
#tcblocktopcontact .tc-contact-item {
	float: left;
	margin:0;
	display: flex;
	align-items: center;
}
#tcblocktopcontact ul{margin:0;}

.tc-block-top-contact .contact-icon.mobile{
	background-image: url(../img/pst-contact-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float:left;
	display:block;
	font-size:16px;
	color:#1a1a1a;
	height:23px;
	width:23px;
}

/*.tc-block-top-contact .tc-contact-item:hover .contact-icon.mobile{
	background-image: url(../img/pst-contact-icon-hover.svg);
	background-repeat: no-repeat;
	background-position: center;
}*/
.tc-block-top-contact .contact-details{
    display: flex;
    align-items: center;
}
.tc-block-top-contact .contact-icon-block{
	float: left;
}
.tc-block-top-contact .contact-details span {
    display: inline-block;
    font-weight: 600;
    vertical-align: top;
    color:#FFD829;
    letter-spacing: 1px;
}
.tc-block-top-contact .contact-details .contact-title{
    font-size: 13px;
    color: #d7d7d7;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    margin-right: 10px;
    letter-spacing: 1px;
}

.tc-block-top-contact .contact-number{
	color: #5A595D;
    display: block;
    margin: 0 5px;
    transition: color 0s;
}

.tc-block-top-contact .contact-number:hover {
	color: black;
}

@media (min-width: 1300px){
	#tcblocktopcontact .icon {
    	display: none;
	}
}
@media (max-width: 1299px){
	#tcblocktopcontact .icon{
		background-image: url(../img/headercms-icon.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 28px;
		width: 35px;
		height: 35px;
		display: block;
	}

	#tcblocktopcontact .block-inner{
		display: none;
		position: absolute;
		left: auto;
		right: 0;
		top: 71px;
		bottom: auto;
		background: rgba(0,0,0,0.9);
		min-width: 315px;
		z-index: 1000;
		padding: 15px 15px;
		box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
	}
	#tcblocktopcontact .tc-contact-item:last-child {
    	margin: 0;
	}
	#tcblocktopcontact{
		 margin:10px 0;
	}
	#tcblocktopcontact .tc-contact-item{
		    margin: 0 0 20px 0;
	}
}
@media (max-width: 767px){
	#tcblocktopcontact{display:none;}
}
/* Css for block top contact end */
</pre></body></html>