#main .content-area .site-main {
	padding: 0;
}

.avada-page-titlebar-wrapper {
	display: none;
}

.banner {
	display: flex;
	justify-content: space-between;
	padding: 40px 45px;
	background: #f7f7f7;
	border-radius: 15px;
}

.banner .first-wrap {
	display: flex;
	column-gap: 30px;
}

.banner .first-wrap .img-wrap {
	width: 137px;
	height: 137px;
	border-radius: 50%;
	overflow: hidden;
}

.banner .first-wrap .img-wrap img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.banner .first-wrap .title-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.banner .first-wrap .title-wrap .franchise-title {
	font-size: 32px;
	color: #ea5515;
	font-weight: bold;
}

.banner .first-wrap .title-wrap .name {
	font-size: 18px;
	color: #999;
}

.banner .first-wrap .title-wrap .view-profile {
	font-size: 18px;
	color: #fff;
	background: #ea5515;
	padding: 5px 10px;
	margin: 10px 0;
	display: inline-block;
	border-radius: 15px;
}

.banner .contact-wrap {
	display: flex;
	align-items: flex-end;
}

.banner .contact-wrap .contact {
	background: #ea5515;
	padding: 10px 20px;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
}

.tab {}

.tab ul {
	padding: 0;
	margin: 20px 0 40px;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #d9d9d9;
}

.tab ul li {
	padding: 15px 25px;
	font-size: 20px;
}

.tab ul li.selected {
	border-bottom: 3px solid #666;
}

.tab ul li a {}

.content-wrap {
	margin-bottom: 40px;
	padding: 0 10px;
}

.content-wrap .title {
	font-size: 20px;
	display: block;
	margin-bottom: 20px;
	color: #666;
	font-weight: bold;
	position: relative;
}

.content-wrap .content {
	margin: 0 0 20px 0;
	font-size: 18px;
}

.content-wrap .content p {
	margin: 0 0 20px 0;
	font-size: 18px;
}

.content-wrap .intro_keyword i {
	width: 25px;
	height: 25px;
	background: #ea5515;
	border-radius: 50%;
	display: inline-block;
	line-height: 25px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	margin-left: 5px;
	margin-right: 8px;
}

.content-wrap .keywords {
	display: flex;
	column-gap: 20px;
	padding: 0 0 20px 0;
}

.content-wrap .keywords .keyword {
	background: #ea5515;
	padding: 8px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 15px;
}

.content-wrap .franchise-intro {
	display: flex;
	margin-bottom: 20px;
}

.content-wrap .franchise-intro span:first-child {
	min-width: 70px;
	font-size: 18px;
	padding-right: 10px;
	border-right: 1px solid #999;
	line-height: 15px;
}

.content-wrap .franchise-intro span:last-child {
	line-height: 18px;
	font-size: 18px;
	padding-left: 10px;
}

.content-wrap .franchise-intro.last span:first-child {}

.content-wrap .franchise-intro.last span:last-child {}

