/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
 
 /*map style starts here*/
 
 /*map style ends here*/
 
 
 .provider-archive {
    display: flex;
    gap: 20px;
    padding: 20px;
}

.search-container {
    margin-bottom: 20px;
}

#provider-search {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

.filter-sidebar {
    width: 20%;
    background: #f9f9f9;
    padding: 15px;
}

.provider-results {
    width: 80%;
}

.provider-card {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.provider-card img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-right: 15px;
    float: left;
}

.provider-card h2 {
    margin: 0 0 10px 0;
}

.provider-card p {
    margin: 5px 0;
}
 
 
 
 
/*Providers code style ends here*/