* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bg-container01 {
    background-color: #f5f5f5 !important;
    background-size: cover !important;

}

.filter-container {
    background-color: #007bff !important;
    border-radius: 5px !important;
    width: 100% !important;
    padding-top: 20px !important;
}

.form-control01 {
    background-color: #3395ff !important;
    border: 0px !important;
    color: #fff !important;
}

.form-control01::placeholder {
    color: #fff !important;
    font-size: 17px !important;
}

.card-container {
    background-color: #fff !important;
    box-shadow: 1px 1px 1px 1px #f7f7f7 !important;
    border-radius: 5px !important;
    border: 1px solid #f7f7f7 !important;
}

.image01 {
    width: 100% !important;
    height: auto !important;
}

.cname {
    color: #323f4b; 
    font-size: 18px !important;
    text-align: center !important;
    margin-top: 10px !important;
}

.cname01 {
    color: #323f4b;
    font-size: 16px !important;
    text-align: center !important;

}

.line01 {
    background-color: #f2f2f2 !important;
    width: 95% !important;
    height: 1px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.icon01 {
    color: #444444 !important;
}

.location {
    color: #444444;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.button01 {

    width: 100% !important;
    display: inline-block !important;
    font-weight: 400 !important;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    text-align: center !important;

    border: 1px solid transparent !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: 0.25rem !important;




}