/*
Theme Name:     Enfold CHILD
Description:    
Author:         AsiaBC Hong Kong
Template:       enfold

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/* Font-family per Languages */
:lang(zh-hant) body {
	font-family: "Open Sans", Arial, Helvetica, "Microsoft JhengHei", "微軟正黑體", "PMingLiU", "新細明體", "Hiragino Sans TC", "冬青黑體", sans-serif !important;
}

:lang(zh-hans) body {
	font-family: "Open Sans", Arial, Helvetica, "Microsoft YaHei", "微软雅黑", "SimHei", "黑体", "Hiragino Sans GB", "冬青黑体", sans-serif !important;
}

html[lang="zh-hant"] h1,
html[lang="zh-hant"] h2,
html[lang="zh-hant"] h3,
html[lang="zh-hant"] h4,
html[lang="zh-hant"] h5,
html[lang="zh-hant"] h6 {
	font-family: "Open Sans", Arial, Helvetica, "Microsoft JhengHei", "微軟正黑體", "PMingLiU", "新細明體", "Hiragino Sans TC", "冬青黑體", sans-serif !important;
}

html[lang="zh-hans"] h1,
html[lang="zh-hans"] h2,
html[lang="zh-hans"] h3,
html[lang="zh-hans"] h4,
html[lang="zh-hans"] h5,
html[lang="zh-hans"] h6 {
	font-family: "Open Sans", Arial, Helvetica, "Microsoft YaHei", "微软雅黑", "SimHei", "黑体", "Hiragino Sans GB", "冬青黑体", sans-serif !important;
}


/* BEGIN - Google Review  */
#map-plug {
	display: none;
}

#google-reviews {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	flex-wrap: wrap;
	/*display: grid;
grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));*/
}

.review-item {
	margin: 0 auto;
	padding: 1em;
	-webkit-flex: 1 1 20%;
	/* Safari 6.1+ */
	-ms-flex: 1 1 20%;
	/* IE 10 */
	flex: 1 1 22%;
}

@media (max-width:1200px) {
	.review-item {
		flex: 1 1 46%;
	}
}

@media (max-width:450px) {
	.review-item {
		flex: 1 1 98%;
	}
}

.review-meta,
.review-stars {
	text-align: center;
	font-size: 130%;
}

.review-author {
	text-transform: capitalize;
	font-weight: bold;
}

.review-date {
	opacity: .5;
	display: block;
}

.review-text {
	line-height: 1.5;
	text-align: left;
	max-width: 32em;
	margin: auto;
}

.review-stars ul {
	list-style: none !important;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.review-stars ul li {
	list-style: none !important;
	float: left;
	margin-right: 1px;
	line-height: 1;
}

.review-stars ul li i {
	color: #E4B248;
	font-size: 1.4em;
	font-style: normal;
}

.review-stars ul li i.inactive {
	color: #c6c6c6;
}

.star:after {
	content: "\2605";
}

/* END - Google Review  */

@media only screen and (max-width: 768px) {
	.abc-zero-bottom-margin {
		margin-bottom: 0px !important;
	}
}

/* Remove width, Enfold General Layout Dimension Max Width set to 1820px 
.container {
width: 98% !important;
max-width: none !important;
} */

/* Begin - Hong Kong Incorporation Fee table */

.abc-packages-fee-table ul.pricing-table li.avia-heading-row {
	background-color: #719430;
	border-color: #719430;
}

.abc-packages-fee-table ul.pricing-table li.avia-pricing-row {
	background-color: #719430;
	border-color: #719430;
}

.abc-packages-fee-table ul.avia-desc-col li.avia-pricing-row {
	background: none !important;
	border: none !important;
}

.abc-packages-fee-table ul.avia-desc-col li.avia-button-row {
	background: none !important;
	border: none !important;
}

.abc-packages-fee-table ul.avia-desc-col li.avia-heading-row {
	background: none !important;
	border: none !important;
}


.abc-packages-fee-table ul.avia-highlight-col li.avia-heading-row {
	background-color: #b02b2c;
	border-color: #b02b2c;
}

.abc-packages-fee-table ul.avia-highlight-col li.avia-heading-row span.pricing-extra {
	background-color: #b02b2c;
	border-color: #b02b2c;
}

.abc-packages-fee-table ul.avia-highlight-col li.avia-pricing-row {
	background-color: #b02b2c;
	border-color: #b02b2c;
}

.abc-packages-fee-table ul.avia-highlight-col li.avia-heading-row .first-table-item {
	font-size: 1.25em;
}

.abc-packages-fee-table ul.avia-center-col li.avia-heading-row span.pricing-extra {
	background-color: #224f2c;
	border-color: #224f2c;
}

.abc-packages-fee-table ul.avia-center-col li.avia-heading-row {
	background-color: #224f2c;
	border-color: #224f2c;
}

.abc-packages-fee-table ul.avia-center-col li.avia-pricing-row {
	background-color: #224f2c;
	border-color: #224f2c;
}

.abc-packages-fee-table ul li {
	min-height: 66px;
}

table.abc-packages-fee-table {
	width: 100% !important;
}

.js_active .tab {
	font-size: 1.25em !important;
}

.abc-basic {
	background-color: #224f2c !important;
	color: #fff;
	padding: 0.1em;
}

.abc-advance {
	background-color: #719430 !important;
	color: #fff;
	padding: 0.1em;
}

.abc-all-round {
	background-color: #b02b2c !important;
	color: #fff;
	padding: 0.1em;
}

.trail-before {
	display: none !important;
}

.abc-explanation-tab-section .av-inner-tab-title {
	font-size: 1.25em;
}

.av-inner-tab-title {
	text-decoration: underline;
}

/* End - Hong Kong Incorporation Fee table */

@media only screen and (max-width: 768px) {
	.only_desktop {
		display: none !important;
	}

	.social_bookmarks {
		display: none;
	}
}

@media only screen and (min-width: 769px) {
	.only_mobile {
		display: none !important;
	}
}

.title_container .breadcrumb {
	left: 45px;
	right: auto;
	top: 88%;
}

.avia-breadcrumbs {
	display: contents !important;
}

.mw-clear {
	margin: 0 !important;
	border: none !important;
	padding: 0 !important;
}

/* underline link in Page content */
.avia_textblock a {
	text-decoration: underline;
}

/* underline link in Blog content */
.entry-content a {
	text-decoration: underline;
}


/* Contact Form 7: display checkbox and radio item as block */
.wpcf7-list-item {
	display: block;
	margin: 0;
}

/* Singapore Incorporation Package - Pricing Table */
table.abc-package-fee-sg-incorp tbody tr.avia-pricing-row th.avia-desc-col {
	border: none !important;
	padding: none !important;
	background-color: #fff !important;
}

table.abc-package-fee-sg-incorp tbody tr.avia-pricing-row td {
	border-color: #719430 !important;
	background-color: #719430 !important;
	color: #fff !important;
}

table.abc-package-fee-sg-incorp tbody tr.avia-heading-row th.avia-desc-col:first-child {
	border-top: none !important;
	border-color: #688b27 !important;
	padding: none !important;
	background-color: #688b27 !important;
}

table.abc-package-fee-sg-incorp tbody tr.avia-heading-row th {
	border-top: none !important;
	border-color: #688b27 !important;
	background-color: #688b27 !important;
	color: #fff !important;
}

table.abc-package-fee-sg-incorp tbody .avia-pricing-row td del {
	font-size: 0.75em;
	color: #fff !important;
}

table.abc-package-fee-sg-incorp tbody tr td {
	font-size: 18px;
	font-weight: 900;
	color: #b02b2c !important;
}

table.abc-package-fee-sg-incorp tbody tr td del {
	font-size: 0.75em;
	font-weight: 400;
	color: #222 !important;
}

/* Enfold Back-to-Top button hidden */
#scroll-top-link {
	display: none !important;
}

/* Google recaptcha badge hidden */
.grecaptcha-badge {
	visibility: hidden;
}

/* ContentShowCase.app branding and border hidden */
.csa-branding {
	display: none !important;
}

.csa-popup {
	border: none !important;
}

.csa-close-button {
	margin-left: -14px !important;
}

.csa-popup .csa-wrapper {
	width: unset !important;
}

cloudflare-app[app="content-showcase"] {
	z-index: 9999999999 !important;
}

/* Blog */

.entry-content-wrapper h1.post-title.entry-title {
	font-size: 2.43em;
	font-weight: 400 !important;
}

.entry-content-wrapper .entry-content p+a+h1,
.entry-content-wrapper .entry-content p+a+h2,
.entry-content-wrapper .entry-content p+a+h3,
.entry-content-wrapper .entry-content p+a+h4,
.entry-content-wrapper .entry-content p+a+h5,
.entry-content-wrapper .entry-content p+a+h6 {
	font-weight: 400 !important;
	margin-top: 2.2em !important;
}

.entry-content-wrapper .entry-content blockquote+a+h1,
.entry-content-wrapper .entry-content blockquote+a+h2,
.entry-content-wrapper .entry-content blockquote+a+h3,
.entry-content-wrapper .entry-content blockquote+a+h4,
.entry-content-wrapper .entry-content blockquote+a+h5,
.entry-content-wrapper .entry-content blockquote+a+h6 {
	font-weight: 400 !important;
	margin-top: 2.2em !important;
}

@media only screen and (max-width: 767px) {
	.big-preview.single-small {
		padding: 0 !important;
	}

	.imageoverlay.overlay-type-image {
		display: none !important;
	}

	.imageoverlay.overlay-type-image .image-overlay-inside {
		display: none !important;
	}

	.container_wrap.container_wrap_first.main_color.sidebar_left main {
		padding-top: 0;
		padding-bottom: 0;
	}
}

/* CF7 2020-05-18 1000 */
#top select,
#top .avia_ajax_form .select,
#top .entry-content-wrapper select {
	background-image: url("img/downarrow.png") !important;
}

/* 2020-04-20 Reset CF7 Int'l Phone field width */
.intl-tel-input {
	width: 100% !important;
	margin-bottom: 2em !important;
	/* min-width: 411px; Enfold Layout */
}


/* 2020-04-20 Reset CF7 Int'l Phone input field position */
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=tel],
.intl-tel-input.separate-dial-code input[type=text] {
	padding-right: 6px !important;
	padding-left: 52px !important;
	margin-left: 0 !important;
}

.intl-tel-input .country-list {
	box-shadow: none;
	/* WW Design */
	color: #004853;
}

#top .wpcf7 .wpcf7-form .avia_ajax_form {
	margin: 2em 0;
}

#top .wpcf7 .wpcf7-form ::-webkit-input-placeholder {
	/* Edge */
	color: #435460;
}

#top .wpcf7 .wpcf7-form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #435460;
}

#top .wpcf7 .wpcf7-form ::placeholder {
	color: #435460;
}

#top .wpcf7 .wpcf7-form select {
	cursor: pointer;
}

#top .wpcf7 .wpcf7-form input[type=text]:focus,
#top .wpcf7 .wpcf7-form input[type=email]:focus,
#top .wpcf7 .wpcf7-form input[type=tel]:focus,
#top .wpcf7 .wpcf7-form select:focus,
#top .wpcf7 .wpcf7-form textarea:focus {
	border-color: #089591 !important;
	box-shadow: none;
}

#top .wpcf7 .wpcf7-form input[type=text],
#top .wpcf7 .wpcf7-form input[type=email],
#top .wpcf7 .wpcf7-form input[type=url],
#top .wpcf7 .wpcf7-form input[type=tel],
#top .wpcf7 .wpcf7-form input[type=number],
#top .wpcf7 .wpcf7-form .wpcf7-select,
#top .wpcf7 .wpcf7-form textarea {
	margin-bottom: 2em;
	background-color: #fff;
	color: #000;
	min-height: 4em;
	border: 1px solid #cecece;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
}

#top .wpcf7 .wpcf7-form .wpcf7-not-valid {
	border-color: red !important;
}

#top .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
	font-size: 0.75em;
	position: relative;
	display: inline;
	bottom: 2.75em;
	color: red;
}

#top .wpcf7 .wpcf7-form input[type=submit] {
	background-color: #f48480;
	font-size: 18px;
	padding: 11px 20px 8px;
	line-height: 1.2em;
	color: #fff;
	border: none;
	border-radius: 20px !important;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 3px;
	font-weight: 500;
	letter-spacing: 0.8px !important;
	line-height: 1.2em !important;
	font-family: urbanist, sans-serif !important;
}

#top .wpcf7 .wpcf7-form input[type=submit]:hover {
	background-color: #f1615c;
	transition: all 0.3s ease-in-out;
}

/*
#top .wpcf7 .wpcf7-form input[type=submit] {
    background-color: #0abab4;
    line-height: 1;
    padding: 0 1em;
    font-size: 1em;
    color: #fff;
    border: none;
    cursor: pointer;
    min-height: 3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
}

#top .wpcf7 .wpcf7-form input[type=submit]:hover {
    background-color: #8ae1e1;
}
*/

#top .wpcf7 .wpcf7-form .wpcf7-response-output {
	text-align: center;
	font-size: 1em;
	border: none;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	margin: 2em 0em;
	padding: 8px 6px;
}

#top .wpcf7 .wpcf7-form .wpcf7-validation-errors,
#top .wpcf7 .wpcf7-form .wpcf7-acceptance-missing {
	background-color: red;
	color: #fff;
}

#top .wpcf7 .wpcf7-form .wpcf7-spam-blocked {
	background-color: #f95700;
	color: #fff;
}

#top .wpcf7 .wpcf7-form .wpcf7-mail-sent-ok {
	background-color: #0abab5;
	color: #fff;
}

#top .wpcf7 .wpcf7-form .my-terms {
	margin: 1em 0;
	color: #435460;
	font-size: 0.85em;
}

#top .wpcf7 .wpcf7-form .my-terms a {
	color: #838383;
}

#top .wpcf7 .wpcf7-form .my-terms a:link {
	text-decoration: none !important;
}

#top .wpcf7 .wpcf7-form .my-terms a:hover {
	text-decoration: none !important;
}

#top .wpcf7 .invalid .wpcf7-response-output {
	color: #f48480;
	font-weight: bold;
	font-size: 18px;
}

#top .wpcf7 .sent .wpcf7-response-output {
	color: #0abab4;
	font-weight: bold;
	font-size: 18px;
}

/* Tooltip container */
.my-cf7-tooltip {
	position: relative;
}

.my-cf7-tooltip .my-cf7-tooltiptext {
	font-size: 0.8em;
	visibility: hidden;
	opacity: 0;
	background-color: white;
	color: #0abab4;
	text-align: center;
	padding: 0;
	position: absolute;
	top: -1.1em;
	left: 6px;
	z-index: 1;
}

/* Show the tooltip text when mouse is over the tooltip container */
.my-cf7-tooltip:hover .my-cf7-tooltiptext {
	visibility: visible;
	opacity: 1.0;
	transition: opacity .25s;
}

/* container width fix */
@media only screen and (max-width: 767px) {
	.responsive #top #wrap_all #main .container {
		width: 100%;
		max-width: 98%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.responsive #top #wrap_all #main .container {
		padding-left: 1em;
		padding-right: 1em;
	}
}

/* Enfold contact form fix */
@media only screen and (max-width: 1024px) {
	.responsive .avia_ajax_form .form_element {
		width: 100%;
		clear: both;
		margin-right: 0;
		margin-left: 0;
		float: none;
	}
}

/* 2020-05-19 Sticky Side Buttons fix */
#top #ssb-container ul li span {
	vertical-align: top;
}

@media only screen and (max-width: 767px) {

	/* Move higher */
	#top #ssb-container {
		top: 25%;
		opacity: 0.9;
	}

	#ssb-btn-2 {
		display: none !important;
	}
}

/* widget recaptcha font size*/
#reCAPTCHA_ft {
	font-size: 13px;
}

/* accept-payment image width*/
#accept-payment img {
	width: 200px;
}

/* set class */
.none {
	display: none;
}

