home.component.scss 592 Bytes
.provider_header{
    background: #1a5c7c;
    padding: 4px;
    
    h4{
        margin:0px;
        color: #fff;
        padding: 20px;
        font-weight: 400;
        font-size:20px;
    }

    span{
        position: absolute;
        bottom:-30px;
        right:15px;
        font-size: 14px;
        cursor: pointer;
        z-index: 999;
    }
}
.forex_wrapper{
    .forex_inner{
        cursor: pointer;
        text-align: center;
        height: calc(100vh - 100px);
        padding-top: 35%;
        h5{
            color: #464646;
            font-weight: 500;
        }
    }
}