/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.desktop-menu .e-current::before {
    content: '';
    position: absolute;
    top: 0px;
    width: 40px;
    height: 8px;
    background-color: #0093D2 !important;
    border-radius: 6px;
    z-index: 1;
}

/*Header*/
#renew-pay{
    background-color: #005BA4;
    color: #fff !important;
    border-radius: 6px;
    margin-right: 10px;
}

#renew-pay span{
    color: #fff !important;
}

#renew-pay svg{
    fill: #fff;
}

/*Make a claim*/
#make-claim{
    background-color: #0093D2;
    color: #fff !important;
    border-radius: 6px;
}

#make-claim span{
    color: #fff !important;
}

#make-claim svg{
    fill: #fff;
}
/*End*/

.no-margin-list ul{
    list-style-position: outside;
    padding: 0px;
    padding-left: 1em;
}

.no-margin-list ol{
    list-style-position: outside;
    padding: 0px;
    padding-left: 1em;
}