.pd-140 {
	padding-top: 140px;
	padding-bottom: 140px;
}

.vfv-top-tag {
	display: flex;
	align-items: center;
	padding: 20px 0 20px 0;
	border-bottom: 1px #e6e6e6 solid;
}

.vfv-top-tag i {
	font-style: normal;
}
/* <!--Part 1: highlights--> */

.header2_content-wrapper {
	align-items: center;
	justify-content: center;
}

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


.banner-single {
	z-index: 99;
	align-items: center;
	justify-content: center;
	position: relative;
	display: flex;
	flex-direction: column;
	top: 30%;
}

.banner-data {
	max-width: 1050px;
}

.banner-data h1 {
	font-size: 58px;
}

.banner-linear-font {
	background: linear-gradient(90deg, #08DEBC 0%, #9C4FFF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: Poppins;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
}

.banner-data p span {
	color: var(--40, #666);
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.banner-editor {
	margin-top: 24px;
	display: flex;
	padding: 20px;
	align-items: center;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 16px;
	background: var(--100, #ffffff);
	height: 100%;
	overflow: hidden;
	box-shadow: 0px 8px 32px 0px rgba(34, 109, 97, 0.16);
	border: 1.5px solid #ccc;
}

.banner-editor-body {
	height: 435px;
}

.languages-list {
	display: flex;
	gap: 15px;
	padding: 10px;
	overflow: hidden;
	overflow-x: auto;
	max-width: 100%;
	scrollbar-width: thin;
	scrollbar-color: #d5d5d5 #f5f5f5;
	justify-content: flex-start;
	align-items: center;
	opacity: 0.5;
}
#voiceTextinput{
	pointer-events:none;
}
.language-item {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
	padding: 0 8px;
	pointer-events:none;
	cursor: pointer
}

.language-item img {
	width: 20px;
	height: 20px;
	border-radius: 100px;
	margin-right: 8px;
}

.language-item p {
	margin: 10px;
	color: var(--50, #808080);
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}


.selected {
	border-radius: 10px;
	background: #F0F3F5;
}

.banner-editor-left {
	padding: 20px;
	overflow-y: scroll;
	height: 100%;
}

.banner-editor-footer {
	justify-content: center;
	align-items: center;
	margin: 40px 0 100px 0;
}

.banner-editor-footer .text {
	padding: 0;
	width: auto;
	font-size: 16px;
	color: #444;
	margin: 10px;
}

.banner-editor-footer .button {
	padding: 0 10px;
	margin: 0;
	width: 265px;
}

.banner-editor-footer .button .fv-try-btn {
	font-size: 18px;
	background: #2F2F2F;
	width: 240px;
}

.banner-editor-footer .button:hover {
	top: -5px;
}

.banner-editor-footer .button a {
	color: #FFFFFF;
}

.banner-editor-footer.button:hover {
	background-color: #444;
}



/* 滚动条整体样式 */
.languages-list::-webkit-scrollbar {
	width: 8px;
	/* 滚动条宽度 */
	background-color: #f5f5f5;
	/* 背景颜色 */
}

/* 滚动条滑块样式 */
.languages-list::-webkit-scrollbar-thumb {
	background-color: #d5d5d5;
	/* 滑块颜色 */
	border-radius: 4px;
	/* 圆角效果 */
	border: 2px solid #f5f5f5;
	/* 滑块周围边距 */
}

/* 滑块悬停样式 */
.languages-list:-webkit-scrollbar-thumb:hover {
	background-color: #000000;
}


.banner-editor-left {
	overflow-y: auto;
	/* 启用垂直滚动 */
	max-height: 100%;
	/* 可根据需要调整高度 */
}

/* 滚动条整体样式 */
.banner-editor-left::-webkit-scrollbar {
	width: 8px;
	/* 滚动条宽度 */
	background-color: #f5f5f5;
	/* 背景颜色 */
}

/* 滚动条滑块样式 */
.banner-editor-left::-webkit-scrollbar-thumb {
	background-color: #d5d5d5;
	/* 滑块颜色 */
	border-radius: 4px;
	/* 圆角效果 */
	border: 2px solid #f5f5f5;
	/* 滑块周围边距 */
}

/* 滑块悬停样式 */
.banner-editor-left::-webkit-scrollbar-thumb:hover {
	background-color: #000000;
}

/* Firefox 浏览器滚动条样式 */
.banner-editor-left {
	scrollbar-width: thin;
	scrollbar-color: #d5d5d5 #f5f5f5;
}

.character-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.character-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	border-radius: 10px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.character-item div p {
	color: var(--30, #4D4D4D);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 5px;
}

.character-item div div {
	color: var(--40, #666);
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.character-item img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
}

.character-info h4 {
	font-size: 16px;
	margin: 0;
}

.character-info p {
	font-size: 14px;
	color: #777;
	margin: 0;
}

.character-item.selected {
	border-radius: 12px;
	background: #F0F3F5;
}

.bg-play-body {
	margin-left: 20px;
	position: relative;
	box-sizing: border-box;
}

.bg-play-body textarea {
	width: 100%;
	height: 355px;
	border: 0;
	background: no-repeat;
	resize: none;
	outline: none;
	margin-top: 10px;
	padding: 10px;
	border-bottom: 1px solid var(--90, #E6E6E6);
}

.bg-play-num {
	margin-top: 10px;
}

.editor-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.loading-spinner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
	flex-direction: column;
}

.spinner {
  border-top: 3px dashed #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
	margin-bottom: 15px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.posi-rel {
	position: relative;
}

.errtips {
	text-align: center;
	background: #fff0f0;
	color: #000;
	font-size: 15px;
	padding: 6px 12px;
	top: -45px;
	width: 350px;
	left: -130px;
	position: absolute;
	border-radius: 20px;
}

.el-popper__arrow {
	position: absolute;
	left: -26px;
	transform: translate(182.222px, 0px);
	top: 29px;
}

.el-popper__arrow::before {
	background: #fff0f0;
	box-sizing: border-box;
	content: " ";
	transform: rotate(45deg);
	height: 10px;
	position: absolute;
	width: 10px;
	z-index: -1;
}

.editor-footer img {
	width: 44px;
	height: 44px;
}

.btn-bgc {
	padding: 0;
	border-radius: 22px;
	border: 0;
	background-color: #000000;
	font-size: 20px;
}

.btn-bgc1 {
	padding: 0;
	border-radius: 22px;
	border: 0;
	background-color: #ffffff;
	font-size: 20px;
}

.btn-play div {
	width: 44px;
	height: 44px;
	background-image: url(../image/voiceover-ic-play.svg);
	z-index: 999;
}

.btn-stop div {
	width: 44px;
	height: 44px;
	background-image: url(../image/voiceover-ic-stop.svg);
	z-index: 999;
}

.btn-dow {
	margin-right: 5px;
}

.btn-dow {
	width: 44px;
	height: 44px;
	background: url(../image/ic-download-sl.svg) no-repeat center;
}

.btn-dow:disabled {
	background: url(../image/ic-download-nr.svg) no-repeat center;
	cursor: not-allowed;
}

.editor-footer-img {
	width: 100px;
	height: 44px;
	display: flex;
}
.btn-convert{
	pointer-events:none;
	cursor: pointer
}
.btn-convert div {
	width: 44px;
	height: 44px;
	background-image: url(../image/voiceover-ic-play.svg);
	z-index: 999;
}

.btn-converting {
	width: 44px;
	height: 44px;
	background: linear-gradient(to right, #000000, #000000);
	border-radius: 22px;
	color: #000000;
	font-size: 26px;
}

.btn-converting::before {
	content: '\e653';
	font-family: fs;
	position: relative;
	top: 1px;
	left: 1px;
	transition: .3s linear;
	color: #fff;
	animation: rotate360 1.5s infinite linear;
	display: inline-block;
}

@keyframes rotate360 {
	to {
		transform: rotate(360deg);
	}
}

/* 进度条容器样式 */
.progress-bar {
	width: 75%;
	height: 5px;
	border-radius: 4px;
	background: #D9D9D9;
	margin-top: 10px;
}

/* 进度条样式 */
#plaloading {
	width: 0;
	height: 100%;
	border-radius: 4px;
	background: var(---, #02BEA0);
}

/*   <!--Part 2:We Understand Your Voiceover Needs--> */
#dav-one {
	justify-content: center;
}

#dav-one .row {
	padding: 0;
}

.understand-body {
	margin-top: 50px;
}

.understand-body .margin-top10:nth-of-type(-n+2) {
	margin-top: 50px;
}

.margin-top10 {
	margin-top: 10px;
}

.bgcunderstand {
	margin: 0;
	display: flex;
	padding: 0;
	border-radius: 12px;
	position: relative;
	margin-bottom: 20px;
}

.bgcunderstand1 {
	margin-right: 5px;
	background: #ECE2FF;
}

.bgcunderstand2 {
	margin-left: 5px;
	background: #DDF1FF;
}

.bgcunderstand3 {
	margin-right: 5px;
	background: #FFE9D9;
}

.bgcunderstand4 {
	margin-left: 5px;
	background: #DFE1FF;
}

.con-left {
	padding: 0;
}

.con-left img {
	flex-shrink: 0;
	border-radius: 12px 0px;
}

.con-rights {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	padding-left: 5px;
	padding-right: 20px;
}

.con-rights b {
	display: inline-block;
	color: var(--20, #333);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
}


.con-rights span {
	margin-top: 6px;
	display: inline-block;
	color: var(--40, #666);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}


.wava-box {
	top: 156px;
	position: absolute;
	left: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
}

.fav-block2-voice-btn {
	height: 38px;
	width: 38px;
	border-radius: 27px;
	background-color: rgba(29, 29, 29, 0.1);
}

.voice-play-wave {
	padding: 0;
	width: 38px;
	height: 38px;
	background: url(../image/voiceover-ic-play.svg) no-repeat center;
	border: 0;
}

.voice-pause {

	width: 38px;
	height: 38px;
	background: url(../image/voiceover-ic-stop.svg) no-repeat center;

}

.pd-0 {
	padding: 0;
}

.fav-block2-voice-wava {
	width: calc(100% - 38px);
	padding: 0 8px;
}

/* <!--Part 3: AI Voice Over: Born for Video Creation--> */

.creation {
	margin: 30px auto;
	display: flex;
	padding: 0px;
	align-items: center;
	border-radius: 16px;
}

.creation-top {
	background: linear-gradient(270deg, #B0FFF3 0%, #EEFFFD 100%);
}

.creation-btom {
	background: linear-gradient(270deg, #B0C9FF 0%, #F5F7FF 100%);
}

.creation p img {
	width: 100%;
}

.creation-right {
	margin-top: 30px !important;
}

.creation-right b {
	font-size: 28px !important;
}

.creation .text-content {
	padding: 0 30px;
}

/* <!--Part 4: Easy to Use, Done in A Few Steps--> */
.steps-container {
	margin: 0 auto;
	width: 80%;
	display: flex;
	padding: 60px 80px;
	flex-direction: column;
	align-items: center;
	gap: 60px;
	border-radius: 24px;
	background: linear-gradient(99deg, #F8F5FF 1.23%, #CCFFF7 99.34%);
	margin-bottom: 100px;
}

.steps-container-bottom {
	display: flex;
	align-items: center;
	display: flex;
	border-radius: 10px;
	overflow: hidden;
}

.steps-left {
	padding: 20px;
}

.step {
	font-size: 18px;
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	font-weight: bold;
	color: #333;
	height: 68px;
	position: relative;
}


.step.active::before {
	content: '';
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	background-color: #02BEA0;
	height: 100%
}

.step.inactive::before {
	content: '';
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 100%;
	background-color: #DBDFE5;
}


.step-description {
	margin-top: 8px;
	width: 100%;
	argin-top: 10px;
	color: var(--50, #808080);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	height: 100%;
	flex-wrap: wrap;
	border-radius: 16px;
	background: var(--100, #FFF);
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
}

.placeholder-image {
	width: 100%;
	height: auto;
	border-radius: 12px;
	border: 4px solid #19E4C4;
	margin-bottom: 16px;
}

.image-container .try-btn {
	margin-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#steps-btn {
	width: 360px;
	font-size: 18px;
	width: 360px;
	border-radius: 60px;
}

/* <!--Part 5: Vast Voice Resources, Endless Imagination--> */

.imagination-content {
	display: flex;
	border-radius: 16px;
	text-align: center;
	border: 1px solid var(--95, #F2F2F2);
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 15px 10px;
}

.imagination-content .dis-none img {
	width: 100%;
}

.imagination-bgc1 {
	background: linear-gradient(107deg, #F1F7FF 12.85%, #EAFFFC 99.23%);
	border: none;
}

.imagination-size {
	align-self: stretch;
	color: var(--20, #333);
	text-align: center;
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
}

.imagination-content:hover .dis-none {
	display: none;
}

.imagination-content:hover {
	height: auto;
	border: 1px solid var(---, #02BEA0);
	background: #F0FFFD;
}

.dis-bl .imagination-size {
	margin-top: 50px;
}

.imagination-content:hover .dis-bl {
	display: block;
}

.dis-bl {
	height: auto;
	min-height: 365px;
	display: none;
	padding: 20px 20px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.dis-bl b {
	font-size: 26px
}

/* <!--Part 6: FineVoice AI Voice Over: Value Beyond Measure--> */
#viral-container {
	background: #F5F8FA;
}

#viral-container .container-xxl .row .fs_effect {
	padding: 15px;
}

.value-container {
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	border-radius: 16px;
	background: var(--100, #FFF);
	height: 100%;
}

.value-container .row {
	align-items: center;
	justify-content: center;
}

#viral-container .row .text-content {}

#containe-tool {
	margin-bottom: 100px;
}

.text-content {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.text-content p {
	margin: 5px 0;
}

/* <!--Part 7: Convenience and Efficiency, Always by Your Side--> */
.need-avc {
	text-align: center;
}

.need-avc p span {
	color: #545454;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
}

.user-container {
	display: block;
	position: relative;
	height: 100%;
	overflow: hidden;
	border-radius: 16px;
	padding: 30px;
}

.pd-20 {
	padding: 15px 20px;
}

.bgc1 {
	background: #DEFFF8;
}

.bgc2 {
	background: #E9F5FF;
}

.bgc3 {
	background: #F2ECFF;
}

.bgc4 {
	background: #FFF6E2;
}

.use-case {
	transition: 0.4s;
	position: relative;
	overflow: hidden;
}

.text-content p span {
	align-self: stretch;
	color: var(--50, #808080);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.use-case img {
	width: 100%;
	height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text-content b {
	font-size: 20px
}

.try-btn {
	margin-top: 40px;
	text-align: center;
}

/* !--Part 8: Versatile AI Voices--> */
.fv-studio {
	overflow: hidden;
	background: linear-gradient(180deg, #FFF 20.68%, #C1FFEE 100%);
}

.ov3-title {
	text-align: center;
	padding: 0 30px;
}

.ov3-title b {
	background: linear-gradient(90deg, #08DEBC 0%, #9C4FFF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.ov3-title p span {
	color: #545454;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.slider-container {
	overflow: hidden;
	position: relative;
}

.fv-tools {
	display: flex;
	transform: translateX(0px);
	transition: transform 0.5s ease;
}


.fv-tool-item {
	margin-right: 20px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 16px;
	border: 1px solid var(--90, #E6E6E6);
	background: var(--100, #FFF);
	min-height: 393px;
	width: 418px;
	overflow: hidden;
}

.fv-tool-bg {
	width: 100%;
	height: 320px;
	flex-shrink: 0;
	background: linear-gradient(288deg, #B9B8FF 2.9%, #00BAB4 44.28%, #00BAB4 58.07%, #55E5B1 90.53%);
}

.fv-tool-nav {
	width: 100%;
	height: 73px;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.studio-button-box {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.btnlarrow:disabled {
	opacity: 0.5;
}

.btnlarrow {
	width: 64px;
	height: 64px;
	border: 0;
	background: url(../../finevoice/images/new/arrow-left.svg);
}

.btnrarrow:disabled {
	opacity: 0.5;
}

.btnrarrow {
	width: 64px;
	height: 64px;
	border: 0;
	background: url(../../finevoice/images/new/arrow-right.svg);
	margin-left: 20px;
}

.fv-tools-mobie {
	display: none;
	height: auto;
}

.fv-tool-item {
	margin-right: 20px;
}

.fv-tool-item {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 16px;
	border: 1px solid var(--90, #E6E6E6);
	background: var(--100, #FFF);
	min-height: 393px;
	width: 418px;
	overflow: hidden;
}

.fv-tool-bg {
	width: 100%;
	height: 320px;
	flex-shrink: 0;
	background: linear-gradient(288deg, #B9B8FF 2.9%, #00BAB4 44.28%, #00BAB4 58.07%, #55E5B1 90.53%);
}

.fv-tool-nav {
	width: 100%;
	height: 73px;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fv-tool-item:hover i {
	color: var(---, #02BEA0);
}

.fv-tool-item i {
	color: var(---, #1A1A1A);
	width: 100%;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.fv-tool-item i::after {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../../finevoice/images/new/arrow.svg) no-repeat center;
	transform: translateX(180px) translateY(0);
	animation: moveRight 1s linear infinite;
	opacity: 0;
}

.fv-tool-item:hover i::after {
	display: inline-block;
	animation: fadeInMoveRight 1s infinite;
}

@keyframes fadeInMoveRight {
	0% {
		opacity: 0;
		transform: translateX(160px) translateY(0);
	}

	50% {
		opacity: 1;
		transform: translateX(180px) translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateX(160px) translateY(0);
	}
}

.clean-mp {
	margin: 0;
	padding: 0;
}

/* <!--Part 9: Don't Just Take Our Word for It--> */
#user-review-container h2 {
	font-size: 52px;
}

.review-main {
	position: relative;
	height: 680px;
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.review-content {
	display: flex;
	position: absolute;
	transition: .5s linear;
	transform: translate3d(0, 0, 0);
}

.review-content a {
	color: #000;
}

.review-block {
	width: 400px;
	background: var(--100, #FFF);
	box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	padding: 30px;
	margin: 0 30px;
	position: relative;
	height: 600px;
}

.nametime {
	position: absolute;
	bottom: 0;
	margin-bottom: 24px;
}

.review-block div b {
	font-size: 20px;
}

.review-tab {
	display: flex;
	justify-content: center;
}

.review-tab .sel {
	width: 100px;
	background: #02BEA0;
}

.review-tab span {
	width: 50px;
	height: 16px;
	background: #D9D9D9;
	margin: 0 10px;
	border-radius: 30px;
	cursor: pointer;
	transition: .3s linear;
}

.sel {
	color: #02A09C;
}

.review-tab span {
	width: 50px;
	height: 16px;
	background: #D9D9D9;
	margin: 0 10px;
	border-radius: 30px;
	cursor: pointer;
	transition: .3s linear;
}

/* 		<!--Part 10 : Frequently Asked Questions--> */
.faq-block {
	border-bottom: 1px #e3e3e3 solid;
}

.faq-block .sel {
	color: var(--tts-green);
	border: 0;
}

.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-content {
	font-size: 18px;
	padding: 16px 0;
	display: none;
}

h2 {
	font-size: 46px;
}

/* FineVoice */
.bt-bg {
	background: url(https://www.fineshare.com/text-to-speech-online/images/child/bottom-bg.webp) no-repeat center right;
	background-size: cover;
	height: 570px;
	padding: 80px 60px;
	border-radius: 30px;
	margin: 60px 0;
	display: flex;
	align-items: center;
}

.bootm-text {
	padding: 0;
	margin: 0;
}


.bootm-text-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bootm-text-logo b {
	font-size: 26px;
	margin: 0 0 0 8px;
}

.bootm-text h2 {
	font-size: 32px;
}

.bootm-text-logo {
	padding: 0 !important;
}

.bootm-text p {
	margin: 0;
	padding: 0;
}

.bootm-text p span {
	font-size: 18px;
}

.fv-try-btn {
	display: inline-block;
	border-radius: 60px;
	background: #02BEA0;
	font-size: 22px;
	padding: 16px 5%;
	font-weight: 500;
	position: relative;
	top: 0;
	transition: .3s linear;
	box-shadow: 0 2px 4px rgb(0, 0, 0, 0.1);
	color: white;
	box-sizing: border-box;
	width: auto;
	text-align: center;
}

.fv-try-btn:hover {
	color: white;
	text-decoration: none;
	box-shadow: 0 2px 8px rgb(0, 0, 0, 0.1);
	top: -5px;
	background: #02BEA0;
}

@media (min-width: 1400px) {
	#user-review-container {
		max-width: 1400px !important;
	}
}

@media (max-width: 768px) {
	#user-review-container h2 {
		font-size: 27px;
	}

	.review-block {
		width: 350px;
		margin: 0 10px;
		padding: 30px 10px;
	}

	.ov3-title {
		padding: 0;
	}

	.ov3-title b {
		font-size: 20px;
	}

	h2 {
		font-size: 26px;
	}

	.ov3-title {
		padding: 0;
	}

	.slider-container {
		display: none;
	}

	.fv-tools-mobie {
		display: flex;
		flex-wrap: wrap;
		height: auto;
	}

	.fv-tool-item {
		width: 100%;
		margin-top: 20px;
	}

	.studio-button-box {
		display: none;
	}

	.bt-bg {
		padding: 10px 0;
	}

	.value-container .row div {
		text-align: center;
	}

	.languages-list {
		height: 50px;
	}

	.character-item {
		padding: 7px;
	}

	.character-item.selected {
		width: 50px;
	}

	.character-item img {
		width: 34px;
		height: 34px;
	}

	.character-item p {
		display: none;
	}

	.character-item div {
		display: none;
	}

	.banner-editor-left {
		padding: 10px;
	}

	.language-item p {
		display: none;
	}

	.bg-play-body {
		padding-left: 5px;
	}

	.language-item img {
		margin-right: 0
	}

	.con-rights {
		padding: 20px;
		text-align: center;
	}

	.steps-container {
		width: 100%;
		padding: 60px 10px;
	}

	.step {
		height: 95px;
	}

	.con-left img {
		display: none;
	}

	.wava-box {
		position: unset !important;
		width: 250px;
	}

	.bgcunderstand .con-left {
		margin-top: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.bgcunderstand .con-rights {
		align-items: center;
	}

	.bgcunderstand1 {
		padding: 10px;
	}

	.con-rights p {
		height: auto;
	}


	.creation p img {
		display: none;
	}

	.margin-top10 {
		margin-top: 10px !important;
	}

	.bg-play-body textarea {
		border: 1px solid #dedede;
	}
}