/*
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.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
	font-family: 'Montserrat', sans-serif;
}
.mona_html.hotline:before {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #333;
    width: 1.5em;
    height: 1.5em;
    content: "";
    background: transparent url(/wp-content/uploads/2022/03/customer-service.svg) no-repeat;
    background-size: 1.5em 1.5em;
    animation-name: tada;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.mona_html a {
    color: #3a87c8;
    font-size: 18px;
    font-weight: 700;
}

.sec_about ul li {
    list-style-type: none;
	margin-left:0;
}
.sec_about ul li:before{
    content: "\e00a";
    font-family: 'fl-icons' !important;
    color: #fc0;
    padding-right: 10px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}