/* jost-regular - latin */
@font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/jost-v2-latin-regular.eot");
	/* IE9 Compat Modes */
	src: local(""),
		url("../fonts/jost-v2-latin-regular.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/jost-v2-latin-regular.woff2") format("woff2"),
		url("../fonts/jost-v2-latin-regular.woff") format("woff"),
		url("../fonts/jost-v2-latin-regular.ttf") format("truetype"),
		url("../fonts/jost-v2-latin-regular.svg#Jost") format("svg");
	/* Legacy iOS */
}

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--breakpoint-xxl: 1360px;
	--breakpoint-hd: 1600px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
}

a:hover {
	text-decoration: none !important;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
		"Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

:root {
	--primary-color: #fdba1c;
	--secondary-color: #f6841f;
	--blue-1: #d4f5ff;
	--black: #222222;
	--primary-font: "Jost", sans-serif;
}

/* jost-regular - latin */
@font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/jost-v2-latin-regular.eot");
	/* IE9 Compat Modes */
	src: local(""),
		url("../fonts/jost-v2-latin-regular.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/jost-v2-latin-regular.woff2") format("woff2"),
		url("../fonts/jost-v2-latin-regular.woff") format("woff"),
		url("../fonts/jost-v2-latin-regular.ttf") format("truetype"),
		url("../fonts/jost-v2-latin-regular.svg#Jost") format("svg");
	/* Legacy iOS */
}

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--breakpoint-xxl: 1360px;
	--breakpoint-hd: 1600px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
}

a:hover {
	text-decoration: none !important;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
		"Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

:root {
	--primary-color: #fdba1c;
	--secondary-color: #f6841f;
	--blue-1: #d4f5ff;
	--black: #222222;
	--primary-font: "Jost", sans-serif;
}

* {
	font-family: var(--primary-font);
}

body {
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

a {
	color: var(--black);
}

a:hover {
	color: var(--primary-color) !important;
	text-decoration: none;
}

a.disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.7;
	-ms-touch-action: none;
	touch-action: none;
	display: inline-block;
}

.button {
	padding: 1rem 3rem;
	border-radius: 10px;
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	font-size: 1rem;
	line-height: 1.5;
	-webkit-transition: color 0.15s ease-in-out,
		background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}

.button.primary-button {
	color: #fff;
	background-color: #000;
}

.button.primary-button .highlight {
	color: var(--secondary-color);
}

.button.primary-button .highlight2 {
	color: var(--primary-color);
}

.modal {
	z-index: 100000000;
}

#transparent-cover {
	z-index: 200000001 !important;
}

div.jq-toast-wrap {
	z-index: 100000002 !important;
}

.select2-dropdown {
	z-index: 100000001;
}

.announcement,
.refferal-link,
.operator-link {
	padding: 0.5rem 1rem;
	background-color: #222;
	color: var(--primary-color);
	font-size: 14px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.announcement,
	.refferal-link,
	.operator-link {
		font-size: 9px;
	}
}

@media screen and (max-width: 320px) {
	.announcement,
	.refferal-link,
	.operator-link {
		font-size: 8px;
	}
}

.announcement .highlight,
.refferal-link .highlight,
.operator-link .highlight {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.announcement .highlight,
	.refferal-link .highlight,
	.operator-link .highlight {
		display: block;
	}
}

.refferal-link {
	color: #fff;
}

.header-container {
	position: fixed;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 100000000;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header-container.scrolled {
	top: -35px;
}

.header {
	height: 90px;
	padding: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: 0.5s;
}

@media screen and (min-width: 768px) {
	.header {
		height: 120px;
	}
}

@media screen and (max-width: 767px) {
	.header {
		background-color: #fff;
	}
}

.header-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	max-width: 1600px;
	width: 100%;
}

.header-content .header-headerLogo {
	height: 100%;
}

.header-logo {
	height: 100%;
	-webkit-box-flex: auto;
	-ms-flex-positive: auto;
	flex-grow: auto;
	border-radius: 10px;
}

