
.dropdown-box {
    flex-direction: row;
    display: flex;
    /* justify-content: space-between; */

    margin: 10px 0px;
}/* Add this CSS to your stylesheet or in a style tag within your HTML file */


/* Your custom styles */
ul.custom-list-unstyled li a {
text-decoration: none;
color: #fff !important; /* Use !important to override Bootstrap */
transition: color 0.3s;
}

ul.custom-list-unstyled li a:hover {
color: #fff !important; /* Use !important to override Bootstrap */
}

.weblogo{
background:#fff;
padding: 10px 40px; 
border-radius: 15px;
display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    height: 100px;
    width: 280px;
    align-self: center;
margin: 20px 0px;
}
.weblogo img {
width: 100%; /* Make the image fill the entire width of the div */
height: 100%; /* Make the image fill the entire height of the div */
object-fit: cover; /* Optional: Maintain aspect ratio and cover the entire div */
}
.Subscribe-box{
display: flex;
flex-direction: row;
background-color:green;

}
