/*!
Theme Name: Webalive
Theme URI: https://webalive.com.au
Author: Webalive Team
Author URI: https://webalive.com.au/team
Description: A modern WordPress starter theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webalive
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*Fonts*/
@font-face {
	font-family: 'Source Sans Pro';
	src: url('./assets/fonts/SourceSansPro-Regular.woff2') format('woff2'),
	url('./assets/fonts/SourceSansPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('./assets/fonts/SourceSansPro-Bold.woff2') format('woff2'),
	url('./assets/fonts/SourceSansPro-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('./assets/fonts/SourceSansPro-Semibold.woff2') format('woff2'),
	url('./assets/fonts/SourceSansPro-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('./assets/fonts/SourceSansPro-Light.woff2') format('woff2'),
	url('./assets/fonts/SourceSansPro-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('./assets/fonts/Poppins-Light.woff2') format('woff2'), url('./assets/fonts/Poppins-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('./assets/fonts/Poppins-Regular.woff2') format('woff2'), url('./assets/fonts/Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('./assets/fonts/Poppins-SemiBold.woff2') format('woff2'), url('./assets/fonts/Poppins-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('./assets/fonts/Poppins-Medium.woff2') format('woff2'), url('./assets/fonts/Poppins-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('./assets/fonts/Poppins-Black.woff2') format('woff2'), url('./assets/fonts/Poppins-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('./assets/fonts/Poppins-Bold.woff2') format('woff2'), url('./assets/fonts/Poppins-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
.font-graphik {
	font-family: 'Source Sans Pro';
}
/*Fonts End*/


html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: 'Source Sans Pro';
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 600;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: 'Source Sans Pro';
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: 'Source Sans Pro';
	font-size: 16px;
	line-height: 1.5;
}

button {
	color: #ffffff;
	border: none;
	padding: 10px 20px;
	font-size: 18px;
	cursor: pointer;
	border: 0;
	color: #fff;
}
button:focus {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Source Sans Pro';
	font-weight: 600;
	color: #032430;
	margin: 36px 0 16px 0;
	line-height: 1.4em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Source Sans Pro';
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	white-space: break-spaces;
}

code,
kbd,
tt,
var {
	font-family: 'Source Sans Pro';
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*Gap CSS*/
.gap-1 {
	gap: .25rem!important;
}
.gap-2 {
	gap: .5rem!important;
}
.gap-3 {
	gap: 1rem!important;
}
.gap-4 {
	gap: 1.5rem!important;
}
.gap-5 {
	gap: 2rem!important;
}
.flex-1{
	flex: 1;
}
:focus-visible{
	outline: 0;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	scroll-behavior: smooth;
	overflow: hidden;
	/* Fallback for when there is no custom background color defined. */
}
body.home,
body.page-template-template-wc-login,
body.page-template-template-business-details,
body.page-template-template-address,
body.page-template-template-lets-start
{
	overflow: auto;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 30px 0;
	padding: 0 0 0 22px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

ul li,
ol li {
	color: #000;
	font-size: 16px ;
	line-height: 25px;
	font-family: 'Source Sans Pro';
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
}

blockquote {
	border-left: 5px solid #000;
	padding: 35px;
	background: #f2f6f9;
	margin: 0 0 15px 0;
}

blockquote p:last-child {
	margin: 0;
}

.blockquotep {
	color: #000;
	padding: 0;
	margin: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 0.75em;
	width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: #139AC4 !important;
	box-shadow: 0 0 0px 1px #139Ac4 !important;
}
/*.tox.tox-silver-sink.tox-tinymce-aux{*/
/*	display: none !important;*/
/*}*/
.tox-notifications-container {
	display: none !important;
}
.dont-break-out,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
strong,
a,
div

{

	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	/*-ms-hyphens: auto;*/
	/*-moz-hyphens: auto;*/
	/*-webkit-hyphens: auto;*/
	/*hyphens: auto;*/

}
svg {
	vertical-align: middle;
}
.cursor-pointer{
	cursor: pointer;
}
select {
	appearance: none;
	background: url("./assets/img/chevron-down.svg") no-repeat;
	background-position: calc(100% - 12px) 15px;
	padding: 8px 32px 8px 12px !important;
	line-height: 23px !important;
}
select:focus {
	border-color:  #139AC4 !important;
	box-shadow: 0 0 0px 1px #139Ac4 !important;
}
label {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	margin-bottom: 5px;
	display: block;
}
textarea {
	width: 100%;
}
.form-group {
	position: relative;
	margin-bottom: 15px;
}
.form-control {
	padding: 12px;
	font-size: 14px;
	color: #000;
	border: 1px solid #CED4DA;
	border-radius: 3px;
	height: 40px !important;
}
.dropdown.bootstrap-select {
	width: 100% !important;
	display: block;
}
.dropdown.bootstrap-select button {
	padding: 12px;
	font-size: 14px;
	color: #000;
	border: 1px solid #CED4DA;
	height: 40px !important;
	font-weight: 400 !important;
	background-color: #fff;
	padding-right: 32px  !important;
	width: 100%;
	max-width: 100%;
}
.dropdown.bootstrap-select.h-32 button {
	height: 32px !important;
    padding-top: 9px;
    padding-bottom: 9px;
}
.bootstrap-select .dropdown-toggle .filter-option {
	height: 15px;
}
.filter-option-inner-inner {
	height: 18px;
	text-transform: capitalize;
}
.bootstrap-select .dropdown-menu li a span.text {
	text-transform: capitalize;
}
.bg-transparent .dropdown.bootstrap-select button {
	background: transparent;
}
.btn-blue .dropdown.bootstrap-select button {
	color: #009FD9;
	border-color: #009FD9;
}
.dropdown-toggle::after{
	display: none !important;
}
.dropdown-toggle::before {
	content: "";
	background-image: url(./assets/img/chevron-down.svg);
	background-repeat: no-repeat;
	display: block;
	width: 38px;
	height: 38px;
	position: absolute;
	right: 0px;
	top: 1px;
	background-position: center;
}
.h-32 .dropdown-toggle::before {
	height: 20px;
	width: 20px;
	top: 6px;
	right: 10px;
	background-size: 10px 6px;
}
.btn-blue .dropdown.bootstrap-select .dropdown-toggle::before {
	background-image: url(./assets/img/chevron-down-blue.svg);
}
.dropdown.bootstrap-select button:focus, .show>.btn-light.dropdown-toggle {
	outline: 0 !important;
	box-shadow: none !important;
	background-color: #fff !important;
}
.bootstrap-select .dropdown-menu li {
	position: relative;
	margin: 0;
}
.dropdown-item {
	padding: 6px 15px 5px 15px;
	color: #000;
	line-height: 24px;
	font-size: 14px;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #000;
	text-decoration: none;
	background-color: #f5f5f5;
}
.dropdown-item.active, .dropdown-item:active{
	background-color: #f5f5f5;
	color: #000;
}
textarea.form-control {
	height: auto !important;
}
.has-search .form-control-feedback {
	position: absolute;
	display: block;
	width: 2.375rem;
	height: 40px;
	line-height: 41px;
	text-align: center;
	pointer-events: none;
	color: #aaa;
	right: 0;
	top: 0;
}
.has-search .form-control {
	padding-right: 2.375rem;
}
.button-arrow span.auth,
a.button-arrow:hover, a.button-arrow:focus, a.button-arrow:active
{
	color: #000;
}
/*Custom Radio/Checkbox*/
[type="radio"]:checked,
[type="radio"]:not(:checked)
{
	position: absolute;
	left: -9999px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	line-height: 23px;
	display: inline-block;
	color: #000;
	font-weight: 400;
	font-size: 14px;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #212121;
	border-radius: 100%;
	background: #fff;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #0094c4;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*Checkbox*/

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked)
{
	position: absolute;
	left: -9999px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #000;
	font-weight: 400;
	font-size: 14px;
}
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #212121;
	border-radius: 2px;
	background: #fff;
}
[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 7px;
	width: 6px;
	height: 11px;
	border: solid #0094c4;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg) scale(0);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: rotate(45deg) scale(0);
	transform: rotate(45deg) scale(0);
}
[type="checkbox"]:checked + label:after {
	opacity: 1;
	-webkit-transform: rotate(45deg) scale(1);
	transform: rotate(45deg) scale(1);
}
/*Multichoice*/
.choices__inner {
	padding: 8px 30px 8px 12px;
	border: 1px solid #CED4DA;
	border-radius: 3px;
	background: url("./assets/img/chevron-down.svg") no-repeat #ffffff;
	background-position: calc(100% - 12px) 17px;
}
.choices__input {
	font-size: 14px;
	margin-bottom: 0;
	padding: 4px 0 0 0;
	background: transparent;
}
.choices__inner input[type="text"]:focus{
	border: 0 !important;
	box-shadow: none !important;
}
.choices__list--multiple .choices__item {
	padding: 3px 10px 2px 10px;
	font-weight: 400;
	background-color: #fff;
	color: #000;
	border: 1px solid #BDBDBD;
	border-radius: 34px;
}
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
	background: url("./assets/img/close.svg") no-repeat center;
	margin: 0px 0 0 10px;
	border-left: 0;
	width: 20px;
	opacity: 1;
	border-radius: 0;
	padding: 2px;
	height: 22px;
	vertical-align: middle;
}
/*Custom Upload drop ur files*/

.file-drop-area {
	border: 1px dashed rgba(0, 148, 196, 0.2);
	display: flex;
	flex-direction: column;
	padding: 20px;
	height: 140px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 10px;
	position: relative;
}
.file-drop-area.is-active,
.file-drop-area:hover
{
	border: 1px dashed rgba(0, 148, 196, 1);
}
.file-msg {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	width: 100%;
	white-space: nowrap;
	text-align: center;
}
.file-msg span{
	color: rgba(0, 159, 217, 1);
}

.file-input {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
}
.file-input:focus {
	outline: none;
}
.uploaded-items {
	margin: 16px 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.uploaded-items .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.uploaded-items .item .info {
	display: flex;
	gap: 26px;
}
.uploaded-items .item .info img{
	width: 48px;
	height: 38px;
	object-fit: cover;
}
.uploaded-items .item .info video {
	height: 60px;
	width: 60px;
}
.uploaded-items .item .info .name {
	font-weight: 600;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 256px;
	line-height: 1;
	margin: 0 0 3px;
}
.uploaded-items .item .info span {
	display: block;
	color: #828282;
	font-size: 14px;
}
.uploaded-items .item .close-item {
	width: 24px;
	text-align: right;
	margin-left: 10px;
	cursor: pointer;
}
/*Modal Css*/
.modal-dialog {
	max-width: 416px;
}
.modal-dialog.modal-md {
	max-width: 700px;
}
.modal-dialog.modal-sm {
	max-width: 516px;
}
.modal-content {
	border: 0;
	border-radius: 10px;
	box-shadow: 0px 1px 1px rgba(9, 30, 66, 0.25), 0px 0px 1px rgba(9, 30, 66, 0.31);
}
.modal-header {
	padding: 16px 55px 16px 24px;
	height: 52px;
	background: #009FD9;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.modal-header h5{
	margin: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.modal-header .close {
	padding: 0;
	margin: 0;
	opacity: 1;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 15px;
}
.modal-header .close:focus,
.modal-header .close:hover
{
	opacity: .6;
	outline: 0;
}
.modal-footer>:not(:last-child) {
	margin-right: 10px;
}
.modal-body {
	padding: 24px;
	max-height: 525px;
	overflow: auto;
}
.modal-content.loader-modal .modal-body {
	padding: 100px 30px;
}
.modal-content.loader-modal .modal-footer {
	padding-bottom: 30px;
}
.modal-body h5 {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	margin: 0 0 15px;
}

/*Toast msg*/

.toast-success-header {
	padding: 16px 24px;
	max-width: 500px;
	background: rgba(13, 193, 92, 0.1);
	border-radius: 10px;
	display: flex;
	align-items: center;
	gap: 20px;
}
.toast-success-header h5 {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 4px 0;
	font-family: 'Graphik';
}
.toast-success-header p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 ;
}
.toast-success-header .toast-msg {
	text-align: left;
}
.toast-box {
	background: #FFFFFF;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 12px 16px;
	max-width: 500px;
	width: 100%;
	position: relative;
	padding-right: 36px;
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
}
.toast-box:before {
	content: "";
	width: 3px;
	height: calc(100% - 5px);
	background: #0DC15C;
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	border-radius: 10px;
}
.toast-box.error-toast:before {
	background: #DE3730;
}
.toast-box .toast-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}
.toast-header .toast-msg > svg {
	width: 24px;
}
.toast-header .toast-msg > span {
	flex: 1;
}
.toast-box .toast-header button.close {
	opacity: 1;
	width: 26px;
	height: 25px;
	margin: 0;
	position: absolute;
	right: 10px;
	top: 10px;
}
.toast-box .toast-header button.close svg{
	vertical-align: middle;
}
.toast-box .toast-header button.close:focus {
	outline: 0;
}
.toast-header .toast-msg {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
/*--------------------------------------------------------------
# Helper
--------------------------------------------------------------*/

/*Typo*/

.font-25{
	font-size: 25px !important;
}
.font-20{
	font-size: 20px !important;
}
.font-18{
	font-size: 18px !important;
}
.font-16{
	font-size: 16px !important;
}
.font-15{
	font-size: 15px !important;
}
.font-14{
	font-size: 14px !important;
}
.font-13{
	font-size: 13px !important;
}
.font-12{
	font-size: 12px !important;
}
.font-normal{
	font-weight: 400 !important;
}
.font-medium{
	font-weight: 500 !important;
}
.font-semibold{
	font-weight: 600 !important;
}
.font-bold{
	font-weight: 700 !important;
}
.text-gray{
	color: #828282;
}

.w-auto {
	width: auto !important;
}
.w-32 {
	width: 32px !important;
}
.w-121 {
	width: 121px !important;
}
.w-159 {
	width: 159px !important;
}

.max-w-130 {
	max-width: 130px;
}
.max-w-300 {
	max-width: 300px;
}
.max-w-910 {
	max-width: 910px;
}

.h-auto {
	height: auto !important;
}
.h-32 {
	height: 32px !important;
}
.h-52 {
	height: 52px !important;
}

@media screen and (max-width: 575px) {
	.w-90-vsm {
		width: 90px !important;
	}
}

.min-w-auto {
	min-width: auto !important;
}
.min-w-180 {
	min-width: 180px !important;
}

.p-10 {
	padding: 10px !important;
}
.p-20 {
	padding: 20px !important;
}
.p-24 {
	padding: 24px !important;
}
.p-60 {
	padding: 60px !important;
}
@media screen and (max-width: 767px) {
	.p-30-sm {
		padding: 30px !important;
	}
}


.px-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.px-24 {
	padding-left: 24px !important;
	padding-right: 24px !important;
}
.py-24 {
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}
.pb-60 {
	padding-bottom: 60px !important;
}

.mt-22 {
	margin-top: 22px !important;
}
.mt-32 {
	margin-top: 32px !important;
}

.mr-10 {
	margin-right: 10px !important;
}
.mr-30 {
	margin-right: 30px !important;
}

.mb-8 {
	margin-bottom: 8px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-32 {
	margin-bottom: 32px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}

.ml-10 {
	margin-left: 10px;
}

.box-shadow-1 {
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
#css-dropdown
{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 300px;
	height: 42px;
	margin: 100px auto 0 auto;
}

.radius-10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.radius-5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.radius-3 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
/*Buttons*/
button:disabled,
button[disabled],
:disabled,
a[disabled]
{
	background: #BDBDBD !important;
	pointer-events: none !important;
	border: none !important;
	color: #fff !important;
}
.btn {
	font-style: normal;
	font-weight: 600 !important;
	font-size: 18px;
	line-height: 1;
	background: #00CA88;
	border-radius: 3px !important;
	color: #fff;
	padding: 15px;
	max-width: 220px;
	width: 100%;
	white-space: nowrap;
	font-family: 'Source Sans Pro' !important;
}
a.btn {
	color: #fff !important;
	line-height: 17px;
}
.btn.btn-transparent {
	background: transparent;
	padding: 0;
}
.btn.btn-transparent:hover {
	background: transparent;
}
.btn.btn-small {
	padding: 8px 16px;
	height: 34px;
	font-weight: 600;
	font-size: 14px;
	width: auto;
}
.btn.btn-border {
	border: 1px solid #1199C4;
	background: transparent;
	color: #1199C4;
}
a.btn.btn-border {
	color: #1199C4 !important;
}
.btn.btn-blue {
	background: #1199C4;
	color: #fff;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus
{
	background: #09a4d5;
	color: #fff;
}
.btn.btn-gray {
	background: #EBEBEB;
	color: #262626;
}
.btn.btn-gray:hover,
.btn.btn-gray:focus
{
	background: #dfdede;
	color: #262626;
}
.btn:focus,
.btn:hover
{
	outline: 0;
	background: #06d793;
	color: #fff;
}
.btn.btn-border:focus,
.btn.btn-border:hover
{
	outline: 0;
	background: #1199C4;
	color: #fff;
}
.btn.btn-border:hover svg path,
.btn.btn-border:focus svg path
{
	stroke: #fff;
}
.btn-primary {
	background: #0094C4;
    border-color: #0094C4;
    border-radius: 3px;
    color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
    opacity: 1;
    height: 52px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #0888b1;
    border-color: #0888b1;
}
.btn-primary.transparent {
	background: transparent;
	border: none;
	color: #185265 !important;
	padding-left: 0;
	padding-right: 0;
}

/*Error Msg*/
.block-help {
	margin: 5px 0 0;
	display: inline-block;
	position: relative;
	z-index: 999;
	color: red;
	font-size: 13px !important;
}
p.error, label.error {
	color: red !important;
	font-size: 13px !important;
	margin: 0 !important;
	font-weight: 400 !important;
}
input.error,
select.error
{
	border-color: red !important;
}
/* Link */
.link {
	display: inline-block;
	text-decoration-line: underline;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	background: transparent;
	padding: 0;
	color: #009FD9;
}

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
	margin: 0;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #139AC4;
}


/*a:visited {*/


/*color: purple;*/


/*}*/

a:hover,
a:focus,
a:active {
	color: #139ac4;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}


.spy .navigation__link {
	display: none !important;
}

.navigation__link.boss-active {
	display: block !important;
}

.webcom-disabled {
	pointer-events: none;
	cursor: default;
}
/*html {
  scroll-behavior: smooth;
}
*/

.dummy {
	height: 300px;
}


/*div.row.no-gutters {
  overflow: hidden;
}*/

.spy.spy-content-box .right-contentb {
	-ms-overflow-style: none;
	/* Internet Explorer 10+ */
	scrollbar-width: none;
	/* Firefox */
	overflow-x: auto;
	height: 550px;
}

.spy.spy-content-box .right-contentb::-webkit-scrollbar {
	display: none;
	/* Safari and Chrome */
}



.business-process .elementor-text-editor p {
	font-size: 16px;
	line-height: 25px;
}

.page-heading {
	background-color: transparent;
	padding: 150px 0 100px;
	text-align: center;
}

.page-heading h1 {
	font-size: 56px;
	line-height: 62px;
	font-weight: 600;
	margin: 0 0 22px;
}

.page-heading p {
	color: #000000;
	font-size: 24px;
	line-height: 35px;
	margin: 0;
}

/*.logged-in .webalive-navbar {*/
/*    top: 32px;*/
/*}*/

.showcase-image {
	z-index: 9;
}

.container.container-lg {
	max-width: 1630px !important;
}

.popup-topbar .left-part p {
	font-size: 17px;
	margin-bottom: 0;
}

.popup-topbar .wrap-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.popup-topbar .button-style-2-indp {
	color: #fff;
	border-color: #139AC4;
	background-color: #139AC4;
	text-transform: none;
	padding: 15px 52px 15px 34px;
	max-height: unset;
	line-height: 20px;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	font-family: 'Source Sans Pro';
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.popup-topbar .button-style-2-indp:after {
	content: '';
	width: 8px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(assets/img/arrow-right.png);
	background-repeat: no-repeat;
	position: relative;
	left: 20px;
}

.popup-topbar .left-part h2 {
	font-weight: 600;
	font-size: 46px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.elementor-button-icon svg {
	width: auto !important;
}

.js-close-trial {
	position: absolute;
	right: 50px;
	top: 40px;
	color: #000000;
	/*font-size: 21px;*/
	font-size:0px;
	line-height: 25px;
	font-weight: 500;
	padding-left: 22px;
}

.js-close-trial:hover {
	color: #005C7A;
}

.js-close-trial::before {
	content: "";
	background-image: url("assets/img/close-btn.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.js-close-trial:hover::before {
	/*background-image: url("assets/img/close-blue.png");*/
	opacity:0.8;
}

.button-close {
	position: absolute;
	right: 30px;
	top: 30px;
}

.button-close a.btn.btn-default {
	padding: 0 0 0 21px;
	background: url(assets/img/close.png) no-repeat center left;
	font-size: 21px;
	font-weight: 500;
	outline: 0;
	box-shadow: none;
}

.button-close a.btn.btn-default:hover {
	background-image: url("assets/img/close-blue.png");
	color: #139ac4;
}

.portfolio-img img {
	width: 100%;
}

.video-popup {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 1;
	background: rgba(0, 0, 0, 0.5);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	z-index: 10000;
	-ms-transform: translateY(-32px);
	transform: translateY(-32px);
	-webkit-transform: translateY(-32px);
	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;
	overflow: auto;
}

.video-popup .video-wrapper {
	margin: auto;
	max-width: 1060px;
	background-color: #dbf0f6;
	padding: 15px 30px 25px;
	width: 100%;
}

.video-popup .video-wrapper .button-close {
	position: relative;
	top: auto;
	right: auto;
	text-align: right;
	margin-bottom: 10px;
}

.video-popup .video-wrapper iframe {
	width: 100%;
}

body.page-template-payment-success .webalive-footer {
	margin-top: 100px;
}

body.page-template-payment-success .webalive-navbar {
	background-color: #e6fff0;
}

.payment-sucess {
	background-color: #ffffff;
	margin-bottom: 50px;
}

.order-details-table img {
	max-width: 90px;
}

.container.container-sm {
	max-width: 1050px !important;
}

.title-success {
	color: #11C759;
}

.order-details-table .table thead th {
	vertical-align: middle;
	font-weight: 500;
}

.order-details-table p {
	margin-bottom: 5px;
}

.order-details-table .table th:first-child,
.order-details-table .table td:first-child {
	text-align: left;
}

.order-details-table .table th:last-child,
.order-details-table .table td:last-child {
	text-align: right;
}

.order-details-table .table td,
.order-details-table .table th {
	text-align: center;
	padding: 15px 0;
}

.order-details-table table tr:nth-child(2n) {
	background: #fff;
}

.order-details-table .table thead th {
	vertical-align: middle;
	background: transparent;
	border-top: 0;
	border-bottom: 1px solid #dee2e6;
}

.order-price-info p {
	text-align: right;
}

.order-price-info p span {
	font-weight: 500;
	padding-left: 10px;
}

.order-price-info table {
	margin-bottom: 20px;
}

.order-price-info table tbody td {
	border-top: 0;
	border-bottom: 1px solid #dee2e6;
}

div#order_details h3 {
	text-align: center;
	margin-bottom: 40px;
}

.template_information_wrap {
	margin-top: 70px;
}

.template_information_wrap h4 {
	text-align: center;
	margin-bottom: 40px;
}

.table-responsive.template_information table td:last-child a {
	font-weight: 500;
}

.table-responsive.template_information table td {
	vertical-align: middle;
}

.start-out {
	max-width: 1130px;
	margin: 0 auto;
}

.try-for-free a i {
	font-size: 18px;
}


/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	/*border: 1px solid #000;*/
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0px 1000px #FFF inset;
	transition: background-color 5000s ease-in-out 0s;
}

.mc-field-group input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #00151C inset;
	-webkit-text-fill-color: #fff;
}


/* Fixing GSAP Issues */

.blog-big,
.blog-small,
.single-blog,
.js-rendered {
	opacity: 0;
}


/*Hover*/

.learn-more a:hover {
	color: #000 !important;
}

.learn-more .elementor-widget-container:hover {
	border-color: #000 !important;
}

.learn-more a i {
	font-size: 18px !important;
}


/*black*/

.create-ur-web a:hover {
	color: #000 !important;
	border-color: #000 !important;
}

.create-ur-web a i {
	font-size: 18px !important;
}


/*white*/

.create-ur-web-white a:hover {
	color: #fff !important;
	border-color: #fff !important;
}

.create-ur-web-white a i {
	font-size: 18px !important;
}


/*blue*/

.create-ur-web-blue a:hover {
	color: #139AC4 !important;
	border-color: #139AC4 !important;
}

.create-ur-web-blue a i {
	font-size: 18px !important;
}


/*Get Started button*/

.pop-center .get-started {
	display: flex;
	justify-content: center;
}

.pop-center .get-started a {
	font-size: 26px !important;
	padding: 0 !important;
}

.get-started {
	display: inline-block;
}

.get-started a {
	font-size: 21px;
	font-weight: 500;
	color: #005C7A;
	padding: 0px 0px 8px 0px;
	border-style: solid;
	border-color: #005C7A;
	border-width: 0px 0px 2px 0px;
}

.large .get-started a {
	font-size: 26px;
}

.pop-white .get-started a {
	color: #fff;
	border-color: #fff;
}

.get-started:hover a {
	color: #000;
	border-color: #000;
}

.get-started i {
	color: #005C7A;
	margin-left: 12px;
	font-size: 18px;
}

.pop-white .get-started i {
	color: #fff;
}

.get-started:hover i {
	color: #000;
}

.home-btn-group .elementor-col-50 {
	width: auto !important;
}

.message.template-message.js-template-message span.error {
	text-align: center;
	display: block;
	margin: 0 0 50px 0;
	color: red;
	font-size: 20px;
	border: 0;
}

.message {
	text-align: center;
}

.message span.error {
	display: inline-block;
	color: #f00;
	padding: 2px 15px;
	margin: 20px 0 20px 0;
	border: 1px solid #ff7d7d;
	font-size: 14px;
	line-height: 20px;
}

.js-payment-message span.error {
	display: block;
	color: #f00;
	padding: 15px;
	margin: 0px 0 39px 0;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	background: #fdf0f0;
}

/*New Issues*/

select.error {
	border-color: #ff7d7d  !important;
}

select:focus {
	outline: 0 !important;
}

select option, option {
	background: #fff;
	font-weight: 500;
	font-family: 'Source Sans Pro', Arial, sans-serif;
}
/*responsive start*/

@media only screen and (max-width:767px) {
	.right-home-tab .elementor-widget-eb-boot-vertical-tab .tab-pane {
		margin-top: 0px!important;
	}
	.left-home-tab .elementor-widget-eb-boot-vertical-tab .tab-pane {
		margin-top: 30px!important;
	}
	.elementor-widget-eb-boot-vertical-tab .nav-pills .nav-link p {
		font-size: 15px !important;
		margin-top: 15px !important;
		font-weight: 400 !important;
	}
	.widget .menu li a, .widget .menu li a:visited {
		font-size: 15px !important;
	}
	.sub-menu  .webalive-submenu-paragraph {
		font-size: 15px !important;
		font-weight: 400 !important;
		color: rgba(0, 0, 0, 1) !important;
	}
	.webalive-main-menu li a {
		padding: 15px 10px !important;
	}
	.webalive-submenu-item-content-list h5 {
		font-size: 18px !important;
	}
	/* 	.mbl-last-plus {
       display: none !important;
    } */
	.webalive-submenu-item-content-list a:before {
		top: 12px !important;
	}
	.follow-colume-icon{
		width:55px!important;
	}
}

/* .trial-area {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
} */

.sticky-container .elementor-element {
	position: sticky;
	top: 140px;
}
/*responsive end*/

/* .single-input-box.hidden-if-exists.hide-temp {
    display: none;
} */
.page-template-template-library section .elementor-widget-container{
	padding:0px !important;
}
.page-template-template-library section{
	margin-bottom:40px !important;
	margin-top:50px !important;
}
.page-template-template-library .page-header-section{
	background-color:#fff;
}
.page-template-template-library .page-heading h1 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	margin: 0 0 22px;
}
.page-template-template-library .page-heading p {
	color: #000000;
	font-weight:300;
	font-size: 21px;
	line-height: 28px;
	margin: 0;
}
.page-template-template-library .page-heading {
	padding: 100px 0 0px 0px;
}
.category-browse-search {
	max-width: 532px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.cbs-category label{
	display:none;
}

/*payment process css start*/
p.js-copun-error {
	color: red;
	font-size: 14px !important;
	font-weight: normal !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.page-template-payment-process .page-heading{
	display:none;
}


.payment-method .single-input-box label{
	font-weight:400;
	font-size: 16px;
}
.gurantee-div{
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	text-align:center;
	padding-bottom: 15px;
	display: none;
}
.coupon_applied {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	overflow: hidden;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.coupon_applied span + span{
	font-weight: 400;
}
.payment-summary {
	padding: 60px;
	box-shadow: -2px -3px 12px rgba(0, 0, 0, 0.06);
	height: 100%;
}
/*payment process css end*/

.single-input-box.submit-input-box .lds-ring-bottom{
	display:none !important;
}
.page-template-template-library .lds-ring-template div{
	top:60px;
}
.preloader-inner h4 {
	text-align: center;
	font-size: 18px;
	line-height: 35px;
	font-weight: 600;
	margin: 0;
}
.preloader-inner h2 {
	text-align: center;
	font-size: 32px;
	line-height: 38px;
	font-weight: 600;
	margin: 16px 0px;
}
.image-gif-box{
	text-align:center;
}
.image-gif-box img {
	width: 424px;
}
.scrolling-text span{
	font-size:18px;
}
.signup-preloader {
	color: #185265;
}
.preloader-inner{
	padding:0 20px;
}
.finalise-area .navs-of-lets-started{
	display:none;
}
.message.template-message.js-template-message span {
	line-height: 34px;
}
/*.form-wrap .js-paid-checkemail,*/
/*.form-wrap .js-checkemail{*/
/*    overflow-x:hidden;*/
/*}*/
.default-payment {
	display: none;
}
.wc-loader {
	width: 65px;
	height: 65px;
	margin: 0 auto;
	text-align: center;
}
.transparent.btn-primary:not(:disabled):not(.disabled).active, .transparent.btn-primary:not(:disabled):not(.disabled):active, .show>.transparent.btn-primary.dropdown-toggle {
	color: inherit;
	background-color: transparent;
	border-color: transparent;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0888b1;
	border-color: #0888b1;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}


/*Default loader*/

.eb-loader {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 999999;
	margin: 0;
	display: block;
	color: rgb(0 148 196);
	font-size: 10px;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s;
}
.eb-loader, .eb-loader:after, .eb-loader:before {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-duration: 1.8s;
	-webkit-animation-duration: 1.8s;
	transition-duration: 1.8s;
	-webkit-transition-duration: 1.8s;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}
.eb-loader:before {
	left: -3.5em;
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s;
}
.eb-loader:after, .eb-loader:before {
	content: '';
	position: absolute;
	top: -2px;
}
.eb-loader:after {
	left: 3.5em;
}
.eb-loader:after, .eb-loader:before {
	content: '';
	position: absolute;
	top: -2px;
}
.eb-loader:after {
	left: 3.5em;
}
.eb-loader:after, .eb-loader:before {
	content: '';
	position: absolute;
	top: -2px;
}

@-webkit-keyframes load7{
	0%, 80%, 100%{
		box-shadow:0 2.5em 0 -1.3em
	}
	40%{
		box-shadow:0 2.5em 0 0
	}
}
@keyframes load7{
	0%, 80%, 100%{
		box-shadow:0 2.5em 0 -1.3em
	}
	40%{
		box-shadow:0 2.5em 0 0
	}
}

.default-loader, .lds-ring-template {
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999999;
	opacity: 0;
	display: none;
}
.default-loader:before,
.lds-ring-template:before
{
	content: "";
	background: rgba(0,0,0,.1);
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.default-loader .wc-loader,
.lds-ring-template .wc-loader
{
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
}

.default-loader.show,
.lds-ring-template.show-loader
{
	opacity: 1;
	display: block;
}