@charset"UTF-8";
:root {
	--main-blue: #07A796;
	--main-blue-rgb: 131, 232, 221;
	--main-yellow: #fbe158;
	--main-text: #393939;
	--secondary-text: #999
}

.custom-alert {
	width: 550px;
	background-color: #fff;
	padding: 32px 25px;
	border-radius: 12px;
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	z-index: 100;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	top: -900px;
	transition: top 0.2s ease
}

.custom-alert.show {
	top: 60px;
	z-index: 1000
}

.custom-alert .close {
	position: absolute;
	top: 19px;
	right: 19px;
	width: 15px;
	cursor: pointer
}

.custom-alert .title {
	margin-bottom: 18px
}

.custom-alert .title h2 {
	font-size: 28px;
	margin-top: 10px
}

.custom-alert .title h4 {
	font-size: 22px;
	font-weight: normal
}

.custom-alert .app-info h4 {
	font-size: 22px;
	font-weight: normal
}

.title .question {
	font-size: 22px;
	margin-top: 3px;
	color: #7b7a7a
}

.custom-alert .app-info {
	margin: 15px auto;
	display: block;
	text-align: center
}

.app-info .reviews {
	display: flex;
	justify-content: center
}

.reviews .stars {
	display: flex;
	align-items: center;
	margin-right: 15px;
	justify-content: center;
	margin-top: 10px;
	height: 22px
}

.stars img {
	width: 20px;
	height: auto
}

.reviews .rating {
	margin-top: 10px;
	font-size: 18px
}

.custom-alert .button {
	padding: 16px 20px;
	border-radius: 18px;
	background-color: rgb(230, 254, 246);
	border: 1px solid rgb(0, 131, 179);
	color: rgb(0, 131, 179);
	width: 50%;
	display: block;
	margin: 7px auto;
	cursor: pointer;
	font-size: 17px
}

@media (max-width: 600px) {
	.custom-alert {
		width: 80%;
		padding: 25px 18px
	}
	.title .question {
		font-size: 18px
	}
	.custom-alert .button {
		padding: 7px 10px;
		border-radius: 10px;
		font-size: 16px
	}
	.custom-alert .titleHeading {
		font-size: 18px !important
	}
	.subheading {
		font-size: 16px
	}
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5
}

.comment-box .close {
	width: 20px;
	height: 20px
}

.comment-box .close {
	position: absolute;
	top: 19px;
	right: 19px;
	cursor: pointer
}

.comment-box {
	position: absolute;
	top: 230px;
	left: 0;
	right: 0;
	display: none;
	margin: 0 auto;
	z-index: 100;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	display: none;
	transition: top 0.2s ease
}

.custom-alert.show {
	display: block;
	z-index: 1000
}

.comment-box .close {
	width: 20px;
	height: 20px
}

.pop-box-buy {
	display: none
}

.pop-box-buy.show {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 500
}

.pop-box-store {
	display: none
}

.pop-box-store.show {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 500
}

.close {
	position: absolute;
	top: 14px;
	right: 35px;
	cursor: pointer
}

.close img {
	width: 40px;
	height: auto
}

.mt-15 {
	margin-top: 15px
}

.box-ra-shaw {
	border-radius: 20px;
	box-shadow: 0 0 12px rgba(0, 0, 0, .2)
}

.auto-img {
	margin-bottom: 15px
}

.auto-img img {
	width: auto;
	height: auto
}

.comment-box .name {
	font-size: 30px;
	font-weight: 600;
	padding: 25px 0 15px
}

.comment-box .info {
	font-size: 20px;
	margin-bottom: 15px
}

.comment-box .title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px
}

.comment-box ul {
	padding: 0;
	width: 70%;
	margin: 0 auto;
	text-align: left
}

.comment-box ul li {
	margin-top: 15px;
	list-style-type: disc
}

.flex-btn {
	margin-top: 20px
}

.flex-btn .btn {
	background-color: #32bb96;
	color: #fff;
	min-width: 200px;
	border-radius: 40px;
	font-size: 18px;
	margin: 0 10px;
	font-weight: 600
}

.close-box {
	position: relative
}

.close-box::before {
	content: "";
	background: url("assets/img/store-new/close-black.png")no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 30px;
	top: 18px;
	cursor: pointer
}

.pop-box1 {
	padding: 35px 15px;
	background-color: #fff;
	text-align: center;
	width: 545px
}

