.Footer__footerBg {
    background: #f5f5f5;
    padding: 1.875rem 0;
}
.commonStyle__tAlignCenter {
    text-align: center;
}

.commonStyle__flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
portal *, portal :after, portal :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.html {
    font-family: Helvetica;
}



.Footer__footerQus {
    font-size: 1.875rem;
    color: #333;
}

.Footer__footerBtn {
    padding: 1.25rem;
}

.Button__footerBtn {
    border: 1px solid transparent;
    letter-spacing: normal;
    padding: 0.7rem 1rem;
    font-size: 1.0005rem;
    border-radius: 1.25rem;
    background: #636363;
    transition: all .15s ease;
    color: #FFF;
}

.commonStyle__outlineNone {
    outline: none;
}


.mainsite{
color: #fff;
background-color: #fff;
    box-shadow: 0 0.625rem 0.625rem rgba(0,0,0,0.16);
    padding: 0.375rem 0.625rem;
    font-weight: 600;
    color: #555;
    border: 0;
    font-size: 0.875rem;
    text-decoration: none;
    cursor: pointer;
    background: #fff;
    transition: .5s all;
    border-radius: 0.1875rem;
    line-height: 1.428571;


}
