.dfd_tabs_block .vc_tta-accordion .style-2 .vc_tta-panel.text-color.vc_active .vc_tta-panel-heading .vc_tta-panel-title a{
	color: black;
}

.dfd_tabs_block .vc_tta-accordion .vc_tta-panel.text-color.vc_active .vc_tta-panel-title.vc_tta-controls-icon-position-left{
	border: 1px solid #e6e6e6;
}

.custom-row > .wpb_wrapper{
	display: flex;
	align-items: center;
	flex-direction: column;
}

.custom-shadow{
    border-radius: 30px 30px 30px 30px;
    overflow: hidden;
    box-shadow: 5px 3px 12px 0px rgba(0,0,0,0.3);
	max-width: 220px;
	width: 100%;
}

.custom-img-shadow .vc_single_image-wrapper.vc_box_shadow.vc_box_border_grey {
	border-radius: 10px;
}

.custom-banner .image-cover.dfd-img-lazy-load.image-loaded{
	width: 80px;
	display: flex;
	justify-content: flex-start;
}

.custom-banner .dfd-info-banner.style-05{
	width: 100%;
	margin-bottom: 1.5rem;
}

.wpcf7 .col-12 .col-6{
	width: calc(50% - 2rem);
	flex: 2;
}

.wpcf7 .col-12{
	width: 100%;
	display: flex;
	gap: 2rem;
}

.wpcf7 .col-12 .wpcf7-form-control-wrap{
	width: 100%;
}