/*** 
====================================================================
	Schedule One
====================================================================
***/
.schedule-one {
	position: relative;
	display: block;
	padding: 120px 0 170px;
	overflow: hidden;
	z-index: 1;
}

.schedule-one__shape-3 {
	position: absolute;
	top: -760px;
	right: 0;
	z-index: -1;
}

.schedule-one__shape-3 img {
	width: auto;
}

.schedule-one__shape-4 {
	position: absolute;
	bottom: -650px;
	left: 0;
	z-index: -1;
}

.schedule-one__shape-4 img {
	width: auto;
}

.schedule-one .section-title {
	margin-bottom: 100px;
}

.schedule-one .container {
	max-width: 1200px;
}

.schedule-one__inner {
	position: relative;
	display: block;
	margin-left: 60px;
}

.schedule-one__list {
	position: relative;
	display: block;
}

.schedule-one__list:before {
	content: "";
	position: absolute;
	top: -56px;
	left: 29.5%;
	bottom: -50px;
	width: 2px;
	background-color: #e5e7e8;
}

.schedule-one__list>li {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.schedule-one__day-box {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 52px;
	max-width: 247px;
	width: 100%;
	z-index: 1;
}

.schedule-one__shape-1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}

.schedule-one__shape-1 img,
.elementor .schedule-one__shape-1 img {
	width: auto;
	max-width: none;
}

.schedule-one__shape-2 {
	position: absolute;
	top: -99px;
	left: -44px;
	z-index: -1;
}

.schedule-one__shape-2 img,
.elementor .schedule-one__shape-2 img {
	width: auto;
	max-width: none;
}

.schedule-one__day-box h4 {
	font-size: 45px;
	font-weight: 700;
	line-height: 55px;
}

.schedule-one__day-box p {
	font-weight: 500;
	margin-top: 1px;
}

.schedule-one__content-box {
	position: relative;
	display: block;
}

.schedule-one__content-list {
	position: relative;
	display: block;
	max-width: 700px;
}

.schedule-one__content-list::before {
	content: "";
	position: absolute;
	top: 38%;
	left: -92px;
	width: 14px;
	height: 14px;
	background-color: var(--thm-white);
	border: 2px solid var(--thm-base);
	border-radius: 50%;
}

.schedule-one__content-list>li {
	position: relative;
	display: flex;
	align-items: center;
}

.schedule-one__content-list>li+li {
	margin-top: 53px;
}

.schedule-one__img-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	height: 92px;
	border: 1px solid #dadcdd;
	border-radius: 50%;
}

.schedule-one__client-img {
	position: relative;
	display: block;
	border-radius: 50%;
}

.schedule-one__client-img img,
.elementor .schedule-one__client-img img {
	width: auto;
	border-radius: 50%;
}

.schedule-one__content {
	position: relative;
	display: block;
	margin-left: 30px;
}

.schedule-one__meta {
	position: relative;
	display: flex;
	align-items: center;
}

.schedule-one__meta>li {
	position: relative;
	display: block;
}

.schedule-one__meta>li+li {
	margin-left: 10px;
}

.schedule-one__meta>li>p {
	font-size: 14px;
}

.schedule-one__meta>li>p>span {
	position: relative;
	margin-right: 8px;
	color: var(--thm-base);
}

.schedule-one__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	margin-top: 11px;
	margin-bottom: 18px;
}

.schedule-one__title a{
	color: inherit;
}

.schedule-one__client-name {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	background-color: var(--thm-base);
	color: var(--thm-white);
	padding: 7px 24px 7px;
	margin-top: 24px;
	clip-path: polygon(0% 0%, 93% 0, 100% 50%, 93% 100%, 0% 100%);
	position: relative;
	display: inline-block;
}

.schedule-one__content-2 {
	border-bottom: 2px solid #ebeded;
}

.schedule-one__content-2 .schedule-one__client-name {
	margin-bottom: 50px;
}

.schedule-one__list>li+li {
	margin-top: 43px;
}



























/*** 
====================================================================
	Feature One
====================================================================
***/