.pop-box-buy {
	background-color: #e2e2e2;
	text-align: center;
	width: 900px;
	overflow: hidden
}

.comment-box .pro-pic {
	width: 30%;
	padding: 20px 0
}

.comment-box .pro-info {
	width: 69%;
	text-align: left;
	padding-bottom: 30px;
	background-color: #fff;
	padding-left: 30px;
	padding-right: 15px
}

.comment-box .pro-pic img {
	width: auto;
	height: auto;
	max-width: 100%
}

.comment-box .pro-pic .tit {
	font-size: 18px;
	text-align: left;
	padding-left: 15px;
	font-weight: bold;
	padding-top: 15px
}

.comment-box .pro-info .tit {
	font-size: 20px;
	color: #333;
	font-weight: 600
}

.comment-box .pro-info .ic {
	width: 21px;
	height: auto;
	margin: 0
}

.comment-box .pro-info .ic1 {
	width: 25px;
	height: auto;
	margin: 0
}

.comment-box .pro-info .pro-vs-info {
	color: #555
}

.comment-box .pro-info .pro-vs-info p {
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 14px
}

.comment-box .pro-info .pro-vs-info .tit-small {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin-top: 12px
}

.pop-box-buy.comment-box .pro-info {
	padding-top: 30px
}

.pop-box-buy .flex-btn .btn {
	background-color: #c9c9c9;
	margin-left: 0;
	margin-right: 0;
	font-size: 18px
}

.pop-box-buy .flex-btn .btn span {
	font-size: 14px;
	font-weight: normal
}

.pop-box-buy .flex-btn .btn.buy {
	background-color: #fac52d
}

.pop-box-buy .flex-btn .btn.download {
	background-color: #e4fcf6;
	color: #333;
	border-color: transparent
}

.pop-box-buy .flex-btn .btn {
	width: 100%;
	margin-top: 12px
}

.ul-features li {
	position: relative;
	padding-left: 25px;
	z-index: 20
}

.ul-features li::before {
	background: url("assets/img/store-new/right-blue.svg");
	position: absolute;
	left: 0;
	top: 2px;
	content: "";
	width: 20px;
	height: 20px;
	background-size: contain
}

.pop-box-store {
	background-color: #fff;
	text-align: center;
	width: 900px;
	overflow: hidden
}

.pop-box-store.comment-box .pro-pic {
	font-size: 14px;
	background-color: #d7f8ef
}

.pop-box-store.comment-box .pro-info {
	padding: 60px 20px 20px
}

.pop-box-store.comment-box ul {
	width: 100%;
	padding: 0 15px 20px
}

.pop-box-store.comment-box ul li {
	list-style-type: none;
	padding-top: 0
}

.pop-box-store.comment-box .link-buy-box {
	padding: 5px 10px
}

.pop-box-store.comment-box .pro-info .note {
	margin-top: 20px;
	font-size: 13px
}

.tab-changeBox ul li {
	cursor: pointer
}

.tab-changeBox ul li:hover {
	background-color: #f5f5f5
}

.tab-changeBox ul li.active {
	border-color: #333;
	background-color: #e4fcf6
}

.tab-changeBox .change-item {
	display: none
}

.tab-changeBox .change-cont {
	padding: 15px
}

.tab-changeBox .change-item.active {
	display: block;
	opacity: 1
}

.tab-changeBox .change-cont .buy-box {
	margin-top: 10px
}

.tab-changeBox .change-cont .buy-box a {
	border-radius: 10px;
	padding: 10px;
	font-size: 16px;
	display: block;
	border: 1px solid #333;
	text-align: center
}

.tab-changeBox .change-cont .buy-box .buy-now {
	background-color: #333;
	color: #fff;
	margin-bottom: 10px
}

.tab-changeBox .change-cont .buy-box .paypal-buy img {
	width: 60px;
	background-color: #fff
}

.pop-box-store.comment-box .pro-pic {
	background: #d7f8ef url(assets/img/store-new/store-pop-bg.jpg)no-repeat bottom center;
	padding-bottom: 80px
}

.comment-box .pro-info .pro-vs-info .item {
	width: 48%;
	margin-top: 15px
}

.comment-box .pro-info .pro-vs-info .item:first-child {
	border-right: 1px solid #ddd
}

.comment-box .pro-info .pro-vs-info .item ul {
	width: 100%;
	margin: inherit;
	font-size: 14px;
	padding-left: 15px
}

.comment-box .pro-info .pro-vs-info .item ul li {
	margin-top: 10px
}

