/**/
.txtgray {
	color: #333333;
}

.gray-bg {
	background: #F7FAFA;
}

/**/
.stt-banner-bg {
	background: url(../images/stt-banner-bg.webp) no-repeat top center;
	background-size: cover;
}

.stt-banners-mian {
	padding: 0;
}

.stt-banners-text {
	display: flex;
	align-items: center;
}

.stt-banners-text section p {
	margin: 0;
}

.fv-try-btn {
	border-radius: 60px;
	background: linear-gradient(to right, var(--fv-green) 0%, var(--fv-green2) 100%);
	font-size: 24px;
	padding: 16px 100px;
	font-weight: 500;
	position: relative;
	top: 0;
	transition: .3s linear;
	box-shadow: 0 2px 4px rgb(0, 0, 0, 0.1);
	color: #000;
	display: inline-block;
}

.fv-try-btn::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../../text-to-speech-online/images/ic-btn-left.svg) no-repeat center;
	position: absolute;
	left: 30px;
	top: 18px;
}

.fv-try-btn::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../../text-to-speech-online/images/ic-btn-right.svg) no-repeat center;
	position: absolute;
	right: 30px;
	top: 18px;
}

.fv-try-btn:hover {
	color: var(--fs-black);
	text-decoration: none;
	box-shadow: 0 2px 8px rgb(0, 0, 0, 0.1);
	top: -5px;
	background: linear-gradient(to right, var(--fv-green) 0%, var(--fv-green2) 60%);
}

.setup-bg {
	background: url(../images/stt-step-bg.webp) no-repeat bottom center;

}

.step-item-block {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
}

.step-item {
	text-align: center;
}

.step-item p img {
	width: 100%;
	height: 100%;
}

.step-item p b {
	font-size: 24px;
}

.step-item p span {
	color: #666;
	display: block;
}

.since-slide-nav {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	background: #F0F5F5;
	border-radius: 60px;
	margin: 30px auto 0 auto;
	justify-content: center;
	padding: 8px;
	list-style: none;
}

.since-slide-nav li {
	flex-grow: 1;
	display: block;
	text-align: center;
	padding: 16px 0;
	border-radius: 30px;
	font-weight: 600;
	cursor: pointer;
}

.since-slide-nav li:hover {
	color: #04BFB4;
}

