﻿html, body {
    max-width: 100%;
    overflow-x: hidden !important;
}
.row_push {
    padding-left: 0px;
}

.sm_push {
    margin-top: -100px;
    padding-left: 0px;
    position: relative;
    top: 0px;
}
#grey-shading-tablet-large{
    display:none;
}
.xs_device_pos_main{
    width:95%;
}
footer .legal{
    padding-bottom:50px;
}
@media (max-width: 992px) and (min-width:768px) {
    .footer_text_style{
        padding-top:50px;
    }

}

.btn-new-styling {
    font-family: "ProximaNova", sans-serif;
    font-weight: 400;
    padding: 14px 30px;
    background: rgba(197,0,132, 1);
    color: white;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    font-size: 14px;
    border: 1px solid #c50084;
    transition: all 0.3s cubic-bezier(0, 0.84, 0.24, 0.84);
}

    .btn-new-styling:hover {
        background: rgba(197,0,132, 0);
        color: #c50084;
        border: 1px solid #c50084;
        text-decoration: none;
    }

    .rep_example_style{
        color:#A0A0A0;
        font-size:12px;
        line-height:20px;
        text-align:left;
        font-family:Roboto;
    }