.pop-box-buy.comment-box .pro-info .name-pro {
	font-size: 26px;
	font-weight: 600
}

.mobile-show {
	display: none !important
}

@media (max-width: 960px) {
	.comment-box.pop-box-buy,
	.comment-box.pop-box-store,
	.pop-box-buy,
	.pop-box-store,
	.pop-box1 {
		width: 92% !important
	}
	.comment-box .pro-info,
	.comment-box .pro-info .pro-vs-info .item,
	.comment-box .pro-pic,
	.link-buy-box .item {
		width: 100%
	}
	.comment-box .pro-info .pro-vs-info .item:first-child {
		border: none
	}
	.pop-box-store.comment-box .pro-info {
		padding: 15px
	}
	.comment-box .pro-info {
		padding-left: 15px
	}
	.comment-box .name {
		font-size: 26px
	}
	.windows-show {
		display: none !important
	}
	.mobile-show {
		display: block !important
	}
	.pop-box-store.comment-box .pro-pic {
		padding-bottom: 20px
	}
	.link-buy-box .item .price del {
		display: inline-block
	}
	.tab-changeBox .change-cont {
		padding-top: 0
	}
}

.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1
}

.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px
}

.tab button:hover {
	background-color: #ddd
}

.tab button.active {
	background-color: #ccc
}

.tabcontent {
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none
}

.custom-tab-container {
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	width: 53%;
	margin: 0 auto;
	border-radius: 32px;
	overflow: hidden;
	padding: 4px
}

.custom-tab-container .tablinks {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
	width: 50%
}

.custom-tab-container .tablinks.active {
	background-color: #07A796;
	color: #fff;
	border-radius: 50px
}

.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1
}

.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px
}

.tab button:hover {
	background-color: #ddd
}

.tab button.active {
	background-color: #ccc
}

.tabcontent {
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none
}

.custom-tab-container {
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	width: 53%;
	margin: 0 auto;
	border-radius: 32px;
	overflow: hidden;
	padding: 4px
}

.custom-tab-container .tablinks {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
	width: 50%
}

.custom-tab-container .tablinks.active {
	background-color: #07A796;
	color: #fff;
	border-radius: 50px
}

.flex {
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	flex-wrap: wrap
}

.flex-between {
	justify-content: space-between;
	align-items: center
}

.flex-inline {
	display: inline-flex
}

.flex-center {
	align-items: center;
	justify-content: center
}

.flex-ai {
	align-items: center
}

.flex-jc {
	justify-content: center
}

.flex-bs {
	justify-content: space-between
}

.custom-alert .close img {
	width: 20px;
	height: 20px
}

.mt-15 {
	margin-top: 15px
}

.box-ra-shaw {
	border-radius: 20px;
	box-shadow: 0 0 12px rgba(0, 0, 0, .2)
}

.comment-box.pop-box1 {
	padding: 35px 15px;
	background-color: #fff;
	text-align: center;
	width: 545px
}

.comment-box.pop-box-buy {
	background-color: #e2e2e2;
	text-align: center;
	width: 900px;
	overflow: hidden;
	padding: 0 !important
}

.comment-box .pro-pic {
	width: 30%;
	padding: 20px 0
}

.comment-box .pro-info {
	width: 69%;
	text-align: left;
	padding-bottom: 30px;
	background-color: #fff;
	padding-left: 30px;
	padding-right: 15px
}

.comment-box .pro-pic img {
	width: auto;
	height: auto;
	max-width: 100%
}

.comment-box .pro-pic .tit {
	font-size: 18px;
	text-align: left;
	padding-left: 15px;
	font-weight: bold;
	padding-top: 15px
}

.comment-box .pro-info .tit {
	font-size: 20px;
	color: #333;
	font-weight: 600
}

.comment-box .pro-info .ic {
	width: 21px;
	height: auto
}

.comment-box .pro-info .ic1 {
	width: 25px;
	height: auto
}

.comment-box .pro-info .pro-vs-info {
	color: #555
}

.comment-box .pro-info .pro-vs-info p {
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 14px
}

.comment-box .pro-info .pro-vs-info .tit-small {
	font-size: 18px;
	font-weight: 600;
	color: #333
}

.pop-box-buy.comment-box .pro-info {
	padding-top: 30px
}

.pop-box-buy .flex-btn .btn {
	background-color: #c9c9c9;
	margin-left: 0;
	margin-right: 0;
	font-size: 20px
}

