/* Css for block top contact start */
#tcblocktopcontact {
	float: right;
	margin: 21px 30px 0 0;
	position: relative;
	z-index:9;
}
.tc-blocktopcontact ul{margin:0;}
.tc-img-icon{    
    background-image: url(../img/header-contact.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    height: 55px;
    width: 55px;
    float: left;
    margin: 0 10px 0 0;
    background-color: #BDBF19;
    border-radius: 50px;
}
#tcblocktopcontact:hover .tc-img-icon{
	background-image: url(../img/header-contact-hover.svg);
	background-repeat:no-repeat;
	background-color: #074D84;
}
#tcblocktopcontact:hover .tc-contact-title{
	color:#BDBF19;
}
.tc-img-icon.mail{background-position:center -152px;}
.tc-img-icon.mail:hover{background-position:center -234px;}
.tc-blocktopcontact li{
	float:left;
}
.tc-blocktopcontact li .tc-contact-title{
    display: block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-transform: capitalize;
}
.tc-blocktopcontact li .tc-number{
    display: block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
	text-align: left;
    color: #8b8b8b;
}
.tc-contact-details {
    float: left;
    text-align: left;
    margin: 7px 0 0 0;
}
@media (max-width: 1249px) {
	#tcblocktopcontact{
		  margin: 21px 15px 0 0;
	}
}
/* Css for block top contact end */
