/**
* Theme Name: Xcare Child
* Description: This is a child theme of xcare 
* Author: designervily
* Template: xcare
* Version: 1.0
*/

ul#pbmit-top-menu {
    display: flex;
    justify-content: flex-end;
}
.pbmit-header-style-8 .pbmit-slider-area{
	border-radius:0px !important;
}
.pbmit-title-bar-wrapper.pbmit-bg-color-transparent.pbmit-titlebar-style-left {
    display: none;
}
.elementor-section.elementor-top-section.pbmit-elementor-bg-color-globalcolor.pbmit-tab-vishal-css,
.elementor-section.elementor-top-section.pbmit-elementor-bg-color-globalcolor.pbmit-tab-vishal-css:before {
    background-color: #fff !important;
}


@media (max-width: 768px) {
    ul#pbmit-top-menu {
        display: block;
		color:#F010B3;
    }

    ul#pbmit-top-menu li {
        margin: 10px 0;
    }

    .login-button {
        display: inline-block;
        margin-top: 10px;
    }
	
	ul.pbmit-sortable-list-ul {
        display: none;
    }
}

/* #pbmit-top-menu .menu-item a {
    color: white ; 
} */
