.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.fontBlack {
    color: #333;
}

.fontRed {
    color: #c6092d;
}

.positionR {
    position: relative;
}

.bgGreyToWhite {
    background-image: linear-gradient(180deg, #fbfbfb 0%, #ffffff 90%)
}

.bgfb {
    background: #fbfbfb;
}

.bgf2 {
    background: #f2f2f2;
}

.buttonBlackBg {
    background: #333333;
    border: 1px solid #333333;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

    .buttonBlackBg:hover {
        background: #fff;
        border: 1px solid #333;
        color: #333333;
    }

.buttonRedBg {
    background: #c6092d;
    border: 1px solid #c6092d;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

    .buttonRedBg:hover {
        background: #fff;
        border: 1px solid #c6092d;
        color: #c6092d;
    }

.headingTxt {
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
}