.pop-box-buy .flex-btn .btn span {
	font-size: 14px;
	font-weight: normal
}

.pop-box-buy .flex-btn .btn.buy {
	background-color: #fac52d
}

.pop-box-buy .flex-btn .btn {
	width: 100%;
	margin-top: 12px
}

.ul-features li {
	position: relative;
	padding-left: 25px !important;
	z-index: 20
}

.ul-features li::before {
	background: url("https://grab.aquapp.net/img/right-blue.svg");
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 20px;
	height: 20px;
	background-size: contain
}

.comment-box.pop-box-store {
	background-color: #fff;
	text-align: center;
	width: 900px;
	overflow: hidden;
	padding: 0 !important
}

.pop-box-store.comment-box .pro-info {
	padding: 60px 20px 20px
}

.pop-box-store.comment-box ul {
	width: 100%;
	padding: 0 15px 20px
}

.pop-box-store.comment-box ul li {
	list-style-type: none;
	padding-top: 0
}

.pop-box-store.comment-box .link-buy-box {
	padding: 5px 10px
}

.link-buy-box .item {
	border: 1px solid #ddd;
	border-radius: 10px;
	text-align: center;
	width: 32%;
	overflow: hidden;
	margin-left: 2%
}

.link-buy-box .item:first-child {
	margin-left: 0
}

.link-buy-box .item .save-num {
	background-color: #333;
	text-align: center;
	color: #fff
}

.link-buy-box .item .tit {
	font-size: 15px;
	font-weight: bold;
	padding: 10px
}

.link-buy-box .item .price {
	color: #e83b45;
	font-size: 20px;
	padding-bottom: 15px;
	font-weight: bold
}

.link-buy-box .item .price del {
	display: block;
	color: #666;
	font-size: 14px;
	font-weight: normal
}

.comment-box .pro-info .pro-vs-info .item {
	width: 48%;
	margin-top: 15px
}

.comment-box .pro-info .pro-vs-info .item:first-child {
	border-right: 1px solid #ddd
}

.comment-box .pro-info .pro-vs-info .item ul {
	width: 100%;
	margin: inherit;
	font-size: 14px;
	padding-left: 15px
}

.comment-box .pro-info .pro-vs-info .item ul li {
	margin-top: 5px
}

.mobile-show {
	display: none !important
}

@media (max-width: 960px) {
	.comment-box.pop-box-buy,
	.comment-box.pop-box-store,
	.pop-box-buy,
	.pop-box-store,
	.pop-box1 {
		width: 92% !important
	}
	.comment-box .pro-info,
	.comment-box .pro-info .pro-vs-info .item,
	.comment-box .pro-pic,
	.link-buy-box .item {
		width: 100%
	}
	.comment-box .pro-info .pro-vs-info .item:first-child {
		border: none
	}
	.pop-box-store.comment-box .pro-info {
		padding: 15px
	}
	.comment-box .pro-info {
		padding-left: 15px
	}
	.comment-box .name {
		font-size: 26px
	}
	.windows-show {
		display: none !important
	}
	.mobile-show {
		display: block !important
	}
	.tab-changeBox .change-cont {
		padding-top: 0
	}
}

.title {
	font-weight: 400;
	margin: 0.5em 0
}

.advantages {
	color: var(--main-text);
	position: relative;
	text-align: center
}

.advantages .container {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 10px
}

.advantages.topform {
	padding-bottom: 50px;
	padding-top: 50px
}

.advantages .container {
	position: relative;
	z-index: 1
}

.topform {
	width: 100%
}

.topform h1 {
	font-size: 35px;
	font-weight: 600;
	margin: 0 0 15px
}

.topform h1,
.topform h2 {
	line-height: 1;
	position: relative;
	text-align: center;
	color: #fff
}

.topform h2 {
	font-size: 30px;
	font-weight: 300;
	margin: 0
}

.topform h2 span {
	font-weight: 700
}

.formInput {
	width: 100% !important
}

.formInput form .inner-form .input-field input {
	cursor: text;
	line-height: normal
}

.videoTitle {
	color: #333;
	display: block;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 20px;
	overflow: hidden;
	padding-left: 15px;
	text-align: left;
	text-overflow: ellipsis;
	width: 100%
}

.formatVids {
	border: 2px solid var(--main-blue);
	display: flex;
	margin-bottom: 15px;
	width: 100%
}

.groupInfo {
	display: flex;
	flex-grow: 3;
	gap: 15px;
	margin: 3px 15px;
	padding: 7.5px 0
}

