/*
Theme Name: WEBVIP
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
h1,h2,h3,h4,h5,h6 {
    text-wrap: inherit
}

#header ul.header-nav.header-nav-main {
    justify-content: center
}

ul.sub-menu.nav-dropdown.nav-dropdown-default {
    background: rgb(255 255 255 / 95%);
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 5px
}

.bannerwhy {
    border-radius: 15px;
    overflow: hidden
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}