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

/*************** ADD CUSTOM CSS HERE.   ***************/
body{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 400;
    font-style: normal;
}
#footer ul li{
	list-style: none !important;
	margin-left:0px !important;
}
.box_home{
	position: relative;
    padding: 15px;
    height: 400px;
    overflow-y: scroll;
    box-sizing: border-box;
    border-image-slice: 1;
    border: 1px solid;
    border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%) 1;
    border-width: 2px;
    border-style: solid;
}
.box_home::-webkit-scrollbar{width:12px;background-color:#F5F5F5}
.box_home::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgb(0 0 0 / .3);background-color:#555}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}