/*
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.   ***************/

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


}
.block-left:before {
    content: "";
    background: #0061d2;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    position: absolute;
    border-radius: 20px;
    width: 100%;
    top: -20px;
    bottom: 45px;
    left: -20px;
    z-index: 2;
    height: 100%;
}
 .slider-nav-circle .flickity-prev-next-button:hover svg {
    fill: #fff !important;
    /*background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);*/
}
.btn-xt {
    color: #0061d2 !important;
}