span.formats {
	color: var(--secondary-text);
	font-size: 18px;
	text-transform: uppercase
}

a.formatDownload,
span.quality {
	color: var(--main-text);
	font-size: 18px
}

a.formatDownload {
	background-color: var(--main-blue);
	display: inline-block;
	outline: none;
	padding: 9.5px 15px;
	text-decoration: none;
	transition: color 0.2s ease-out
}

.formatVids:last-child {
	margin-bottom: 0
}

.dropDownOption {
	display: block;
	width: 100%
}

.vidThumbnail {
	min-width: 368px
}

.vidThumbnail,
.videoImage {
	min-height: 200px;
	position: relative;
	width: 100%
}

.videoImage {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%
}

.timeCode {
	background: rgba(0, 0, 0, .46);
	border-radius: 5px 0 0 0;
	bottom: 0;
	font-size: 18px;
	padding: 6px 15px;
	position: absolute;
	right: 0
}

.installWrap {
	margin-top: 35px
}

.inBody {
	display: inline-block;
	margin: auto;
	position: relative;
	width: 750px
}

.inBody .col {
	display: block;
	float: left;
	width: 70%
}

.installWrap h2 {
	color: #fdfdfd;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0;
	padding-right: 10%;
	position: relative;
	text-align: left
}

.installWrap h2 span {
	color: #fff;
	font-weight: 700
}

.inBody .col.right {
	width: 30%
}

.btn_theme_red:link,
.btn_theme_red:visited {
	color: #fff
}

.btn_theme_red {
	background-color: #fa5655;
	box-shadow: 0 4px 0 #df2c2c;
	position: relative;
	text-transform: uppercase;
	transition: backgroud-color 1s
}

.btn_icon_arrow-down:after {
	background-image: url("../images/sprite.png?110479d7b325a4f6a0cd3a671a53fdab");
	background-position: -80px -24px;
	content: "";
	display: inline-block;
	height: 25px;
	margin-left: 10px;
	vertical-align: middle;
	width: 20px
}

.inFooterLink {
	display: inline-block;
	margin: 25px auto auto !important;
	position: relative;
	width: 750px
}

.inFooterLink p {
	font-size: 19px;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	text-align: center
}

.inFooterLink p img {
	margin: 0 5px 0 10px;
	position: relative;
	top: 8px
}

.inFooterLink p a {
	color: #fbe158
}

.btn_size_l {
	font-size: 30px;
	line-height: 60px;
	padding: 0 30px
}

.custom-select {
	font-family: Arial, sans-serif;
	position: relative
}

.custom-select select {
	display: none
}

.formInput form {
	margin: auto auto 0;
	max-width: 750px;
	width: 100%
}

.formInput form .inner-form {
	align-items: center;
	background: #fff;
	border-radius: 5px 6px 6px 5px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
	display: flex;
	justify-content: space-between;
	width: 100%
}

.formInput form .inner-form .input-field {
	height: 60px
}

.formInput form .inner-form .input-field input {
	background: transparent;
	border: 0;
	border-bottom: 2px solid #fbe158 !important;
	border-left: 2px solid #fbe158 !important;
	border-radius: 5px 0 0 5px;
	border-top: 2px solid #fbe158 !important;
	color: #2f2f2f;
	display: block;
	font-size: 16px;
	height: 100%;
	padding: 10px 20px;
	width: 100%
}

.formInput form .inner-form .input-field input.placeholder {
	color: #999;
	font-size: 16px
}

.formInput form .inner-form .input-field input:-moz-placeholder {
	color: #999;
	font-size: 16px
}

.formInput form .inner-form .input-field input::-webkit-input-placeholder {
	color: #999;
	font-size: 16px
}

.formInput form .inner-form .input-field input:focus,
.formInput form .inner-form .input-field input:hover {
	border-color: #fff;
	box-shadow: none;
	outline: 0
}

.formInput form .inner-form .input-field.first-wrap {
	border-right: 1px solid rgba(0, 0, 0, .1);
	width: 200px
}

.formInput form .inner-form .input-field.first-wrap .choices__inner {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #fff;
	display: flex;
	height: 100%;
	padding: 10px 30px
}

.formInput form .inner-form .input-field.first-wrap .choices__inner .choices__list.choices__list--single {
	align-items: center;
	display: flex;
	height: 100%;
	padding: 0
}

