/*!
Theme Name: anextheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: anextheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

anextheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: font-family: AlibabaPuHuiTiM-Medium;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
    margin-bottom: 5px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 1px -1px;
	width: 100%;
}
.ant-row img {
    margin-right: 10px;
}
/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	    padding: 0;
    background: white;
}
.main-navigation li ul li {
    padding: 0;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
	    display: flex;
    justify-content: end;
    align-items: center;
	}
	.main-navigation ul ul{display:block;}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.site-branding {
    max-width: 250px;
}
header#masthead {
    position: fixed;
    width: 100%;
    background: hsla(0, 0%, 100%, .97);
    box-shadow: 0 6px 10px 0 rgba(13,55,127,.05);
    z-index: 99999;
    top: 0;
    padding: 25px 0 20px;
}
header#masthead > div {
    max-width: 1300px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}
main#primary {
    margin-top: 90px;
}
span.anticon.anticon-down {
    position: absolute;
    right: 10px;
    top: 5px;
}
.main-navigation li {
    position: relative;
    padding: 0 30px 0 30px;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: black;
    font-size: 17px;
}
.main-navigation li:hover svg {    fill: #1778fe;
}
.main-navigation a:hover {color:#1778fe;}
*:hover {transition:0.3s;}
.main-navigation .btn-blue a {
    background-color: #0067ff;
    border: none;
    border-radius: 42px;
    color: white;
    padding: 5px 15px 5px;
}
.entry-content {
    max-width: 1200px;
    margin: auto;
    padding: 0 10px;
}
.ant-row.ant-row-center.ant-row-middle.sgbank-table-table-td {
    color: rgb(0, 31, 77);
    font-size: 24px;
    font-weight: normal;
}
 .ant-table .ant-table-container .sgbank-table-table-td .sgbank-table-table-td-text {
    font-size: 18px;
}
  .ant-table .ant-table-container .sgbank-table-table-td {
    padding: 16px;
}
  .ant-table .ant-table-container table tbody tr td {
    padding: 0;
    border-right: 1px solid #3385ff !important;
    border-bottom: 1px solid #3385ff !important;
}
 .ant-table {
    overflow: hidden;
    border: 1px solid #3385ff;
    border-radius: 10px;
}
.responsive-tabs .responsive-tabs__panel {
    background: transparent;
    border: 0!important;
    border-top: 0!important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    clear: left;
    margin-bottom: 0;
    padding: 0!important;
    word-wrap: break-word;
}
.sgbank-text-box .sgbank-text-box-button .sgbank-text-box-button-default {
    min-width: 200px;
    height: 59px;
    padding: 0 26px;
    color: #fff;
    font-size: 18px;
    line-height: 59px;
    text-align: center;
    vertical-align: middle;
    background-color: #0067ff;
    border: none;
    border-radius: 30px;
}
.responsive-tabs .responsive-tabs__list__item {
    color: #454545!important; font-size: 1.7em!important;
}
.responsive-tabs ul.responsive-tabs__list {
    font-size: 18px;
    line-height: 18px;
    margin: 70px 0 0 0px;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: 400;
}
.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {
    background: #fff;
    border-color: #ddd;
    color: #0067ff!important;
    padding-bottom: 11px;
    margin-top: 0;
    position: relative;
    top: 1px;
    font-size: 1.7em!important;
	border:0!important;
	border-bottom: 5px solid #0067ff3b!important;
    padding-bottom: 20px!important;
}
.sgbk-common-container > .ant-col {
    width: 50%;
}
a.ant-btn.ant-btn-primary.sgbank-text-box-button-default {
    min-width: 200px;
    height: 59px;
    padding: 0 26px;
    color: #fff;
    font-size: 18px;
    line-height: 59px;
    text-align: center;
    vertical-align: middle;
    background-color: #0067ff;
    border: none;
    border-radius: 30px;
    font-weight: 600;
}
.ant-steps-item-icon {
    width: 32px;
    height: 32px;
    margin: 0 8px 0 0;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 32px;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
	    border-color: #002966;
		float: left;
		    min-width: 32px;
    top: 12px;
    position: relative;
    background: white;
    z-index: 2;
}
.ant-steps-item-container {
    display: flex;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
    position: absolute;
    top: 0;
    left: 15px;
    width: 1px;
    height: 100%;
    padding: 38px 0 6px;
	background: #e7edf3;
}
.eael-entry-media {
    padding: 20px 15px 0;
}
.ant-steps.ant-steps-vertical {
    position: relative;
}
li#tablist1-tab1 {
    padding-left: 60px;
    background: url(/wp-content/uploads/2024/04/tab1.svg);
    background-repeat: no-repeat;
	    margin-right: 7%;
}
li#tablist1-tab2 {
    padding-left: 60px;
    background: url(/wp-content/uploads/2024/04/tab2.svg);
    background-repeat: no-repeat;
}
* {
    outline: none !important;
}
.sgbank-loan-calculator-paymonthly {
    width: 100%;
    margin-top: 24px;
    padding: 50px 116px;
    border: 1px solid #adb5bd;
    border-radius: 20px;
}
.sgbank-loan-calculator-paymonthly .sgbank-loan-calculator-paymonthly-title {
    margin-bottom: 20px;
    color: #000000;
    font-size: 24px;
 
    letter-spacing: 0;
    text-align: center;
}
.sgbank-loan-calculator-paymonthly .sgbank-loan-calculator-button {
    min-width: 100px;
    height: 46px;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 0 20px;
    color: #000000;
    font-size: 16px;
    line-height: 46px;
    letter-spacing: 0;
    text-align: center;
    border: 1px solid #adb5bd;
    border-radius: 30px;
    cursor: pointer;
}
.sgbank-loan-calculator-paymonthly .sgbank-loan-calculator-content .sgbank-loan-calculator-content-left .sgbank-loan-calculator-left-slider .ant-slider-handle {
    width: 24px;
    height: 24px;
    margin-top: -10px;
    background-color: #ffffff;
    border: 5px solid #0067ff;
    box-shadow: none;
}
.sgbank-loan-calculator-paymonthly .sgbank-loan-calculator-content .sgbank-loan-calculator-content-right .sgbank-loan-calculator-content-right-totalamount {
    margin-bottom: 16px;
    margin-left: 32px;
    color: #000000;
    font-size: 28px;
    letter-spacing: 0;
}
figure.wp-block-table td {
    border-color: #0067ff;
    padding: 15px;
}
figure.wp-block-table table {
    margin: 50px 0px 0px 0px;
    border-radius: 10px;
}
.main-navigation li ul li a {
padding: 5px 15px;
    font-size: 15px;
}
.main-navigation li ul li a:hover {
    padding: 5px 15px;     background-color: #0067ff;
	color:white;
}
.CardSwitch .CardSwitchContainer .CardContainer .One .CardImageTextContainer .CardImageTextLeft {
    min-width: 227px;
}
.CardSwitchContainer.slick-initialized.slick-slider {
 
    margin-bottom: 60px;
}
.CardSwitch .CardSwitchContainer .actionLeft {
    margin-right: 20px!important;
}
.CardSwitch .CardSwitchContainer .actionRight {
    margin-left: 20px;
}
.CardSwitch .CardSwitchContainer .CardContainer {
    min-height: 580px;
}
.CardSwitch .CardSwitchContainer .CardContainer {
    margin-left: 75px;
}
.center {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
input.wpcf7-form-control {
    padding: 17px 25px;
    border-radius: 60px;
    border: 0;
    width: 100%;
    margin: 0 0 20px;
}
.flex-form-bl p {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 15px 15px 0;
}
.form-bl {
    float: left;
    width: 100%;
    padding: 0 15px 0;
}
span.sgbank-pweb-common-richtext.terms-condition-text {
    font-size: 14px;
    line-height: 1.2;
    color: black;
    display: inline-block;
    width: calc(100% - 40px);
    vertical-align: top;
}
.wp-block-column.form-block {
    padding: 25px 10px 50px;
    position: relative;
    color: black;
    margin: 80px 0 0;
}
input.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    background: #0067ff;
    margin: 20px 15px 0;
    max-width: 150px;
    color: white;
    padding: 18px 30px;
	cursor:pointer;
} 
.form-block:before {
    content: "";
    width: 600%;
    position: absolute;
    height: 100%;
    top: 0;
    left: -300%;
    background: #d3eafe;
}
div#page {
    overflow: hidden;
}
.form-block input[type="checkbox"] {
    width: 22px;
    height: 22px;
  
}
.form-block:before {
    content: "";
    width: 600%;
    position: absolute;
    height: 100%;
    top: 0;
    left: -300%;
    background: #d3eafe;
}

.intl-tel-input {
 
    width: 100%;
    max-width: 100%;
}
 .as-panel:not(.as-opened) img {
    transform: translateX(-310px);
}
 .as-panel:not(.as-opened) .as-layer.as-always.as-black.as-padding {opacity:0; transform:inherit;}

.as-panel {
    border-radius: 35px;
}
.page-id-681 .entry-content {
    max-width: 100%;
}
body.page-id-681 .is-layout-flex {
    justify-content: center;
}
body.page-id-681 main#primary {
    margin-top: 40px;
}
.menu-item-gtranslate {
    position: relative !important;
    border: 0 !important;
    padding: 0 0 30px !important;     width: 100px;
}
 
ul#primary-menu .gt_switcher .gt_selected a {
    max-width: 90px!important;
    font-size: 14px!important;
	font-size:14px!important;
	background: white;
}
ul#primary-menu .gt_switcher.notranslate {
    max-width: 110px;
}
.wp-block-button__link:visited {
    color: white;
    background: #0067ff !important;
}
.archive header.entry-header {
    max-width: 1200px;
    margin: 0 auto 30px;
   
}
.archive header.entry-header h2 {
   font-size: 1.2em; 
}
.archive header.entry-header a {color:#0067ff;}
a.post-thumbnail {
    margin: 0 auto 40px;
    width: 100%;
    text-align: center;
    display: block;
    max-width: 800px;
}
.archive footer.entry-footer {
    display: none;
}
.archive h1.page-title {
    text-align: center;
}
.single header.entry-header {
    max-width: 1200px;
    margin: auto;
}
.single .post-thumbnail {
    margin: 20px auto 25px;
    max-width: 800px;
    display: block;
    text-align: center;
}
.single nav.navigation.post-navigation, .single div#comments, .single footer.entry-footer {
    font-size: 0.8em;
    max-width: 1200px;
    margin: 25px auto 10px;
}
footer .ant-row img {
    margin-right: 5px;
    max-width: 150px;
}
.sgbank-pweb-footer {
    padding: 30px 15px;
}









@media screen and (min-width: 769px) {
	.as-panel:not(.as-opened) h3.as-layer.as-always.as-black.as-padding {
    opacity: 1;
    background: transparent;
    transform: rotate(-90deg);
    top: 70% !important;
    left: -40px !important;
    font-size: 1.4em;
    width: 100%;
    font-weight: 800;
}
	 .wp-block-table {
		overflow-x: hidden;
		overflow: hidden;
		font-size: 18px;
	}
	.as-panel p.as-layer.as-always.as-black.as-padding {
    background: #0b48a1cc;
    font-size: 1em;
    padding: 10px;
}
}
@media screen and (max-width: 769px) {
.flex-form-bl p {
    display: inline-block;
    width: 100%;
}	
	div#accordion-slider-1 {
    height: auto !important;
    min-height: 169px;
}
	.CardSwitch .CardSwitchContainer .CardContainer .One .CardImageTextContainer .CardImageTextLeft>img {
    width: 126.753px;
    height: 127.15px;
}
	.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow .sgbank-pweb-page-content-components {
    margin: 10px 0 0 !important;
}
	.CardSwitch .CardSwitchContainer .CardContainer .One .CardImageTextContainer .CardImageTextRight .TextContent {
    margin-bottom: 10px!important;
    color: #021e4f;
    font-weight: 500;
    font-size: 14px!important;
    line-height: 15px!important;
}
	.CardSwitch .CardSwitchContainer .CardContainer .One .CardImageTextContainer .CardImageTextRight .TextDetail {
    color: #0067ff;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
}
	.CardSwitch .CardSwitchContainer .CardContainer .One {
 
    max-width: 330px;
}
	.CardSwitch .CardSwitchContainer .actionRight {
    margin-left: -5px;
    max-width: 20px;
}
	.CardSwitch .CardSwitchContainer .actionLeft {
    margin-right: 5px !important;
    max-width: 10px;
    position: relative;
    left: -15px;
}
	.CardSwitch .CardSwitchContainer .CardContainer {
    margin-left: 0px;
}
.CardSwitch .CardSwitchContainer .CardContainer .One .CardImageTextContainer {
 
    padding: 0px 15px;
    font-family: AlibabaPuHuiTi-Regular;
    flex-wrap: wrap;
}	
	
.CardSwitch .CardSwitchContainer .CardContainer .One .CardImageTextContainer .CardImageTextLeft {
    min-width: 127px;
}
	.CardSwitch .CardSwitchContainer .CardContainer {
    margin-left: 0px;
}
	.has-large-font-size {
    font-size: 1.5em!important;
}
.has-medium-font-size {
    font-size: 1.1em!important;
}
	h1 {
    font-size: 1.7em;
    margin: 0.67em 0;
    line-height: 1.2;
}
.sgbk-common-container > .ant-col {
    width: 100%;
}
.sgbk-image-box {
    max-width: 100%;
    background-size: contain !important;
    background-repeat: no-repeat;
}	
	
	.ant-table .ant-table-container .sgbank-table-table-td {
    padding: 8px;
}
.ant-table .ant-table-container .sgbank-table-table-td .sgbank-table-table-td-text {
    font-size: 14px;
}	
	.ant-row img {
    margin-right: 5px;
    max-width: 15px;
}
	
	main#primary {
    margin-top: 20px;
}
.responsive-tabs .responsive-tabs__heading:hover {
    background: #eee;
    color: #0067ff;
    text-align: center;
}	
	h2.tabtitle.responsive-tabs__heading {
    text-align: center;
}
.responsive-tabs ul.responsive-tabs__list {
 
    padding: 0;
    display: none;
}	
	.main-navigation li ul li a {
    padding: 1px 15px;
    font-size: 15px;
}
	span.anticon.anticon-down {
    position: absolute;
    right: 10px;
    top: 5px;
    display: none;
}
.main-navigation .btn-blue a {
    background-color: #0067ff;
    border: none;
    border-radius: 42px;
    color: white;
    padding: 5px 15px 5px;
    max-width: 200px;
    margin: 17px auto 25px;
    border-radius: 0;
}
.menu-item-gtranslate {
 
    margin: 0 auto 25px;
}
	.main-navigation.toggled ul {
    position: absolute;
    width: 100%;
    left: 0;
    background: white;
    z-index: 99;
    top: 55px;
}
.main-navigation.toggled ul ul {
    position: relative;
    width: 100%;
    left: 0;
    background: white;
    z-index: 99;
    top: 0px;
    box-shadow: none;
    padding: 0 0 15px;
}

	button.menu-toggle {
    background: transparent;
    border: 0;
    max-width: 55px;
    float: right;
}
	header#masthead {
 
    padding: 10px 15px 10px;
}
.site-branding {
    max-width: 200px;
}
.sgbank-pweb-footer .sgbank-pweb-footer-content .sgbank-pweb-footer-logo {
    width: 269px;
    height: 23px;
    margin-bottom: 30px;
    padding-left: 20px;
    margin-top: 20px;
}

.ant-col.sgbank-pweb-footer-menu {
    padding: 0px 15px;
}
.sgbank-pweb-footer .sgbank-pweb-footer-bottom {
 
    margin: 30px auto 0 auto;
    padding-top: 30px;
    border-top: 1px solid #fff;
    padding: 15px 10px 0;
}


}