/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    A plain-vanilla
 */

html, body{
	overflow-x: hidden !important;
	
}

.highlight {
    background: #bbfffe;
}

span.elementor-accordion-icon i {
    position: absolute;
    left: 0;
    top: 45px;
	font-size: 30px;
}

.img-accordion-style{
	height:57px;
	width:235px;
}

.bold-text{
    font-weight: 700;
    font-size: 30px;
	color: #014476;
}

img.img-accordion-style {
    display: block !important;
}

img.img-accordion-mobile{
	display: block !important;
}

.elementor-toggle-icon i {
    position: absolute;
    left: 0;
/*     top: 50%; */
    font-size: 30px;
}