.since-slide-nav .sel {
	background: linear-gradient(120deg, #5CFFC4, #04BFB4);
	color: #000 !important;
	border: 0;
}

.slide-text-item {
	display: block;
	text-align: center;
	font-size: 18px;
	min-height: 140px;
	align-items: center;
}

.slide-text-item b {
	display: block;
	font-size: 24px;
	padding: 0 0 8px 0;
}

.stt-fea-frame {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.stt-fea-item {
	background: #fff;
	padding: 10%;
	border-radius: 16px;
	text-align: center;
}

.more-fea-item {
	background: #fff;
	border-radius: 16px;
	text-align: center;
	box-shadow: 0 4px 8px rgb(0, 0, 0, 0.1);
	overflow: hidden;
	padding: 0 0 16px 0;
}

.more-fea-item p b {
	display: block;
	padding: 0 0 8px 0;
}

.more-fea-item p:not(:first-of-type) {
	padding: 0 16px;
	margin: 0;
}

.more-fea-item p:nth-child(3) {
	min-height: 80px;
}

.more-fea-item a {
	color: #04BFB4;
	font-weight: 500;
}

.more-fea-item a i {
	position: relative;
	top: 1px;
	left: 0;
	transition: .3s linear;
}

.more-fea-item a:hover i {
	left: 5px;
}

.swiper {
	width: 100%;
	height: 500px;
	background: #EDFCFC;
	border-radius: 30px;
	margin: 30px 0;
	position: relative;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.swiper-pagination-bullet-active {
	background: var(--tts-green) !important;
}

.swiper-button-prev,
.swiper-button-next {
	color: var(--tts-green) !important;
}

.user-content {
	width: 75%;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
}

.user-header {
	width: 100%;
	display: flex;
	position: relative;
}

.user-header-name {
	padding: 0 0 0 16px;
	display: flex;
	align-items: center;
}

.user-header::after {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background: url(../images/user-icon.svg) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

.user-header-name div p {
	margin: 0;
	padding: 2px 0;
	text-align: left;
}

.user-header-name div p span {
	color: gray;
}

.user-text {
	text-align: left;
	padding: 30px 0;
	color: gray;
}

.user-text p b {
	color: #000;
	font-size: 24px;
}

.user-header-photo img {
	border-radius: 60px;
}

.vc-faq-main {
	background: #fff;
	border-radius: 30px;
	padding: 30px;
	margin-top: 50px;
}

.fc-buy-faq {
	list-style: none;
	padding: 40px 0;
}

.fc-buy-faq li {
	border-bottom: 1px #EDEDED solid;
	padding: 30px 0;
}

.fc-buy-faq li b {
	display: block;
	padding: 8px 0;
	font-size: 24px;
}

.fc-buy-faq li b:hover {
	cursor: pointer;
	color: #02A09C;
}

.fc-buy-faq li b::after {
	content: '\e62f';
	font-family: fs;
	font-size: 28px;
	float: right;
}

.fc-buy-faq li div {
	font-size: 20px;
	padding: 0;
	color: #333;
	display: block;
	height: 0;
	transition: height 0.5s;
	overflow: hidden;
}

.fc-buy-faq li div p {
	color: #000;
}

.buy-faq-show {
	height: 200px !important;
	line-height: 2rem;
	padding: 10px 0;
	overflow: hidden;
}

.buy-faq-sel {
	color: #02A09C;
}

.buy-faq-sel::after {
	transform: rotate(45deg);
	transition: transform 0.1s linear;
}

.tips-link {
	display: block;
	color: #333;
	text-align: center;
	margin: 20px;
	font-size: 18px;
}

.tips-link:hover {
	color: #02A09C;
}

.faq-block {
	border-bottom: 1px #e3e3e3 solid;
}

.faq-title {
	font-size: 22px;
	padding: 20px 0;
	cursor: pointer;
	position: relative;
	color: #333;
}

.faq-title::after {
	content: '\e62f';
	font-family: fs;
	display: block;
	position: absolute;
	right: 0;
	margin: -30px 0 0 0;
	transition: transform 0.3s linear;
	font-weight: bold;
	font-size: 18px;
}

.faq-title:hover {
	color: #02A09C;
}

.sel {
	color: #02A09C;
}

.sel::after {
	transform: rotate(45deg);
}

.faq-content {
	font-size: 18px;
	padding: 16px 0;
	display: none;
}

.faq-content a {
	color: #02A09C;
}

.faq-content a:hover {
	color: #02A09C;
	text-decoration: underline;
}

.acitve {
	display: block !important;
}
.tips-link{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.tips-link a{
	display: block;
	background: #F5FAFA;
	border-radius: 8px;
	padding: 16px;
	color: #000;
	text-align: left;
	font-weight: 500;
}
.tips-link a:hover{
	color: #02A09C;
}
.bt-bg{
	background: url(../../finevoice/images/sfv-fv-dl.webp) no-repeat center top;
	padding: 80px 100px;
	border-radius: 30px;
	margin: 60px 0;
	max-width: 1680px;
}
.bootm-text{
	padding: 0;
	margin: 0;
}
.bootm-text p{
	margin: 0;
	padding: 16px 0;
}
.bootm-text h2{ 
	line-height: 58px;
}
.bootm-text-logo{
	display: flex;
	align-items: center;
}
.bootm-text-logo b{
	font-size: 24px;
	margin: 0 0 0 8px;
}

@media (max-width: 1440px) {}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {
	.since-slide-nav {
		border-radius: 20px;
		grid-template-columns: repeat(4, 1fr);
	}

	.stt-fea-frame {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
}

@media (max-width: 992px) {}

@media (max-width: 768px) {
	.step-item-block {
		grid-template-columns: 1fr;
	}

	.since-slide-nav {
		grid-template-columns: repeat(2, 1fr);
	}

	.stt-fea-frame {
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
}
