/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 14 2023 | 02:24:28 */
body:not(.elementor-editor-active) .toggle_content{
  display:none;
  background: #f1f1f1;
	padding-top: 0px !important;
}
.toggle_content-detail .elementor-widget-container .check-lists li{
	margin-top:0px !important;
	margin-bottom:3px !important;
}
.toggle_trigger{
  cursor:pointer
}

.toggle_icon i{
     transition-duration: 0.5s;
  
}
.tab_active .toggle_icon i{
    transition-property: transform;
    -ms-transform: rotate(180deg) !important; /* IE 9 */
  transform: rotate(180deg) !important;
	color:#010d14 !important;
     transition-duration: 0.5s;
  
}
.tab_active .toggle_heading i{
	color:#010d14 !important;
}
.background-active {
    background-color:#ffb704 !important;
	color:#010d14 !important;
}









