@media (min-width: 1025px)
{
.whb-header-bottom .container
{
background-color:white;
background-color: white;
border-radius: 14px;
box-shadow: 0px 2px 4px 1px rgb(77 65 65 / 20%);
}
.wd-dropdown-menu .container
{
box-shadow: 0px 0px 0px 0px rgb(77 65 65 / 20%) !important;
}
.searchform.wd-style-with-bg input[type="text"]
{
border-radius:25px;
background-color:white !important;
}
.searchform.wd-style-with-bg .searchsubmit
{
border-radius:25px;
}
}