.d-flex {display: flex;}
.f-wrap {flex-wrap: wrap;}
.f-dir-column {flex-direction: column;}
.f-dir-row {flex-direction: row;}

.w-10 {width: 10%;}
.w-20 {width: 20%;}
.w-30 {width: 30%;}
.w-33 {width: 33%;}
.w-40 {width: 40%;}
.w-50 {width: 50%;}
.w-60 {width: 60%;}
.w-70 {width: 70%;}
.w-80 {width: 80%;}
.w-90 {width: 90%;}
.w-100 {width: 100%;}

.f-left {float: left;}
.f-right {float: right;}

.clearfix::after {
	content: '';
	display: table;
	clear: both;
}

.survey_cover {
	height: 400px;
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
}



.cx-fill-slider-wraper {height: 10px;display: block;width: 100%;background: silver;border-radius: 10px;}
.cx-fill-slider {background: red;height: 10px;border-radius: 10px;}


span.item-val.val-location.item-busniess_locations .pre-item-icon:before {content: "\f3c5";}
table.design-tabled, table.design-tabled th, table.design-tabled td {border: 1px solid silver;}
table.design-tabled th,table.design-tabled td {padding: 10px;box-sizing: border-box;text-transform: capitalize;}
table.design-tabled th {background: #f3f3f3;}



.bubble-img-single {display: inline-block;border-radius: 100%;overflow: hidden;background-position: 50%;text-align: center;}

g.cx-selected {stroke: black;stroke-width: 2px;}
