.banner img {
    width: 100%;
    height: auto;
}

.top-text {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
}

.text-header {
    font-family: Arial, Helvetica, sans-serif;
    color: #5c1c7c;
    font-weight: bold;
}

.star-list li::before {
    content: "\2605";
    color: #f49404;
    margin-right: 10px;
    line-height: 40px;
}

.alert-title {
    font-size: 14px;
    font-weight: 500;
}

.alert-text {
    font-size: 12px;
}

.btn-green {
    background-color: #f49404;
    color: white;
}

.btn-green:hover {
    background-color: #f49404;
    color: white;
}

.number-list li {
    margin-bottom: 10px;
}

.form-label,
.form-control,
.form-select {
    font-size: 14px;
}

.form-label {
    font-weight: bold;
}

table{
    font-size: 14px;
}

th{
    background-color: #5c1c7c !important;
    color: white !important;
}

.text-yellow {
    color: #f49404;
    font-size: 20px;
}

.text-purple{
    color: #5c1c7c;
    font-size: 30px;
}

.list-text, .para-text{
    font-size: 14px;
    text-align: justify;
}

.btn-apply{
    background-color: #591e7c;
    color: #f49404;
}

.btn-apply:hover{
    background-color: #591e7c;
    color: #f49404;
}

.main-text{
    font-size: 17px;
    font-weight: 600;
}

.essential-card{
    border: 2px solid #5c1c7c;
}
.essentials-points{
    font-size: 13px;
}

.alert{
    background: bisque;
}

p{
    font-size: 14px;
}