.header-menu {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

@media screen and (min-width: 768px) {
	.header-menu {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media screen and (max-width: 767px) {
	.header-menu {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 275px;
		background-color: var(--primary-color);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 90px;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
}

.header-menu .header-menuToggler {
	background-color: #000;
	position: absolute;
	top: 1rem;
	right: 1rem;
}

@media screen and (min-width: 768px) {
	.header-menu .header-menuToggler {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.header-menu.header-menuActive {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@media screen and (min-width: 768px) {
	.header-menuTogglerContainer {
		display: none;
	}
}

.header-menuToggler {
	height: 50px;
	width: 50px;
	padding: 1rem;
	background-color: var(--primary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 10px;
	cursor: pointer;
}

.header-menuIcon {
	width: 30px;
}

.header-item,
.header-item2 {
	color: var(--black);
	margin-left: 1rem;
	font-weight: 700;
	padding: 24px 0;
}

@media screen and (max-width: 767px) {
	.header-item,
	.header-item2 {
		text-align: right;
		padding: 0.5rem 1.5rem;
	}
}

@media screen and (min-width: 768px) {
	.header-item2 {
		display: none;
	}
}

.header-highlight {
	color: var(--secondary-color);
}

.footer-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #a04b00;
	padding: 2rem 0 2rem;
}

.footer-container {
	padding: 0 1rem;
	margin-bottom: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 767px) {
	.footer-container {
		display: none;
	}
}

@media screen and (min-width: 1366px) {
	.footer-container {
		width: 1360px;
	}
}

.footer-bottomFooter {
	padding: 0 1rem;
}

@media screen and (min-width: 1366px) {
	.footer-bottomFooter {
		width: 1360px;
	}
}

.footer-column {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 25%;
	padding: 0 1rem;
}

@media screen and (min-width: 1360px) {
	.footer-column:first-child .footer-text {
		width: 75%;
	}
}

.footer-logo {
	width: 65%;
}

.footer-text,
.footer-link,
.footer-copyright,
.footer-cloudpanda {
	color: #fff !important;
}

@media screen and (max-width: 991px) {
	.footer-text {
		font-size: 1.2rem;
	}
}

.footer-title {
	color: var(--primary-color);
}

@media screen and (max-width: 991px) {
	.footer-title {
		font-size: 1.5rem;
	}
}

.footer-link {
	display: block;
	padding: 0.7rem 0;
}

@media screen and (min-width: 768px) {
	.footer-link {
		font-size: 1rem;
	}
}

@media screen and (min-width: 992px) {
	.footer-link {
		font-size: 1.2rem;
	}
}

.footer-socmed {
	height: 1em;
	margin-right: 1rem;
	color: #fff;
}

.footer-button {
	color: #fff;
	background-color: #000;
	border-radius: 10px;
	padding: 1rem;
	display: inline-block;
	margin-top: 1.3rem;
}

@media screen and (min-width: 992px) {
	.footer-button {
		padding: 1rem 3rem;
	}
}

.footer-button .footer-highlight {
	color: var(--secondary-color);
}

.footer-highlight {
	color: var(--primary-color);
}

.footer-highlight02 {
	color: #000;
}

.footer-copyright,
.footer-cloudpanda {
	text-align: center;
}

.footer-cloudpanda {
	color: #000;
	margin-top: 0.5rem;
}

.footer-cloudpanda img {
	height: 1em;
}

.footer-app-link {
	width: 75%;
	margin-bottom: 10px;
}

.banner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

@media screen and (max-width: 991px) {
	.banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100vh;
	}
}

@media screen and (max-width: 767px) {
	.banner {
		height: 90vh;
	}
}

.banner-item {
	width: 50%;
	padding-bottom: 51%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-item-endorser {
	height: 100%;
	width: 100%;
}

@media screen and (min-width: 992px) {
	.banner-item-endorser {
		width: 50% !important;
	}
}

@media screen and (max-width: 991px) {
	.banner-item-endorser.website {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.banner-item-endorser.mobile {
		display: none;
	}
}

.banner-item-book {
	padding: 2rem;
	position: relative;
}

@media screen and (min-width: 992px) {
	.banner-item-book {
		background-image: url("../img/banner/new/book-bg.svg");
	}
}

@media screen and (max-width: 991px) {
	.banner-item-book {
		background-color: rgba(253, 186, 28, 0.7);
		position: absolute;
		padding: 1rem;
		bottom: 10%;
		width: 90%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		border-radius: 20px;
		-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	}
}

.banner .book-content {
	width: 100%;
}

@media screen and (min-width: 991px) {
	.banner .book-content {
		max-width: 500px;
	}
}

.banner .book-content h1 {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.banner .book-content h1 {
		font-size: 24px;
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 991px) {
	.banner .book-content h1 {
		color: #fff;
		text-align: center;
	}
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
	.banner .book-content h1 {
		font-size: 30px;
	}
}

.banner .book-content .highlight {
	color: var(--secondary-color);
}

@media screen and (max-width: 991px) {
	.banner .book-content .highlight {
		color: #222;
	}
}

@media screen and (min-width: 992px) {
	.banner .book-content {
		position: absolute;
		top: 23%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.banner-search,
.banner-form {
	width: 100%;
}

.banner-icon {
	width: 20px;
	height: 20px;
	border-radius: 5px;
	background-color: var(--primary-color);
	position: relative;
	margin-right: 10px;
}

.banner-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 12px;
}

.banner-field {
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	width: 100%;
	margin-bottom: 0.5rem;
	-webkit-box-shadow: 0px 3px 16px #0000000f;
	box-shadow: 0px 3px 16px #0000000f;
}

.banner-field .field-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.banner-field .field-input:first-child {
	padding-bottom: 5px;
}

.banner-field .field-input:last-child {
	padding-top: 5px;
}

.banner-field .field-input input {
	outline: none;
	border: none;
	width: 100%;
}

.banner-field .field-input input:focus {
	outline: none;
}

.banner-field .field-line {
	position: relative;
	width: 100%;
}

.banner-field .field-line::after {
	border-bottom: 1px solid #ccc;
	position: absolute;
	right: 0;
	left: 30px;
	content: "";
}

.banner-form-button {
	background-color: #222;
	color: var(--primary-color);
	display: block;
	width: 100%;
	border-radius: 10px;
}

.banner-bottom {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -1px;
	z-index: 1;
}

.banner-line {
	border-top: 1px solid #222;
}

.banner-app-link {
	height: 50px;
}

@media screen and (max-width: 400px) {
	.banner-app-link {
		height: auto;
		width: 49%;
	}
}

@media screen and (max-width: 991px) {
	.banner-app-dl-title {
		color: #fff;
	}
}

@media screen and (max-width: 767px) {
	.banner-app-dl-title {
		font-size: 24px;
	}
}

.intro-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	padding-top: 1rem;
	padding-bottom: 5rem;
}

@media screen and (max-width: 767px) {
	.intro-body {
		padding-bottom: 2rem;
	}
}

.intro-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 1rem;
	width: 100%;
}

@media screen and (min-width: 1366px) {
	.intro-container {
		width: 1360px;
	}
}

.intro-stats {
	width: 100%;
	max-width: 1200px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	-webkit-column-gap: 10px;
	column-gap: 10px;
}

@media screen and (max-width: 767px) {
	.intro-stats {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
}

.intro-stats .stat-item {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.intro-stats .stat-item {
		margin-bottom: 40px;
	}
}

.intro-stats .stat-item-title {
	font-size: 70px;
	height: 75px;
	color: var(--primary-color);
}

@media screen and (max-width: 991px) {
	.intro-stats .stat-item-title {
		font-size: 40px;
		height: 45px;
	}
}

.intro-stats .stat-item .stat-item-subtitle .highlight {
	color: var(--secondary-color);
}

@media screen and (max-width: 991px) {
	.intro-stats .stat-item .stat-item-subtitle {
		font-size: 17px;
	}
}

.intro-title {
	text-align: center;
	color: #fff;
	line-height: 1em;
	font-size: 2rem;
	width: 300px;
}

@media screen and (max-width: 320px) {
	.intro-title {
		font-size: 2rem;
	}
}

@media screen and (min-width: 768px) {
	.intro-title {
		font-size: 2.5rem;
		width: 500px;
	}
}

@media screen and (min-width: 992px) {
	.intro-title {
		font-size: 4rem;
		width: 700px;
	}
}

@media screen and (min-width: 1366px) {
	.intro-title {
		font-size: 6rem;
		width: 1000px;
	}
}

.intro-hightlight {
	color: var(--black);
}

.intro-hightlight02 {
	color: var(--primary-color);
}

.feature {
	margin-bottom: 5rem;
	padding: 2rem;
}

@media screen and (max-width: 991px) {
	.feature {
		margin-bottom: 2rem;
	}
}

.feature-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 991px) {
	.feature-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.feature-image {
	width: 500px;
	border: 10px solid #222;
	border-radius: 20px;
	-webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
	.feature-image {
		width: 100%;
		max-width: 400px;
	}
}

@media screen and (max-width: 767px) {
	.feature-image {
		border: 7px solid #222;
	}
}

.feature-title-container {
	padding: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 991px) {
	.feature-title-container {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.feature-title-container {
		padding: 1rem;
	}
}

.feature-title {
	font-size: 60px;
	margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
	.feature-title {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.feature-title {
		font-size: 30px;
	}
}

.feature-title .highlight {
	color: var(--primary-color);
}

.feature-title .highlight2 {
	color: var(--secondary-color);
}

@media screen and (max-width: 991px) {
	.feature-subtitle {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.feature-subtitle {
		font-size: 20px;
	}
}

.feature-subtitle .highlight {
	color: var(--primary-color);
}

.feature1-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(var(--primary-color)),
		to(#ffd778)
	);
	background: linear-gradient(var(--primary-color), #ffd778);
	position: relative;
}

.img-bg {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.feature1-container {
	padding: 0 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
	margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
	.feature1-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (min-width: 1366px) {
	.feature1-container {
		width: 1360px;
	}
}

.feature1-imageContainer {
	width: 75%;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.feature1-imageContainer {
		width: auto;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
}

@media screen and (max-width: 767px) {
	.feature1-imageContainer {
		margin-bottom: 2rem;
	}
}

.feature1-imageContainer .feature1-image {
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.feature1-imageContainer .feature1-image {
		width: 250px;
	}
}

@media screen and (min-width: 992px) {
	.feature1-imageContainer .feature1-image {
		width: 400px;
	}
}

@media screen and (min-width: 1600px) {
	.feature1-imageContainer .feature1-image {
		width: 500px;
	}
}

.feature1-textContainer {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media screen and (min-width: 768px) {
	.feature1-textContainer {
		padding-left: 3rem;
	}
}

@media screen and (max-width: 767px) {
	.feature1-textContainer {
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	.feature1-title {
		font-size: 3rem;
	}
}

@media screen and (min-width: 992px) {
	.feature1-title {
		font-size: 4rem;
	}
}

@media screen and (min-width: 1360px) {
	.feature1-title {
		font-size: 5rem;
	}
}

@media screen and (max-width: 767px) {
	.feature1-title {
		font-size: 2rem;
	}
}

.feature1-title .feature1-highlight {
	color: #fff;
}

.feature1-title .feature1-highlight02 {
	color: var(--secondary-color);
}

.feature1-subtitle {
	line-height: 1em;
}

@media screen and (max-width: 767px) {
	.feature1-subtitle {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 992px) {
	.feature1-subtitle {
		font-size: 2rem;
	}
}

@media screen and (min-width: 1360px) {
	.feature1-subtitle {
		font-size: 3rem;
	}
}

.feature2-body {
	background-color: #ffd778;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.feature2-container {
	padding: 0 1rem;
	z-index: 2;
	margin-bottom: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (min-width: 1366px) {
	.feature2-container {
		width: 1360px;
	}
}

@media screen and (max-width: 767px) {
	.feature2-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.feature2-imageContainer {
	width: 100%;
	text-align: right;
}

.feature2-image {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.feature2-image {
		width: 75%;
	}
}

@media screen and (max-width: 767px) {
	.feature2-image {
		margin-bottom: 2rem;
	}
}

.feature2-title {
	line-height: 1em;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.feature2-title {
		font-size: 2.5rem;
	}
}

@media screen and (min-width: 992px) {
	.feature2-title {
		font-size: 3rem;
	}
}

@media screen and (min-width: 1360px) {
	.feature2-title {
		font-size: 4rem;
	}
}

@media screen and (min-width: 767px) {
	.feature2-title {
		margin-left: 4rem;
	}
}

@media screen and (max-width: 767px) {
	.feature2-title {
		font-size: 2rem;
		text-align: right;
	}
}

.feature2-title .feature2-highlight {
	color: var(--secondary-color);
}

.feature2-title .feature2-highlight02 {
	color: #d26b02;
}

.feature3-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	background-color: #ffd778;
}

.feature3-container {
	position: relative;
	padding: 0 1rem;
	z-index: 2;
	margin-bottom: 6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
}

@media screen and (min-width: 1366px) {
	.feature3-container {
		width: 1360px;
	}
}

@media screen and (max-width: 767px) {
	.feature3-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.feature3-image,
.feature3-image2 {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.feature3-image,
	.feature3-image2 {
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 767px) {
	.feature3-image {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.feature3-image2 {
		display: none;
	}
}

.feature3-title {
	line-height: 1em;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.feature3-title {
		font-size: 2.5rem;
		width: 300px;
		position: absolute;
		top: 15%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media screen and (min-width: 992px) {
	.feature3-title {
		font-size: 3rem;
		width: 400px;
	}
}

@media screen and (min-width: 1360px) {
	.feature3-title {
		width: 500px;
		font-size: 5rem;
	}
}

@media screen and (min-width: 767px) {
	.feature3-title {
		margin-left: 4rem;
	}
}

@media screen and (max-width: 767px) {
	.feature3-title {
		font-size: 2rem;
	}
}

.feature3-title .feature3-highlight {
	color: var(--secondary-color);
}

.feature3-title .feature3-highlight02 {
	color: #fff;
}

.feature4-body {
	position: relative;
}

@media only screen and (max-width: 320px) {
	.feature4-body {
		height: 100vh;
	}
}

@media only screen and (max-width: 767px) {
	.feature4-body {
		height: 90vh;
		background-image: url("../img/feature4/feature4-mobile.svg");
		background-size: cover;
		background-position: bottom left;
		background-repeat: no-repeat;
	}
}

.feature4-image {
	width: 100%;
	padding-bottom: 55%;
	display: none;
	position: relative;
}

.feature4-image img {
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.feature4-image1 {
	z-index: 4;
}

.feature4-image2 {
	z-index: 3;
}

.feature4-image3 {
	z-index: 2;
}

.feature4-image4 {
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.feature4-image {
		display: block;
	}
}

.feature4-textContainer {
	position: absolute;
	top: 10%;
	left: 1rem;
	z-index: 10;
}

@media screen and (min-width: 768px) {
	.feature4-textContainer {
		top: 10%;
		left: 10%;
	}
}

@media screen and (min-width: 1360px) {
	.feature4-textContainer {
		top: 20%;
		left: 20%;
	}
}

@media screen and (max-width: 767px) {
	.feature4-textContainer {
		width: 60%;
	}
}

.feature4-title {
	line-height: 1em;
	font-size: 2.3rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 320px) {
	.feature4-title {
		font-size: 1.7rem;
	}
}

@media screen and (min-width: 768px) {
	.feature4-title {
		font-size: 2rem;
	}
}

@media screen and (min-width: 992px) {
	.feature4-title {
		font-size: 3rem;
	}
}

@media screen and (min-width: 1360px) {
	.feature4-title {
		font-size: 4rem;
	}
}

.feature4-title .feature4-highlight {
	color: var(--primary-color);
}

.feature4-title .feature4-highlight02 {
	color: var(--secondary-color);
	text-transform: uppercase;
}

.feature4-level1 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}

@media screen and (min-width: 768px) {
	.feature4-level1 {
		display: block;
	}
}

.feature4-downloadImages img {
	margin-right: 10px;
}

@media screen and (min-width: 768px) {
	.feature4-downloadImages img {
		height: 4vw;
	}
}

@media screen and (max-width: 767px) {
	.feature4-downloadImages img {
		height: 3rem;
		margin-bottom: 0.5rem;
		display: block;
	}
}

@media screen and (max-width: 320px) {
	.feature4-downloadImages img {
		height: 2.5rem;
	}
}

.wizard,
.tabcontrol {
	display: block;
	width: 100%;
	overflow: hidden;
}

.wizard a,
.tabcontrol a {
	outline: 0;
}

.wizard ul,
.tabcontrol ul {
	list-style: none !important;
	padding: 0;
	margin: 0;
}

.home-steps .wizard-list {
	display: flex;
	flex-direction: column;
}


.wizard ul > li,
.tabcontrol ul > li {
	display: block;
	padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
	position: absolute;
	left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title {
	position: absolute;
	left: -999em;
}

/*
    Wizard
*/
.wizard > .steps {
	position: relative;
	display: block;
}

.wizard.vertical > .steps {
	display: inline;
	float: left;
	width: 70%;
}

@media screen and (max-width: 991px) {
	.wizard.vertical > .steps {
		width: 90%;
	}
}

.wizard > .steps .number {
	font-size: 1.429em;
}

.wizard > .steps > ul > li {
	width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
	float: left;
}

.wizard.vertical > .steps > ul > li {
	float: none;
	width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
	display: block;
	width: auto;
	margin: 0 0.5em 0.5em;
	padding: 1em 1em;
	text-decoration: none;
	border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
	background: #eee;
	color: #aaa;
	cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
	background: #2184be;
	color: #fff;
	cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
	background: #9dc8e2;
	color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
	background: #ff3111;
	color: #fff;
}

.wizard > .content {
	background: #eee;
	display: block;
	margin: 0.5em;
	min-height: 35em;
	overflow: hidden;
	position: relative;
	width: auto;
	border-radius: 5px;
}

.wizard.vertical > .content {
	display: inline;
	float: left;
	margin: 0 2.5% 0.5em 2.5%;
	width: 65%;
}

.wizard > .content > .body {
	float: left;
	position: absolute;
	width: 95%;
	height: 95%;
	padding: 2.5%;
}

.wizard > .content > .body ul {
	list-style: disc !important;
}

.wizard > .content > .body ul > li {
	display: list-item;
}

.wizard > .content > .body > iframe {
	border: 0 none;
	width: 100%;
	height: 100%;
}

.wizard > .content > .body input {
	display: block;
	border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"] {
	display: inline-block;
}

.wizard > .content > .body input.error {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #8a1f11;
}

.wizard > .content > .body label {
	display: inline-block;
	margin-bottom: 0.5em;
}

.wizard > .content > .body label.error {
	color: #8a1f11;
	display: inline-block;
	margin-left: 1.5em;
}

.wizard > .actions {
	position: relative;
	display: block;
	text-align: right;
	width: 100%;
}

.wizard.vertical > .actions {
	display: inline;
	float: right;
	margin: 0 2.5%;
	width: 95%;
}

.wizard > .actions > ul {
	display: inline-block;
	text-align: right;
}

.wizard > .actions > ul > li {
	margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li {
	margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
	background: #2184be;
	color: #fff;
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
	border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
	background: #eee;
	color: #aaa;
}

/*
    Tabcontrol
*/
.tabcontrol > .steps {
	position: relative;
	display: block;
	width: 100%;
}

.tabcontrol > .steps > ul {
	position: relative;
	margin: 6px 0 0 0;
	top: 1px;
	z-index: 1;
}

.tabcontrol > .steps > ul > li {
	float: left;
	margin: 5px 2px 0 0;
	padding: 1px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover {
	background: #edecec;
	border: 1px solid #bbb;
	padding: 0;
}

.tabcontrol > .steps > ul > li.current {
	background: #fff;
	border: 1px solid #bbb;
	border-bottom: 0 none;
	padding: 0 0 1px 0;
	margin-top: 0;
}

.tabcontrol > .steps > ul > li > a {
	color: #5f5f5f;
	display: inline-block;
	border: 0 none;
	margin: 0;
	padding: 10px 30px;
	text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover {
	text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a {
	padding: 15px 30px 10px 30px;
}

.tabcontrol > .content {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 35em;
	overflow: hidden;
	border-top: 1px solid #bbb;
	padding-top: 20px;
}

.tabcontrol > .content > .body {
	float: left;
	position: absolute;
	width: 95%;
	height: 95%;
	padding: 2.5%;
}

.tabcontrol > .content > .body ul {
	list-style: disc !important;
}

.tabcontrol > .content > .body ul > li {
	display: list-item;
}

.howto {
	position: relative;
}

.howto-maintitle {
	font-size: 50px;
	text-align: center;
	margin-bottom: 3rem;
}

.howto-maintitle .highlight {
	color: var(--primary-color);
}

.howto-maintitle .highlight2 {
	color: var(--secondary-color);
}

.howto-title {
	white-space: normal;
}

@media screen and (max-width: 767px) {
	.howto {
		display: none;
	}
}

.howto #example-vertical {
	margin-bottom: 200px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: visible;
}

.howto #example-vertical .howto-phone {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 110%;
	z-index: 100;
}

.howto .img-bg {
	z-index: 0;
}

.howto .wizard.vertical {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.howto .wizard.vertical .content {
	overflow: visible;
	height: 800px;
	width: 500px;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	background-color: transparent;
}

.howto .wizard.vertical .content .body {
	padding-top: 0;
	height: 100%;
	width: 100%;
}

.howto .wizard.vertical .content .howto-image {
	width: 100%;
}

.howto .wizard .steps {
	padding-top: 100px;
	padding-right: 70px;
}

@media screen and (max-width: 991px) {
	.howto .wizard .steps {
		padding-top: 50px;
	}
}

.howto .wizard .steps li:not(:last-child) a .number {
	position: relative;
}

.howto .wizard .steps a {
	display: -webkit-box;
	color: #222;
	margin: 0;
	padding-top: 0;
	padding-bottom: 60px;
	font-size: 25px !important;
}

@media screen and (max-width: 991px) {
	.howto .wizard .steps a {
		font-size: 20px !important;
		white-space: normal;
	}
}

.howto .wizard .steps a .highlight {
	color: var(--secondary-color);
	margin: 0 0.3em;
}

.howto .wizard .steps a .highlight2 {
	color: var(--primary-color);
	margin: 0 0.3em;
}

.howto .wizard .steps a:hover {
	color: #222 !important;
}

.howto .wizard .steps a:hover .number {
	background-color: #222;
	color: #fff;
}

.howto .wizard .steps a .number {
	height: 60px;
	width: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 1rem;
	border-radius: 50%;
	border: 5px solid #222;
	font-size: 30px;
	font-weight: 700;
}

@media screen {
	.howto .wizard .steps a .number {
		height: 50px;
		width: 50px;
		font-size: 24px;
	}
}

.howto .wizard .steps .current a,
.howto .wizard .steps .done a {
	background-color: transparent;
}

.howto .wizard .steps .current a .number {
	background-color: #222;
	color: var(--primary-color);
}

.howto-mobile {
	padding: 20px;
}

@media screen and (min-width: 768px) {
	.howto-mobile {
		display: none;
	}
}

.howto-mobile-item {
	margin-bottom: 50px;
	width: 100%;
	text-align: center;
}

.howto-mobile-item img {
	width: 60%;
	margin: 0 auto;
}

.howto-mobile-title .highlight {
	color: var(--secondary-color);
}

.partner-banner-body {
	position: relative;
}

@media only screen and (max-width: 767px) {
	.partner-banner-body {
		height: 90vh;
		background-image: url("../img/rider/rider-mobile.svg");
		background-size: cover;
		background-position: bottom left;
		background-repeat: no-repeat;
	}
}

.partner-banner-images {
	width: 100%;
	position: relative;
	display: none;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.partner-banner-images {
		padding-bottom: 50%;
		display: block;
	}
}

.partner-banner-labelContainer {
	position: absolute;
	top: 15%;
	left: 10%;
	width: 200px;
	z-index: 2;
}

@media screen and (min-width: 992px) {
	.partner-banner-labelContainer {
		width: 300px;
	}
}

@media screen and (min-width: 1360px) {
	.partner-banner-labelContainer {
		width: 500px;
	}
}

.partner-banner-label {
	width: 100%;
	margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
	.partner-banner-button {
		font-size: 1rem;
	}
}

.partner-intro-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#d26b02),
		to(var(--primary-color))
	);
	background: linear-gradient(#d26b02, var(--primary-color));
	position: relative;
}

.partner-intro-container {
	padding: 0 1rem;
	z-index: 2;
	margin-bottom: 6rem;
}

@media screen and (min-width: 1366px) {
	.partner-intro-container {
		width: 1360px;
	}
}

.partner-intro-title {
	line-height: 1em;
	padding: 2rem;
	font-size: 2.5rem;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.partner-intro-title {
		font-size: 3rem;
	}
}

@media screen and (min-width: 992px) {
	.partner-intro-title {
		font-size: 4rem;
	}
}

@media screen and (min-width: 1360px) {
	.partner-intro-title {
		font-size: 5rem;
	}
}

.partner-intro-title .partner-intro-highlight {
	color: var(--primary-color);
}

.partner-intro-title .partner-intro-highlight02 {
	color: #222;
}

.partner-intro-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	width: 100%;
}

@media screen and (min-width: 1360px) {
	.partner-intro-content {
		width: 75%;
	}
}

@media screen and (max-width: 767px) {
	.partner-intro-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.partner-intro-item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 33%;
	padding: 0 1rem;
	height: 100%;
}

.partner-intro-item:nth-child(1) .partner-intro-image {
	background-image: url("../img/rider/cash.svg");
}

.partner-intro-item:nth-child(2) .partner-intro-image {
	background-image: url("../img/rider/time.svg");
}

.partner-intro-item:nth-child(3) .partner-intro-image {
	background-image: url("../img/rider/security.svg");
}

@media screen and (max-width: 767px) {
	.partner-intro-item {
		max-width: 90%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 2rem;
	}
}

.partner-intro-card {
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	padding: 1.5rem;
	width: 100%;
	height: 100%;
	min-height: 350px;
}

.partner-intro-card .partner-intro-cardBg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding-bottom: 56.25%;
	background-color: var(--primary-color);
	opacity: 0.3;
	z-index: 1;
}

.partner-intro-card .partner-intro-image {
	position: relative;
	width: 100%;
	z-index: 5;
	padding-bottom: 70%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 1rem;
}

.partner-intro-card .partner-intro-text {
	font-size: 1.3rem;
	text-align: center;
	width: 100%;
}

.rq-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(var(--primary-color)),
		to(#ffd778)
	);
	background: linear-gradient(var(--primary-color), #ffd778);
	position: relative;
}

.rq-container {
	padding: 0 2rem;
	z-index: 2;
	margin-bottom: 2rem;
	width: 100%;
}

@media screen and (min-width: 1366px) {
	.rq-container {
		width: 1360px;
	}
}

.rq-title {
	color: var(--secondary-color);
	font-size: 2.5rem;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.rq-title {
		font-size: 3rem;
	}
}

@media screen and (min-width: 992px) {
	.rq-title {
		font-size: 4rem;
	}
}

.rq-subtitle {
	font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
	.rq-subtitle {
		font-size: 2rem;
	}
}

@media screen and (min-width: 992px) {
	.rq-subtitle {
		font-size: 2.5rem;
	}
}

.rq-listContent {
	width: 85%;
}

.rq-list {
	list-style-type: circle;
	position: relative;
}

.rq-listItem {
	font-size: 0.9rem;
}

@media screen and (min-width: 768px) {
	.rq-listItem {
		font-size: 1rem;
	}
}

@media screen and (min-width: 992px) {
	.rq-listItem {
		font-size: 1.5rem;
	}
}

.rq-item {
	margin-bottom: 3rem;
	max-width: 800px;
}

.rq-dividerContainer {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rq-dividerContainer .rq-line {
	height: 5px;
	background-color: var(--secondary-color);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.rq-dividerContainer .rq-circle {
	border-radius: 50%;
	border: 5px solid var(--secondary-color);
}

@media screen and (min-width: 768px) {
	.rq-dividerContainer .rq-circle {
		height: 50px;
		width: 50px;
	}
}

@media screen and (max-width: 767px) {
	.rq-dividerContainer .rq-circle {
		height: 40px;
		width: 40px;
	}
}

.rp-body {
	position: relative;
}

@media only screen and (max-width: 320px) {
	.rp-body {
		height: 100vh;
	}
}

@media only screen and (max-width: 767px) {
	.rp-body {
		height: 90vh;
		background-image: url("../img/rider/representative-mobile.svg");
		background-size: cover;
		background-position: bottom left;
		background-repeat: no-repeat;
	}
}

@media only screen and (min-width: 768px) {
	.rp-body {
		background-color: #ffd778;
	}
}

.rp-image {
	width: 100%;
	padding-bottom: 55%;
	display: none;
	position: relative;
}

.rp-image img {
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.rp-image1 {
	z-index: 4;
}

.rp-image2 {
	z-index: 3;
}

.rp-image3 {
	z-index: 2;
}

.rp-image4 {
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.rp-image {
		display: block;
	}
}

.rp-textContainer {
	position: absolute;
	top: 10%;
	left: 1rem;
	z-index: 10;
}

@media screen and (min-width: 768px) {
	.rp-textContainer {
		top: 10%;
		left: 10%;
	}
}

@media screen and (min-width: 1360px) {
	.rp-textContainer {
		top: 20%;
		left: 20%;
	}
}

@media screen and (max-width: 767px) {
	.rp-textContainer {
		width: 60%;
	}
}

.rp-title {
	line-height: 1em;
	font-size: 2.3rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 320px) {
	.rp-title {
		font-size: 1.3rem;
	}
}

@media screen and (min-width: 768px) {
	.rp-title {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 992px) {
	.rp-title {
		font-size: 2rem;
	}
}

@media screen and (min-width: 1360px) {
	.rp-title {
		font-size: 3rem;
	}
}

.rp-title .rp-highlight {
	color: #fff;
}

.rp-title .rp-highlight02 {
	color: var(--secondary-color);
	text-transform: uppercase;
}

.rp-level1 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}

@media screen and (min-width: 768px) {
	.rp-level1 {
		display: block;
	}
}

.rp-downloadImages img {
	margin-right: 10px;
}

@media screen and (min-width: 768px) {
	.rp-downloadImages img {
		height: 4vw;
	}
}

@media screen and (max-width: 767px) {
	.rp-downloadImages img {
		height: 3rem;
		margin-bottom: 0.5rem;
		display: block;
	}
}

@media screen and (max-width: 320px) {
	.rp-downloadImages img {
		height: 2.5rem;
	}
}

.rp-button {
	font-size: 1.3rem;
}

@media screen and (max-width: 991px) {
	.rp-button {
		font-size: 1rem;
	}
}

.rp-button a {
	padding: 1rem 2rem;
}

.contact-image {
	width: 100%;
	position: relative;
	display: none;
}

.contact-image img {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.contact-image-1 {
	z-index: 4;
}

.contact-image-2 {
	z-index: 3;
}

.contact-image-3 {
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.contact-image {
		padding-bottom: 30%;
		display: block;
	}
}

.contact-imageMobile {
	width: 100vw;
}

@media screen and (min-width: 768px) {
	.contact-imageMobile {
		display: none;
	}
}

.form-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	padding-top: 1rem;
	padding-bottom: 3rem;
	position: relative;
}

.form-form-container {
	padding: 0 1rem;
	margin-bottom: 100px;
	width: 100%;
	z-index: 2;
}

@media screen and (min-width: 1366px) {
	.form-form-container {
		width: 1360px;
	}
}

.form-title {
	line-height: 1em;
	padding: 0.5rem;
	font-size: 2.5rem;
	color: #222;
	margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
	.form-title {
		font-size: 3rem;
	}
}

@media screen and (min-width: 992px) {
	.form-title {
		font-size: 4rem;
	}
}

@media screen and (min-width: 1360px) {
	.form-title {
		font-size: 5rem;
	}
}

.form-title .form-highlight {
	color: var(--primary-color);
}

.form-title .form-highlight02 {
	color: var(--secondary-color);
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.form-column {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0.5rem;
}

.form-label {
	font-weight: 700;
}

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

.form-field {
	display: block;
	width: 100%;
	padding: 1.5rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	margin-bottom: 0.4rem;
}

@media screen and (min-width: 768px) {
	.form-field {
		margin-bottom: 1rem;
	}
}

.form-field:not(textarea) {
	height: calc(1.5em + 0.75rem + 2px);
}

@media (prefers-reduced-motion: reduce) {
	.form-field {
		-webkit-transition: none;
		transition: none;
	}
}

.form-field::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-field:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

.form-field:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-field::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-field:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-field::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-field::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-field:disabled,
.form-field[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-field:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form-buttonContainer {
	text-align: center;
}

.form-contactDetails {
	text-align: center;
	margin-top: 3rem;
}

.form-contactTitle {
	font-size: 2rem;
}

@media screen and (min-width: 768px) {
	.form-contactTitle {
		font-size: 3rem;
	}
}

.form-contactTitle .form-highlight {
	color: var(--secondary-color);
}

@media screen and (min-width: 768px) {
	.form-contactItem {
		font-size: 2rem;
	}
}

.form-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 3rem;
	padding: 0 0.5rem;
}

.form-option-item {
	padding: 1rem;
	border: 4px solid #222;
	border-radius: 10px;
	text-align: center;
	width: 49%;
	cursor: pointer;
}

.booking-form-option .form-option-item:not(:last-child) {
	margin-right: 10px;
}

.form-option-item > .text {
	color: inherit;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.form-option-item > .text {
		font-size: 15px;
	}
	.booking-form-option .form-option-item > .text {
		font-size: 15px;
	}
	.booking-form-option .form-option-item {
		padding: 10px;
	}
}

.form-option-item.active {
	background-color: #222;
	color: var(--primary-color);
}

.form-subtitle {
	font-weight: 700;
	position: relative;
}

.map-pin {
	position: absolute;
	left: -40px;
	top: 50%;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	height: 50px;
	width: 50px;
	background-color: #222;
	border-radius: 10px;
	z-index: 1;
}

.map-pin > img {
	height: 1rem;
	color: var(--primary-color);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.form-items {
	position: relative;
	padding-left: 100px;
}

.booking-section {
	position: relative;
}

@media screen and (max-width: 767px) {
	.booking-section {
		padding-right: 10px;
	}
}

.booking-item {
	margin-bottom: 30px;
}

.booking-item-grid-2 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-webkit-column-gap: 10px;
	column-gap: 10px;
}

@media screen and (max-width: 767px) {
	.booking-item-grid-2 {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

.booking-item-grid-2 .form-option-item .text {
	font-size: 16px;
}

.booking-item .form-field {
	margin-bottom: 0;
}

.booking-item-radio-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 15px;
}

.booking-section:not(:last-of-type)::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -63px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 5px;
	background-color: #222;
}

.booking-section:not(:last-of-type)::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -63px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 5px;
	background-color: #222;
}

.booking-section:not(:last-of-type)::after {
	content: "";
	position: absolute;
	bottom: 2rem;
	left: 0;
	right: 0;
	border: 2px dotted #222;
}

.booking-section:not(:last-of-type) {
	padding-bottom: 4rem;
}

.booking-date {
	padding: 1rem;
	background-color: var(--secondary-color);
	border-radius: 10px;
	border: 4px solid #222;
}

@media only screen and (max-width: 767px) {
	.form-items {
		padding-left: 50px;
	}
	.map-pin {
		height: 35px;
		width: 35px;
		left: -9px;
	}
	.map-pin > img {
		height: 0.9rem;
	}
	.booking-section:not(:last-of-type)::before {
		left: -23px;
	}
}

.booking-title {
	margin-top: 50px;
}

.booking-button {
	text-align: right;
}

.booking-total {
	padding: 10px;
	text-align: right;
}

.message-body {
	position: relative;
}

@media only screen and (max-width: 320px) {
	.message-body {
		height: 100vh;
	}
}

@media only screen and (max-width: 767px) {
	.message-body {
		height: 90vh;
		background-image: url("/feature4/feature4-mobile.svg");
		background-size: cover;
		background-position: bottom left;
		background-repeat: no-repeat;
	}
}

@media only screen and (min-width: 768px) {
	.message-body {
		background-color: #ffd778;
	}
}

.message-images {
	width: 100%;
	display: none;
}

@media screen and (min-width: 768px) {
	.message-images {
		display: block;
		padding-bottom: 80%;
	}
}

@media screen and (min-width: 992px) {
	.message-images {
		padding-bottom: 90%;
	}
}

@media screen and (min-width: 1360px) {
	.message-images {
		padding-bottom: 50%;
	}
}

.message-textContainer {
	position: absolute;
	top: 15%;
	left: 1rem;
	z-index: 10;
}

@media screen and (min-width: 768px) {
	.message-textContainer {
		top: 20%;
		left: 10%;
	}
}

@media screen and (min-width: 992px) {
	.message-textContainer {
		top: 20%;
		left: 10%;
	}
}

@media screen and (min-width: 1360px) {
	.message-textContainer {
		top: 20%;
		left: 20%;
	}
}

@media screen and (max-width: 767px) {
	.message-textContainer {
		width: 60%;
	}
}

.message-title {
	line-height: 1em;
	font-size: 2.3rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 320px) {
	.message-title {
		font-size: 1.7rem;
	}
}

@media screen and (min-width: 768px) {
	.message-title {
		font-size: 2rem;
		width: 65vw;
	}
}

@media screen and (min-width: 992px) {
	.message-title {
		font-size: 3rem;
		width: 70vw;
	}
}

@media screen and (min-width: 1360px) {
	.message-title {
		width: 50vw;
		font-size: 4rem;
	}
}

.message-title .message-highlight {
	color: #fff;
}

.message-title .message-highlight02 {
	color: var(--secondary-color);
	text-transform: uppercase;
}

.message-level1 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}

@media screen and (min-width: 768px) {
	.message-level1 {
		display: block;
	}
}

.downloadImages img {
	margin-right: 10px;
}

@media screen and (min-width: 768px) {
	.downloadImages img {
		height: 4vw;
	}
}

@media screen and (max-width: 767px) {
	.downloadImages img {
		height: 3rem;
		margin-bottom: 0.5rem;
		display: block;
	}
}

@media screen and (max-width: 320px) {
	.downloadImages img {
		height: 2.5rem;
	}
}

.button {
	font-size: 1.3rem;
}

@media screen and (max-width: 991px) {
	.button {
		font-size: 1rem;
	}
}

.button a {
	padding: 1rem 2rem;
}

.faqs-container {
	width: 1000px;
	margin: 0 auto;
}

.faqs .accordion .card {
	margin-bottom: 1rem !important;
	background-color: transparent;
}

.faqs .accordion .card-header {
	background-color: #222;
}

.faqs .accordion .card-header button {
	color: var(--primary-color);
}

.faqs .accordion .card-header button:hover,
.faqs .accordion .card-header button:focus {
	text-decoration: none;
}

.instagram {
	position: relative;
	padding-top: 50px;
}

@media screen and (max-width: 991px) {
	.instagram {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media screen and (max-width: 767px) {
	.instagram {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.instagram-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (min-width: 992px) {
	.instagram-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.instagram-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.instagram-content {
	width: 100%;
	max-width: 800px;
}

.instagram-title {
	font-size: 60px;
}

@media screen and (max-width: 991px) {
	.instagram-title {
		font-size: 2.3em;
	}
}

.instagram-highlight {
	color: var(--secondary-color);
}

.instagram-highlight02 {
	color: var(--primary-color);
}

.testim {
	width: 100%;
	padding: 100px 0;
}

@media screen and (max-width: 767px) {
	.testim {
		padding: 50px 0;
	}
}

.testim .wrap {
	position: relative;
	width: 100%;
	max-width: 1020px;
	padding: 40px 20px;
	margin: auto;
}

.testim .arrow {
	display: block;
	position: absolute;
	color: #eee;
	cursor: pointer;
	font-size: 2em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 5px;
	z-index: 22222222;
}

.testim .arrow:before {
	cursor: pointer;
}

.testim .arrow:hover {
	color: #ea830e;
}

.testim .arrow.left {
	left: 10px;
}

.testim .arrow.right {
	right: 10px;
}

.testim .dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 60px;
	left: 0;
	display: block;
	z-index: 3333;
	height: 12px;
	padding-left: 0 !important;
}

.testim .dots .dot {
	list-style-type: none;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #222;
	margin: 0 10px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
	background: #ea830e;
	border-color: #ea830e;
}

.testim .dots .dot.active {
	-webkit-animation: testim-scale 0.5s ease-in-out forwards;
	animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.testim .cont > div {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 70px 0;
	opacity: 0;
	width: 100%;
}

.testim .cont > div.inactive {
	opacity: 1;
}

.testim .cont > div.active {
	position: relative;
	opacity: 1;
}

.testim .cont div .img img {
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.testim .cont div h2 {
	color: #ea830e;
	font-size: 40px;
	margin: 15px 0;
}

@media screen and (max-width: 767px) {
	.testim .cont div h2 {
		font-size: 25px;
	}
}

.testim .cont div h4 {
	color: var(--secondary-color);
	margin: 15px 0;
}

@media screen and (max-width: 767px) {
	.testim .cont div h4 {
		font-size: 18px;
	}
}

.testim .cont div p {
	font-size: 25px;
	color: #222;
	width: 80%;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.testim .cont div p {
		font-size: 20px;
	}
}

.testim .cont div.active .img img {
	-webkit-animation: testim-show 0.5s ease-in-out forwards;
	animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active h2 {
	-webkit-animation: testim-content-in 0.4s ease-in-out forwards;
	animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active h4 {
	-webkit-animation: testim-content-in 0.4s ease-in-out forwards;
	animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
	-webkit-animation: testim-content-in 0.5s ease-in-out forwards;
	animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
	-webkit-animation: testim-hide 0.5s ease-in-out forwards;
	animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
	-webkit-animation: testim-content-out 0.4s ease-in-out forwards;
	animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive h4 {
	-webkit-animation: testim-content-out 0.4s ease-in-out forwards;
	animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
	-webkit-animation: testim-content-out 0.5s ease-in-out forwards;
	animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
	0% {
		-webkit-box-shadow: 0px 0px 0px 0px #eee;
		box-shadow: 0px 0px 0px 0px #eee;
	}
	35% {
		-webkit-box-shadow: 0px 0px 10px 5px #eee;
		box-shadow: 0px 0px 10px 5px #eee;
	}
	70% {
		-webkit-box-shadow: 0px 0px 10px 5px #ea830e;
		box-shadow: 0px 0px 10px 5px #ea830e;
	}
	100% {
		-webkit-box-shadow: 0px 0px 0px 0px #ea830e;
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}

@keyframes testim-scale {
	0% {
		-webkit-box-shadow: 0px 0px 0px 0px #eee;
		box-shadow: 0px 0px 0px 0px #eee;
	}
	35% {
		-webkit-box-shadow: 0px 0px 10px 5px #eee;
		box-shadow: 0px 0px 10px 5px #eee;
	}
	70% {
		-webkit-box-shadow: 0px 0px 10px 5px #ea830e;
		box-shadow: 0px 0px 10px 5px #ea830e;
	}
	100% {
		-webkit-box-shadow: 0px 0px 0px 0px #ea830e;
		box-shadow: 0px 0px 0px 0px #ea830e;
	}
}

@-webkit-keyframes testim-content-in {
	from {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes testim-content-in {
	from {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes testim-content-out {
	from {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes testim-content-out {
	from {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-webkit-keyframes testim-show {
	from {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes testim-show {
	from {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes testim-hide {
	from {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes testim-hide {
	from {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	.testim .cont div p {
		line-height: 25px;
	}
}

/*Track booking CSS*/
.track-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.track-body {
	width: 100%;
	max-width: 600px;
	padding: 0 10px;
}

.track-items {
	margin-bottom: 2rem;
}

.track-card {
	background-color: #fff;
	border-radius: 10px;
	padding: 1rem !important;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
		0 4px 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
		0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.track-card-header {
	margin-bottom: 1rem;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid gainsboro;
	padding-bottom: 1rem;
	position: relative;
}

.track-card-toggle-icon {
	background-color: #222;
	height: 30px;
	width: 30px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
		0 4px 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
		0 4px 15px 0 rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 0;
	right: 10px;
	cursor: pointer;
}

.track-card-toggle-icon.show {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.track-card-icon {
	background-color: #fdba1c;
	height: 30px;
	width: 30px;
	margin-right: 1rem;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
		0 4px 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
		0 4px 15px 0 rgba(0, 0, 0, 0.15);
	position: relative;
}

.track-card-icon > i,
.track-card-toggle-icon > i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px;
}

.track-card-icon > i {
	color: #222 !important;
}

.track-card-toggle-icon > i {
	color: var(--primary-color);
}

.track-card-body {
	border-bottom: 1px solid gainsboro;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.track-card-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.track-card-text > .name {
	font-weight: 700;
}

.track-card-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.track-card-footer > .track-card-item {
	padding-bottom: 0;
}

.track-card-status {
	padding: 1rem 1rem 0 1rem;
	display: none;
	margin: 1rem 0;
}

.track-card-status.show {
	display: block;
}

.track-card-status-item {
	color: lightgray;
	font-weight: 700;
	padding-left: 2rem;
	position: relative;
	height: 30px;
	border-left: 3px solid transparent;
}

.track-card-status-item:not(:last-child) {
	border-left: 3px solid lightgray;
}

.track-card-status-item.active {
	color: #222;
}

.track-card-status-item > span {
	position: absolute;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.track-card-status-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(-65%, -50%);
	transform: translate(-65%, -50%);
	height: 10px;
	width: 10px;
	background-color: lightgray;
	border-radius: 50%;
}

.track-card-line {
	border-left: 2px solid #222;
	height: 30px;
	margin-left: 1rem;
	margin-bottom: 10px;
	position: relative;
}

.track-card-line::before,
.track-card-line::after {
	content: "";
	background-color: #222;
	height: 5px;
	width: 5px;
	position: absolute;
	left: 0;
	-webkit-transform: translate(-70%, -50%);
	transform: translate(-70%, -50%);
	border-radius: 50%;
}

.track-card-line::before {
	top: 0;
}

.track-card-line::after {
	top: 100%;
}

.table-container {
	width: 70%;
}

.form-option-item {
	padding: 0.3rem;
	width: 100%;
	height: auto;
}

.btn-outline-warning {
	color: var(--secondary-color);
	border-color: var(--primary-color);
}

.export {
	color: var(--secondary-color);
	cursor: pointer;
}

h1 {
	color: var(--primary-color);
}

.table-option {
	margin-bottom: 5px;
}

.table {
	width: 100%;
	table-layout: fixed;
	border-collapse: fixed;
}

@media (max-width: 988px) {
	.table-container {
		width: 80%;
	}
}

@media (max-width: 865px) {
	.table-container {
		width: 85%;
	}
}

@media (max-width: 815px) {
	.table-container {
		width: 90%;
	}
}

@media (max-width: 656px) {
	.form-option-item {
		padding: 0.2rem;
		border: 3px solid #222;
	}
	.form-option-item > .text {
		font-size: 12px;
	}
}

@media (max-width: 512px) {
	form-option-item {
		padding: 0.1rem;
	}
	.form-option-item > .text {
		font-size: 11px;
	}
}

@media (max-width: 512px) {
	form-option-item {
		padding: 0.1rem;
	}
	.form-option-item > .text {
		font-size: 11px;
	}
}

@media (max-width: 478px) {
	.p-1 {
		padding: 0rem;
	}
	.form-option-item {
		padding: 0.05rem;
	}
	.form-option-item > .text {
		font-size: 10px;
	}
}

@media (max-width: 442px) {
	.col-3:nth-of-type(1) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-3:nth-of-type(2) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-3:nth-of-type(3) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 28%;
		flex: 0 0 28%;
		max-width: 28%;
	}
	.col-3:nth-of-type(4) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 22%;
		flex: 0 0 22%;
		max-width: 22%;
	}
	.form-option-item {
		border: 2px solid #222;
	}
}

@media (max-width: 395px) {
	.col-3:nth-of-type(1) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 23%;
		flex: 0 0 23%;
		max-width: 23%;
	}
	.col-3:nth-of-type(2) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 28%;
		flex: 0 0 28%;
		max-width: 28%;
	}
	.col-3:nth-of-type(3) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}
	.col-3:nth-of-type(4) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16%;
		flex: 0 0 16%;
		max-width: 16%;
	}
}

@media (max-width: 600px) {
	.table thead {
		display: none;
	}
	.table tr {
		margin-bottom: 20px;
	}
	.table td {
		text-align: right;
		padding-left: 50%;
		text-align: right;
		position: relative;
	}
	.table td::before {
		content: attr(data-label);
		position: absolute;
		left: 0;
		width: 50%;
		padding-left: 15px;
		font-size: 15px;
		font-weight: bold;
		text-align: left;
	}
	.table,
	.table tbody,
	.table tr,
	.table td {
		display: block;
		width: 100%;
	}
}

.order {
	color: var(--secondary-color);
	text-decoration: underline;
	cursor: pointer;
}

.row > .col-lg-12 > h6 {
	margin-bottom: 0px;
}

.profile-container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 15px;
}

.profile-image {
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
	border-radius: 50%;
	border: 7px solid #222;
	margin-bottom: 10px;
}

.profile-title {
	text-align: center;
	margin-bottom: 50px;
}

.profile-name {
	color: var(--secondary-color);
}

.profile-info {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	row-gap: 40px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.profile-info {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

.profile-info .info-item .item-label {
	font-weight: bold;
}

:root {
	--client-color: #000080;
	--client-secondary-color: #0101cb;
}

.client-delivery {
  background-image: url("../img/client-delivery/sm-bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 30px 0;
  min-height: 100vh;
}

@media screen and (max-width: 767px) {
	.client-delivery {
		padding: 0;
	}
}

.client-delivery * {
	font-size: 14px;
}

.client-delivery-title {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}

.client-delivery-section-title {
	font-weight: 500;
	font-size: 16px;
}

.client-delivery .step-section {
	margin-bottom: 2rem;
}

.client-delivery-container {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 7px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1),
		0 3px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 20px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
	.client-delivery-container {
		padding: 12px;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
	}
}

.client-delivery .column-2 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-webkit-column-gap: 10px;
	column-gap: 10px;
}

@media screen and (max-width: 767px) {
	.client-delivery .column-2 {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

.client-delivery-logo {
	text-align: center;
	margin-bottom: 1rem;
	padding-top: 2rem;
}

.client-delivery-logo img {
	max-width: 150px;
	max-height: 100px;
}

.client-delivery-logo .logo-ampersand {
	height: 20px;
	margin: 0 20px;
}

.client-delivery-logo .logo-toktok {
	width: 60px;
}

.client-delivery .box-container {
	background-color: #f6f9fb;
	padding: 1rem;
	margin-bottom: 1.5rem;
}

.client-delivery .box-container-title {
	margin-bottom: 1rem;
	font-size: 18px;
	font-weight: 500;
}

.client-delivery .box-container-text {
	font-size: 14px;
	margin-bottom: 1rem;
}

.client-delivery .orders {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-webkit-column-gap: 10px;
	column-gap: 10px;
	row-gap: 10px;
}

@media screen and (max-width: 767px) {
	.client-delivery .orders {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

.client-delivery .order-item {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #f6f9fb;
	border-radius: 5px;
}

.client-delivery .order-item .field {
	margin-bottom: 10px;
}

.client-delivery .order-item .field:last-child {
	margin-bottom: 0;
}

.client-delivery .order-item .field-item {
	width: 100%;
}

.client-delivery .order-item-add {
	position: relative;
	cursor: pointer;
	text-align: center;
	min-height: 100px;
}

.client-delivery .order-item-add-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.client-delivery .order-item-add-icon svg {
	color: #ccc;
	height: 40px;
	width: 40px;
}

.client-delivery .order-item-add-text {
	color: #ccc;
	font-size: 12px;
}

.client-delivery .order-options {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	-webkit-column-gap: 14px;
	column-gap: 14px;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
	.client-delivery .order-options {
		-ms-grid-columns: 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

.client-delivery .order-options-input {
	display: none !important;
}

.client-delivery .order-options-input:checked + .order-options-item {
	background-color: var(--client-color);
	border-color: var(--client-color);
}

.client-delivery .order-options-input:checked + .order-options-item svg {
	fill: #fff;
}

.client-delivery .order-options-item {
	padding-bottom: 100%;
	border: 2px solid #222;
	border-radius: 5px;
	position: relative;
	height: 0;
	cursor: pointer;
	margin-bottom: 2rem !important;
}

.client-delivery .order-options-item .item-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 70%;
}

.client-delivery .order-options-item .item-content svg {
	width: 100%;
	height: auto;
}

.client-delivery .order-options-item .item-content-title {
	position: absolute;
	top: calc(100% + 20px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 9px;
	/* white-space: nowrap; */
	text-align: center;
	font-weight: 500;
}

.client-delivery .field {
	margin-bottom: 1rem;
	width: 100%;
}

.client-delivery .field-label {
	font-weight: 500;
	font-size: 16px;
}

.client-delivery .field-item {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 7px;
}

.client-delivery .field-item-large {
	max-width: 400px;
}

.client-delivery .pickup-options {
	margin-bottom: 1rem;
}

.client-delivery .pickup-options-input {
	display: none !important;
}

.client-delivery .pickup-options-input:checked + .pickup-options-item {
	background-color: var(--client-color);
	color: #fff;
}

.client-delivery .pickup-options-item {
	padding: 7px;
	border: 3px solid var(--client-color);
	width: 130px;
	color: var(--client-color);
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	font-weight: 500;
}

.client-delivery .delivery-info-options {
	/* Rounded sliders */
}

.client-delivery .delivery-info-options .switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
}

.client-delivery .delivery-info-options .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.client-delivery .delivery-info-options .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.client-delivery .delivery-info-options .slider:before {
	position: absolute;
	content: "";
	height: 15px;
	width: 15px;
	left: 4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.client-delivery .delivery-info-options input:checked + .slider {
	background-color: var(--client-color);
}

.client-delivery .delivery-info-options input:focus + .slider {
	-webkit-box-shadow: 0 0 1px var(--client-color);
	box-shadow: 0 0 1px var(--client-color);
}

.client-delivery .delivery-info-options input:checked + .slider:before {
	-webkit-transform: translate(18px, -50%);
	transform: translate(18px, -50%);
}

.client-delivery .delivery-info-options .slider.round {
	border-radius: 34px;
}

.client-delivery .delivery-info-options .slider.round:before {
	border-radius: 50%;
}

.client-delivery .wizard {
	padding: 2rem;
}

@media screen and (max-width: 767px) {
	.client-delivery .wizard {
		padding: 12px;
	}
}

.client-delivery .wizard .steps {
	margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
	.client-delivery .wizard .steps {
		margin-bottom: 3rem;
	}
}

.client-delivery .wizard .steps .title {
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: var(--client-color);
	font-size: 14px;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	.client-delivery .wizard .steps .title {
		font-size: 9px;
	}
}

.client-delivery .wizard .content {
	background: transparent;
	margin: 0;
}

.client-delivery .wizard .content .body {
	padding: 0;
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 2rem;
}

.client-delivery .wizard .actions {
	text-align: center;
}

.client-delivery .wizard .actions a {
	width: 130px;
	text-align: center;
	padding: 10px;
	background-color: var(--client-color);
}

@media screen and (max-width: 374px) {
	.client-delivery .wizard .actions a {
		width: 110px;
	}
}

.client-delivery .wizard .actions a:hover {
	color: #fff !important;
}

.client-delivery .wizard .actions .disabled a {
	background-color: transparent;
	border: 1px solid #ccc;
	color: #ccc;
}

.client-delivery .wizard .actions .disabled a:hover {
	color: #ccc !important;
}

.client-delivery .wizard > .steps > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.client-delivery .wizard > .steps > ul > li {
	width: auto;
	float: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
}

.client-delivery .wizard > .steps > ul > li:first-child {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.client-delivery .wizard > .steps > ul > li:not(:first-child) {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.client-delivery .wizard > .steps > ul > li:not(:first-child)::after {
	position: absolute;
	content: "";
	height: 3px;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: var(--client-color);
}

@media screen and (max-width: 767px) {
	.client-delivery .wizard > .steps > ul > li:not(:first-child)::after {
		height: 2px;
	}
}

.client-delivery .wizard > .steps a {
	background-color: #fff;
	border: 3px solid var(--client-color);
	height: 60px;
	width: 60px;
	border-radius: 50%;
	position: relative;
	color: var(--client-color);
	margin: 0;
	z-index: 100;
}

@media screen and (max-width: 767px) {
	.client-delivery .wizard > .steps a {
		height: 40px;
		width: 40px;
		border: 2px solid var(--client-color);
	}
}

.client-delivery .wizard > .steps a:hover {
	color: var(--client-color) !important;
}

.client-delivery .wizard > .steps a .number {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
	.client-delivery .wizard > .steps a .number {
		font-size: 16px;
	}
}

.client-delivery .wizard > .steps .current a,
.client-delivery .wizard > .steps .current a:hover,
.client-delivery .wizard > .steps .current a:active {
	background-color: var(--client-color);
	color: #fff;
}

.client-delivery .wizard > .steps .current a:hover,
.client-delivery .wizard > .steps .current a:hover:hover,
.client-delivery .wizard > .steps .current a:active:hover {
	color: #fff !important;
}

.client-delivery .back-button {
	padding: 1rem 0;
	text-align: center;
	color: var(--client-color);
	display: block;
}

@media screen and (max-width: 767px) {
	.client-delivery .back-button {
		background-color: #eee;
		color: #222;
	}
}

.client-delivery .back-button:hover {
	color: #ccc !important;
}

.client-delivery .back-button:hover svg {
	color: #ccc;
}

.client-delivery .back-button svg {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.client-delivery .back-button svg {
		color: #222;
	}
}

.merchant-branches {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	padding: 0 10px;
}

.merchant-branches-header {
	margin-bottom: 2rem;
}

.merchant-branches-header .header-title {
	text-align: center;
}

.merchant-branches-content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	-webkit-column-gap: 1rem;
	column-gap: 1rem;
	row-gap: 1rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
	.merchant-branches-content {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
}

.merchant-branches-item {
	text-align: center;
}

.merchant-branches-item:hover .item-card {
	border-color: var(--primary-color);
}

.merchant-branches-item:hover .item-name {
	color: var(--primary-color) !important;
}

.merchant-branches-item .item-card {
	padding-bottom: 100%;
	height: 0;
	width: 100%;
	border: 1px solid #ccc;
	position: relative;
	border-radius: 10px;
	margin-bottom: 0.5rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.merchant-branches-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 70%;
	max-width: 70%;
}

.merchant-branches-item .item-name {
	color: #222 !important;
	font-weight: 700 !important;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media screen and (max-width: 991px) {
	.merchant-branches-item .item-name {
		font-size: 12px;
	}
}

.secondary-color {
	color: var(--secondary-color);
}

.client-branches-container {
	padding: 20px;
}

.client-branches-container .merchant-branches {
	width: 100%;
}

.client-branches-container .merchant-branches-item:hover .item-card {
	border-color: var(--client-color);
}

.client-branches-container .merchant-branches-item:hover .item-name {
	color: var(--client-color) !important;
}
.client-delivery .order-options-input:checked + .order-options-item {
	background-color: transparent !important;
	border-color: var(--client-secondary-color);
}

.client-delivery .order-options-item .item-content img {
	width: 100%;
}

.client-delivery
	.order-options-input:checked
	+ .order-options-item
	.item-content-title {
	color: var(--client-secondary-color);
}

.client-delivery-total {
	margin-top: 30px;
}

.client-delivery-total .field-item {
	height: 50px;
	width: 100%;
	max-width: 350px;
}

.client-delivery-footer {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
}

.client-delivery-footer-content {
	width: 100%;
	text-align: center;
}

.client-delivery-footer-content img {
	height: 1rem;
}

/* Driver Registration */

.tt-stepper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.tt-stepper .wizard > .steps > ul > li:last-child {
	width: auto;
}

.tt-stepper .wizard .body {
	padding: 0;
}

.tt-stepper-title {
	font-weight: 600;
}

.tt-md-field {
	position: relative;
}

.tt-md-field input,
.tt-md-field select {
	height: 55px;
	border: 1px solid #CED4DA;
	border-radius: 7px;
	padding: 10px 20px;
	width: 100%;
	margin-bottom: 16px;
}

.tt-md-field select {
	margin-bottom: 0;
	padding: 10px 15px;
	margin-bottom: 16px;
}

.tt-md-field select[disabled] {
	background-color: #F0F8FF;
}

.tt-md-field input:focus {
	outline: none;
}

.tt-md-field label {
	position: absolute;
	left: 20px;
	top: 16px;
	/* transform: translateY(-50%); */
	pointer-events: none;
	color: #CED4DA;
	transition: 0.2s;
}

.tt-md-field input:focus ~ label,
.tt-md-field select ~ label {
	top: 2px;
	transform: translateY(0);
	font-size: 11px;
}

.tt-md-field input:not(:placeholder-shown) ~ label {
	top: 2px;
	transform: translateY(0);
	font-size: 11px;
}


.tt-md-field input:focus {
	outline: none;
}

.show-password {
	position: absolute;
	top: 20px;
	right: 36px;
	cursor: pointer;
}

.show-password i {
	position: absolute;
	top: 50%;
	left: 50%;
	transition: translate(-50%, -50%);
}

.show-password + input[type="password"] {
	padding-right: 45px !important;
}

.show-password.show-password--show .show {
	display: inline;
}

.show-password.show-password--show .hide {
	display: none;
}

.show-password .show {
	display: none;
}

.show-password .hide {
	display: inline;
}

.tt-field-prepend {
	position: absolute;
	top: 0;
	left: 0;
	height: 55px;
	width: 55px;
	background: #F4F4F4;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.tt-field-prepend ~ input {
	padding-left: 75px;
}

.tt-field-prepend ~ label {
	left: 75px
}

.tt-stepper .step-section {
	padding: 20px 0;
	border-bottom: 1px dashed #CED4DA;
}

.tt-stepper .step-section:first-child {
	padding-top: 0;
}

.tt-stepper .step-section:last-child {
	border-bottom: none;
}

.tt-field input,
.tt-field select {
	height: 55px;
	border: 1px solid #CED4DA;
	border-radius: 7px;
	padding: 10px 20px;
	width: 100%;
	margin-bottom: 16px;
}

.tt-field label {
	font-weight: 600;
}

.tt-dropzone {
	border-radius: 10px;
	border: 1px dashed #CED4DA;
	background-color: #F7F7FA;
}

hr.dashed {
	border-top: 1px dashed #CED4DA;
}

.tt-vehicle-card {
	padding: 20px;
	border: 1px dashed #929191;
	border-radius: 10px;
	background-color: #F7F7FA;
	margin-bottom: 20px;
}

.small-title {
	color: #929191;
	display: block;
	margin-bottom: 16px;
	text-align: right;
}

.tt-vehicle-add {
	text-align: center;
	cursor: pointer;
}

.tt-vehicle-add i {
	color: #929191;
	font-size: 20px;
}

.text-gray {
	color: #929191;
}

.review-content {
	margin-bottom: 30px;
}

.review-header {
	border-bottom: 1px solid #CED4DA;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.review-image {
	max-height: 100px;
	max-width: 45%;
	margin-right: 10px;
}

.vehicle-item {
	margin-bottom: 40px;
}

.tt-stepper .wizard .actions a {
	color: #222 !important;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}

.tt-stepper .wizard .actions a:hover {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.tt-stepper .wizard .actions a {
		width: 100px;
	}
}


.tt-stepper .wizard a[href="#cancel"],
.tt-stepper .wizard a[href="#previous"] {
	background-color: #eee; 
}

.tt-stepper .wizard a[href="#cancel"]:hover {
	background-color: #eee;
	color: #aaa !important; 
}

.vehicle-card {
	border: 1px solid #CED4DA;
	border-radius: 7px;
	padding: 16px;
}

.tt-card {
	border-top-left-radius: 10px;
    overflow: hidden;
    border-top-right-radius: 10px;
	border-radius: 7px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1),
            0 3px 20px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	padding-bottom: 70px;
	height: 100%;
	margin-bottom: 20px;
}

.tt-card-body {
	padding: 20px;
	text-align: center;
}

.tt-card-image {
	width: 100%;
}

.tt-card-image img {
	width: 100%;
}

.text-gold {
	color: var(--primary-color);
}

.tt-card-title {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 16px;
}

.tt-card-footer {
	position: absolute;
	text-align: center;
	bottom: 16px;
	left: 0;
	right: 0;
}

.tt-card-button {
	background-color: var(--primary-color);
	color: #222;
	text-align: center;
	font-weight: 600;
	border-radius: 7px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1),
	0 3px 20px 0 rgba(0, 0, 0, 0.1);
	padding: 15px 30px;
	display: inline-block;
}

.tt-card-button:hover {
	background-color: var(--secondary-color);
	color: #222 !important;
}

.cp-modal {
	z-index: 100000000;
}

.cp-modal-dialog {
	max-width: 500px;
}

.cp-modal-content {
	padding: 30px;
}

#driverLogin .cp-modal-button {
	color: #222;
	font-weight: 600 !important;
	width: 100%;
	padding: 15px !important;
	border-radius: 10px !important;
	margin-bottom: 15px;
}

.cp-modal-button {
	color: #222;
	font-weight: 600 !important;
	width: 120px;
	padding: 10px !important;
}

.cp-modal-button--secondary {
	background-color: #F4F4F4;
}

.dropzone-image {
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}

.dropzone-image img {
	width: 70px;
}

.dz-message {
	margin-top: 16px !important;
	margin-bottom: 16px !important;
}

@media screen and (max-width: 767px) {
	.tt-md-field label {
		font-size: 13px;
	}

	.tt-stepper .wizard .text {
		width: 50px !important;
		white-space: normal;
		text-align: center;
	}
}

.banner-app-link {
	height: 50px;
}

@media screen and (max-width: 400px) {
	.banner-app-link {
		height: auto;
		width: 49%;
	}
}

@media screen and (max-width: 767px) {
	.booking-item-input {
		margin-bottom: 32px;
	}
}

.contact-body {
	padding-top: 125px;
}
/*# sourceMappingURL=style1.css.map */
