.banner-style01 .main-title{
    font-size: 70px;
}
.card-style03{
    min-height: 250px;
}
.text-justify{
    text-align: justify;
}
.red-box{
    background: #ef0707 !important;
    color: white;
    border: 5px solid;
}
.text-green{
    color: #1ab556 !important;
} 

.text-yellow{
    color: #ffe919 ;
}
.bordered{
    border:5px solid;
    border-radius: 10px;
}
.round{
    border-radius: 10px !important;
}
.checklist{
    font-size: 25px;
   
}
.checklist li{
        font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 2.3 !important;
}
.checklist i{
    color: #fff !important;
    border-radius: 30px;
    border: 1px solid;
    background: #1ab556;
    padding: 7px !important;
    font-size: 16px !important;
}
.quotation-checkpoints h4{
    font-size:18px !important;
    font-weight: 400;
}