/*.plane{
    content: url(../icons/Transport-Airplane-Take-Off-icon.png);
    display: inline-block;
    float: left;
}*/
.gps {
    display: block;
    text-indent: -9999px;
    width: 60px;
    height: 40px;
    float: left;
    background: url('../icon/pin-map-location-19-512.svg');
    background-size: 39px 82px;
    background-repeat: no-repeat;
    background-position: right;
}
.gps-black {
    display: block;
    text-indent: -9999px;
    width: 33px;
    height: 40px;
    float: left;
    background: url('../icon/pin-map-location-black.svg');
    background-size: 39px 82px;
    background-repeat: no-repeat;
    background-position: right;
    margin-top: -10px;
}
.fb {
    display: block;
    text-indent: -9999px;
    width: 35px;
    height: 40px;
    float: left;
    background: url('../icon/facebook.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: right;
}
.insta {
    display: block;
    text-indent: -9999px;
    width: 35px;
    height: 40px;
    float: left;
    background: url('../icon/insta.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: right;
}
.bell{
    display: block;
    text-indent: -9999px;
    width: 35px;
    height: 40px;
    float: left;
    background: url('../icon/bell.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: right;
}
.twitter{
    display: block;
    text-indent: -9999px;
    width: 35px;
    height: 40px;
    float: left;
    background: url('../icon/twitter.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: right;
}
.whatsapp{
    display: block;
    text-indent: -9999px;
    width: 35px;
    height: 40px;
    float: left;
    background: url('../icon/whatsapp.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: right;
}
.linkedin{
    display: block;
    text-indent: -9999px;
    width: 35px;
    height: 40px;
    float: left;
    background: url('../icon/linkedin.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: right;
}
.cook-phone {
    display: block;
    text-indent: -9999px;
    width: 100px;
    height: 40px;
    float: left;
    background: url('../icon/cook-phone.svg');
    background-size: 39px 82px;
    background-repeat: no-repeat;
    background-position: right;
    margin-top: -15px;
}
.mail {
    display: block;
    text-indent: -9999px;
    width: 38px;
    height: 42px;
    float: left;
    background: url(../icon/mail.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: right;
    margin-top: -10px;
}
.spoon-phone {
    display: block;
    text-indent: -9999px;
    width: 100px;
    height: 40px;
    float: left;
    background: url('../icon/phone-1.svg');
    background-size: 39px 82px;
    background-repeat: no-repeat;
    background-position: right;
    margin-top: -12px;
}
.spoon-down {
    display: block;
    text-indent: -9999px;
    width: 50px;
    height: 87px;
    float: left;
    background: url(../icon/spoon-down.svg);
    background-size: 83px 101px;
    background-repeat: no-repeat;
}