/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 15 2023 | 05:03:21 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.lib-btn-cust {
 display: contents;
}
.question-popup-qes span {
	color: #002E88;
	
}
.my-btn-lightb-3650 .btn {
	font-size: 16px !important;
	font-family: poppins !important;
	text-transform: capitalize !important;
    font-weight: 400 !important;
    fill: #333333 !important;
    color: #333333 !important;
    background-color: #DBDBDB !important;
    border-style: solid !important;
    border-color: #CECECE !important;
    border-radius: 35px 35px 35px 35px !important;
    padding: 6px 40px 6px 40px !important; 
	cursor: pointer !important;
	margin: 0px !important;
	width: 93% !important;
	text-align: center !important;
	transition: all .3s !important;
}

.my-btn-lightb-3650 .btn:hover{
	color: #FFFFFF !important;
    background-color: #1471EF !important;
    border-color: #1471EF !important;
}
.question-popup-qes .elementor-icon-list-text:hover {
	color: #E66E60;
}
.elementor-widget-text-editor p {
	margin: 0px;
}