.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.bwdpb-mb-30 {
	margin-bottom: 30px;
}

.bwdpb-mb-50 {
	margin-bottom: 50px;
}

.Zindex_1 {
	z-index: 1;
}

.bwd_pr_show {
	display: inline;
	margin-left: -3px;
}

.bwd_pr_hide {
	display: none;
}

.bwd-progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.bwd_progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.bwd_progress_Design_1 .bwd_progress-title {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
}

.bwd_progress_Design_1 .bwd-progress {
	height: 25px;
	background: #d4d7e6;
	border-radius: 5vmax;
	box-shadow: none;
	overflow: visible;
}

.bwd_progress_Design_1 .bwd_progress_box .bwd-progress .bwd_progress-bar {
	border-radius: 5vmax;
	box-shadow: none;
	position: relative;
	width: 0;
	transition: 1.5s ease-in-out;
	overflow: hidden;
}

.bwd_progress_Design_1 .bwd_progress_box:nth-child(1) .bwd-progress .bwd_progress-bar {
	background: #3d99f9;
}

.bwd_progress_Design_1 .bwd_progress_box:nth-child(2) .bwd-progress .bwd_progress-bar {
	background: #f7810e;
}

.bwd_progress_Design_1 .bwd_progress_box:nth-child(3) .bwd-progress .bwd_progress-bar {
	background: #fe41d1;
}

.bwd_progress_Design_1 .bwd_progress_box:nth-child(4) .bwd-progress .bwd_progress-bar {
	background: #49f853;
}

.bwd_progress_Design_1 .bwd-progress .bwd_progress-bar:before {
	content: "";
	width: 100%;
	height: 50%;
	background: rgba(0, 0, 0, .3);
	border-radius: 0 0 5vmax 5vmax;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.bwd_progress_Design_1 .bwd-progress .bwd_progress-bar:after {
	content: "";
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #cbcbcb;
	border: 8px solid #000;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.bwd_progress_Design_2 .bwd_progress-title {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin: 0 0 10px;
}

.bwd_progress_Design_2 .bwd_progress-outer {
	background: #fff;
	padding: 5px 60px 5px 5px;
	border: 5px solid #bebfbf;
	border-radius: 5vmax;
	position: relative;
}

.bwd_progress_Design_2 .bwd_progress-bar-striped {
	background-size: 25px 25px;
}

.bwd_progress_Design_2 .bwd-progress {
	background: #bebfbf;
	border-radius: 5vmax;
	height: 10px;
	margin: 0;
}

.bwd_progress_Design_2 .bwd-progress .bwd_progress-bar {
	border-radius: 5vmax;
	box-shadow: none;
	width: 0;
	transition: 1.5s ease-in-out;
}

.bwd_progress_Design_2 .bwd_progress_box:nth-child(1) .bwd-progress .bwd_progress-bar {
	background-color: #3d99f9;
}

.bwd_progress_Design_2 .bwd_progress_box:nth-child(2) .bwd-progress .bwd_progress-bar {
	background-color: #f7810e;
}

.bwd_progress_Design_2 .bwd_progress_box:nth-child(3) .bwd-progress .bwd_progress-bar {
	background-color: #fe41d1;
}

.bwd_progress_Design_2 .bwd_progress_box:nth-child(4) .bwd-progress .bwd_progress-bar {
	background-color: #49f853;
}

.bwd_progress_Design_2 .bwd-progress .bwd_progress-value {
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.bwd_progress_Design_2 .bwd_progress_box:nth-child(1) .bwd-progress .bwd_progress-value {
	color: #3d99f9;
}

.bwd_progress_Design_2 .bwd_progress_box:nth-child(2) .bwd-progress .bwd_progress-value {
	color: #f7810e;
}

.bwd_progress_Design_2 .bwd_progress_box:nth-child(3) .bwd-progress .bwd_progress-value {
	color: #fe41d1;
}

.bwd_progress_Design_2 .bwd_progress_box:nth-child(4) .bwd-progress .bwd_progress-value {
	color: #49f853;
}