/*
 Theme Name:   Toft Solutions
 Template:     hello-elementor
 Version:      1.0
 Description:  A child theme of Hello Elementor
 Author:       Your Name
*/

/* You can add custom styles below */

/* .full-accordion-item:hover .openicon{
	color:#fff  !important;
} */

.bannerhero_image {
    height: 480px;
	border-radius:20px;
}
@media(max-width:1023px){
	.bannerhero_image{
		margin-top:50px;
		height:400px;
	}
}

@media(max-width:991px){
	.bannerhero_image{
		height:380px;
	}
}
@media(max-width:480px){
	.bannerhero_image{
		
		height:250px;
	}
}