.wpb_vc_column.vc-non-draggable-column.vc_col-sm-4.wpb_content_holder.vc_col-md-3.vc_col-xs-6 {
	pointer-events: none !important;
}

.wpb_vc_column.vc-non-draggable-column.vc_col-sm-4.wpb_content_holder.vc_col-md-3.vc_col-xs-6:hover {
	outline: 2px solid red !important; /* Optionally, you can add a red outline to highlight the restricted section */
}

/* Optionally, show editing controls for admin users */
.wpb_vc_column.vc-non-draggable-column.vc_col-sm-4.wpb_content_holder.vc_col-md-3.vc_col-xs-6.vc_editable:hover {
	outline: none !important;
}


.wpb_vc_single_image.wpb_content_element.vc-non-draggable {
	pointer-events: none !important;
}

.wpb_vc_single_image.wpb_content_element.vc-non-draggable:hover {
	outline: 2px solid red !important; /* Optionally, you can add a red outline to highlight the restricted section */
}

/* Optionally, show editing controls for admin users */
.wpb_vc_single_image.wpb_content_element.vc-non-draggable.vc_editable:hover {
	outline: none !important;
}


.d-flex.align-items-start.bhoechie-tab-container {
  width: 100% !important;
}

.align-items-start.bhoechie-tab-container {
  width: 100% !important;
}

div.bhoechie-tab-container{
  width: 100% !important;
}