/* Css for block top contact start */
#pstblocktopcontact {
    color: #ffffff;
}
#pstblocktopcontact .pst-contact-item {
    display: inline-block;
    vertical-align: top;
}
#pstblocktopcontact .pst-contact-item:first-child {
    margin: 0 30px 0 0;
}
#pstblocktopcontact .pst-contact-item .fa{
    font-size: 18px;
    float: left;
    margin: 3px 5px 0 0;
}
#pstblocktopcontact .contact-title {
    font-size: 11px;
    line-height: 24px;
}
#pstblocktopcontact ul {
    margin: 0;
}
@media (max-width: 1299px) {
#pstblocktopcontact .pst-contact-item:first-child {
    margin: 0 15px 0 0;
}
}
/* Css for block top contact end */