
/*css for on/off widget*/
    #indicator{
    background: #f75252;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
    margin-left: -1px;
    }
    #indicator.open{
        background:#0bbd28;
    }
#est-time h5 , #tomorrow-est h5{
	margin:0;
	color:#5e5e5e;
	font-weight:normal !important;
}
.elementor-kit-14673 a{
	
	font-weight:normal !important;
}

/*mobile setting for on off widget*/
#indicator_m{
    background: #f71a1a;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
    margin-left: -1px;
}
#indicator_m.open{
    background:#0bbd28;
}
#est-time_m h5 , #tomorrow-est_m h5{
	margin:0;
	color:#5e5e5e;
}