.multisteps-form__progress {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	margin-top: 100px;
}

.multisteps-form__progress-btn {
	transition-property: all;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	transition-delay: 0s;
	position: relative;
	padding-top: 20px;
	color: rgba(108, 117, 125, 0.7);
	text-indent: -9999px;
	border: none;
	background-color: transparent;
	outline: none !important;
	cursor: pointer;
}

@media ( min-width : 500px) {
	.multisteps-form__progress-btn {
		text-indent: 0;
	}
}

.multisteps-form__progress-btn:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 20px;
	height: 20px;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all 0.15s linear 0s, -webkit-transform 0.15s
		cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
	transition: all 0.15s linear 0s, transform 0.15s
		cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
	transition: all 0.15s linear 0s, transform 0.15s
		cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s
		cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
	border: 2px solid currentColor;
	border-radius: 50%;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 3;
}

.multisteps-form__progress-btn:after {
	position: absolute;
	top: 5px;
	left: calc(-50% - 13px/ 2);
	transition-property: all;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: block;
	width: 100%;
	height: 10px;
	content: "";
	background-color: currentColor;
	z-index: 1;
}

.multisteps-form__progress-btn:first-child:after {
	display: none;
}

.multisteps-form__progress-btn.js-active {
	color: #2da761;
}

.multisteps-form__progress-btn.js-active:before {
	-webkit-transform: translateX(-50%) scale(1.2);
	transform: translateX(-50%) scale(1.2);
	background-color: currentColor;
}

.icon_Fa.green {
	color: #2da761;
}
.icon_Fa.red {
	color: #ef5757;
}

.multisteps-form__progress-btn.Sqre_btn.rejected:before {
	-webkit-transform: translateX(-50%) scale(1.2);
	transform: translateX(-50%) scale(1.2);
	background-color: #ef5757;
}

.multisteps-form__progress-btn.Sqre_btn.rejected:after {
	background-color: #2da761;
}

.multisteps-form__form {
	position: relative;
}

.multisteps-form__panel {
	position: relative;
	top: -20px;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 1;
	visibility: visible;
}

.multisteps-form__panel.js-active {
	height: auto;
	opacity: 1;
	visibility: visible;
}

.multisteps-form__panel[data-animation="scaleOut"] {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.multisteps-form__panel[data-animation="scaleOut"].js-active {
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.multisteps-form__panel[data-animation="slideHorz"] {
	left: 50px;
}

.multisteps-form__panel[data-animation="slideHorz"].js-active {
	transition-property: all;
	transition-duration: 0.25s;
	transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
	transition-delay: 0s;
	left: 0;
}

.multisteps-form__panel[data-animation="slideVert"] {
	top: 10px;
}

.multisteps-form__panel[data-animation="slideVert"].js-active {
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	top: 0;
}

.multisteps-form__panel[data-animation="fadeIn"].js-active {
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	transition-delay: 0s;
}

.multisteps-form__panel[data-animation="scaleIn"] {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.multisteps-form__panel[data-animation="scaleIn"].js-active {
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

span.icon_Cls {
	font-size: 21px;
	position: relative;
	top: -50px;
	left: -3px;
}

span.icon_Cls i.fa {
	color: currentColor;
}

.Btn_Square:after {
	transition-property: all;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: block;
	width: 5px;
	height: 50px;
	content: "";
	background-color: currentColor;
	z-index: 1;
	position: absolute;
	top: -35px;
	right: calc(50% - 6px/ 2);
}

.Btn_Square:before {
	position: absolute;
	top: -50px;
	left: 50%;
	display: block;
	width: 20px;
	height: 20px;
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all 0.15s linear 0s, -webkit-transform 0.15s
		cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
	transition: all 0.15s linear 0s, transform 0.15s
		cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
	transition: all 0.15s linear 0s, transform 0.15s
		cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s
		cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
	border: 2px solid currentColor;
	border-radius: 0%;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 3;
}

.js-active .Btn_Square:before {
	background-color: #2da761;
}

.text-box {
	position: absolute;
	top: -85px;
	right: calc(50% - 150px/ 2);
	border: 2px solid #ccc;
	padding: 5px 50px;
	border-radius: 0px;
	font-size: 12px;
	font-weight: 600;
	color: #56565a;
}

.switch {
	width: 50px;
	height: 17px;
	position: relative;
	display: inline-block;
}

.switch input {
	display: none;
}

.switch .slider {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	cursor: pointer;
	background-color: #ccc;
	border-radius: 30px !important;
	border: 0;
	padding: 0;
	display: block;
	margin: 12px 10px;
	min-height: 11px;
}

.switch .slider:before {
	position: absolute;
	background-color: #ccc;
	height: 15px;
	width: 15px;
	content: "";
	left: 0px;
	bottom: -2px;
	border-radius: 50%;
	transition: ease-in-out 0.5s;
}

.switch .slider:after {
	content: "";
	color: white;
	display: block;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 70%;
	transition: all 0.5s;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

.switch input:checked+.slider:after {
	transition: all 0.5s;
	left: 30%;
	content: "";
}

.switch input:checked+.slider {
	background-color: #56565a;
}

.switch input:checked+.slider:before {
	transform: translateX(15px);
	background-color: #fccc08;
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.stat_box {
	height: 80px;
	background: rgb(233, 239, 243);
	box-shadow: none;
	border-radius: 1px;
	margin-bottom: 15px;
	color: #56565a;
	border-left:ridge;
}

.stat_box:hover {
	background: #fff !important;
	box-shadow: 0px 0px 5px 0px rgb(177, 177, 177) !important;
}

.stat_box .stathead {
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	color: #56565a;
	transition: 1s;
	display: inline-block;
}

.stat_box h4 {
	font-size: 12px;
	color: #56565a;
}

.stat_box:hover {
	background: rgb(233, 239, 243);
	box-shadow: none;
}

.icon_Fa {
	font-size: 25px;
	margin-top: 15px;
}

.icon_time {
	font-size: 20px;
	margin-left: -5px;
}

.icon_Map, .icon_Date {
	font-size: 20px;
}

.Content_box {
	width: 220px;
	border: 2px solid #ccc;
	margin: 0 auto;
	padding: 5px;
	background: #fff;
	box-shadow: 0px 0px 5px 0px rgb(177, 177, 177);
}

.Content_box:hover {
	background: rgb(233, 239, 243);
	box-shadow: none;
}

h4.CB_head {
	text-align: justify;
	padding: 10px 10px;
	font-size: 12px;
	color: #56565a;
	font-weight: 600;
}

h4.CB_Txt {
	color: #56565a;
	padding: 0px 10px;
	font-size: 12px;
}

h4.CB_Txt1 {
	color: #56565a;
	padding: 0px 10px;
	font-size: 12px;
	text-align: center;
}