.none_important {
	display: none !important;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.width_45 {
	width: 45%;
}

.width_55 {
	width: 50%;
}

.width_50 {
	width: 50%;
}

.width_60 {
	width: 60%;
}

.width_65 {
	width: 65%;
}

.width_70 {
	width: 70%;
}

.width_100 {
	width: 100%;
}

.italic {
	font-style: italic;
}

.float_left {
	float: left;
}

.float_left_important {
	float: left !important;
}

.float_right {
	float: right;
}

.float_right_important {
	float: right !important;
}

.clear_unset_important {
	clear: unset !important;
}

.flex_important {
	display: flex !important;
}

.flex_important_wrap {
	display: flex !important;
	flex-wrap: wrap !important;
}

.wrap_full {
	flex: 0 0 100% !important;
}

.wrap_half {
	flex: 1 !important;
}

.flex-direction_row {
	display: flex;
	flex-direction: row;
}

.flex-direction_row_important {
	display: flex;
	flex-direction: row !important;
}

.flex-direction_column {
	display: flex;
	flex-direction: column;
}

.align-items_center {
	display: flex;
	align-items: center;
}

.align-items_flex-start {
	display: flex;
	align-items: flex-start;
}

.align-items_flex-end {
	display: flex;
	align-items: flex-end;
}

.justify-content_space-between {
	display: flex;
	justify-content: space-between;
}

.justify-content_space-around {
	display: flex;
	justify-content: space-around;
}

.justify-content_flex-start {
	display: flex;
	justify-content: flex-start;
}

.justify-content_flex-end {
	display: flex;
	justify-content: flex-end;
}

.justify-content_center {
	display: flex;
	justify-content: center;
}

.flex-direction_column {
	display: flex;
	flex-direction: column;
}

.flex-wrap_warp {
	display: flex;
	flex-wrap: wrap;
}

.flex-wrap_nowrap {
	display: flex;
	flex-wrap: nowrap;
}

.flex-wrap_wrap-reverse {
	display: flex;
	flex-wrap: wrap-reverse;
}

.text-align_justify {
	text-align: justify;
}

.text-align_center {
	text-align: center;
}

.text-align_left {
	text-align: left;
}

.text-align_right {
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.flex-direction_row {
		flex-direction: column !important;
	}
}

/*font size*/
.ft12 {
	font-size: 12px !important;
}

.ft16 {
	font-size: 16px !important;
}

.ft18 {
	font-size: 18px !important;
}

.ft20 {
	font-size: 20px !important;
}

.ft22 {
	font-size: 22px !important;
}

.ft24 {
	font-size: 24px !important;
}

.ft32 {
	font-size: 32px !important;
}

.ft36 {
	font-size: 36px !important;
}

.ft48 {
	font-size: 48px !important;
}

.top5px {
	top: 5px !important;
}

.top10px {
	top: 10px !important;
}

.top15px {
	top: 15px !important;
}

.top20px {
	top: 20px !important;
}

.top25px {
	top: 25px !important;
}

.top30px {
	top: 30px !important;
}

.top35px {
	top: 35px !important;
}

.top40px {
	top: 40px !important;
}

.top45px {
	top: 45px !important;
}

.top50px {
	top: 50px !important;
}

.left5px {
	left: 5px !important;
}

.left10px {
	left: 10px !important;
}

.left15px {
	left: 15px !important;
}

.left20px {
	left: 20px !important;
}

.left25px {
	left: 25px !important;
}

.left30px {
	left: 30px !important;
}

.left35px {
	left: 35px !important;
}

.left40px {
	left: 40px !important;
}

.left45px {
	left: 45px !important;
}

.left50px {
	left: 50px !important;
}

.ml2-5 {
	margin-left: 2.5% !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.mr2-5 {
	margin-right: 2.5% !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

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

.mt12 {
	margin-top: 12px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt-20 {
	margin-top: -20px !important;
}

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

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

.mt35 {
	margin-top: 35px !important;
}

.mt-35 {
	margin-top: -35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt-40 {
	margin-top: -40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt-50 {
	margin-top: -50px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt-70 {
	margin-top: -70px !important;
}

.mt95 {
	margin-top: 95px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mt120 {
	margin-top: 120px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb95 {
	margin-bottom: 95px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.pl0 {
	padding-left: 0px !important;
}

.pl5 {
	padding-left: 5px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pl50 {
	padding-left: 50px !important;
}

.pl100 {
	padding-left: 100px !important;
}

.pr0 {
	padding-right: 0px !important;
}

.pr5 {
	padding-right: 5px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pr50 {
	padding-right: 50px !important;
}

.pt0 {
	padding-top: 0px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pt70 {
	padding-top: 70px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pb120 {
	padding-bottom: 120px !important;
}

.height_400px {
	height: 400px;
}

.height_500px {
	height: 500px;
}

.height_600px {
	height: 600px;
}

.height_50vh {
	height: 50vh;
}

.height_60vh {
	height: 60vh;
}

.height_70vh {
	height: 70vh;
}

.height_100vh {
	height: 100vh;
}

.width_0 {
	width: 0;
}

.width_15 {
	width: 15%;
}

.width_20 {
	width: 20%;
}

.width_25 {
	width: 25%;
}

.width_33 {
	width: 33.33%;
}

.width_35 {
	width: 35%;
}

.width_50 {
	width: 50%;
}

.width_95 {
	width: 95%;
}

.width_100 {
	width: 100%;
}

.width_0_important {
	width: 0 !important;
}

.width_15_important {
	width: 15% !important;
}

.width_16_important {
	width: 16.6% !important;
}

.width_20_important {
	width: 20% !important;
}

.width_25_important {
	width: 25% !important;
}

.width_30_important {
	width: 30% !important;
}

.width_33_important {
	width: 33.33% !important;
}

.width_35_important {
	width: 35% !important;
}

.width_50_important {
	width: 50% !important;
}

.width_95_important {
	width: 95% !important;
}

.width_100_important {
	width: 100% !important;
}

.max-width_90px {
	max-width: 90px;
}

.max-width_95px {
	max-width: 95px;
}

.max-width_100px {
	max-width: 100px;
}

.max-width_130px {
	max-width: 130px;
}

.max-width_150px {
	max-width: 150px;
}

.max-width_180px {
	max-width: 180px;
}

.max-width_200px {
	max-width: 200px;
}

.max-width_240px {
	max-width: 240px;
}

.max-width_250px {
	max-width: 250px;
}

.max-width_280px {
	max-width: 280px;
}

.max-width_300px {
	max-width: 300px;
}

.max-width_380px {
	max-width: 380px;
}

.max-width_400px {
	max-width: 400px;
}

.max-width_420px {
	max-width: 420px;
}

.max-width_440px {
	max-width: 440px;
}

.max-width_500px {
	max-width: 500px;
}

.max-width_600px {
	max-width: 600px;
}

.max-width_700px {
	max-width: 700px;
}

.max-width_800px {
	max-width: 800px;
}

.max-width_900px {
	max-width: 900px;
}

.max-width_1000px {
	max-width: 1000px;
}

.max-width_1200px {
	max-width: 1200px;
}

.max-width_1400px {
	max-width: 1400px;
}

.min-width_190px {
	min-width: 190px;
}

.min-width_300px {
	min-width: 300px;
}

.min-width_500px {
	min-width: 500px;
}

.ml5percent {
	margin-left: 5% !important;
}

.ml10percent {
	margin-left: 10% !important;
}

.mr5percent {
	margin-right: 5% !important;
}

.mr10percent {
	margin-right: 10% !important;
}

@media only screen and (max-width: 767px) {
	.pl20 {
		padding-left: 0px !important;
	}

	.pr20 {
		padding-right: 0px !important;
	}
}


.customize_stndard_btn_aspire a {
	padding: 11px 20px 8px 20px !important;
	background-color: #f48480;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	display: block;
	line-height: 1.2em !important;
	letter-spacing: .8px !important;
	border: none !important;
}

.customize_stndard_btn_aspire a:hover {
	background-color: #f1615c;
	color: #fff;
	transition: all 0.4s ease-in-out;
	border: none !important;
}

.customize_stndard_btn_11_20_8 a {
	padding: 11px 20px 8px 20px !important;
	background-color: #f48480;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	display: block;
	line-height: 1.2em !important;
	letter-spacing: .8px !important;
	border: none !important;
}

.customize_stndard_btn_11_20_8 a:hover {
	background-color: #f1615c;
	color: #fff;
	transition: all 0.4s ease-in-out;
	border: none !important;
}

.hsbc_customize_stndard_btn_11_20_8 a {
	padding: 11px 20px 8px 20px !important;
	background-color: #db0011;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	display: block;
	line-height: 1.2em !important;
	letter-spacing: .8px !important;
	border: none !important;
}

.hsbc_customize_stndard_btn_11_20_8 a:hover {
	background-color: #83000a;
	color: #fff;
	transition: all 0.4s ease-in-out;
	border: none !important;
}

.hsbc_customize_stndard_btn_2_11_20_8 a {
	padding: 11px 20px 8px 20px !important;
	background-color: #ffac07;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	display: block;
	line-height: 1.2em !important;
	letter-spacing: .8px !important;
	border: none !important;
}

.hsbc_customize_stndard_btn_2_11_20_8 a:hover {
	background-color: #ff9900;
	color: #fff;
	transition: all 0.4s ease-in-out;
	border: none !important;
}

.border_none {
	border: none !important;
}


@media only screen and (max-width: 767px) {
	.height_400px {
		height: 300px;
	}

	.width_33 {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.width_25_important {
		width: 100% !important;
	}

	.max-width_300px {
		max-width: 100% !important;
	}
}

/*button font-size*/
.btn_ft a {
	font-size: 18px !important;
}

.standard_btn a {
	padding: 11px 20px 10px !important;
	background-color: #f48480;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	display: block;
	line-height: 1.2em;
	letter-spacing: 0.8px;
}

.standard_btn a:hover {
	text-decoration: none;
	background-color: #f1615c;
	color: #fff;
	transition: all 0.4s ease-in-out;
}


.standard_btn_w .avia_button_background {
	opacity: 0 !important;
}

.standard_btn_w a {
	padding: 11px 20px 10px !important;
	background-color: rgba(0, 0, 0, 0) !important;
	border: 2px solid #ffffff !important;
	border-radius: 3px !important;
	color: #435460;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.standard_btn_w a:hover {
	border: 3px solid #ffffff !important;
	border-radius: 3px !important;
	text-decoration: none;
	opacity: 1 !important;
	transition: all 0.4s ease-in-out;
}

/* color */
.bg_sub {
	background-color: #eeeeee !important;
}

/* End of set class */

/* cilckable banner */
#four-in-one-clickable-banner-btn .av-hotspot-container .av-image-hotspot {
	top: 82.5% !important;
	left: 11.3% !important;
}

.clickable-banner-btn .av-hotspot-container .av-image-hotspot_inner {
	color: rgba(255, 255, 255, 0);
	background-color: rgba(255, 255, 255, 0);
}

.clickable-banner-btn .av-hotspot-container .av-image-hotspot_inner:hover {
	color: rgba(255, 255, 255, 0);
	background-color: rgba(255, 255, 255, 0);
}

@media only screen and (max-width: 1024px) {
	#four-in-one-clickable-banner-btn .av-hotspot-container .av-image-hotspot {
		top: 83% !important;
		left: 11.5% !important;
	}
}

/* End of cilckable banner*/


/* Blog subheading */
.av-subheading_below_mt .av-subheading_below {
	margin-top: 20px;
}

/* End of Blog subheading */

/* Jason Singapore Incorporation Package - Pricing Table */
.justify-content_center_section_mt {
	margin: 40px 0px;
}

.justify-content_center_section_mt .container {
	background-color: #eeee;
	padding: 40px 0px;
}

table.abc-package-fee-sg-incorp-j tbody tr.avia-pricing-row th.avia-desc-col {
	border: none !important;
	padding: none !important;
	background-color: #fff !important;
}

table.abc-package-fee-sg-incorp-j tbody tr.avia-pricing-row td {
	border-color: #0abab4 !important;
	background-color: #0abab4 !important;
	color: #fff !important;
}

table.abc-package-fee-sg-incorp-j tbody tr.avia-heading-row th.avia-desc-col:first-child {
	border-top: none !important;
	border-color: #688b27 !important;
	padding: none !important;
	background-color: #688b27 !important;
}

table.abc-package-fee-sg-incorp-j tbody tr.avia-heading-row th {
	border-top: none !important;
	border-color: #688b27 !important;
	background-color: #688b27 !important;
	color: #fff !important;
}

table.abc-package-fee-sg-incorp-j tbody .avia-pricing-row td del {
	font-size: 0.75em;
	color: #fff !important;
}

table.abc-package-fee-sg-incorp-j tbody tr td {
	font-size: 14px;
	font-weight: 300;
	color: #444444 !important;
	border: 1px solid #eeeeee !important;
	padding: 10px 20px;
	background-color: #eeeeee !important;
}

table.abc-package-fee-sg-incorp-j tbody tr td .items_container .items {
	padding: 0px 0px;
}

table.abc-package-fee-sg-incorp-j tbody tr td .items_container .table-hr {
	border: 1px dashed;
	width: 50px;
	margin: revert;
}

table.abc-package-fee-sg-incorp-j tbody tr td .items_container .btn_container .btn {
	border-radius: 5px;
	padding: 11px 20px 10px;
	background-color: #efbb63;
	color: #fff;
}

table.abc-package-fee-sg-incorp-j tbody tr td .items_container .btn_container .btn:hover {
	opacity: 0.8;
}

table.abc-package-fee-sg-incorp-j tbody tr td .items_container .desc {
	font-weight: 900;
	text-transform: uppercase;
}

table.abc-package-fee-sg-incorp-j tbody tr td del {
	font-size: 0.75em;
	font-weight: 400;
	color: #222 !important;
}

table.specialoffer tbody tr:first-child td {
	background-color: #ff5757 !important;
}

/* price table version 1*/
table.abc-package-fee-sg-incorp-jt tbody tr.avia-pricing-row th.avia-desc-col {
	border: none !important;
	padding: none !important;
	background-color: #fff !important;
}

table.abc-package-fee-sg-incorp-jt tbody tr.avia-pricing-row td {
	border-color: #0abab4 !important;
	background-color: #0abab4 !important;
	color: #fff !important;
}

table.abc-package-fee-sg-incorp-jt tbody tr.avia-heading-row th.avia-desc-col:first-child {
	border-top: none !important;
	border-color: #688b27 !important;
	padding: none !important;
	background-color: #688b27 !important;
}

table.abc-package-fee-sg-incorp-jt tbody tr.avia-heading-row th {
	border-top: none !important;
	border-color: #688b27 !important;
	background-color: #688b27 !important;
	color: #fff !important;
}

table.abc-package-fee-sg-incorp-jt tbody .avia-pricing-row td del {
	font-size: 0.75em;
	color: #fff !important;
}

table.abc-package-fee-sg-incorp-jt tbody tr td {
	font-size: 14px;
	font-weight: 300;
	color: #444444 !important;
	border: 1px solid #fff !important;
	padding: 10px 20px;
	background-color: #fff !important;
}

table.abc-package-fee-sg-incorp-jt tbody tr:first-child td {
	vertical-align: bottom;
}

table.abc-package-fee-sg-incorp-jt tbody tr td:nth-child(2) {
	width: 30%;
}

table.abc-package-fee-sg-incorp-jt tbody tr td .items_container .items {
	padding: 0px 0px;
}

table.abc-package-fee-sg-incorp-jt tbody tr td .items_container .table-hr {
	border: 1px dashed;
	width: 50px;
	margin: revert;
}

table.abc-package-fee-sg-incorp-jt tbody tr td .items_container .btn_container .btn {
	border-radius: 5px;
	padding: 11px 20px 10px;
	background-color: #efbb63;
	color: #fff;
}

table.abc-package-fee-sg-incorp-jt tbody tr td .items_container .btn_container .btn:hover {
	opacity: 0.8;
}

table.abc-package-fee-sg-incorp-jt tbody tr td .items_container .desc {
	font-weight: 900;
	text-transform: uppercase;
}

table.abc-package-fee-sg-incorp-jt tbody tr td del {
	font-size: 0.75em;
	font-weight: 400;
	color: #222 !important;
}

.justify-content_center_section_mtt {
	margin: 40px 0px;
}

.justify-content_center_section_mtt .container {
	background-color: #fff;
	padding: 40px 0px;
}

@media only screen and (max-width: 767px) {
	table.abc-package-fee-sg-incorp-jt tbody tr td:nth-child(2) {
		width: 100%;
	}
}

/* price table version 2*/
.abc-package-fee-sg-incorp-v2-container .avia-data-table-wrap {
	height: 100%;
}

.abc-package-fee-sg-incorp-v2-container .avia-data-table-wrap .abc-package-fee-sg-incorp-v2 {
	height: 100%;
}

.abc-package-fee-sg-incorp-v2-container .avia-data-table-wrap .abc-package-fee-sg-incorp-v2 tbody tr:nth-child(2) td {
	height: 100%;
}


table.abc-package-fee-sg-incorp-v2 {
	border: 1px solid #ced8e1 !important;
	border-radius: 3px;
	border-collapse: separate;
	text-align: center;
}

table.abc-package-fee-sg-incorp-v2 tbody tr:first-child td {
	vertical-align: bottom;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

table.abc-package-fee-sg-incorp-v2 tbody tr:last-child td {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}


table.abc-package-fee-sg-incorp-v2 tbody tr.avia-pricing-row th.avia-desc-col {
	border: none !important;
	padding: none !important;
	background-color: #fff !important;
}

table.abc-package-fee-sg-incorp-v2 tbody tr.avia-pricing-row td {
	border-color: #0abab4 !important;
	background-color: #0abab4 !important;
	color: #fff !important;
}

table.abc-package-fee-sg-incorp-v2 tbody tr.avia-heading-row th.avia-desc-col:first-child {
	border-top: none !important;
	border-color: #688b27 !important;
	padding: none !important;
	background-color: #688b27 !important;
}

table.abc-package-fee-sg-incorp-v2 tbody tr.avia-heading-row th {
	border-top: none !important;
	border-color: #688b27 !important;
	background-color: #688b27 !important;
	color: #fff !important;
}

table.abc-package-fee-sg-incorp-v2 tbody .avia-pricing-row td del {
	font-size: 0.75em;
	color: #fff !important;
}

table.abc-package-fee-sg-incorp-v2 tbody tr {
	border: none !important;
}

table.abc-package-fee-sg-incorp-v2 tbody tr td {
	font-size: 14px;
	font-weight: 300;
	color: #444444 !important;
	border: 1px solid #fff !important;
	padding: 0px 0px !important;
	background-color: #fff !important;
	border: none !important;
}

table.abc-package-fee-sg-incorp-v2 tbody tr td:nth-child(2) {
	width: 30%;
}

table.abc-package-fee-sg-incorp-v2 tbody tr td .items_container .items {
	padding: 0px 0px;
}

table.abc-package-fee-sg-incorp-v2 tbody tr td .items_container .table-hr {
	border: 1px dashed;
	width: 50px;
	margin: revert;
}

table.abc-package-fee-sg-incorp-v2 tbody tr td .items_container .btn_container .btn {
	border-radius: 5px;
	padding: 11px 20px 10px;
	background-color: #efbb63;
	color: #fff;
}

table.abc-package-fee-sg-incorp-v2 tbody tr td .items_container .btn_container .btn:hover {
	opacity: 0.8;
}

table.abc-package-fee-sg-incorp-v2 tbody tr td .items_container .desc {
	font-weight: 900;
	text-transform: uppercase;
}

table.abc-package-fee-sg-incorp-v2 tbody tr td del {
	font-size: 0.75em;
	font-weight: 400;
	color: #222 !important;
}

.justify-content_center_section_mtt {
	margin: 40px 0px;
}

.justify-content_center_section_mtt .container {
	background-color: #fff;
	padding: 40px 0px;
}

@media only screen and (max-width: 767px) {
	table.abc-package-fee-sg-incorp-v2 tbody tr td:nth-child(2) {
		width: 100%;
	}
}


/* register process*/
table.abc-package-fee-sg-incorp-j-rp {
	background-color: rgba(0, 0, 0, 0.0) !important;
}

table.abc-package-fee-sg-incorp-j-rp tbody tr {
	background-color: rgba(0, 0, 0, 0.0) !important;
}

table.abc-package-fee-sg-incorp-j-rp tbody tr.avia-pricing-row th.avia-desc-col {
	border: none !important;
	padding: none !important;
	background-color: #fff !important;
}

table.abc-package-fee-sg-incorp-j-rp tbody tr.avia-pricing-row td {
	border-color: #0abab4 !important;
	background-color: #0abab4 !important;
	color: #fff !important;
}

table.abc-package-fee-sg-incorp-j-rp tbody tr.avia-heading-row th.avia-desc-col:first-child {
	border-top: none !important;
	border-color: #688b27 !important;
	padding: none !important;
	background-color: #688b27 !important;
}

table.abc-package-fee-sg-incorp-j-rp tbody tr.avia-heading-row th {
	border-top: none !important;
	border-color: #688b27 !important;
	background-color: #688b27 !important;
	color: #fff !important;
}

table.abc-package-fee-sg-incorp-j-rp tbody .avia-pricing-row td del {
	font-size: 0.75em;
	color: #fff !important;
}

table.abc-package-fee-sg-incorp-j-rp tbody tr td {
	font-size: 14px;
	font-weight: 300;
	color: #444444 !important;
	border: 1px solid rgba(0, 0, 0, 0.0) !important;
	padding: 0px 0px !important;
	background-color: rgba(0, 0, 0, 0.0) !important;
	/*vertical-align: middle !important;*/
}

@-moz-document url-prefix() {
	table.abc-package-fee-sg-incorp-j-rp tbody tr td {
		vertical-align: middle !important;
	}
}

table.abc-package-fee-sg-incorp-j-rp tbody tr td:nth-child(even) {
	width: 110px;
}

table.abc-package-fee-sg-incorp-j-rp tbody tr td .items_container .items {
	padding: 0px 0px;
}

table.abc-package-fee-sg-incorp-j-rp tbody tr td .items_container .table-hr {
	border: 1px dashed;
	width: 50px;
	margin: revert;
}

table.abc-package-fee-sg-incorp-j-rp tbody tr td .items_container .btn_container .btn {
	border-radius: 5px;
	padding: 11px 20px 10px;
	background-color: #efbb63;
	color: #fff;
}

table.abc-package-fee-sg-incorp-j-rp tbody tr td .items_container .btn_container .btn:hover {
	opacity: 0.8;
}

table.abc-package-fee-sg-incorp-j-rp tbody tr td .items_container .desc {
	font-weight: 900;
	text-transform: uppercase;
}

.items_container {
	padding: 28px 10px 20px 30px;
}

table.abc-package-fee-sg-incorp-j-rp tbody tr td del {
	font-size: 0.75em;
	font-weight: 400;
	color: #222 !important;
}

@media only screen and (max-width: 767px) {
	table.abc-package-fee-sg-incorp-j-rp tbody tr td:nth-child(even) {
		width: 100%;
		padding: 0px 0px !important;
	}

	table.abc-package-fee-sg-incorp-j-rp tbody tr td:nth-child(even) img {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	table.abc-package-fee-sg-incorp-j-rp {
		border: none !important;
	}

	.items_container {
		padding: 20px 10px;
	}
}


/* UAE register process*/
table.abc-package-fee-uae-incorp-j-rp {
	background-color: rgba(0, 0, 0, 0.0) !important;
}

table.abc-package-fee-uae-incorp-j-rp tbody tr {
	background-color: rgba(0, 0, 0, 0.0) !important;
}

table.abc-package-fee-uae-incorp-j-rp tbody tr.avia-pricing-row th.avia-desc-col {
	border: none !important;
	padding: none !important;
	background-color: #fff !important;
}

table.abc-package-fee-uae-incorp-j-rp tbody tr.avia-pricing-row td {
	border-color: #0abab4 !important;
	background-color: #0abab4 !important;
	color: #fff !important;
}

table.abc-package-fee-uae-incorp-j-rp tbody tr.avia-heading-row th.avia-desc-col:first-child {
	border-top: none !important;
	border-color: #688b27 !important;
	padding: none !important;
	background-color: #688b27 !important;
}

table.abc-package-fee-uae-incorp-j-rp tbody tr.avia-heading-row th {
	border-top: none !important;
	border-color: #688b27 !important;
	background-color: #688b27 !important;
	color: #fff !important;
}

table.abc-package-fee-uae-incorp-j-rp tbody .avia-pricing-row td del {
	font-size: 0.75em;
	color: #fff !important;
}

table.abc-package-fee-uae-incorp-j-rp tbody tr td {
	font-size: 14px;
	font-weight: 300;
	color: #444444 !important;
	border: 1px solid rgba(0, 0, 0, 0.0) !important;
	padding: 0px 0px !important;
	background-color: rgba(0, 0, 0, 0.0) !important;
	/*vertical-align: middle !important;*/
}

@-moz-document url-prefix() {
	table.abc-package-fee-uae-incorp-j-rp tbody tr td {
		vertical-align: middle !important;
	}
}

table.abc-package-fee-uae-incorp-j-rp tbody tr td .items_container .items {
	padding: 0px 0px;
}

table.abc-package-fee-uae-incorp-j-rp tbody tr td .items_container .table-hr {
	border: 1px dashed;
	width: 50px;
	margin: revert;
}

table.abc-package-fee-uae-incorp-j-rp tbody tr td .items_container .btn_container .btn {
	border-radius: 5px;
	padding: 11px 20px 10px;
	background-color: #efbb63;
	color: #fff;
}

table.abc-package-fee-uae-incorp-j-rp tbody tr td .items_container .btn_container .btn:hover {
	opacity: 0.8;
}

table.abc-package-fee-uae-incorp-j-rp tbody tr td .items_container .desc {
	font-weight: 900;
	text-transform: uppercase;
}

.items_container {
	padding: 28px 10px 20px 30px;
}

table.abc-package-fee-uae-incorp-j-rp tbody tr td del {
	font-size: 0.75em;
	font-weight: 400;
	color: #222 !important;
}

@media only screen and (max-width: 767px) {
	table.abc-package-fee-uae-incorp-j-rp {
		border: none !important;
	}

	.items_container {
		padding: 20px 10px;
	}
}

/* Singapore faq accordiion*/
.faq .single_toggle {
	margin-top: 5px;
}

.faq .toggler {
	font-size: 24px;
	font-weight: 900;
	color: #0abab4;
	background-color: rgba(255, 255, 255, 0);
	border-bottom: 1px solid;
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 9px 50px 9px 0px !important
}

.faq .toggle_content {
	background-color: rgba(255, 255, 255, 0) !important;
	border-bottom: 1px solid #0abab4;
	border-left: none;
	border-right: none;
	padding: 12px 10px;
	color: #435460;
	margin-bottom: 30px;
}


.faq .toggler:hover {
	background-color: rgba(255, 255, 255, 0) !important;
	color: #0abab4 !important;
	transition: 0.3s ease;
}

.faq .toggler .toggle_icon .vert_icon {
	border-left-style: solid;
	border-left-width: 3px;
	position: absolute;
	right: 21px;
	top: 15px;
	height: 22px;
	border-color: #0abab4;
	left: auto;
}

.faq .toggler .toggle_icon .hor_icon {
	border-left-style: solid;
	border-left-width: none;
	position: absolute;
	right: 12px;
	top: 24px;
	width: 22px;
	border-color: #0abab4;
	left: auto;
}

.faq .activeTitle {
	border-bottom: none;
}

.faq .activeTitle .vert_icon {
	border-color: rgba(255, 255, 255, 0) !important;
}

.faq .toggle_content a:hover {
	text-decoration: none;
	opacity: 0.5;
}

.seo_new_blog_section .toggle_content a:hover,
.seo_new_blog_section .toggle_content a:active,
.seo_new_blog_section .toggle_content a:visited,
.seo_new_blog_section .toggle_content a:focus {
	text-decoration: none;
	opacity: 0.5;
}


@media only screen and (max-width: 767px) {
	.faq .toggler {
		font-size: 18px;
	}

	.faq .toggler .toggle_icon {
		margin-top: -8px !important;
	}
}

/* Singapore faq accordiion black*/
.faq-black .single_toggle {
	margin-top: 5px;
}

.faq-black .toggler {
	font-size: 24px;
	font-weight: 900;
	color: #435460;
	background-color: rgba(255, 255, 255, 0);
	border-bottom: 1px solid;
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 9px 50px 9px 0px !important
}

.faq-black .toggle_content {
	background-color: rgba(255, 255, 255, 0) !important;
	border-bottom: 1px solid #0abab4;
	border-left: none;
	border-right: none;
	padding: 12px 10px;
	color: #435460;
}


.faq-black .toggler:hover {
	background-color: rgba(255, 255, 255, 0) !important;
	color: #0abab4 !important;
	transition: 0.3s ease;
}

.faq-black .toggler .toggle_icon {
	width: 50px !important;
	height: 50px !important;
	border-style: none !important;
	border-width: 1px !important;
	top: auto !important;
	right: 7px !important;
	margin-top: 0 !important;
	left: auto;
}

.faq-black .toggler .toggle_icon .vert_icon {
	border-left-style: solid;
	border-left-width: 3px;
	position: absolute;
	right: 21px;
	top: 10px;
	height: 22px;
	border-color: #435460;
	left: auto;
}

.faq-black .toggler .toggle_icon .hor_icon {
	border-left-style: solid;
	border-left-width: none;
	position: absolute;
	right: 12px;
	top: 19px;
	width: 22px;
	border-color: #435460;
	left: auto;
}

.faq-black .activeTitle {
	border-bottom: none;
}

.faq-black .activeTitle .vert_icon {
	border-color: rgba(255, 255, 255, 0) !important;
}

@media only screen and (max-width: 767px) {
	.faq-black .toggler {
		font-size: 18px;
	}

	.faq-black .toggler .toggle_icon {
		margin-top: -8px !important;
	}
}

/* banner box */
.banner_box {
	min-width: 450px;
	border-radius: 2px !important;
}

.banner_box .btn_width {
	width: 100%;
}

.banner_box .btn_width a {
	width: 100%;
}

.banner_box_v2 {
	width: 100%;
	border-radius: 2px !important;
}

.banner_box_v2 .btn_width {
	width: 100%;
}

.banner_box_v2 .btn_width a {
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 5px;
}

/* justify-content_center_section */
/*
.justify-content_center_section .container .template-page .post-entry .entry-content-wrapper{
	display: flex !important;
	justify-content: center;
}*/

.justify-content_center_section .container .template-page .post-entry .entry-content-wrapper .flex_column {
	padding: 0px 10px;
}

.justify-content_center_section .container .template-page .post-entry .entry-content-wrapper .flex_column_table {
	display: flex !important;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	.justify-content_center_section .container .template-page .post-entry .entry-content-wrapper .flex_column_table {
		flex-direction: column;
	}
}

@media only screen and (max-width: 1024px) {
	.width_16_important {
		width: 100% !important;
	}

	.width_33_important {
		width: 100% !important;
	}

	.width_50_important {
		width: 100% !important;
	}

	.width_66_important {
		width: 100% !important;
	}

	.max-width_400px {
		max-width: 100%;
		!important;
	}

	.max-width_500px {
		max-width: 100%;
		!important;
	}

	.max-width_600px {
		max-width: 100%;
		!important;
	}

	.max-width_700px {
		max-width: 100%;
		!important;
	}

	.max-width_800px {
		max-width: 100%;
		!important;
	}
}

.justify-content_center_section .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
	margin-top: 20px !important;
}

.hk-with-fintech-justify-content_center_section .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
	margin-top: 20px !important;
}


/* Breakdown of Singapore Pte Ltd Incorporation Package title*/
.sg-common-table-setting {
	margin: 0px 0px !important;
	background-color: rgba(255, 255, 255, 0) !important;
}


.sg-common-table-setting ul {
	margin: 0px 0px !important;
}

.sg-common-table-setting ul li {
	border: none !important;
	padding: 0px 0px !important;
	background-color: inherit !important;
}

.sg-common-table-setting ul li justify-content_center {
	justify-content: flex-start !important;
}

.sg-common-table-setting ul li h2 {
	margin-bottom: 0px !important;
	margin-top: 2px;
}

.sg-common-table-setting tbody tr td {
	border: none !important;
}

/* Breakdown of Singapore Pte Ltd Incorporation Package point form table */
.incorporation-package-pt {
	margin: 0px 0px 30px 0px !important;
}

.incorporation-package-pt tbody tr td {
	border: none !important;
	padding: 0px 0px !important;
}

/* Singapore top banner */
.top-banner {
	background-color: rgba(255, 255, 255, 0) !important;
	border: none !important;
}

.top-banner tbody tr td {
	border-color: rgba(255, 2555, 255, 0) !important;
}

/* Singapore top banner table */
.top-banner-bp {
	background-color: rgba(255, 255, 255, 0) !important;
	border: none !important;
}

.top-banner-bp tbody tr td {
	border-color: rgba(255, 2555, 255, 0) !important;
}


.sg-banner-anchor-container {
	position: absolute;
	z-index: 9999;
	top: 720px;
}

table.sg-banner-anchor-table {
	background-color: rgba(0, 0, 0, 0.0);
	!important;
}

table.sg-banner-anchor-table tbody tr td {
	border: none !important;
}

/* singapore-testimonials-table */
.singapore-testimonials-table {
	border: none !important;
}

table.singapore-testimonials-table {
	background-color: rgba(0, 0, 0, 0.0);
	!important;
	border: 1px solid #eeeeee;
}

table.singapore-testimonials-table tbody tr td {
	font-size: 14px;
	font-weight: 300;
	color: #444444 !important;
	border: none;
	!important;
	padding: 00px 0px !important;
	background-color: rgba(0, 0, 0, 0.0);
	!important;
	/*
	vertical-align: middle;
	*/
}

table.singapore-testimonials-table tbody tr td a {
	color: #435460 !important;
}

table.singapore-testimonials-table .detailPreview {
	height: 6.8em;
	line-height: 1.7em;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*singapore-banner-container*/
.singapore-banner-container .container {
	padding: 0px 0px !important;
	max-width: 100% !important;
}

.singapore-banner-container .container .content {
	padding: 0px 0px !important;
}

.singapore-banner-container .container .content .post-entry {
	height: 100%;
}


.singapore-banner-container .container .content .entry-content-wrapper {
	height: 100%;
}

.singapore-banner-container .container .content .entry-content-wrapper .flex_column_table {
	height: calc(100% - 170px);
}

/*hk-with-fintech-banner-container*/
.hk-with-fintech-banner-container .container {
	padding: 0px 0px !important;
	max-width: 100% !important;
}

.hk-with-fintech-banner-container .container .content {
	padding: 0px 0px !important;
}

.hk-with-fintech-banner-container .container .content .post-entry {
	height: 100%;
}


.hk-with-fintech-banner-container .container .content .entry-content-wrapper {
	height: 100%;
}

.hk-with-fintech-banner-container .container .content .entry-content-wrapper .flex_column_table {
	height: 100%;
}


table.sg-banner-anchor-table {
	border: none !important;
}

table.sg-banner-anchor-table tbody tr td {
	padding: 0px 0px !important;
	border: none !important;
}

/* faq icon */
.faq-icon {
	position: absolute;
	z-index: 1;
	left: -55px;
	top: -12px;
}

.faq-icon {
	width: 140px;
	min-width: 140px;
}

@media only screen and (max-width: 767px) {
	.faq-icon {
		left: -5px !important;
		top: -20px !important;
	}
}

/* faq icon */
.hot-picks-icon {
	position: absolute;
	z-index: 1;
	left: -10px;
	top: 5px;
}

.hot-picks-icon {
	width: 150px;
	min-width: 150px;
}

.hot-picks-all-inclusive-icon {
	position: absolute;
	z-index: 1;
	left: -10px;
	top: 5px;
}

.hot-picks-all-inclusive-icon {
	width: 180px;
	min-width: 180px;
}

.hot-picks-success-icon {
	position: absolute;
	z-index: 1;
	left: -10px;
	top: 5px;
}

.hot-picks-icon-new {
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 5px;
}

.hot-picks-icon {
	width: 150px;
	min-width: 150px;
}

.hot-picks-icon-new {
	width: 150px;
	min-width: 150px;
}

.html_entry_id_39009 .hot-picks-icon {
	position: absolute;
	z-index: 1;
	left: -25px;
	top: 31px;
}




.html_entry_id_39009 .hot-picks-icon {
	width: 150px;
	min-width: 150px;
}

/* title-icon-ul */
.title-icon-ul {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -40px;
	width: 500px;
	height: 41px;
}

/* title-icon-circle */
.title-icon-circle {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 0;
	width: 800px;
	height: 224px;
	margin-top: -150px;
	z-index: -1;
}

/* title-icon-hl */
.title-icon-hl {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 0;
	width: 800px;
	height: 224px;
	margin-top: -100px;
	z-index: -1;
}

.test-title-icon-hl::after {
	/*
	margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 0;
    width: 800px;
    height: 224px;
    margin-top: -100px;
    z-index: -1;
	*/
	content: "" !important;
	display: block;
	height: 100%;
	width: 90px;
	background-size: 100%;
	background-image: url(http://asiabc.co/wp-content/uploads/title-hl-v2-y.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	z-index: -1;
	margin-left: -5px;
}


.test-title-icon-ul::after {
	/*
	margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 0;
    width: 800px;
    height: 224px;
    margin-top: -100px;
    z-index: -1;
	*/
	content: "" !important;
	display: block;
	height: 100%;
	width: 170px;
	background-size: 100%;
	background-image: url(http://asiabc.co/wp-content/uploads/title_ul_y.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 0;
	margin-right: 155px;
	top: 0;
	margin-top: 20px;
}



/* title-icon-quote */
.title-icon-quote {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	padding-right: 50px !important;
}

.title-icon-quote::before {
	content: url(http://asiabc.co/wp-content/uploads/title-quote-r_v2.png);
	margin-right: 10px;
	top: 3px;
	position: relative;
}

/*sg-blog*/
.sg-blog .image-overlay {
	opacity: 1 !important;
	background-color: rgba(0, 0, 0, 0) !important;
	left: -5px;
	top: 0px;
	overflow: hidden;
	display: block;
	height: 225px;
	width: 289px;
}

.sg-blog .image-overlay-inside:before {
	/*background-color: rgba(0,0,0,0)!important;
	content: '\E84b' !important;*/
	display: none;
}

.sg-blog .image-overlay:hover .image-overlay-inside:before {
	color: #ffc821 !important;
	opacity: 0;
}

.sg-blog .image-overlay:hover {
	opacity: 0 !important;
}

.sg-blog .image-overlay {
	opacity: 0 !important;
}

.sg-blog .image-overlay a:hover .image-overlay .image-overlay-inside {
	-webkit-animation: none !important;
	animation: none !important;
}

.sg-blog .slide-entry-title {
	color: #0abab4 !important;
}

.sg-blog .pagination {
	display: none !important;
}

.sg-blog .slide-entry-excerpt {
	display: none !important;
}

.sg-blog .avia-content-slider .slide-image {
	margin-bottom: 10px !important;
	border-radius: 3px !important;
}

/*add the reading duration
 * */
.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .slide-entry .slide-content .entry-content-header .slide-entry-title {
	text-align: left;
	padding: 10px 0px;
	display: flex;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .slide-entry .slide-content .entry-content-header .slide-entry-title::before {
	content: url(/wp-content/uploads/blog-bookmark4.png);
	margin-right: 8px;
	top: 6px;
	position: relative;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .slide-entry .slide-content .entry-content-header .slide-entry-title a {
	height: 4.5em;
	line-height: 1.5em;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: urbanist, sans-serif !important;
	letter-spacing: .6px;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .slide-entry .slide-content .slide-meta {
	text-align: center;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .slide-entry .slide-content .slide-meta .slide-meta-time {
	display: none;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-16360 .slide-content .slide-meta::after {
	content: "6 min read";
	color: #f48480;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.6px !important;
	font-family: urbanist, sans-serif !important;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-17944 .slide-content .slide-meta::after {
	content: "5 min read" !important;
	color: #f48480 !important;
	font-weight: bold !important;
	text-align: center !important;
	font-size: 18px;
	letter-spacing: 0.6px !important;
	font-family: urbanist, sans-serif !important;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-15193 .slide-content .slide-meta::after {
	content: "5 min read";
	color: #f48480;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.6px !important;
	font-family: urbanist, sans-serif !important;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-30841 .slide-content .slide-meta::after {
	content: "3 min read";
	color: #f48480;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.6px !important;
	font-family: urbanist, sans-serif !important;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-15451 .slide-content .slide-meta::after {
	content: "6 min read";
	color: #f48480;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.6px !important;
	font-family: urbanist, sans-serif !important;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-15410 .slide-content .slide-meta::after {
	content: "6 min read";
	color: #f48480;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.6px !important;
	font-family: urbanist, sans-serif !important;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-40913 .slide-content .slide-meta::after {
	content: "5 min read";
	color: #f48480;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.6px !important;
	font-family: urbanist, sans-serif !important;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-15909 .slide-content .slide-meta::after {
	content: "5 min read";
	color: #f48480;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.6px !important;
	font-family: urbanist, sans-serif !important;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-23613 .slide-content .slide-meta::after {
	content: "3 min read";
	color: #f48480;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.6px !important;
	font-family: urbanist, sans-serif !important;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-29918 .slide-content .slide-meta::after {
	content: "4 min read";
	color: #f48480;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.6px !important;
	font-family: urbanist, sans-serif !important;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-21183 .slide-content .slide-meta::after {
	content: "3 min read";
	color: #f48480;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.6px !important;
	font-family: urbanist, sans-serif !important;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-16636 .slide-content .slide-meta::after {
	content: "3 min read";
	color: #f48480;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.6px !important;
	font-family: urbanist, sans-serif !important;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-16593 .slide-content .slide-meta::after {
	content: "3 min read";
	color: #f48480;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.6px !important;
	font-family: urbanist, sans-serif !important;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-16181 .slide-content .slide-meta::after {
	content: "3 min read";
	color: #f48480;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.6px !important;
	font-family: urbanist, sans-serif !important;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-30005 .slide-content .slide-meta::after {
	content: "5 min read";
	color: #f48480;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.6px !important;
	font-family: urbanist, sans-serif !important;
	font-size: 18px;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-36031 .slide-content .slide-meta::after {
	content: "3 min read";
	color: #f48480;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.6px !important;
	font-family: urbanist, sans-serif !important;
	font-size: 18px;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-35392 .slide-content .slide-meta::after {
	content: "5 min read";
	color: #f48480;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.6px !important;
	font-family: urbanist, sans-serif !important;
	font-size: 18px;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-30323 .slide-content .slide-meta::after {
	content: "6 min read";
	color: #f48480;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.6px !important;
	font-family: urbanist, sans-serif !important;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-30174 .slide-content .slide-meta::after {
	content: "7 min read";
	color: #f48480;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.6px !important;
	font-family: urbanist, sans-serif !important;
}


.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-36004 .slide-content .slide-meta::after {
	content: "5 min read";
	color: #f48480;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.6px !important;
	font-family: urbanist, sans-serif !important;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-38446 .slide-content .slide-meta::after {
	content: "5 min read";
	color: #f48480;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.6px !important;
	font-family: urbanist, sans-serif !important;
}

.page-id-18408 .sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-26590 .slide-content .slide-meta::after {
	content: "Find out why investors are attracted to setting up their business in Hong Kong here.";
	color: #435460;
	font-weight: bold;
	text-align: justify;
}

.page-id-18408 .sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-25773 .slide-content .slide-meta::after {
	content: "Discover why Hong Kong is labeled as one of the top worldwide urban communities to start a business.";
	color: #435460;
	font-weight: bold;
	text-align: justify;
}

.page-id-18408 .sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .post-entry-17944 .slide-content .slide-meta::after {
	content: "Check out the latest benefits Hong Kong has offered in company formation amidst the world’s current status.  ";
	color: #435460;
	font-weight: bold;
	text-align: justify;
}




/*sg-startup*/
.sg-startup .tab_titles {
	display: flex;
	justify-content: space-between;
}

.sg-startup .tab_titles .tab {
	border: none !important;
	width: 19%;
	text-align: center;
	background-color: #95e3e0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	cursor: pointer;
	border-radius: 3px !important;
	padding: 30px 10px !important;
}

.sg-startup .tab_titles .tab:hover {
	background-color: #0abab4;
	transition: 0.3s ease;
}

.sg-startup .tab_titles .tab:focus {
	border: none !important;
	outline: none !important;
}

.sg-startup .tab_titles .tab:nth-child(1)::after {
	background-image: url(/wp-content/uploads/startups-v2-02.png);
	background-size: 80px 80px;
	display: inline-block;
	width: 80px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.sg-startup .tab_titles .tab:nth-child(2)::after {
	background-image: url(/wp-content/uploads/startups-v2-04.png);
	background-size: 80px 80px;
	display: inline-block;
	width: 80px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.sg-startup .tab_titles .tab:nth-child(3)::after {
	background-image: url(/wp-content/uploads/startups-v2-03.png);
	background-size: 80px 80px;
	display: inline-block;
	width: 80px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.sg-startup .tab_titles .tab:nth-child(4)::after {
	background-image: url(/wp-content/uploads/startups-v2-05.png);
	background-size: 80px 80px;
	display: inline-block;
	width: 80px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.sg-startup .tab_titles .tab:nth-child(5)::after {
	background-image: url(/wp-content/uploads/startups-v2-01.png);
	background-size: 80px 80px;
	display: inline-block;
	width: 80px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.sg-startup .active_tab {
	background-color: #0abab4 !important;
}

.sg-startup .tabcontainer .active_tab_content {
	background-color: white !important;
}

.sg-startup .av_tab_section .tab_content {
	border: none !important;
	margin-top: 210px;
	border-radius: 3px;
	background-color: #0abab4 !important;
	color: #fff !important;
}

/*china-visa-startup*/
.china-visa-startup .tab_titles {
	display: flex;
	justify-content: space-between;
}

.china-visa-startup .tab_titles .tab {
	border: none !important;
	width: 19%;
	text-align: center;
	background-color: #95e3e0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	cursor: pointer;
	border-radius: 3px !important;
	padding: 30px 10px !important;
}

.china-visa-startup .tab_titles .tab:hover {
	background-color: #0abab4;
	transition: 0.3s ease;
}

.china-visa-startup .tab_titles .tab:focus {
	border: none !important;
	outline: none !important;
}

.china-visa-startup .tab_titles .tab:nth-child(1)::after {
	background-image: url(/wp-content/uploads/china-visa-startups-icon-01-3.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.china-visa-startup .tab_titles .tab:nth-child(2)::after {
	background-image: url(/wp-content/uploads/china-visa-startups-icon-02-3.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.china-visa-startup .tab_titles .tab:nth-child(3)::after {
	background-image: url(/wp-content/uploads/china-visa-startups-icon-03-3.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.china-visa-startup .tab_titles .tab:nth-child(4)::after {
	background-image: url(/wp-content/uploads/china-visa-startups-icon-04-3.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.china-visa-startup .tab_titles .tab:nth-child(5)::after {
	background-image: url(/wp-content/uploads/china-visa-startups-icon-05-3.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.china-visa-startup .active_tab {
	background-color: #0abab4 !important;
}

.china-visa-startup .tabcontainer .active_tab_content {
	background-color: white !important;
}

.china-visa-startup .av_tab_section .tab_content {
	border: none !important;
	margin-top: 235px;
	border-radius: 3px;
	background-color: #0abab4 !important;
	color: #fff !important;
}

/*panama-startup*/
.panama-startup .tab_titles {
	display: flex;
	justify-content: space-between;
}

.panama-startup .tab_titles .tab {
	border: none !important;
	width: 19%;
	text-align: center;
	background-color: #95e3e0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	cursor: pointer;
	border-radius: 3px !important;
	padding: 30px 10px !important;
}

.panama-startup .tab_titles .tab:hover {
	background-color: #0abab4;
	transition: 0.3s ease;
}

.panama-startup .tab_titles .tab:focus {
	border: none !important;
	outline: none !important;
}

.panama-startup .tab_titles .tab:nth-child(1)::after {
	background-image: url(/wp-content/uploads/panama-startups-icon-1-2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.panama-startup .tab_titles .tab:nth-child(2)::after {
	background-image: url(/wp-content/uploads/panama-startups-icon-2-2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.panama-startup .tab_titles .tab:nth-child(3)::after {
	background-image: url(/wp-content/uploads/panama-startups-icon-3-2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.panama-startup .tab_titles .tab:nth-child(4)::after {
	background-image: url(/wp-content/uploads/panama-startups-icon-4-2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.panama-startup .tab_titles .tab:nth-child(5)::after {
	background-image: url(/wp-content/uploads/panama-startups-icon-5-2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.panama-startup .active_tab {
	background-color: #0abab4 !important;
}

.panama-startup .tabcontainer .active_tab_content {
	background-color: white !important;
}

.panama-startup .av_tab_section .tab_content {
	border: none !important;
	margin-top: 235px;
	border-radius: 3px;
	background-color: #0abab4 !important;
	color: #fff !important;
}

/*mauritius-startup*/
.mauritius-startup .tab_titles {
	display: flex;
	justify-content: space-between;
}

.mauritius-startup .tab_titles .tab {
	border: none !important;
	width: 19%;
	text-align: center;
	background-color: #95e3e0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	cursor: pointer;
	border-radius: 3px !important;
	padding: 30px 10px !important;
}

.mauritius-startup .tab_titles .tab:nth-child(3) {
	letter-spacing: 0px !important;
}

.mauritius-startup .tab_titles .tab:hover {
	background-color: #0abab4;
	transition: 0.3s ease;
}

.mauritius-startup .tab_titles .tab:focus {
	border: none !important;
	outline: none !important;
}

.mauritius-startup .tab_titles .tab:nth-child(1)::after {
	background-image: url(/wp-content/uploads/mauritius-startups-icon-02.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.mauritius-startup .tab_titles .tab:nth-child(2)::after {
	background-image: url(/wp-content/uploads/mauritius-startups-icon-03.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.mauritius-startup .tab_titles .tab:nth-child(3)::after {
	background-image: url(/wp-content/uploads/mauritius-startups-icon-04.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.mauritius-startup .tab_titles .tab:nth-child(4)::after {
	background-image: url(/wp-content/uploads/mauritius-startups-icon-05.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.mauritius-startup .tab_titles .tab:nth-child(5)::after {
	background-image: url(/wp-content/uploads/mauritius-startups-icon-06.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.mauritius-startup .active_tab {
	background-color: #0abab4 !important;
}

.mauritius-startup .tabcontainer .active_tab_content {
	background-color: white !important;
}

.mauritius-startup .av_tab_section .tab_content {
	border: none !important;
	margin-top: 235px;
	border-radius: 3px;
	background-color: #0abab4 !important;
	color: #fff !important;
}


/*post categories for singapore page blog section*/
.widget_categories .cat-item-408 {
	display: none !important;
}

.widget_categories .cat-item-410 {
	display: none !important;
}

.widget_categories .cat-item-411 {
	display: none !important;
}

.widget_categories .cat-item-418 {
	display: none !important;
}

.widget_categories .cat-item-419 {
	display: none !important;
}

.widget_categories .cat-item-439 {
	display: none !important;
}

.widget_categories .cat-item-444 {
	display: none !important;
}

.widget_categories .cat-item-445 {
	display: none !important;
}

.widget_categories .cat-item-446 {
	display: none !important;
}

.widget_categories .cat-item-447 {
	display: none !important;
}

.widget_categories .cat-item-448 {
	display: none !important;
}

/*test*/
.post-entry table tr th {
	font-size: 16px !important;
}

.post-entry table tr td {
	font-size: 16px !important;
}

/* white and black background */
#top {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}


/* Menu font size */
#top .av-main-nav ul a {
	font-size: 15px;
}

/* post-entry-1493 */
@media only screen and (max-width: 767px) {
	.post-entry-1493 {
		font-size: 1.1em !important;
	}
}

/* mobile-none */
@media only screen and (max-width: 767px) {
	.mobile-none {
		display: none !important;
	}
}

/* contact form font family */
#top .input-text,
#top input[type=text],
#top input[type=input],
#top input[type=password],
#top input[type=email],
#top input[type=number],
#top input[type=url],
#top input[type=tel],
#top input[type=search],
#top textarea,
#top select {
	font-family: 'Quicksand';
}

/* Flag */
.iti-flag {
	background-color: rgba(255, 255, 255, 0) !important;
	box-shadow: none !important;
}

.iti-flag:nth-of-type(1)::after {
	background-image: url(/wp-content/uploads/hk-flag-v4.png);
	background-size: 20px 11px;
	display: inline-block;
	width: 20px;
	height: 11px;
	content: "";
	z-index: -1;
	position: absolute;
}

/*banner_btn_second*/
@media only screen and (max-width: 767px) {
	.banner_btn_second {
		margin-left: 0px !important;
	}
}

/* web_banner_archor_container */
@media only screen and (max-width: 767px) {
	.web_banner_archor_container {
		bottom: 20px !important;
	}
}

/* Default button effect */
.standard_btn .avia-button .avia_button_background {
	bottom: -3px !important;
}

.standard_btn .avia-button {
	border: none !important;
}

.standard_btn .avia-button:hover {
	opacity: 1 !important;
}

.standard_btn .avia-button:hover .avia_button_background {
	opacity: 1 !important;
}

/* icon-list icon backgorund */
.avia-icon-list-container .avia-icon-list li:nth-child(even) .iconlist_icon {
	background: #0abab4 !important;
}

/* caption-text */
.wp-caption-text,
#top .wp-caption .wp-caption-dd {
	font-family: inherit !important;
}

/* heading no special effect */
.av-special-heading-tag .special_amp {
	color: inherit !important;
	font-family: inherit !important;
	font-style: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
	font-weight: inherit !important;
}


/* menu adjust for iPad */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	#header .twelve.units {
		min-width: 100vw !important;
		right: -405px !important;
	}

	#top #header .avia_mega_div>.sub-menu {
		padding: 20px 15px 30px 15px !important;
	}

	#header .avia_mega_div .units {
		padding: 0px 0px !important;
	}

	#top #header .avia_mega_div>.sub-menu>li>ul>li a {
		padding: 3px 5px 2px 12px !important;
		line-height: 19px !important;
	}

	.avia_mega_div .avia-bullet {
		margin-top: 9px !important;
	}

	#top .av-main-nav ul a {
		font-size: 14px !important;
	}
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
	#header .twelve.units {
		min-width: 100vw !important;
		right: -435px !important;
	}

	#top #header .avia_mega_div>.sub-menu {
		padding: 20px 15px 30px 15px !important;
	}

	#header .avia_mega_div .units {
		padding: 0px 0px !important;
	}

	#top #header .avia_mega_div>.sub-menu>li>ul>li a {
		padding: 3px 5px 2px 12px !important;
		line-height: 19px !important;
	}

	.avia_mega_div .avia-bullet {
		margin-top: 9px !important;
	}

	#top .av-main-nav ul a {
		font-size: 14px !important;
	}
}

/*
@media screen and (min-width: 768px) and (max-width: 1024px)  {
  	#header .twelve.units {
    	min-width: 100vw !important;
		right: -405px !important;
	}
	#top #header .avia_mega_div > .sub-menu{
		padding: 20px 15px 30px 15px!important;
	}
	#header .avia_mega_div .units{
		padding: 0px 0px!important;
	}
	#top #header .avia_mega_div > .sub-menu > li > ul > li a{
		padding: 3px 5px 2px 12px!important;
		line-height: 19px !important;
	}
	.avia_mega_div .avia-bullet{
		margin-top: 9px!important;
	}
	#top .av-main-nav ul a{
		font-size: 14px !important;
	}
}
*/


/* social media container */
.social_media_container .container {
	padding: 0px !important;
}

.social_media_container {
	min-height: auto !important;
}

.social_media_container .container .content {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.social_media_items .iconbox.av-no-box .iconbox_icon {
	border: none !important;
}

.social_media_container .social_media_items:nth-child(1):hover {
	background-color: #0e76a8 !important;
	transition: 0.3s ease;
}

.social_media_container .social_media_items:nth-child(1):hover .iconbox.av-no-box .iconbox_icon {
	color: #ffffff !important;
}

.social_media_container .social_media_items:nth-child(2):hover {
	background-color: #3b5998 !important;
	transition: 0.3s ease;
}

.social_media_container .social_media_items:nth-child(2):hover .iconbox.av-no-box .iconbox_icon {
	color: #ffffff !important;
}

.social_media_container .social_media_items:nth-child(3):hover {
	background-color: #E1306C !important;
	color: #ffffff !important;
	transition: 0.3s ease;
}

.social_media_container .social_media_items:nth-child(3):hover .iconbox.av-no-box .iconbox_icon {
	color: #ffffff !important;
}

.social_media_container .social_media_items:nth-child(4):hover {
	background-color: #00acee !important;
	transition: 0.3s ease;
}

.social_media_container .social_media_items:nth-child(4):hover .iconbox.av-no-box .iconbox_icon {
	color: #ffffff !important;
}

.social_media_container .social_media_items:nth-child(5):hover {
	background-color: #FF0000 !important;
	transition: 0.3s ease;
}

.social_media_container .social_media_items:nth-child(5):hover .social_media_youtube_icon .iconbox_content .entry-content-header .iconbox_icon:before {
	background-image: url(https://asiabc.co/externalImg/youtube_icon_h.svg) !important;
}

.social_media_items .iconbox_top {
	margin-top: 0px !important;
}

.social_media_items .iconbox.av-no-box .iconbox_icon {
	margin: 0px auto !important;
	height: 50px !important;
	line-height: 50px !important;
	font-size: 20px !important;
}

@media only screen and (max-width: 1024px) {
	.social_media_container .container .template-page .post-entry .entry-content-wrapper .flex_column_table {
		display: inline-block !important;
	}

	.social_media_items {
		display: table-cell !important;
		width: 20% !important;
		float: left !important;
		margin-bottom: 0px !important;
		max-width: inherit !important;
	}

	.social_media_items .iconbox.av-no-box .iconbox_icon {
		width: 20% !important;
	}
}


/* customise_iconbox_icon */
.customise_iconbox_icon .iconbox_icon {
	font-size: 15px !important;
	top: -3px !important;
	left: 0px !important;
	height: 27px !important;
	width: 27px !important;
	line-height: 26px !important;
}

.customise_iconbox_icon .iconbox_content_title {
	left: 8px !important;
}

.customise_iconbox_phone {
	float: left !important;
	min-width: 140px !important;
	padding-right: 30px;
}

.customise_iconbox_email {
	float: left !important;
	min-width: 180px !important;
}

.customise_iconbox_whatsapp {
	float: left !important;
	min-width: 180px !important;
	padding-right: 30px;
}

.customise_iconbox_whatsapp .iconbox_content .iconbox_icon {
	line-height: 27px !important;
}

/* customise_iconbox_icon */
.customise_ul_dot ul {
	list-style: none;
}

.customise_ul_dot ul li::before {
	content: "\2022";
	color: #0abab4;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -12px;
}

/* social_media_youtube_icon */
.social_media_youtube_icon .iconbox_content .entry-content-header .iconbox_icon:before {
	content: "" !important;
	display: block;
	height: 100%;
	width: 100%;
	background-size: 25px 25px;
	background-image: url(https://asiabc.co/externalImg/youtube_icon_g.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* contact us map container */
@media only screen and (max-width: 922px) {
	.contact_us_map_items {
		margin-left: 0% !important;
	}
}

@media only screen and (max-width: 767px) {
	.contact_us_map_container .width_25_important {
		width: 100% !important;
	}
}

/* contact_us_address_mt40 */
.contact_us_address_mt40 {
	margin-top: 40px !important;
}

@media only screen and (max-width: 767px) {
	.contact_us_address_mt40 {
		margin-top: -40px !important;
	}
}

.contact_us_info .iconbox {
	clear: none !important;
}

/* Our team */
.our_team_container .av-hotspot-container .av-image-hotspot_inner {
	color: rgba(255, 255, 255, 0) !important;
}

@media only screen and (min-width: 990px) {
	.responsive .our_team_container .av-image-hotspot {
		height: 30px;
		width: 30px;
		line-height: 30px;
		font-size: 11px;
	}

	.responsive .our_team_container .av-hotspot-container .av-image-hotspot_inner::before {
		content: url(/wp-content/uploads/our_team_hotspot_icon_v4.png);
		position: relative;
	}

	.responsive .our_team_container .av-image-hotspot-pulse {
		height: 60px;
		width: 60px;
		top: -15px;
		left: -15px;
	}
}


.avia-tooltip {
	background-color: #ffffff !important;
	color: black !important;
	border-radius: 3px;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
}

.avia-tooltip .avia-arrow {
	background: #ffffff !important;
}

.avia-team-member .team-social {
	border: none !important;
	background-color: rgba(255, 255, 255, 0) !important;
}

.our_team_container .av-hotspot-fallback-tooltip {
	display: none !important;
}

.our_team_items_container_left .team-member-description {
	text-align: justify;
}

.our_team_items_container_right .team-member-description {
	text-align: justify;
}

.our_team_items_container_left .team-img-container {
	margin-bottom: 20px !important;
}

.our_team_items_container_right .team-img-container {
	margin-bottom: 20px !important;
}

.our_team_items_container_left .team-img-container {
	width: 100%;
	max-width: 220px !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.our_team_items_container_right .team-img-container {
	width: 100%;
	max-width: 220px !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.our_team_items_container_left .team-img-container img.av-team-img-original {
	border-radius: 50%;
	width: 100% !important;
	max-width: 220px !important;
}

.our_team_items_container_right .team-img-container img.av-team-img-original {
	border-radius: 50%;
	width: 100% !important;
	max-width: 220px !important;
}

@media only screen and (max-width: 1024px) {
	.our_team_items_container_left {
		margin-left: 0 !important;
	}

	.our_team_items_container_right {
		margin-left: 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	.avia-tooltip {
		visibility: visible !important;
	}
}

/* header menu font size */
#top .av-menu-button>a .avia-menu-text {
	padding: 6px !important;
}

.av-main-nav>li>a {
	font-size: 15px !important;
}

/* avia tooltip */
.avia-tooltip {
	width: 150px !important;
}

/* header main */
#header_main {
	background-color: #fcfcfc;
}

/* avia-promocontent */

@media only screen and (max-width: 767px) {
	.avia-promocontent {
		margin-right: 0px !important;
	}
}

.home .avia-promocontent {
	margin-right: 0px !important;
	padding: 0px 15px !important;
}

.home .avia-button.avia-size-large {
	padding: 11px 20px 10px 20px !important;
	font-size: 18px !important;
	font-family: urbanist, sans-serif !important;
	border-radius: 30px !important;
	font-weight: 500 !important;
	letter-spacing: 0.8px !important;
}

.avia-promocontent p {
	font-size: 16px !important;
	text-align: justify;
}


/* 4-in-1 webpage*/
/* 4-in-1 icon*/
.four-in-one-icon img {
	width: auto;
	height: 120px;
	min-width: 175px;
}

.four-in-one-advantages-icon {
	margin: 0px 10px;
}

.four-in-one-advantages-icon:hover {
	border-color: #ffdc70 !important;
	transition: 0.3s ease;
}

.four-in-one-advantages-icon img {
	width: 150px
}

.four-in-one-advantages-icon .av-special-heading {
	margin-top: 30px;
}

/**/
@media only screen and (max-width: 1340px) {
	.four-in-one-advantages-icon .av-special-heading .av-special-heading-tag {
		font-size: 16px !important;
		word-break: break-word;
	}
}

@media only screen and (max-width: 1024px) {
	.four-in-one-advantages-icon {
		width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 20px !important;

	}

	.advantages-float-container .template-page .post-entry .entry-content-wrapper .flex_column_table {
		display: table !important;
	}

}

@media only screen and (max-width: 767px) {
	.advantages-ml {
		margin-left: 20px !important;
	}
}

.av_textblock_section_ft {
	font-size: 18px;
}

.av_textblock_section_margin p {
	margin: 40px 0px;
}

/* End of 4-in-1 webpage*/

/* iconlist_content */
.avia-icon-list .iconlist_content {
	text-align: justify !important;
}

/*.alternate_color .breadcrumb a*/
.alternate_color .breadcrumb a {
	font-size: 13px !important;
	text-decoration: none;
}

.alternate_color .breadcrumb a:hover {
	opacity: 0.7;
}

.breadcrumb-trail .trail-end {
	font-size: 13px !important;
}

/* wp-caption */
.wp-caption {
	border: none !important;
}

/* iconlist_title */
.iconlist_title {
	color: #0abab4 !important;
}

/*homepage-banner-container*/
.homepage-banner-container .container {
	padding: 0px 0px !important;
	max-width: 100% !important;
}

.homepage-banner-container .container .content {
	padding: 0px 0px !important;
}

.homepage-banner-container .container .content .post-entry {
	height: 100%;
}


.homepage-banner-container .container .content .entry-content-wrapper {
	height: 100%;
}

.homepage-banner-container .container .content .entry-content-wrapper .flex_column_table {
	height: calc(100% - 250px);
}

/* homepage 3 concept*/
.homepage-three-concept-container .avia-data-table-wrap {
	height: 100%;
}

.homepage-three-concept-container .avia-data-table-wrap .homepage-three-concept {
	height: 100%;
}

.homepage-three-concept-container .avia-data-table-wrap .homepage-three-concept tbody tr:nth-child(2) td {
	height: 100%;
}


table.homepage-three-concept {
	border: none !important;
	border-radius: 3px;
	border-collapse: separate;
	text-align: center;
}

table.homepage-three-concept tbody tr:first-child td {
	vertical-align: bottom;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

table.homepage-three-concept tbody tr:last-child td {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}


table.homepage-three-concept tbody tr.avia-pricing-row th.avia-desc-col {
	border: none !important;
	padding: none !important;
	background-color: #fff !important;
}

table.homepage-three-concept tbody tr.avia-pricing-row td {
	border-color: #0abab4 !important;
	background-color: #0abab4 !important;
	color: #fff !important;
}

table.homepage-three-concept tbody tr.avia-heading-row th.avia-desc-col:first-child {
	border-top: none !important;
	border-color: #688b27 !important;
	padding: none !important;
	background-color: #688b27 !important;
}

table.homepage-three-concept tbody tr.avia-heading-row th {
	border-top: none !important;
	border-color: #688b27 !important;
	background-color: #688b27 !important;
	color: #fff !important;
}

table.homepage-three-concept tbody .avia-pricing-row td del {
	font-size: 0.75em;
	color: #fff !important;
}

table.homepage-three-concept tbody tr {
	border: none !important;
}

table.homepage-three-concept tbody tr td {
	font-size: 14px;
	font-weight: 300;
	color: #444444 !important;
	border: 1px solid #fff !important;
	padding: 0px 0px !important;
	background-color: #fff !important;
	border: none !important;
}

table.homepage-three-concept tbody tr td:nth-child(2) {
	width: 30%;
}

table.homepage-three-concept tbody tr td .items_container .items {
	padding: 0px 0px;
}

table.homepage-three-concept tbody tr td .items_container .table-hr {
	border: 1px dashed;
	width: 50px;
	margin: revert;
}

table.homepage-three-concept tbody tr td .items_container .btn_container .btn {
	border-radius: 5px;
	padding: 11px 20px 10px;
	background-color: #efbb63;
	color: #fff;
}

table.homepage-three-concept tbody tr td .items_container .btn_container .btn:hover {
	opacity: 0.8;
}

table.homepage-three-concept tbody tr td .items_container .desc {
	font-weight: 900;
	text-transform: uppercase;
}

table.homepage-three-concept tbody tr td del {
	font-size: 0.75em;
	font-weight: 400;
	color: #222 !important;
}

@media only screen and (max-width: 767px) {
	table.homepage-three-concept tbody tr td:nth-child(2) {
		width: 100%;
	}

	.homepage-three-concept-container {
		max-width: 100% !important;
	}
}

@media only screen and (min-width: 1025px) {
	.homepage-three-concept-container {
		margin: 0px 20px;
		width: calc(33.33% - 20px) !important;
	}
}

@media only screen and (max-width: 1024px) {
	.homepage-three-concept-container {
		margin: 0px 20px;
		width: 100% !important;
	}
}

/* price table version 2*/
.homepage-package-fee-container .avia-data-table-wrap {
	height: 100%;
}

.homepage-package-fee-container .avia-data-table-wrap .homepage-package-fee {
	height: 100%;
}

.homepage-package-fee-container .avia-data-table-wrap .homepage-package-fee tbody tr:nth-child(2) td {
	height: 100%;
}


table.homepage-package-fee {
	border-radius: 3px;
	border-collapse: separate;
	text-align: center;
	/*
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
	*/
}

/*
table.homepage-package-fee:hover{
	box-shadow: 2px 2px 12px 2px rgba(0,0,0,0.3);
	transition: all 0.3s ease-in-out;
}
*/
.homepage-package-fee-border-n {
	border-left: solid;
	border-color: #435460 !important;

}

.homepage-package-fee-border-n tbody tr:last-child td {
	background-image: url(/wp-content/uploads/our_team_hk.png);
}

.homepage-package-fee-border-g {
	border-left: solid;
	border-color: rgb(69 206 194) !important;

}

.homepage-package-fee-border-g tbody tr:last-child td {
	background-image: url(/wp-content/uploads/our_team_hk.png);
}

.homepage-package-fee-border-y {
	border-left: solid;
	border-color: rgb(245 197 73) !important;
}

.homepage-package-fee-border-y tbody tr:last-child td {
	background-image: url(/wp-content/uploads/our_team_hk.png);
}

.homepage-package-fee-border-b {
	border-left: solid;
	border-color: rgb(36 165 194) !important;
}

.homepage-package-fee-border-b tbody tr:last-child td {
	background-image: url(/wp-content/uploads/our_team_hk.png);
}

table.homepage-package-fee tbody tr:first-child td {
	height: 100%;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #efefef !important;
}

table.homepage-package-fee tbody tr:last-child td {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}


table.homepage-package-fee tbody tr.avia-pricing-row th.avia-desc-col {
	border: none !important;
	padding: none !important;
	background-color: #fff !important;
}

table.homepage-package-fee tbody tr.avia-pricing-row td {
	border-color: #0abab4 !important;
	background-color: #0abab4 !important;
	color: #fff !important;
}

table.homepage-package-fee tbody tr.avia-heading-row th.avia-desc-col:first-child {
	border-top: none !important;
	border-color: #688b27 !important;
	padding: none !important;
	background-color: #688b27 !important;
}

table.homepage-package-fee tbody tr.avia-heading-row th {
	border-top: none !important;
	border-color: #688b27 !important;
	background-color: #688b27 !important;
	color: #fff !important;
}

table.homepage-package-fee tbody .avia-pricing-row td del {
	font-size: 0.75em;
	color: #fff !important;
}

table.homepage-package-fee tbody tr {
	border: none !important;
}

table.homepage-package-fee tbody tr td {
	font-size: 14px;
	font-weight: 300;
	color: #444444 !important;
	border: 1px solid #fff !important;
	padding: 0px 0px !important;
	background-color: #fff !important;
	border: none !important;
}

table.homepage-package-fee tbody tr td:nth-child(2) {
	width: 30%;
}

table.homepage-package-fee tbody tr td .items_container .items {
	padding: 0px 0px;
}

table.homepage-package-fee tbody tr td .items_container .table-hr {
	border: 1px dashed;
	width: 50px;
	margin: revert;
}

table.homepage-package-fee tbody tr td .items_container .btn_container .btn {
	border-radius: 5px;
	padding: 11px 20px 10px;
	background-color: #efbb63;
	color: #fff;
}

table.homepage-package-fee tbody tr td .items_container .btn_container .btn:hover {
	opacity: 0.8;
}

table.homepage-package-fee tbody tr td .items_container .desc {
	font-weight: 900;
	text-transform: uppercase;
}

table.homepage-package-fee tbody tr td del {
	font-size: 0.75em;
	font-weight: 400;
	color: #222 !important;
}

@media only screen and (max-width: 767px) {
	table.homepage-package-fee tbody tr td:nth-child(2) {
		width: 100%;
	}
}

/* flag container */
.flag_container .overlay {
	opacity: 0;
}

.flag_container:hover .overlay {
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

/*homepage-banner-container*/
.homepage-banner-container .container {
	padding: 0px 0px !important;
	max-width: 100% !important;
}

.homepage-banner-container .container .content {
	padding: 0px 0px !important;
}

.homepage-banner-container .container .content .post-entry {
	height: 100%;
}


.homepage-banner-container .container .content .entry-content-wrapper {
	height: 100%;
}

.homepage-banner-container .container .content .entry-content-wrapper .flex_column_table {
	height: 100%;
}

.homepage-banner-img {
	position: absolute !important;
	bottom: 0;
	z-index: -1 !important;
}

.homepage-banner-img .avia-data-table-wrap {
	position: absolute;
	bottom: 50px;
}

/* Homepage top banner */
.homepage-top-banner {
	background-color: rgba(255, 255, 255, 0) !important;
	border: none !important;
}

.homepage-top-banner tbody tr td {
	border-color: rgba(255, 2555, 255, 0) !important;
}

/* Homepage top banner v2*/
.homepage-top-banner-v2 {
	background-color: rgba(255, 255, 255, 0) !important;
	border: none !important;
}

.homepage-top-banner-v2 tbody tr td {
	border-color: rgba(255, 2555, 255, 0) !important;
	border: none !important;
	padding: 0px 0px !important;
}


/* fintech companies */
.fintech_bg_none .avia-content-slider-inner .slide-entry-wrap {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
}

.fintech_bg_none .avia-content-slider-inner .slide-entry-wrap .slide-entry a {
	background-color: rgba(255, 255, 255, 0) !important;
}

.fintech_bg_none .avia-content-slider-inner .slide-entry-wrap .slide-loop-1 .slide-image {
	padding-right: 40px !important;
}

.fintech_bg_none .avia-content-slider-inner .slide-entry-wrap .slide-loop-2 .slide-image {
	padding-right: 35px !important;
}

.fintech_bg_none .avia-content-slider-inner .slide-entry-wrap .slide-loop-3 .slide-image {
	padding-right: 0px !important;
}

.fintech_bg_none .avia-content-slider-inner .slide-entry-wrap .slide-loop-4 .slide-image {
	padding-right: 15px !important;
}

.fintech_bg_none .avia-content-slider-inner .slide-entry-wrap .slide-loop-5 .slide-image {
	padding-right: 15px !important;
}

.fintech_bg_none .avia-content-slider-inner .slide-entry-wrap .slide-loop-6 .slide-image {
	padding-left: 30px !important;
}

@media only screen and (max-width: 767px) {
	.fintech_bg_none .avia-content-slider-inner .slide-entry-wrap .slide-entry a {
		background-color: rgba(255, 255, 255, 0) !important;
	}

	.fintech_bg_none .avia-content-slider-inner .slide-entry-wrap .slide-loop-1 .slide-image {
		padding-right: 0px !important;
	}

	.fintech_bg_none .avia-content-slider-inner .slide-entry-wrap .slide-loop-2 .slide-image {
		padding-right: 0px !important;
	}

	.fintech_bg_none .avia-content-slider-inner .slide-entry-wrap .slide-loop-3 .slide-image {
		padding-right: 0px !important;
	}

	.fintech_bg_none .avia-content-slider-inner .slide-entry-wrap .slide-loop-4 .slide-image {
		padding-right: 0px !important;
	}

	.fintech_bg_none .avia-content-slider-inner .slide-entry-wrap .slide-loop-5 .slide-image {
		padding-right: 0px !important;
	}

	.fintech_bg_none .avia-content-slider-inner .slide-entry-wrap .slide-loop-5 .slide-image {
		padding-left: 0px !important;
	}
}

.multi-currency-background .avia-content-slider-inner .slide-entry-wrap .slide-entry .slide-image {
	background-color: rgba(0, 0, 0, 0) !important;
}

.blog-table-container {
	margin-top: 0px !important;
	padding: 0px 0px 40px 0px !important;
}

.blog-table-container .blog-table {
	border: 1px solid #efefef !important;
}

.blog-table-container .blog-table tbody {
	display: table-row-group !important;
}

.blog-table-container .blog-table tr {
	display: table-row !important;
}

.blog-table-container .blog-table td {
	display: table-cell !important;
}

.blog-table-container .blog-table tr td {
	padding: 0px 0px !important;
	border: 1px solid rgba(0, 0, 0, 0) !important;
}

.blog-table-container .blog-table tr td:first-child {
	border-right: 1px solid #ffffff !important;
}

.blog-table-container .blog-table tr:nth-child(even) {
	background-color: #f5f5f5 !important;
}

.blog-table-container .blog-table tr:first-child td {
	height: 50px;
	vertical-align: middle;
}

.h1-max-width-1300 h1 {
	max-width: 1300px !important;
	margin: 0px auto !important;
}

.h2-max-width-1000 h2 {
	max-width: 1000px !important;
	margin: 0px auto !important;
}

.font-family-urbanist h1 {
	font-family: 'Urbanist', sans-serif !important;
	letter-spacing: 0.6px;
	font-weight: 600 !important;
}

.font-family-urbanist h2 {
	font-family: 'Urbanist', sans-serif !important;
	letter-spacing: 0.6px;
	font-weight: 700 !important;
}

.font-family-urbanist h3 {
	font-family: 'Urbanist', sans-serif !important;
	letter-spacing: 0.6px;
}


.font-family-urbanist {
	font-family: 'Urbanist', sans-serif !important;
	letter-spacing: 0.6px;
}

.hk-with-fintech-top-btn a {
	border-radius: 20px !important;
	font-weight: 500 !important;
	opacity: 1 !important;
	transition: 0.3s ease;
}

.hk-with-fintech-top-btn a .avia_button_background {
	border-radius: 20px !important;
}

.hk-with-fintech-top-btn a:hover .avia_button_background {
	border-radius: 20px !important;
	border: none !important;
}

.testimonials-btn a {
	border-radius: 20px !important;
	font-weight: 500 !important;
	opacity: 1 !important;
	transition: 0.3s ease;
}

.testimonials-btn a:hover {
	background-color: #f1615c !important;
}

.testimonials-btn a .avia_button_background {
	border-radius: 20px !important;
	font-weight: 500 !important;
}

.testimonials a:hover .avia_button_background {
	border-radius: 20px !important;
}

@media only screen and (max-width: 1260px) {
	.hk-with-fintech-banner-container .banner_box_v2 {
		padding: 20px 20px !important;
	}

	.hk-with-fintech-banner-container .banner_box_v2 .av_textblock_section .avia_textblock .justify-content_flex-start .ml15 span {
		font-size: 18px !important;
	}

	.hk-with-fintech-banner-container .banner_box_v2 .av_textblock_section .avia_textblock {
		line-height: 0.8em !important;
	}

	.hk-with-fintech-top-btn a .avia_iconbox_title {
		font-size: 16px !important;
	}

	#top .wpcf7 .wpcf7-form input[type=submit] {
		font-size: 16px !important;
	}
}


.hk-with-fintech-arrow:after {
	content: url('/wp-content/uploads/hk-with-fintech-package-arrow_v12.png');
	visibility: visible !important;
	overflow: visible !important;
	position: absolute;
	left: 100%;
	bottom: 200px;
}


.bank-account-arrow:after {
	content: url('/wp-content/uploads/bank-account-page-package-arrow-v3.png');
	visibility: visible !important;
	overflow: visible !important;
	position: absolute;
	left: 800px;
	bottom: 200px;
}

.offshore-bank-account-arrow:after {
	content: url('/wp-content/uploads/offshore-bank-account-package-arrow-v2.png');
	visibility: visible !important;
	overflow: visible !important;
	position: absolute;
	left: 800px;
	bottom: 200px;
}

.sg-bank-account-arrow:after {
	content: url('/wp-content/uploads/sg-bank-account-package-arrow_v5.png');
	visibility: visible !important;
	overflow: visible !important;
	position: absolute;
	left: 800px;
	bottom: 200px;
}

.offshore_company_formation-arrow:after {
	content: url('/wp-content/uploads/offshore_cocorpp_ackage-arrow-copy.png');
	visibility: visible !important;
	overflow: visible !important;
	position: absolute;
	left: 800px;
	bottom: 200px;
}


@media only screen and (max-width: 1260px) {
	.hk-with-fintech-arrow:after {
		visibility: hidden !important;
		overflow: hidden !important;
	}

	.bank-account-arrow:after {
		visibility: hidden !important;
		overflow: hidden !important;
	}

	.offshore-bank-account-arrow:after {
		visibility: hidden !important;
		overflow: hidden !important;
	}

	.sg-bank-account-arrow:after {
		visibility: hidden !important;
		overflow: hidden !important;
	}
}


/*right hand side sticky icon*/
#ssb-container {
	top: auto !important;
	bottom: 50px;
}


#ssb-container:before {
	background-image: url(/wp-content/uploads/right-side-sticky-icon-06.png);
	background-size: 120px 49px;
	display: inline-block;
	width: 120px;
	height: 49px;
	content: "";
	position: relative;
	right: 57px;
	bottom: -4px;
}

@media only screen and (max-width: 767px) {
	#ssb-container:before {
		display: none !important;
	}
}

/*hk-with-fintech-startup*/
.hk-with-fintech-startup .tab_titles {
	display: flex;
	justify-content: space-between;
}

.hk-with-fintech-startup .tab_titles .tab {
	border: none !important;
	width: 19%;
	text-align: center;
	background-color: #95e3e0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	cursor: pointer;
	border-radius: 3px !important;
	padding: 30px 10px !important;
}

.hk-with-fintech-startup .tab_titles .tab:hover {
	background-color: #0abab4;
	transition: 0.3s ease;
}

.hk-with-fintech-startup .tab_titles .tab:focus {
	border: none !important;
	outline: none !important;
}

.hk-with-fintech-startup .tab_titles .tab:nth-child(1)::after {
	background-image: url(/wp-content/uploads/startups-v2-04.png);
	background-size: 80px 80px;
	display: inline-block;
	width: 80px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.hk-with-fintech-startup .tab_titles .tab:nth-child(2)::after {
	background-image: url(/wp-content/uploads/hk-with-fintech-get-start-icon-01_v3.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.hk-with-fintech-startup .tab_titles .tab:nth-child(3)::after {
	background-image: url(/wp-content/uploads/startups-v2-03.png);
	background-size: 80px 80px;
	display: inline-block;
	width: 80px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.hk-with-fintech-startup .tab_titles .tab:nth-child(4)::after {
	background-image: url(/wp-content/uploads/hk-with-fintech-get-start-icon-03_v3.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.hk-with-fintech-startup .tab_titles .tab:nth-child(5)::after {
	background-image: url(/wp-content/uploads/hk-with-fintech-get-start-icon-04_v3.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.hk-with-fintech-startup .active_tab {
	background-color: #0abab4 !important;
}

.hk-with-fintech-startup .tabcontainer .active_tab_content {
	background-color: white !important;
}

.hk-with-fintech-startup .av_tab_section .tab_content {
	border: none !important;
	margin-top: 210px;
	border-radius: 3px;
	background-color: #0abab4 !important;
	color: #fff !important;
}


@media only screen and (max-width: 1007px) {
	.hk-with-fintech-startup-container {
		margin-left: 0% !important;
	}
}

.tawk-button-large {
	border-radius: 1px !important;
}

.tawk-button-circle {
	border-radius: 1px !important;
}

.urbanist-desc-kenning {
	letter-spacing: 1.6px !important;
}

.hk-with-fintech-top-visual-position {
	position: relative;
	bottom: 70px;
}

.hk-with-fintech-rg-icon {
	position: absolute;
	margin: 0px auto;
	left: 50%;
	transform: translate(-50%, -50%);
	top: -10px;
}

@media only screen and (max-width: 767px) {
	.abc-package-fee-sg-incorp-v2 .width_50 {
		width: 100% !important;
	}
}

/* customise_iconbox_icon */
.hk-with-fintech-tabs-customise_ul_dot ul {
	list-style: none;
}

.hk-with-fintech-tabs-customise_ul_dot ul li::before {
	content: "\2022";
	color: #444 !important;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -16px;
}

.hk-with-fintech-customise_ul_dot ul {
	list-style: none;
}

.hk-with-fintech-customise_ul_dot_w ul li::before {
	content: "\2022";
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -16px;
}


.hk-with-fintech-customise_ul_dot ul li::before {
	content: "\2022";
	color: #444;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -16px;
}

.hk-with-fintech-customise_ul_dot_w ul {
	list-style: none;
}

.hk-with-fintech-customise_ul_dot_w ul li::before {
	content: "\2022";
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -16px;
}

.hover_box_1 {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	bottom: 110px;
	background: rgb(102, 102, 102, 0.8);
	border-radius: 5px;
	display: none;
}

.hover_test_1 {
	vertical-align: middle;
	margin-left: 0px;
}

.hover_test_1:hover {
	cursor: pointer;

}

.hover_test_1 img {
	margin-top: 7px;
}

.hover_box_container {
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	color: #ffffff;
	padding: 7px 8px;
}


.web_banner_archor a:hover {
	opacity: 0.8 !important;
}


/*hk-with-fintech-QA-table-style*/
#hk-with-fintech-question-table td,
#hk-with-fintech-question-table th {
	border: 1px solid #efefef;
	padding: 8px;
}

#hk-with-fintech-question-table tr:nth-child(even) {
	background-color: #efefef;
}

#hk-with-fintech-question-table th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #ffdd77;
	color: #435460;
}

#hk-with-fintech-question-table tbody tr td {
	padding: 10px 20px !important;
	color: #435460 !important;
}

#offshore-company-question-table td,
#offshore-company-question-table th {
	border: 1px solid #efefef;
	padding: 8px;
}

#offshore-company-question-table tr:nth-child(even) {
	background-color: #ecebeb;
}

#offshore-company-question-table th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #ffdd77;
	color: #435460;
}

#offshore-company-question-table tbody tr td {
	padding: 10px 20px !important;
	color: #435460 !important;
}

@media only screen and (max-width: 767px) {
	.hk-with-fintech-top-visual-mobile {
		height: 230px !important;
	}

	.hk-with-fintech-step-mobile {
		margin-top: 40px;
	}
}

.hk-with-fintsch-handle-fee-icon::after {
	content: url(/wp-content/uploads/AsiaBC_HK_Company_Formation_Speech_Bubble_v9.png);
	visibility: visible !important;
	overflow: visible !important;
	position: absolute;
	right: -28%;
	top: -60px;
}

.hk-with-fintsch-handle-fee-icon-new::after {
	content: url(/wp-content/uploads/AsiaBC_HK_Company_Formation_Speech_Bubble_new_v1.png);
	visibility: visible;
	overflow: visible !important;
	position: absolute;
	left: -28%;
	top: -60px;
}

.hk-with-fintsch-promotion-icon::after {
	content: url(/wp-content/uploads/AsiaBC_HK_Company_Formation_Promotion_V1_4.png);
	visibility: visible !important;
	overflow: visible !important;
	position: absolute;
	left: -8%;
	top: -75px;
	transform: rotate(-12deg);
}

.sg-business-bank-accoun-handle-fee-icon::after {
	content: url(/wp-content/uploads/AsiaBC_SG_Business_Bank_Account_Bubble_v2.png);
	visibility: visible !important;
	overflow: visible !important;
	position: absolute;
	right: -15%;
	top: -37px;
}

.bank-account-handle-fee-icon::after {
	content: url(/wp-content/uploads/AsiaBC_HK_Bank_Account_Speech_Bubble_v2.png);
	visibility: visible !important;
	overflow: visible !important;
	position: absolute;
	right: -15%;
	top: -37px;
}



.package_no_pt_padding_l {
	width: 45%;
}

.package_no_pt_padding_r {
	width: 55%;
	padding-left: 34px;
}

@media only screen and (max-width: 1520px) {
	.hk-with-fintsch-promotion-icon::after {
		visibility: hidden !important;

	}

	.hk-with-fintsch-handle-fee-icon-new::after {
		visibility: hidden !important;

	}
}

@media only screen and (max-width: 1730px) {
	.hk-with-fintsch-handle-fee-icon::after {
		visibility: hidden !important;
	}
}

@media only screen and (max-width: 767px) {
	.hk-with-fintsch-handle-fee-icon::after {
		visibility: hidden !important;

	}

	.hk-with-fintsch-handle-fee-icon h1 {
		font-size: 36px !important;

	}

	.hk-with-fintsch-handle-fee-icon-newh1 {
		font-size: 36px !important;

	}

	.hk-with-fintsch-promotion-icon h1 {
		font-size: 36px !important;

	}

	.bank-account-handle-fee-icon::after {
		visibility: hidden !important;

	}

	.bank-account-handle-fee-icon h1 {
		font-size: 36px !important;

	}

	.sg-business-bank-accoun-handle-fee-icon::after {
		visibility: hidden !important;

	}

	.sg-business-bank-accoun-handle-fee-icon h1 {
		font-size: 36px !important;

	}

	.package_no_pt_padding_l {
		width: 100%;
	}

	.package_no_pt_padding_r {
		width: 100%;
		padding-left: 0px;
		margin-top: 20px;
	}
}

.yellow-link-effect:hover {
	transition: .3s;
	text-decoration: none;
}

.yellow-link-effect:hover>b {
	color: #ffee98 !important;
}

.hk-with-fintech-kenning {
	letter-spacing: 0.6px !important;
}

.hk-with-fintech-font-color {
	color: #0a0a0a;
}

.faq .toggle_content {
	color: #0a0a0a !important;
}


@media only screen and (max-width: 767px) {
	.standard_btn a {
		font-size: 16px !important;
	}

	.standard_btn_w a {
		font-size: 16px !important;
	}

	.btn_ft a {
		font-size: 16px !important;
	}

	#top .wpcf7 .wpcf7-form input[type=submit] {
		font-size: 16px !important;
	}

	.responsive #top .main_color .tabcontainer .active_tab {
		border-bottom: 2px solid white;
	}

	#hk-with-fintech-question-table tbody tr th:first-child,
	#hk-with-fintech-question-table tbody tr td:first-child {
		display: none;
		width: 0% !important;
		min-width: 0px !important;
	}

	#hk-with-fintech-question-table tbody tr td {
		text-align: left !important;
	}

	#offshore-company-question-table tbody tr th:first-child,
	#offshore-company-question-table tbody tr td:first-child {
		display: none;
		width: 0% !important;
		min-width: 0px !important;
	}

	#offshore-company-question-table tbody tr td {
		text-align: left !important;
	}

	.hk-with-fintsch-handle-fee-icon div:nth-child(1),
	.hk-with-fintsch-handle-fee-icon div:nth-child(3) {
		margin-top: 0px !important;
	}

	.hk-with-fintsch-promotion-icon div:nth-child(1),
	.hk-with-fintsch-promotion-icon div:nth-child(3) {
		margin-top: 0px !important;
	}

	.sg-business-bank-accoun-handle-fee-icon div:nth-child(1),
	.sg-business-bank-accoun-handle-fee-icon div:nth-child(3) {
		margin-top: 0px !important;
	}
}

/*HK Company Formation Promotion*/
@media only screen and (max-width: 767px) {
	.hk-with-fintech-promotion-container {
		width: 100% !important;
	}
}

/*brazil-startup*/
.brazil-startup .tab_titles {
	display: flex;
	justify-content: space-between;
}

.brazil-startup .tab_titles .tab {
	border: none !important;
	width: 32%;
	text-align: center;
	background-color: #95e3e0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	cursor: pointer;
	border-radius: 3px !important;
	padding: 30px 10px !important;
}

.brazil-startup .tab_titles .tab:hover {
	background-color: #0abab4;
	transition: 0.3s ease;
}

.brazil-startup .tab_titles .tab:focus {
	border: none !important;
	outline: none !important;
}

.brazil-startup .tab_titles .tab:nth-child(1)::after {
	background-image: url(/wp-content/uploads/brazil-get-start-icon-08.png);
	background-size: 80px 80px;
	display: inline-block;
	width: 80px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.brazil-startup .tab_titles .tab:nth-child(2)::after {
	background-image: url(/wp-content/uploads/startups-v2-04.png);
	background-size: 80px 80px;
	display: inline-block;
	width: 80px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.brazil-startup .tab_titles .tab:nth-child(3)::after {
	background-image: url(/wp-content/uploads/hk-with-fintech-get-start-icon-03_v3.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.brazil-startup .tab_titles .tab:nth-child(4)::after {
	background-image: url(/wp-content/uploads/brazil-get-start-icon-05.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.brazil-startup .tab_titles .tab:nth-child(5)::after {
	background-image: url(/wp-content/uploads/brazil-get-start-icon-06.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.brazil-startup .active_tab {
	background-color: #0abab4 !important;
}

.brazil-startup .tabcontainer .active_tab_content {
	background-color: white !important;
}

.brazil-startup .av_tab_section .tab_content {
	border: none !important;
	margin-top: 210px;
	border-radius: 3px;
	background-color: #0abab4 !important;
	color: #fff !important;
}

/*new-brazil-startup*/
.new-brazil-startup .tab_titles {
	display: flex;
	justify-content: space-between;
}

.new-brazil-startup .tab_titles .tab {
	border: none !important;
	width: 19%;
	text-align: center;
	background-color: #95e3e0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	cursor: pointer;
	border-radius: 3px !important;
	padding: 30px 10px !important;
}

.new-brazil-startup .tab_titles .tab:hover {
	background-color: #0abab4;
	transition: 0.3s ease;
}

.new-brazil-startup .tab_titles .tab:focus {
	border: none !important;
	outline: none !important;
}

.new-brazil-startup .tab_titles .tab:nth-child(1)::after {
	background-image: url(/wp-content/uploads/brazil-startups-icon-01.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.new-brazil-startup .tab_titles .tab:nth-child(2)::after {
	background-image: url(/wp-content/uploads/panama-startups-icon-2-2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.new-brazil-startup .tab_titles .tab:nth-child(3)::after {
	background-image: url(/wp-content/uploads/brazil-startups-icon-03.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.new-brazil-startup .tab_titles .tab:nth-child(4)::after {
	background-image: url(/wp-content/uploads/brazil-startups-icon-04.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.new-brazil-startup .tab_titles .tab:nth-child(5)::after {
	background-image: url(/wp-content/uploads/panama-startups-icon-5-2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.new-brazil-startup .active_tab {
	background-color: #0abab4 !important;
}

.new-brazil-startup .tabcontainer .active_tab_content {
	background-color: white !important;
}

.new-brazil-startup .av_tab_section .tab_content {
	border: none !important;
	margin-top: 235px;
	border-radius: 3px;
	background-color: #0abab4 !important;
	color: #fff !important;
}


@media only screen and (max-width: 1007px) {
	.brazil-startup-container {
		margin-left: 0% !important;
	}
}

/* Menu */
#top #header .avia_mega_div .sub-menu li ul ul li a {
	line-height: 13px !important;
	font-size: 14px !important;
}

#top #header .avia_mega_div .sub-menu li ul ul li a:hover {
	background-color: rgba(0, 0, 0, 0) !important;
}

#top #header .avia_mega_div .sub-menu li ul ul li a .avia-bullet {
	margin-top: 6px !important;
	display: none;
}

#top #header .avia_mega_div .sub-menu li ul ul li a {
	padding: 4px 7px 4px 7px;
	border-left: 2px solid #ffffff !important;
	width: 100% !important;
}

#top #header .avia_mega_div .sub-menu li ul ul li a:hover {
	border-left: 2px solid #0abab4 !important;
	background-color: #f8f8f8 !important;
	transition: 0.3s ease;
}

.html_entry_id_26635 .menu-item-wpml-ls-6-zh-hans {
	display: none;
}

.html_entry_id_26635 .menu-item-wpml-ls-6-zh-hant {
	display: none;
}

/* Top Visual CSS*/
.homepage_top_visual_btn_center .flex_column_table {
	display: flex !important;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.homepage-top-visual-btn {
	padding: 5px 20px !important;
}

.homepage-top-visual-btn .avia-data-table-wrap {
	border: none !important;
}

.homepage-top-visual-btn .avia-data-table-wrap .homepage-top-visual-btn-container {
	height: auto !important;
	background-color: rgba(0, 0, 0, 0) !important;
}

.homepage-top-visual-btn .avia-data-table-wrap .homepage-top-visual-btn-container tbody tr td {
	padding: 0px 0px !important;
	background-color: rgba(0, 0, 0, 0) !important;
	border: none !important;
}

.homepage_section_1_container .content {
	padding-top: 60px !important;
	padding-bottom: 0px !important;
}

.homepage-top-visual-btn-effect-container:hover {
	background-color: #435460 !important;
}

.homepage-top-visual-btn-effect-container-1:hover .homepage-top-visual-btn-effect-1 {
	background-image: url(/wp-content/uploads/asiabc_top_visual_btn_v4_w-01.png) !important;
}

.homepage-top-visual-btn-effect-container-2:hover .homepage-top-visual-btn-effect-2 {
	background-image: url(/wp-content/uploads/asiabc_top_visual_btn_v4_w-02.png) !important;
}

.homepage-top-visual-btn-effect-container-3:hover .homepage-top-visual-btn-effect-3 {
	background-image: url(/wp-content/uploads/asiabc_top_visual_btn_v5_2.png) !important;
}

.homepage-top-visual-btn-effect-container:hover .homepage-top-visual-btn-effect-color {
	color: white !important;
}

.homepage-top-visual-search {
	width: 100% !important;
	max-width: 100% !important;
	margin: 40px auto 20px auto !important;
	z-index: 4;
}

.page-id-3163 .homepage-top-visual-search {
	margin: 40px auto 20px auto !important;
}

.page-id-2719 .homepage-top-visual-search {
	margin: 40px auto 20px auto !important;
}

.homepage_section_1_title {
	text-shadow: 3px 3px 3px rgb(0 0 0 / 15%);
	padding-top: 40px !important;
}


.homepage_section_1_title h1 {
	line-height: 1.05;
}

.homepage-top-visual-search #searchsubmit {
	right: unset !important;
	left: 0;
	color: transparent !important;
}

.homepage-top-visual-search table {
	border: none !important;
}

#homepage_top_visual_title_element_1 {
	background: url(https://asiabc.co/wp-content/uploads/homepage_top_visual_title_element_1.png) no-repeat scroll 0 22px !important;
	width: 100% !important;
}

#homepage_top_visual_title_element_2 {
	background: url(https://asiabc.co/wp-content/uploads/homepage_top_visual_title_element_2_v3.png) no-repeat scroll 0px 0px;
	width: 100% !important;
	padding: 30px 0px;
	background-size: 100% !important;
}

.homepage_section_1_container .container {
	padding: 0px 0px !important;
}

.homepage_top_visual_img_container {
	margin-top: -100px !important;
}

.homepage_top_visual_img_container table,
tbody,
tr,
td {
	border: none !important;
	padding: 0px 0px !important;
}

.homepage_top_visual_img_container table {
	background-color: rgba(0, 0, 0, 0) !important;
}

.homepage_top_visual_img_1 {
	z-index: 2 !important;
	width: 50% !important;
}

.homepage_top_visual_img_3 {
	z-index: 2 !important;
	width: 50% !important;
}

.homepage_top_visual_img_2 {
	border-radius: 0px !important;
	width: 100% !important;
	text-indent: 3 !important;
	z-index: 3 !important;
	background-color: rgba(0, 0, 0, 0) !important;
	position: absolute !important;
}

.homepage_top_visual_country_container table,
tbody,
tr,
td {
	border: none !important;
	padding: 0px 0px !important;
}

.homepage_top_visual_country_container table {
	background-color: rgba(0, 0, 0, 0) !important;
}

.homepage_top_visual_country_container {
	margin-top: -14% !important;
	z-index: 3 !important;
}

.homepage_top_visual_searchbar {
	padding: 10px 10px 10px 75px !important;
	font-size: 16px !important;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 15%) !important;
}

.homepage_top_visual_searchbar_icon {
	background: url(/wp-content/uploads/homepage_search_bar_icon.png) no-repeat scroll 40px 10px !important;
	width: 80px !important;
	background-size: 22px 22px !important;
}

.homepage_top_visual_country_box {
	display: flex;
	width: 400px;
	max-width: 400px;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0px 10px;
	padding: 30px 20px;
}

.homepage_top_visual_country_btn {
	background-color: #0abab4;
	color: white !important;
	font-family: 'Urbanist', sans-serif !important;
	font-size: 18px;
	font-weight: 500;
	padding: 11px 20px 8px;
	border-radius: 30px;
	text-decoration: none !important;
	letter-spacing: 0.8px !important;
	line-height: 1.2em !important;
	letter-spacing: .8px !important;
	display: inline-block;
}

.homepage_top_visual_country_btn:hover {
	background-color: #004853 !important;
	transition: 0.3s ease;
}

.homepage_top_visual_info_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	width: 170px;
	max-width: 170px;
}

.homepage_top_visual_info_top {
	font-weight: 600;
	font-size: 42px;
	font-family: 'Urbanist', sans-serif !important;
	color: #004853;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.homepage_top_visual_info_desc {
	font-size: 16px;
	font-family: 'Urbanist', sans-serif !important;
	color: #5e717c;
	line-height: 1.2;
	margin-top: 20px;
}

.homepage_top_visual_count_hidden {
	display: none !important;
}

.homepage-top-visual-btn {
	min-width: 380px !important;
}

.homepage_top_visual_country_box_text {
	font-family: 'Urbanist', sans-serif !important;
	font-size: 24px !important;
	padding: 20px 0px;
}

.homepage_top_visual_country_bg {
	background: url(/wp-content/uploads/homepage_top_visual_country_bg_v2.png) no-repeat scroll 0 0px;
	width: 100% !important;
	height: 700px;
}

.numbers {
	padding: 25px 20px 0px 20px;
}

.demodiv2 {
	background-image: url(https://asiabc.co/wp-content/uploads/homepage_top_visual_img_2_20260211.png) !important;
	background-position-x: center !important;
	background-position-y: center;
	background-repeat: no-repeat;
	background-attachment: scroll !important;
	background-origin: initial !important;
	background-clip: initial !important;
	background-color: initial !important;
	background-size: 100%;
}

@media only screen and (max-width: 767px) {
	.homepage_section_1_container .content {
		padding-top: 25px !important;
	}
}

@media only screen and (max-width: 1750px) {
	.homepage_top_visual_img_1 {
		visibility: hidden !important;
	}

	.homepage_top_visual_img_3 {
		visibility: hidden !important;
	}
}

.demoWrapper {
	box-sizing: border-box;
	max-width: 100%;
}

.demodiv2 {
	width: 100%;
	padding-bottom: 37%;
}

.demodiv1 {
	width: 50%;
	padding-bottom: 37%;
}

.demodiv3 {
	width: 50%;
	padding-bottom: 37%;
}

.homepage_top_visual_title_1 {
	font-size: 50px !important;
}

.homepage_top_visual_title_2 {
	font-size: 46px !important;
}

.homepage_top_visual_title_3 {
	font-size: 56px !important;
}

.homepage_top_visual_country_bg .homepage_top_visual_country_box_container {
	padding-top: 140px;
}

.homepage_promo_box a {
	font-size: 18px !important;
	font-family: 'Urbanist', sans-serif !important;
	border-radius: 30px !important;
	font-weight: 700 !important;
	padding: 11px 20px 10px;
}

.home .av_promobox .avia-button:hover {
	background-color: #435460 !important;
}

.home .av_promobox_container {
	border: 1px solid #ffffff !important;
	border-radius: 15px !important;
	box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
}

.home .av_promobox_container .av_promobox {
	border: 1px solid #ffffff !important;
	border-radius: 15px !important;
	border-radius: 5px !important;
	letter-spacing: 1px !important;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.home .homepage_avia-button {
	box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
}

.home .homepage_avia-button .avia_iconbox_title {
	font-weight: bold !important;
}

.home .homepage_avia-button .av-button-description {
	font-weight: 100 !important;
	opacity: 1 !important;
}

.home .homepage_avia-button .av-button-description strong {
	color: white !important;
	font-weight: bold !important;
	font-size: 22px !important;
}

.home .homepage_avia-button:hover {
	transition: 0.3s ease;
	box-shadow: 0px 3px 13px rgb(0 0 0 / 30%);
}

/* av_promobox */
.av_promobox .avia-button:hover {
	opacity: 1 !important;
	background-color: #f1615c !important;
}

.home .homepage_btn .avia-button {
	font-size: 18px !important;
	font-family: 'Urbanist', sans-serif !important;
	border-radius: 30px !important;
	font-weight: 500 !important;
	padding: 11px 20px 10px !important;
	letter-spacing: 0.8px !important;
}

.home .av_promobox .avia-button {
	position: relative;
	right: unset;
	top: unset;
	margin: 15px 0px;
}

.home .avia_iconbox_title {
	font-family: 'Urbanist', sans-serif !important;
	white-space: nowrap;
	overflow: hidden;
}

.home .avia-testimonial-content p {
	font-family: 'Urbanist', sans-serif !important;
}

.home .iconbox_content_title {
	font-family: 'Urbanist', sans-serif !important;
}

.home .iconbox_content_container p {
	font-family: 'Urbanist', sans-serif !important;
}

.page-id-2719 #searchform .border_none {
	max-width: 590px !important;
}

.page-id-3163 #searchform .border_none {
	max-width: 590px !important;
}


.homepage_flag_container {
	width: 140px;
	min-width: 140px;
	height: 140px;
	border-radius: 50%;
	box-shadow: 2px 3px 7px rgb(0 0 0 / 15%);
	margin: 20px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: 0.3s ease;
}



.homepage_flag_desc {
	transition: 0.3s ease;
	visibility: hidden;
	position: absolute;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .7);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.homepage_flag_container:hover .homepage_flag_desc {
	transition: 0.3s ease;
	visibility: visible;
}

.homepage_flag_text {
	color: #ffffff;
	font-weight: bold;
}

.homepage_flag_text a {
	text-decoration: none;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}

.homepage_flag_text a:hover {
	color: #ffdd77;
}

.homepage_flag_title .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
	margin-top: 0px !important;
}

.homepage_flag_1 {
	background: url(/wp-content/uploads/asiabc_country_1.png) no-repeat scroll center center;
}

.homepage_flag_2 {
	background: url(/wp-content/uploads/asiabc_country_2.png) no-repeat scroll center center;
}

.homepage_flag_3 {
	background: url(/wp-content/uploads/asiabc_country_3.png) no-repeat scroll center center;
}

.homepage_flag_4 {
	background: url(/wp-content/uploads/asiabc_country_4.png) no-repeat scroll center center;
}

.homepage_flag_5 {
	background: url(/wp-content/uploads/asiabc_country_5.png) no-repeat scroll center center;
}

.homepage_flag_6 {
	background: url(/wp-content/uploads/asiabc_country_6.png) no-repeat scroll center center;
}

.homepage_flag_7 {
	background: url(/wp-content/uploads/asiabc_country_7.png) no-repeat scroll center center;
}

.homepage_flag_8 {
	background: url(/wp-content/uploads/asiabc_country_8.png) no-repeat scroll center center;
}

.homepage_flag_9 {
	background: url(/wp-content/uploads/asiabc_country_9.png) no-repeat scroll center center;
}

.homepage_top_visual_info_top {
	opacity: 0.85;
}

.homepage_top_visual_title_1:nth-child(2) {
	margin-left: -5px;
}

.homepage_top_visual_question_mark {
	margin-left: 8px;
}

.page-id-2719 #homepage_top_visual_title_element_1 {
	background: url(/wp-content/uploads/homepage_top_visual_title_element_1_chi_v2.png) no-repeat scroll 0px 35px !important;
}

.page-id-2719 #homepage_top_visual_title_element_2 {
	padding: 50px 30px 20px 20px !important;
	margin-left: -15px !important;
}

.page-id-2719 .homepage_top_visual_title_1 {
	font-size: 52px !important;
}

.page-id-2719 .homepage_top_visual_title_2 {
	font-size: 48px !important;
	margin-right: 5px !important;
}

.page-id-2719 .homepage_top_visual_title_3 {
	font-size: 72px !important;
}

.page-id-2719 .av-equal-height-column-flextable:nth-child(1) .homepage-top-visual-btn {
	min-width: 340px !important;
	max-width: 340px !important;
}

.page-id-2719 .homepage_top_visual_question_mark {
	margin-left: -5px;
}

.page-id-2719 .homepage_top_visual_searchbar {
	padding: 15px 10px 15px 75px !important;
}

.page-id-2719 .home .avia-button.avia-size-large {
	padding: 11px 20px 10px 20px !important;
}

.page-id-2719 .demodiv2 {
	background-image: url(https://asiabc.co/wp-content/uploads/homepage_top_visual_img_2_cht_v6.png) !important;
}

.page-id-3163 #homepage_top_visual_title_element_1 {
	background: url(/wp-content/uploads/homepage_top_visual_title_element_1_chi_v2.png) no-repeat scroll 0px 35px !important;
}

.page-id-3163 #homepage_top_visual_title_element_2 {
	padding: 50px 30px 20px 20px !important;
	margin-left: -10px;
}

.page-id-3163 .homepage_top_visual_title_1 {
	font-size: 52px !important;
}

.page-id-3163 .homepage_top_visual_title_2 {
	font-size: 48px !important;
	margin-right: 5px !important;
}

.page-id-3163 .homepage_top_visual_title_3 {
	font-size: 72px !important;
}

.page-id-3163 .av-equal-height-column-flextable:nth-child(1) .homepage-top-visual-btn {
	min-width: 340px !important;
	max-width: 340px !important;
}

.page-id-3163 h1 {
	font-weight: 500 !important;
}

.page-id-3163 h2 {
	font-weight: 500 !important;
}

.page-id-3163 h3 {
	font-weight: 500 !important;
}

.page-id-3163 .homepage-top-visual-btn-effect-color {
	font-weight: 500 !important;
}

.page-id-3163 .homepage_top_visual_question_mark {
	margin-left: -5px;
}

.page-id-3163 .homepage_top_visual_searchbar {
	padding: 15px 10px 15px 75px !important;
}

.page-id-3163 .home .avia-button.avia-size-large {
	padding: 11px 20px 10px 20px !important;
}

.page-id-3163 .demodiv2 {
	background-image: url(https://asiabc.co/wp-content/uploads/homepage_top_visual_img_2_chs_v6.png) !important;
}

@media only screen and (max-width: 400px) {
	#homepage_top_visual_title_element_2 {
		background: url(https://asiabc.co/wp-content/uploads/homepage_top_visual_title_element_2_v3.png) no-repeat scroll 0px 8px !important;
		background-size: 100% !important;
		padding: 30px 0px;
	}

	.homepage_top_visual_searchbar {
		font-size: 8px !important;
	}
}


@media only screen and (max-width: 730px) {
	#homepage_top_visual_title_element_2 {
		background: url(/wp-content/uploads/homepage_top_visual_title_element_2_v3.png) no-repeat scroll 0px 7px;
		background-size: 100%;
	}

	.homepage_top_visual_info_container {
		width: 132px !important;
	}

	.homepage_top_visual_searchbar {
		font-size: 10px !important;
	}

	.page-id-2719 .homepage_top_visual_searchbar {
		font-size: 12px !important;
	}

	.page-id-3163 .homepage_top_visual_searchbar {
		font-size: 12px !important;
	}

	.homepage-top-visual-btn {
		padding: 5px 5px !important;
	}

	.fintech_table_h2_mobile {
		font-size: 42px !important;
	}

	.fintech_table_money_icon_mobile {
		font-size: 20px !important;
	}

	.fintech_table_fintech_mobile {
		justify-content: left;
	}

	.fintech_table_fintech_img_mobile {}

	.homepage_table_fintech_img_mobile {
		width: 100% !important;
	}
}

@media only screen and (max-width: 767px) {
	.homepage_section_1_title {
		padding-top: 10px !important;
	}

	.demodiv1,
	.demodiv3 {
		visibility: hidden;
	}

	.demodiv2 {
		background: url(/wp-content/uploads/homepage_top_visual_img_2_20260211.png) no-repeat scroll center center !important;
		background-size: 180% !important;
	}

	.homepage-top-visual-btn {
		margin-bottom: 0px !important;
	}

	.homepage-top-visual-search {
		margin-bottom: 100px !important;
	}

	.demodiv2 {
		background-position-y: center !important;
		padding-bottom: 57%;
	}

	.homepage_top_visual_country_box {
		padding: 30px 0px !important;
		margin-top: 5px !important;
		margin-bottom: 5px !important;
		width: 320px !important;
	}

	.homepage_top_visual_country_box_text {
		font-size: 22px !important;
		padding: 10px 0px;
	}

	.homepage_top_visual_country_bg {
		background: url(/wp-content/uploads/homepage_top_visual_country_bg_v3.png) no-repeat scroll center center;
		height: 925px;
		background-size: cover;
	}

	.homepage_top_visual_country_container {
		margin-top: -20% !important;
	}

	.homepage_top_visual_country_box_img img {
		width: 60px;
		height: 60px;
	}

	.homepage_top_visual_country_bg .homepage_top_visual_country_box_container {
		padding-top: 40px !important;
	}

	.numbers {
		padding: 50px 20px 50px 20px;
	}

	.homepage_top_visual_country_container {
		margin-bottom: 0px !important;
	}

	.homepage_section_1_container .container {
		max-width: 100% !important;
	}

	.homepage_top_visual_searchbar {
		font-size: 10px !important;
		padding: 15px 0px !important;
		padding-left: 24% !important;
	}

	.homepage-top-visual-search #searchsubmit {
		left: 18% !important;
	}

	.homepage_top_visual_searchbar_icon {
		background: url(/wp-content/uploads/homepage_search_bar_icon.png) no-repeat scroll 15px 11px !important;
		background-size: 25px 25px !important;
		width: 60px !important;
	}

	.homepage_flag_container {
		width: 120px;
		min-width: 120px;
		height: 120px;
	}

	.home #after_section_6 .content {
		padding-bottom: 0px !important;
		padding-top: 0px !important;
	}

	.homepage_flag_title {
		padding-bottom: 0px;
	}

	.homepage_flag_title .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
		margin-top: 80px !important;
	}

	.page-id-2719 .homepage_top_visual_title_1 {
		font-size: 40px !important;
	}

	.page-id-2719 .homepage_top_visual_title_2 {
		font-size: 40px !important;
	}

	.page-id-2719 .homepage_top_visual_title_3 {
		font-size: 42px !important;
		line-height: 1.5;
	}

	.page-id-3163 .homepage_top_visual_title_1 {
		font-size: 40px !important;
	}

	.page-id-3163 .homepage_top_visual_title_2 {
		font-size: 40px !important;
	}

	.page-id-3163 .homepage_top_visual_title_3 {
		font-size: 42px !important;
		line-height: 1.5;
	}

	.page-id-2719 #homepage_top_visual_title_element_1 {
		background: url(https://asiabc.co/wp-content/uploads/homepage_top_visual_title_element_1_chi_v2.png) no-repeat scroll 0 5px !important;
	}

	.page-id-2719 #homepage_top_visual_title_element_2 {
		background: url(https://asiabc.co/wp-content/uploads/homepage_top_visual_title_element_2_v3.png) no-repeat scroll 0 0px !important;
		background-size: cover !important;
	}

	.page-id-3163 #homepage_top_visual_title_element_1 {
		background: url(https://asiabc.co/wp-content/uploads/homepage_top_visual_title_element_1_chi_v2.png) no-repeat scroll 0 5px !important;
	}

	.page-id-3163 #homepage_top_visual_title_element_2 {
		background: url(https://asiabc.co/wp-content/uploads/homepage_top_visual_title_element_2_v3.png) no-repeat scroll 0 0px !important;
		background-size: cover !important;
		margin-left: 0px !important;
	}

	.page-id-2719 .av-equal-height-column-flextable:nth-child(1) .homepage-top-visual-btn {
		min-width: 300px !important;
		max-width: 300px !important;
	}

	.page-id-2719 .av-equal-height-column-flextable:nth-child(2) .homepage-top-visual-btn {
		min-width: 300px !important;
		max-width: 300px !important;
	}

	.page-id-2719 .av-equal-height-column-flextable:nth-child(3) .homepage-top-visual-btn {
		min-width: 300px !important;
		max-width: 300px !important;
	}

	.page-id-3163 .av-equal-height-column-flextable:nth-child(1) .homepage-top-visual-btn {
		min-width: 300px !important;
		max-width: 300px !important;
	}

	.page-id-3163 .av-equal-height-column-flextable:nth-child(2) .homepage-top-visual-btn {
		min-width: 300px !important;
		max-width: 300px !important;
	}

	.page-id-3163 .av-equal-height-column-flextable:nth-child(3) .homepage-top-visual-btn {
		min-width: 300px !important;
		max-width: 300px !important;
	}

	.page-id-2719 .homepage_top_visual_searchbar {
		padding: 15px 10px 15px 38px !important;
	}

	.page-id-3163 .homepage_top_visual_searchbar {
		padding: 15px 10px 15px 38px !important;
	}
}

@media only screen and (max-width: 850px) {

	/*	.hk-with-fintsch-handle-fee-icon::after{
		content: url(/wp-content/uploads/AsiaBC_HK_Company_Formation_Speech_Bubble_v9.png);
		right: -125px !important;
	} */
	.sg-business-bank-accoun-handle-fee-icon::after {
		content: url(/wp-content/uploads/AsiaBC_SG_Business_Bank_Account_Bubble_v2.png);
		right: -125px !important;
	}
}

@media only screen and (max-width: 887px) {
	#homepage_top_visual_title_element_2 {
		background: url(/wp-content/uploads/homepage_top_visual_title_element_2_v3.png) no-repeat scroll 0px 0px;
		background-size: 100%;
	}
}

@media only screen and (max-width: 960px) {
	.numbers {
		flex-direction: column !important;
	}

	.homepage_top_visual_country_box_text {
		font-size: 26px !important;
	}

	.homepage_top_visual_country_box_img img {
		width: 65px !important;
		height: 65px !important;
	}

	.homepage_top_visual_country_box {
		width: 360px !important;
	}

	/*	.hk-with-fintsch-handle-fee-icon::after{
		right: -125px !important;
	} */
	.hk-with-fintsch-promotion-icon::after {
		right: -125px !important;
	}

	.sg-business-bank-accoun-handle-fee-icon::after {
		right: -125px !important;
	}
}

@media only screen and (max-width: 1000px) {
	.homepage_top_visual_btn_center .flex_column_table {
		flex-direction: column !important;
	}

	.homepage_section_1_container .content {
		padding-top: 45px !important;
	}

	.homepage_section_1_title {
		padding-top: 50px !important;
	}
}

@media only screen and (max-width: 1125px) {
	.homepage-top-visual-btn-effect-color {
		font-size: 18px !important;
	}

	.homepage-top-visual-btn {
		min-width: 320px !important;
	}

	/*	.hk-with-fintsch-handle-fee-icon::after{
		right: -100px !important;
	} */
	.hk-with-fintsch-promotion-icon::after {
		right: -100px !important;
	}

	.sg-business-bank-accoun-handle-fee-icon::after {
		right: -100px !important;
	}
}

@media only screen and (max-width: 1188px) {
	.homepage_top_visual_title_1 {
		font-size: 50px !important;
	}

	.homepage_top_visual_title_2 {
		font-size: 46px !important;
	}

	.homepage_top_visual_title_3 {
		font-size: 56px !important;
	}

	#homepage_top_visual_title_element_1 {
		background: url(https://asiabc.co/wp-content/uploads/homepage_top_visual_title_element_1.png) no-repeat scroll 0 22px !important;
	}

	#homepage_top_visual_title_element_2 {
		background: url(https://asiabc.co/wp-content/uploads/homepage_top_visual_title_element_2_v3.png) no-repeat scroll 0px 0px;
		background-size: 100% !important;
		padding: 30px 0px;
	}
}


@media only screen and (max-width: 1300px) {
	.homepage_top_visual_country_container {
		margin-top: -20%;
	}

	.homepage-top-visual-btn-effect-1,
	.homepage-top-visual-btn-effect-2,
	.homepage-top-visual-btn-effect-3 {
		background-size: 80% !important;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.homepage-top-visual-btn-effect-color {
		font-size: 18px !important;
	}

	.homepage-top-visual-btn {
		min-width: 320px !important;
	}

	.home .av_promobox_container .av_promobox {
		flex-direction: column;
	}
}

@media only screen and (max-width: 1920px) {
	.demodiv2 {
		background-image: url(https://asiabc.co/wp-content/uploads/homepage_top_visual_img_2_20260211.png) !important;
		background-position-x: center !important;
		background-position-y: center;
		background-repeat: no-repeat;
		background-attachment: scroll !important;
		background-origin: initial !important;
		background-clip: initial !important;
		background-color: initial !important;
		background-size: 100%;
	}
}

.homepage_top_visual_count_1,
.homepage_top_visual_count_2,
.homepage_top_visual_count_3,
.homepage_top_visual_count_4 {
	margin-top: 2px;
}


@media only screen and (max-width: 640px) {
	.homepage_top_visual_searchbar {
		font-size: 10px !important;
		padding-top: 15px !important;
		padding-top: 15px !important;
		padding-left: 22% !important;
	}

	.homepage-top-visual-search #searchsubmit {
		left: 15% !important;
	}
}

@media only screen and (max-width: 600px) {
	.homepage_top_visual_searchbar {
		font-size: 10px !important;
		padding: 15px 0px !important;
		padding-left: 20% !important;
	}

	.homepage-top-visual-search #searchsubmit {
		left: 13% !important;
	}
}

@media only screen and (max-width: 580px) {
	.homepage_top_visual_searchbar {
		font-size: 10px !important;
		padding: 15px 0px !important;
		padding-left: 18% !important;
	}

	.homepage-top-visual-search #searchsubmit {
		left: 11% !important;
	}
}

@media only screen and (max-width: 560px) {
	.homepage_top_visual_searchbar {
		font-size: 10px !important;
		padding: 15px 0px !important;
		padding-left: 16% !important;
	}

	.homepage-top-visual-search #searchsubmit {
		left: 9% !important;
	}
}

@media only screen and (max-width: 540px) {
	.homepage_top_visual_searchbar {
		font-size: 10px !important;
		padding: 15px 0px !important;
		padding-left: 14% !important;
	}

	.homepage-top-visual-search #searchsubmit {
		left: 7% !important;
	}
}

@media only screen and (max-width: 520px) {
	.homepage_top_visual_searchbar {
		font-size: 10px !important;
		padding: 15px 0px !important;
		padding-left: 13% !important;
	}

	.homepage-top-visual-search #searchsubmit {
		left: 6% !important;
	}
}

@media only screen and (max-width: 500px) {
	.homepage_top_visual_searchbar {
		font-size: 10px !important;
		padding: 15px 0px !important;
		padding-left: 13% !important;
	}

	.homepage-top-visual-search #searchsubmit {
		left: 5% !important;
	}
}

@media only screen and (max-width: 480px) {
	.homepage_top_visual_searchbar {
		font-size: 10px !important;
		padding: 15px 0px !important;
		padding-left: 11% !important;
		font-size: 8px !important;
	}

	.homepage-top-visual-search #searchsubmit {
		left: 2% !important;
	}
}

@media only screen and (max-width: 470px) {
	.homepage_top_visual_searchbar {
		font-size: 10px !important;
		padding: 15px 0px !important;
		padding-left: 10% !important;
	}

	.homepage-top-visual-search #searchsubmit {
		left: 1% !important;
	}
}

.page-id-15035 .avia-promocontent {
	margin-right: 300px !important;
}

.page-id-15035 .av_promobox .avia-button.avia-size-large {
	margin-top: -30px;
}

@media only screen and (max-width: 767px) {
	.page-id-15035 .avia-promocontent {
		margin-right: 0px !important;
	}

	.page-id-15035 .av_promobox .avia-button.avia-size-large {
		margin-top: 4px;
	}
}

.blog_h2_link {
	text-decoration: underline !important;
}

.blog_underline {
	text-decoration: underline !important;
	color: #0abab4 !important;
}

.blog_h2_link:hover {
	opacity: 0.7;
}


/*Homepage 26/07/2022*/
.homepage_section_title_1 {
	letter-spacing: 0.6px;
}

.homepage_section_desc {
	text-align: center;
	font-size: 18px;
	color: #5e717c;
}

.homepage_section_one_box {
	box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 50%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.new_standard_btn a {
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.9);
	color: #0ab9b3;
	padding: 11px 20px 8px;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	line-height: 1.2em !important;
	letter-spacing: .8px !important;
}



.new_standard_btn a:hover {
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}

.homepage_secction_1_btn_1_bg:hover {
	background-color: #8fe1dd !important;
	transition: all 0.4s ease-in-out;
}

.homepage_secction_1_btn_1_bg:hover .homepage_section_1_btn_1_hover a {
	background-color: #0ab9b3 !important;
	color: #ffffff !important;
	transition: all 0.4s ease-in-out;
}


.homepage_secction_1_btn_2_bg:hover {
	background-color: #fbde8d !important;
	transition: all 0.4s ease-in-out;
}

.homepage_secction_1_btn_2_bg:hover .homepage_section_1_btn_2_hover a {
	background-color: #ffd04a !important;
	color: #ffffff !important;
	transition: all 0.4s ease-in-out;
}


.homepage_secction_1_btn_3_bg:hover {
	background-color: #ffbab8 !important;
	transition: all 0.4s ease-in-out;
}

.homepage_secction_1_btn_3_bg:hover .homepage_section_1_btn_3_hover a {
	background-color: #f48480 !important;
	color: #ffffff !important;
	transition: all 0.4s ease-in-out;
}


.homepage_secction_1_btn_4_bg:hover {
	background-color: #84d5ff !important;
	transition: all 0.4s ease-in-out;
}

.homepage_secction_1_btn_4_bg:hover .homepage_section_1_btn_4_hover a {
	background-color: #45b5ee !important;
	color: #ffffff !important;
	transition: all 0.4s ease-in-out;
}

.homepage_section_2_box_text_btn a {
	text-decoration: none;
}

.homepage_section_2_box_text_btn:hover a {
	opacity: 0.7;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}

.homepage_section_2_boxone {
	width: 50%;
	display: flex;
	flex-direction: row;
	border-radius: 5px;
	background-color: #0ab9b3 !important;
}

.homepage_section_2_boxtwo {
	width: 50%;
	border-radius: 5px;
	background-color: #0ab9b3 !important;
}

.homepage_section_2_boxthree {
	width: 50%;
	display: flex;
	flex-direction: row;
	border-radius: 5px;
	background-color: #0ab9b3 !important;
}

.homepage_section_2_box_container {
	background: #0ab9b3 !important;
	padding: 10px 0px 0px 10px;
	border-radius: 3px;
	width: 100%;
	height: 100%;
}

.homepage_section_2_container {
	background-color: #0ab9b3 !important;
	display: flex;
	flex-direction: row;
}

.homepage_section_2_boxone {
	width: 100%;
}

.homepage_section_2_boxthree {
	width: 100%;
}

.homepage_section_2_boxtwo {
	flex: 1;
	width: 35%;
}

.homepage_section_2_box_1 {
	background-color: #ffffff !important;
	height: 100%;
	border-radius: 3px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px 15px 20px 20px;
}

.homepage_section_2_box_2 {
	background-color: #ffffff !important;
	height: 100%;
	border-radius: 3px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px 20px;
}

.homepage_section_three_time_box {
	padding: 0px 8px 0px 5px;
	background-color: #ffffff;
	border-radius: 5px;
	color: #0ab9b3;
	font-weight: 700;
	margin-top: 10px;
}

.homepage_section_3 .flex_column_table {
	display: flex !important;
	flex-wrap: wrap;
}

.homepage_section_3 .flex_column_table .flex_column .homepage_section_3_box {
	box-shadow: 0 0 10px -5px rgb(0 0 0 / 50%);
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

.homepage_section_3 .flex_column_table .flex_column .homepage_section_3_box:hover {
	box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
	transition: all 0.4s ease-in-out;
}

.homepage_section_3 .flex_column_table .flex_column .homepage_section_3_box:hover .homepage_section_three_time_box {
	background-color: #435460;
	color: white;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}


.homepage_section_3 .flex_column_table .flex_column .homepage_section_3_box:hover .homepage_section_three_time_icon_w {
	display: block;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}


.homepage_section_3 .flex_column_table .flex_column .homepage_section_3_box:hover .homepage_section_three_time_icon {
	display: none;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}


.homepage_section_3 .flex_column_table .flex_column .homepage_section_3_box .homepage_section_three_time_icon_w {
	display: none;
}

.homepage_contact_form {
	background-color: white;
	color: #ffffff !important;
	border-radius: 10px;
	padding: 10px 20px;
	box-shadow: 0 0 10px -5px rgb(0 0 0 / 50%);
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

.homepage_contact_form input[type=text] {
	background-color: #89e0e0 !important;
	color: #ffffff !important;
}

.homepage_contact_form input[type=text]::placeholder {
	color: #ffffff !important;
}

.homepage_contact_form input[type=email] {
	background-color: #89e0e0 !important;
	color: #ffffff !important;
}

.homepage_contact_form input[type=email]::placeholder {
	color: #ffffff !important;
}

.homepage_contact_form input[type=textarea] {
	background-color: #89e0e0 !important;
	color: #ffffff !important;
}

.homepage_contact_form input[type=textarea]::placeholder {
	color: #ffffff !important;
}

.homepage_contact_form input[type=tel] {
	background-color: #89e0e0 !important;
	color: #ffffff !important;
}

.homepage_contact_form input[type=tel]::placeholder {
	color: #ffffff !important;
}

.homepage_contact_form .wpcf7-select {
	background-color: #89e0e0 !important;
}

.homepage_contact_form .wpcf7-select {
	color: #ffffff !important;
}

.homepage_contact_form .wpcf7-form textarea {
	background-color: #89e0e0 !important;
	color: #ffffff !important;
}

.homepage_contact_form .wpcf7-form textarea::placeholder {
	color: #ffffff !important;
}

.homepage_contact_form .my-cf7-tooltiptext {
	display: none !important;
}

.homepage_contact_form .my-terms {
	font-family: urbanist, sans-serif !important;
	color: #838383 !important;
}

.homepage_contact_form input[type=submit] {
	font-family: urbanist, sans-serif !important;
	background-color: #0ab9b3 !important;
	font-size: 18px !important;
	padding: 11px 20px 8px !important;
	line-height: 1.2em !important;
	color: #fff !important;
	border: none !important;
	cursor: pointer !important;
	-webkit-border-radius: 5px !important;
	border-radius: 20px !important;
	font-weight: 500 !important;
	letter-spacing: 0.7px !important;
}

.homepage_contact_form input[type=submit]:hover {
	background-color: #004853 !important;
	color: #ffffff !important;
	transition: all 0.4s ease-in-out;
}

.homepage_section_5 .avia-data-table-wrap {
	height: 100%;
}

.homepage_section_5 .avia-data-table-wrap .avia-table {
	height: 100%;
}

.homepage_section_6_form input[type=submit]:hover {
	background-color: #004853 !important;
	color: #ffffff !important;
	transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 767px) {
	.homepage_section_5_review {
		width: 100% !important;
		margin: 10px 0px !important;
	}
}

.homepage_contact_form select {
	background-image: url("/wp-content/uploads/homepage_section_5_contact_form_arrow.png") !important;
}

.homepage_contact_form .wpcf7-response-output {
	font-size: 16px !important;
	font-family: urbanist, sans-serif !important;
}

.homepage_section_5_table {
	border: none !important;
	background-color: rgba(0, 0, 0, 0) !important;
}

.homepage_section_6 .avia-data-table-wrap {
	height: 100%;
}

.homepage_section_6 .avia-data-table-wrap table {
	height: 100%;
}

.homepage_section_6 .container .template-page {
	padding: 0px 0px !important;
}

.homepage_section_6 input[type=submit] {
	background-color: #f38380;
	border: 5px;
	color: #ffffff;
	font-family: urbanist, sans-serif !important;
	font-size: 18px;
	font-weight: 500;
	min-width: 50px !important;
	border-radius: 30px !important;
	margin-left: 10px !important;
	padding: 11px 20px 8px !important;
	line-height: 1.2em !important;
	letter-spacing: .8px !important;
}

.homepage_section_2_box_text_desc {
	line-height: 1.1;
	text-align: justify;
	padding: 10px 0px 0px 0px;
	font-family: urbanist, sans-serif !important;
	font-size: 16px;
	color: #5d5d5d;
	letter-spacing: 0.6px;
}

.homepage_section_1 table.abc-package-fee-sg-incorp-v2 {
	border: none !important;
}

.homepage_section_2_box_img {
	min-width: 90px;
}

.homepage_section_2_box_text_title {
	font-size: 24px;
	font-family: urbanist, sans-serif !important;
	font-weight: 700;
	color: #004853;
	text-align: left;
}

.homepage_section_2_box_text_desc {
	font-size: 16px;
	font-family: urbanist, sans-serif !important;
	font-weight: 500;
	color: #435460;
	line-height: 1.3;
}

.homepage_section_2_box_text_btn {
	display: flex;
	flex-direction: row !important;
	justify-content: center;
	align-items: center;
}

.homepage_section_2_box_text_btn_txt {
	font-size: 16px;
	font-family: urbanist, sans-serif !important;
	font-weight: 700;
	color: #0ab9b3;
}

.homepage_section_2_box_text_btn_img {
	margin-left: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.homepage_section_2_box_text_container {
	padding: 10px 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}


#homepage_section_1_element_1 {
	padding-left: 55px;
}

#homepage_section_1_element_2 {
	background: url(/wp-content/uploads/homepage_section_1_deco_2.png) no-repeat scroll 200px 0px !important;
	width: 100%;
	padding: 30px 55px 30px 0px;
	background-size: 100%;
}

#homepage_section_2_element_1 {
	background: url(/wp-content/uploads/homepage_section_2_deco_1.png) no-repeat scroll 0px 25px !important;
	width: 100%;
	padding: 10px 0px 10px 0px;
	background-size: 115% !important;
}

#homepage_section_5_element_1 {
	background: url(/wp-content/uploads/homepage_section_5_deco_1.png) no-repeat scroll 0 0;
	width: 100% !important;
	padding: 15px 0;
	background-size: 100% !important;
	white-space: nowrap;
	z-index: -1;
	position: relative;
}

@media only screen and (max-width: 767px) {
	#homepage_section_1_element_2 {
		background: url(/wp-content/uploads/homepage_section_1_deco_2.png) no-repeat scroll 160px 0 !important;
	}

	.homepage_section_2_container {
		flex-direction: column !important;
	}

	.homepage_section_2_box_2 {
		width: 100%;
		flex-direction: row;
	}

	.homepage_section_2_container_left {
		width: 100% !important;
	}

	.homepage_section_2_boxtwo {
		width: 100% !important;
	}

	.homepage_section_2_box_1 {
		width: 100% !important;
	}

	.homepage_section_2 .avia_responsive_table .avia-data-table {
		border: none !important;
	}

	.homepage_section_1_mobile {
		display: flex !important;
		justify-content: center;
		margin-bottom: 40px !important;
	}

	.homepage_section_1_mobile .avia_responsive_table {
		width: 75%;
	}

	.mobile_none {
		display: none !important;
	}
}

@media only screen and (max-width: 625px) {
	#homepage_section_1_element_1 {
		padding-left: 0px !important;
		z-index: 1;
		position: relative;
	}

	#homepage_section_1_element_2 {
		margin-left: 55px;
	}
}

/* WhatsApp form*/
.pum-theme-30149,
.pum-theme-default-theme {
	background-color: rgba(10, 165, 179, 0.8) !important;
}

.pum-theme-30149 .pum-container,
.pum-theme-default-theme .pum-container {
	background-color: #ffffff !important;
	border-radius: 15px !important;
	padding: 40px 40px;
}

.pum-theme-30149 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
	position: fixed !important;
	right: 30px !important;
	top: 30px !important;
	background-color: rgba(0, 0, 0, 0) !important;
	box-shadow: none !important;
	font-size: 30px !important;
}


.whatsapp_form_title {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	color: #004853;
	padding: 10px 0px 10px 0px;
	font-family: urbanist, sans-serif !important;
	letter-spacing: 0.7px !important;
}

.gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
	justify-content: center !important;
	padding: 20px 0px 0px 0px !important;
}

.theme-30149 input[type=text],
.theme-30149 input[type=email] {
	font-family: urbanist, sans-serif !important;
	background-color: #89e0e0 !important;
	color: #fff !important;
	min-height: 4em;
	border-radius: 0.3em;
	border: 1px solid #089590;
	letter-spacing: 0.8px !important;
}

.theme-30149 input[type=text]::placeholder,
.theme-30149 input[type=email]::placeholder {
	color: #fff !important;
	font-family: urbanist, sans-serif !important;
	font-weight: 100 !important;
	letter-spacing: 0.8px !important;
}

.theme-30149 input[type=submit] {
	font-family: urbanist, sans-serif !important;
	background-color: #0ab9b3 !important;
	font-size: 18px !important;
	padding: 11px 20px 10px !important;
	line-height: 1.2em !important;
	color: #fff !important;
	border: none !important;
	cursor: pointer !important;
	-webkit-border-radius: 5px !important;
	border-radius: 20px !important;
	font-weight: 500 !important;
	letter-spacing: 0.7px !important;
}


.theme-30149 input[type=submit]:hover {
	background-color: #25D366 !important;
	color: #ffffff !important;

}

.popmake-close .fa-close:before {
	content: "\f00d";
}

@media only screen and (max-width: 625px) {

	.pum-theme-30149 .pum-container,
	.pum-theme-default-theme .pum-container {
		padding: 20px 20px !important;
	}

	.whatsapp_form_title {
		font-size: 22px !important;
	}

	.pum-theme-30149 .pum-content+.pum-close,
	.pum-theme-default-theme .pum-content+.pum-close {

		right: 15px !important;
		top: 15px !important;
	}
}

.image-overlay .image-overlay-inside {
	display: none !important;
}

.homepage_section_6_form {
	margin-bottom: 0px !important;
	margin-top: -10px;
}

.homepage_section_6_form .text_input {
	min-height: 2.5em !important;
	border: 1px solid #cecece !important;
	-webkit-border-radius: 0.3em !important;
	border-radius: 0.3em !important;
	padding: 10px 13px !important;
}

.detailPreview a:hover,
.detailPreview a:active,
.detailPreview a:focus {
	color: #a9a9a9 !important;
	transition: 0.3s ease;
	text-decoration: none !important;
}

.detailPreview a:visited {
	transition: 0.3s ease;
	text-decoration: none !important;

}



.detailPreview a:hover b {
	color: #68dcd8 !important;
	transition: 0.3s ease;
}

.subscribe_tooltips {
	display: none;
	font-size: 12px !important;
	background: rgb(18 18 18 / 70%);
	color: #ffffff;
	padding: 5px 15px;
	border-radius: 5px;
	transition: 0.3s ease;
	margin-bottom: 20px;
	margin-top: 0px;
	max-width: 570px;
}

.subscribe_tooltips a {
	text-decoration: none !important;
}

.subscribe_tooltips a {
	color: #bababa !important;
}

.subscribe_tooltips a:hover {
	opacity: 0.6;
}

.subscribe_tooltips_close:hover {
	cursor: pointer;
}

.homepage_section_6_form fieldset {
	display: flex;
	align-items: center;
	margin-bottom: 5px !important;
}

.homepage_section_6_form p:nth-child(1) {
	width: 70%;
}


.homepage_section_6_form p:nth-child(3) {
	width: 30%;
}

.fintech_table_fintech_img_mobile {
	padding: 0px 0px;
}


.homepage_table_fintech_img_mobile {
	width: 100%;
	padding: 0px 0px;
	opacity: 0.78;
}

.seo_new_blog_section .vert_icon {
	display: none;
}

.seo_new_blog_section .hor_icon {
	display: none;
}

.seo_new_blog_section .toggle_icon {
	width: 90px !important;
	margin-top: 40px !important;
	left: 0 !important;
	font-size: 16px;
	font-weight: 500;
	color: #7a7a7a !important;
	transition: 0.3s ease;
}

.seo_new_blog_section .toggle_icon:hover {
	transition: 0.3s ease;
	color: #afafaf !important;
}

.faq .toggler .toggle_icon {
	width: 50px;
	height: 50px !important;
	border-style: none !important;
	border-width: 1px !important;
	top: auto !important;
	right: 7px !important;
	margin-top: 0 !important;
	left: auto;
	display: contents;
}

.seo_new_blog_section_toggler .toggler {
	color: #dcede7 !important;
	text-align: center;
	margin: auto;
	padding: 0px 0px 0px 0 !important;
	display: flex;
	flex-direction: row;
}

.seo_new_blog_section_toggler .toggler:hover {
	color: #dcede7 !important;
}

.seo_new_blog_section_toggler .toggle_content {
	font-weight: 500 !important
}

.seo_new_blog_section_bookmark::before {
	content: url(/wp-content/uploads/blog-bookmark4.png);
	margin-right: 8px;
	top: 1px;
	position: relative;
}


.bank-account-page-arrow:after {
	content: url('/wp-content/uploads/hk-with-fintech-package-arrow_v12.png');
	visibility: visible !important;
	overflow: visible !important;
	position: absolute;
	left: 800px;
	bottom: 200px;
}

@media only screen and (max-width: 1260px) {
	.bank-account-page-arrow:after {
		visibility: hidden !important;
		overflow: hidden !important;
	}
}

/*bank-account-page-startup-startup*/
.bank-account-page-startup .tab_titles {
	display: flex;
	justify-content: space-between;
}

.bank-account-page-startup .tab_titles .tab {
	border: none !important;
	width: 19%;
	text-align: center;
	background-color: #95e3e0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	cursor: pointer;
	border-radius: 3px !important;
	padding: 30px 10px !important;
}

.bank-account-page-startup .tab_titles .tab:hover {
	background-color: #0abab4;
	transition: 0.3s ease;
}

.bank-account-page-startup .tab_titles .tab:focus {
	border: none !important;
	outline: none !important;
}

.bank-account-page-startup .tab_titles .tab:nth-child(1)::after {
	background-image: url(/wp-content/uploads/startups-v2-04.png);
	background-size: 80px 80px;
	display: inline-block;
	width: 80px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.bank-account-page-startup .tab_titles .tab:nth-child(2)::after {
	background-image: url(/wp-content/uploads/hk-with-fintech-get-start-icon-01_v3.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.bank-account-page-startup .tab_titles .tab:nth-child(3)::after {
	background-image: url(/wp-content/uploads/hk-with-fintech-get-start-icon-04_v3.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.bank-account-page-startup .tab_titles .tab:nth-child(4)::after {
	background-image: url(/wp-content/uploads/bank-account-startups-v3-06.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.bank-account-page-startup .tab_titles .tab:nth-child(5)::after {
	background-image: url(/wp-content/uploads/bank-account-startups-v3-07_v5.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.bank-account-page-startup .active_tab {
	background-color: #0abab4 !important;
}

.bank-account-page-startup .tabcontainer .active_tab_content {
	background-color: white !important;
}

.bank-account-page-startup .av_tab_section .tab_content {
	border: none !important;
	margin-top: 210px;
	border-radius: 3px;
	background-color: #0abab4 !important;
	color: #fff !important;
}


@media only screen and (max-width: 1007px) {
	.bank-account-page-startup-container {
		margin-left: 0% !important;
	}
}

/*office-address-page-startup-startup*/
.office-address-page-startup .tab_titles {
	display: flex;
	justify-content: space-between;
}

.office-address-page-startup .tab_titles .tab {
	border: none !important;
	width: 24%;
	text-align: center;
	background-color: #95e3e0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	cursor: pointer;
	border-radius: 3px !important;
	padding: 30px 10px !important;
}

.office-address-page-startup .tab_titles .tab:hover {
	background-color: #0abab4;
	transition: 0.3s ease;
}

.office-address-page-startup .tab_titles .tab:focus {
	border: none !important;
	outline: none !important;
}

.office-address-page-startup .tab_titles .tab:nth-child(1)::after {
	background-image: url(/wp-content/uploads/office-address-startups-icon-01.png);
	background-size: 100px 100px;
	display: inline-block;
	width: 100px;
	height: 100px;
	content: "";
	margin-top: 10px;
}

.office-address-page-startup .tab_titles .tab:nth-child(2)::after {
	background-image: url(/wp-content/uploads/office-address-startups-icon-02.png);
	background-size: 100px 100px;
	display: inline-block;
	width: 100px;
	height: 100px;
	content: "";
	margin-top: 10px;
}

.office-address-page-startup .tab_titles .tab:nth-child(3)::after {
	background-image: url(/wp-content/uploads/office-address-startups-icon-03.png);
	background-size: 100px 100px;
	display: inline-block;
	width: 100px;
	height: 100px;
	content: "";
	margin-top: 10px;
}

.office-address-page-startup .tab_titles .tab:nth-child(4)::after {
	background-image: url(/wp-content/uploads/office-address-startups-icon-04.png);
	background-size: 100px 100px;
	display: inline-block;
	width: 100px;
	height: 100px;
	content: "";
	margin-top: 10px;
}

.office-address-page-startup .active_tab {
	background-color: #0abab4 !important;
}

.office-address-page-startup .tabcontainer .active_tab_content {
	background-color: white !important;
}

.office-address-page-startup .av_tab_section .tab_content {
	border: none !important;
	margin-top: 210px;
	border-radius: 3px;
	background-color: #0abab4 !important;
	color: #fff !important;
}


@media only screen and (max-width: 1007px) {
	.office-address-page-startup-container {
		margin-left: 0% !important;
	}
}

@media only screen and (max-width: 1765px) {
	.top_visual_search_icon {
		display: none !important;
	}
}

.bank_accout_clock_icon::before {
	background-image: url(https://asiabc.co/wp-content/uploads/clock_icon_03_v1-b.png);
	background-size: 60px 60px;
	display: inline-block;
	width: 60px;
	height: 60px;
	content: "";
	position: absolute;
	top: -40px;
	left: -60px;
	transform: rotate(-10deg);
}

.numbering {
	background-image: url(https://asiabc.co/wp-content/uploads/numbering_3_2_y.png);
	background-size: 45px 45px;
	display: inline-block;
	width: 45px;
	height: 45px;
	content: "";
	position: absolute;
	left: -14px;
	top: -9px;
	transform: rotate(3deg);
	font-size: 28px;
	font-style: italic;
	font-weight: 600;
	font-family: 'Caveat', cursive;
	background-position-x: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffe083;
}

.post-template-default a {
	text-decoration: none !important;
	font-weight: bold;
}

.post-template-default a b {
	text-decoration: none !important;
	font-weight: bold;
}

.post-template-default a:hover {
	text-decoration: none !important;
	color: #18d9d3 !important;
}

.post-template-default a:hover strong {
	text-decoration: none !important;
	color: #18d9d3 !important;
}


.post-template-default a:hover b {
	text-decoration: none !important;
	color: #18d9d3 !important;
}

.single-post .entry-content-wrapper section:nth-last-child(5) a {
	text-decoration: none !important;
	font-weight: bold;
	font-style: italic;
	color: #0abab4;
}

.single-post .entry-content-wrapper section:nth-last-child(5) a b {
	text-decoration: none !important;
	font-weight: bold;
	font-style: italic;
	color: #0abab4;
}


.single-post .entry-content-wrapper section:nth-last-child(5) a:hover {
	text-decoration: none !important;
	font-weight: bold;
	font-style: italic;
	color: #18d9d3 !important;
}

.single-post .entry-content-wrapper section:nth-last-child(5) a:hover b {
	text-decoration: none !important;
	font-weight: bold;
	font-style: italic;
	color: #18d9d3 !important;
}

.single-post .entry-content-wrapper a {
	text-decoration: none !important;
	font-weight: bold;
	font-style: italic;
	color: #ffc849;

}


.single-post .entry-content-wrapper a span {
	font-weight: bold !important;
	font-style: italic;

}

.single-post .entry-content-wrapper a b {
	text-decoration: none !important;
	font-weight: bold;
	font-style: italic;
	color: #ffc849;
}

.single-post .entry-content-wrapper a:hover {
	text-decoration: none !important;
	color: #ffe491 !important;
}


.single-post .entry-content-wrapper a:hover strong {
	text-decoration: none !important;
	color: #ffe491 !important;
}


.single-post .entry-content-wrapper a:hover b {
	text-decoration: none !important;
	color: #ffe491 !important;
}


.my-terms a {}


.my-terms a:hover {
	text-decoration: none;
	color: #c4c4c4 !important;
}

.new_a_hover a {
	text-decoration: none;
}

.new_a_hover a:hover {
	text-decoration: none;
	opacity: 0.5;
}

@media only screen and (max-width: 1300px) {
	.numbering {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.numbering {
		display: none !important;
	}

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

	.faq_icon {
		padding: 0px 0px !important;
	}

	.new_blog_img {
		min-width: 150px !important;
		width: 150px !important;
	}

	.bank_accout_clock_icon::before {
		display: none;
	}

	.bank-account-section-5-title-mobile {
		margin-top: 20px !important;
	}
}

.avia-form-success {
	border-radius: 3px;
	font-weight: 400 !important;
	font-size: 15px !important;
	font-family: urbanist, sans-serif !important;
	padding: 10px 10px !important;
	height: 42px;
}

.homepage_section_6 .avia-form-success {
	max-width: 570px;
	font-size: 15px !important;
	line-height: 1.2em;
	padding: 2px 5px !important;
	height: 42px;
}

.avia-testimonial-markup-entry-content p {
	text-align: justify;
}

/*4 in 1 accounting page*/
.page-id-13485 #wrap_all .main_color h4 {
	font-family: 'Urbanist', sans-serif !important;
}

/*SG Bank Account*/
/*bank-account-page-startup-startup*/
.sg-bank-account-page-startup .tab_titles {
	display: flex;
	justify-content: space-between;
}

.sg-bank-account-page-startup .tab_titles .tab {
	border: none !important;
	width: 19%;
	text-align: center;
	background-color: #95e3e0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	cursor: pointer;
	border-radius: 3px !important;
	padding: 30px 10px !important;
}

.sg-bank-account-page-startup .tab_titles .tab:hover {
	background-color: #0abab4;
	transition: 0.3s ease;
}

.sg-bank-account-page-startup .tab_titles .tab:focus {
	border: none !important;
	outline: none !important;
}

.sg-bank-account-page-startup .tab_titles .tab:nth-child(1)::after {
	background-image: url(/wp-content/uploads/sg-bank-account-startups-icon_1.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.sg-bank-account-page-startup .tab_titles .tab:nth-child(2)::after {
	background-image: url(/wp-content/uploads/sg-bank-account-startups-icon_2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.sg-bank-account-page-startup .tab_titles .tab:nth-child(3)::after {
	background-image: url(/wp-content/uploads/sg-bank-account-startups-icon_3.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.sg-bank-account-page-startup .tab_titles .tab:nth-child(4)::after {
	background-image: url(/wp-content/uploads/bank-account-startups-v3-06.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.sg-bank-account-page-startup .tab_titles .tab:nth-child(5)::after {
	background-image: url(/wp-content/uploads/sg-bank-account-startups-icon_5_v2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.sg-bank-account-page-startup .active_tab {
	background-color: #0abab4 !important;
}

.sg-bank-account-page-startup .tabcontainer .active_tab_content {
	background-color: white !important;
}

.sg-bank-account-page-startup .av_tab_section .tab_content {
	border: none !important;
	margin-top: 210px;
	border-radius: 3px;
	background-color: #0abab4 !important;
	color: #fff !important;
}


@media only screen and (max-width: 1007px) {
	.sg-bank-account-page-startup-container {
		margin-left: 0% !important;
	}
}

/*NEW Menu*/
.new_menu_right_hand_bg {
	background-color: #404040;
}

.header_color .main_menu ul:first-child>li a:hover {
	background-color: #eeeeee;
}

.new_menu_right_hand_bg .mega_menu_title a {
	color: #ffffff !important;
	background-color: rgba(255, 255, 255, 0) !important;
}

.new_menu_right_hand_bg .sub-menu a {
	color: #ffffff !important;
}

#menu-item-34275 .avia_mega_div,
#menu-item-34292 .avia_mega_div,
#menu-item-34317 .avia_mega_div,
#menu-item-34305 .avia_mega_div,
#menu-item-34323 .avia_mega_div {
	background-color: #eeeeee !important;
}

#menu-item-34275 a,
#menu-item-34292 a,
#menu-item-34317 a,
#menu-item-34305 a,
#menu-item-34323 a {
	font-size: 14px !important;
	font-family: urbanist, sans-serif !important;
	color: #435460;
}

#menu-item-34275 .mega_menu_title a,
#menu-item-34292 .mega_menu_title a,
#menu-item-34317 .mega_menu_title a,
#menu-item-34305 .mega_menu_title a,
#menu-item-34323 .mega_menu_title {
	font-size: 15px !important;
	font-family: urbanist, sans-serif !important;
	color: #435460;
}

#menu-item-34275 .sub-menu a,
#menu-item-34292 .sub-menu a,
#menu-item-34317 .sub-menu a,
#menu-item-34305 .sub-menu a,
#menu-item-34323 .sub-menua {
	font-size: 14px !important;
	font-family: urbanist, sans-serif !important;
	color: #435460;
}

#menu-item-34275 .avia_mega_div .avia-bullet,
#menu-item-34292 .avia_mega_div .avia-bullet,
#menu-item-34317 .avia_mega_div .avia-bullet,
#menu-item-34305 .avia_mega_div .avia-bullet,
#menu-item-34323 .avia_mega_div .avia-bullet {
	display: none !important;
}

#menu-item-34275 .avia_mega_div>.sub-menu>li>ul>li a,
#menu-item-34292 .avia_mega_div>.sub-menu>li>ul>li a,
#menu-item-34317 .avia_mega_div>.sub-menu>li>ul>li a,
#menu-item-34305 .avia_mega_div>.sub-menu>li>ul>li a,
#menu-item-34323 .avia_mega_div>.sub-menu>li>ul>li a {
	padding: 3px 0px !important;
}

/*offshore-company-formation-startup*/
.offshore-company-formation-startup .tab_titles {
	display: flex;
	justify-content: space-between;
}

.offshore-company-formation-startup .tab_titles .tab {
	border: none !important;
	width: 19%;
	text-align: center;
	background-color: #95e3e0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	cursor: pointer;
	border-radius: 3px !important;
	padding: 30px 10px !important;
}

.offshore-company-formation-startup .tab_titles .tab:hover {
	background-color: #0abab4;
	transition: 0.3s ease;
}

.offshore-company-formation-startup .tab_titles .tab:focus {
	border: none !important;
	outline: none !important;
}

.offshore-company-formation-startup .tab_titles .tab:nth-child(1)::after {
	background-image: url(/wp-content/uploads/offshore-company-formation-startups-icon-01-2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.offshore-company-formation-startup .tab_titles .tab:nth-child(2)::after {
	background-image: url(/wp-content/uploads/offshore-company-formation-startups-icon-02-2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.offshore-company-formation-startup .tab_titles .tab:nth-child(3)::after {
	background-image: url(/wp-content/uploads/offshore-company-formation-startups-icon-03-2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.offshore-company-formation-startup .tab_titles .tab:nth-child(4)::after {
	background-image: url(/wp-content/uploads/offshore-company-formation-startups-icon-04-2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.offshore-company-formation-startup .tab_titles .tab:nth-child(5)::after {
	background-image: url(/wp-content/uploads/offshore-company-formation-startups-icon-05-2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.offshore-company-formation-startup .active_tab {
	background-color: #0abab4 !important;
}

.offshore-company-formation-startup .tabcontainer .active_tab_content {
	background-color: white !important;
}

.offshore-company-formation-startup .av_tab_section .tab_content {
	border: none !important;
	margin-top: 210px;
	border-radius: 3px;
	background-color: #0abab4 !important;
	color: #fff !important;
}


@media only screen and (max-width: 1007px) {
	.offshore-company-formation-startup-container {
		margin-left: 0% !important;
	}
}

/*offshore-bank-account-startup*/
.offshore-bank-account-startup .tab_titles {
	display: flex;
	justify-content: space-between;
}

.offshore-bank-account-startup .tab_titles .tab {
	border: none !important;
	width: 19%;
	text-align: center;
	background-color: #95e3e0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	cursor: pointer;
	border-radius: 3px !important;
	padding: 30px 10px !important;
}

.offshore-bank-account-startup .tab_titles .tab:hover {
	background-color: #0abab4;
	transition: 0.3s ease;
}

.offshore-bank-account-startup .tab_titles .tab:focus {
	border: none !important;
	outline: none !important;
}

.offshore-bank-account-startup .tab_titles .tab:nth-child(1)::after {
	background-image: url(/wp-content/uploads/offshore-bank-account-startups-icon-1-2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.offshore-bank-account-startup .tab_titles .tab:nth-child(2)::after {
	background-image: url(/wp-content/uploads/offshore-bank-account-startups-icon-2-2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.offshore-bank-account-startup .tab_titles .tab:nth-child(3)::after {
	background-image: url(/wp-content/uploads/offshore-bank-account-startups-icon-3-2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.offshore-bank-account-startup .tab_titles .tab:nth-child(4)::after {
	background-image: url(/wp-content/uploads/offshore-bank-account-startups-icon-4-2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.offshore-bank-account-startup .tab_titles .tab:nth-child(5)::after {
	background-image: url(/wp-content/uploads/offshore-bank-account-startups-icon-5-2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.offshore-bank-account-startup .active_tab {
	background-color: #0abab4 !important;
}

.offshore-bank-account-startup .tabcontainer .active_tab_content {
	background-color: white !important;
}

.offshore-bank-account-startup .av_tab_section .tab_content {
	border: none !important;
	margin-top: 210px;
	border-radius: 3px;
	background-color: #0abab4 !important;
	color: #fff !important;
}


@media only screen and (max-width: 1007px) {
	.offshore-bank-account-startup-container {
		margin-left: 0% !important;
	}
}

.wpcf7-response-output {
	color: #0ab9b3;
}

/* Blog Layout*/
.post-entry-12932 .entry-content-wrapper .entry-content p {
	text-align: justify;
}

#blog li {
	text-align: justify !important;
}

/* Office Address */
.offshore_company_formation-arrow div .avia-table {
	margin: 0px 0px !important;
}

.office-address-top .container .content .post-entry-2481 .entry-content-wrapper .av-equal-height-column-flextable {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
}

/*Singapore Blog Section Color Sharpe Issue*/
#blog .container .content .post-entry .entry-content-wrapper .sg-blog .avia-content-slider {
	-webkit-backface-visibility: inherit !important;
}

#blog .container .content .post-entry .entry-content-wrapper .sg-blog .avia-content-slider .avia-content-slider-inner {
	-webkit-backface-visibility: inherit !important;
}

#blog .container .content .post-entry .entry-content-wrapper .sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap {
	-webkit-backface-visibility: inherit !important;
}

#blog .container .content .post-entry .entry-content-wrapper .sg-blog {
	margin-top: 35px !important;
}

.sg-blog .avia-content-slider .avia-content-slider-inner .slide-entry-wrap .slide-entry .slide-content .entry-content-header .slide-entry-title a {
	font-size: 1.1em !important;
}

/*AsiaBC x RD element*/
.asiabc_rd_container a:hover,
.asiabc_rd_container a:active,
.asiabc_rd_container a:focus {
	text-decoration: none !important;
}

.asiabc_rd_container a:visited {
	text-decoration: none !important;

}

.asiabc_rd_container a:hover .image-overlay {
	opacity: 0 !important;
}

/*FAQ content a focus*/
.faq .toggle_content a:hover,
.faq .toggle_content a:active,
.faq .toggle_content a:focus {
	text-decoration: none !important;
}

.faq .toggle_content a:visited {
	text-decoration: none !important;

}

@media only screen and (max-width: 1550px) {
	.asiabc_rd_container {
		display: none !important;
	}
}

#top .avia-button .avia_button_background {
	bottom: -3px !important;
}


.html_entry_id_39154 #top .av-flex-placeholder {
	width: 4% !important;
}

.html_entry_id_27860 #top .av-flex-placeholder {
	width: 3% !important;
}

.html_entry_id_39009 #top .av-flex-placeholder {
	width: 1% !important;
}


/* footer */
.footer_color {
	border: none !important;
}

.widget_nav_menu .current-menu-item>a,
.widget_nav_menu .current_page_item>a {
	font-weight: 500 !important;
}


.promotion-chat-icon::after {
	background-image: url(/wp-content/uploads/promotion-chat-icon-07.png);
	background-size: 70px 65px;
	display: inline-block;
	width: 70px;
	height: 65px;
	content: "";
	margin-left: 0px;
}

.hsbc-promotion-chat-icon::after {
	background-image: url(/wp-content/uploads/bank_account_hsbc_promotion_left_250_r.png);
	background-size: 200px 200px;
	display: inline-block;
	width: 200px;
	height: 200px;
	content: "";
	visibility: visible;
	overflow: visible !important;
	position: absolute;
	left: -5%;
	top: -50px;
	transform: rotate(-15deg);
}

.hsbc-promotion-chat-icon::before {
	background-image: url(/wp-content/uploads/bank_account_hsbc_promotion_right_250_r.png);
	background-size: 180px 180px;
	display: inline-block;
	width: 180px;
	height: 180px;
	content: "";
	visibility: visible;
	overflow: visible !important;
	position: absolute;
	right: -2%;
	top: -20px;
	transform: rotate(10deg);
}

@media only screen and (max-width: 1289px) {
	.hsbc-promotion-chat-icon::before {
		visibility: hidden;
	}

	.hsbc-promotion-chat-icon::after {
		visibility: hidden;
	}
}


.hk-with-fintsch-promotion-icon-no-price::after {
	background-image: url(/wp-content/uploads/promotion-icon-13b.png);
	background-size: 250px 119px;
	display: inline-block;
	width: 250px;
	height: 119px;
	content: "";
	visibility: visible;
	overflow: visible !important;
	position: absolute;
	left: -7%;
	top: -40px;
	transform: rotate(-12deg);
}

.hk-with-fintech-promotion-btn {
	font-weight: 500 !important;
}

.hk-with-fintech-promotion-btn a:hover {
	background-color: #128c7e !important;
}

.aspire-2026offer::after {
	background-image: url(/wp-content/uploads/260302_aspire_offer_icon_3.png);
	background-size: 250px 100px;
	display: inline-block;
	width: 250px;
	height: 100px;
	content: "";
	visibility: visible;
	overflow: visible !important;
	position: absolute;
	left: -7%;
	top: -40px;
	transform: rotate(-12deg);
}

.hot-picks-icon-new {
	width: 150px;
	min-width: 150px;
}

.hot-picks-icon-new {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 5px;
}

@media only screen and (max-width: 1260px) {
	.hk-with-fintsch-promotion-icon-no-price::after {
		visibility: hidden;
	}

	.aspire-2026offer::after {
		visibility: hidden;
	}
}

/*Cookies*/

#popmake-40882 {
	background-color: rgba(0, 0, 0, 0) !important;
}

#popmake-40882,
.pum-theme-default-theme {
	background-color: rgba(0, 0, 0, 0);
}

#popmake-40882 .pum-container,
.pum-theme-default-theme .pum-container {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 15px !important;
	padding: 40px 40px;
}

#popmake-40882 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
	position: fixed !important;
	right: 30px !important;
	top: 30px !important;
	background-color: rgba(0, 0, 0, 0) !important;
	box-shadow: none !important;
	font-size: 30px !important;
}

#popmake-40882 .pum-container,
.pum-theme-default-theme .pum-container {
	border: none !important;
	box-shadow: none !important;
}

button.popmake-close {
	display: none !important;
}


/*about us*/
.about-us-element::before {
	background-image: url(https://asiabc.co/wp-content/uploads/top-visual-background-element-white.png);
	background-size: 30px 30px;
	display: inline-block;
	width: 30px;
	height: 30px;
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
}

/*Virtual Office*/
.virtual-office-page-startup .tab_titles {
	display: flex;
	justify-content: space-between;
}

.virtual-office-page-startup .tab_titles .tab {
	border: none !important;
	width: 19%;
	text-align: center;
	background-color: #95e3e0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	cursor: pointer;
	border-radius: 3px !important;
	padding: 30px 10px !important;
}

.virtual-office-page-startup .tab_titles .tab:hover {
	background-color: #0abab4;
	transition: 0.3s ease;
}

.virtual-office-page-startup .tab_titles .tab:focus {
	border: none !important;
	outline: none !important;
}

.virtual-office-page-startup .tab_titles .tab:nth-child(1)::after {
	background-image: url(/wp-content/uploads/vo-office-startups-icon-1.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.virtual-office-page-startup .tab_titles .tab:nth-child(2)::after {
	background-image: url(/wp-content/uploads/vo-office-startups-icon-2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.virtual-office-page-startup .tab_titles .tab:nth-child(3)::after {
	background-image: url(/wp-content/uploads/vo-office-startups-icon-3.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.virtual-office-page-startup .tab_titles .tab:nth-child(4)::after {
	background-image: url(/wp-content/uploads/vo-office-startups-icon-4.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.virtual-office-page-startup .tab_titles .tab:nth-child(5)::after {
	background-image: url(/wp-content/uploads/vo-office-startups-icon-5.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.virtual-office-page-startup .active_tab {
	background-color: #0abab4 !important;
}

.virtual-office-page-startup .tabcontainer .active_tab_content {
	background-color: white !important;
}

.virtual-office-page-startup .av_tab_section .tab_content {
	border: none !important;
	margin-top: 210px;
	border-radius: 3px;
	background-color: #0abab4 !important;
	color: #fff !important;
}


@media only screen and (max-width: 1007px) {
	.office-address-page-startup-container {
		margin-left: 0% !important;
	}
}

.virtual-office-promotion-icon-no-price::after {
	background-image: url(/wp-content/uploads/promotion-icon-15.png);
	background-size: 250px 119px;
	display: inline-block;
	width: 250px;
	height: 119px;
	content: "";
	visibility: visible;
	overflow: visible !important;
	position: absolute;
	left: -7%;
	top: -40px;
	transform: rotate(-12deg);
}

.virtual-office-promotion-icon-asiabc::after {
	background-image: url(/wp-content/uploads/vo_promotion_addresss_icon_v4.png);
	background-size: 78px 67px;
	display: inline-block;
	width: 78px;
	height: 67px;
	content: "";
	visibility: visible;
	overflow: visible !important;
	position: absolute;
	right: 29%;
	top: 137px;
	transform: rotate(0deg);
}


/*ComSec*/
.company-secretary-page-startup .tab_titles {
	display: flex;
	justify-content: space-between;
}

.company-secretary-page-startup .tab_titles .tab {
	border: none !important;
	width: 19%;
	text-align: center;
	background-color: #95e3e0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	cursor: pointer;
	border-radius: 3px !important;
	padding: 30px 10px !important;
}

.company-secretary-page-startup .tab_titles .tab:hover {
	background-color: #0abab4;
	transition: 0.3s ease;
}

.company-secretary-page-startup .tab_titles .tab:focus {
	border: none !important;
	outline: none !important;
}

.company-secretary-page-startup .tab_titles .tab:nth-child(1)::after {
	background-image: url(/wp-content/uploads/vo-office-startups-icon-1.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.company-secretary-page-startup .tab_titles .tab:nth-child(2)::after {
	background-image: url(/wp-content/uploads/vo-office-startups-icon-2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.company-secretary-page-startup .tab_titles .tab:nth-child(3)::after {
	background-image: url(/wp-content/uploads/hk-with-fintech-get-start-icon-01_v3.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.company-secretary-page-startup .tab_titles .tab:nth-child(4)::after {
	background-image: url(/wp-content/uploads/vo-office-startups-icon-4.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.company-secretary-page-startup .tab_titles .tab:nth-child(5)::after {
	background-image: url(/wp-content/uploads/vo-office-startups-icon-5.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.company-secretary-page-startup .active_tab {
	background-color: #0abab4 !important;
}

.company-secretary-page-startup .tabcontainer .active_tab_content {
	background-color: white !important;
}

.company-secretary-page-startup .av_tab_section .tab_content {
	border: none !important;
	margin-top: 210px;
	border-radius: 3px;
	background-color: #0abab4 !important;
	color: #fff !important;
}


@media only screen and (max-width: 1007px) {
	.office-address-page-startup-container {
		margin-left: 0% !important;
	}
}

.company-secretary-promotion-icon-no-price::after {
	background-image: url(/wp-content/uploads/promotion-icon-15.png);
	background-size: 250px 119px;
	display: inline-block;
	width: 250px;
	height: 119px;
	content: "";
	visibility: visible;
	overflow: visible !important;
	position: absolute;
	left: -7%;
	top: -40px;
	transform: rotate(-12deg);
}

.company-secretary-promotion-icon-asiabc::after {
	background-image: url(/wp-content/uploads/vo_promotion_addresss_icon_v4.png);
	background-size: 78px 67px;
	display: inline-block;
	width: 78px;
	height: 67px;
	content: "";
	visibility: visible;
	overflow: visible !important;
	position: absolute;
	right: 29%;
	top: 137px;
	transform: rotate(0deg);
}


@media only screen and (max-width: 1260px) {
	.company-secretary-promotion-icon-no-price::after {
		visibility: hidden;
	}

	.company-secretary-promotion-icon-asiabc::after {
		visibility: hidden;
	}
}

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..700;1,100..900&display=swap');

.post-entry .av-special-heading-h3>h3 {
	letter-spacing: 1px;
}

.gm-style-iw-chr {
	display: none;
}

.fintech_table_fintech_img_mobile a {
	opacity: 0.95;
}

.fintech_table_fintech_img_mobile a:hover {
	opacity: 0.6;
	transition: 0.3s ease;
}

.html_entry_id_18408 #price {
	width: 50% !important;
}

@media only screen and (max-width: 767px) {
	.responsive #top #wrap_all .flex_column {
		width: 100% !important;
	}
}

/*UAE*/
/* Scroll container for mobile */
.uae-table-wrapper {
	max-width: 100%;
	overflow-x: auto;
	/* enables horizontal scroll on small screens */
}

/* Container */
.uae-table-card {
	min-width: 700px;
	/* keeps columns visible, forces scroll on mobile */
	margin: 0 auto;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

/* Grid system with column widths */
.uae-table {
	display: grid;
	grid-template-columns: 22% 26% 26% 26%;
	/* First col 20%, others 40% */
}

/* Header */
.uae-table-header {
	background-color: #435460;
	/* Updated dark grey-blue */
	color: #fff;
	font-weight: 600;
	padding: 14px 16px;
	font-size: 1rem;
	border-bottom: 2px solid #2f3a42;
	white-space: normal;
	word-wrap: break-word;
}

/* UAE table cell */
.uae-table-cell {
	padding: 14px 16px;
	border-bottom: 1px solid #e0e4e9;
	font-size: 0.95rem;
	white-space: normal;
	/* allow text to wrap */
	word-wrap: break-word;
	/* break long words if needed */
	overflow-wrap: break-word;
	/* modern browsers */
}

.uae-legalisation .tab_titles {
	display: flex;
	justify-content: space-between;
}

.uae-legalisation .tab_titles .tab {
	border: none !important;
	width: 19%;
	text-align: center;
	background-color: #95e3e0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	cursor: pointer;
	border-radius: 3px !important;
}

.uae-legalisation .tab_titles .tab:hover {
	background-color: #0abab4;
	transition: 0.3s ease;
}

.uae-legalisation .tab_titles .tab:focus {
	border: none !important;
	outline: none !important;
}

.uae-legalisation .tab_titles .tab:nth-child(1)::after {
	background-image: url(/wp-content/uploads/brazil-get-start-icon-08.png);
	background-size: 80px 80px;
	display: inline-block;
	width: 80px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.uae-legalisation .tab_titles .tab:nth-child(2)::after {
	background-image: url(/wp-content/uploads/panama-startups-icon-3-2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.uae-legalisation .tab_titles .tab:nth-child(3)::after {
	background-image: url(/wp-content/uploads/panama-startups-icon-4-2.png);
	background-size: 80px 80px;
	display: inline-block;
	width: 80px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.uae-legalisation .tab_titles .tab:nth-child(4)::after {
	background-image: url(/wp-content/uploads/hk-with-fintech-get-start-icon-04_v3.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}

.uae-legalisation .tab_titles .tab:nth-child(5)::after {
	background-image: url(/wp-content/uploads/vo-office-startups-icon-2.png);
	background-size: 100px 80px;
	display: inline-block;
	width: 100px;
	height: 80px;
	content: "";
	margin-top: 10px;
}


.uae-legalisation .active_tab {
	background-color: #0abab4 !important;
}

.uae-legalisation .tabcontainer .active_tab_content {
	background-color: white !important;
}

.uae-legalisation .av_tab_section .tab_content {
	border: none !important;
	margin-top: 210px;
	border-radius: 3px;
	background-color: #0abab4 !important;
	color: #fff !important;
}

/* Hover rows */
.uae-table-row:hover .uae-table-cell {
	background-color: #f0f3f7;
	transition: 0.2s;
}

/* Remove border from last row */
.uae-table-row:last-child .uae-table-cell {
	border-bottom: none;
}

/* Row grouping */
.uae-table-row {
	display: contents;
	/* lets cells align into grid */
}

/* Target the countdown boxes */
.av-countdown-time {
	background: #ffdd77 !important;
	color: #435460 !important;
	width: 60px !important;
	height: 60px !important;
	line-height: 60px !important;
	border-radius: 12px !important;
	/* box-shadow: 0 6px 18px rgba(0,0,0,0.3) !important; */
	margin: 0 10px !important;
	font-size: 2rem !important;
	font-weight: 700 !important;
}

/* Labels below */
.av-countdown-time-label {
	margin-top: 10px !important;
	font-size: 0.8rem !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	color: #435460 !important;
	letter-spacing: 1px !important;
	padding: 0px 0px 0px 0px !important;
	width: 5.3rem !important;
}

.av-countdown-cell-inner {
	background-color: unset !important;
	border-style: unset !important;
	padding: 0 !important;
}

.av-countdown-timer-inner {
	border-color: unset !important;
	table-layout: auto !important;
}

.av-countdown-timer {
	margin: 0px 20px 30px 30px !important;
}

@media only screen and (max-width: 767px) {
	.av-countdown-timer {
		margin: 0px 10vw 20px -10vw !important;
	}

	.av-countdown-time {
		width: 50px !important;
		height: 50px !important;
		font-size: 1.2rem !important;
		line-height: 50px !important;
	}

	.av-countdown-time-label {
		font-size: 0.8rem !important;
		padding: 0px 12px 0px 0px !important;
	}

	.timer-top-margin {
		margin-top: -100px !important;
	}
}