.watch-top-wrap {
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 50px;
}

.watch-top-wrap-left {
	margin-right: auto;
	color: #345baa;
}

.watch-top-wrap-right img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.wrapper {
	/* padding: 25px 0px; */
	padding: 0px;
}

.watch-circle-top {
	width: 280px;
	height: 280px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.watch-circle-top-animated {
	position: absolute;
	/*top: 0px;
	left: 0px;
	height: calc(100%);
	width: calc(100%);*/
	position: absolute;
	top: -10px;
	left: -10px;
	height: calc(100% + 20px);
	width: calc(100% + 20px);
	/*border: 5px solid #7ac5c0;*/
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	/*clip: rect(0 100px 100px 0);*/
	/*transform: rotate(180deg);*/
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	background: conic-gradient(rgb(122, 197, 192) 10%, rgba(255, 255, 255, 0.0) 10%);
}

.watch-circle-top-animated-inner {
	position: absolute;
	/*top: 0px;
	left: 0px;
	height: calc(100%);
	width: calc(100%);*/
	position: absolute;
	top: -10px;
	left: -10px;
	height: calc(100% + 20px);
	width: calc(100% + 20px);
	/*border: 5px solid #345baa;*/
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	/*clip: rect(0 50px 50px 0);*/
	/*transform: rotate(180deg);*/
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	background: conic-gradient(rgb(52, 91, 170) 10%, rgba(255, 255, 255, 0.0) 10%);
}

.watch-circle-top:before {
	border: 1px dashed #bdc7c9;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	z-index: 11;
}

.watch-circle-top-inner {
	width: 242px;
	height: 242px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.watch-circle-top-info {
	width: 225px;
	height: 225px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background: #ffffff;
	display: flex;
	align-items: center;
	z-index: 1;
}

.watch-circle-top-inner:before {
	border: 1px dashed #bdc7c9;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	z-index: 11;
}

.bar-10 {
	background: conic-gradient(rgb(122, 197, 192) 10%, rgba(255, 255, 255, 0.0) 10%);
}

.bar-20 {
	background: conic-gradient(rgb(122, 197, 192) 20%, rgba(255, 255, 255, 0.0) 10%);
}

.bar-30 {
	background: conic-gradient(rgb(122, 197, 192) 30%, rgba(255, 255, 255, 0.0) 10%);
}

.bar-40 {
	background: conic-gradient(rgb(122, 197, 192) 40%, rgba(255, 255, 255, 0.0) 10%);
}

.bar-50 {
	background: conic-gradient(rgb(122, 197, 192) 50%, rgba(255, 255, 255, 0.0) 10%);
}

.bar-60 {
	background: conic-gradient(rgb(122, 197, 192) 60%, rgba(255, 255, 255, 0.0) 10%);
}

.bar-70 {
	background: conic-gradient(rgb(122, 197, 192) 70%, rgba(255, 255, 255, 0.0) 10%);
}

.bar-80 {
	background: conic-gradient(rgb(122, 197, 192) 80%, rgba(255, 255, 255, 0.0) 10%);
}

.bar-90 {
	background: conic-gradient(rgb(122, 197, 192) 90%, rgba(255, 255, 255, 0.0) 10%);
}

.bar-100 {
	background: conic-gradient(rgb(122, 197, 192) 100%, rgba(255, 255, 255, 0.0) 10%);
}

.bar-in-10 {
	background: conic-gradient(rgb(52, 91, 170) 10%, rgba(255, 255, 255, 1) 10%);
}

.bar-in-20 {
	background: conic-gradient(rgb(52, 91, 170) 20%, rgba(255, 255, 255, 1) 10%);
}

.bar-in-30 {
	background: conic-gradient(rgb(52, 91, 170) 30%, rgba(255, 255, 255, 1) 10%);
}

.bar-in-40 {
	background: conic-gradient(rgb(52, 91, 170) 40%, rgba(255, 255, 255, 1) 10%);
}

.bar-in-50 {
	background: conic-gradient(rgb(52, 91, 170) 50%, rgba(255, 255, 255, 1) 10%);
}

.bar-in-60 {
	background: conic-gradient(rgb(52, 91, 170) 60%, rgba(255, 255, 255, 1) 10%);
}

.bar-in-70 {
	background: conic-gradient(rgb(52, 91, 170) 70%, rgba(255, 255, 255, 1) 10%);
}

.bar-in-80 {
	background: conic-gradient(rgb(52, 91, 170) 80%, rgba(255, 255, 255, 1) 10%);
}

.bar-in-90 {
	background: conic-gradient(rgb(52, 91, 170) 90%, rgba(255, 255, 255, 1) 10%);
}

.bar-in-100 {
	background: conic-gradient(rgb(52, 91, 170) 100%, rgba(255, 255, 255, 1) 10%);
}

.watch-circle-min,
.watch-circle-like {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: center;
}

.watch-circle-info-inset {
	width: 100%;
}

.watch-circle-info-text {
	color: #abb3b6;
}

.watch-circle-info-text .tick-txt {
	font-size: 35px;
	font-weight: 700;
}

.watch-circle-min .icon-group {
	color: #7ac5c0;
	font-size: 25px;
	margin-right: 15px;
	padding-top: 7px;
}

.watch-circle-min .tick-txt {
	color: #7ac5c0;
}

.watch-circle-like .icon-group {
	color: #345baa;
	font-size: 25px;
	margin-right: 15px;
	padding-top: 7px;
}

.watch-circle-like .tick-txt {
	color: #345baa;
}

.watch-circle-info-text strong {
	display: block;
	font-weight: 600;
	line-height: 10px;
}

.watch-circle-like {
	margin-top: 20px;
}

.step-list-wrap {
	background: #c7f5f2;
	display: flex;
	align-items: center;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	color: #abb3b6;
	justify-content: space-between;
}

.step-list-blog {
	border-right: 1px solid #abb3b6;
	text-align: center;
	max-width: 33.33%;
	flex: 33.33%;
}

.step-list-blog:last-child {
	border-right: none;
}

.step-list-blog span {
	font-size: 22px;
	color: #345baa;
	display: block;
}

.step-list-blog small {
	font-size: 16px;
}

.watch-circle-wrap {
	max-width: 280px;
	margin: 0 auto 40px;
}

.step-below-list-info {
	color: #abb3b6;
	margin-bottom: 10px;
}

.step-below-list-blog {
	display: flex;
	align-items: center;
	width: 100%;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	margin-top: 15px;
	position: relative;
}

.step-below-list-icon {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	background: #345baa;
	color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-right: 15px;
}

.step-below-list-info strong {
	color: #000000;
	display: block;
	line-height: 22px;
	font-size: 18px;
}

.chart-add-here {
	background: #eaf3fc;
	padding: 20px;
	margin-top: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	margin-top: 30px;
}

.chart-add-here h4 {
	color: #3a4149;
	margin: 0px;
}

.color1 {
	background: #345baa !important;
}

.color2 {
	background: #f37974 !important;
}

.color3 {
	background: #f5c652 !important;
}

.color4 {
	background: #f2905f !important;
}

.color5 {
	background: #ff6905 !important;
}

.color6 {
	background: #7ac5c0 !important;
}

.watch-top-wrap.watch-top-wrap-below .watch-top-wrap-left {
	font-size: 24px;
	font-weight: 500;
}

.watch-top-wrap.watch-top-wrap-below {
	margin: 35px 0 0 0;
	/* margin:0px; */
}

.step-below-list.step-below-list-equal .step-below-list-blog {
	background: #eaf3fc;
	box-shadow: none !important;
}

.step-below-list.step-below-list-equal .step-below-list-icon {
	background: #e1fefc;
	color: #3a9b92;
}

.time-sent {
	position: absolute;
	right: 10px;
	top: 5px;
	color: #bbc4d3;
	font-size: 12px;
}

@media only screen and (max-width: 716px) {
	.step-list-wrap {
		display: block;
	}

	.step-list-blog {
		max-width: 100%;
		display: block;
		border-right: none;
	}
}

.bar-30 {
	background: conic-gradient(rgb(122, 197, 192) 100%, rgba(255, 255, 255, 0.0) 100%);
}

.bar-in-10 {
	background: conic-gradient(rgb(52, 91, 170) 100%, rgba(255, 255, 255, 1) 100%);
}

.sync-title {
	/* float: right;
	padding: 0px;
	margin-top: 10px; */
	/* text-align: left; */
}

a.sync-title-a {
	display: inline-block;
	font-size: 20px;
	color: #9095fd;
	text-transform: capitalize;
	padding: 0px;
	margin-bottom: 10px;
	/* text-align: left; */
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.fit-nodata {
	justify-content: center
}

i.fit-ico {
	padding-right: 10px;
}

.sync-title-a:hover {
	transform: scale(1.1);
	/* font-size: 1.3em; */
	color: #7076f8;
	transform: translate(-10px, 0);
}