.formInput form .inner-form .input-field.first-wrap .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
	align-items: center;
	color: #888;
	display: flex;
	height: 100%;
	opacity: 1
}

.formInput form .inner-form .input-field.first-wrap .choices__inner .choices__list--single .choices__item {
	align-items: center;
	color: #555;
	display: flex;
	height: 100%
}

.formInput form .inner-form .input-field.first-wrap .choices[data-type*=select-one]:after {
	border-color: #e5e5e5 transparent transparent;
	right: 30px
}

.formInput form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown {
	background: #fff;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
	margin-top: 2px;
	padding: 20px 30px
}

.formInput form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown .choices__item--selectable {
	padding-right: 0
}

.formInput form .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item--selectable.is-highlighted {
	background: #fff;
	color: #63c76a
}

.formInput form .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item {
	color: #555;
	min-height: 24px
}

.formInput form .inner-form .input-field.second-wrap {
	flex-grow: 1
}

.formInput form .inner-form .input-field.third-wrap {
	width: 74px
}

.btn-infowindow {
	background: rgba(251, 225, 88, 0);
	border: 0;
	border-radius: 0 5px 5px 0;
	color: #fff;
	cursor: pointer;
	height: 100%;
	transition: all 0.2s ease-out, color 0.2s ease-out;
	white-space: nowrap;
	width: 100%
}

.btn-infowindow svg {
	color: #333;
	position: relative;
	top: 2px;
	width: 28px
}

.btn-infowindow:hover {
	background: #50c058
}

.btn-infowindow:focus {
	box-shadow: none;
	outline: 0
}

.formInput form .inner-form .input-field.third-wrap .btn-search {
	background: #fbe158;
	border: 0;
	border-radius: 0 5px 5px 0;
	color: #fff;
	cursor: pointer;
	height: 100%;
	transition: all 0.2s ease-out, color 0.2s ease-out;
	white-space: nowrap;
	width: 100%
}

.formInput form .inner-form .input-field.third-wrap .btn-search svg {
	color: #333;
	position: relative;
	top: 2px;
	width: 28px
}

.formInput form .inner-form .input-field.third-wrap .btn-search:hover {
	background: #50c058
}

.formInput form .inner-form .input-field.third-wrap .btn-search:focus {
	box-shadow: none;
	outline: 0
}

.loader8.is-active {
	display: block
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

#result {
	display: flex;
	justify-content: space-around;
	padding-top: 20px;
	margin: 10px auto
}

#videoTitle {
	margin-top: 20px;
	margin-bottom: 20px
}

#singleVideo i {
	margin-right: 5px
}

table {
	width: 100%
}

table {
	background-color: transparent
}

table tr th {
	text-align: center;
	padding: 5px
}

table tr td {
	text-align: center;
	padding: 5px
}

.btn {
	padding: 8px 16px;
	border-radius: 0
}

.btn {
	background-color: var(--primary-color);
	border: none;
	color: var(--main-blue);
	cursor: pointer;
	font-size: 14px
}

#pills-tab li {
	width: 50% !important;
	text-align: center
}

ul li {
	list-style: none
}

.responsive__table {
	width: 100%;
	border-collapse: collapse
}

.responsive__table thead {
	border: 1px solid var(--primary-color);
	padding: 5px;
	margin-right: 10px
}

.responsive__table thead tr:first-child {
	border-radius: 10px;
	margin-left: 10px
}

.responsive__table tbody tr {
	margin-bottom: 5px
}

.responsive__table td,
.responsive__table th {
	text-align: start;
	font-size: 16px
}

@media screen and (max-width: 1100px) {
	#singleVideo i {
		margin-right: 0
	}
}

@media screen and (max-width: 700px) {
	.responsive__table thead {
		display: none
	}
	.responsive__table,
	.responsive__table tbody,
	.responsive__table td,
	.responsive__table tr {
		display: block;
		width: 100%
	}
	.responsive__table tr {
		margin-bottom: 15px;
		border: 1px solid gray
	}
	.responsive__table td {
		text-align: right;
		padding-left: 10px;
		text-align: right;
		position: relative
	}
	.responsive__table th {
		padding: 5px 15px
	}
	.responsive__table td {
		padding-bottom: 5px
	}
	.responsive__table td::before {
		content: attr(data-label);
		position: absolute;
		left: 0;
		width: 50%;
		padding-left: 15px;
		font-size: 15px;
		font-weight: bold;
		text-align: left
	}
	.download-label {
		display: none
	}
}