.reviews {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.reviews>p {
	font-size: 18px;
}

.reviews .review {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.reviews .review .user {
	display: flex;
	gap: 6px;
	align-items: center;
}

.reviews .review .user>span {}

.reviews .review .content {
	margin: 0;
	border-bottom: 1px solid #eee;
}

.swiper-backface-hidden .swiper-slide a {
	overflow: hidden;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	display: block;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	border-radius: 50%;
	background: #fff;
	width: 30px !important;
	height: 30px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-weight: bold;
	font-size: 12px !important;
	color: #000;
}

.tooltip-wrap {
	position: relative;
}

.tooltip-wrap .tooltip {
	position: absolute;
	left: 140px;
	bottom: 5px;
	opacity: 1;
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid;
	width: 18px;
	height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	color: #999;
	cursor: auto;
}

.tooltip-wrap .tooltip:hover~.tooltip-content {
	display: flex;
}

.tooltip-wrap .tooltip-content {
	display: none;
	position: absolute;
	left: 170px;
	top: -30px;
	font-size: 14px;
	font-weight: 400;
	color: #999;
	border: 1px solid #f9f9f9;
	padding: 10px;
	max-width: 350px;
	word-break: keep-all;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 5px 5px #ddd;
}

.teachers-profile-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999;
	height: 100vh;
	width: 100%;
	background: #0000008c;
	padding: 20px;
	overflow-y: scroll;
	border: 1px solid #ddd;
	display: none;
}

.teachers-profile-popup .popup-button-wraps {
	width: 90%;
	display: flex;
	max-width: 1200px;
	justify-content: flex-end;
	margin: 70px auto 0;
}

.teachers-profile-popup .close {
	position: relative;
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	opacity: 1;
}

.teachers-profile-popup .profile-content {
	width: 90%;
	margin: 0 auto;
	background: #fff;
	height: 80vh;
	overflow-y: scroll;
	position: absolute;
	max-width: 1200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border-radius: 5px;
}

.notice-buttons {
	display: flex;
	justify-content: end;
	padding: 20px 0 0;
}

.notice-buttons>a {}

@media screen and (max-width: 768px) {

	/* mobile */
	#main.site-main {
		padding: 0 !important;
	}

	.banner {
		padding: 20px 10px;
		flex-direction: column;
	}

	.banner .first-wrap {
		justify-content: flex-end;
		column-gap: 10px;
	}

	.banner .first-wrap .img-wrap {
		position: relative;
		left: 0;
		max-width: 100px;
		max-height: 100px;
		height: auto;
		width: auto;
	}

	.banner .first-wrap .img-wrap img {}

	.banner .first-wrap .title-wrap {
		text-align: right;
		align-items: flex-end;
	}

	.banner .first-wrap .title-wrap .franchise-title {
		font-size: 22px;
		word-break: keep-all;
	}

	.banner .first-wrap .title-wrap .name {
		font-size: 14px;
	}

	.banner .first-wrap .title-wrap .view-profile {
		font-size: 14px;
	}

	.banner .contact-wrap {}

	.banner .contact-wrap .contact {
		font-size: 14px;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}

	.tab {}

	.tab ul {
		justify-content: space-between;
	}

	.tab ul li {
		padding: 5px;
		font-size: 14px;
	}

	.tab ul li.selected {}

	.tab ul li a {}

	.content-wrap {
		padding: 0;
	}

	.content-wrap .title {
		font-size: 16px;
	}

	.content-wrap .content {
		font-size: 14px;
	}

	.content-wrap .content p {
		font-size: 14px;
	}

	.content-wrap .keywords {
		flex-wrap: wrap;
		row-gap: 10px;
		column-gap: 10px;
		padding-top: 0;
	}

	.content-wrap .keywords .keyword {
		font-size: 14px;
	}

	.content-wrap .franchise-intro {
		margin-bottom: 10px;
	}

	.content-wrap .franchise-intro span:first-child {
		line-height: 20px;
		font-size: 14px;
	}

	.content-wrap .franchise-intro span:last-child {
		font-size: 14px;
		line-height: 20px;
	}

	.content-wrap .franchise-intro.last span:first-child {}

	.content-wrap .franchise-intro.last span:last-child {}

	.swiper-backface-hidden .swiper-slide a {}

	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {}

	.swiper-button-next:after,
	.swiper-button-prev:after {}

	.tooltip-wrap {}

	.tooltip-wrap .tooltip {
		left: 115px;
		bottom: 4px;
		font-size: 10px;
		width: 15px;
		height: 15px;
	}

	.tooltip-wrap .tooltip-content {
		left: 0;
		top: 15px;
	}

	.teachers-profile-popup .popup-button-wraps {
		display: none;
	}

	.teachers-profile-popup .profile-content {
		height: 60vh;
	}
}