#credite-smartbill{
    font-size: 16px;
    background-color: #fff;
    line-height: 25px;  
    color: #020044;
    font-family: Rubik,sans-serif;
}

#credite-smartbill p {
    color: #020044;
}

#credite-smartbill .yellow_title{
    background-color: #FCEE21;
    text-align: center;
    padding: 16px 40px;
    width: fit-content;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 35px;
}
#credite-smartbill .mt_title{
    margin-top: 100px;
}
#credite-smartbill .page_title_box p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom:30px
}
#credite-smartbill .yellow_undersocre{
    border-bottom: 4px solid #FCEE21;
}
#credite-smartbill .blue_undersocre{
    border-bottom: 4px solid #3AA7F9;
}
#credite-smartbill .baby_blue_bkg{
    background:#F0F5FF;
    padding: 115px 0;
}
#credite-smartbill .align-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#credite-smartbill .box_title h2{
    font-size: 35px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 35px;
}
#credite-smartbill .mb_70{
    margin-bottom: 70px;
}
#credite-smartbill .mb_120{
    margin-bottom: 120px;
}
#credite-smartbill .mb_100{
    margin-bottom: 100px;
}
#credite-smartbill ul{
    padding-left: 16px;
}
#credite-smartbill .list_spred{
    line-height: 30px;
    width: 63%;
    margin-bottom: 30px;
}
#credite-smartbill .box_img{
    text-align: left;
}
#credite-smartbill .row_reverse_mobile .box_img{
    text-align: right;
}
#credite-smartbill .wider_list li{
    margin-bottom: 16px;
}
#credite-smartbill a{
    color: #020044;
    border-bottom: 1px solid #020044;
    font-size: 1rem;
}
#credite-smartbill a:hover{
    text-decoration: none;
}
#credite-smartbill .list_spred2{
    line-height: 30px;
}
#credite-smartbill .warninrg_text{
    padding: 105px 0
}
#credite-smartbill .warninrg_text p{
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
}
#credite-smartbill .hero_img{
    text-align: center;
}
#credite-smartbill .hero_img svg{
    width: 100%;
    display: block;
}
#credite-smartbill .page_title_box p{
    line-height: 30px;
}
@media (max-width: 1199px) { 
   
}
@media (max-width: 991px) {  
    #credite-smartbill .align-center{
        flex-direction: column;
       
    }
    #credite-smartbill .align-center .box_img{
        margin-bottom: 50px;
    }
    #credite-smartbill  .box_title{
        text-align: center;
    }
    #credite-smartbill .row_reverse_mobile.align-center{
        flex-direction: column-reverse;
    }
    #credite-smartbill .list_spred{
        margin: 0 auto;
        text-align: left;
        margin-bottom: 20px;
    }
    #credite-smartbill .list_spred2,
    #credite-smartbill .wider_list{
        text-align: left;  
    }
}
@media (max-width: 767px) { 
    #credite-smartbill .page_title_box h1 span{
        display: block;
    }
    #credite-smartbill .yellow_title{
        width: 100%;
        padding: 12px 20px;
        font-size: 35px;
    }
 }
@media (max-width: 575px) { 
   
}