.fa,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-cloud-download-alt:before {
	content: "\f381"
}

.fa-download:before {
	content: "\f019"
}

.fa-volume-mute:before {
	content: "\f6a9"
}

.fa,
.fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.btn:focus,
.btn:hover {
	text-decoration: none
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
	opacity: 0.65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

.btn:not(:disabled):not(.disabled):active {
	background-image: none
}

.fade {
	opacity: 0;
	transition: opacity 0.15s linear
}

.fade.show {
	opacity: 1
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.nav-pills .nav-link {
	border-radius: 0.25rem
}

.nav-pills .nav-link.active {
	color: #fff;
	background-color: #007bff
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0.25rem;
	padding: 15px;
	width: 100%
}

.mr-1 {
	margin-right: 0.25rem !important
}

.ml-1 {
	margin-left: 0.25rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.text-center {
	text-align: center !important
}

.banner-btn {
	margin-top: 40px
}

.banner-btn .btn {
	color: #000;
	background-color: #fbe158;
	position: relative;
	border-radius: 30px;
	font-size: 22px;
	font-weight: 500;
	border-color: #fbe158;
	width: 260px
}

.banner-btn .btn .download-ic {
	width: 33px;
	height: 33px;
	background: url("https://www.acethinker.ai/wp-content/themes/acetheme/dist/img/icon/download-black.svg") 0 0/contain no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px
}

@media print {
	*,
	::after,
	::before {
		text-shadow: none !important;
		box-shadow: none !important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	thead {
		display: table-header-group
	}
	tr {
		page-break-inside: avoid
	}
}

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-light-300.eot");
	src: url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-light-300.woff2") format("woff2"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-light-300.woff") format("woff"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-light-300.ttf") format("truetype"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-light-300.svg#fontawesome") format("svg")
}

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-regular-400.eot");
	src: url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-regular-400.woff2") format("woff2"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-regular-400.woff") format("woff"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-regular-400.ttf") format("truetype"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-regular-400.svg#fontawesome") format("svg")
}

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-solid-900.eot");
	src: url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-solid-900.woff2") format("woff2"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-solid-900.woff") format("woff"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-solid-900.ttf") format("truetype"), url("https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-solid-900.svg#fontawesome") format("svg")
}

.tutorial-items {
	display: flex;
	flex-wrap: wrap;
	text-align: center
}

.tutorial-item {
	padding: 20px;
	position: relative;
	width: 50%
}

.tutorial-item .number {
	background: #fbe158;
	border-radius: 20px;
	height: 40px;
	left: 0;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;
	z-index: 1
}

.tutorial-item-text {
	color: #666;
	font-size: 14px;
	padding-top: 20px
}

.padding-5-1 {
	padding: 5vh 1vw
}

.text-center {
	text-align: center
}

.advantages-explain-block {
	background: #fff;
	padding: 5vh 1vw
}

.w-150 {
	width: 150px
}

.h2-title {
	color: #333;
	font-weight: 400;
	margin-bottom: 40px
}

.number-gold {
	background: #fbe158
}

.number-aqua,
.number-gold {
	color: #fff;
	font-weight: 700
}

.number-aqua {
	background: var(--main-blue)
}

.faq-img-gold {
	border: 4px solid var(--main-blue);
	border-radius: 10%;
	width: 90%
}

.faq-img-aqua {
	border: 4px solid #fbe158;
	border-radius: 10%;
	width: 90%
}

.elevated.faq-img-gold {
	margin-top: 0
}

.p-10 {
	padding: 10px
}

.other-links {
	padding-bottom: 60px;
	padding-top: 0
}

.other-links .title {
	margin-top: 0
}

.resultdiv {
	margin-top: 25px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 1px;
	padding: 10px 0
}

.profileheader {
	height: 55px;
	border-bottom: 1px solid #efefef;
	padding-top: 5px
}

.profilepic {
	height: 40px;
	width: 40px;
	margin-left: 15px;
	position: absolute
}

.profilename,
.username {
	margin-top: 10px
}

.profilename {
	font-weight: bolder;
	color: #3d3b3b
}

.downloadimage {
	width: 100%;
	height: auto
}

.downloadbutton {
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	outline: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #C84FB4;
	border-color: #fff;
	color: #fff;
	margin-top: 10px;
	padding: 10px;
	flex-basis: 100%;
	text-align: center
}

.downloadmusicbutton {
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	outline: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #3897f0;
	border-color: #3897f0;
	color: #fff;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 30px;
	padding: 0 20px
}

