body{
                                                                                                                        }

    .bc-preload .icon {
    height: 300px !important;
    left: 42% !important;
    top: 30% !important;
    width: 300px !important;
}

.cross-list {
    list-style: none; /* Remove default bullets */
    padding: 0;
}

.cross-list li::before {
    content: "\2716" !important; /* Unicode character for multiplication sign (×) */
    margin-right: 8px !important; /* Space between the cross and the list item text */
    color: red !important; /* Optional: Set the color of the cross */
}

.cross-list li:first-child::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: Flaticon !important;
    font-size: 16px !important;
    color: #202124 !important;
    content: "\f172" !important;
    
}

button.bookmark-btn.active.service-wishlist {
    background-color: #112e4e !important;
}

.job-section {
     padding: 5px 0 !important; 
}
    
