 .rm_dec{
        text-decoration : none;
        color :white;
    }
        .language{
    width: 100px;
    margin : 1%;

    background: #FE0872;
    border-radius: 30px;
    display: block;
    font-weight: 700;
    font-size: 14px!important;
    /* line-height: 38px; */
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
  color: black;
    text-decoration: none;
    margin: 15px auto 0 auto;
    border: 1px solid #FE0872;
    transition: 0.3s;
}

.ol-list{
    list-style:disc;text-align:justify;
}
.apply_rtl_li_style{
display: flex;gap: 10px;
}
        *{
            box-sizing: border-box;
        }
        @font-face {
            font-family: 'Calibri';
            src: url('font/Calibri.eot');
            src: url('font/Calibri.eot?#iefix') format('embedded-opentype'),
                url('font/Calibri.svg#Calibri') format('svg');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }

        html,body{
            padding: 0;
            margin: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            font-family: 'Calibri';
            background-image: linear-gradient(to bottom, #450a2d, #450a2d, #3e1302);
            color: #fff;
        }
        section{
            width: 100%;
            height: auto;
            text-align: center;
            padding: 40px 20px;
        }
        .click-here{
            color: #fff;
            font-weight: bold;
        }
        .g-logo{
            width: 150px;
            margin-bottom: 10px;
        }
        .first-para{
            width: 400px;
            color: #0054A6;
            margin: auto;
            margin-bottom: 10px;
        }
        .hve-title{
            color:#FE6A01;
            font-weight: 700;
            font-size: 20px;
        }       
        .list-img{
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .list-img a img{
            box-shadow: 0px 7px 12px #00000038;
            border-radius: 20px;
            width: 90%;
        }
        .footer-text h1{
            color: #0054A6;
            font-size: 16px;
        }
        .footer-text p{
            color: #0054A6;
            font-size: 14px;
            padding-bottom: 40px;
        }
        .radio_section ul{
            display: flex;
            list-style: none;
            align-items: center;
            flex-wrap: wrap;
            justify-content: center;
            padding: 0;
        }
        .radio_section ul li{
            margin: 0 10px;
        }
        .radio_section ul li p{
            margin: 0;
        }
        .input-91{
            position: relative;
        }
        .input-91 span{
            position: absolute;
            top: 0;
            left: 20px;
            font-size: 16px;
            color: #50002c;
            font-weight: 600;
            height: 40px;
            display: flex;
            align-items: center;
        }
        .disclaimerTitle{
            margin: 10px 0;
        }
        .free{
            margin: 5px 0;
        }
        .ol-list li{
            padding: 5px 0;
        }