.downloadmusicbutton:hover {
	color: #fff
}

.downloadmusicbutton:focus {
	color: #fff;
	-webkit-appearance: none
}

.download-info {
	margin-top: 15px;
	padding-left: 13px
}

.downloadbutton:hover {
	color: #fff
}

.downloadbutton:focus {
	color: #fff;
	-webkit-appearance: none
}

.resultdiv {
	display: none
}

#videoplayer {
	border-radius: 4px
}

.loader8 img,
.model img {
	width: auto;
	height: auto
}

.custom-alert .close {
	width: 20px;
	height: 20px
}

.tab-content .tab-pane {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%
}

.grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr
}

.grid-item {
	padding: 20px 5px;
	margin: 5px;
	font-size: 30px;
	text-align: center;
	border: 2px solid #ffa94d;
	border-radius: 5px;
	padding: 15px;
	color: #d9480f
}

#singleAudio i {
	margin-right: 5px
}

#singleVideo i {
	margin-right: 5px
}

.insta-preview-resource {
	position: relative;
	margin-bottom: 15px
}

.insta-preview-resource img {
	display: block;
	width: 100%;
	height: auto
}

.insta-preview-resource i {
	color: var(--primary-color);
	font-size: 3.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.iconoverlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: 0.5s ease;
	background-color: #4747477e
}

.table> :not(caption)>*>* {
	padding: 0 !important
}

.dlbtn {
	background-color: DodgerBlue;
	border: none;
	color: #fff;
	padding: 12px 30px;
	cursor: pointer;
	font-size: 18px;
	border-radius: 5px;
	width: 50% !important;
}

.dlbtn:hover {
	background-color: RoyalBlue
}

@media screen and (max-width: 500px) {
	.grid-container {
		display: grid;
		grid-template-columns: 1fr
	}
}

#pills-tab {
	background: #f9f9f9;
	padding: 8px;
	border-radius: 7px
}

#pills-tab li {
	width: 33% !important;
	text-align: center
}

.nav-item {
	display: flex !important;
	padding: 8px 14px;
	justify-content: center;
	align-items: center
}

.nav-item.active {
	background: #07a796;
	color: #fff;
	border-radius: 8px;
	display: flex !important;
	padding: 8px 14px;
	justify-content: center;
	align-items: center
}

.nav-pills .nav-link.active {
	color: #fff !important;
	background-color: transparent !important
}

#pills-convert .convert-item {
	width: 100%;
	padding: 12px 18px;
	border-radius: 8px;
	background-color: #f9f9f9;
	margin-top: 5px;
	margin-bottom: 10px;
	display: flex;
	gap: 24px;
	align-items: center
}

#pills-convert .convert-item .icon {
	width: 10%;
	padding: 15px 0;
	background-color: #fff;
	border-radius: 6px
}

#pills-convert .convert-item .icon.edit {
	background-color: #fef791
}

#pills-convert .convert-item .icon.convert {
	background-color: #cff3ca
}

#pills-convert .convert-item .convert-Btn {
	padding: 11px 12px;
	background-color: #07a796;
	margin-left: auto;
	border-radius: 8px;
	color: white
}

#pills-convert .convert-item h5 {
	text-align: start
}

.recommd-product {
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	background: #fff
}

.recommd-product .img {
	width: 150px!important;
	text-align: center
}

.recommd-product .img img {
	width: auto;
	height: auto
}

.recommd-product .img span {
	display: block
}

.product-free .recommd-product .des,
.recommd-product .des {
	width: 65%!important;
	font-size: 17px;
	text-align: left;
	padding: 0 0 0 15px
}

.recommd-product .down-box {
	width: 20%!important
}

.recommd-product .down-box .btn-download-action {
	color: #fff !important;
	background-color: #006dff;
	border-color: #006dff;
	box-shadow: none;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none
}

.recommd-product .down-box .se-img {
	text-align: center;
	padding-top: 5px;
	position: relative;
	vertical-align: middle;
	font-size: 14px
}

.recommd-product .down-box .se-img::before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin-right: 2px;
	background: url("https://www.acethinker.ai/downloader/assets/security.png") left 0 / 20px auto no-repeat;
}

.product-free .recommd-product {
	background-color: #fff
}

.product-free .recommd-product .des {
	width: 65%!important;
	font-size: 17px;
	text-align: left;
	padding: 0 0 0 15px
}