/**
Theme Name: US Global Mail custom theme
Theme URI: https://usglobalmail.com/
Author: the UsGlobalMail team
Author URI: https://wordpress.org/
Description: Custom theme for US Global Mail based on the design
Requires at least: 5.9
Tested up to: 6.6
Requires PHP: 5.6
Version: 0.1.2
License: MIT
Text Domain: usgm
**/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

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


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

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

* {
    font-family: 'Red Hat Display', sans-serif;
}

html,
body {
	border: none;
	margin: 0;
	padding: 0;
	font-weight: 400;
	color: #5F4BDE;
	font-style: normal !important;
}

/* Headings */
h1 {
    font-weight: 500 !important;
    font-size: 56px !important;
    line-height: 120% !important;
    letter-spacing: 0 !important;
}

h2 {
    font-weight: 400 !important;
    font-size: 48px !important;
    line-height: 52px !important;
    letter-spacing: 0 !important;
}

h3 {
    font-weight: 400 !important;
    font-size: 40px !important;
    line-height: 110% !important;
    letter-spacing: 0 !important;
}

h4 {
    font-weight: 400 !important;
    font-size: 32px !important;
    line-height: 120% !important;
    letter-spacing: 0 !important;
}

button {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 140% !important;
    letter-spacing: 0 !important;
}

label {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 100% !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
}

a
{
	font-size: 16px;
	color: #4386FC !important;
}
input[type="submit"]
{
	background: #4386FC;
	background-color: #4386FC !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}


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

/*	1. Document Setup
/* -------------------------------------------------------------------------- */


html {
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	color: #000;
	letter-spacing: -0.015em;
	text-align: left;
}

@supports ( font-variation-settings: normal ) {


}

*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

#site-content {
	overflow: hidden;
}


/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
	clear: both;
	content: "";
	display: block;
}


/* Base Transitions -------------------------- */

a,
path {
	transition: all 0.15s linear;
}


/* Screen Reader Text ------------------------ */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

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


/* Skip Link --------------------------------- */

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}



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

@media ( prefers-reduced-motion: reduce ) {

	* {
		animation-duration: 0s !important;
		transition-duration: 0s !important;
	}
}


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

/*	2. Element Base
/* ---------------------------------------------*---------------------------- */


main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
	font-weight: 700;
	letter-spacing: -0.0415625em;
	line-height: 1.25;
	margin: 3.5rem 0 2rem;
}

h1,
.heading-size-1 {
	font-size: 3.6rem;
	font-weight: 800;
	line-height: 1.138888889;
}

h2,
.heading-size-2 {
	font-size: 3.2rem;
}

h3,
.heading-size-3 {
	font-size: 2.8rem;
}

h4,
.heading-size-4 {
	font-size: 2.4rem;
}

h5,
.heading-size-5 {
	font-size: 2.1rem;
}

h6,
.heading-size-6 {
	font-size: 1.6rem;
	letter-spacing: 0.03125em;
	text-transform: uppercase;
}

p {
	line-height: 1.5;
	margin: 0 0 1em 0;
}

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

em em,
em i,
i em,
i i,
cite em,
cite i {
	font-weight: bolder;
}

big {
	font-size: 1.2em;
}

small {
	font-size: 0.75em;
}

b,
strong {
	font-weight: 700;
}

ins {
	text-decoration: underline;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

abbr,
acronym {
	cursor: help;
}

address {
	line-height: 1.5;
	margin: 0 0 2rem 0;
}

hr {
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	border-color: #dcd7ca;
	margin: 4rem 0;
}

.entry-content hr,
hr.styled-separator {
	background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
	background-color: transparent !important;
	border: none;
	height: 0.1rem;
	overflow: visible;
	position: relative;
}

.entry-content hr:not(.has-background),
hr.styled-separator {
	color: #6d6d6d;
}

.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
	background: currentColor;
	content: "";
	display: block;
	height: 1.6rem;
	position: absolute;
	top: calc(50% - 0.8rem);
	transform: rotate(22.5deg);
	width: 0.1rem;
}

.entry-content hr::before,
hr.styled-separator::before {
	left: calc(50% - 0.5rem);
}

.entry-content hr::after,
hr.styled-separator::after {
	right: calc(50% - 0.5rem);
}

a {
	color: #4486fc;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}


/* Lists ------------------------------------- */

ul,
ol {
	margin: 0 0 3rem 3rem;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

li {
	line-height: 1.5;
	margin: 0.5rem 0 0 2rem;
}

li > ul,
li > ol {
	margin: 1rem 0 0 2rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}

dt,
dd {
	line-height: 1.5;
}

dt {
	font-weight: 700;
}

dt + dd {
	margin-top: 0.5rem;
}

dd + dt {
	margin-top: 1.5rem;
}


/* Quotes ------------------------------------ */

blockquote {
	border-color: #4486fc;
	border-style: solid;

	/*rtl:ignore*/
	border-width: 0 0 0 0.2rem;
	color: inherit;
	font-size: 1em;
	margin: 4rem 0;

	/*rtl:ignore*/
	padding: 0.5rem 0 0.5rem 2rem;
}

cite {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}

blockquote cite {
	display: block;
	margin: 2rem 0 0 0;
}

blockquote p:last-child {
	margin: 0;
}


/* Code -------------------------------------- */

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 0.9em;
	padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
	background: rgba(0, 0, 0, 0.075);
	border-radius: 0.2rem;
}

pre {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.5;
	margin: 4rem 0;
	overflow: auto;
	padding: 3rem 2rem;
	text-align: left;
}

pre code {
	background: transparent;
	padding: 0;
}


/* Media ------------------------------------- */

figure {
	display: block;
	margin: 0;
}

iframe {
	display: block;
	max-width: 100%;
}

video {
	display: block;
}

svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

figcaption,
.wp-caption-text {
	color: #6d6d6d;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;
}

figcaption a,
.wp-caption-text a {
	color: inherit;
}

blockquote.instagram-media,
iframe.instagram-media {
	margin: auto !important;
}


/* GALLERIES */

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 3em 0 3em -0.8em;
	width: calc(100% + 1.6em);
}

.gallery-item {
	margin: 0.8em 0;
	padding: 0 0.8em;
	width: 100%;
}

.gallery-caption {
	display: block;
	margin-top: 0.8em;
}


/* Inputs ------------------------------------ */

fieldset {
	border: 0.2rem solid #dcd7ca;
	padding: 2rem;
}

legend {
	font-size: 0.85em;
	font-weight: 700;
	padding: 0 1rem;
}

label {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 0 0.5rem 0;
}

label.inline,
input[type="checkbox"] + label {
	display: inline;
	font-weight: 400;
	margin-left: 0.5rem;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	top: 2px;
	display: inline-block;
	margin: 0;
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	border-color: #dcd7ca;
	box-shadow: none;
	cursor: pointer;
}

input[type="checkbox"]:checked::before {
	/* Use the "Yes" SVG Dashicon */
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
	position: absolute;
	display: inline-block;
	margin: -0.1875rem 0 0 -0.25rem;
	height: 1.75rem;
	width: 1.75rem;
}

input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1;
}

@supports ( font-variation-settings: normal ) {

	input,
	textarea,
	button,
	.button,
	.faux-button,
	.faux-button.more-link,
	.wp-block-button__link,
	.wp-block-file__button {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

input,
textarea {
	border-color: #dcd7ca;
	color: #000;
}

code,
input[type="url"],
input[type="email"],
input[type="tel"] {

	/*rtl:ignore*/
	direction: ltr;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	box-shadow: none;
	display: block;
	font-size: 1.6rem;
	letter-spacing: -0.015em;
	margin: 0;
	max-width: 100%;
	padding: 1.5rem 1.8rem;
	width: 100%;
}

select {
	font-size: 1em;
}

textarea {
	height: 12rem;
	line-height: 1.5;
	width: 100%;
}

input::-webkit-input-placeholder {
	line-height: normal;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 16px !important;
	line-height: 26px !important;
	color: #4C4C4C !important;
	opacity: 0.4 !important;
}

input:-ms-input-placeholder {
	line-height: normal;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 16px !important;
	line-height: 26px !important;
	color: #4C4C4C !important;
	opacity: 0.4 !important;
}

input::-moz-placeholder {
	line-height: normal;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 16px !important;
	line-height: 26px !important;
	color: #4C4C4C !important;
	opacity: 0.4 !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #4486fc;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 1.25;
	margin: 0;
	opacity: 1;
	padding: 1.1em 1.44em;
	text-align: center;
	text-decoration: none;
	/*text-transform: uppercase;*/
	transition: opacity 0.15s linear;
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration: underline;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]: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: currentColor;
}

input[type="search"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

/* Tables ------------------------------------ */

table {
	border: 0.1rem solid #dcd7ca;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1.6rem;
	margin: 4rem 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.alignleft > table {
	margin: 0;
}

.alignright > table {
	margin: 0;
}

th,
td {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 0.5em;
}

caption {
	background: #dcd7ca;
	font-weight: 600;
	padding: 0.5em;
	text-align: center;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-weight: 700;
}


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

/*	3. Helper Classes
/* -------------------------------------------------------------------------- */


/* Layout ------------------------------------ */

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0;
}

.screen-height {
	min-height: 100vh;
}

.admin-bar .screen-height {
	min-height: calc(100vh - 32px);
}

@media (max-width: 782px) {

	.admin-bar .screen-height {
		min-height: calc(100vh - 46px);
	}
}

.screen-width {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

/* Sections ---------------------------------- */

section {
	padding: 5rem 0;
	width: 100%;
}

.section-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 120rem;
	width: calc(100% - 4rem);
}

.section-inner.max-percentage {
	width: 100%;
}

.section-inner.thin {
	max-width: 58rem;
}

.section-inner.small {
	max-width: 80rem;
}

.section-inner.medium {
	max-width: 100rem;
}

.section-inner.no-margin {
	margin: 0;
}


/* Toggles ----------------------------------- */

.toggle {
	-moz-appearance: none;
	-webkit-appearance: none;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	text-align: inherit;
	user-select: none;
}

button.toggle {
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	font-size: inherit;
	font-weight: 400;
	letter-spacing: inherit;
	padding: 0;
	text-transform: none;
}

/* Hiding and Showing ------------------------ */

.js .show-js {
	display: block !important;
}

.js .hide-js {
	display: none !important;
}

.no-js .show-no-js {
	display: block !important;
}

.no-js .hide-no-js {
	display: none !important;
}


/* Typography -------------------------------- */

.font-size-xl {
	font-size: 1.25em;
}

.font-size-xs {
	font-size: 0.8em;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Colors ------------------------------------ */

/* COLOR */

.color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
	color: #4486fc;
}

/* BACKGROUND COLOR */

.bg-accent,
.bg-accent-hover:focus,
.bg-accent-hover:hover {
	background-color: #4486fc;
}

/* BORDER COLOR */

.border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
	border-color: #4486fc;
}

/* FILL COLOR */

.fill-children-accent,
.fill-children-accent * {
	fill: #4486fc;
}

.fill-children-current-color,
.fill-children-current-color * {
	fill: currentColor;
}


/* Opacity ----------------------------------- */

.opacity-0 {
	opacity: 0;
}

.opacity-5 {
	opacity: 0.05;
}

.opacity-10 {
	opacity: 0.1;
}

.opacity-15 {
	opacity: 0.15;
}

.opacity-20 {
	opacity: 0.2;
}

.opacity-25 {
	opacity: 0.25;
}

.opacity-30 {
	opacity: 0.3;
}

.opacity-35 {
	opacity: 0.35;
}

.opacity-40 {
	opacity: 0.4;
}

.opacity-45 {
	opacity: 0.45;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-55 {
	opacity: 0.55;
}

.opacity-60 {
	opacity: 0.6;
}

.opacity-65 {
	opacity: 0.65;
}

.opacity-70 {
	opacity: 0.7;
}

.opacity-75 {
	opacity: 0.75;
}

.opacity-80 {
	opacity: 0.8;
}

.opacity-85 {
	opacity: 0.85;
}

.opacity-90 {
	opacity: 0.9;
}

.blend-mode-exclusion {
	mix-blend-mode: exclusion;
}

.blend-mode-hue {
	mix-blend-mode: hue;
}

.blend-mode-saturation {
	mix-blend-mode: saturation;
}

.blend-mode-color {
	mix-blend-mode: color;
}

.blend-mode-luminosity {
	mix-blend-mode: luminosity;
}


/* Image Classes ----------------------------- */

.bg-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-attachment-fixed {
	background-attachment: fixed;
}

@supports ( -webkit-overflow-scrolling: touch ) {

	.bg-attachment-fixed {
		background-attachment: scroll;
	}
}

@media ( prefers-reduced-motion: reduce ) {

	.bg-attachment-fixed {
		background-attachment: scroll;
	}
}

.wp-block-image.is-resized {
	margin-left: auto;
	margin-right: auto;
}

/* Search Form ------------------------------- */

.search-form {
	align-items: stretch;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 0 -0.8rem -0.8rem;
}

.search-form .search-field,
.search-form .search-submit {
	margin: 0 0 0.8rem 0.8rem;
}

.search-form label {
	align-items: stretch;
	display: flex;
	font-size: inherit;
	margin: 0;
	width: 100%;
}

.search-form .search-field {
	width: 100%;
}

.search-form .search-submit {
	flex-shrink: 0;
}

.search-form .search-submit:focus,
.search-form .search-submit:hover {
	text-decoration: none;
}


/* Social Icons ------------------------------ */

ul.social-icons {
	display: flex;
	flex-wrap: wrap;
	margin: -0.9rem 0 0 -0.9rem;
	width: calc(100% + 0.9rem);
}

ul.social-icons li {
	margin: 0.9rem 0 0 0.9rem;
}

.social-icons a {
	align-items: center;
	background: #4486fc;
	border-radius: 50%;
	color: #fff;
	display: flex;
	height: 4.4rem;
	justify-content: center;
	padding: 0;
	text-decoration: none;
	transition: transform 0.15s ease-in-out;
	width: 4.4rem;
}

.social-icons a:focus,
.social-icons a:hover {
	transform: scale(1.1);
	text-decoration: none;
}


/* Cover Modals ------------------------------ */

.cover-modal {
	display: none;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

.cover-modal::-webkit-scrollbar {
	display: none !important;
}

.cover-modal.show-modal {
	display: block;
	cursor: pointer;
}

.cover-modal.show-modal > * {
	cursor: default;
}


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

/*	4.	Site Header
/* -------------------------------------------------------------------------- */


#site-header {
	background: #fff;
	position: relative;
}

.header-inner {
	max-width: 168rem;
	padding: 3.15rem 0;
	z-index: 100;
}

/* Header Titles ----------------------------- */

.header-titles-wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 4rem;
	text-align: center;
}

body:not(.enable-search-modal) .header-titles-wrapper {
	justify-content: flex-start;
	padding-left: 0;
	text-align: left;
}

.site-title,
.site-logo,
.site-description {
	margin: 0;
}

.site-title {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1;
}

.site-title a {
	color: inherit;
	display: block;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
	text-decoration: underline;
}

.site-description {
	margin-top: 1rem;
	color: #6d6d6d;
	font-size: 1.8rem;
	font-weight: 500;
	display: none;
	letter-spacing: -0.0311em;
	transition: all 0.15s linear;
}

.site-logo a,
.site-logo img {
	display: block;
}

.header-titles .site-logo .site-logo {
	margin: 0;
}

.site-logo img {
	max-height: 6rem;
	margin: 0 auto;
	width: auto;
}

body:not(.enable-search-modal) .site-logo img {
	margin: 0;
}

/* Overlay Header ---------------------------- */

.overlay-header #site-header {
	background: transparent;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
}

.overlay-header .header-inner {
	color: #fff;
}

.overlay-header .site-description,
.overlay-header .toggle {
	color: inherit;
}

.overlay-header .header-inner .toggle-wrapper::before {
	background-color: currentColor;
	opacity: 0.25;
}

.admin-bar.overlay-header #site-header {
	top: 32px;
}

@media (max-width: 782px) {

	.admin-bar.overlay-header #site-header {
		top: 46px;
	}
}

/* Header Navigation ------------------------- */

.header-navigation-wrapper {
	display: none;
}

/* Header Toggles ---------------------------- */

.header-toggles {
	display: none;
}

.header-inner .toggle {
	align-items: center;
	display: flex;
	overflow: visible;
	padding: 0rem;
}

.header-inner .toggle svg {
	display: block;
	position: relative;
	z-index: 1;
	color: #4C4C4C !important;
}

.header-inner .toggle path {
	fill: currentColor;
}

.toggle-inner {
	display: flex;
	justify-content: center;
	height: 2.3rem;
	position: relative;
}

.toggle-icon {
	display: block;
	overflow: hidden;
}

.toggle-inner .toggle-text {
	color: #6d6d6d;
	font-size: 1rem;
	font-weight: 600;
	position: absolute;
	top: calc(100% + 0.5rem);
	width: auto;
	white-space: nowrap;
	word-break: break-all;
}

.overlay-header .toggle-text {
	color: inherit;
}

.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text {
	text-decoration: underline;
}

/* Search Toggle ----------------------------- */

.search-toggle {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
}

.search-toggle .toggle-icon,
.search-toggle svg {
	height: 2.5rem;
	max-width: 2.3rem;
	width: 2.3rem;
}

/* Navigation Toggle ------------------------- */

.nav-toggle .toggle-icon,
.nav-toggle svg {
	height: 32px;
	width: 32px;
}

.nav-toggle .toggle-inner {
	padding-top: 0rem;
}

/* Primary Menu ---------------------------- */

.primary-menu-wrapper {
	display: none;
}

ul.primary-menu {
	display: flex;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: -0.0277em;
	flex-wrap: wrap;
	justify-content: start;
	margin: -0.8rem 0 0 -1.6rem;
}

.primary-menu .icon {
	display: block;
	height: 0.7rem;
	position: absolute;
	pointer-events: none;
	transform: rotate(-45deg);
	width: 1.3rem;
}

.primary-menu .icon::before,
.primary-menu .icon::after {
/*	content: "";
	display: block;
	background-color: currentColor;
	position: absolute;
	bottom: calc(50% - 0.1rem);
	left: 0;*/
}

.primary-menu .icon::before {
/*	height: 0.9rem;
	width: 0.2rem;*/

/*    height: .9rem;
    width: 0.1rem;	*/
}

.primary-menu .icon::after {
/*	height: 0.2rem;
	width: 0.9rem;*/

/*    height: 0.15rem;
    width: .9rem;	*/
}

.primary-menu .icon::after {
    content: "";
    position: absolute;
    visibility: visible;
    text-align: center;
    width: 7px;
    height: 7px;
    border: solid #21242C;
    border-width: 0 1.3px 1.3px 0;
    transform: rotate(90deg);
    display: block;
    background: none;
    bottom: calc(50% - 0.1rem);
    left: 0;
}

.primary-menu li {
	font-size: inherit;
	line-height: 1.25;
	position: relative;
}

.primary-menu > li {
	margin: 0.8rem 0 0 1.6rem;
}

.primary-menu > li.menu-item-has-children > a {
	padding-right: 2rem;
}

.primary-menu > li > .icon {
	right: -0.5rem;
	top: calc(50% - 0.4rem);
}

.primary-menu a {
	color: inherit;
	display: block;
	line-height: 1.2;
	text-decoration: none;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
	text-decoration: underline;
}

.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
	text-decoration: underline;
}

.primary-menu li.current-menu-item > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
	text-decoration: none;
}

/* SUB MENU */

.primary-menu ul {
	background: #000;
	border-radius: 0.4rem;
	color: #fff;
	font-size: 1.7rem;
	opacity: 0;
	padding: 1rem 0;
	position: absolute;
	right: 9999rem;
	top: calc(100% + 2rem);
	transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
	transform: translateY(0.6rem);
	width: 20rem;
	z-index: 1;
}

.primary-menu li.menu-item-has-children:hover > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children.focus > ul {
	right: 0;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.15s linear, transform 0.15s linear;
}

.primary-menu ul::before,
.primary-menu ul::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
}

.primary-menu ul::before {
	height: 2rem;
	left: 0;
	right: 0;
}

.primary-menu ul::after {
	border: 0.8rem solid transparent;
	border-bottom-color: #000;
	right: 1.8rem;
}

.primary-menu ul a {
	background: transparent;
	border: none;
	color: inherit;
	display: block;
	padding: 1rem 2rem;
	transition: background-color 0.15s linear;
	width: 100%;
}

.primary-menu ul li.menu-item-has-children > a {
	padding-right: 4.5rem;
}

.primary-menu ul li.menu-item-has-children .icon {
	position: absolute;
	right: 1.5rem;
	top: calc(50% - 0.5rem);
}

/* DEEP DOWN */

.primary-menu ul ul {
	top: -1rem;
}

.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
	right: calc(100% + 2rem);
}

.primary-menu ul ul::before {
	bottom: 0;
	height: auto;
	left: auto;
	right: -2rem;
	top: 0;
	width: 2rem;
}

.primary-menu ul ul::after {
	border-bottom-color: transparent;

	/*rtl:ignore*/
	border-left-color: #000;
	bottom: auto;
	right: -1.6rem;
	top: 2rem;
}

.rtl .primary-menu ul ul::after {
	transform: rotate(180deg);
}

/*
 * Enable nav submenu expansion with tapping on arrows on large-viewport
 * touch interfaces (e.g. tablets or laptops with touch screens).
 * These rules are supported by all browsers (>IE11) and when JS is disabled.
 */
@media (any-pointer: coarse) {

	.primary-menu > li.menu-item-has-children > a {
		padding-right: 0;
		margin-right: 2rem;
	}

	.primary-menu ul li.menu-item-has-children > a {
		margin-right: 4.5rem;
		padding-right: 0;
		width: unset;
	}

}

/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu > li.menu-item-has-children > a {
	padding-right: 0;
	margin-right: 2rem;
}

body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
	margin-right: 4.5rem;
	padding-right: 0;
	width: unset;
}

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

/*	5. Menu Modal
/* -------------------------------------------------------------------------- */


.menu-modal {
	background: #fff;
	display: none;
	opacity: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	bottom: 0;
	left: -99999rem;
	right: 99999rem;
	top: 0;
	transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
	z-index: 99;
}

.admin-bar .menu-modal {
	top: 32px;
}

@media (max-width: 782px) {

	.admin-bar .menu-modal {
		top: 46px;
	}
}

.menu-modal.show-modal {
	display: flex;
}

.menu-modal.active {
	left: 0;
	opacity: 1;
	right: 0;
	transition: opacity 0.25s ease-out;
}

.menu-modal-inner {
	background: #fff;
	display: flex;
	justify-content: stretch;
	overflow: auto;
	-ms-overflow-style: auto;
	width: 100%;
}

.menu-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

button.close-nav-toggle {
	align-items: center;
	display: flex;
	font-size: 1.6rem;
	font-weight: 500;
	justify-content: flex-end;
	padding: 3.1rem 0;
	width: 100%;
}

button.close-nav-toggle svg {
	height: 1.6rem;
	width: 1.6rem;
}

button.close-nav-toggle .toggle-text {
	margin-right: 1.6rem;
}

.menu-modal .menu-top {
	flex-shrink: 0;
}


/* Main Menu --------------------------------- */

.modal-menu {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

.modal-menu li {
	border-color: #dedfdf;
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
	justify-content: flex-start;
	margin: 0;
}

.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.0375em;
}

.modal-menu > li:last-child {
	border-bottom-width: 0.1rem;
}

.modal-menu .ancestor-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.modal-menu a {
	display: block;
	padding: 2rem 2.5rem;
	text-decoration: none;
	width: 100%;
}

.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
	text-decoration: underline;
}

button.sub-menu-toggle {
	border-left: 0.1rem solid #dedfdf;
	flex-shrink: 0;
	margin: 1rem 0;
	padding: 0 2.5rem;
}

button.sub-menu-toggle svg {
	height: 0.9rem;
	transition: transform 0.15s linear;
	width: 1.5rem;
}

button.sub-menu-toggle.active svg {
	transform: rotate(180deg);
}

.modal-menu ul {
	display: none;
	margin: 0;
	width: 100%;
}

.modal-menu ul li a {
	color: inherit;
	font-weight: 500;
}

/* Main menu animation ----------------------- */

.menu-wrapper .menu-item {
	position: relative;
}

.menu-wrapper .active {
	display: block;
}

.menu-wrapper.is-toggling {
	pointer-events: none;
}

.menu-wrapper.is-toggling .menu-item {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
}

.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
	width: auto;
}

.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
	transition-duration: 250ms;
}

.menu-wrapper.is-animating .menu-item {
	transition-property: transform;
}

.menu-wrapper.is-toggling .toggling-target {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

.menu-wrapper.is-toggling .toggling-target.active {
	opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target {
	display: block;
	transition-property: opacity;
	opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target.active {
	opacity: 1;
}

.menu-wrapper.is-toggling .modal-menu > li:last-child li {
	border-top-color: transparent;
	border-bottom-width: 0.1rem;
}

@media (prefers-reduced-motion: reduce) {

	.menu-wrapper.is-animating .menu-item,
	.menu-wrapper.is-animating .toggling-target {
		transition-duration: 1ms !important;
	}

}


/* Expanded Menu ----------------------------- */

.expanded-menu {
	display: none;
}

.mobile-menu {
	display: block;
}


/* Menu Bottom ------------------------------- */

.menu-bottom {
	flex-shrink: 0;
	padding: 4rem 0;
}

.menu-bottom nav {
	width: 100%;
}

.menu-copyright {
	display: none;
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0;
}

.menu-copyright a:focus,
.menu-copyright a:hover {
	text-decoration: underline;
}

.menu-bottom .social-menu {
	justify-content: center;
}


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

/*	6. Search Modal
/* -------------------------------------------------------------------------- */


.search-modal {
	background: rgba(0, 0, 0, 0.2);
	display: none;
	opacity: 0;
	position: fixed;
	bottom: 0;
	left: -9999rem;
	top: 0;
	transition: opacity 0.2s linear, left 0s 0.2s linear;
	width: 100%;
	z-index: 999;
}

.admin-bar .search-modal.active {
	top: 32px;
}

@media (max-width: 782px) {

	.admin-bar .search-modal.active {
		top: 46px;
	}
}

.search-modal-inner {
	background: #fff;
	transform: translateY(-100%);
	transition: transform 0.15s linear, box-shadow 0.15s linear;
}

.search-modal-inner .section-inner {
	display: flex;
	justify-content: space-between;
	max-width: 168rem;
}

.search-modal.active {
	left: 0;
	opacity: 1;
	transition: opacity 0.2s linear;
}

.search-modal.active .search-modal-inner {
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
	transform: translateY(0);
	transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}

button.search-untoggle {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	margin-right: -2.5rem;
	padding: 0 2.5rem;
}

.search-modal button.search-untoggle {
	color: inherit;
}

.search-modal.active .search-untoggle {
	animation: popIn both 0.3s 0.2s;
}

.search-untoggle svg {
	height: 1.5rem;
	transition: transform 0.15s ease-in-out;
	width: 1.5rem;
}

.search-untoggle:focus svg,
.search-untoggle:hover svg {
	transform: scale(1.15);
}


/* Modal Search Form ------------------------- */

.search-modal form {
	margin: 0;
	position: relative;
	width: 100%;
}

.search-modal .search-field {
	background: none;
	border: none;
	border-radius: 0;
	color: inherit;
	font-size: 2rem;
	letter-spacing: -0.0277em;
	height: 8.4rem;
	margin: 0 0 0 -2rem;
	max-width: calc(100% + 2rem);
	padding: 0 0 0 2rem;
	width: calc(100% + 2rem);
}

.search-modal .search-field::-webkit-input-placeholder {
	color: inherit;
}

.search-modal .search-field:-ms-input-placeholder {
	color: inherit;
}

.search-modal .search-field::-moz-placeholder {
	color: inherit;
	line-height: 4;
}

.search-modal .search-submit {
	position: absolute;
	right: -9999rem;
	top: 50%;
	transform: translateY(-50%);
}

.search-modal .search-submit:focus {
	right: 0;
}


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

/*	7a. Template: Cover Template
/* -------------------------------------------------------------------------- */


.cover-header {
	display: flex;
	overflow: hidden;
}

.cover-header-inner-wrapper {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
}

.cover-header-inner {
	padding: 10rem 0 5rem 0;
	width: 100%;
}

.cover-color-overlay,
.cover-color-overlay::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.cover-color-overlay::before {
	background: currentColor;
	content: "";
	display: block;
}

.cover-header .entry-header {
	position: relative;
	width: 100%;
	z-index: 1;
}

.cover-header .entry-header * {
	color: #fff;
}

body.template-cover .entry-header {
	background: transparent;
	padding: 0;
}

.cover-header h1,
.cover-header h2,
.cover-header h3,
.cover-header h4,
.cover-header h5,
.cover-header h6,
.cover-header .faux-heading {
	color: inherit;
}

.cover-header .entry-header a {
	color: inherit;
}

/* To The Content ---------------------------- */

.to-the-content-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 0.5rem);
}

.to-the-content {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 4rem;
	text-decoration: none;
}

.to-the-content svg {
	height: 2rem;
	transition: transform 0.15s linear;
	transform: translateY(0);
	width: 1.767rem;
}

.to-the-content:focus svg,
.to-the-content:hover svg {
	transform: translateY(20%);
}


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

/*	7c. Template: Full Width
/* -------------------------------------------------------------------------- */


body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body.template-full-width [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 120rem;
}

body.template-full-width .entry-content .alignleft,
body.template-full-width .entry-content .alignright {
	position: static;
}

body.template-full-width .entry-content .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 0;
	position: static;
}

body.template-full-width .entry-content > .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 2rem;
	position: static;
}

body.template-full-width .entry-content .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 0;
	position: static;
}

body.template-full-width .entry-content > .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 2rem;
	position: static;
}


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

/*	8. Post: Archive
/* -------------------------------------------------------------------------- */


/* Archive Header ---------------------------- */

.archive-header {
	background-color: #fff;
	padding: 4rem 0;
}

.reduced-spacing .archive-header {
	padding-bottom: 2rem;
}

.archive-title {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -0.026666667em;
	margin: 0;
}

.archive-subtitle p:last-child {
	margin-bottom: 0;
}


/* Posts ------------------------------------- */

body:not(.singular) main > article:first-of-type {
	padding: 4rem 0 0;
}


/* Search Results ---------------------------- */

.no-search-results-form {
	padding-top: 5rem;
}


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

/*	9. Post: Single
/* -------------------------------------------------------------------------- */


/* Post Header ------------------------------- */

.singular .entry-header {
	background-color: #fff;
	padding: 4rem 0;
}

.entry-categories {
	line-height: 1.25;
	margin-bottom: 2rem;
}

.entry-categories-inner {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	margin: -0.5rem 0 0 -1rem;
}

.entry-categories a {
	border-bottom: 0.15rem solid currentColor;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.036666667em;
	margin: 0.5rem 0 0 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.entry-categories a:focus,
.entry-categories a:hover {
	border-bottom-color: transparent;
}

h1.entry-title,
h2.entry-title {
	margin: 0;
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	text-decoration: underline;
}

.intro-text {
	margin-top: 2rem;
}

.singular .intro-text {
	font-size: 2rem;
	letter-spacing: -0.0315em;
	line-height: 1.4;
}

/* POST META */

.post-meta-single-top .post-meta {
	justify-content: center;
}

.post-meta-wrapper {
	margin-top: 2rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 58rem;
	width: 100%;
}

.post-meta {
	color: #6d6d6d;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
	font-weight: 500;
	list-style: none;
	margin: -1rem 0 0 -2rem;
}

.post-meta li {
	flex-shrink: 0;
	letter-spacing: -0.016875em;
	margin: 1rem 0 0 2rem;
	max-width: calc(100% - 2rem);
}

.post-meta a {
	color: inherit;
	text-decoration: none;
}

.post-meta a:focus,
.post-meta a:hover {
	text-decoration: underline;
}

.post-meta .meta-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

.post-meta .meta-icon {
	flex-shrink: 0;
	margin-right: 1rem;
}

.sticky .post-sticky {
	color: inherit;
}

.post-meta .post-author .meta-icon svg {
	width: 1.6rem;
	height: 1.8rem;
}

.post-meta .post-categories .meta-icon svg {
	width: 1.8rem;
	height: 1.7rem;
}

.post-meta .post-comment-link .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta .post-date .meta-icon svg {
	width: 1.7rem;
	height: 1.8rem;
}

.post-meta .post-edit .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta .post-sticky .meta-icon svg {
	width: 1.5rem;
	height: 1.8rem;
}

.post-meta .post-tags .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta svg * {
	fill: currentColor;
}


/* Featured Media ---------------------------- */

.featured-media {
	margin-top: 5rem;
	position: relative;
}

.singular .featured-media {
	margin-top: 0;
}

.singular .featured-media-inner {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

.singular .featured-media::before {
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0;
	top: 0;
}

.featured-media img {
	margin: 0 auto;
}

.featured-media figcaption {
	margin: 1.5rem auto 0 auto;
	text-align: center;
	width: calc(100% - 5rem);
}

.post-inner {
	padding-top: 5rem;
}

.reduced-spacing.missing-post-thumbnail .post-inner {
	padding-top: 0;
}


/* Post Footer ------------------------------- */

/* POST NAV LINKS */

.post-nav-links {
	border-radius: 0.4rem;
	display: flex;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1;
	margin-top: 3em;
	padding: 0 0.25em;
}

.post-nav-links > * {
	padding: 1em 0.75em;
}

/* POST META BOTTOM */

.post-meta-wrapper.post-meta-single-bottom {
	margin-top: 3rem;
}


/* Author Bio -------------------------------- */

.author-bio {
	margin-top: 4rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 58rem;
	width: 100%;
}

.hide-avatars .author-bio {
	padding-left: 0;
}

.author-bio .author-title-wrapper {
	align-items: center;
	display: flex;
	margin: 0 0 1rem 0;
}

.author-bio .avatar {
	border-radius: 50%;
	margin-right: 1.5rem;
	height: 5rem;
	width: 5rem;
}

.hide-avatars img.avatar {
	display: none;
}

.author-bio p:last-child {
	margin-bottom: 0;
}

.author-bio .author-title {
	margin: 0;
}

.author-bio .author-link {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	margin-top: 1em;
	text-decoration: none;
}

.author-bio .author-link:focus,
.author-bio .author-link:hover {
	text-decoration: underline;
}


/* Single Pagination ------------------------- */

.pagination-single {
	font-size: 1.8rem;
	margin-top: 5rem;
}

.pagination-single-inner {
	display: flex;
	flex-direction: column;
}

.pagination-single hr:first-child {
	margin: 0 0 2.8rem 0;
}

.pagination-single hr:last-child {
	margin: 2.8rem 0 0.8rem 0;
}

.pagination-single a {
	align-items: baseline;
	display: flex;
	font-weight: 600;
	letter-spacing: -0.0275em;
	text-decoration: none;
	flex: 1;
}

.pagination-single a + a {
	margin-top: 1rem;
}

.pagination-single a .arrow {
	margin-right: 1rem;
}

.pagination-single a:focus .title,
.pagination-single a:hover .title {
	text-decoration: underline;
}


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

/*	10. Blocks
/* -------------------------------------------------------------------------- */


/* Block Colors ------------------------------ */

.has-text-color a {
	color: inherit;
}

/* CUSTOM COLORS */

:root .has-accent-color {
	color: #4486fc;
}

:root .has-accent-background-color {
	background-color: #4486fc;
	color: #fff;
}

:root .has-primary-color {
	color: #000;
}

:root .has-primary-background-color {
	background-color: #000;
	color: #f5efe0;
}

:root .has-secondary-color {
	color: #6d6d6d;
}

:root .has-secondary-background-color {
	background-color: #6d6d6d;
	color: #fff;
}

:root .has-subtle-background-color {
	color: #dcd7ca;
}

:root .has-subtle-background-background-color {
	background-color: #dcd7ca;
	color: #000;
}

:root .has-background-color {
	color: #f5efe0;
}

:root .has-background-background-color {
	background-color: #f5efe0;
	color: #000;
}


/* Block Typography Classes ------------------ */

.has-text-align-left {

	/*rtl:ignore*/
	text-align: left;
}

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

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

.has-drop-cap:not(:focus)::first-letter {
	color: #4486fc;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 5.1em;
	font-weight: 800;
	margin: 0.05em 0.1em 0 0;
}

.has-drop-cap:not(:focus)::first-letter::after {
	content: "";
	display: table;
	clear: both;
}

.has-drop-cap:not(:focus)::after {
	padding: 0;
}


/* Block Font Families ----------------------- */

.has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-cover-image,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-pullquote,
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

@supports ( font-variation-settings: normal ) {

	.has-drop-cap:not(:focus)::first-letter,
	.entry-content .wp-block-archives,
	.entry-content .wp-block-categories,
	.entry-content .wp-block-latest-posts,
	.entry-content .wp-block-latest-comments,
	.entry-content .wp-block-cover-image p,
	.entry-content .wp-block-pullquote {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

/* Block Font Sizes -------------------------- */

.entry-content .has-small-font-size {
	font-size: 0.842em;
}

.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
	font-size: 1em;
}

.entry-content .has-medium-font-size {
	font-size: 1.1em;
	line-height: 1.45;
}

.entry-content .has-large-font-size {
	font-size: 1.25em;
	line-height: 1.4;
}

.entry-content .has-larger-font-size {
	font-size: 1.5em;
	line-height: 1.3;
}


/* Block: Base Margins ----------------------- */

*[class*="_inner-container"] > *:first-child {
	margin-top: 0;
}

*[class*="_inner-container"] > *:last-child {
	margin-bottom: 0;
}

.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
	margin-bottom: 3rem;
	margin-top: 3rem;
}


/* Block: Shared Nesting Alignment Resets ---- */

[class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
}


/* Block: Shared Widget Styles --------------- */

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
	list-style: none;
	margin-left: 0;
}

.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
	list-style: none;
}

.entry-content .wp-block-archives > li,
.entry-content .wp-block-categories > li,
.entry-content .wp-block-latest-posts > li,
.entry-content .wp-block-latest-comment > li {
	margin-left: 0;
}

.entry-content .wp-block-archives > li:last-child,
.entry-content .wp-block-categories > li:last-child,
.entry-content .wp-block-latest-posts > li:last-child,
.entry-content .wp-block-latest-comment > li:last-child {
	margin-bottom: 0;
}

.entry-content .wp-block-archives *,
.entry-content .wp-block-categories *,
.entry-content .wp-block-latest-posts *,
.entry-content .wp-block-latest-comments * {
	font-family: inherit;
}

.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li {
	color: #6d6d6d;
}

.wp-block-archives a,
.wp-block-categories a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-archives a:hover,
.wp-block-categories a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover,
.wp-block-archives a:focus,
.wp-block-categories a:focus,
.wp-block-latest-posts a:focus,
.wp-block-latest-comments a:focus {
	text-decoration: underline;
}

.wp-block-latest-posts a,
.wp-block-latest-comments__comment-meta {
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
	color: #6d6d6d;
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: normal;
	margin-top: 0.15em;
}


/* Block: Shared Media Styles ---------------- */

.wp-block-embed figcaption,
.wp-block-image figcaption {
	color: #6d6d6d;
	font-size: 1.4rem;
	margin-bottom: 0;
	margin-top: 1.5rem;
}

/* Block: Audio ------------------------------ */

.wp-block-audio audio {
	width: 100%;
}

/* Block: Button ----------------------------- */

.wp-block-button {
	margin: 3rem 0;
}

.wp-block-button.is-style-outline {
	color: #4486fc;
}

.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: inherit;
}

.is-style-outline .wp-block-button__link {
	padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
}

/* Block: Columns ---------------------------- */

.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
	padding-left: 2rem;
	padding-right: 2rem;
}

.wp-block-column {
	margin-bottom: 3.2rem;
}

.wp-block-column > *:first-child {
	margin-top: 0;
}

.wp-block-column > *:last-child {
	margin-bottom: 0;
}

/* Block: Cover ------------------------------ */

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: calc(100% - 4rem);
	padding: 2rem 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
	max-width: 100%;
	padding: 0;
}

.wp-block-cover-image h2,
.wp-block-cover h2 {
	font-size: 3.2rem;
}

/* Block: Embed ------------------------------ */

/* Block: File ------------------------------- */

.wp-block-file {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wp-block-file a:not(.wp-block-file__button) {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
	margin-right: 1rem;
}

.wp-block-file a:not(.wp-block-file__button):focus,
.wp-block-file a:not(.wp-block-file__button):hover {
	text-decoration: underline;
}

.wp-block-file .wp-block-file__button {
	font-size: 1.5rem;
	padding: 1em 1.25em;
}

.wp-block-file a.wp-block-file__button:visited {
	opacity: 1;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
	opacity: 1;
	text-decoration: underline;
}


/* Block: Gallery ---------------------------- */

.wp-block-gallery ul {
	list-style: none;
	margin: 0 0 -1.6rem 0;
}

figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

figure.wp-block-gallery.alignleft {
	margin: 0.3rem 2rem 2rem 0;
}

figure.wp-block-gallery.alignright {
	margin: 0.3rem 0 2rem 2rem;
}

figure.wp-block-gallery.alignwide {
	margin-bottom: 4rem;
	margin-top: 4rem;
}

figure.wp-block-gallery.alignfull {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

/* Block: Group ------------------------------ */

.wp-block-group.has-background {
	padding: 2rem;
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-group__inner-container {
	margin: 0 auto;
}

.wp-block-group__inner-container,
.entry-content .wp-block-group p {
	max-width: 100%;
}

.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
	padding-left: 2rem;
	padding-right: 2rem;
}

/* Block: Image ------------------------------ */

/* Block: Media And Text --------------------- */

.wp-block-media-text .wp-block-media-text__content {
	padding: 3rem 2rem;
}

.wp-block-media-text .wp-block-media-text__content p {
	max-width: none;
}

.wp-block-media-text__content > *:first-child {
	margin-top: 0;
}

.wp-block-media-text__content > *:last-child {
	margin-bottom: 0;
}

/* Block: Pullquote -------------------------- */

/* STYLE: DEFAULT */

.wp-block-pullquote {
	padding: 0;
	position: relative;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: calc(100% - 4rem);
}

.wp-block-pullquote::before {
	background: #fff;
	border-radius: 50%;
	color: #4486fc;
	content: "”";
	display: block;
	font-size: 6.2rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 auto 1.5rem auto;
	text-align: center;
	height: 4.4rem;
	width: 4.4rem;
}

.reduced-spacing .wp-block-pullquote::before {
	border: 0.1rem solid currentColor;
	font-size: 5.9rem;
}

.wp-block-pullquote blockquote {
	border: none;
	margin: 0;
	padding: 0;
}

.wp-block-pullquote blockquote p {
	font-family: inherit;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.178571429;
	letter-spacing: -0.041785714em;
	max-width: 100%;
}

.wp-block-pullquote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-pullquote cite {
	color: #6d6d6d;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 1.2rem;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 2.8rem;
}

.wp-block-pullquote.alignleft {
	text-align: left;
}

.wp-block-pullquote.alignright {
	text-align: right;
}

.wp-block-pullquote.alignleft::before {
	margin-left: 0;
}

.wp-block-pullquote.alignright::before {
	margin-right: 0;
}

/* STYLE: SOLID BACKGROUND COLOR */

.wp-block-pullquote.is-style-solid-color {
	padding: 3rem 2rem;
}

.wp-block-pullquote.is-style-solid-color::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
	transform: translateY(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before {
	left: 2rem;
}

.wp-block-pullquote.is-style-solid-color.alignright::before {
	left: auto;
	right: 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
	text-align: inherit;
}

.wp-block-pullquote.is-style-solid-color cite {
	color: inherit;
}

/* Block: Separator  ------------------------- */

hr.wp-block-separator {
	margin: 3rem 0;
}

/* STYLE: WIDE */

.wp-block-separator.is-style-wide {
	max-width: calc(100vw - 4rem);
	position: relative;
	width: 100%;
}

/* STYLE: DOTS */

.wp-block-separator.is-style-dots::before {
	background: none;
	color: inherit;
	font-size: 3.2rem;
	font-weight: 700;
	height: auto;
	letter-spacing: 1em;
	padding-left: 1em;
	position: static;
	transform: none;
	width: auto;
}

.wp-block-separator.is-style-dots::after {
	content: none;
}


/* Block: Search ----------------------------- */

.wp-block-search .wp-block-search__input {
	width: auto;
}

/* Block: Table ------------------------------ */

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: #dcd7ca;
}

figure.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.wp-block-table.is-style-stripes table {
	border-collapse: inherit;
}

/* Block: Quote ------------------------------ */

.wp-block-quote p,
.wp-block-quote cite {
	text-align: inherit;
}

.wp-block-quote[style="text-align:center"] {
	border-width: 0;
	padding: 0;
}

.wp-block-quote[style="text-align:right"] {

	/*rtl:begin:ignore*/
	border-width: 0 0.2rem 0 0;
	padding: 0 2rem 0 0;

	/*rtl:end:ignore*/
}

/* STYLE: LARGE */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-family: inherit;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.285;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 1.6rem;
	text-align: inherit;
}

/* Block: Widget Latest Comments ------------- */

.entry-content .wp-block-latest-comments li {
	margin: 2rem 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 5.5rem;
}

.entry-content .wp-block-latest-comments a {
	text-decoration: none;
}

.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
	text-decoration: underline;
}

.wp-block-latest-comments__comment {
	font-size: inherit;
}

.wp-block-latest-comments__comment-date {
	margin-top: 0.4em;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: 0.7em;
	margin: 0.9rem 0 2rem 0;
}

/* Block: Widget Latest Posts ---------------- */

.wp-block-latest-posts.is-grid li {
	border-top: 0.2rem solid #dcd7ca;
	margin-top: 2rem;
	padding-top: 1rem;
}

.wp-block-latest-posts.has-dates {
	list-style: none;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li {
	margin-top: 1.5rem;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child {
	margin-top: 0;
}


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

/*	11. Entry Content
/* -------------------------------------------------------------------------- */


.entry-content {
	line-height: 1.5;
}

.entry-content > * {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25em;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.read-more-button-wrap {
	margin-top: 1em;
	text-align: center;
}

.entry-content a:hover,
.entry-content a:focus {
	text-decoration: none;
}

.entry-content p,
.entry-content li {
	line-height: 1.4;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 3.5rem auto 2rem;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 1rem;
}

.entry-content hr {
	margin: 4rem auto;
}

/* Font Families ----------------------------- */

.entry-content p,
.entry-content ol,
.entry-content ul,
.entry-content dl,
.entry-content dt {
	font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
	letter-spacing: normal;
}

.entry-content cite,
.entry-content figcaption,
.entry-content .wp-caption-text {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

@supports ( font-variation-settings: normal ) {

	.entry-content cite,
	.entry-content figcaption,
	.entry-content .wp-caption-text {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}


/* Alignment Classes ------------------------- */

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	/*max-width: 58rem;*/
	width: calc(100% - 4rem);
	margin-left: 0px;
}
 /*.single-post .entry-content ul li ,  .entry-content ol li{font-size: 16px !important;}*/
.single-post .entry-content ul li, .single-post .entry-content ol li, .single-post .entry-content ul li a, .single-post .entry-content ol li a{
    font-size: 18px;
    line-height: 30px;
    font-weight: 300 !important;
    color: #4C4C4C;
 }
  .single-post .entry-content ul ,  .entry-content ol{margin-left: 30px !important;}

/*  .single-post .entry-content ol li span{font-weight: 300 !important;}*/
.single-post .entry-content ol li span {
    font-weight: 300 !important;
    font-size: 18px;
    line-height: 30px;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 58rem;
	width: 100%;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
	margin-top: 4rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
}

/* Full */

.alignfull {
	margin-top: 5rem;
	margin-right: auto;
	margin-bottom: 5rem;
	margin-left: auto;
	max-width: 100vw;
	position: relative;
	width: 100%;
}

[class*="__inner-container"] > .alignfull {
	max-width: 100%;
}

/* Wide */

.alignwide {
	max-width: 120rem;
	position: relative;
	width: calc(100% - 4rem);
}

[class*="__inner-container"] > .alignwide {
	width: 100%;
}

/* Center */

.aligncenter,
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

/* Left and right */

.alignleft,
.alignright {
	max-width: 50%;
}

.alignleft {

	/*rtl:ignore*/
	float: left;
	margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {

	/*rtl:ignore*/
	float: right;
	margin: 0.3rem 2rem 2rem 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 2rem;
}

/* Entry Media ------------------------------- */

.alignfull > figcaption,
.alignfull > .wp-caption-text {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
	width: calc(100% - 4rem);
}


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

/*	12. Comments
/* -------------------------------------------------------------------------- */


/* Comment Headers ----------------------------- */

.comments-wrapper {
	margin-top: 5rem;
}

.comment-reply-title {
	margin: 0 0 4rem 0;
	text-align: center;
}


/* Comment Item ----------------------------- */

/* COMMENT HEADER */

.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
	padding-top: 3.5rem;
}

div.comment:first-of-type {
	margin-top: 3.5rem;
	padding-top: 0;
}

.comments .comments-header + div {
	margin-top: 0;
	padding-top: 0;
}

.comment-body {
	position: relative;
}

.comment .comment {
	padding-left: 5%;
}

.comment-meta {
	line-height: 1.1;
	margin-bottom: 1.5rem;
	min-height: 5rem;
	padding-left: 5rem;
	position: relative;
}

.hide-avatars .comment-meta {
	min-height: 0;
	padding-left: 0;
}

.comment-meta a {
	color: inherit;
}

.comment-author {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.027777778em;
}

.comment-author a {
	text-decoration: underline;
}

.comment-author a:hover,
.comment-author a:focus {
	text-decoration: none;
}

.comment-meta .avatar {
	height: 4rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 4rem;
}

.comment-author .url {
	text-decoration: underline;
}

.comment-metadata {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 0.6rem;
}

.comment-metadata a {
	text-decoration: none;
}

.comment-metadata a:focus,
.comment-metadata a:hover {
	text-decoration: underline;
}


/* COMMENT CONTENT */

.comment-content.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width: 100%;
}

.comment-content.entry-content .alignleft {

	/*rtl:ignore*/
	margin-left: 0;
}

.comment-content.entry-content .alignright {

	/*rtl:ignore*/
	margin-right: 0;
}

/* COMMENT FOOTER */

.comment-footer-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
	font-weight: 600;
	justify-content: flex-start;
	letter-spacing: 0.030833333em;
	line-height: 1;
	margin: 1.5rem 0 -1rem -1.5rem;
	text-transform: uppercase;
}

.comment-footer-meta > * {
	margin: 0 0 1rem 1.5rem;
}

.comment-reply-link {
	background-color: #4486fc;
	color: #fff;
	display: block;
	padding: 0.7rem;
}

.bypostauthor .comment-footer-meta .by-post-author {
	display: block;
}

.comment-footer-meta a {
	text-decoration: none;
}

.comment-footer-meta a:focus,
.comment-footer-meta a:hover {
	text-decoration: underline;
}


/* Pingbacks & Trackbacks ------------------------- */

.pingback .comment-meta,
.trackback .comment-meta {
	padding-left: 0;
}


/* Comments Pagination ---------------------------- */

.comments-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 6rem;
	text-align: center;
}

.comments-pagination.only-next {
	justify-content: flex-end;
}

.comments-pagination .page-numbers {
	display: none;
	text-decoration: none;
}

.comments-pagination .page-numbers:focus,
.comments-pagination .page-numbers:hover {
	text-decoration: underline;
}

.comments-pagination .prev,
.comments-pagination .next {
	display: block;
}

.comments-pagination .prev {
	left: 0;
}

.comments-pagination .next {
	right: 0;
	text-align: right;
}


/* Comment Respond ---------------------------- */

.comment-respond::after {
	clear: both;
	content: "";
	display: block;
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
	color: #6d6d6d;
	font-size: 1.6rem;
	line-height: 1.4;
	margin: -3rem 0 4rem 0;
	text-align: center;
}

.comment-respond .comment-notes a,
.comment-respond .logged-in-as a {
	color: inherit;
	text-decoration: none;
}

.comment-respond .comment-notes a:focus,
.comment-respond .comment-notes a:hover,
.comment-respond .logged-in-as a:focus,
.comment-respond .logged-in-as a:hover {
	text-decoration: underline;
}

.comment-respond p {
	line-height: 1.1;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
}

.comment-respond p:not(.comment-notes) {
	max-width: 58rem;
}

.comment-form-cookies-consent {
	align-items: baseline;
	display: flex;
}

.comment-respond > p:last-of-type {
	margin-bottom: 0;
}

.comment-respond label {
	display: block;
}

.comment-respond input[type="checkbox"] + label {
	font-size: 1.5rem;
	line-height: 1.25;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
	margin-bottom: 0;
}

.comment-respond textarea {
	height: 15rem;
}

.comment-respond #submit {
	display: block;
}

.comment-respond .comments-closed {
	text-align: center;
}


/* Reply Respond ---------------------------- */

.comments .comment-respond {
	padding: 3rem 0 0;
}

.comments .comment-respond .comment-reply-title,
.comments .comment-respond .comment-notes,
.comments .comment-respond .logged-in-as {
	text-align: left;
}

.comment-reply-title small {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: -0.0277em;
	margin: 0.5rem 0 0 0;
	white-space: nowrap;
}

.comment-reply-title small a {
	text-decoration: none;
}

.comment-reply-title small a:focus,
.comment-reply-title small a:hover {
	text-decoration: underline;
}


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

/*	13. Site Pagination
/* -------------------------------------------------------------------------- */


.pagination .nav-links {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.8rem;
	font-weight: 600;
	margin: -1.5rem 0 0 -2.5rem;
	width: calc(100% + 2.5rem);
}

.pagination-separator {
	margin: 5rem 0;
}

.nav-links > * {
	margin: 1.5rem 0 0 2.5rem;
}

.nav-links .placeholder {
	display: none;
	visibility: hidden;
}

.pagination a {
	text-decoration: none;
}

.pagination a:focus,
.pagination a:hover {
	text-decoration: underline;
}

.pagination .dots {
	transform: translateY(-0.3em);
	color: #6d6d6d;
}

.nav-short {
	display: none;
}

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

/*	14. Error 404
/* -------------------------------------------------------------------------- */


.error404 #site-content {
	padding-top: 4rem;
}

.error404-content {
	text-align: center;
}

.error404 #site-content .search-form {
	justify-content: center;
	margin-top: 3rem;
}


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

/*	15.	Widgets
/* -------------------------------------------------------------------------- */


/* Widget Base ------------------------------- */

.widget {
	margin-top: 3rem;
}

.widget:first-child {
	margin-top: 0;
}

.widget-content > div > *:first-child {
	margin-top: 0;
}

.widget-content > div > *:last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	margin: 0 0 2rem;
}

.widget li {
	margin: 2rem 0 0 0;
}

.widget li:first-child,
.widget li > ul,
.widget li > ol {
	margin-top: 0;
}

.widget table,
.widget table * {
	border-color: #dedfdf;
}

.widget table caption {
	background-color: #dedfdf;
}

.widget .post-date,
.widget .rss-date {
	color: #6d6d6d;
	display: block;
	font-size: 0.85em;
	font-weight: 500;
	margin-top: 0.2rem;
}

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

/* Font Families ----------------------------- */

.widget_text p,
.widget_text ol,
.widget_text ul,
.widget_text dl,
.widget_text dt,
.widget-content .rssSummary {
	letter-spacing: normal;
}

/* Base List Widget -------------------------- */

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
	color: #6d6d6d;
	margin: 0;
}

.widget_archive li li,
.widget_categories li li,
.widget_pages li li,
.widget_meta li li,
.widget_nav_menu li li {
	margin-left: 2rem;
}

.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_nav_menu a {
	font-weight: 700;
	text-decoration: none;
}

.widget_archive a:focus,
.widget_archive a:hover,
.widget_categories a:focus,
.widget_categories a:hover,
.widget_pages a:focus,
.widget_pages a:hover,
.widget_meta a:focus,
.widget_meta a:hover,
.widget_nav_menu a:focus,
.widget_nav_menu a:hover {
	text-decoration: underline;
}

/* Widget: Calendar -------------------------- */

.calendar_wrap {
	font-size: 2.4rem;
}

.calendar_wrap th,
.calendar_wrap td {
	font-size: 1em;
	font-weight: 500;
	line-height: 1;
	padding: 2.5% 2.5% 1.75% 2.5%;
	text-align: center;
}

.calendar_wrap tfoot td {
	border-bottom: none;
}

.calendar_wrap tfoot a {
	text-decoration: none;
}

.calendar_wrap tfoot #prev {
	text-align: left;
}

.calendar_wrap tfoot #next {
	text-align: right;
}

/* Widget: Image ----------------------------- */

/* Widget: Gallery --------------------------- */

.widget_media_gallery .gallery {
	margin: 0 -0.4em -0.8em -0.4em;
	width: calc(100% + 0.8em);
}

.widget_media_gallery .gallery-item {
	margin: 0 0 0.8em 0;
	padding: 0 0.4em;
}

/* Widget: Nav Menu -------------------------- */

.widget_nav_menu .widget-content > div > ul {
	margin-left: 0;
}

/* Widget: Recent Comments ------------------- */

.widget_recent_comments li {
	font-weight: 700;
}

.widget_recent_comments a {
	text-decoration: none;
}

.widget_recent_comments a:focus,
.widget_recent_comments a:hover {
	text-decoration: underline;
}

/* Widget: Recent Entries -------------------- */

.widget_recent_entries a {
	font-weight: 700;
	text-decoration: none;
}

.widget_recent_entries a:focus,
.widget_recent_entries a:hover {
	text-decoration: underline;
}

/* Widget: RSS ------------------------------- */

.widget_rss .widget-title a.rsswidget:first-of-type {
	display: none;
}

.widget_rss .rsswidget {
	font-weight: 700;
}

.widget_rss a {
	text-decoration: none;
}

.widget_rss a:focus,
.widget_rss a:hover {
	text-decoration: underline;
}

.widget_rss .rssSummary {
	margin-top: 0.5rem;
}

.widget_rss cite::before {
	content: "— ";
}

/* Widget: Search ---------------------------- */

.widget_search .search-field {
	border-color: #dedfdf;
}

/* Widget: Tag Cloud ------------------------- */

.widget_tag_cloud a {
	font-weight: 700;
	margin-right: 0.5rem;
	text-decoration: none;
	white-space: nowrap;
}

.widget_tag_cloud a:focus,
.widget_tag_cloud a:hover {
	text-decoration: underline;
}

/* Widget: Text ------------------------------ */


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

/*	16. Site Footer
/* -------------------------------------------------------------------------- */


.footer-nav-widgets-wrapper,
#site-footer {
	background-color: #fff;
	border-color: #dedfdf;
	border-style: solid;
	border-width: 0;
}

.footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
	margin-top: 5rem;
}

.reduced-spacing.footer-top-visible .footer-nav-widgets-wrapper,
.reduced-spacing.footer-top-hidden #site-footer {
	border-top-width: 0.1rem;
}

.footer-top,
.footer-widgets-outer-wrapper,
#site-footer {
	padding: 3rem 0;
}


/* Footer Top -------------------------------- */

.footer-top {
	display: flex;
	border-bottom: 0.1rem solid #dedfdf;
	justify-content: space-between;
}

/* FOOTER MENU */
.navigation-section {
	padding: 0 !important;
}

.footer-menu {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.0277em;
}

.footer-menu li {
	line-height: 1.25;
	margin: 0.25em 0 0 0;
}

.footer-menu a {
	text-decoration: none;
}

.footer-menu a:hover,
.footer-menu a:focus {
	text-decoration: underline;
}

/* FOOTER SOCIAL */

.footer-social-wrapper {
	margin: 0;
	width: 100%;
}

.has-footer-menu .footer-social-wrapper {
	flex-shrink: 0;
	margin-left: 1rem;
	width: 50%;
}

ul.footer-social {
	margin: -0.5rem 0 0 -0.5rem;
}

.has-footer-menu .footer-social {
	justify-content: flex-end;
}

ul.footer-social li {
	margin: 0.5rem 0 0 0.5rem;
}

.footer-social a {

}

.footer-social a::before {
	font-size: 1.6rem;
}

/* Footer Widgets ---------------------------- */

.footer-widgets-outer-wrapper {
	border-bottom: 0.1rem solid #dedfdf;
}

.footer-widgets + .footer-widgets {
	margin-top: 3rem;
}

/* Footer Bottom ----------------------------- */

#site-footer {
	font-size: 1.6rem;
}

#site-footer .section-inner {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
}

#site-footer a {
	text-decoration: none;
}

#site-footer a:focus,
#site-footer a:hover {
	text-decoration: underline;
}

.footer-copyright a,
.powered-by-wordpress a {
	color: inherit;
}

.to-the-top {
	color: #6d6d6d;
}

a.to-the-top > * {
	pointer-events: none;
}

.footer-copyright {
	font-weight: 400;
	font-size: 14px;
	line-height: 19.6px;
	margin: 0;
}

.powered-by-wordpress {
	font-weight: 400;
	font-size: 14px;
	line-height: 19.6px;
	display: none;
	margin: 0 0 0 0.4rem;
}

.to-the-top-long {
	display: none;
}


/*   new css goes here*/

.container
{
	max-width: 1170px !important;
	width: 100% !important;
	margin: auto;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.header-titles_new a
{

	font-size: 28px;
    line-height: 28px;
    color: #21242C !important;
    font-weight: 400;
}
a:hover,a:active,a:focus{text-decoration: none !important;}
#site-header
{
	border-bottom: 1px solid #DBE2EB;
}
.header-inner{
	width: 100% !important;
	padding-top: 29px !important;
	padding-bottom: 29px !important;
	justify-content: normal !important;
	display: inline-block !important;
}
.header-titles-wrapper_new{display: inline-block;vertical-align: middle;width: 29.2%;float: left;}
.header-navigation-wrapper.new_menu{display: inline-block;vertical-align: middle;width: 49%;float: left;}
.new_menu ul li a
{
	font-size: 16px;
	line-height: 16px;
	color: #21242C !important;
	font-weight: 400;
	letter-spacing: 0.5px;

}
.new_menu ul li.current-menu-item a{text-decoration: none !important;}

/*   button css start */

     .primary_large_button
     {
		background: #FFFFFF;
		color: #4386FC !important;
		font-size: 16px;
		font-weight: 400;
		text-align: center;
		border: 1px solid #DBE2EB;
		height: 56px;
		line-height: 56px;
		width: 212px;
     }
     .login_button
     {
		background: #FFFFFF;
		color: #21242C !important;
		font-size: 16px;
		width: 100px;
		height: 50px;
		line-height: 50px;
		color: #4386FC;
		border: 1px solid #4386FC;
		text-align: center;
		display: block;


     }
     .button_inner
     {
     	float: left;
		display: inline-block;
     }
     .get_started_btn
     {

			color: #fff !important;
			font-size: 16px;
			width: 141px;
			height: 50px;
			line-height: 50px;
			color: #4386FC;
			border: 1px solid #4386FC;
			text-align: center;
			display: block;
			background: #4386FC;
     }

/*  button css end*/
.button_container{
	display: inline-block;
    vertical-align: middle;
    text-align: right;
	float: right;
}
.button_margin{margin-left: 8px;}



/*  footer css*/

.new_footer
{
	background: #21242C !important;
	background-color: #21242C !important;
}


.new_footer .widget.widget_nav_menu {
    margin-top: 0;
}

.new_footer ul li a {
	color: #FFFFFF !important;
	font-weight: 300 !important;
		font-weight: 400;
		font-size: 14px !important;
		line-height: 19.6px;
		color: #FFFFFF;
}
.footer_new_inner{margin-bottom: 50px;margin-top: 10px;}
.new_footer .widget .widget-title{
	margin: 0px;
	padding: 0px;
	font-size: 14px !important;
    line-height: 19.6px;
    color: #787878;
    font-weight: 400;
    margin-bottom: 18px;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
}
.footer_site_titele
{
	font-size: 28px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 12.5px;
}
.footer_site_titele img {
	margin-left: -5px;
    margin-top: -2px;
}
.footer_text_inner{color: #fff;}
.footer_address_text p
{

	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 30px;
}
.trust_pilot_footer
{
	width: 100%;
    display: inline-block;
}

.trust_pilot_footer span
{
	font-size: 16px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    color: #fff;

}
.trust_pilot_footer span img{margin-left: 10px;}
.powerd_text
{
	font-size: 14px;
	font-weight: 400;
	margin-top: 50px;
	line-height: 19.6px;
}
.review_count_footer
{
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	width: 100%;
    display: inline-block;
    text-align: left;
}
.Trustpilot_title
{
	float: left;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.footer-credits {
	padding-top: 30px;
	width: 100%;
	display: flex !important;
	flex-direction: column-reverse;
}
.footer-copy-text
{
	width: 50%;
	display: inline-block;
	float: left;
	text-align: left;
	line-height: 36px;
	color: #787878;
}
.pricing_inner_shadow {
    border: 1px solid #DBE2EB;
}
.footer-copyright ,.powered-by-wordpress{display: inline-block !important;}
.footer-social
{
	width: 50%;
    justify-content: end;
    align-items: center;
    display: flex;
}

ul.social_links{margin: 0px;padding: 0px;list-style-type: none;}
ul.social_links li a{line-height: 32px;text-align: center;display: block;font-size: 0px !important;}
ul.social_links li a i{font-size: 12px !important;vertical-align: middle;}
ul.social_links li
{
	display: inline;
	float: left;
	margin: 0px;
	margin-left: 15px;
	font-size: 15px;
}
ul.social_links li:first-child{margin: 0px;}
/*.home_Page_inner{padding-top: 75px;padding-bottom: 130px;}*/
.home_Page_inner{padding-top: 75px;padding-bottom: 110px;}
.no-marginLR {
    margin-left:0;
    margin-right:0;
}
.pricingpage .full_data .pricing_table_section:nth-child(2) {
    padding-top: 0;
}
.pricingpage .full_data .pricing_div .about_div.image_with_text {
    margin-top: 0;
}
.no-padding
{
	padding: 0px;
}
.home-main-left
{
	width: 47.1%;
	display: inline-block;
	float: left;
}
.home-main-right
{
	width: 46.2%;
	display: inline-block;
	float: left;
}
.home_only_new.home-main-right{margin:auto;}
.home-main-left h1
{
	color: #4C4C4C;
	margin-bottom: 30px;
	font-weight: 400 !important;
	line-height: 52px;
}
.price-compare-page .home-main-left p,
.home-main-left h2
{

	font-weight: 300 !important;
	font-size: 24px !important;
	line-height: 36px;
	color: #4C4C4C;
	margin-bottom: 12px;
}
.price-compare-page .home-main-left p{
	opacity: 1;
}
.home-main-left p
{
	color: #4C4C4C;
	opacity: 0.5;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 25px;
}
.sigup_free_btn a
{
	background: #4386FC;
	color: #fff !IMPORTANT;
	display: block;
	border: 0;
}

.old_and_new_layout_inner
{
	display: inline-block;
	width: 100%;
	padding: 92px 0;
}
.new_add_title h2
{
	color: #4C4C4C;
	line-height: 42px;
	margin-bottom: 16px;
	font-size: 24px;
}
.content_description
{
	max-width: 370px;
}
.content_description p{color: #4C4C4C;font-size: 16px;font-weight: 300;line-height: 26px;margin-bottom: 32px;}
.large_wht_btn
{
	width: 257px;
	height: 56px;
	background: #4386FC;
	color: #fff !important;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	display: block;
	line-height: 56px;
	font-weight: 400 !important;
}
a{cursor: pointer !important;}
.out-old .new_add_title h2 , .out-old p{color: #fff !important;}
.out-old .large_wht_btn {
    background: #fff;
    color: #4386FC !important;
}
.padding-left-content{padding-left: 120px !important;}
/*  ward sections */
.award_sections_new
{
	padding-top: 100px;
	background-color: #F6F6F6;
	margin-bottom: 0px !important;
	padding-bottom: 70px;
}
.award_image_slider{display: block; width: 100% !important;}
.content_set_middle_in_new{
	max-width: 100%;
    width: 1100%;
}
.award_images{width: 100%; display: inline-block;}
.award_images img{max-width: 100% !important;}
.award_image_slider .slick-dots
{
     bottom: -40px !important;
}
.award_image_slider .slick-dots li button:before
{
      color: #4386FC !important;
}
.award_image_slider .slick-dots li.slick-active button:before {
    opacity: .75 !important;
    color: #4386FC !important;
}
.award_sections_new_main
{
	margin-top: 60px;
	display: inline-block;
	width: 100%;
}
.award_in_text
{
	font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #4C4C4C;
    text-align: left;
    margin-bottom: 20px;
}
.award_title
{
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #4C4C4C;
	text-align: center
}
.award_in_main
{
	margin-bottom: 30px;
}
/*.slide_show_section .common_section {
    position: sticky;
    top: -200px;
}*/
/*.slide_show_section {
      margin: 0;
      padding: 0;
}
.slide_show_section .common_section:first-child{
	margin-bottom: 0;
}
.slide_show_section .slide_oldsection{
	position: relative;
	height: 70vh;
	text-indent: -9999px;
	background-image: url(./assets/images/white-content-section.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.slide_show_section .slide_newsection{
	position : relative;
	height : 70vh;
	text-indent : -9999px;
	background-image: url(./assets/images/blue-content-sectionn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.slide_newsection .old_and_new_layout_inner {
    padding: 52px 0;
}*/
.content {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:0px;
  text-align: left;
  margin-top: 0px;
  transition: all 0s linear 0s;
  -webkit-transition: all 0s linear 0s;
  -moz-transition: all 0s linear 0s;
}
section.first .content {
  /* the first section so top start from 0*/
  top:0;
}


section.first {
  min-height: 548px;
  width: 100%;
  text-align: center;
/*  overflow: hidden;*/
  background-attachment: fixed !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative; /*Mandatory for the overflow effect*/
  height: 548px;
  margin: auto;

}
section.second {

  max-height: 548px !important;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative; /*Mandatory for the overflow effect*/
  height: 0px;
  margin: auto;

}
.life_esy_with_mydaak_inner{padding-top: 90px;}
section.first,section.second .content{}

section.second .content {
  /* the second section so we need to remove the height of top section
     to have the same position so -100vh and we do the same for the other sections
  */
  top: -548px;

}
/*.out-old{display: none;}*/
/*.out-old{
	height: 0;
	overflow: hidden;
}
.out-old.fade-in h2 {
    color: #FFFFFF !important;
    line-height: 42px;
    margin-bottom: 16px;
}
.out-old.fade-in .content_description p {
    color: #fff !important;
}
.out-old.fade-in .large_wht_btn {
    background: #fff;
    color: #4386FC !important;
}*/
      @-webkit-keyframes fade-inn {
            0%      { -webkit-transform: translateY(100px); }
            100% { -webkit-transform: translateY(0%)); }
        }

        @-webkit-keyframes fade-in {
            0%      { -webkit-transform: translateY(-100px); }
            100% { -webkit-transform: translateY(0) }
        }

.out-old.fade-in .scroll_up_image {
    top: auto;
    position: absolute;
    transform: unset;
    bottom: -20px !important;
}

.old_and_new_layout
{
	    position: relative;

}
.tooltip_content
{
width: auto;
    min-width: auto;
    vertical-align: baseline;
line-height: 26px;
    display: inline-block;
}
.rll_po{position: relative;}
.common_section{margin-bottom: 100px;}
.scroll_up_image
{
	position: absolute;
    bottom: -20px;
    left: 1%;
    right: 1%;
    text-align: center;
    margin: auto;
    width: 98%;
    background-color: #fff;
	border-radius: 100%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(76, 76, 76, 0.4);
    cursor: pointer;
}
.scroll_up_image img
{
	margin: auto;
	padding-top: 12px;

}
.out-old .scroll_up_image
{
	top: -15px;
	bottom: unset !important;
	/*transform: rotate(-180deg);*/
}
.common_title h2
{
	text-align: center;
	color: #4C4C4C;
	font-size: 40px;
   line-height: 52px;

}
.life_esy_mydaak{margin-top: 100px;}
.life_esy_loop
{
	margin-bottom: 110px;
}
.life_esy_left img
{
	max-width: 100%;
	text-align: center;
	margin: auto;
}
.life_title
{
	font-size: 24px;
	color: #4C4C4C;
	text-align: left;
	line-height: 36px;
	margin-bottom: 16px;
}
.life_description p
{
	font-size: 16px;
	line-height: 26px;
	color: #4C4C4C;
	text-align: left;
	margin-bottom: 0;
	font-weight: 300;
	margin-top: 7px;
}
.life_description p:first-child{
	margin-top: 0;
}
.large_btn_life a
{
	background: #4386FC;
    color: #fff !IMPORTANT;
    display: block;
    border: 0;
    width: 270px;
    height: 56px;
    line-height: 56px;
    text-align: center;
}

.life_esy_mydaak .life_esy_loop:nth-child(odd) .life_esy_left {
    order: 1;
    padding-left: 0;
}
.life_esy_mydaak .life_esy_loop:nth-child(odd) .life_esy_right {
    order: 2;
    padding-right: 0;
}
.life_esy_mydaak .life_esy_loop:nth-child(even) .life_esy_right {
    order: 1;
    padding-left: 0;
}
.life_esy_mydaak .life_esy_loop:nth-child(even) .life_esy_left {
    order: 2;
    padding-right: 0;
}
.large_btn_life a.sign_up_btn {
    width: 181px;
}

.how_it_works
{
	padding-top: 100px;
	padding-bottom: 200px;
	background-color: #fff;
	margin-bottom: 0px;
}
.home .how_it_works{
	padding-bottom: 70px;
}
.individuals_section .how_it_works {
	padding-bottom: 70px;
}
.page-template-tpl_virtual_mail .right_image_and_left_text_section_contents_inner.right_image_and_left_text_section_button_text {
    margin-bottom: 0;
}
.how_mydaak_works_main_description p
{
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	margin-top: 16px;
}
.how_it_works_mydaak .life_description p , .how_it_works_mydaak .life_title{text-align: center;}
.row_how_it_works
{
	max-width: 970px;
	margin: auto;
	width: 100%;
}
.gary_bg
{
	background-color: #F6F6F6;
}
.affordable_price
{
	padding: 100px 0;
	margin-bottom: 0px;
}
.affordable_price_mydaak
{
	max-width: 800px;
	width: 100%;
	margin: auto;
	margin-top: 32px;
}
.pricing_inner
{
	background-color: #fff;
	padding: 30px;
}
label
{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #4C4C4C;
}
.price_title
{
	font-weight: 300;
	font-size: 48px;
	line-height: 48px;
	color: #66D165;
	margin-top: 25px;
	margin-bottom: 10px;
}
.price_description p
{
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #4C4C4C;

	mix-blend-mode: normal;
}
.price_description{padding-bottom:0px;}
ul.pricinng_features{margin: 0px;padding: 0px;list-style-type: none;border-top: 1px solid #DBE2EB;padding-top:32px; /*height: 288px;*/}
.page-template-tpl_home ul.pricinng_features
{
	height: 450px !important;
}
.pricing_inner_set{background-color: #fff;}
ul.pricinng_features li
{
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #4C4C4C;
	margin-bottom: 20px;
	padding-left: 30px;


}
.pricing_action
{
	padding: 40px;
	text-align: center;
}
.pricing_action a
{
	width: 290px;
	height: 56px;
	border: 1px solid #4386FC;
	box-sizing: border-box;
	text-align: center;
	line-height: 56px;
	display: block;
}
.paln_section {cursor: pointer;}
.paln_section:hover .pricing_inner_shadow
{
	box-sizing: border-box;
    box-shadow: 0px 0px 40px rgba(85, 85, 85, 0.15), 0px 0px 10px rgba(51, 51, 51, 0.1);
}
.paln_section:hover .pricing_action a{background: #4386FC !important;color: #fff !important;}
ul.pricinng_features li:before {
    content: "";
    border-color: transparent #66D165;
    border-style: solid;
    border-width: 0.25em 0 0.25em 0.35em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 17px;
    position: relative;
}

.paln_section:hover ul.pricinng_features li:before
{
	border-color: transparent #4386FC;
}
.paln_section:hover .price_title
{
  color: #4386FC !important;
}
.lean_more_link{text-align: center;display: inline-block;width: 100%;margin-top: 45px;}
.lean_more_link span
{
    display: inline-block;
    vertical-align: text-top;
    padding-left: 50px;
    color: #4386FC;
    font-size: 20px;
}
.lean_more_link a
{
	text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #4560FF !important;
    position: relative;
}
.meet_content_section .lean_more_link a {
    color: #4386FC !important;
}
.container_second
{
	max-width: 970px;
	width: 100%;
	margin: auto;
}
.footer_top_section
{
	width: 100%;
	height: 430px;
	display: table;
	position: relative;
	z-index: 11;
}
.display_on_signle_post .howitworks {
    background: #fff;
}
/*.page-template-tpl_home .footer_top_section {
    margin-top: 80px;
}*/
.blue_bg
{
	background: #4386FC;
}
.footer_top_inner
{
	vertical-align: middle;
	display: table-cell;
}
.footer_top_left{width: auto;display: inline-block;vertical-align: middle;text-align: center;}
.footer_top_left .unsure_content {margin: 24px 0; max-width: 720px;}
.footer_top_bottom {margin-top: 48px;}
.footer_top_inner_content {
    display: inline-flex;
	flex-direction: column;
    width: 100%;
    align-items: center;
}
.footer_top_right{display: inline-block;width: 400px;vertical-align: middle;margin-left: 0;/*margin-left: 97px;*/}
.unsure_title
{
	font-size: 40px;
	line-height: 52px;
	color: #FFFFFF;
	letter-spacing: 0;
}
.unsure_content p
{
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0;
	color: #FFFFFF;
	margin-top: 16px;
}
.blue_bg_button
{
	width: 189px;
	height: 56px;
	background: #FFFFFF;
	color: #4386FC;
	line-height: 56px;
	text-align: center;
	display: block;
}
.white_bg_button
{
		width: 177px;
		height: 56px;
		background: #4386FC;
		color: #fff !important;
		line-height: 56px;
		text-align: center;
		display: block;
		border: 1px solid #FFFFFF;
}
.footer_top_right a{float: left;margin-left: 8px;}
.green_mydaak
{
	width: 100%;
	background: #EDE3CB;
	margin-bottom: 0px !important;
}
p{font-size: 16px;font-weight: 300;}
/*.green_mydaak .grenery_image{padding-top: 25px;}*/
.green_mydaak .grenery_image {
    padding-top: 25px;
    min-height: 309px;
}
.grenery_content .lean_more_link a ,.grenery_content .lean_more_link{text-align: left !important;}
.grenery_content .lean_more_link{margin-top: 30px !important;}
.grenery_content h2
{
	font-size: 32px !important;
	line-height: 32px;
	color: #4C4C4C;
}
.grenery_content p
{
	font-size: 24px !important;
	color: #4C4C4C;
}
.love_services_left
{
    width: 40%;
    float: left;
    /*padding-left: 119px;*/
    position: relative;
    z-index: 1;
  /*  padding-top: 50px;*/
}
.love_services_left h3
{
	font-size: 24px;
	line-height: 36px;
	color: #4C4C4C;
	font-weight: 400;
	margin-bottom: 27px;

	color: #4C4C4C;
}
.love_services{
    margin-bottom: 0px;
    padding: 0px;
    /* padding-top: 100px; */
    display: inline-block;
    width: 100%;
    position: relative;
    padding-bottom: 100px;
    background: #f6f6f6;
    padding-top: 100px;
}
.love_services_left ul{margin: 0px;padding: 0px;margin-bottom: 32px;list-style-type: none;}
.love_services_left ul li
{
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: #4C4C4C;
}
.love_services_left ul li:before
{
	content: "";
    border-color: transparent #4386FC;
    border-style: solid;
    border-width: 0.25em 0 0.25em 0.35em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 17px;
    position: relative;
}
.love_services_right
{
/*	width: 60%;
	float: right;
    margin-bottom: -74px;
    margin-right: -148px;	*/

    position: absolute;
    right: 0;
    height: 100%;
    /*top: 90px;*/
}
.large_btn_life {
    margin-top: 50px;
}
.how_it_works .row_how_it_works .row_how_it_work_inner_section .life_esy_right {
    margin-top: 74px;
    margin-bottom: 74px;
}
.love_services_right img {
    width: 85%;
    object-fit: cover;
    object-position: left;
    height: 564px;
    margin-right: 0;
    margin-left: auto;
/*    margin-right: 0;
    margin-left: auto;*/
    /*width: 100%;*/
}
.love_service_link
{
	width: 286px;
	height: 56px;
	line-height: 56px;
	background: #4386FC;
	text-align: center;
	color: #fff !important;
	display: block;
}
.clients_reviews
{
	margin-bottom: 0px;
	padding: 100px 0;
	position: relative;
}
.clients_reviews_inner:before
{
	content: '';
    position: absolute;
    top: -55px;
    background-image: url(images/qoute.png);
    width: 125px;
    height: 100px;
}
.clients_reviews_title h2
{
	font-size: 32px !important;
    line-height: 42px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #4C4C4C !important;
    margin-bottom:25px;
}
.clients_reviews_text p
{
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 16px;
	color: #4C4C4C;
}
.clients_reviews_author
{
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #4C4C4C;
	margin-top: 20px;
}

.carousel-indicators li{
background-color: #4386FC !important;
opacity: 0.2;
border-radius: 100% !important;
width: 8px !important;
height: 8px !important;
cursor: pointer;

}
.carousel-indicators li.active
{
	 background-color: #4386FC !important;
	 opacity: 1 !important;
}
.testimonial_bullets
{
	bottom: -38px !important;
	justify-content: left !important;
	margin: 0px !important;
	padding: 0px !important;
}
.clints_logos{width: 50%;float: left;margin-bottom: 80px;min-height: 45px;}
.clt_logos{padding-top: 50px;}
.clints_logos img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

/* Disable grayscale on hover */
.clints_logos img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}
.row_how_it_works {
    position: relative;
}
/*.border_style_div_inner:after {
    content: "";
    border-bottom: 2px dashed #4386FC;
    width: 51.547%;
    height: 2px;
    position: absolute;
    top: 70px;
    margin: auto;
    left: 0;
    right: 0;
}*/
.border_style_div_inner {
    border-bottom: 2px dashed #4386FC;
    width: 51.547%;
    margin: auto;
}
.border_style_div {
    padding: 68px 0;
}
.border_style_div_inner:before {
    content: "";
    width: 51.547%;
    height: 77px;
    border-left: 2px dashed #4386FC;
    position: absolute;
    top: -7px;
}
.border_style_div_inner:after {
	content: "";
	width: 51.547%;
	height: 77px;
	border-right: 2px dashed #4386FC;
	position: absolute;
	top: 70px;
}
.border_style_div:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #4386FC;
    position: absolute;
    border-radius: 50%;
    top: -21px;
    left: 24%;
    margin-left: -1px;
}
.border_style_div:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #4386FC;
    position: absolute;
    border-radius: 50%;
    top: 151px;
    right: 24%;
    margin-right: -2px;
}
.life_esy_loop.row_how_it_works:first-child .border_style_div_inner {
    margin-left: 0;
}
.life_esy_loop.row_how_it_works:first-child .border_style_div {
    width: 50%;
    margin-left: auto;
}
.life_esy_loop.row_how_it_works:first-child .border_style_div_inner:after {
    width: 25.8%;
}
.life_esy_loop.row_how_it_works:first-child .border_style_div:before {
    left: 50%;
    margin-left: -4px;
}
.life_esy_loop.row_how_it_works:nth-child(2) .border_style_div_inner:after {
    top: -8px;
}
.life_esy_loop.row_how_it_works:nth-child(2) .border_style_div_inner:before {
    top: 70px;
}
.life_esy_loop.row_how_it_works:nth-child(2) .border_style_div:before {
    top: 150px;
}
.life_esy_loop.row_how_it_works:nth-child(2) .border_style_div:after {
    top: -21px;
}
/*.row_how_it_works:nth-child(1):before
{
		content: '';
		background-image: url(images/split.png);
		width: 100%;
		height: 221px;
		display: block;
		z-index: 999999;
		left: 0;
		background-size: 100%;
		margin: auto;
		margin-bottom: 50px;
		background-position: 0 0;



}

.row_how_it_works:nth-child(2):before
{
		content: '';
		background-image: url(images/split.png);
		width: 100%;
		height: 221px;
		display: block;
		z-index: 999999;
		left: 0;
		background-size: 100%;
		margin: auto;
		margin-bottom: 50px;
		background-position: 0px -347px;

}

.row_how_it_works:nth-child(3):before
{
		content: '';
		background-image: url(images/split.png);
		width: 100%;
		height: 221px;
		display: block;
		z-index: 999999;
		left: 0;
		background-size: 100%;
		margin: auto;
		margin-bottom: 50px;
	    background-position: 0px -700px;

}*/

.how_it_works_mydaak.life_esy_mydaak{margin-top: 74px !important;}
.row {margin-right: 0px !important;margin-left: 0px !important;}
button,:active,:focus{outline: none !important;}
.footer_address_text
{
	font-weight: 400;
    font-size: 14px;
	color: #787878;
    line-height: 19.6px;
    margin-bottom: 50px;
}
.mobile_trust_pilot{display: none;}
.trust_pilot_footer img
{
	margin-top: 5px;
}
img{max-width: 100%;}

.lean_more_link  span{position: relative;}
/*.lean_more_link  span:before
{
	content: '';
	background-image: url(images/split_2.png);
	width: 24px;
	height: 24px;
	display: block;
	z-index: 999999;
	left: 0;
	background-size: 85%;
	margin: auto;
	margin-bottom: 0;
	background-position: 6px -32px;
	position: absolute;
	top: -19px;
	background-repeat: no-repeat;
}*/
p#zendesk_field_360014256133 span.zrf_field_title, p#zendesk_field_360014253773 span.zrf_field_title {
    top: 18px;
}
.love_services_inner
{
	width: 100%;
	display: inline-block;
/*	position: relative;
	overflow: hidden;*/
}

.body_overlay
{
	width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 50;
    left: 0;
    opacity: 0.2;
}


.twentytwenty-container img
{
	left: 0;
    right: 0;
    text-align: center;
    margin: auto;
	width: 100% !important;
	max-height: 100% !important;
	height: 548px
}
.desktop_scroll{height: 500px;}
.mobile_scroll_new{display: none;}
.blue_section{width: 100%;background-color: rgb(67, 134, 252);display: table;}
.whitw_section{background-color: #F6F6F6;width: 100%;display: table;}
.blue_section .new_lay_section {padding-right: 80px;}
.whitw_section .new_lay_section {padding-left: 80px;}
.new_lay_section{

	display: table-cell;
	vertical-align: middle;

}
.no-padding-scoll{padding: 0px !important;}
.scroll_width{width: 25%;float: left;height: 548px;display: table;height: 495px}
/*.twentytwenty-wrapper{ display: table-cell;}*/
.blue_section .content_description p ,.blue_section .new_add_title h2{color: #fff;}
.blue_section .large_wht_btn{color: #4386fc !important;background-color: #fff !important;}
.full_section_scroll{width: 100%;display: inline-block;position: relative;}
.inner_full_section_scroll:before
{
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 background-color: rgb(67, 134, 252);
 width: 50%;
 height: 500px;

}

.inner_full_section_scroll:after
{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-color: #F6F6F6;
	width: 50%;
	height: 500px;
}
.s201_slider .s201_handle>.s201_left_arrow{border-color: transparent #F6F6F6 transparent transparent;}
.s201_slider .s201_handle>.s201_right_arrow{border-color: transparent transparent transparent #4386fc;}
.middle_image_section{width: 48%;display: block;}
.s201_slides .s201_holder.s201_slide_active{overflow: visible;}
.full_section_scroll .container{position: relative;z-index: 9999;max-width: 1300px !important;}
.inner_full_section_scroll{
	width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
/*.s201_full_width img, .s201_full_width{height: 500px;}*/
.twentytwenty-container{overflow: visible !important;}
.mobile_blue_section
{

	background-color: rgb(67, 134, 252);
    color: #fff;
    text-align: center;
    padding-top: 20px;
    width: 100%;
    display: inline-block;

}
.mobile_blue_section .content_description p{color: #fff;}
.mobile_blue_section .content_description ,.mobile_blue_section .content_description{max-width: 600px;margin: auto;}
.mobile_blue_section .new_add_title h2{color: #fff}
.mobile_white_section
{

	background-color: #F6F6F6;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
      width: 100%;
    display: inline-block;

}

@media all and (max-width: 1400px) and (min-width: 1226px) {
.middle_image_section {width: 50% !important;}
.scroll_width{width: 20%;}
}

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

.award_in_text{
	font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px !important;
}
.award_title
{
	font-size: 14px;
	line-height: 20px;
}
.award_in_main {
    margin-bottom: 20px;
}
.award_images img{width: 60% !important;}
.full_section_scroll .container{
	max-width: 100%!important;
    display: inline-flex;
    align-items: center;
}
.scroll_width{width: 25%;}
/*	.image_slider_div {
	    left: -17px;
	}*/
}



@media all and (max-width: 1225px) and (min-width: 1025px) {
.middle_image_section {width: 50% !important;}
.inner_full_section_scroll:after,.inner_full_section_scroll:before,.scroll_width,.desktop_scroll,.twentytwenty-container img , .s201_full_width img, .s201_full_width{height: 400px !important;}
.scroll_width{width: 17%;}
.top_bar_new_e{margin-top: 92px !important;}
}
@media all and (max-width: 1024px) and (min-width: 900px) {
.blue_section .new_lay_section {
padding-right: 20px;
}
.whitw_section .new_lay_section {
padding-left: 20px;
}
.inner_full_section_scroll .container {
display: inline-flex;
align-items: center;
max-width: 100% !important;
}
.inner_full_section_scroll:after,.inner_full_section_scroll:before,.scroll_width,.desktop_scroll,.twentytwenty-container img ,.s201_full_width img, .s201_full_width{height: 350px !important;}
.middle_image_section{width: 40% !important;}
/*.home_Page_inner{padding-bottom: 50px;}*/
}

@media all and (max-width: 901px) and (min-width: 799px) {
	.scroll_width {
    width: 20%;
}
 .middle_image_section{width: 40%;}
.inner_full_section_scroll:after,.inner_full_section_scroll:before,.scroll_width,.desktop_scroll,.twentytwenty-container img ,.s201_full_width img, .s201_full_width{height: 350px !important;}
.blue_section .new_lay_section {
padding-right: 20px;
}
.whitw_section .new_lay_section {
padding-left: 20px;
}
.inner_full_section_scroll .container {
display: inline-flex;
align-items: center;
max-width: 100% !important;
}


}

@media only screen and (max-width: 820px) {
     .mobiel_image_section{width: 100%;display: grid;}
    .mobile_scroll_new .content_description {margin:auto;max-width: 450px;}
    .mobile_scroll_new .mobile_white_section .content_description p{margin-bottom: 0px;}
	.mobile_scroll_new{display: block;overflow: hidden;}
	.desktop_scroll_new{display: none;}
	.twentytwenty-container.mobile_scroll{height: 406px}

			.twentytwenty-container img
			{
			left: 0;
			right: 0;
			text-align: center;
			margin: auto;
			width: 100% !important;
			max-height: auto !important;
			height: auto !important;
			object-fit: cover;
			}

			.s201_full_width img, .s201_full_width {
			height: unset !important;
			}

	}

@media only screen and (max-width: 480px) {
.award_image_slider .slick-dots {
bottom: -0!important;
}

.award_images img{
	width: 100% !important;
}

}

/* service unavalable css */


.location_landing .about_div.image_with_text.how_it_work_hero_contetn_with_img {
    margin-top: 100px;
}
.location_landing .greener_planet_section.for_other_page {
    margin-top: 0;
}
.single-channel-partner .greener_planet_section.for_other_page {
    margin-top: 0;
    margin-bottom: 100px !important;
}
.channel-partner-details h2 {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 16px;
    color: #4C4C4C;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 21px;
}
a.view_more_button, a.try_risk_free_button {
    margin-top: 12px;
}
.channel-partner-detailss {
    border: 1px solid #4386FC;
    padding: 10px;
    margin-bottom: 30px;
}
a.load_more_btn {
    display: block;
    text-align: center;
    background: #4386FC;
    color: #fff !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 58px;
    width: 235px;
    margin: auto;
    height: 56px;
}
.channel-partner-section {
    margin-bottom: 100px;
}
/*.channel-partner-details-inner {
    padding: 0 !important;
}*/
.channel-partner-details-inner:first-child{
    padding-left: 0 !important;
    padding-right: 5px !important;
}
.channel-partner-details-inner:nth-child(2){
	padding-right: 0 !important;
    text-align: right;
    padding-left: 5px !important;
}
.channel-partner-details-inner p {
    margin: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4C4C4C;
}
a.view_more_button {
    width: 100%;
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    border: 1px solid #4386FC;
    line-height: 41px;
    padding-top: 1px;
    height: 44px;
}
a.try_risk_free_button {
    width: 100%;
    display: block;
    text-align: center;
    background: #4386FC;
    color: #fff !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 46px;
    height: 44px;
}
.single-post .featured-media-inner.section-inner {
    left: auto;
    width: 100%;
}
/*.single-post .old_design .featured-media-inner.section-inner {
    width: 56%;
}*/
.single-post .old_design .social-sharing.ss-social-sharing {
    position: unset;
    margin: 0 !important;
    display: inline;
}
.single-post .old_design .social-sharing.ss-social-sharing a {
text-indent: -999px;
    width: 45px;
    height: 45px;
    padding: 0px;
    border: 0px;
    margin: 1% 1% 1% 0;
    display: inline-block;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
    border-radius: 50%;
}
.old_design .social-sharing.ss-social-sharing a.ss-button-linkedin{
	background: url(images/in.png) !important;
	background-position: center !important;
}
.old_design .social-sharing.ss-social-sharing a.ss-button-twitter{
	background: url(images/twitter.png) !important;
	background-position: center !important;
}
.old_design .social-sharing.ss-social-sharing a.ss-button-facebook{
	background: url(images/fb.png) !important;
	background-position: center !important;
}
/* khushbu end */
/* end here */
/* khushbu start */
.trusted_by_section .trustpilot-widget iframe {
    height: 200px !important;
}
.Only_for_mobile_view {
    display: none;
}
.page_section_header h1 {
    font-style: normal;
    font-weight: normal !important;
    font-size: 40px !important;
    line-height: 52px;
    color: #4C4C4B;
}
.about_div_inner_section_div p {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: #4C4C4C;
    margin: auto;
    width: 99%;
}
.about_div {
    margin: 60px 0 80px 0;
}
.page_section_header {
    margin-bottom: 23px;
}
.nopadding-left {
   padding-left: 0 !important;
}
.nopadding-right{
	padding-right: 0 !important;
}
.image_with_text_section_inner h2 {
    font-style: normal;
    font-weight: normal !important;
    font-size: 40px !important;
    line-height: 52px !important;
    color: #4C4C4C;
    margin: 0 auto 20px;
    letter-spacing: 0;
}
.image_with_text_sectionn {
    align-items: center;
    /*align-items: flex-start;*/
}
.how_it_work_hero_contetn .tab-content .image_with_text_sectionn {
    align-items: flex-start;
}
/*.image_with_text_sectionn .image_with_text_section_inner:nth-child(1) {
    margin-top: 20px;
}*/
.image_with_text_section_content_div p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4C4C4C;
    margin: auto;
    margin-bottom: 10px;
}
.image_with_text_section:first-child .image_with_text_sectionn .image_with_text_section_inner:nth-child(2) h5{
    color: #4386FC;
}
.image_with_text_section:first-child .image_with_text_sectionn .image_with_text_section_inner:nth-child(2) h5 span{
    background: #4386FC;
}
.image_with_text_section:nth-child(2) .image_with_text_sectionn .image_with_text_section_inner:nth-child(2) h5{
    color: #FFA900;
}
.image_with_text_section:nth-child(2) .image_with_text_sectionn .image_with_text_section_inner:nth-child(2) h5 span{
    background: #FFA900;
}
.image_with_text_section:nth-child(3) .image_with_text_sectionn .image_with_text_section_inner:nth-child(2) h5{
    color: #66D165;
}
.image_with_text_section:nth-child(3) .image_with_text_sectionn .image_with_text_section_inner:nth-child(2) h5 span{
    background: #66D165;
}
.image_with_text_section_inner h5 span {
    width: 32px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.image_with_text_section_inner h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 auto 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.image_with_text_section:nth-child(odd) {
    background: #F6F6F6;
}
.image_with_text_section:nth-child(even) .image_with_text_section_inner:last-child,
.image_with_text_section:nth-child(odd) .image_with_text_section_inner:first-child {
    order: 2;
    padding-right: 0;
}
.image_with_text_section:nth-child(even) .image_with_text_section_inner:first-child,
.image_with_text_section:nth-child(odd) .image_with_text_section_inner:last-child {
    order: 1;
    padding-left: 0;
}
.image_with_text_section_inner img {
    margin: auto;
}
.nopadding{
	padding: 0 !important;
}
.image_with_text_section {
    padding: 80px 0;
}
.image_with_text{
	margin-bottom: 0;
}
.our_misstion_plant_image img {
    width: 100%;
    object-fit: cover;
    min-height: 645px;
}
.background_image_and_text_section_content h2 {
    font-style: normal;
    font-weight: normal !important;
    font-size: 40px !important;
    line-height: 52px !important;
    color: #4C4C4C;
    text-align: center;
    margin-bottom: 15px;
}
.background_image_and_text_section_content h2 span {
    font-weight: 600;
}
.background_image_and_text_section_content p {
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: #4C4C4C;
    margin: auto;
}
.our_misstion_plant_image{
	position: relative;
}
.background_image_and_text_section_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 110px;
}
.greener_planet_section h2 {
    margin: auto;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 32px !important;
    line-height: 42px;
    color: #4C4C4C;
}
.greener_planet_section h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 36px;
	color: #4C4C4C;
	margin: 0 auto 18px;
}
.right_image_and_left_text_section_inner_div_content p {
    margin: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4C4C4C;
}
.right_image_and_left_text_section_contents_inner {
    background: #FFFFFF;
    border: 1px solid #DBE2EB;
    box-sizing: border-box;
    padding: 25px;
    margin-bottom: 25px;
    width: 90%;
    margin-right: 0;
    margin-left: auto;
    position: relative;
}
.count_div {
	position: absolute;
    left: -65px;
    width: 32px;
    height: 32px;
    border: 1px solid #DBE2EB;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    top: 34px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #4C4C4C;
    background: #fff;
}
.right_image_and_left_text_section_contents_inner:nth-last-child(2):after {
    z-index: 1;
}
.greener_planet_section h3:after {
    content: "";
    background: #DBE2EB;
    height: 2px;
    width: 32px;
    position: absolute;
    left: -33px;
    top: 50px;
}
.greener_planet_section h3:before {
    content: "";
    background: #DBE2EB;
    position: absolute;
    top: 47px;
    left: -5px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.right_image_and_left_text_section_contents_inner:after {
    content: "";
    width: 2px;
    height: 99%;
    position: absolute;
    left: -50px;
    top: 65px;
    border: 1px dashed #DBE2EB;
}
.right_image_and_left_text_section_button_text:after{
	display: none;
}
.right_image_and_left_text_section_button_text .count_div {
    left: 0;
    top: 13px;
    background: #fff;
    z-index: 1;
}
.right_image_and_left_text_section_button_text a:before {
    content: "";
    background: #DBE2EB;
    height: 2px;
    width: 31.4%;
    position: absolute;
    left: 30px;
    top: 28px;
}
.right_image_and_left_text_section_button_text a:after {
    content: "";
    background: #DBE2EB;
    position: absolute;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: 50%;
    top: 25px;
    margin-left: -90px;
}
.right_image_and_left_text_section_button_text:hover a:before {
    background: #4386FC;
}
.right_image_and_left_text_section_button_text:hover a:after{
    background: #4386FC;
}
.right_image_and_left_text_section_contents {
    margin-top: 60px;
}
.right_image_and_left_text_section_button_text {
/*    width: -webkit-fill-available;
    padding: 0;
    display: block;
    border: none;*/
	padding: 0;
	border: none;
	width: 100%;
}
.right_image_and_left_text_section_button_text a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 55px;
    background: #4386FC;
    color: #fff !important;
    width: 235px;
    height: 56px;
    display: block;
    margin: auto;
    margin-left: 36%;
}
.greener_planet_section {
    display: inline-block;
    width: 100%;
    margin: 100px 0;
}
.right_image_and_left_text_section_contents_inner:hover {
    border: 1px solid #4386FC;
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
}
.right_image_and_left_text_section_contents_inner:hover .count_div {
    background: #4386FC;
    color: #fff;
    border-color: #4386FC;
    z-index: 11;
}
.description_why_we_do_it_section_content a.white_button:hover {
    background: #b4cffe;
}
.right_image_and_left_text_section_button_text:hover {
    border: none;
    box-shadow: none;
}
.greener_planet_section .right_image_and_left_text_section_contents_inner:hover h3:before {
    background: #4386FC;
}
.greener_planet_section .right_image_and_left_text_section_contents_inner:hover h3:after{
    background: #4386FC;
}
.impactful_quote_sections h2 {
	margin: auto;
	font-style: normal;
	font-weight: 400 !important;
	font-size: 32px !important;
	line-height: 42px !important;
	color: #fff;
	font-family: 'Noto Serif', serif;
	margin-bottom: 15px;
	letter-spacing: 0;
}
.impactful_quote_section {
    background: #4386FC;
    margin-bottom: 100px;
    padding: 60px 0;
}
.impactful_quote_sections p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin: auto;
	letter-spacing: 0;
}
.meet_heading_section h2 {
    font-style: normal;
    font-weight: normal !important;
    font-size: 40px !important;
    line-height: 52px;
    color: #4C4C4C;
    margin: 0 auto 26px;
}
.meet_image_section {
    margin: 50px 0 60px 0;
}
.meet_heading_section p {
    margin: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4C4C4C;
}
.meet_content_section h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 42px;
    color: #4C4C4C;
}
.meet_our_team_section_images {
    align-items: center;
}
.meet_our_team_section {
    background: #F6F6F6;
    padding: 100px 0 60px 0;
}
.meet_content_section p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4C4C4C;
    margin: auto;
    margin-bottom: 12px;
}
.for_other_page .right_image_and_left_text_section_image,
.enterprise_section .greener_planet_section .right_image_and_left_text_section_image {
    margin-top: 180px;
}
.for_other_page{
	margin-bottom: 0;
}
.individuals_section .home-main-left {
    padding-right: 20px;
}
.mail_forwarding .faq_section_inner,
.virtual_mail_box .faq_section .faq_section_inner {
    margin-bottom: 0;
}
.enterprise_section .image_with_text_section_content_div p {
    margin-bottom: 10px;
}
.meet_content_section .lean_more_link{text-align: left;margin-top: 30px;}
.impactful_quote_sections_img
{
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
}
.impactful_quote_sections_img img
{
	text-align: center;
	margin: auto;
}
div#myCarousel p,
div#myCarousel h3 {
    text-align: left;
}
#myCarousel {
    margin-bottom: 40px;
    display: none;
}
.right_image_and_left_text_section_button_url a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 55px;
    background: #4386FC;
    color: #fff !important;
    width: 235px;
    height: 56px;
    display: block;
    margin: 75px auto 0;
}
#myCarousel ol.carousel-indicators {
    bottom: -50px;
}
.greener_planet_section #myCarousel h3:after,
.greener_planet_section #myCarousel h3:before{
	background: #fff;
}
.image_with_text_section_inner h2 span {
    color: #FFA900;
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
}
.main_impactful_quote {
    background: #F6F6F6;
    display: inline-block;
    width: 100%;
}
.statring_tab_title h6 a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #4C4C4C !important;
    padding: 23px 0;
    display: block;
    opacity: 0.4;
}
.statring_tab_title h6 {
    text-transform: inherit;
    margin: auto;
}
.pricing_table_section {
    background: #F6F6F6;
    padding: 64px 0 100px 0;
}
.pricing_table_title .tag_h1_class {
    font-style: normal;
    font-weight: normal !important;
    font-size: 40px !important;
    line-height: 52px !important;
    color: #4C4C4C;
    margin: 0 auto 18px;
    letter-spacing: 0.4px;
}
.pricing_table_title p {
    margin: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: #4C4C4C;
}
.pricing_plan_section_start .pricing_plan_section_box:first-child {
	background: #4386FC;
	padding: 96px 60px 90px 40px;
	height: 370px;
	position: relative;
	z-index: 1;
}
.pricing_plan_section_start {
    align-items: flex-end;
    position: relative;
}
.pricing_plan_section_start:after {
    content: "";
    height: 370px;
    background: #4386FC;
    position: absolute;
    width: 98.7%;
}
.pricing_plan_second_box .pricing_plan_section_box_inner {
    background: #fff;
    box-shadow: 0px 0px 40px rgba(85, 85, 85, 0.15), 0px 0px 10px rgba(51, 51, 51, 0.1);
    border: 1px solid #DBE2EB;
    position: relative;
    z-index: 1;
}
.pricing_plan_section_box_header h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4C4C4C;
    margin: 0 auto 21px;
}
.pricing_plan_second_box .pricing_plan_section_box_header h2 {
	font-style: normal;
	font-weight: 300 !important;
	font-size: 48px !important;
	line-height: 48px !important;
	color: #66D165 !important;
	margin-bottom: 7px;
}
span.hide_for_desktop {
    display: none;
}
.pricing_plan_section_box_footer {
    padding: 40px 30px 32px 30px;
}
.pricing_plan_section_box_footer a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #4386FC;
    border: 1px solid #4386FC;
    height: 55px;
    display: grid;
    width: 100%;
    align-items: center;
}
.pricing_plan_section_box_main ul {
    margin: auto;
    list-style: none;
}
.pricing_plan_section_box_main ul li {
    margin: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4C4C4C;
    position: relative;
    padding: 0 0 4px 0;
}
.pricing_plan_section_box_main ul li:before {
    content: "";
    border-color: transparent #66D165;
    border-style: solid;
    border-width: 0.25em 0 0.25em 0.35em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 15px;
    position: relative;
}
.pricing_plan_section_box_main {
    padding: 26px 40px 0 58px;
}
.page-template-tpl_pricing .pricing_plan_section_box_main{
	height: 394px !important;
}
.pricing_plan_section_box_inner p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4C4C4C !important;
    margin: auto;
}
.pricing_plan_section_box_header {
	padding: 40px 40px 34px 40px;
    border-bottom: 1px solid #DBE2EB;
}
.pricing_plan_section_box h2 {
    font-style: normal;
    font-weight: normal !important;
    font-size: 32px !important;
    line-height: 42px;
    color: #fff;
}
.pricing_plan_section_box p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin: auto;
}
.pricing_plan_second_box:hover .pricing_plan_section_box_header h2 {
    color: #4386FC !important;
}
.pricing_plan_second_box:hover .pricing_plan_section_box_main ul li:before{
	border-color: transparent #4386FC;
}
.pricing_plan_second_box:hover .pricing_plan_section_box_footer a {
    background: #4386FC;
    color: #fff !important;
}
.pricing_plan_section {
    margin-top: 54px;
}

.pricing_table_section_inner_table_inner {
    background: #fff;
    border: 1px solid #DBE2EB;
    box-shadow: 0px 0px 40px rgba(85, 85, 85, 0.15), 0px 0px 10px rgba(51, 51, 51, 0.1);
}
.main_basic_and_prime_t_sub {
    color: #4C4C4C;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}
.pricing_table_section_inner_tablee .main_basic_and_prime_t {
    background: #DBE2EB;
    padding: 13px 40px;
}
.main_basic_and_prime_t {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4C4C4C;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
}
.sub_content_of_table .main_basic_and_prime_t_sub span {
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    min-width: 333px;
}
.sub_content_of_table .main_basic_and_prime_t_sub span a.static_button {
    width: 290px;
    display: block;
    text-align: center;
    margin: auto;
    height: 56px;
    background: #4386FC;
    color: #fff !important;
    line-height: 54px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.basic_title_premium .main_basic_and_prime_t {
    line-height: 48px;
}
.sub_content_of_table .main_basic_and_prime_t_sub {
    padding-top: 9px;
    padding-bottom: 9px;
    align-items: center;
    display: flex;
}
.pricingpage.same_div_section .pricing_table_section:nth-child(3) {
    padding-top: 0;
}
.pricingpage.same_div_section .pricing_table_section:nth-child(3) .pricing_table_section_title {
    margin-bottom: 30px;
}
.faq_section {
    margin-top: 100px;
}
.tooltip_content_inner{
	display: none;
/*	width: 130px;
    position: absolute;
    background: #fff;
    z-index: 1;
    padding: 2px 10px;
    margin-left: 28px;
    border: 1px solid #DBE2EB;
    margin-top: -33px;
    border-radius: 3px;
*/    position: absolute;
    background: #4C4C4C;
    z-index: 1;
    padding: 2px 10px;
    border: 1px solid #4C4C4C;
    border-radius: 0;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0;
    margin-top: -60px;
    margin-left: -2px;
    width: auto;
}
.tooltip_content_inner:after {
/*    content: "";
    position: absolute;
    top: 14px;
    right: 100%;
    border-width: 7px;
    border-style: solid;
    border-color: transparent #DBE2EB transparent transparent;*/
}
.sub_content_of_table .main_basic_and_prime_t_sub span.icon_span {
    width: 15px;
    height: 15px;
    background: #4C4C4C;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 17px;
    min-width: auto;
}
.sub_content_of_table .main_basic_and_prime_t_sub span.tooltip_content {
    width: auto;
    min-width: auto;
    vertical-align: baseline;
}
.sub_content_of_table .main_basic_and_prime_t_sub span.tooltip_content:hover .tooltip_content_inner {
    display: block;
}
.sub_content_of_table .main_basic_and_prime_t_sub:nth-child(3n+1) {
    padding-left: 40px;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
}
.sub_content_of_table .main_basic_and_prime_t_sub:nth-child(3n+3) {
    padding-right: 40px;
}
.sub_content_of_table .main_basic_and_prime_t_sub,
.basic_title_premium .main_basic_and_prime_t{
	border-left: 1px solid #DBE2EB;
	border-bottom: 1px solid #DBE2EB;
}
.tag_h1_class br, .pricing_table_section_title .pricing_table_title p br {
    display: none;
}
.pricing_div .about_div {
    margin-top: 18px;
    margin-bottom: 70px;
}
.pricing_div .image_with_text_section{
    padding: 80px 0 38px 0;
}
.pricing_div .image_with_text_section:nth-child(odd) {
    background: #fff;
}
.pricing_div .image_with_text_section:nth-child(even) .image_with_text_section_inner:last-child, .pricing_div .image_with_text_section:nth-child(odd) .image_with_text_section_inner:first-child {
    order: 1;
    padding-right: 15px;
}
.pricing_div .image_with_text_section:nth-child(even) .image_with_text_section_inner:first-child, .pricing_div .image_with_text_section:nth-child(odd) .image_with_text_section_inner:last-child{
    order: 2;
    padding-left: 15px;
}
.pricing_div .image_with_text_section_inner h2 {
    font-size: 32px !important;
    line-height: 42px !important;
    margin-bottom: 15px;
}
.pricing_div .image_with_text_section_content_div p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4C4C4C;
    margin-bottom: 10px;
}
.pricing_div .sign_up_button {
    background: #4386FC;
    width: 192px;
    text-align: center;
    margin-top: 31px;
}
.pricing_div .sign_up_button a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 56px;
    color: #fff !important;
    display: block;
}
.pricing_div .image_with_text_sectionn {
    max-width: 970px;
    margin: auto !important;
}
.faq_section_inner_tab {
    max-width: 970px;
    margin: auto;
}
.faq_section_inner_tab h4.panel-title a {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color: #232323 !important;
    display: block;
    width: 100%;
    padding: 16px 0;
    position: relative;
    z-index: 111;
}
.pricing_plan_section .pricing_plan_section_box h2 {
    margin-bottom: 16px;
}
.pricing_plan_section_box p a.lean_more_link {
    color: #fff !important;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    position: relative;
    width: fit-content;
}
.pricing_plan_section_box.pricing-plan-desing-for-blue-part a.lean_more_link:before,
.pricing_plan_single_start a.lean_more_link:before {
    content: "";
    width: 15px;
    background: #fff;
    height: 2px;
    top: 13px;
    right: -30px;
    position: absolute;
}
.pricing_plan_section_box.pricing-plan-desing-for-blue-part a.lean_more_link:after,
.pricing_plan_single_start a.lean_more_link:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    top: 9px;
    right: -30px;
}
.pricing_plan_single_start .pricing_plan_section_box:first-child {
    padding: 38px 60px 90px 40px;
}
/*.pricing_plan_single_start .lean_more_link span:before {
    content: '→';
    top: -14px;
    color: #fff;
    position: absolute;
}*/
.pricing_plan_single_start .lean_more_link span {
    margin-left: 12px;
}
.faq_section_inner_tab .panel-body {
    margin-bottom:15px;
}
.howitworks .faq_section .faq_section_inner {
    padding-bottom: 78px;
    margin-bottom: 0;
}
.howitworks .faq_section_inner_tab .panel.panel-default .collapse.show:after{
	background: #F6F6F6;
}
.faq_section_inner {
    margin-top: 40px;
    /*margin-bottom: 101px;*/
}
.faq_section_inner_tab h4.panel-title {
    margin: auto;
}
.more_q p {
    margin: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #232323;
    padding: 20px 0 0 0;
}
.more_q p a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #4386FC !important;
    position: relative;
}
/*.lean_more_link a:before,*/
.grenery_content .lean_more_link a:before,
.meet_content_section .lean_more_link a:before,
.affordable_price_mydaak .lean_more_link a:before,
.more_q p a.lean_more_link:before {
    content: "";
    width: 15px;
    background: #4560FF;
    height: 2px;
    top: 8px;
    right: -30px;
    position: absolute;
}
/*.lean_more_link a:after,*/
.grenery_content .lean_more_link a:after,
.meet_content_section .lean_more_link a:after,
.affordable_price_mydaak .lean_more_link a:after,
.more_q p a.lean_more_link:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: solid #4560FF;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    top: 4px;
    right: -31px;
}
.affordable_price_mydaak .lean_more_link a:before,
.grenery_content .lean_more_link a:before {
    top: 10px;
}
.affordable_price_mydaak .lean_more_link a:after,
.grenery_content .lean_more_link a:after {
    top: 6px;
}
.peace_of_mind_section {
    background: #F6F6F6;
    padding: 101px 0 106px 0;
    margin-top: 100px;
}
.peace_of_mind_section img {
    margin: auto;
}
.peace_of_mind_section p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #232323;
    margin-bottom: 50px;
}
.statring_tab_title h6 a.active {
    border-bottom: 2px solid #4386FC;
    color: #4386FC !important;
    transition:opacity 0.5s;
   -webkit-transition:opacity 0.5s;
    opacity: 1;
}
.faq_section_inner_tab .panel.panel-default:after {
    content: "";
    box-sizing: border-box;
    height: 9px;
    width: 9px;
    border-style: solid;
    border-color: #4C4C4C;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    position: absolute;
    right: 7px;
    top: 28px;
    cursor: pointer;
}
.main_basic_and_prime_t_sub span.no,
.main_basic_and_prime_t_sub span.yes {
    visibility: hidden;
    position: relative;
}
.main_basic_and_prime_t_sub span.yes:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    visibility: visible;
    left: 0;
    text-align: center;
    margin: auto;
    width: 8px;
    height: 17px;
    border: solid #66D165;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: block;
}
.main_basic_and_prime_t_sub span.no:after{
    content: "";
    height: 17px;
    width: 2px;
    background-color: #4C4C4C;
    transform: rotate(-135deg);
    position: absolute;
    visibility: visible;
    right: 49.4%;
    top: 5px;
}
.main_basic_and_prime_t_sub span.no:before{
    content: "";
    height: 17px;
    width: 2px;
    background-color: #4C4C4C;
    transform: rotate(135deg);
    visibility: visible;
    position: absolute;
    left: 50%;
    top: 5px;
}
.faq_section_inner_tab .panel.panel-default .collapse.show:after {
    content: "";
    width: 12px;
    height: 3px;
    position: absolute;
    right: 3px;
    top: 25px;
    padding: 10px;
    background: #F6F6F6;
    z-index: 1;
}
.faq_section_inner_tab .panel.panel-default .collapse.show:before {
    content: "";
    background: #4C4C4C;
    width: 12px;
    height: 2px;
    position: absolute;
    right: 7px;
    top: 34px;
    z-index: 11;
    cursor: pointer;
}
.faq_section_inner_tab .panel.panel-default {
    position: relative;
    border-bottom: 1px solid #DBE2EB;
}
.new_tag_container {
    max-width: 770px;
    margin: auto !important;
}
.pricing_plan_section_start.pricing_plan_single_start:after {
    width: 98%;
}
.new_tag_container .sub_content_of_table .main_basic_and_prime_t_sub {
    padding-left: 40px;
    padding-right: 40px;
    align-items: center;
}
.more_q a.lean_more_link {
    width: auto;
    margin: auto;
}
.howitworks_section_title {
    padding-top: 62px;
    padding-bottom: 55px;
}
a.sign_up_btn {
    width: 212px;
    display: block;
    margin: auto;
    background: #4386FC;
    color: #fff !important;
    line-height: 56px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin-top: 26px;
    text-align: center;
    text-decoration: none;
}
.howitworks .image_with_text_section_inner a.sign_up_btn {
    margin-left: 0;
    margin-top: 33px;
}
.howitworks .about_div.image_with_text {
    background: #F6F6F6;
}
.howitworks .image_with_text_section:nth-child(even) .image_with_text_section_inner:last-child, .howitworks .image_with_text_section:nth-child(odd) .image_with_text_section_inner:first-child {
    order: 1;
    padding-right: 25px;
}
.howitworks .image_with_text_section:nth-child(even) .image_with_text_section_inner:first-child, .howitworks .image_with_text_section:nth-child(odd) .image_with_text_section_inner:last-child {
    order: 2;
    padding-left: 25px;
}
.how_it_work_hero_contetn .nav-tabs li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #4C4C4C !important;
    opacity: 0.5;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
    width: 100%;
    display: block;
    padding-top: 40px;
    min-height: 77px;
}
.how_it_work_hero_contetn .nav-tabs li:first-child a:before {
    margin-left: -80px;
    left: 50%;
}
.how_it_work_hero_contetn .nav-tabs li a:before {
    content: "";
    width: 24px;
    height: 24px;
    background: #DBE2EB;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -42px;
    border-radius: 50%;
    opacity: 1;
    border: 8px solid #fff;
    z-index: 1;
    top: -10px;
}
.how_it_work_hero_contetn .nav-tabs li a:after {
    content: "";
    width: 100%;
    height: 2px;
    border-bottom: 2px dashed #DBE2EB;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    top: 1px;
}
.how_it_work_hero_contetn .nav-tabs li a.active:before {
    background: #4386FC;
    border: 8px solid #C7DBFE;
}
.how_it_work_hero_contetn .nav-tabs li a.active:after {
    border-bottom: 2px solid #C7DBFE;
}
.how_it_work_hero_contetn .nav-tabs li:first-child a:after {
    right: auto;
    left: 50%;
    width: 84%;
    left: 31%;
}
.how_it_work_hero_contetn .nav-tabs li:last-child a:after {
    left: auto;
    right: 31%;
    width: 84%;
}
.how_it_work_hero_contetn .nav-tabs li:last-child a.active:after {
    width: 84%;
}
.how_it_work_hero_contetn .nav-tabs li:nth-child(2) a:after {
    left: 15%;
    width: 70%;
}
.how_it_work_hero_contetn .nav-tabs li:last-child a:before {
    margin-right: 0;
    right: 25%;
    left: auto;
}
.how_it_work_hero_contetn .about_div_inner {
    width: 86%;
    margin: auto;
}
.how_it_work_hero_contetn .pricing_table_title .tag_h1_class {
    margin-bottom: 30px;
}
.how_it_work_hero_contetn ul.nav.nav-tabs li:first-child{
	text-align: left;
}
.how_it_work_hero_contetn ul.nav.nav-tabs li:last-child{
	text-align: right;
}
.how_it_work_hero_contetn .nav-tabs li a.active {
    color: #4386FC !important;
    opacity: 1;
}
.how_it_work_hero_contetn .about_div.image_with_text {
    background: #fff;
}
.how_it_work_hero_contetn .image_with_text_section_inner h5 span{
	background: #4386FC;
}
.how_it_work_hero_contetn .plan_come_with_section_link_text {
    margin-top: 18px;
}
.how_it_work_hero_contetn .image_with_text_section_inner a.sign_up_btn {
    margin-top: 33px;
}
.how_it_work_hero_contetn ul.nav.nav-tabs {
    margin: auto;
    text-align: center;
    border: none;
    /*margin-top: 100px;*/
    margin-top: 50px;
    margin-bottom: 70px;
}
.how_it_work_hero_contetn {
    /*margin-bottom: 66px;*/
    margin-bottom: 0;
    margin-top: 110px;
}
.how_it_work_hero_contetn ul.nav.nav-tabs li {
    width: 33%;
    margin: auto;
}
.how_it_work_hero_contetn .image_with_text_section_inner h5{
    color: #4386FC;
    position: relative;
}
span.dash_tag {
    position: absolute;
    top: 6.5px;
}
.howitworks .image_with_text_section:first-child {
    padding-top: 100px;
}
.about_div.image_with_text.how_it_work_hero_contetn_with_img {
    margin-top: 0;
}
.howitworks .image_with_text_section:last-child {
    padding-bottom: 120px;
}
.howitworks .image_with_text_section {
    padding: 99px 0;
}
.how_it_work_heroimg img {
    margin: auto;
}
.how_it_work_hero {
    margin-bottom: 42px;
}
.plan_come_with_sectioninner {
	padding: 32px !important;
	border: 1px solid #DBE2EB;
}
.plan_come_with_sectioninner:nth-child(3n+2) {
    border-left: none;
    border-right: none;
}
.plan_come_with_sectioninner:nth-child(-n+3) {
    border-bottom: none;
}
.our_plan_section {
    padding-top: 100px;
}
.our_plan_section .tag_h1_class {
    margin-bottom: 54px;
}
.our_plan_section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.plan_come_with_section_title h5 {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color: #4C4C4C;
    margin: auto;
}
.plan_come_with_section_description p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4C4C4C;
    margin: auto;
}
.plan_come_with_section_link_text a.lean_more_link {
    text-align: left;
    margin: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    width: fit-content;
}
.plan_come_with_section_link_text a.lean_more_link:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: solid #4560FF;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    top: 4px;
    right: 15px;
}
.plan_come_with_section_link_text a.lean_more_link:before {
    content: "";
    width: 15px;
    background: #4560FF;
    height: 2px;
    top: 8px;
    right: 16px;
    position: absolute;
}
.plan_come_with_section_icon {
    margin-bottom: 27px;
}
.plan_come_with_section_title {
    margin-bottom: 15px;
}
.plan_come_with_section_description {
    margin-bottom: 20px;
    min-height: 52px;
}
.why_we_do_it_section {
    background: #4386FC;
    padding: 100px 0;
}
.why_we_do_it_section_in {
    align-items: center;
}
.why_we_do_it_section_in .pricing_table_title .tag_h1_class {
    text-align: left;
    color: #fff;
}
.description_why_we_do_it_section_content p {
    margin: auto;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}
.description_why_we_do_it_section_content a.white_button {
    width: 183px;
    background: #fff;
    display: block;
    text-align: center;
    color: #4386FC;
    font-weight: normal;
    font-size: 16px;
    line-height: 56px;
    margin-top: 23px;
}
.howitworks .faq_section {
    background: #F6F6F6;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 48px;
}
.howitworks .clients_reviews_inner:before {
    top: -50px;
}
.faq_section_inner_tab .panel-body p {
    margin: auto;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.howitworks .image_with_text_section_inner h2 {
    font-size: 32px !important;
    line-height: 42px !important;
    margin-bottom: 10px;
}
span.h5_content_tag {
    height: auto !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 0 42px !important;
    width: 100% !important;
    background: none !important;
}
.steps_hide{
	display: none !important;
}
.how_it_work_heroimg {
    margin-top: 56px;
}

/* privacy page start */
.privacy_page_inner {
    padding-top: 64px;
    padding-bottom: 100px;
}
.container_middle {
    width: 100%;
    max-width: 970px;
    margin: auto;
}
.privacy_page_icon {
    margin-bottom: 30px;
}
.privacy_page_banner {
    margin-top: 33px;
}
.privacy_page_hero .tag_h1_class br {
    display: block;
}
.keep_mail_safe {
	background: #F6F6F6;
	padding-top: 99px;
	padding-bottom: 127px;
}
.keep_mail_safe .image_with_text_section_inner h5 span.dash_tag {
    background: #4C4C4C !important;
    opacity: 0.5;
}
.keep_mail_safe .image_with_text_section_inner h5 span.h5_content_tag {
    color: #4C4C4C;
    opacity: 0.5;
}
.keep_mail_safe .image_with_text_section_inner h2 {
    font-size: 32px !important;
    line-height: 42px !important;
    margin-bottom: 15px;
}
.keep_mail_safe a.sign_up_btn {
    margin-left: 0;
    width: 257px;
}
.keep_mail_safe .image_with_text_section_inner h5 {
    margin-bottom: 13px;
}
.keep_mail_safe .image_with_text_section {
    padding: 0;
    margin-top: 84px;
    position: relative;
}
.keep_mail_safe .about_div {
    margin-top: 0;
}
.keep_mail_safe .image_with_text_section:first-child {
    margin-top: 75px;
}
.keep_mail_safe .image_with_text_section:nth-child(even) .image_with_text_section_inner:first-child,
.keep_mail_safe .image_with_text_section:nth-child(odd) .image_with_text_section_inner:last-child{
	padding-right: 20px;
}
.keep_mail_safe .image_with_text_section:nth-child(even) .image_with_text_section_inner:last-child,
.keep_mail_safe .image_with_text_section:nth-child(odd) .image_with_text_section_inner:first-child {
    padding-left: 20px;
}
.container_large img {
    margin: 0;
    width: 100%;
    margin-left: -220px;
    overflow: hidden;
    min-height: 505px;
    /*object-fit: cover;*/
}
.container_large .image_with_text_sectionn .image_with_text_section_inner:first-child {
    flex: 0 0 65%;
    max-width: 65%;
}
.container_large .image_with_text_sectionn .image_with_text_section_inner.set_div_middle {
    flex: 0 0 30%;
    max-width: 30%;
    margin-left: -100px;
}
.image_with_text_section_inner .btn-info {
    margin-left: 0;
    width: 257px;
    display: block;
    background: #4386FC;
    color: #fff !important;
    line-height: 56px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin-top: 26px;
    text-align: center;
    text-decoration: none;
    padding: 0;
    border: none;
    border-radius: 0;
}
.image_with_text_section_inner .btn-info:hover, .image_with_text_section_inner .btn-info:focus {
    background: #4386FC;
    box-shadow: none;
}
.modal.model_div {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(0, 0, 0, 0.5);
}
.modal-content.modal_content_section {
    background-color: #fefefe;
    padding: 56px;
    border: 1px solid #888;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-28.7%);
    left: 0;
    right: 0;
    margin: auto;
    max-width: 970px;
}
.modal_content_section p:last-child {
    margin-bottom: 0;
}
.close.close_model_div {
    color: rgba(0, 0, 0, 0.54);
    font-size: 50px;
    font-weight: 300;
    position: absolute;
    right: 37px;
    top: 22px;
}
.close.close_model_div:hover,
.close.close_model_div:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.modal_content_section h2.tag_h1_class {
    margin-left: 0;
}
.modal_content_section h3.tag_h3_class {
    margin-left: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color: #4C4C4C;
}
.modal_content_section p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4C4C4C;
    margin: 0 0 40px 0;
}
.modal_content_section a.sign_up_btn {
    margin-left: auto;
    margin-top: 0;
    width: 232px;
}
.privacy_page .modal-dialog {
    max-width: 970px;
}
.privacy_page .modal-body a.sign_up_btn{
	margin-left: auto;
	margin-top: 0;
}
.privacy_page .modal-dialog .modal-body p:last-child {
    margin-bottom: 0;
}
.privacy_page .modal-dialog .modal-body h2.tag_h1_class {
    font-size: 40px !important;
    line-height: 52px !important;
    margin-bottom: 24px;
}
.privacy_page .modal-header {
	position: absolute;
	z-index: 11;
	border: none;
	right: 50px;
	padding: 0;
	top: 40px;
}
.privacy_page .modal-header button.close {
    font-size: 80px;
    font-weight: 300;
    line-height: 30px;
}
.privacy_page .modal-body {
    padding: 56px;
}
.privacy_page .modal-dialog .modal-body p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4C4C4C;
    margin-bottom: 10px;
}
.privacy_page .modal-dialog .modal-body h3.tag_h3_class {
    font-size: 24px;
    line-height: 36px;
    font-style: normal;
    font-weight: normal;
    color: #4C4C4C;
    margin-bottom: 18px;
}
/* privacy page end */
.image_with_text_section_inner .btn-info:hover,
.right_image_and_left_text_section_button_text a:hover,
.pricing_div .sign_up_button a:hover,
.sub_content_of_table .main_basic_and_prime_t_sub span a.static_button:hover,
a.sign_up_btn:hover,
.love_service_link:hover,
.pricing_action a:hover,
.large_btn_life a:hover,
.get_started_btn:hover,
.sigup_free_btn a:hover {
    background: #3872fc;
}
.blue_bg_button:hover{
	opacity: 0.4;
}
.login_button:hover {
    background: #b4cffe;
}
a.white_bg_button:hover {
    background: #4386FC;
    opacity: 0.4;
}
.model_section_content {
    display: inline-flex;
    width: 100%;
    align-items: flex-start;
	position: relative;
	margin-bottom: 32px;
}
.model_half_section {
    max-width: 372px;
    width: 100%;
    display: inline-block;
}
.model_half_section:first-child{
    margin-left: 0;
    margin-right: auto;
}
.model_section_content:after{
    content: "";
    border-right: 1px solid #DBE2EB;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
}
.model_half_section:nth-child(2){
	margin-left: auto;
	margin-right: 0;
}
/*.lean_more_link span:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: solid #4560FF;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    left: 25px;
    top: 1px;
}
.lean_more_link span:before {
    content: "";
    width: 15px;
    background: #4560FF;
    height: 2px;
    top: 5.21px;
    right: 16px;
    position: absolute;
}*/
.meet_content_section .lean_more_link span:before,
.affordable_price_inner .lean_more_link span:before {
    top: 5px;
}
.faq_section_inner_tab .lean_more_link span ,
.plan_come_with_section_link_text span {
    vertical-align: top;
    margin-top: 2px;
}
.peace_of_mind_images_section{
    text-align: center;
}
.peace_of_mind_images_section_inner {
    display: inline-block;
    vertical-align: middle;
}
.peace_of_mind_images_section_inner img {
    height: 36px;
    margin: 0 17px;
}
.slide_show_section{}
.pricing_plan_section_start a.lean_more_link span {
    margin-top: 5px;
}
html {
  scroll-behavior: smooth;
}
section.first {
  background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)), url();
}
section.second {
  background: linear-gradient(rgba(67, 134, 252, 1), rgba(67, 134, 252, 1)), url();
}
.pricing_plan_section_start a.lean_more_link span:before {
    background: #fff;
}
.pricing_plan_section_start .lean_more_link span:after{
	border: solid #fff;
	border-width: 0 2px 2px 0;
}
/*.home-hero-video{width: 100%;display: none;}
.home-hero-video video{width: 100%;height: 100%;}*/
video{
/*height:100%;
width:100% !important;
object-fit: cover;
max-width: 100%;*/
}

.body_overlay
{
	width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 50;
    left: 0;
    opacity: 0.2;
}
.form_section_contact .contact_details_right_form p#zendesk_field_zen_desc {
    display: block;
}
.single-post .entry-categories {
    display: none;
}
.box.box-rates form .field-group-section:nth-child(2) .field-group label {
    z-index: 1;
}
.shipping-calculator-section .box-rates .selection.dropdown i.icon.dropdown:before {
    content: "" !important;
    position: absolute;
    top: 21px;
    right: 20px;
    visibility: visible;
    left: 0;
    text-align: center;
    margin: auto;
    width: 8px;
    height: 8px;
    border: solid #4C4C4C;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: block;
}
.page-template-tpl_hr_relocation .testimonial_section ul {
    column-count: unset;
    column-gap: unset;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
}
.page-id-5027 .heading-thank-you-title {
    margin-bottom: 0;
}
.page-id-5027 .back_to_home_req {
    margin-top: 23px;
}
.page-template-shipping-calculator .primary-menu .icon::before {
    height: 0.9rem;
    width: 0.19rem;
}
/*.page-template-shipping-calculator .primary-menu .icon::after {
    height: 0.2rem;
    width: 0.87rem;
}*/
.virtual_office .full_data .pricing_table_section:first-child {
    background: #fff;
}
.header-navigation-wrapper.new_menu ul li:hover span.icon:before{
	bottom: calc(50% - 1.1rem);
	left: -1px;
	top: 0px;
	height: .96rem;
	width: 0.1rem;
}
.header-navigation-wrapper.new_menu ul li:hover span.icon:after {
/*    bottom: calc(50% - 0.1rem);
    left: -10px;*/
    transform: rotate(-90deg);
}
.header-navigation-wrapper.new_menu ul li:hover span.icon {
    margin-top: -52px;
}
div#form_mail .weight__label {
    display: inline-flex;
}


.featured_content_div .sub_content_of_table .main_basic_and_prime_t_sub:nth-child(3n+1) {
    padding-left: 15px;
}
.featured_content_div .sub_content_of_table .main_basic_and_prime_t_sub:nth-child(3n+3) {
    padding-right: 15px;
}
.featured_content_div .sub_content_of_table .main_basic_and_prime_t_sub span {
    min-width: 100%;
}
.featured_content_div .pricing_table_section_inner_tablee .row {
    width: 100%;
}
.location_page_section .greener_planet_section {
    margin-top: 0;
    margin-bottom: 100px;
}
.featured_content_div .pricing_table_section {
    padding-top: 0;
}
.featured_content_div .sub_content_of_table .main_basic_and_prime_t_sub:nth-child(4n+1) {
    padding-left: 38px;
}
.featured_content_div .sub_content_of_table .main_basic_and_prime_t_sub span a.static_button {
    width: 100%;
}
.change_hover_image.active {
    display: block;
}
.change_hover_image {
    display: none;
}
.right_image_and_left_text_section_contents_inner.active {
    border: 1px solid #4386FC;
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
    cursor: pointer;
}
.mail_scanning_page {
    margin-top: 70px;
}
.right_image_and_left_text_section_contents_inner.active h3:before {
    background: #4386FC;
}
.right_image_and_left_text_section_contents_inner.active h3:after {
    background: #4386FC;
}
.right_image_and_left_text_section_contents_inner.active .count_div {
    background: #4386FC;
    color: #fff;
    border-color: #4386FC;
    z-index: 11;
}
.right_image_and_left_text_section_contents.hover_image_change_div {
    margin-top: 0;
}
.right_image_and_left_text_section_contents_inner.right_image_and_left_text_section_button_text.active {
    border: none;
    box-shadow: none;
}
.right_image_and_left_text_section_contents_inner.right_image_and_left_text_section_button_text.active .count_div {
    background: #fff;
    color: #4C4C4C;
    border: 1px solid #DBE2EB;
}
.right_image_and_left_text_section_contents_inner.right_image_and_left_text_section_button_text.active:hover .count_div{
    background: #4386FC;
    color: #fff;
    border-color: #4386FC;
}
.section_on_pricing_page .greener_planet_section {
    margin-top: 0;
    margin-bottom: 100px;
}
.add_space_with_bg .faq_section {
    background: #F6F6F6;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 45px;
}
.display_on_signle_post .trusted_by_section .user-testimonials {
    padding-bottom: 100px;
}
.display_on_signle_post {
    margin-top: 30px;
    position: relative;
    z-index: 11;
}
footer#site-footer {
    position: relative;
    z-index: 11;
}
/*.single-post .display_on_signle_post .social-sharing.ss-social-sharing {
    position: absolute;
    left: 0;
    right: 0;
    width: 55.5% !important;
    margin: auto !important;
}*/
.single-post .display_on_signle_post .social-sharing {
    max-width: 1090px;
    margin: auto;
    margin-top: 60px !important;
    text-align: center;
    margin-bottom: 30px;
}
.mail_forwarding_checking_ab_testing .greener_planet_section.for_other_page {
    margin-top: 0;
    margin-bottom: 80px;
}
.howitworks.mail_forwarding_checking_ab_testing {
    display: none;
}
h2.h2_tag_title {
	font-size: 40px;
	line-height: 52px;
	color: #4C4C4C;
	letter-spacing: 0;
}
.press_pages_section_inner p {
    font-size: 24px;
    line-height: 36px;
    color: #4C4C4C;
    font-weight: 300;
}
.press_pages_section_s_inner {
    display: inline-flex;
}
.press_pages_section_s_inner_in a,
.press_pages_section_s_inner_in {
    font-size: 17px;
    line-height: 36px;
    color: #4C4C4C !important;
    font-weight: 300;
}
.press_pages_section_s_inner_in a {
    display: inline-flex;
    align-items: center;
}
.tabbing_section_press_main .tab-content .tab-pane:nth-child(2) {
    margin-top: 31px;
}
.press_pages_section_s_inner_in {
    margin-right: 35px;
    display: inline-flex;
    align-items: center;
}
span.static_icon {
    margin-right: 8px;
    width: 28px;
    height: 18px;
}
.press_pages_section {
    padding-top: 98px;
    padding-bottom: 94px;
}
.tabbing_section_press_main ul.nav-tabs li a.active {
    border-bottom: 2px solid #4386FC;
    color: #4386FC!important;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    opacity: 1;
}
.tabbing_section_press_main li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    /*margin-right: 60px;*/
}
.tabbing_section_press_main ul.nav-tabs li a {
    width: 100%;
    display: block;
    padding-bottom: 24px;
}
.tabbing_section_press_main li, .tabbing_section_press_main ul {
    margin: 0;
}
.press_pages_section_inner {
    padding: 0 !important;
}
.tabbing_section_press_main ul.nav-tabs {
    border: none;
    /*box-shadow: 0px 1px 0px #DBE2EB;*/
    /*padding-bottom: 20px;*/
    text-align: center;
}
.tabbing_section_press_main ul.nav-tabs li a {
    border-bottom: 2px solid #DBE2EB;
    color: #DBE2EB !important;
}
.tabbing_section_press_main ul.nav-tabs li {
    display: inline-block;
    text-align: center;
    width: 50%;
}
.tabbing_section_press {
    margin-top: 64px;
}
.tabbing_section_press_main .tab-content {
    margin-top: 20px;
}
.tab_content_s_main {
    display: inline-flex;
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
}
.tab_content_s_main:last-child {
    margin-bottom: 0;
}
.tab_content_s_main .tab_content_s:first-child {
    width: 78%;
}
.tab_content_s h3,
.tab_content_s h2 {
/*	font-style: normal;
	font-weight: normal !important;
	font-size: 32px;
	line-height: 46px;
	color: #4C4C4B;
	margin: auto;*/
    letter-spacing: .1em;
    letter-spacing: 0.11px;
    color: #4C4C4C;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px;
    line-height: inherit;
}
.tab_content_s p {
/*    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: #4C4C4C;*/
    color: #4C4C4C;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
}
.tab_content_s p.postdate {
    font-size: 14px;
    margin: 0 auto 12px;
    line-height: 12px;
}
/*.video_center_banner video.video_for_external {
    width: 197px !important;
    position: relative;
}*/
.video_section_for_external {
	width: 246px;
	margin: auto;
	position: relative;
	top: -37px;
}
.video_section_for_external.remove_bg_image_some_css {
    top: 0;
    position: unset;
}
.video_section_for_external.remove_bg_image_some_css:before{
	display: none;
}
.video_section_for_external:after{
	content: "";
	background-image: url(./assets/images/one-iphone.png);
/*    position: absolute;
    width: 188px;
    height: 300px;
    top: 33px;
    background-size: cover;
    left: -12px;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;*/
    position: absolute;
    width: 188px;
    height: 278px;
    top: 6px;
    background-size: cover;
    left: -3px;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
}
.change_add_section_img .video_section_for_external:after{
	background-image: url(./assets/images/placeholder.png);
}
.form-group_divided_section label {
    font-size: 15px;
}
.video_center_banner video.video_for_external {
/*    border-radius: 12px;
    width: 54% !important;
    height: 317px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: -63px;
    position: relative;
    z-index: 1;*/
    border-radius: 12px;
    width: 54% !important;
    height: 260px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: relative;
    bottom: -11px;
}
.video_section_for_external.remove_bg_image_some_css:after {
    top: 42px;
}
.video_section_for_external:before {
    content: "";
    border-top: 9px solid #fff;
    position: absolute;
    left: 62px;
    right: 0;
    width: 122px;
    height: 95%;
    top: 22px;
    z-index: 1;
    border-radius: 8px;
    border-left: 10px solid #fff;
    border-right: 9px solid #fff;
}
.single-press_release .post-meta-wrapper.post-meta-edit-link-wrapper,
.single-press_release nav.pagination-single,
.single-press_release .recent_post_section,
.single-news .post-meta-wrapper.post-meta-edit-link-wrapper,
.single-news nav.pagination-single,
.single-news .recent_post_section {
    display: none;
}
.single-press_release .intro-text p,
.single-news .intro-text p{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #4C4C4C;
	margin-bottom: 10px;
	margin: auto;
	letter-spacing: 0;
}
.single-press_release .entry-content p,
.single-news .entry-content p {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4C4C4C;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}
.page-template-tpl_city_post_po_box_template .greener_planet_section.for_other_page,
.page-template-tpl_city_post_po_box .greener_planet_section.for_other_page,
.page-template-tpl_city_post .greener_planet_section.for_other_page {
    margin-top: 0;
    margin-bottom: 90px;
}
.brand_logos_section_on_pricing .brand_logos_section {
    background: #fff;
}
.brand_logos_section_on_pricing {
    padding-bottom: 88px;
    background: #F6F6F6;
}
.single-press_release main#main .container, .single-news main#main .container {
    max-width: 750px !important;
    margin: auto;
    padding: 0 !important;
}
.single-post .entry-header {
	padding: 8rem 0 3rem 0;
}
.single-post .post-inner {
    padding-top: 2rem;
    padding-bottom: 1.2rem;
}
.single-post article h2, .single-post article h2 a, .single-post article h2 span, .single-post article h2 span a {
    color: #4C4C4C;
    font-size: 26px !important;
    line-height: 34px !important;
    margin: 35px 0 20px 0 !important;
    font-weight: normal !important;
}
.single-post .intro-text.section-inner, .single-post .post-meta-wrapper.post-meta-single {
    display: none;
}
.single-post .old_design .intro-text.section-inner {
    display: block;
}
.single-post .entry-content ul li a, .single-post .entry-content p a {
    font-size: 18px;
    line-height: 30px;
}
.display_on_signle_post .pricing_plan_section_box p a.lean_more_link:before {
    content: "";
    width: 15px;
    background: #fff;
    height: 2px;
    top: 13px;
    right: -30px;
    position: absolute;
}
.display_on_signle_post .pricing_plan_section_box p a.lean_more_link:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    top: 9px;
    right: -30px;
}

/* stikcy header css start */
header#site-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 11111;
}
.single .site-main blockquote{
    border-color: #66D165;
}
.theird_level_page,
.sticky_menu_top_padding {
    padding-top: 0px !important;
}
.relocation-goal-section.thank-you-for-request {
    padding-top: 86px !important;
    background-color: #F6F6F6;
}
.relocation-goal-section.thank-you-for-request.sticky_menu_top_padding {
    padding-top: 195px;
}
.sticky_menu_top_padding.press_pages_section {
    padding-top: 207px;
}
.single .site-main {
    padding-top: 0px !important;
}
/* stikcy header css end */


.single-post .social-sharing.ss-social-sharing {
    top: 120px;
    position: fixed;
    margin: auto !important;
    display: block;
    width: 75px !important;
    text-align: center;
    z-index: 11;
    left: auto;
    /*right: auto;*/
    right: 50%;
    /*margin-left: -100px !important;*/
    margin-right: -198px !important;
}
.single-post .single_with_sidebar article {
    width: 93%;
}
.single_with_sidebar .single_with_sidebar_inner {
    position: relative;
}
.description_text_section p {
    margin: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4C4C4C;
    margin-bottom: 40px;
}
.description_text_section h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #4C4C4C;
    letter-spacing: 0.001px;
    margin-bottom: 10px;
}
.description_text_section p:last-child {
    margin-bottom: 0;
}
.description_text_section h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 52px;
    color: #4C4C4C;
    margin-bottom: 30px;
}
.map_section_of_address iframe {
    height: 449px !important;
}
.map_section_of_address_description p {
    margin: auto;
}
.map_section_of_address_description {
    margin-bottom: 42px;
}
.map_section_of_address_description p {
    margin-bottom: 9px;
}
.description_text_section ul li {
    margin: auto;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #4C4C4C;
}
.description_text_section ul {
    list-style: none;
    margin-bottom: 40px;
}
.description_text_section ul li:before {
    content: "";
    border-color: transparent #4386FC;
    border-style: solid;
    border-width: 0.25em 0 0.25em 0.35em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 17px;
    position: relative;
}
.change_of_address_section_state_main {
    background: #F6F6F6;
    padding-top: 50px;
    padding-bottom: 60px;
}
.change_of_address_section .address_breadcrumb_and_title {
    text-align: left;
    display: inline-block;
}
.change_of_address_section .howitworks .about_div.image_with_text,
.change_of_address_section .howitworks .about_div.image_with_text .image_with_text_section:nth-child(odd),
.change_of_address_section .howitworks .about_div.image_with_text .image_with_text_section:nth-child(even),
.change_of_address_section_state .howitworks .about_div.image_with_text,
.change_of_address_section_state .howitworks .about_div.image_with_text .image_with_text_section:nth-child(odd),
.change_of_address_section_state .howitworks .about_div.image_with_text .image_with_text_section:nth-child(even) {
    background: transparent;
}
.change_of_address_section_state .howitworks .how_it_work_hero_contetn {
    margin-top: 0;
    margin-bottom: 100px;
}
.page-template-tpl_template_for_change_of_address_city_page .change_of_address_section_state .howitworks .how_it_work_hero_contetn,
.page-template-tpl_change_of_address_city .change_of_address_section_state .howitworks .how_it_work_hero_contetn {
    margin-bottom: 0;
}
.page-template-tpl_all_state .change_of_address_section_state .howitworks .how_it_work_hero_contetn {
    margin-bottom: 0;
}
.page-template-tpl_all_state .change_of_address_section_state_main.page_title_section_of_address {
    padding-top: 50px;
}
.change_of_address_section_state_main_in {
    background: #FFFFFF;
    border: 1px solid #DBE2EB;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 17px;
    padding-right: 17px;
    align-items: center;
}
.change_address_state_top_section_in a {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    color: #fff !important;
    text-transform: inherit;
    background: #4386FC;
    height: 56px;
    display: block;
    width: 378px;
    margin: auto;
    margin-bottom: 40px;
    line-height: 58px;
    padding: 0 19px;
    position: relative;
}
.change_address_state_top_section_in:last-child a {
    margin-bottom: 0;
}

.change_address_state_top_section_in a:hover {
    background: #3872fc;
}
.change_address_state_top_section_in a:before {
    content: "";
    width: 15px;
    background: #fff;
    height: 2px;
    top: 50%;
    right: 20px;
    position: absolute;
    transform: translateY(-50%);
}
.change_address_state_top_section_in a:after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(-45deg);
    top: 23px;
    right: 20px;
}
.address_breadcrumb_and_title {
    display: inline-flex;
    width: 100%;
    align-items: center;
    position: relative;
    flex-flow: column;
}
.address_breadcrumb {
/*    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);*/
    width: 100%;
}
.address_breadcrumb_and_title h1 {
    margin: auto;
    font-style: normal;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 36px;
    color: #4C4C4C;
    letter-spacing: 0;
}
.address_breadcrumb_and_title a, .address_breadcrumb_and_title span {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4C4C4C;
    margin-right: 5px;
}
.change_of_address_section_state_main.page_title_section_of_address {
    padding-bottom: 0;
    /*padding-top: 30px;*/
}
.online_change_address_form {
    margin-top: 60px;
    position: relative;
}
.online_change_address_form_section label.control-label {
    text-transform: inherit;
    margin: auto;
}
.form-group .form_group_sub:first-child {
    padding-left: 0;
}
.form_group_in_sub .form-group .form_group_sub:last-child {
    padding-left: 20px;
}
.online_change_address_form_section label.control-label {
    text-transform: inherit;
    margin: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.1em;
    color: #4C4C4C;
}
.form-group .form_group_sub label.btn.btn-primary {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	background: #4386FC;
	width: 110px;
	height: 24px;
	text-transform: inherit;
	border: 1px solid #4386FC;
	border-radius: 0;
	border-right: 1px solid #fff;
	margin-right: 0.5px;
}
.form-group .form_group_sub label.btn.btn-primary.active {
    color: #4386FC;
    background: transparent;
	border: 1px solid #4386FC;
}
.form-group .form_group_sub .btn-primary.focus, .form-group .form_group_sub .btn-primary:focus {
    box-shadow: none;
}
.online_change_address_form_section .form-group {
    align-items: center;
    margin-bottom: 34px;
}
.form_group_sub input[type="text"] {
	padding: 0 13px;
	border: 1px solid #DBE2EB !important;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	color: #4C4C4C;
	margin: auto;
	height: 56px;
}
.text_box_fileds select {
    padding: 0 13px;
    border: 1px solid #DBE2EB !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #4C4C4C;
    margin: auto;
    height: 56px;
    width: 100%;
}
.online_change_address_form_section .form-group:last-child {
    margin-bottom: 0;
}
.text_box_fileds {
    display: inline-flex;
    text-align: left;
}
.text_box_fileds label.control-label {
    margin-left: 0;
    margin-right: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    background: #4386FC;
    height: 24px;
    text-transform: inherit;
    border: 1px solid #4386FC;
    border-radius: 0;
    padding: 0 10px;
}
.form-group_divided_section {
	display: inline-block;
	width: 100%;
	margin-bottom: 56px;
}
.form-group_divided_section h2 {
    margin-bottom: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    color: #4C4C4C;
}
/*.text_box_fileds label {
    width: 150px;
    margin: 0;
}*/
.form-group_divided_section .form_group_in_sub label {
    background: #4386FC;
    text-transform: inherit;
    border-radius: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    height: 56px;
    margin: 0;
    text-align: center;
    display: block;
    line-height: 53px;
    padding: 0 16px;
    min-width: 80px;
}
.form-group_divided_section .form_group_in_sub label.street-address-lable {
    width: 230px;
    text-align: left;
}
.form_group_sub.form_group_in_sub.text_box_fileds {
    align-items: center;
}
.form_group_sub.form_group_in_sub.text_box_fileds span {
    width: 100%;
}
/*.form_group_sub.form_group_in_sub.text_box_fileds:nth-child(2) label {
    text-align: right;
    padding-right: 40px;
}*/
.form-group_divided_section:first-child {
    width: 70%;
/*    margin-bottom: 0;*/
}
.form-group_divided_section.different_section .form_group_sub.form_group_in_sub.text_box_fileds:first-child .form-group .form_group_sub:first-child label {
    background: transparent;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4C4C4C;
    padding: 0;
}
.form-group_divided_section.different_section .form_group_sub.form_group_in_sub.text_box_fileds:nth-child(2) .form-group .form_group_sub:first-child label {
    text-align: left;
    min-width: 179px;
    position: relative;
    z-index: 1;
}
.form-group_divided_section.different_section .form-group .form_group_in_sub:nth-child(2) .form-group .form_group_sub:nth-child(2) {
    padding-left: 26px;
}
.form-group_divided_section.different_section .form-group .who-moving input[type="radio"] {
    width: 100%;
}
.form_group_sub.form_group_in_sub.text_box_fileds span.who-moving span.wpcf7-list-item {
    width: 140px;
}

.text_box_fileds.form_group_sub input::-webkit-input-placeholder {
/*	font-style: normal !important;
	font-weight: bold !important;
	font-size: 16px !important;
	line-height: 26px !important;
	color: #4C4C4C !important;
	opacity: 0.4 !important;*/
}
.text_box_fileds.form_group_sub input::-moz-placeholder {
/*	font-style: normal;
	font-weight: 300;
	font-size: 12px !important;
	color: #4C4C4C !important;
	opacity: 0.4;*/
}
.text_box_fileds.form_group_sub input:-ms-input-placeholder {
/*	font-style: normal;
	font-weight: 300;
	font-size: 12px !important;
	color: #4C4C4C !important;
	opacity: 0.4;*/
}
.text_box_fileds.form_group_sub input:-moz-placeholder {
/*	font-style: normal;
	font-weight: 300;
	font-size: 12px !important;
	color: #4C4C4C !important;
	opacity: 0.4;*/
}
.text_box_fileds.submit_button {
    width: 100%;
}
.online_change_address_form input.wpcf7-form-control.wpcf7-submit {
font-style: normal;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    width: 212px;
    height: 56px;
    background: #4386FC;
    display: block;
    margin: 40px auto 60px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
}
.form-group_divided_section:last-child {
    margin-bottom: 0;
}
.form_group_sub span.wpcf7-not-valid-tip {
    font-size: 16px;
}
.online_change_address_form span.ajax-loader {
    margin: auto;
    display: block;
}
.form-group_divided_section span.wpcf7-list-item {
    position: relative;
    margin: 0;
}
.form-group_divided_section span.wpcf7-list-item input[type="radio"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    text-transform: inherit;
    /* border: 1px solid #4386FC; */
    border-radius: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #4386FC;
    margin: auto;
    width: 160px;
    height: 56px;
    position: relative;
}
.form-group_divided_section span.wpcf7-list-item input[type="radio"]:checked {
	background: #4386FC;
	color: #fff;
}
.form-group_divided_section span.wpcf7-list-item span.wpcf7-list-item-label {
/*    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 18px;
    top: 47%;
    transform: translateY(-50%);
    z-index: 1;
    color: #fff;*/

}
.page-template-tpl_change_of_address .form-group_divided_section span.wpcf7-list-item span.wpcf7-list-item-label
{
	display: block !important;
	border-radius: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	height: 56px;
	margin: 0;
	text-align: center;
	display: block;
	line-height: 53px;
	padding: 0 16px;
	min-width: 80px;
	z-index: 999;
	position: absolute;
}
.page-template-tpl_change_of_address .form_group_sub.form_group_in_sub.text_box_fileds span {
    width: auto !important;
}
.cms_filed
{
	display: inline-block;
	margin: 0;
	padding: 0 !important;
	margin-top: 30px;
}
/*.page-template-tpl_change_of_address .form-group_divided_section.different_section .form-group .form_group_in_sub:nth-child(2) .form-group .form_group_sub:nth-child(2) {
    padding-left: 0;
}*/
.form-group_divided_section span.wpcf7-list-item.checked span.wpcf7-list-item-label {
    color: #4386FC;
}
.form-group_divided_section:nth-child(2) .wpcf7-radio span.wpcf7-list-item input[type="radio"]:after,
.form-group_divided_section:first-child .wpcf7-radio span.wpcf7-list-item input[type="radio"]:after{
    font-size: 18px;
    line-height: 55px;
    display: block;
    text-align: center;
    font-weight: 400;
}
.form-group_divided_section .your-type .wpcf7-radio span.wpcf7-list-item:first-child input[type="radio"]:after {
    content: "Temporary";
}
.form-group_divided_section .your-type .wpcf7-radio span.wpcf7-list-item:nth-child(2) input[type="radio"]:after {
    content: "Permanent";
}
.form-group_divided_section .who-moving .wpcf7-radio span.wpcf7-list-item:nth-child(1) input[type="radio"]:after {
    content: "Individual";
}
.form-group_divided_section .who-moving .wpcf7-radio span.wpcf7-list-item:nth-child(2) input[type="radio"]:after {
    content: "Family";
}
.form-group_divided_section .who-moving .wpcf7-radio span.wpcf7-list-item:nth-child(3) input[type="radio"]:after {
    content: "Business";
}
.form-group_divided_section span.wpcf7-list-item.checked {
    border: 1px solid #4386FC;
/*    border-left: 1px solid #fff;*/
}
.form-group_divided_section.different_section span.wpcf7-list-item {
    /*border-right: 1px solid #4386FC;*/
    border-left: 0;
}
.form-group_divided_section.different_section span.wpcf7-list-item.first {
    border-left: 1px solid #4386FC;
}
.form-group_divided_section span.wpcf7-list-item.first.checked {
    border-left: unset;
}
.form-group_divided_section span.wpcf7-list-item {
    position: relative;
    margin: 0;
    border: 1px solid #4386FC;
    width: 160px;
    text-align: center;
    height: 57px;
}
.form-group_divided_section .form_group_in_sub label.email-address-fields {
    width: 219px;
    text-align: left;
}
.form-group_divided_section.different_section .form-group .form-group .form_group_sub {
    padding: 0;
}
.form-group_divided_section.different_section .form-group {
    width: 100%;
}
.form-group_divided_section.different_section .form-group .who-moving span.wpcf7-form-control.wpcf7-radio,
.form-group_divided_section.different_section .form-group .who-moving {
    width: 100%;
    display: block;
}
.faq_section.faq_section_on_home .modal,
.page-template-tpl_privacy .modal,
.page-template-templatestpl_help-php .modal,
.page-template-tpl_pricing .modal {
    z-index: 11111;
    background: rgba(0,0,0,.2);
}
.video_center_banner .home_Page_inner .home-main-right video {
    width: 90% !important;
    margin-right: 0;
}
.comment_section_div .comments-wrapper {
    margin-top: 0;
}
.comment-reply-title {
    font-style: normal;
    font-size: 40px !important;
    line-height: 52px !important;
    color: #4C4C4C;
    margin: 0 auto 18px;
    letter-spacing: 0.4px;
    margin-bottom: 20px !important;
}
.comment_section_div p.must-log-in {
    text-align: center;
}
.comment_section_div {
    margin-bottom: 113px;
}
.footer_sidebar_8 {
    margin-top: -100px;
}
.single-post .ss-social-sharing a {
    text-indent: inherit;
    position: relative;
    background: none;
    font-size: 15px;
}
.state_list_with_link_main {
    column-count: 4;
    padding-top: 80px;
}
section.state_list_section {
    background: #F6F6F6;
    padding-top: 0;
}
.page-template-tpl_change_of_address .how_it_work_hero_contetn{
	margin-top: 0;
}
.state_list_with_link span, .state_list_with_link a {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4C4C4C;
}
.form-group_divided_section.different_section span.wpcf7-list-item {
    height: 57px;
    margin-top: -1px;
}
.state_list_with_link {
    margin-bottom: 10px;
}
.page-template-tpl_template_for_change_of_address_state_page .change_of_address_section_state .howitworks .how_it_work_hero_contetn,
.page-template-tpl_change_of_address_state .change_of_address_section_state .howitworks .how_it_work_hero_contetn {
    margin-bottom: 0;
}
.faq_section_inner_tab .panel-body ul li {
    margin: auto;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.faq_section_inner_tab .panel-body ul {
    margin-bottom: 0;
}
.change_of_Address_page{
	display: none;
}
.page-template-tpl_all_state .footer_top_inner,
.page-template-tpl_change_of_address_city .footer_top_inner,
.page-template-tpl_change_of_address .footer_top_inner,
.page-template-tpl_change_of_address_state .footer_top_inner{
	display: none;
}
.page-template-tpl_all_state .footer_top_inner.change_of_Address_page,
.page-template-tpl_change_of_address_city .footer_top_inner.change_of_Address_page,
.page-template-tpl_change_of_address .footer_top_inner.change_of_Address_page,
.page-template-tpl_change_of_address_state .footer_top_inner.change_of_Address_page {
    display: table-cell;
}
.form_group_sub.form_group_in_sub.text_box_fileds span.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
}
.form-group_divided_section.different_section .form_group_in_sub.text_box_fileds:nth-child(2) span.wpcf7-not-valid-tip {
    width: 180px;
}
.online_change_address_form .wpcf7-response-output {
    display: block !important;
    border: none !important;
    margin: auto !important;
    position: absolute;
    bottom: 40px;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output {
    color: #dc3232;
}
.howitworks section.description_text_section {
    padding-bottom: 0;
}
.page-template-tpl_city_post section.description_text_section,
.page-template-tpl_city_post_po_box_template section.description_text_section,
.howitworks section.description_text_section {
    padding-bottom: 0;
}
.page-template-tpl_city_post section.description_text_section,
.page-template-tpl_city_post_po_box_template section.description_text_section {
    padding-top: 90px;
}
.tag_listing.another-page-banner.blog_List_banner .banner-image-other-page-banner .banner-image-other-page .img-layer,
.tag_listing.another-page-banner.blog_List_banner .banner-image-other-page-banner .banner-image-other-page,
.tag_listing.another-page-banner.blog_List_banner .banner-image-other-page-banner {
    height: 220px !important;
}
.news_main_page_banner.another-page-banner.blog_List_banner.tag_listing .banner-image-other-page{
	background: url(assets/images/virtual-mailing-services.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.tag_listing.another-page-banner .banner-image-other-page-banner .banner-image-section h1 span {
    text-transform: capitalize;
    letter-spacing: 0;
}
.button_container a.login_button, .button_container a.login_button:hover {
    border: none;
    background: transparent;
}
.single-post .old_design .entry-content div, .single-post .old_design .entry-content ul li, .single-post .old_design .entry-content p, .single-post .old_design .entry-content p a, .single-post .old_design .entry-content span {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4C4C4C;
    margin-bottom: 10px;
}
.single-post .old_design .entry-content h3, .single-post .old_design .entry-content h3 a, .single-post .old_design .entry-content h3 b {
/*font-size: 24px;*/
    line-height: 36px;
    /*font-weight: 400;*/
    color: #4C4C4C;
    margin-left: 0;
    margin-top: 50px;
    /*font-weight: bolder;*/
    margin-bottom: 15px;
    /*letter-spacing: -0.99px;*/
    letter-spacing: 0;
    font-weight: 400;
    font-size: 18px;
}
.single-post .old_design .entry-content p img {
    margin-bottom: 4rem;
    margin-top: 4rem;
}
.mailing_form_section_first .mailing_form_section.add_span_section:first-child .mailing_form_section_in.left_mailing_form .mailing_form_two.mailing_form_twoo {
    border-left: 2px solid #FFC9AB;
    border-right: 2px solid #FFC9AB;
}
.mailing_form_section_first .mailing_form_section.add_span_section.mailing_form_section_n:nth-child(2) {
    margin-top: -1px;
}
.message_text_d{
	display: none;
}
.banner-image-section form.search-form {
    width: 500px;
    margin: auto;
}
.page-template-tpl_blogIlist .searbhelp_box {
    max-width: 40%;
}
.widget-content .textwidget .help_search .searbhelp_box {
    max-width: 100%;
}
.page-template-tpl_blogIlist .help_task_list.serachresult {
    background-color: transparent;
    padding-top: 10px;
}
h2.search_result_title {
    margin-bottom: 52px;
    text-align: center;
    font-size: 28px;
    margin-top: 52px;
}
.sidebar-section-on-page form.search-form input.search-submit {
    width: 90px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.not_found_section {
    width: 100%;
}
.not_found_section .alert.alert-info {
    background-color: #F6F6F6;
    text-align: center;
    margin: auto;
    border: none;
    width: fit-content;
}
.not_found_section .alert.alert-info p {
    margin: auto;
}
.search_page_section .blog_list_main .case-study_content_img {
    padding-left: 15px !important;
}
.pricing_table_section .pricing_table_section_inner_table .pricing_table_section_inner_table_inner .pricing_table_section_inner.basic_title_premium {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 109px;
    background: #fff;
    z-index: 11;
}
.pricing_table_section .pricing_table_section_inner_table .pricing_table_section_inner_table_inner .pricing_table_section_inner.basic_title_premium {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 109px;
    background: #fff;
    z-index: 11;
}
.award_section_div .press_pages_section_inner {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: #4C4C4C;
}
.award_section_div h2.h2_tag_title {
    margin-bottom: 20px;
}
.award_section_div .press_pages_section_s_inner_in {
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 36px;
    color: #4C4C4C;
}
.award_section_div {
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-id-43 .main_impactful_quote {
    padding-top: 100px;
}
.award_section_div span.static_icon {
    width: auto;
    height: auto;
}
.award_section_div span.static_icon img {
    width: 36px;
}
@media only screen and (max-width: 480px) {
	.mobile_trust_pilot .powerd_text {
		width: 100% !important;
		margin-top: 20px !important;
	}
}
.trustpilot-section_div {
    width: 100%;
    display: inline-block;
}
.trustpilot-slides {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.trustpilot-slides-li {
    background-color: #f8f9fa;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgb(182 196 210 / 40%);
    display: inline-block;
    height: 159px;
    line-height: 16px;
    margin: 0 24px 0 0;
    padding: 15px;
    position: relative;
    vertical-align: middle;
    white-space: normal;
    width: 234.5px;
}
.trustpilot-slides-li-first {
    display: inline-flex;
    flex-flow: row wrap;
    width: 100%;
}
.trustpilot-slides-li-first-sub {
    width: 50%;
}
.trustpilot-slides-li-first-sub:nth-child(2) {
    text-align: right;
    color: rgba(25,25,25,0.6);
    font-size: 12px;
    line-height: 14px;
}
.trustpilot-slides-li-title {
    color: #1f2936;
    font-size: 14px;
    font-weight: 700;
    height: 16px;
    margin: 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 8px;
    margin-bottom: 10px;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif !important;
    letter-spacing: 0;
}
.trustpilot-slides-li-description {
    color: #191919;
    font-size: 13px;
    line-height: 16px;
    max-height: 50px;
    overflow: hidden;
    word-wrap: break-word;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif !important;
    letter-spacing: 0;
}
.trustpilot-slides-li-name {
    color: rgba(25,25,25,0.6);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif !important;
    letter-spacing: 0;
}
.trustpilot-slides-li-first-img {
    display: inline-flex;
    width: 100%;
    flex-flow: row wrap;
}
.trustpilot-slides-li-first-img img.rating_star_img {
    width: 18.46px;
    border: 1px solid #fff;
    object-fit: scale-down;
}
.trustpilot-section_div button {
    background-color: #fff !important;
}
.trustpilot-section_div .slick-next:before, .trustpilot-section_div .slick-prev:before {
    color: #ccc;
}
.trustpilot-section_div .slick-slide {
    margin-right: 25px;
    min-height: 159px;
}
.trustpilot-section_div .trustpilot-slides .slick-list {
    margin-right: -20px;
}
.footer_section {
    text-align: center;
    margin-top: 10px;
}
.footer_section p, .footer_section p a {
    margin: auto;
    color: #191919 !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif !important;
    letter-spacing: 0;
}
.trustpilot-section_div .trustpilot-slides {
    margin-bottom: 5px;
}
.footer_section p a {
    text-decoration: underline;
    font-weight: 100 !important;
}
.footer_section img.rating_star_img {
    margin: auto;
    display: inline-block;
}
.trustpilot-slides-li-first-img span {
    color: #fbb004;
    margin-right: 2px;
    display: inline-block;
    font-size: 18px;
}
.page-template-tpl_california_pricing .pricing_table_section_inner_table .row,
.page-template-tpl_pricing .pricing_table_section_inner_table .row {
    width: 100%;
}
.mailing_form_two-1.mailing_form_two_1 ul.mmddyy li span.hide_this_for_blank {
    text-indent: -9999px;
}
.post_titl_list p:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #748494;
    position: absolute;
    left: 16px;
    top: 10px;
    border-radius: 50%;
}
.post_titl_list p {
    position: relative;
    padding-left: 35px;
    margin-top: 5px;
}
.post_titl_list {
    margin-bottom: 20px;
}
.for_without_sidebar.for_without_sidebar_s .display_on_signle_post {
    margin-top: 0;
}
.for_without_sidebar.for_without_sidebar_s .display_on_signle_post .pricing_table_section {
    background: no-repeat;
}
.page-template-tpl_template_for_change_of_address_state_page .display_on_signle_post,
.page-template-tpl_change_of_address .display_on_signle_post {
    margin-top: 0 !important;
}
.full-width-part p ,.page_with_form1583 .home-main-left p,.full-width-part  li{
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 36px;
    color: #4C4C4C;
    opacity: 1;
    margin-bottom: 0px !important;
}
.full-width-part strong
{
	font-size: 30px;
	font-weight: 500;
	display: inline-block;
}
.page_with_form1583 .home_top_part h1 {
    color: #4C4C4C;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 52px;
}
.page_with_form1583 .modal-dialog {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    top: 27%;
}
.form_1583_div .field-group label {
    position: absolute;
    background: #fff;
    left: 16px;
    top: -10px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #4C4C4C;
    letter-spacing: 0;
    line-height: normal;
    z-index: 1;
    padding: 0 10px;
}
.form_1583_div .field-group {
    margin-bottom: 50px;
}
.form_1583_div input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #4386FC;
    text-align: center;
    display: block;
    background: #4386FC;
    padding: 0 40px;
    text-decoration: none;
    text-transform: uppercase;
    margin: auto;
}
.form_1583_div p {
    position: relative;
    margin: auto;
}
.form_1583_div span.ajax-loader {
    position: absolute;
    margin: auto;
    left: 25%;
    top: 13px;
}
.form_1583_div span.wpcf7-not-valid-tip {
    font-size: 14px;
    text-align: left;
}
.button_popup-open {
    text-align: center;
    margin-top: 30px;
}
.page_with_form1583 .home-main-right img.banner-hero-image {
    margin: auto;
}
.mailing_form_two-1.mailing_form_two_1 ul.mmddyy li span.hide_this_for_blank {
    text-indent: -9999px;
}
.post_titl_list p:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #748494;
    position: absolute;
    left: 16px;
    top: 10px;
    border-radius: 50%;
}
.post_titl_list p {
    position: relative;
    padding-left: 35px;
    margin-top: 5px;
}
.post_titl_list {
    margin-bottom: 20px;
}
.change_of_address_section_state .for_without_sidebar .display_on_signle_post {
    margin-top: 0;
}
.change_of_address_section_state .for_without_sidebar .display_on_signle_post .pricing_table_section {
    background: #fff;
}
.form_1583_div .screen-reader-response {
    overflow: visible;
    position: unset;
    width: 100%;
    height: 50px;
    clip: unset;
    clip-path: initial;
}
.form_1583_div .screen-reader-response p {
    color: #000000;
    font-size: 18px;
}
.home section.common_section.clients_reviews{
	padding-bottom: 40px;
}
.page_with_form1583 .modal-header,
.faq_section.faq_section_on_home .modal-header,
.pricingpage .modal-header {
    position: absolute;
    z-index: 11;
    border: none;
    right: 4px;
    padding: 0;
    top: 0;
}
.page_with_form1583 button.close, .faq_section.faq_section_on_home button.close, .pricingpage button.close {
    font-size: 50px;
    font-weight: 300;
    line-height: 30px;
}
.pricing_plan_section_box_footer .short_address_for_pricing_plan a {
    display: unset;
    text-align: inherit;
    border: none;
    height: inherit;
    width: unset;
    font-size: 12px;
    line-height: 26px;
    font-weight: normal;
}
.pricing_plan_second_box:hover .pricing_plan_section_box_footer .short_address_for_pricing_plan a {
    background: inherit;
    color: #4386FC !important;
}
.short_address_for_pricing_plan {
    margin-top: 7px;
    position: relative;
    padding-left: 30px;
}
.short_address_for_pricing_plan:before {
    content: "!";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: #4386FC;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-weight: bold;
    line-height: 22px;
}
.short_address_for_pricing_plan p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 26px;
    color: #4C4C4C;
    text-align: left;
}
.new_template_caifornia .greener_planet_section {
    margin-top: 0;
}
.new_template_caifornia .tooltip_content_inner {
    width: 100%;
}
.pricing_plan_section_box.pricing-plan-desing-for-blue-part {
    padding-right: 40px !important;
}
.image_with_text_section_content_div ul {
    margin: 0;
}
.image_with_text_section_content_div ul li {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4C4C4C;
    margin-bottom: 0;
    margin-top: 0;
}
div#recaptcha {
    margin: 43px 0 0 0;
}
span.recpatchaerrormsg.msg-error.error {
    display: block;
}
.playbutton-with-image img.play-pause-btn {
    position: absolute;
    width: 40%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    z-index: 1;
}
.compare-price-section tbody tr td:first-child,
.compare-price-section thead tr th:first-child,
.home .clients_reviews_title h2 {
    text-align: left;
}
.price-compare-page .home-main-left {
    width: 100%;
    float: none;
}
.price-compare-page .home-main-left a.primary_large_button {
    margin: auto;
    margin-top: 50px;
}
.compare-price-section {
    background: #F6F6F6;
    padding: 100px 0;
}
.price-compare-page .trusted_by_section .user-testimonials {
    padding-top: 0;
    padding-bottom: 0;
}
.compare-price-div-in {
    background: #FFFFFF;
/*    box-shadow: 0px -5px 20px rgb(181 230 245 / 80%);
    border-radius: 12px;*/
    padding-top: 30px;
}
.compare-price-div h2.tag_h1_class {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 42px;
    color: #4C4C4C;
    padding: 20px 0 30px 0;
}
.compare-price-div table.price_list tr th, .compare-price-div table.price_list tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.price-compare-page .service-advantages:before{
	display: none;
}
.price-compare-page .user-testimonials {
    padding-top: 20px;
}
.price-compare-page .mail_scanning_page {
    margin-top: 0;
}
.compare-price-section thead tr th {
    background: #f4f6f8;
    font-size: 18px;
    font-weight: 500;
    color: #4C4C4C;
    text-align: center;
    border-top: 0;
    border-bottom: 0;
    padding: 15px;
}
.compare-price-section thead tr th:nth-child(4),
.compare-price-section tbody tr td:nth-child(4),
.compare-price-section tbody tr td:first-child,
.compare-price-section thead tr th:first-child {
    border-left: 0;
}
.compare-price-section thead tr th:nth-child(2),
.compare-price-section tbody tr td:nth-child(2),
.compare-price-section tbody tr td:last-child,
.compare-price-section thead tr th:last-child {
    border-right: 0;
}
.compare-price-section tbody tr td {
    color: #4C4C4C;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border-bottom: 0;
    border-top: 0;
    padding: 15px;
}
.compare-price-div-in table {
    margin: 0;
    border: 0;
    overflow: visible;
}
.compare-price-section tbody tr td:first-child {
    text-align: left;
    background: none;
    color: #4C4C4C;
    font-weight: 500;
}
.compare-price-div-in table tbody tr:nth-child(odd) {
    background: #fff;
}
.compare-price-div-in table tbody tr:nth-child(even) {
    background: #f4f6f8;
}
.compare-price-section tbody tr:last-child td {
    color: #4C4C4C;
    font-weight: 700;
    font-size: 16px;
}
.compare-price-section thead tr th:nth-child(3),
.compare-price-section tbody tr td:nth-child(3) {
    color: #66D165;
    box-shadow: 0 10px 20px rgb(85 85 85 / 15%), 0 10px 20px rgb(51 51 51 / 10%);
    border-left: 0;
    border-right: 0;
}
.compare-price-section thead tr th:nth-child(3) {
    background: #fff;
    color: #66D165;
    box-shadow: 0 0 15px rgba(85,85,85,.15),0 0 15px rgba(51,51,51,.1);
}
/*.compare-price-div-in table.price_list tr th:nth-child(3), .compare-price-div-in table.price_list tr td:nth-child(3),
.compare-price-div-in table.price_list tbody tr:nth-child(even),
.compare-price-div-in table.price_list tr th:first-child,
.compare-price-section table.price_list tr th {
    background: transparent !important;
}
.compare-price-div-in table.price_list tr th:nth-child(3), .compare-price-div-in table.price_list tr td:nth-child(3),
.compare-price-div-in table.price_list tr th:nth-child(3) {
    box-shadow: none !important;
    border-left: 1px solid #DBE2EB !important;
    border-right: 1px solid #DBE2EB !important;
}*/
.page-template-tpl_pricing .my_enter_prise_section .pricing_table_section_title .tag_h1_class br,
.page-template-tpl_pricing .my_consumer_section .pricing_table_section_title .tag_h1_class br {
    display: block;
}
/* khushbu end */
.page-id-4234 .affordable_price {
    background-color: #fff;
    padding-bottom: 0;
}
/* end here */
/* trustpilot start */
.faq_section_on_home .faq_section_inner_tab {
    max-width: 90%;
}
.user-testimonials {
    /*background-color: #f9fdff;*/
    background-color: #fff;
    padding-bottom: 108px;
    padding-top: 100px;
}
.home .user-testimonials{
    padding-bottom: 110px;
}
.service-advantages{
	position: relative;
}
.service-advantages:before{
    content: "";
    position: absolute;
    top: -155px;
    background-image: url(images/qoute.png);
    width: 125px;
    height: 100px;
}
.user-testimonials h3 {
    font-weight: inherit;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
    color: #4C4C4C;
    font-size: 40px;
    line-height: 52px;
}
.static_Links {
    color: #0e3052;
    font-size: 32px;
    font-weight: inherit;
    text-align: center;
    line-height: 1.3em;
    margin-top: 0;
    font-family: 'Caecilia-Heavy';
}
.page-template-tpl_home .user-testimonials .service-advantages .trustpilot-widget {
    width: 100%;
    /*max-width: 973px;*/
    margin: auto;
}
.wrapper-company-info .tp-widget-stars {
    max-width: 100%;
    width: 140px;
}
.wrapper-company-info .tp-widget-humanscore, .wrapper-company-info .tp-widget-stars {
    display: inline-block;
    margin: 0 6px 12px;
    vertical-align: middle;
}
.wrapper-company-info {
    /*font-size: 0;*/
    padding: 16px 0 24px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.wrapper-company-info .tp-widget-logo {
    max-width: 100%;
    width: 80px;
}
.wrapper-company-info .tp-widget-businessinfo, .wrapper-company-info .tp-widget-logo {
    display: inline-block;
    margin: 0 3px 6px;
    vertical-align: bottom;
}
.wrapper-company-info .tp-widget-businessinfo .bold-underline {
    font-size: 14px;
    border-bottom: 1px solid rgba(25,25,25,0.6);
}
.tp-stars--5 .tp-star:nth-of-type(-n+5) .tp-star__canvas, .tp-stars--5 .tp-star:nth-of-type(-n+5) .tp-star__canvas--half {
    fill: #00b67a;
}
.wrapper-reviews {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tp-widget-review {
    background-color: #f8f9fa;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgba(182,196,210,0.4);
    line-height: 18px;
    margin: 0 0 16px;
    overflow: hidden;
    padding: 16px;
    position: relative;
    word-wrap: break-word;
}
.tp-widget-review .tp-widget-stars {
    display: block;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 0 20px;
}
.tp-widget-review .tp-widget-stars-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 8px;
    max-width: 100%;
    width: 110px;
}
.tp-widget-review .header {
    color: #191919;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 12px;
}
.tp-widget-review .text, .tp-widget-review .text span {
    color: #191919;
    max-height: 85px;
    overflow: hidden;
    position: relative;
    font-size: 13px;
}
.read-more {
    display: none;
}
.tp-stars .tp-star__canvas, .tp-stars .tp-star__canvas--half {
    fill: #dcdce6;
}
.wrapper-company-info .tp-widget-humanscore h1 {
    font-size: 24px !important;
    font-weight: 500 !important;
    margin: auto;
}
.wrapper-company-info .tp-widget-businessinfo {
    font-size: 14px;
    line-height: 18px;
}
.wrapper-company-info .tp-widget-businessinfo a.bold-underline {
    color: #191919 !important;
    font-weight: 500;
}
.tp-widget-reviewcolumn {
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px;
    width: 0;
}
.tp-widget-reviewcolumn:first-of-type {
    margin-left: 0;
}
.wrapper-reviews {
    overflow-y: auto;
    height: 396px;
}
.tp-widget-review .tp-widget-stars .date {
    position: absolute;
    right: 16px;
    top: 16px;
}
.tp-widget-review .tp-widget-review__name {
    font-size: 0;
    margin: 0;
}
.tp-widget-review .tp-widget-review__name strong {
    color: #727273;
    font-size: 13px;
}
.wrapper-company-info::after {
    background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(182,182,182,0.19) 100%);
    top: 100%;
}
.wrapper-company-info::after {
    content: '';
    display: block;
    height: 12px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 20;
}

/* trustpilot end */
.faq_section_on_home {
    padding-top: 100px;
    margin-top: 0;
    background: #F6F6F6;
    padding-bottom: 100px;
}
.video_center_banner .tag_h1_class br {
    display: block;
}
.video_center_banner video {
    width: 70% !important;
    margin: auto;
    /*min-height: 497px;*/
}
.remove_space_for_title {
    padding-top: 100px;
}
.howitworks .remove_space_for_title .image_with_text_section:first-child {
    padding-top: 20px;
}
.businesses_page .how_it_work_hero_contetn {
    margin-top: 0;
    margin-bottom: 105px;
}
.page-template-tpl_enterprise .about_uspage.same_div_section .footer_top_section.blue_bg {
    display: inline-table;
}

.page-template-tpl_enterprise .footer_top_section.blue_bg {
    display: none;
}
.enterprise_section .faq_section_on_home {
    background: #F6F6F6;
    padding-top: 100px;
    display: inline-block;
    width: 100%;
    margin-top: 0;
}
.enterprise_section .about_div_inner_section_div p {
    width: 100%;
}
ul.brand_logos {
    margin: auto;
    list-style: none;
    width: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
}
li.brand_logos_v {
    display: inline-block;
    margin: auto 20px;
    text-align: center;
    vertical-align: middle;
}
li.brand_logos_v:first-child {
    margin-left: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 36px;
    color: #4C4C4C;
}
.enterprise_section .our_plan_section {
    padding-top: 0;
}
li.brand_logos_v:last-child {
    margin-right: 0;
}
.brand_logos_section {
    display: inline-block;
    width: 100%;
    background: #F5F9FA;
    border: 1px solid #E6E6E6;
    padding-top: 20px;
    padding-bottom: 20px;
}
.enterprise_section .about_div {
    margin-bottom: 100px;
}
.brand_logos_section_inner {
    display: inline-flex;
    width: 100%;
    align-items: center;
}
.addresses_section .howitworks .about_div.image_with_text {
    margin-top: 0;
    padding-top: 60px;
}
.remove_space_for_title .pricing_table_title {
    margin-bottom: 30px;
}
.addresses_section .about_div {
    margin-top: 0;
}
p.short_dscr {
    font-weight: 300 !important;
    font-size: 24px !important;
    line-height: 36px;
    color: #4C4C4C;
    margin-top: 20px;
}
.individuals_section .life_esy_with_mydaak {
    background: #fff;
    position: relative;
}
.individuals_section .how_it_works_mydaak .life_esy_loop:nth-child(3):before{
/*    content: "";
    position: absolute;
    top: -20px;
    background-image: url(images/qoute.png);
    width: 125px;
    height: 100px;	*/
    display: none;
}
.refer_and_earn .how_it_work_hero_contetn_with_img .about_div_inner .image_with_text_section:nth-child(4) .image_with_text_sectionn .image_with_text_section_inner:nth-child(1) {
    order: 1;
}
.refer_and_earn .how_it_work_hero_contetn_with_img .about_div_inner .image_with_text_section:nth-child(4) .image_with_text_sectionn .image_with_text_section_inner:nth-child(2) {
    order: 2;
}
.refer_and_earn .how_it_work_hero_contetn_with_img .about_div_inner .image_with_text_section:nth-child(4) {
    padding-top: 30px;
}
.refer_and_earn .how_it_work_hero_contetn_with_img .about_div_inner .image_with_text_section:nth-child(3) {
    padding-bottom: 30px;
}
.wonder_gml_services_logo {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 100px;
}
.wonder_gml_services_logo_in {
    display: inline-block;
    margin: 0 30px;
}
.wonder_gml_services_logo_in_img img {
    margin: auto;
}
.wonder_gml_services_logo_in_text p {
    margin: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 36px;
    color: #4C4C4C;
}
.wonder_gml_services_logo_in_text {
    margin-top: 14px;
}
.form_section_contact_content h4 {
    margin: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    /*line-height: 42px;*/
    color: #4C4C4C;
    margin-bottom: 15px;
}
.map_section_div {
    margin-top: 80px;
}
.form_section_contact_m {
	display: inline-flex;
	width: 100%;
	align-items: self-start;
	margin-bottom: 30px;
}
.form_section_contact_m:nth-last-child(2),
.form_section_contact_m:last-child{
	margin-bottom: 0;
}
.form_section_contact_img {
    width: 70px;
}
.form_section_contact_content p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #4C4C4C;
    margin: auto;
}
.contact_details_right h3 {
    color: #4C4C4C;
    margin-bottom: 16px;
    letter-spacing: 0;
    font-size: 28px;
    font-weight: 300;
}
.contact_page_section .grenery_content p {
    font-size: 18px !important;
}
.home_Page_inner .home-hero-video video {
    width: 540px !important;
    /*min-height: 310px;*/
}
.trustpilot-widget {
    width: 100%;
    /*max-width: 973px;*/
    max-width: 100%;
    margin: auto;
}
.user-testimonials .service-advantages h3 a {
    text-align: center;
    color: #4C4C4C !important;
    font-size: 40px;
    line-height: 52px;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: 0;
}
span#translations-main {
    color: #4C4C4C !important;
    font-family: inherit;
    font-weight: 400;
}
.home .service-advantages:before,
.trusted_by_section .service-advantages:before{
	display: none;
}
.businesses_page .trusted_by_section .user-testimonials {
    padding-top: 0;
}

.txt-rotate{
    min-width: 170px;
    text-align: center;
}
.blue_section_for_middle .container_second {
    max-width: 1053px;
}
.blue_section_for_middle .footer_top_right {
    float: right;
    margin-left: 0;
}
.blue_section_for_middle .footer_top_inner_content {
    display: inline-flex;
    width: 100%;
    align-items: center;
}
.contact_details_right textarea, .contact_details_right input {
    border: 1px solid #DBE2EB;
}
.contact_details_right p {
    position: relative;
}
.contact_details_right span.zrf_field_title {
position: absolute;
    background: #fff;
    left: 16px;
    top: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #4C4C4C;
    letter-spacing: 0;
    line-height: normal;
    z-index: 1;
    padding: 0 10px;
}
#zrf-form p > label {
    min-height: 18px;
}
p#zendesk_field_360014253733 span.zrf_field_title {
    top: 19px;
}
p.p_tag_space {
    margin-bottom: 50px;
}
.contact_details_left {
    margin-top: 88px;
}
.image_with_text_section_content_div p strong {
    font-weight: bold;
    margin-bottom: 8px;
    display: inline-block;
}
#zendesk_field_zen_name, #zendesk_field_zen_email{
	z-index: 1;
}
.contact_details_right span.zrf_field_title label {
    margin: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #4C4C4C;
    letter-spacing: 0;
}
span.zrf_extra_info {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: #4C4C4C;
    margin: auto;
    position: relative;
    top: 85px;
}
.contact_details_right p input[type="submit"] {
    margin-top: 40px !important;
    padding: 0;
    height: 60px !important;
    width: 190px !important;
    border: 1px solid #4386FC !important;
}
.contact_details_right input[type="text"], .contact_details_right input[type="password"], .contact_details_right input[type="email"], .contact_details_right input[type="url"], .contact_details_right input[type="date"], .contact_details_right input[type="month"], .contact_details_right input[type="time"], .contact_details_right input[type="datetime"], .contact_details_right input[type="datetime-local"], .contact_details_right input[type="week"], .contact_details_right input[type="number"], .contact_details_right input[type="search"], .contact_details_right input[type="tel"], .contact_details_right input[type="color"], .contact_details_right textarea{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #4C4C4C;
    margin: auto;
}
.image_with_text_sectionn_second {
    margin-top: 100px;
}
.wonder_gml_services {
    margin-top: 70px;
}
.page-template-affiliate-program .footer_top_section.blue_bg {
    display: none;
}
.page-template-affiliate-program .clients_reviews_inner:before{
	display: none;
}
.contact_details_right p select {
	padding: 0 13px;
    border: 1px solid #DBE2EB;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #4C4C4C;
    margin: auto;
    height: 60px;
    margin-top: 28px;
    background: #fff !important;
    -webkit-appearance: none;
}
p#zendesk_field_360014256133,
p#zendesk_field_360014253733 {
    position: relative;
}
p#zendesk_field_360014256133:after,
p#zendesk_field_360014253733:after {
/*    content: "˯";
    font-size: 40px;
    position: absolute;
    right: 11px;
    top: 40px;
    line-height: 0;
    color: #4C4C4C;  */
content: "";
    position: absolute;
    top: 52px;
    right: 20px;
    visibility: visible;
    left: auto;
    text-align: center;
    margin: auto;
    width: 8px;
    height: 8px;
    border: solid #4C4C4C;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: block;
}
p#zendesk_field_zen_email span.zrf_field_title {
    left: 32px;
}
.case-study-section h2 {
    font-style: normal;
    font-weight: normal !important;
    font-size: 40px !important;
    line-height: 52px !important;
    color: #4C4C4C;
    margin: 0 auto 18px;
    letter-spacing: 0.4px;
}
.row_bg_section h4 {
    margin: 0 0 22px;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 24px !important;
    line-height: 28px;
    color: #4C4C4C;
}
.row_bg_section {
    padding: 20px;
}
.btn-container {
    margin-top: 20px;
}
.contents {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4C4C4C;
    margin: auto;
}
.contents .btn-container button {
    width: 100%;
    background: #4386FC;
    color: #fff;
    line-height: 28px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin-top: auto;
    text-align: center;
    text-decoration: none;
}
.contents_description{
	display: none;
}
.contents_background {
    border: 1px solid #E1ECF1;
    -webkit-box-shadow: 0 17px 42px 0 rgba(23,64,105,0.08);
    box-shadow: 0 17px 42px 0 rgba(23,64,105,0.08);
}
.contents.open .contents_description {
    display: block;
}
.contents.open .contents_description_s {
    display: none;
}
.case-study-div-content {
    padding-top: 100px;
}
.custom_content_div {
    margin-top: 100px;
    background: #F6F6F6;
    padding: 100px 0;
}
.custom_content_div_inner {
    text-align: center;
}
.custom_content_div_inner h3 {
    margin: 0 auto 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #4C4C4C;
}
.custom_content_div_inner p {
    margin: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 25.8716px;
    line-height: 39px;
    color: #4C4C4C;
}
.custom_content_div_inner p a {
    width: 212px;
    background: #4386FC;
    color: #fff !important;
    line-height: 56px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin-top: auto;
    text-align: center;
    display: block;
    margin: 45px auto 0;
}
.manage_yourmail_inner h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 44px;
    line-height: 42px;
    color: #4C4C4C;
    margin-bottom: 40px;
}
.easy_steps_count {
    font-style: normal;
    font-weight: normal;
    font-size: 112px;
  /*  line-height: 42px;*/
    color: #4C4C4C;
    opacity: 0.5;
}
.easy_steps_images img {
    margin: auto;
}
.easy_steps_section_title {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color: #4C4C4C;
    margin-bottom: 20px;
    height: 60px;
    margin-top: 20px;
}
.manage-yourmail-middle {
    margin-bottom: 80px;
}
.manage-yourmail {
    padding-bottom: 100px;
}
.easy_steps_section_content p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4C4C4C;
}
.easy_steps_images {
    height: 200px;
}
.easy_steps_images {
    margin-top: 30px;
}
.tabbing-section-of-Perfect {
    padding: 85px 0 0 0;
    margin-bottom: 100px;
    background: #F6F6F6;
}
.testimonial_section {
    margin-top: 20px;
    padding-bottom: 100px;
}
ul#frontTabs {
    margin: auto;
}
.tabbing-section ul#frontTabs {
	max-width: 520px;
	width: 100%;
	border: none;
	margin-top: 40px;
}
.tabbing-section ul#frontTabs li {
    margin: auto;
    text-align: center;
    display: inline-block;
}
.tabbing-section ul#frontTabs li img {
    margin: auto;
}
.tabbing-section ul#frontTabs li a {
    display: block;
    margin-top: 15px;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 16px;
    color: #4C4C4C !important;
    opacity: 0.5;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.content-of-tab .tab_content_txt:first-child {
    opacity: 1;
}
.testimonial_section ul li:first-child {
    padding-left: 0 !important;
    margin-left: 0;
}
.testimonial_section ul li:last-child {
    padding-right: 0 !important;
    margin-right: 0;
}
.testimonial_section ul li {
    list-style: none;
    margin: 0 auto 30px;
}
.testimonial_section ul {
    column-count: 3;
/*    -moz-column-count: 3;
    -webkit-column-count: 3;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;*/
    column-gap: 40px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
}
.testimonial_section ul li {
    /*vertical-align: middle;*/
/*    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
    display: -webkit-box;
    display: inline-block;*/
/*  display: inline-block;
    vertical-align: top;*/
display: inline-block;
    margin-bottom: 0;
    margin-top: 40px;
    vertical-align: top;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.testimonial_section ul li .testimonial-body-div {
    text-align: left;
}
.testimonial_tab {
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 17px 42px 0 rgba(23,64,105,0.08);
    box-shadow: 0 17px 42px 0 rgba(23,64,105,0.08);
}
.testimonial-header-div {
    margin-bottom: 20px;
    height: 60px;
}
.testimonial-header-div-left {
    width: 40px;
    height: 40px;
    margin-left: 0;
    border: 0;
    margin-top: 0;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.testimonial-header-div-right {
    text-align: left;
    margin-left: 50px;
}
.testimonial-header-div-left img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testimonial-header-div-right p {
    text-align: left;
    font-size: 14px;
    color: #939393;
    line-height: 1.4em;
    margin: auto;
    font-weight: 500;
}
.testimonial-header-div-right p.start-review {
    margin-bottom: 5px;
    margin-top: 5px;
}
.testimonial-header-div-right h5 {
font-weight: 600;
    font-size: 14px;
    color: #343434;
    line-height: 1.7em;
    text-align: left;
    margin-bottom: 0;
    color: #4C4C4C;
    letter-spacing: 0;
}
.testimonial-body-div p {
    font-style: normal;
    font-weight: normal !important;
    color: #4C4C4C;
    letter-spacing: 0.4px;
    margin: auto;
    font-size: 16px;
}
.tabbing-section ul#frontTabs li a.active,
.tabbing-section ul#frontTabs li.active a {
    border-bottom: 1px solid #3872fc;
    color: #4386FC !important;
    opacity: 1;
}
.tabbing-section ul#frontTabs li a u {
    text-decoration: none;
}
.tabbing-section ul#frontTabs li a.active u {
    border-bottom: 1px solid;
}
.form-package .form-group label,
.field-group-label label {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4C4C4C;
    position: absolute;
    z-index: 1;
    left: 14px;
    top: -5px;
    background: #fff;
    padding: 0 8px;
    z-index: 15;
}
#zendesk_field_360015611733, #zendesk_field_360015643314 {
    display: none;
}
.hr_relocation_section .tabbing-css-change {
    margin-bottom: 40px !important;
}
.hr_relocation_section .tabbing-css-change li a img {
    margin-bottom: 15px !important;
}
.hr_relocation_section .tabbing-css-change li a.active {
    border: none !important;
}
/*.page-template-shipping-calculator img.custom-logo {
    max-height: 2.85rem;
}*/
.form-package .form-group input.form-control,
.field-group-field input {
    padding: 0 13px;
    border: 1px solid #DBE2EB !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #4C4C4C;
    margin: auto;
    height: 56px;
}
.form-package .weight__label .weight__value {
    font-weight: 400;
    font-size: 24px;
    color: #00B03D;
    vertical-align: text-top;
    padding-left: 5px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	font-weight: normal !important;
	color: #454545 !important;
	background: #00B03D !important;
	border: 4px solid #fff !important;
	cursor: pointer !important;
	display: inline-block;
	width: 40px !important;
	height: 40px !important;
	position: absolute;
	background-size: 100% !important;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-top: -16px;
}
.ui-widget-header {
    border: none;
    background: #f6f6f6;
    color: #343434;
    font-weight: bold;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
}
.ui-widget.ui-widget-content {
    border: none;
    height: 6px;
}
.ui-widget-content {
    background: #00B03D !important;
    color: #343434 !important;
}
.form-package .slidecontainer {
    margin-bottom: 40px;
}
div#form_package {
    margin-top: 30px;
}
.ui.selection.dropdown {
    line-height: 55px !important;
    min-width: 14em;
    min-height: 55px !important;
    padding: 0 16px !important;
    border-radius: 0 !important;
    border: 1px solid #DBE2EB !important;
}
.ui.fluid.dropdown>.dropdown.icon {
    margin-top: 3px;
}
.form-package .form-group label {
    position: unset;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.box-rates h2.tag_h1_class {
    font-style: normal;
    font-weight: 300 !important;
    font-size: 26px !important;
    line-height: 36px !important;
    color: #000000;
}
.weight__range-slider input {
    padding: 0 13px;
    border: 1px solid #DBE2EB !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #4C4C4C;
    margin: auto;
    height: 56px;
}
.packages_section {
    padding: 0 !important;
}
.packages_section {
    padding: 0 !important;
    margin-right: 30px;
}
.packages_section:last-child {
    margin-right: 0;
}
.form-mail .weight__label label {
    position: unset;
}
button.swal-button.swal-button--confirm {
    color: #fff !important;
    font-size: 16px;
    height: 50px;
    line-height: 30px;
    color: #4386FC;
    border: 1px solid #4386FC;
    text-align: center;
    display: block;
    background: #4386FC;
}
button.swal-button.swal-button--confirm:hover{
    background: #4386FC;
    color: #fff;
    text-decoration: none;
}
.swal-footer{
	text-align: center;
}
.swal-text {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 36px;
    color: #000000;
}
.packages_section {
    padding: 0 !important;
    margin-right: 30px;
    max-width: 30.21% !important;
}
.box.box-rates-results h1.section-heading {
    font-style: normal;
    font-size: 32px !important;
    line-height: 52px;
    color: #4C4C4B;
    text-align: center;
    font-weight: bold !important;
}
.box.box-rates-results table.table.table-package-info {
    margin: 0;
}
.box.box-rates-results tfoot td {
    font-size: 20px;
    vertical-align: bottom;
}
.box-rates-results .visible-xs.table-buttons a.ge_start_api, .box-rates-results .visible-xs.table-buttons a.st_over_btn {
    width: 160px;
    margin: auto;
    border-radius: 0;
    height: 56px;
    line-height: 42px;
    text-transform: uppercase;
    display: inline-block;
}
.box-rates-results .table-rates-result tfoot td.text-right {
    text-align: center !important;
}
.box-rates-results .visible-xs.table-buttons {
    text-align: center;
}
.box-rates-results .visible-xs.table-buttons a.st_over_btn {
    border: 1px solid #007bff;
    margin-left: 20px;
}
.box-rates-results .note {
    margin-top: 10px;
}
.box-rates-results .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
    font-size: 18px;
}
.box-rates-results .table-rates-result tfoot a.st_over_btn {
    width: 160px;
    margin: auto;
    border-radius: 0;
    height: 56px;
    line-height: 42px;
    text-transform: uppercase;
    border: 1px solid #007bff;
    padding: .5rem .75rem;
    font-size: 1rem;
}
.mobile-view-section {
    display: none;
}
.accordion-section p,
.accordion-section .alert-section p,
.accordion-section ul li {
    font-size: 18px;
    line-height: 26px;
    color: #4C4C4C;
    text-align: left;
    font-weight: 300;
    margin-bottom: 20px;
}
.accordion-section ul li {
    margin-bottom: 8px;
}
.accordion-section h2 {
    color: #4C4C4C;
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 20px;
}
/*h4.panel-title .icon-plus:before {
    content: "₊";
    font-size: 50px;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 2px;
    right: 0;
    line-height: 48px;
}*/
.panel-heading-accordian-text h4 a.collapsed span:after {
    content: "\e93f";
    font-family: 'iconfont'!important;
}
.panel-heading-accordian-text h4 a span:after {
    content: "\e93e";
    font-family: 'iconfont'!important;
}
.panel-heading-accordian-text h4 a span.circle-of-icon {
    border-radius: 100% !important;
    height: 40px;
}
/*.panel-heading-accordian-text.open span.circle-of-icon:before {
    content: "₋" !important;
    font-size: 50px;
}*/
/*.review_section .content-of-tab {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
    display: block;
}*/
.love_services_container {
    max-width: 1900px;
    width: 100%;
    position: relative;
    margin: auto;
}
p.start-review span {
    display: inline-block;
}
.testimonial_tab .testimonial-header-div-right {
    margin-left: 0;
}
.review_section .tabbing-section-of-Perfect {
    margin: auto;
    padding-top: 50px;
}
.review_section .tabbing-section-of-Perfect .tabbing-css-change {
    margin-top: auto !important;
}
.testimonial_section .block-how-buttons a.btn-block {
    color: #fff !important;
    font-size: 16px;
    width: 201px;
    height: 50px;
    line-height: 40px;
    border: 1px solid #4386FC;
    text-align: center;
    display: block;
    background: #4386FC;
    margin: auto;
    border-radius: 0;
}
.testimonial_section .block-how-buttons {
    margin-top: 50px;
}
p.start-review span img {
    width: 15px;
    margin-right: 5px;
}
.review_section .tabbing-section-of-Perfect .tabbing-css-change a {
    font-size: 18px !important;
    color: #4C4C4C !important;
    font-weight: 300 !important;
}
.review_section .tabbing-section-of-Perfect .tabbing-css-change li a {
    border-bottom: 1px solid #F6F6F6;
}
.mobile-view-section .dropdown-toggle {
    background: #fff;
    border: 1px solid #4386FC;
}





.page-template-tpl_how_it_works .how_it_work_hero {
    margin-bottom: 0;
}
.page-template-tpl_how_it_works .howitworks_section_title {
    padding-bottom: 0;
}
.page-template-tpl_how_it_works .how_it_work_hero_contetn {
    margin-top: 100px;
    margin-bottom: 100px;
}
/*.page-template-tpl_how_it_works .trusted_by_section .service-advantages:before{
	display: block;
}*/
.love_services .container {
    max-width: 1900px;
}





.page-template-affiliate-program .faq_section_on_home {
    margin-top: 0;
    padding-top: 100px;
    background: #F6F6F6;
    padding-bottom: 100px;
}
.page-template-affiliate-program .faq_section_on_home .faq_section_inner {
    margin-bottom: 0;
}


/*  blog list page */


.blog_List_banner.another-page-banner .img-layer{
  height: 350px !important;
  background: rgba(0,0,0,0.5) !important;
}
.blog_list_main .case-study_content_img
{
    padding-left: 15px !important;
    margin-bottom: 30px;

}
.main_blog_page
{
    width: 100%;
    display: inline-block;
    padding-top: 20px;
    margin-bottom: 110px;
}
.blog_readmore
{

    border: 1px solid #4386FC;
    color: #fff !important;
    background-color: #4386FC;
    width: 100%;
    height: 52px;
    border-radius: 2px;
    font-size: 14.85px;
    letter-spacing: 1px;
    font-weight: inherit;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 23px;
}
.blog_readmore:hover {
    background-color: #3872fc;
}
.blog_list_main .row_bg_section

{

    max-height: 100% !important;
    overflow: initial !important;
    text-overflow: none !important;
    position: initial;
    padding: 20px;
}

.blog_list_main .btn-container{
/*    bottom: 30px;
    background-color: transparent;
    padding: 5px 34px 34px 20px;*/
    bottom: 0;
    background-color: transparent;
    padding: 0 20px 20px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}


 .blog_list_main .contents_background{min-height: 520px; position: relative;}
/*.blog_list_main .contents_background {
    height: 485px;
    min-height: 502px;
}*/
  /*.blog_list_main .contents_background .contents{margin-bottom: 90px;min-height: 80px;position: relative;}*/
.blog_list_main .contents_background .contents {
    margin-bottom: 0;
    /*height: 140px;*/
    height: auto;
    position: relative;
}

.blog_list_main .case-study_content_img:first-child .contents_background{position: initial;}
.blog_list_main .case-study_content_img:first-child .contents_background:before{display: none;}
h3.blog_date
{
  font-size: 14.85px;
  color: #4a4a4a;

  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 3px;
}


.blog_list_main .case-study_content_img:last-child
{
       padding-right: 14px  !important;
}
.main_blog_content p
{

    font-size: 19px;

    font-weight: 400;
    color: #4a4a4a;

}
.main_blog_content span{color: #4a4a4a !important; margin: 0 0 10px;    line-height: 1.6em;}
.main_blog_content p strong ,.main_blog_content  strong ,.main_blog_content h2 ,.main_blog_content h3, .main_blog_content h4 ,.main_blog_content h1
{


    font-weight: 700;
    font-size: 24px;
    color: #0e3052;
    margin-top: 40px;
    display: block;
}

.main_blog_content ul
{

    list-style: disc !important;
    margin-left: 1.5em !important;
}
.main_blog_content .list-col ul ,.main_blog_content ol li ul
{

    display: block;
    list-style-type: decimal !IMPORTANT;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    margin-top: 0 !IMPORTANT;
    margin-bottom: 10px !important;
    padding-left: 44px !IMPORTANT;
}
.main_blog_content{width: 100%;display: inline-block;}
.main_blog_content p:first-child strong{margin-top: 0px !important;}
.recent_post_usgm
{
    width: 100%;
    display: inline-block;
    background-color: #f5fcff;
    margin-top: 0px;
}
.recent_post_usgm h3
{
    text-align: center;
    margin: 0;
    padding: 0;
    text-align: center;
    padding: 50px 00px;
    font-size: 36px;
    color: #0e3052;
    font-weight: 700;
}
.container_blog
{
    max-width: 900px;
    width: 100%;
    margin: auto;
}
.main_blog_content img{

    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;


}
.blog_news_title
{
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
}
.main_blog_content figure, .main_blog_content img {
    height: auto;
    max-width: 100%;
    margin: auto;
    text-align: center;
}
.main_blog_content ul li ,.main_blog_content ul li a ,.main_blog_content ol li ,.main_blog_content ol li a
{

    font-size: 19px;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 1.6em;
    margin: 0 0 10px;

}
.main_blog_content ul li strong a ,.main_blog_content ol li strong a{
    text-decoration: underline !IMPORTANT;
    font-weight: 700;
    font-size: 24px;
    color: #0e3052;
    text-decoration: underline !IMPORTANT;
}

.main_blog_content p b,.main_blog_content em strong ,.main_blog_content ul li strong ,.main_blog_content ol li strong
{
    font-weight: 700;
    font-size: 24px;
    color: #0e3052;
    margin-top: 40px;
    display: block;
}
.main_blog_content
{
 font-size: 19px;
    font-weight: 400;
    color: #4a4a4a;
    position: relative;

}

/*.blog_image_us {
    height: 180px;
    overflow: hidden;
}*/
.page-template-tpl_blogIlist .contents_background .row_bg_section h4 {
    /*height: 66px;*/
    height: auto;
}
.loadingimage img{text-align: center;margin: auto;}


.news_main_page_banner {
    width: 100%;
    display: inline-block;
}
.another-page-banner.blog_List_banner .banner-image-other-page-banner {
    height: 350px;
}
.another-page-banner.blog_List_banner .banner-image-other-page {
    height: 350px;
}
.main_blog_page {
    width: 100%;
    display: inline-block;
    padding-top: 20px;
    margin-bottom: 110px;
}
.loadmore_d a.loadmore {
    text-transform: uppercase;
    color: #0077c4;
    display: block;
    font-size: 13.63px;
}

.loadmore_d {
    border: 1px solid #d7d7d7;
    padding: 18px 0;
    text-align: center;
    width: 75%;
    margin: auto;
}
.contents_background {
    background: #FFF;
    border: 1px solid #E1ECF1;
    -webkit-box-shadow: 0 17px 42px 0 rgba(23,64,105,.08);
    box-shadow: 0 17px 42px 0 rgba(23,64,105,.08);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 485px;
}
.blog_list_main .case-study_content_img:first-child .contents_background {
    position: relative;
}
.btn-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 5px 20px 20px 20px;
    background: #fff;
}
.mail_forwarding .how_it_work_hero_contetn .image_with_text_section_inner h5 span {
    margin-top: 1px;
}
.businesses_page .how_it_work_hero_contetn ul.nav.nav-tabs li {
    text-align: center;
}
.businesses_page .how_it_work_hero_contetn ul.nav.nav-tabs li a {
    line-height: 22px;
    min-height: 84px;
}
.how_it_work_hero_contetn .image_with_text_section_inner h2 {
    min-height: 40px;
}
.how_it_work_hero_contetn .image_with_text_section_content_div {
    min-height: 110px;
}




.how_it_work_hero_contetn ul.nav.nav-tabs li span {
    display: inline-block;
    width: 100%;
}
.businesses_page .how_it_work_hero_contetn ul.nav.nav-tabs li:first-child span {
    margin-left: -120px;
    margin-left: -33%;
}
.businesses_page .how_it_work_hero_contetn ul.nav.nav-tabs li:last-child span {
	margin-right: -170px;
	margin-right: -46%;
}
.how_it_work_hero_contetn ul.nav.nav-tabs li:first-child span {
    margin-left: -30px;
    width: 80%;
    text-align: center;
}


.faq_section.faq_section_on_home .modal .modal-dialog,
.pricingpage .modal-dialog {
    max-width: 90%;
}
.faq_section.faq_section_on_home button.close,
.pricingpage button.close {
/*    font-size: 80px;
    font-weight: 300;
    line-height: 30px;*/
    font-size: 50px;
    font-weight: 300;
    line-height: 30px;
}
table.price_list tr th:first-child {
    background: #f4f6f8 !important;
}
span.cross_no {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    line-height: normal;
}
.notes_section {
    /* display: inline-flex; */
    width: 100%;
    /* align-items: flex-start; */
    margin-top: 30px;
    display: inline-block;
}
/*.notes_section_inner:nth-child(1) {
    padding-right: 20px;
}*/
.notes_section_inner p {
    color: #4C4C4C;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
}
.notes_section_inner:nth-child(2) {
    padding-left: 20px;
}
span.cross_no:before {
    content: "\e928";
    color: #d54022;
    /*font-size: 20px;*/
    font-size: 14px;
    font-family: 'iconfont'!important;
}
.faq_section.faq_section_on_home .modal-header,
.pricingpage .modal-header {
/*    position: absolute;
    z-index: 11;
    border: none;
    right: 10px;
    padding: 0;
    top: 10px;*/
    position: absolute;
    z-index: 11;
    border: none;
    right: 4px;
    padding: 0;
    top: 0;
}
.faq_section.faq_section_on_home .modal-body,
.pricingpage .modal-body {
    padding: 36px;
}
.faq_section.faq_section_on_home .faq_section_inner_tab button.btn.btn-info.btn-lg {
    background-color: transparent;
    border: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4386FC;
    padding: 0;
    box-shadow: none;
}
table.price_list tr th, table.price_list tr td {
    text-align: left;
    white-space: normal;
    vertical-align: middle;
/*    background: #2c92d5;
    color: #fff;*/
    color: #4C4C4C;
    /*font-size: 16px;*/
    font-size: 14px;
/*    border-bottom: 1px solid #fff;
    border-right: 10px solid;
    border-left: 10px solid;*/
    width: 85px;
    border: 1px solid #DBE2EB;
    border-top: 0;
    border-bottom: 0;
    font-weight: 400;
}
table.price_list tr th:nth-child(3) {
    box-shadow: 0px 0px 15px rgba(85, 85, 85, 0.15), 0px 0px 15px rgba(51, 51, 51, 0.1) !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: #fff !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}
table.price_list tr td:nth-child(2),
table.price_list tr th:nth-child(2) {
    border-right: 0;
}
table.price_list tr td:nth-child(4),
table.price_list tr th:nth-child(4) {
    border-left: 0;
}
table.price_list thead th {
    background: #f4f6f8;
    font-size: 18px;
    font-weight: 500;
}
table.price_list tbody tr:nth-child(even) {
    background: #f4f6f8;
}
table.price_list tbody tr:nth-child(odd) {
    background: #fff;
}
table.price_list tbody tr:nth-child(odd) td:nth-child(3) {
    background: #fff;
}
table.price_list tr th:nth-child(3), table.price_list tr td:nth-child(3) {
    background: #f4f6f8;
    color: #66D165;
    box-shadow: 0px 10px 20px rgba(85, 85, 85, 0.15), 0px 10px 20px rgba(51, 51, 51, 0.1);
    border-left: 0;
    border-right: 0;
}
table.price_list tr th:first-child, table.price_list tr td:first-child {
    border-left: 0;
    text-align: left;
    background: none;
    color: #4C4C4C;
    font-weight: 500;
    border-right: 0;
}
table.price_list {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    overflow: visible;
}
table.price_list tr th:last-child, table.price_list tr td:last-child {
    border-right: 0;
}
.sign_up_button button {
    width: 192px !important;
}



table.price_list tbody tr:last-child td {
    color: #4C4C4C;
    font-weight: bold;
    font-size: 16px;
}


/*
.price_comparison_table table.chart_list {
    width: 100%;
    table-layout: fixed;
}
.chart_list th.first_th {
    width: 20%;
}
.chart_list th {
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px 20px;
    border-bottom: 1px solid;
    width: 16%;
}
.price_comparison_table .color_one {
    background-color: #13538a;
}

.chart_list th.blank_th, .chart_list td.blank_td {
    padding: 0 3px;
    width: 12px;
}
.price_comparison_table .color_two {
    background-color: #2c92d5;
}
.price_comparison_table .color_three {
    background-color: #37c9ef;
}
.price_comparison_table .color_four {
    background-color: #3edad8;
}
.price_comparison_table .color_five {
    background-color: #86eae9;
}
.chart_list td.first_cell {
    color: #191919;
    text-align: right;
    padding-right: 16px;
    border-bottom: none;
}
.chart_list td {
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px 10px;
    border-bottom: 1px solid;
}
.price_comparison_table .second_cell {
    background-color: #13538a;
}
.price_comparison_table .second_three {
    background-color: #2c92d5;
}
.price_comparison_table .second_four {
    background-color: #37c9ef;
}
.price_comparison_table .second_five {
    background-color: #3edad8;
}
.price_comparison_table table.chart_list thead {
    border: none;
}
.price_comparison_table .second_six {
    background-color: #86eae9;
}
*/














.businesses_page .trusted_by_section {
    margin-top: 100px;
}


/* Top Bar css  start here */

.top_bar_new_e
{
	width: 100%;
	background: #F6F6F6;
	border-top: 1px solid #dedfdf;
	/* text-align: center; */
	padding: 15px 0;
	display: inline-block;
	font-size: 16px;
	margin-top: 109px;
	display: flex;

}

.top_bar_new_e .top_bar_new_inner
{
	margin: auto;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top_bar_new_inner_img{margin-right: 20px;}
.top_bar_new_title
{
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.top_bar_new_des
{
	    font-size: 16px;
}
.lrn_more a
{
	background-color: #4486fc;
	color: #fff !important;
	margin-left: 20px;
	display: block;
	padding: 10px 25px;
}

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

/*	17. Media Queries
/* -------------------------------------------------------------------------- */

@media ( max-width: 479px ) {

	/* Blocks -------------------------------- */

	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright {
		float: none;
	}

	/* Entry Content ------------------------- */

	/* LISTS */

	ul,
	ol {
		margin: 0 0 3rem 2rem;
	}

	li {
		margin: 0.5rem 0 0 1rem;
	}
}

@media ( min-width: 480px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: BASE ALIGNMENT WIDTH */

	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright,
	.wp-block-cover-image.alignleft,
	.wp-block-cover-image.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright,
	.wp-block-embed.alignleft,
	.wp-block-embed.alignright,
	.wp-block-gallery.alignleft,
	.wp-block-gallery.alignright {
		max-width: 26rem;
	}

	/* BLOCK: TABLE WIDTH */
	.wp-block-table.alignleft,
	.wp-block-table.alignright {
		max-width: 100%;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.alignleft,
	.alignright {
		max-width: 26rem;
	}
}

@media ( max-width: 599px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	/* While columns are stacked */
	.wp-block-column:last-child {
		margin-bottom: 0;
	}

	.wp-block-columns + .wp-block-columns {
		margin-top: 0.2rem;
	}

	.wp-block-columns.alignwide + .wp-block-columns.alignwide {
		margin-top: -0.8rem;
	}

	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -1.8rem;
	}

}

@media ( min-width: 600px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -4rem;
	}

}

@media ( min-width: 660px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignleft {

		/*rtl:ignore*/
		margin-left: calc(( 100vw - 58rem - 8rem ) / -2);
	}

	figure.wp-block-gallery.alignright {

		/*rtl:ignore*/
		margin-right: calc(( 100vw - 58rem - 8rem ) / -2);
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.entry-content > .alignleft {

		/*rtl:ignore*/
		margin-left: 4rem;
	}

	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: calc(( 100vw - 58rem - 8rem ) / -2);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 0;
	}

	.entry-content > .alignright {

		/*rtl:ignore*/
		margin-right: 4rem;
	}

	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: calc(( 100vw - 58rem - 8rem ) / -2);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 0;
	}

}

@media ( min-width: 700px ) {

	/* Element Base ------------------------- */

	ul,
	ol {
		margin-bottom: 4rem;
	}

	pre {
		padding: 3rem;
	}

	hr {
		margin: 8rem auto;
	}

	table {
		font-size: 1.8rem;
	}

	/* VANILLA GALLERIES */

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}



	h4,
	.heading-size-4,
	h5,
	.heading-size-5,
	h6,
	.heading-size-6 {
		margin: 4.5rem auto 2.5rem;
	}

	h1,
	.heading-size-1 {
		font-size: 6.4rem;
	}

	h2,
	.heading-size-2 {
		font-size: 4.8rem;
	}

	h3,
	.heading-size-3 {
		font-size: 4rem;
	}

	h4,
	.heading-size-4 {
		font-size: 3.2rem;
	}

	h5,
	.heading-size-5 {
		font-size: 2.4rem;
	}

	h6,
	.heading-size-6 {
		font-size: 1.8rem;
	}

	/* INPUTS */

	fieldset {
		padding: 3rem;
	}

	legend {
		padding: 0 1.5rem;
	}

	button,
	.button,
	.faux-button,
	.wp-block-button__link,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 1.7rem;
	}

	/* MEDIA */

	figcaption,
	.wp-caption-text {
		margin-top: 1.8rem;
	}


	/* Helper Classes ------------------------- */

	/* SECTIONS */

	section {
		padding: 8rem 0;
	}

	.section-inner {
		width: calc(100% - 8rem);
	}


	/* Site Header --------------------------- */

	.header-inner {
		padding: 3.8rem 0;
	}

	.site-title {
		font-size: 2.4rem;
		font-weight: 700;
	}

	.site-description {
		display: block;
	}

	.site-logo img {
		/*max-height: 9rem;*/
		transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
		max-height: 3.427rem;
		max-height: 4rem;
	}

	/* HEADER TOGGLES */

	.toggle-inner .toggle-text {
		font-size: 1.2rem;
	}

	.search-toggle {
		left: 2rem;
	}

	/* Menu Modal ---------------------------- */

	button.close-nav-toggle {
		font-size: 1.8rem;
		padding: 4rem 0;
	}

	button.close-nav-toggle svg {
		height: 2rem;
		width: 2rem;
	}

	button.close-nav-toggle .toggle-text {
		margin-right: 2.1rem;
	}

	.modal-menu {
		left: auto;
		width: 100%;
	}

	.modal-menu > li > a,
	.modal-menu > li > .ancestor-wrapper > a {
		font-size: 2.4rem;
		padding: 2.5rem 0;
	}

	.modal-menu ul li {
		border-left-color: transparent;
	}

	.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
		padding: 0 3rem;
	}

	.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle svg {
		height: 1.1rem;
		width: 1.8rem;
	}

	.menu-bottom {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 4.4rem 0;
	}

	.menu-copyright {
		display: block;
		flex-shrink: 0;
		margin-right: 4rem;
	}

	/* Modal Search Form ------------------------- */

	.search-modal form {
		position: relative;
		width: 100%;
	}

	.search-untoggle svg {
		height: 2.5rem;
		width: 2.5rem;
	}

	.search-modal .search-field {
		border: none;
		font-size: 3.2rem;
		height: 14rem;
	}

	.search-modal .search-field::-moz-placeholder {
		line-height: 4.375;
	}

	/* Sub Page ------------------------------ */

	/* FEATURED MEDIA */

	.featured-media figcaption {
		margin: 2rem auto 0 auto;
		width: calc(100% - 8rem);
	}

	/* Template: Cover Template -------------- */

	.cover-header-inner {
		padding: 18rem 0 8rem 0;
	}

	.to-the-content-wrapper {
		top: calc(100% + 1.8rem);
	}

	.to-the-content {
		height: 6rem;
	}

	.to-the-content svg {
		height: 2.4rem;
		width: 2.12rem;
	}

	/* Template: Full Width ------------------ */

	body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
		width: calc(100% - 8rem);
	}

	body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 4rem;
	}

	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 4rem;
	}

	/* Post: Archive ------------------------- */

	.archive-header {
		padding: 8rem 0;
	}

	.reduced-spacing .archive-header {
		padding-bottom: 3rem;
	}

	.archive-title {
		font-size: 3.2rem;
	}

	body:not(.singular) main > article:first-of-type {
		padding: 8rem 0 0;
	}

	h2.entry-title {
		font-size: 6.4rem;
	}

	/* SEARCH RESULTS */

	.no-search-results-form {
		padding-top: 8rem;
	}

	/* Post: Single -------------------------- */

	/* POST HEADER */

	.singular .entry-header {
		padding: 8rem 0;
	}

	.entry-categories {
		margin-bottom: 3rem;
	}

	.entry-categories-inner {
		margin: -1rem 0 0 -2rem;
	}

	.entry-categories a {
		font-size: 1.5rem;
		margin: 1rem 0 0 2rem;
	}

	.intro-text {
		font-size: 2rem;
		margin-top: 2.5rem;
	}

	.singular .intro-text {
		font-size: 2.6rem;
	}

	.post-meta-wrapper {
		margin-top: 3rem;
	}

	.post-meta {
		font-size: 1.6rem;
		margin: -1.4rem 0 0 -3rem;
	}

	.post-meta li {
		margin: 1.4rem 0 0 3rem;
		max-width: calc(100% - 3rem);
	}

	.featured-media {
		margin-top: 6rem;
	}

	.post-inner {
		padding-top: 8rem;
	}

	/* POST FOOTER */

	.post-meta-wrapper.post-meta-single-bottom {
		margin-top: 4rem;
	}

	/* AUTHOR BIO */

	.author-bio {
		margin-top: 8rem;
		min-height: 8rem;
		padding-left: 10rem;
		position: relative;
	}

	.author-bio .avatar {
		position: absolute;
		left: 0;
		top: 0;
		height: 8rem;
		width: 8rem;
	}

	/* SINGLE PAGINATION */

	.pagination-single {
		font-size: 2.4rem;
		margin-top: 8rem;
	}

	.pagination-single-inner {
		flex-direction: row;
		justify-content: space-between;
	}

	.pagination-single.only-next .pagination-single-inner {
		justify-content: flex-end;
	}

	.pagination-single hr:first-child {
		margin: 0 0 4rem 0;
	}

	.pagination-single hr:last-child {
		margin: 4rem 0 0.8rem 0;
	}

	.pagination-single a + a {
		margin: 0 0 0 4rem;
	}

	.pagination-single a .arrow {
		margin: 0 2rem 0 0;
	}

	.pagination-single .next-post {
		flex-direction: row-reverse;
		text-align: right;
	}

	.pagination-single .next-post .arrow {
		margin: 0 0 0 2rem;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: SHARED MEDIA STYLES */

	.wp-block-embed figcaption,
	.wp-block-image figcaption {
		font-size: 1.6rem;
	}

	/* BLOCK: BASE MARGINS */

	.wp-block-archives:not(.alignwide):not(.alignfull),
	.wp-block-categories:not(.alignwide):not(.alignfull),
	.wp-block-code,
	.wp-block-columns:not(.alignwide):not(.alignfull),
	.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
	.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
	.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
	.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
	.wp-block-media-text:not(.alignwide):not(.alignfull),
	.wp-block-preformatted,
	.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
	.wp-block-quote,
	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large,
	.wp-block-verse,
	.wp-block-video:not(.alignwide):not(.alignfull) {
		margin-bottom: 4rem;
		margin-top: 4rem;
	}

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -6rem;
	}

	.entry-content .wp-block-columns h1,
	.entry-content .wp-block-columns h2,
	.entry-content .wp-block-columns h3,
	.entry-content .wp-block-columns h4,
	.entry-content .wp-block-columns h5,
	.entry-content .wp-block-columns h6 {
		margin: 3.5rem 0 2rem;
	}

	/* BLOCK: COVER */

	.wp-block-cover-image .wp-block-cover__inner-container,
	.wp-block-cover .wp-block-cover__inner-container {
		width: calc(100% - 8rem);
	}

	.wp-block-cover-image h2,
	.wp-block-cover h2 {
		font-size: 4.8rem;
	}

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignnone,
	figure.wp-block-gallery.aligncenter {
		margin-bottom: 4rem;
		margin-top: 4rem;
	}

	figure.wp-block-gallery.alignwide,
	figure.wp-block-gallery.alignfull {
		margin-bottom: 6rem;
		margin-top: 6rem;
	}

	/* BLOCK: GROUP */

	.wp-block-group.has-background {
		padding: 4rem;
		margin-top: 0;
		margin-bottom: 0;
	}

	.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
		padding-left: 0;
		padding-right: 0;
	}

	/* BLOCK: MEDIA AND TEXT */

	.wp-block-media-text .wp-block-media-text__content {
		padding: 4rem;
	}

	/* BLOCK: PULLQUOTE */

	.wp-block-pullquote blockquote p {
		font-size: 3.2rem;
	}

	.wp-block-pullquote cite {
		margin-top: 2rem;
	}

	.wp-block-pullquote.alignfull:not(.is-style-solid-color) {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.wp-block-pullquote.alignwide::before,
	.wp-block-pullquote.alignfull::before {
		font-size: 11.272727272rem;
		height: 8rem;
		margin-bottom: 2rem;
		width: 8rem;
	}

	.wp-block-pullquote.alignwide blockquote p,
	.wp-block-pullquote.alignfull blockquote p {
		font-size: 4.8rem;
		line-height: 1.203125;
	}

	.wp-block-pullquote.alignleft p,
	.wp-block-pullquote.alignright p,
	.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
	.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
		font-size: 3.2rem;
		line-height: 1.1875;
	}

	.wp-block-pullquote.is-style-solid-color.alignwide,
	.wp-block-pullquote.is-style-solid-color.alignfull {
		padding: 6rem 4rem 4rem;
	}

	.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
	.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
		font-size: 2.6rem;
	}

	/* BLOCK: QUOTE */

	.wp-block-quote.is-large p,
	.wp-block-quote.is-style-large p {
		font-size: 2.8rem;
	}

	/* BLOCK: SEPARATOR */

	hr.wp-block-separator {
		margin: 6rem auto;
	}

	.wp-block-separator.is-style-wide {
		max-width: calc(100vw - 8rem);
	}

	/* Entry Content ------------------------- */

	.entry-content {
		font-size: 2.1rem;
	}

	.entry-content p,
	.entry-content li {
		line-height: 1.476;
	}

	.entry-content h1,
	.entry-content h2,
	.entry-content h3 {
		margin: 6rem auto 3rem;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6 {
		margin: 4.5rem auto 2.5rem;
	}

	.alignnone,
	.aligncenter {
		margin-bottom: 4rem;
		margin-top: 4rem;
	}

	.alignleft {

		/*rtl:ignore*/
		margin: 0.3rem 2rem 2rem 0;
	}

	.alignright {

		/*rtl:ignore*/
		margin: 0.3rem 0 2rem 2rem;
	}

	.entry-content > .alignwide:not(.wp-block-group.has-background),
	.entry-content > .alignfull:not(.wp-block-group.has-background) {
		margin-bottom: 6rem;
		margin-top: 6rem;
	}

	.entry-content > .alignwide {
		max-width: calc(100vw - 8rem);
		width: calc(100vw - 8rem);
	}

	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 4rem;
	}

	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 4rem;
	}

	/* ENTRY MEDIA */

	.alignfull > figcaption,
	.alignfull > .wp-caption-text {
		width: calc(100% - 8rem);
	}

	/* Comments ------------------------------ */

	.comments-wrapper {
		margin-top: 8rem;
	}

	.comment-reply-title {
		margin-bottom: 4.6rem;
	}

	.comment-respond p.comment-notes,
	.comment-respond p.logged-in-as {
		font-size: 1.8rem;
		letter-spacing: -0.025em;
		margin: -2.5rem 0 4.4rem 0;
	}

	.comments .comment,
	.comments .pingback,
	.comments .trackback,
	.comments .review {
		padding-top: 5rem;
	}

	div.comment:first-of-type {
		margin-top: 5rem;
	}

	.comment-meta {
		margin-bottom: 2rem;
		min-height: 6rem;
		padding: 0.3rem 0 0 7.5rem;
	}

	.comment-meta .avatar {
		display: block;
		height: 6rem;
		position: absolute;
		left: 0;
		top: 0;
		width: 6rem;
	}

	.comment-author {
		font-size: 2.4rem;
	}

	.comment-metadata {
		font-size: 1.6rem;
		margin-top: 0.8rem;
	}

	.comment-footer-meta {
		margin-top: 2.5rem;
	}

	.comments-pagination {
		margin-top: 8rem;
	}

	/* PINGBACKS & TRACKBACKS */

	.pingback .comment-body {
		padding: 0;
	}

	/* COMMENT RESPOND */

	.comment-respond p {
		margin-bottom: 2.5rem;
	}

	.comment-form p.logged-in-as {
		margin: -2.5rem 0 4.4rem 0;
	}

	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email {
		float: left;
		width: calc(50% - 1rem);
	}

	.comment-respond .comment-form-email {
		margin-left: 2rem;
	}

	.comments .comment-respond {
		padding: 5rem 0 0;
	}

	.comment-reply-title small {
		display: inline;
		margin: 0 0 0 0.5rem;
	}

	/* Site Pagination ----------------------- */

	.pagination-separator {
		margin: 8rem 0;
	}

	/* Display the full text for Newer and Older Posts. */

	.nav-short {
		display: inline;
	}

	.pagination .nav-links {
		font-size: 2.4rem;
		font-weight: 700;
		margin: -2.5rem 0 0 -4rem;
	}

	.nav-links > * {
		margin: 2.5rem 0 0 4rem;
	}


	/* Error 404 ----------------------------- */

	.error404 #site-content {
		padding-top: 8rem;
	}

	/* Widgets ------------------------------- */

	.widget .widget-title {
		/*margin-bottom: 3rem;*/
	}

	/* Site Footer --------------------------- */

	.footer-top-visible .footer-nav-widgets-wrapper,
	.footer-top-hidden #site-footer {
		/*margin-top: 8rem;*/
	}

	/* FOOTER TOP */

	.footer-top {
		/*padding: 3.7rem 0;*/
	}

	.footer-menu {
		/*font-size: 2.4rem;
		margin: -0.8rem 0 0 -1.6rem;*/
	}

	.footer-menu li {
		/*margin: 0.8rem 0 0 1.6rem;*/
	}

	.has-footer-menu .footer-social-wrapper {
		flex: 1;
		margin-left: 4rem;
		width: auto;
	}

	/* FOOTER WIDGETS */

	.footer-widgets-outer-wrapper {
		padding: 8rem 0;
	}

	.footer-widgets-wrapper {
		display: flex;
		justify-content: space-between;
		margin-left: -4rem;
		width: calc(100% + 4rem);
	}

	.footer-widgets {
		margin-left: 4rem;
		width: 50%;
	}

	.footer-widgets + .footer-widgets {
		margin-top: 0;
	}

	.footer-widgets .widget {
		border-top: none;
		margin-top: 5rem;
		padding-top: 0;
	}

	.footer-widgets .widget:first-child {
		margin-top: 0;
	}

	/* FOOTER BOTTOM */

	#site-footer {
		font-size: 1.8rem;
		padding: 4.3rem 0 30px 0;
	}

	.footer-credits {
		display: flex;
		flex-direction: row;
	}

	.powered-by-wordpress {
		display: block;
	}

	.to-the-top-long {
		display: inline;
	}

	.to-the-top-short {
		display: none;
	}

}

@media (min-width: 782px) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-column {
		margin-bottom: 0;
	}

	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -2.8rem;
	}
}

@media ( min-width: 1000px ) {


	/* Document Setup ------------------------ */

	/* Helper Classes ------------------------ */

	/* Site Header --------------------------- */

	#site-header {
		z-index: 1;
	}

	.header-inner {
		align-items: center;
		display: flex !important;
		justify-content: space-between;
		padding: 2.8rem 0;
	}

	.header-titles-wrapper {
		margin-right: 4rem;
		max-width: 50%;
		padding: 0;
		text-align: left;
	}

	.header-titles {
		align-items: baseline;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: -1rem 0 0 -2.4rem;
	}

	.header-titles .site-title,
	.header-titles .site-logo,
	.header-titles .site-description {
		margin: 1rem 0 0 2.4rem;
	}

	.wp-custom-logo .header-titles {
		align-items: center;
	}

	/* HEADER NAVIGATION */

	.header-navigation-wrapper {
		align-items: center;
		display: flex;
	}

	.primary-menu-wrapper {
		display: block;
		width: 100%;
	}

	/* HEADER TOGGLES */

	.mobile-search-toggle,
	.mobile-nav-toggle {
		display: none !important;
	}

	.primary-menu-wrapper + .header-toggles {
		margin-left: 3rem;
	}

	.header-toggles {
		display: flex;
		flex-shrink: 0;
		margin-right: -3rem;
	}

	.header-inner .toggle {
		height: 4.4rem;
		padding: 0 3rem;
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		top: auto;
		width: auto;
	}

	.header-inner .toggle-wrapper {
		position: relative;
	}

	.header-inner .toggle-wrapper::before {
		background: #dedfdf;
		content: "";
		display: block;
		height: 2.7rem;
		position: absolute;
		left: 0;
		top: calc(50% - 1.35rem);
		width: 0.1rem;
	}

	.header-inner .toggle-wrapper:first-child::before {
		content: none;
	}

	.header-inner .primary-menu-wrapper + .header-toggles .toggle-wrapper:first-child::before {
		content: "";
	}

	.nav-toggle-wrapper:not(.has-expanded-menu) {
		display: none;
	}

	.toggle-inner {
		position: static;
	}

	.toggle-inner .toggle-text {
		left: 0;
		right: 0;
		text-align: center;
		top: calc(100% - 0.3rem);
		width: auto;
	}

	.header-toggles:only-child .nav-toggle .toggle-inner {
		padding-top: 0;
	}

	.header-toggles:only-child .toggle-inner {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}

	.header-toggles:only-child .toggle-inner .svg-icon {
		order: 1;
	}

	.header-toggles:only-child .toggle-inner .toggle-text {
		position: static;
		padding-right: 20px;
		font-size: 15px;
		color: inherit;
	}

	/* Menu Modal ---------------------------- */

	.menu-modal {
		opacity: 1;
		justify-content: flex-end;
		padding: 0;
		transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
	}

	.menu-modal.cover-modal {
		background: rgba(0, 0, 0, 0);
	}

	.menu-modal.active {
		background: rgba(0, 0, 0, 0.2);
		transition: background-color 0.3s ease-out;
	}

	.menu-wrapper.section-inner {
		width: calc(100% - 8rem);
	}

	.menu-modal-inner {
		box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
		opacity: 0;
		padding: 0;
		transform: translateX(20rem);
		transition: transform 0.2s ease-in, opacity 0.2s ease-in;
		width: 50rem;
	}

	.menu-modal.active .menu-modal-inner {
		opacity: 1;
		transform: translateX(0);
		transition-timing-function: ease-out;
	}

	.mobile-menu {
		display: none;
	}

	.expanded-menu {
		display: block;
	}

	.menu-bottom {
		padding: 6rem 0;
	}

	.menu-bottom .social-menu {
		justify-content: flex-start;
	}

	/* Sub Page ------------------------------ */

	/* FEATURED MEDIA */

	.featured-media figcaption {
		width: 100%;
	}

	/* Template: Full Width ------------------ */

	.template-full-width .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-right: 2rem;
	}

	.template-full-width .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-left: 2rem;
	}

	/* Post: Archive ------------------------- */

	/* Post: Single -------------------------- */

	.singular .intro-text {
		font-size: 2.8rem;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -4.8rem;
	}

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignwide,
	figure.wp-block-gallery.alignfull {
		margin-bottom: 8rem;
		margin-top: 8rem;
	}

	/* BLOCK: GROUP */

	.entry-content > .wp-block-group.alignwide.has-background,
	.entry-content > .wp-block-group.alignfull.has-background {
		padding: 8rem 4rem;
		margin-bottom: 0;
		margin-top: 0;
	}

	/* BLOCK: IMAGE */

	.wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-right: 0;
	}

	.wp-block-image .alignright {

		/*rtl:ignore*/
		margin-left: 0;
	}

	/* BLOCK: SEPARATOR */

	hr.wp-block-separator {
		margin: 8rem auto;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.entry-content > .alignleft,
	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft {
		position: absolute;

		/*rtl:ignore*/
		right: calc((100vw - 58rem) / 2 + 58rem + 2rem);
		max-width: calc((100% - 58rem) / 2 - 6rem);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignleft {
		position: relative;

		/*rtl:ignore*/
		right: inherit;
		max-width: inherit;
	}

	[class*="wp-block"].alignwide [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {
		position: absolute;

		/*rtl:ignore*/
		right: calc((100% - 58rem) / 2 + 58rem + 4rem);
		max-width: calc((100% - 58rem) / 2 - 4rem);
	}

	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		right: calc((100% - 58rem) / 2 + 58rem);
	}

	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 4rem;
	}

	.entry-content > .alignright,
	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright,
	[class*="__inner-container"] > .alignright {
		position: absolute;

		/*rtl:ignore*/
		left: calc((100vw - 58rem) / 2 + 58rem + 2rem);
		max-width: calc((100% - 58rem) / 2 - 6rem);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignright {
		position: relative;

		/*rtl:ignore*/
		left: inherit;
		max-width: inherit;
	}

	[class*="wp-block"].alignwide [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		position: absolute;

		/*rtl:ignore*/
		left: calc((100% - 58rem) / 2 + 58rem + 4rem);
		max-width: calc((100% - 58rem) / 2 - 4rem);
	}

	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		left: calc((100% - 58rem) / 2 + 58rem + 4rem);
	}

	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 4rem;
	}

	.entry-content > .alignwide:not(.wp-block-group.has-background),
	.entry-content > .alignfull:not(.wp-block-group.has-background) {
		margin-bottom: 8rem;
		margin-top: 8rem;
	}

	/* ENTRY MEDIA */

	.alignfull > figcaption,
	.alignfull > .wp-caption-text {
		width: calc(100% - 10rem);
	}

	/* Comments ------------------------------ */

	.comment-meta {
		padding-left: 0;
	}

	.comment-meta .avatar {
		left: -8rem;
	}

	/* Site Pagination ----------------------- */

	.pagination .nav-links {
		justify-content: space-between;
		margin: 0;
		width: 100%;
	}

	.nav-links > * {
		margin: 0 2rem;
	}

	.pagination .next,
	.pagination .prev {
		display: block;
	}

	.pagination .prev {
		margin: 0 auto 0 0;
	}

	.pagination .next {
		text-align: right;
		margin: 0 0 0 auto;
	}

	/* Site Footer --------------------------- */

	/* FOOTER TOP */

	.footer-top {
		align-items: center;
	}

	.footer-menu {
		align-items: baseline;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		font-size: 2.1rem;
		margin: -1.2rem 0 0 -2.4rem;
	}

	.footer-menu li {
		margin: 1.2rem 0 0 2.4rem;
	}
}


@media ( min-width: 1220px ) {

	/* Element Base -------------------------- */

	/* TITLES */

	h1,
	.heading-size-1 {
		font-size: 8.4rem;
	}

	/* Helper Classes ------------------------ */

	/* Site Header --------------------------- */

	/* PRIMARY MENU */

	ul.primary-menu {
		margin: 0px;
		padding: 0px;
	}

	.primary-menu > li {
		margin: 0 16px;
	}

	/* HEADER TOGGLES */

	.primary-menu-wrapper + .header-toggles {
		margin-left: 4rem;
	}

	.header-toggles {
		margin-right: -4rem;
	}

	.header-toggles .toggle {
		padding: 0 4rem;
	}

	/* Menu Modal ---------------------------- */

	/* Search Modal -------------------------- */

	/* Sub Page ------------------------------ */

	/* Template: Cover Template -------------- */

	.cover-header + .post-inner {
		padding-top: 10rem;
	}

	/* Post: Archive ------------------------- */

	/* Post: Single -------------------------- */

	.singular .intro-text {
		font-size: 3.2rem;
		letter-spacing: -0.03125em;
		line-height: 1.375;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -6rem;
	}

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignfull {
		margin-bottom: 10rem;
		margin-top: 10rem;
	}

	/* BLOCK: GROUP */

	.entry-content > .wp-block-group.alignwide.has-background,
	.entry-content > .wp-block-group.alignfull.has-background {
		padding: 8rem 6rem;
		margin-bottom: 0;
		margin-top: 0;
	}

	/* BLOCK: PULLQUOTE */

	.wp-block-pullquote.alignwide blockquote p,
	.wp-block-pullquote.alignfull blockquote p {
		font-size: 6.4rem;
	}

	.wp-block-pullquote.is-style-solid-color.alignwide,
	.wp-block-pullquote.is-style-solid-color.alignfull {
		padding: 9rem 4rem 8rem;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.entry-content > .alignfull {
		margin-bottom: 10rem;
		margin-top: 10rem;
	}

	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		right: calc((100% - 58rem) / 2 + 58rem - 2rem);
	}

	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		left: calc((100% - 58rem) / 2 + 58rem + 6rem);
	}

	/* Comments ------------------------------ */

	.comment-reply-title {
		font-size: 5.6rem;
		line-height: 1.2;
		margin-bottom: 6rem;
	}

	.comment-respond p.comment-notes,
	.comment-respond p.logged-in-as {
		margin: -4rem 0 6rem 0;
	}

	.comments .comment-respond .comment-reply-title {
		font-size: 4.8rem;
	}

	.comments .comment-respond p.comment-notes,
	.comments .comment-respond p.logged-in-as {
		margin: -4.5rem 0 4rem 0;
	}

	/* Site Pagination ----------------------- */

	/* Widgets ------------------------------- */

	.widget-content {
		font-size: 2.1rem;
	}

	/* Site Footer --------------------------- */

	.footer-menu {
		font-size: 2.4rem;
		margin: -1.5rem 0 0 -3rem;
	}

	.footer-menu li {
		margin: 1.5rem 0 0 3rem;
	}

	ul.footer-social {
		margin: -1rem 0 0 -1rem;
	}

	ul.footer-social li {
		margin: 1rem 0 0 1rem;
	}

	.footer-social a::before {
		font-size: 2rem;
	}

	/* FOOTER WIDGETS */

	.footer-widgets-wrapper {
		margin-left: -6rem;
		width: calc(100% + 6rem);
	}

	.footer-widgets {
		margin-left: 6rem;
	}

}

@media ( min-width: 1240px ) {


	/* Blocks -------------------------------- */

	body.template-full-width .entry-content > .alignleft {

		/*rtl:ignore*/
		margin-left: calc(( 100vw - 120rem ) / 2);
	}

	body.template-full-width .entry-content > .alignright {

		/*rtl:ignore*/
		margin-right: calc(( 100vw - 120rem ) / 2);
	}

}

@media ( min-width: 1280px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignleft {

		/*rtl:ignore*/
		margin-left: -31rem;
	}

	figure.wp-block-gallery.alignright {

		/*rtl:ignore*/
		margin-right: -31rem;
	}

	/* BLOCK: SEPARATOR */

	.wp-block-separator.is-style-wide {
		max-width: 120rem;
		width: 120rem;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.entry-content > .alignleft,
	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft {

		/*rtl:ignore*/
		right: calc((100vw - 58rem) / 2 + 58rem + 4rem);

		/*rtl:ignore*/
		margin-left: -31rem;
	}

	.entry-content > .alignright,
	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright {

		/*rtl:ignore*/
		left: calc((100vw - 58rem) / 2 + 58rem + 4rem);

		/*rtl:ignore*/
		margin-right: -31rem;
	}

	.entry-content > .alignwide {
		max-width: 120rem;
		width: 120rem;
	}

	[class*="__inner-container"] > .alignwide {
		max-width: 120rem;
		width: 100%;
	}

	.alignleft,
	.alignright,
	.entry-content > .alignleft,
	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft,
	.entry-content > .alignright,
	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		max-width: 25rem;
	}

	/* Template: Full Width ------------------ */

	body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
		padding-left: 0;
		padding-right: 0;
	}

	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 0;
	}

	body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 0;
	}

}

@media ( min-width: 1330px ) {


	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.alignleft,
	.alignright,
	.entry-content > .alignleft,
	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft,
	.entry-content > .alignright,
	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		max-width: 29rem;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: PULLQUOTE */

	.wp-block-pullquote.is-style-solid-color.alignleft::before,
	.wp-block-pullquote.is-style-solid-color.alignright::before {
		top: 0;
	}
}



/*@media ( max-width: 768px ) {

	  section.first,section.second {
	  min-height: 100vh;
	  height: 100vh;
	}


	section.second .content {
	  top: -100vh;
	}
}*/





.contact_page_section {
    display: inline-flex;
    width: 100%;
    flex-flow: column;
}
.contact_page_section .howitworks_section_title {
    order: 1;
}
.contact_page_section .form_section_contact {
    order: 2;
}
.contact_page_section .map_section_div {
    order: 3;
}
.contact_page_section .green_mydaak {
    order: 5;
}
.contact_page_section .trusted_by_section {
    order: 6;
}
.contact_page_section .map_section_div p {
    margin: auto;
}




.sec-shipping-rates .box-rates-results .table-container {
    position: relative;
}
.sec-shipping-rates .box-rates-results .table-rates-result>thead>tr>th:first-child {
    text-align: left;
}
.sec-shipping-rates .box-rates-results .table-rates-result>thead>tr>th {
    background-color: #f5f6f8;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    color: #939393;
    border-bottom: 0;
    font-weight: 400;
    vertical-align: top;
    border: none;
}
.sec-shipping-rates .box-rates-results .table-rates-result>tbody>tr:first-child>td {
    border-top: 0;
}
.sec-shipping-rates .box-rates-results .table-rates-result>tbody>tr>td {
    text-align: center;
    padding: 12px 15px;
    vertical-align: middle;
    color: #343434;
}
.table-scroll-content table * {
    border: none;
}
table.table.table-rates-result {
    border: none;
    overflow: auto;
}
.box.box-rates-results table.table.table-rates-result tbody td {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}
.sec-shipping-rates .box-rates-results .table-rates-result>thead>tr>th.hl {
    background-color: #fff;
    padding-bottom: 0;
}
.sec-shipping-rates .box-rates-results .table-rates-result .c-our-rate {
    width: 135px;
}
.sec-shipping-rates .box-rates-results .table-rates-result .c-save {
    width: 120px;
}
.sec-shipping-rates .box-rates-results .table-rates-result .hl-start {
    -webkit-box-shadow: -12px 0 30px 0 rgba(100,100,100,.08);
    box-shadow: -12px 0 30px 0 rgba(100,100,100,.08);
}
.sec-shipping-rates .box-rates-results .table-rates-result .hl-end {
    -webkit-box-shadow: 12px 0 30px 0 rgba(100,100,100,.08);
    box-shadow: 12px 0 30px 0 rgba(100,100,100,.08);
}
.sec-shipping-rates .box-rates-results .table-rates-result>thead>tr>th.hl strong {
    font-size: 14px;
    color: #061626;
}
.sec-shipping-rates .box-rates-results .table-rates-result .you-save {
    display: inline-block;
    position: relative;
    padding: 5px 5px 15px 5px;
    background-color: #00b03d;
    width: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
}
.sec-shipping-rates .box-rates-results .table-rates-result .you-save:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 10px solid #fff;
}
.sec-shipping-rates .box-rates-results .table-rates-result>tbody>tr>td:first-child {
    text-align: left;
}
.sec-shipping-rates .box-rates-results .table-rates-result>tfoot>tr>td:first-child {
    vertical-align: bottom;
    font-size: 14px;
    color: #939393;
    line-height: 18px;
}
.sec-shipping-rates .box-rates-results .table-rates-result>tfoot>tr>td {
    padding: 25px 15px 0 15px;
}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none;
}
.sec-shipping-rates .box-rates-results .table-rates-result .special {
    padding-left: 0;
    padding-right: 0;
}
.box.box-rates-results a.ge_start_api {
    text-transform: uppercase;
    font-size: 14px!important;
    letter-spacing: .5px!important;
    border-radius: 2px!important;
    font-family: "Roboto",sans-serif;
    font-weight: bold!important;
    padding: 15px 30px!important;
    color: #fff !important;
}
.sec-shipping-rates .box-rates-results .table-rates-result>tfoot>tr>td.hl {
    -webkit-box-shadow: 0 12px 30px 0 rgba(100,100,100,.2);
    box-shadow: 0 12px 30px 0 rgba(100,100,100,.2);
}
.box-rates-results .table-rates-result tfoot td.text-right {
     text-align: right !important;
}
.box-rates-results .table-rates-result tfoot a.st_over_btn {
    width: 160px;
    margin: auto;
    height: 50px;
    line-height: 38px;
    border: 1px solid #007bff;
    background-color: #fff!important;
    text-transform: uppercase;
    font-size: 14px!important;
    letter-spacing: .5px!important;
    border-radius: 2px!important;
}
/*.box.box-rates-results a.ge_start_api:focus {
    box-shadow: none;
}*/
.sec-shipping-rates .box-rates-results .table-rates-result .you-save.very-good {
    background-color: #007E1D;
}


.page-template-shipping-calculator .widget.widget_nav_menu ul li {
    line-height: 0;
}

.case-study-div-content .case_studies_section .contents_background img {
    height: 151px;
    width: 100%;
    object-fit: cover;
}



.hr_relocation_section .tabbing-section li a u {
    border-bottom: 2px solid #F6F6F6;
}
.hr_relocation_section .tabbing-section li a.active u {
    border-bottom: 2px solid #3872fc !important;
}
.hr_relocation_section .manage-yourmail.manage-yourmail .easy_steps_images {
    display: table;
    vertical-align: middle;
    margin: auto;
    width: 100%;
    height: 200px;
}
.hr_relocation_section .manage-yourmail.manage-yourmail .easy_steps_images .easy_steps_images_in {
    display: table-cell;
    vertical-align: middle;
}
.hr_relocation_section .case-study-div-content h2.tag_h1_class {
    margin-bottom: 44px;
}
.case-study-section .btn-container {
    position: unset;
    padding: 0;
}


.my_blogs_list_ajax .col-xs-6.col-sm-6.col-md-6.col-lg-4.case-study_content_img.my_ajax_blog {
    flex: 0 0 33.333333%;
    max-width: 100%;
    padding-right: 0 !important;
}
.contents_background .row_bg_section h4 {
    height: 50px;
}

.single-post .entry-content div,
.single-post .entry-content ul li,
.single-post .entry-content p,
.single-post .entry-content span {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #4C4C4C;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 25px;
	font-weight: 300;
}
.single-post .entry-content span div a,
.single-post .entry-content span a{
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
}
.single-post .entry-content p img {
    margin: 20px auto;
}
.single-post .entry-content ul li span, .single-post .entry-content p span {
    /*font-weight: normal !important;*/
    font-weight: 300 !important;
}
.single-post .entry-content ul li {
    margin: auto;
    list-style: none;
    position: relative;
}
.single-post .entry-content ul li:before,
ul.add_bullet_points li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #4386FC;
    position: absolute;
    top: 8px;
    left: -20px;
}
.single-post .entry-content ul ol li {
    list-style: inherit;
}
.single-post .entry-content ul ol li:before {
    display: none;
}
.single-post .entry-content ul {
	margin: 0;
	padding: 0 0 0 20px;
	margin-bottom: 25px;
}
.single-post header.entry-header {
    padding-bottom: 4rem;
}
.single-post .entry-content ul li ol {
    margin: auto;
    margin-left: 15px !important;
}
.single-post .entry-content p {
    max-width: 100% !important;
    width: calc(100% - 0px) !important;
}
.single-post .entry-content {
    max-width: 750px;
    margin: auto;
}
.single-post .entry-content h3, .single-post .entry-content h3 a, .single-post .entry-content h3 b{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #4C4C4C;
    margin: 20px 0 10px 0;
    letter-spacing: 0;
}
ul.add_bullet_points li p {
    margin-bottom: 0 !important;
}
ul.add_bullet_points h3 {
    margin: auto !important;
}
.no_p_tag li {
    margin-bottom: 20px !important;
}
#subcategories_cate_page{display:none}
.single-post nav.pagination-single, .single-post .post-meta-wrapper.post-meta-edit-link-wrapper, .single-post .post-meta-wrapper.post-meta-single.post-meta-single-bottom {
    display: none;
}
.single-post .intro-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #4C4C4C;
    margin-bottom: 10px;
    margin: auto;
}
.social-sharing.ss-social-sharing {
    margin-left: 0;
    margin-bottom: 30px;
}
.social-sharing.ss-social-sharing a.ss-button-linkedin{
	/*background: url(images/in.png) !important;*/
	/*background: url(images/new-in.png) !important;*/
/*    box-shadow: 0 1px 2px 0 rgba(0,0,0,.16);
    border-radius: 50%;	*/
    /*background: url(images/in-blog.png) !important;*/
}
.social-sharing.ss-social-sharing a.ss-button-twitter{
	/*background: url(images/twitter.png) !important;	*/
	/*background: url(images/new-tw.png) !important;	*/
/*    box-shadow: 0 1px 2px 0 rgba(0,0,0,.16);
    border-radius: 50%;	*/
    /*background: url(images/twtr-blog.png) !important;	*/
    background: #29c5f6;
}
.social-sharing.ss-social-sharing a.ss-button-facebook{
	/*background: url(images/fb.png) !important;	*/
	/*background: url(images/new-fb.png) !important;	*/
/*    box-shadow: 0 1px 2px 0 rgba(0,0,0,.16);
    border-radius: 50%;	*/
    /*background: url(images/fb-blog.png) !important;	*/
    background: #6788ce;
}
.social-sharing.ss-social-sharing a.ss-button-linkedin {
    background: #3a9bdc;
}
.social-sharing.ss-social-sharing a:after{
    font-family: 'iconfont'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: auto;
    line-height: 34px;
    color: #FFF;
}
.social-sharing.ss-social-sharing a.ss-button-facebook:after {
    content: "\ea90";
}
.social-sharing.ss-social-sharing a.ss-button-twitter:after {
    content: "\ea96";
}
.social-sharing.ss-social-sharing a.ss-button-linkedin:after {
    content: "in";
    font-weight: bold;
    font-size: 17px;
}
.single-post a.ss-button-facebook,
.single-post a.ss-button-twitter,
.single-post a.ss-button-linkedin,
.single-post a.ss-button-pinterest,
.single-post a.ss-button-xing,
.single-post a.ss-button-reddit {
    width: 60px;
    height: 33px;
    margin: 1% 1% 10px 0;
}


.recent_post_section {
    background: #fff;
    padding: 0 0 100px 0;
    margin-top: 0;
/*    margin-top: 55px;
    margin-bottom: 70px;*/
}
.for_without_sidebar .display_on_signle_post {
    margin-top: 55px;
}
.blog_detail_container {
    max-width: 750px;
    margin: auto;
}
.single-post .old_design .entry-content ul li, .single-post .old_design .entry-content ol li, .single-post .old_design .entry-content ul li a, .single-post .old_design .entry-content ol li a {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    list-style: disc;
}
.single-post .old_design .entry-content ul {
    margin-bottom: 0;
}
.single-post .old_design .entry-content ul li:before, .old_design ul.add_bullet_points li:before{
	display: none;
}
.single-post article .old_design h2, .single-post article .old_design h2 a, .single-post article .old_design h2 span, .single-post article .old_design h2 span a {
    /*font-size: 2rem !important;*/
    font-size: 22px !important;
    letter-spacing: 0;
}
.single-post .old_design .entry-content ul.add_bullet_points li {
    font-weight: 300 !important;
}
.single-post .old_design .entry-content ul li h3, .single-post .old_design .entry-content ol li h3 {
font-weight: 400;
    letter-spacing: -0.5px;
}
.recent_div_post .recent_div_post_in {
    display: inline-block;
    vertical-align: middle;
}
.recent_div_post .recent_div_post_in:first-child {
    width: 24%;
}
.recent_div_post .recent_div_post_in:last-child {
    width: 70%;
}
.recent_div_post {
/*    display: inline-flex;
    margin-bottom: 30px;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #4C4C4C;
    padding-bottom: 30px;*/
    display: inline-flex;
    margin-bottom: 30px;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #4C4C4C;
    padding-bottom: 30px;
    align-items: flex-start;
}
.recent_div_post_in h6 {
    margin-top: 0;
}
.single-post .footer-nav-widgets-wrapper.header-footer-group {
    margin-top: 0;
}
.recent_post_section h2.tag_h1_class {
    margin-bottom: 40px;
}
.sidebar-section-on-page h2.widget-title {
	font-style: normal;
	font-weight: normal !important;
	font-size: 30px !important;
	line-height: 32px !important;
	color: #4C4C4C;
	margin-bottom: 22px;
}
.sidebar-section-on-page .textwidget p {
    font-style: normal;
    font-weight: 300;
    color: #4C4C4C;
    margin: auto;
    letter-spacing: .025em;
/*    font-size: 16px;
    line-height: 1.66667;*/
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}
.single-press_release .post-inner.thin,
.single-news .post-inner.thin {
    padding-top: 0;
    padding-bottom: 50px;
}
.newsletter-form-sidebar {
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
    margin-top: 34px;
}
.newsletter-form-sidebar-two input.wpcf7-form-control.wpcf7-submit {
    height: 59px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
}
.newsletter-form-sidebar-first input.wpcf7-form-control.wpcf7-text.wpcf7-email {
    height: 59px;
    background: #FFFFFF;
    border: 1px solid #DBE2EB;
    box-sizing: border-box;
}
.newsletter-form-sidebar-first input.wpcf7-form-control.wpcf7-text.wpcf7-email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 16px !important;
	line-height: 26px !important;
	color: #4C4C4C !important;
	opacity: 0.4 !important;
}
.newsletter-form-sidebar-first input.wpcf7-form-control.wpcf7-text.wpcf7-email::-moz-placeholder { /* Firefox 19+ */
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 16px !important;
	line-height: 26px !important;
	color: #4C4C4C !important;
	opacity: 0.4 !important;
}
.newsletter-form-sidebar-first input.wpcf7-form-control.wpcf7-text.wpcf7-email:-ms-input-placeholder { /* IE 10+ */
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 16px !important;
	line-height: 26px !important;
	color: #4C4C4C !important;
	opacity: 0.4 !important;
}
.newsletter-form-sidebar-first input.wpcf7-form-control.wpcf7-text.wpcf7-email:-moz-placeholder { /* Firefox 18- */
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 16px !important;
	line-height: 26px !important;
	color: #4C4C4C !important;
	opacity: 0.4 !important;
}
.sidebar-section-on-page .textwidget h3 {
    font-style: normal;
    color: #4C4C4C;
    margin: 15px 0 15px 0;
    font-size: 22px;
    line-height: 1.63636;
    font-weight: 700;
    letter-spacing: .025em;
}
.sidebar-section-on-page .textwidget p a.get_started_btn {
    margin: auto;
    margin-top: 22px;
}
.sidebar-section-on-page .widget.widget_media_image {
    padding: 0;
    box-shadow: none;
    border: none;
}
.sidebar-section-on-page .widget:first-child h2, .sidebar-section-on-page .widget:last-child h2,
.sidebar-section-on-page .widget.widget_text:nth-child(2) h3 {
    position: relative;
}
.sidebar-section-on-page .widget.widget_text:nth-child(2) {
/*    padding-bottom: 25px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;*/
}
.sidebar-section-on-page .widget.widget_text:nth-child(2) h3, .sidebar-section-on-page .widget.widget_text:nth-child(2) p {
    padding-left: 30px;
    padding-right: 30px;
}
.sidebar-section-on-page .widget.widget_text:nth-child(2) p:first-child {
    padding: 0;
}
.sidebar-section-on-page .widget.widget_text:nth-child(2) img {
    margin: auto;
    margin-top: 43px;
}
/*.sidebar-section-on-page .widget.widget_media_image img {
    width: 100%;
}*/
.sidebar-section-on-page .widget:first-child, .sidebar-section-on-page .widget:last-child {
    padding-bottom: 0;
}
.sidebar-section-on-page .widget.widget_text:nth-child(2) .textwidget p {
    font-style: normal;
    font-weight: 300;
    color: #4C4C4C;
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .025em;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}
/*.sidebar-section-on-page .widget.widget_media_image img {
    object-fit: none;
    padding: 30px;
}*/
.sidebar-section-on-page .widget.widget_text:nth-child(2) .textwidget a.get_started_btn {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
.sidebar-section-on-page .widget_media_image .widget-content img {
    margin: auto;
    border: 1px solid #DBE2EB;
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1), 0px 0px 40px rgba(85, 85, 85, 0.15);
    width: auto;
}
.single-post article h5 {
    color: #4C4C4C;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0;
    font-weight: 300;
}
.post_section_recent h2 a,
.sidebar-section-on-page .widget_recent_entries ul li a {
/*    font-size: 1.75rem;
    line-height: normal;
    font-weight: 500;
    color: #212529 !important;*/
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    /*color: #4C4C4C !important;*/
    letter-spacing: 0;
}
.comment-respond p.logged-in-as {
    margin: auto;
    display: inline-block;
    width: 100%;
}
.comments-wrapper {
    margin-bottom: 8rem;
}
.single-press_release .entry-content p a, .single-news .entry-content p a {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}
.post_section_recent p {
    font-style: normal;
    font-weight: 300;
/*    font-size: 16px !important;
    line-height: 26px !important;*/
    color: #4C4C4C !important;
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: normal;
}
.post_section_recent {
    margin-bottom: 25px;
}
.blank_line_with_blue {
    width: 40px;
    height: 2px;
    background: #4386FC;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 53px;
}
.sidebar-section-on-page .widget:first-child h2:before, .sidebar-section-on-page .widget:last-child h2:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #4386FC;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -24px;
}
.sidebar-section-on-page .widget:first-child, .sidebar-section-on-page .widget:last-child {
    padding-top: 72px;
}
/*.sidebar-section-on-page .widget:nth-child(2) {
    padding-top: 74px;
}*/
.sidebar-section-on-page{
	position: relative;
}
.sidebar-section-on-page .widget_recent_entries ul li {
    margin: auto;
    list-style: decimal;
    line-height: normal;
    margin-bottom: 15px;
}
.sidebar-section-on-page .widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}
.sidebar-section-on-page .widget {
    background: #FFFFFF;
    border: 1px solid #DBE2EB;
    box-sizing: border-box;
    /*box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1), 0px 0px 40px rgba(85, 85, 85, 0.15);*/
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1), 0px 0px 10px rgba(85, 85, 85, 0.15);
    padding: 30px;
    margin-top: 60px;
}
.sidebar-section-on-page .widget:first-child {
    margin-top: 87px;
}
.my_help_list .modal-body iframe {
    height: 19.25vw !important;
    /*min-width: 70.77vh;*/
    width: 100% !important;
}
.my_help_list .modal-header span {
	font-size: 30px;
	line-height: 0px;
	text-shadow: none;
	opacity: 1;
}
.my_help_list .modal-header {
	position: absolute;
	right: 10px;
	border: none;
	padding: 0;
	top: 14px;
	z-index: 1;
}
.sidebar-section-on-page .widget.widget_recent_entries .widget-content ul {
    margin-left: 20px;
}
.help_sidebar .modal-dialog {
    max-width: 40%;
}
.my_help_list .modal-content {
    /* background-color: transparent; */
    border: none;
    padding-bottom: 16px;
}
.help_sidebar_title p span.btn {
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
}
.my_help_list .modal-body {
    padding-top: 39px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 22px
}
.my_help_list .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 22%;
    transform: translateY(-26%);
}

/*.businesses_page .image_with_text_sectionn {
    justify-content: space-between;
     flex-direction: row;
}
.businesses_page .image_with_text_sectionn .image_with_text_section_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.businesses_page .image_with_text_section_inner {
    flex-basis: calc((100% - 0px)/2);
}*/

/*.businesses_page .image_with_text_section_inner img{
    height: 300px;
    object-fit: cover;
}*/

.tax-help_category .detail_section_all_cat li {
    border: none !important;
    padding: 0 !important;
}
.tax-help_category .detail_section_all_cat li ul li {
    list-style: disc;
    font-size: 16px;
}
.tax-help_category .detail_section_all_cat li ul {
    margin-bottom: 20px;
    font-weight: 300;
}
/*.page-template-shipping-calculator .header-navigation-wrapper.new_menu ul li a {
    padding: 3.3rem 0;
}*/


/* menu */
.header-navigation-wrapper.new_menu span.icon {
    color: #21242C !important;
}


.header-navigation-wrapper.new_menu ul li {
    position: unset;
    text-decoration: none;
}
.header-navigation-wrapper.new_menu ul li span.icon {
    position: unset;
    height: auto;
    margin-left: 46px;
    margin-top: -56px;
}

.header-navigation-wrapper.new_menu ul li ul.sub-menu:before, .header-navigation-wrapper.new_menu ul li ul.sub-menu:after{
	display: none;
}
.header-navigation-wrapper.new_menu ul li ul.sub-menu {
    top: 108px;
    width: 100%;
    background: #F6F6F6;
    border-top: 1px solid #dedfdf;
    text-align: center;
    padding: 35px 0;
}
.header-navigation-wrapper.new_menu ul li ul.sub-menu li {
    display: inline-block;
    margin: 0 60px;
    margin-left: 0;
}
/*.header-navigation-wrapper.new_menu ul li ul.sub-menu li:first-child {
    margin-left: 0;
}*/
.header-navigation-wrapper.new_menu ul li ul.sub-menu li:last-child {
    margin-right: 0;
}
li#menu-item-4092 span.icon {
    margin-left: 75px;
}
.header-navigation-wrapper.new_menu ul li#menu-item-4089 ul.sub-menu li:last-child {
    margin-right: 60px;
}

.header-navigation-wrapper.new_menu ul li a {
    padding: 4.6rem 0;
}
.header-inner {
    padding: 0 !important;
}
.header-navigation-wrapper.new_menu ul li ul.sub-menu a {
    padding: 0;
    padding-left: 60px;
}


.header-navigation-wrapper.new_menu ul li ul.sub-menu li {
    position: relative;
}

.header-navigation-wrapper.new_menu ul li ul.sub-menu li#menu-item-4093 a:before{
	content: "";
/*	background: url(images/mail-forwarding-icon.svg) !important;
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    background-position: center;
    top: -12px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;	*/

	left: 0;
	top: -22px;
	background-repeat: no-repeat !important;
	position: absolute;
	width: 50px;
	height: 60px;
}
.header-navigation-wrapper.new_menu ul li ul.sub-menu li#menu-item-4094 a:before{
	content: "";
/*	background: url(images/virtual-mailbox.svg) !important;
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    background-position: center;
    top: -12px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;	*/
    left: 0;
    top: -22px;
    background-repeat: no-repeat !important;
    position: absolute;
    width: 50px;
    height: 60px;
    background-position: 11.5%;
}
.header-navigation-wrapper.new_menu ul li ul.sub-menu li#menu-item-4522 a:before{
	content: "";
/*	background: url(images/virtual-address-icon.svg) !important;
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    background-position: center;
    top: -12px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;*/
    left: 0;
    top: -22px;
    background-repeat: no-repeat !important;
    position: absolute;
    width: 50px;
    height: 60px;
    background-position: 24%;
}
.header-navigation-wrapper.new_menu ul li ul.sub-menu li#menu-item-4095 a:before{
	content: "";
/*	background: url(images/virtual-address.svg) !important;
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    background-position: center;
    top: -12px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;*/
}
.header-navigation-wrapper.new_menu ul li ul.sub-menu li#menu-item-4345 a:before{
	content: "";
/*	background: url(images/enterprise-mail.svg) !important;
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    background-position: center;
    top: -12px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;	*/
    left: 0;
    top: -22px;
    background-repeat: no-repeat !important;
    position: absolute;
    width: 50px;
    height: 60px;
    background-position: 62.4%;
}
.header-navigation-wrapper.new_menu ul li ul.sub-menu li#menu-item-4188 a:before{
	content: "";
/*	background: url(images/shipping-calculator.svg) !important;
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    background-position: center;
    top: -12px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;*/
    left: 0;
    top: -22px;
    background-repeat: no-repeat !important;
    position: absolute;
    width: 50px;
    height: 60px;
    background-position: 35%;
}
.header-navigation-wrapper.new_menu ul li ul.sub-menu li#menu-item-4686 a:before{
	content: "";
/*	background: url(images/FAQ.svg) !important;
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    background-position: center;
    top: -12px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;*/
	left: 0;
	top: -22px;
	background-repeat: no-repeat !important;
	position: absolute;
	width: 50px;
	height: 60px;
	background-position: 49%;
}
.header-navigation-wrapper.new_menu ul li ul.sub-menu li#menu-item-4091 a:before{
	content: "";
/*	background: url(images/contact.svg) !important;
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    background-position: center;
    top: -12px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;	*/
    left: 0;
    top: -22px;
    background-repeat: no-repeat !important;
    position: absolute;
    width: 50px;
    height: 60px;
    background-position: 75%;
}
.mobile-menu ul.modal-menu .ancestor-wrapper a:before,
.header-navigation-wrapper.new_menu ul li ul.sub-menu li a:before{
	content: "";
	background: url(images/menu-background-icons.svg);
}
li#menu-item-4343 span.icon {
    margin-left: 75px;
}
li#menu-item-372 span.icon {
    margin-left: 65px;
}
.header-navigation-wrapper.new_menu ul li {
    margin: 0 12px;
}
.header-navigation-wrapper.new_menu ul li ul.sub-menu li#menu-item-4100 a:before{
/*	content: "";
	background: url(images/personal.jpg) !important;
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    background-position: center;
    top: -12px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;	*/
	left: 0;
	top: -22px;
	background-repeat: no-repeat !important;
	position: absolute;
	width: 50px;
	height: 60px;
	background-position: 100%;
}
.header-navigation-wrapper.new_menu ul li ul.sub-menu li#menu-item-4101 a:before{
	content: "";
/*	background: url(images/buildings.jpg) !important;
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    background-position: center;
    top: -12px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;*/
    left: 0;
    top: -22px;
    background-repeat: no-repeat !important;
    position: absolute;
    width: 50px;
    height: 60px;
    background-position: 88.5%;
}
/*.header-navigation-wrapper.new_menu li#menu-item-4089 ul.sub-menu {
    text-align: right;
    padding-right: 30%;
}*/
.header-navigation-wrapper.new_menu li#menu-item-4089 ul.sub-menu li:first-child {
    margin-left: 550px;
}

.mobile-menu ul.modal-menu .ancestor-wrapper {
    position: relative;
}
.mobile-menu ul.modal-menu .menu-item-4093 .ancestor-wrapper a{
    position: relative;
}






#zendesk_field_zen_desc{display:none}





.mobile-menu ul.modal-menu .menu-item-4093 .ancestor-wrapper a:before{
	content: "";
/*	background: url(images/mail-forwarding-icon.svg) !important;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 30px;
    background-position: center;
    top: 13px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;*/
    left: 10px;
    top: 8px;
    background-repeat: no-repeat !important;
    position: absolute;
    width: 30px;
    height: 40px;
    background-size: cover;
}
.mobile-menu ul.modal-menu .menu-item-4094 .ancestor-wrapper a:before{
	content: "";
/*	background: url(images/virtual-mailbox.svg) !important;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 30px;
    background-position: center;
    top: 13px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;*/
    background-position: 11.5%;
    left: 10px;
    top: 8px;
    background-repeat: no-repeat !important;
    position: absolute;
    width: 30px;
    height: 40px;
    background-size: cover;
}
.mobile-menu ul.modal-menu .menu-item-4522 .ancestor-wrapper a:before{
	content: "";
/*	background: url(images/virtual-address-icon.svg) !important;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 30px;
    background-position: center;
    top: 13px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;	*/
    left: 10px;
    top: 8px;
    background-repeat: no-repeat !important;
    position: absolute;
    width: 30px;
    height: 40px;
    background-size: cover;
    background-position: 24%;
}
.mobile-menu ul.modal-menu .menu-item-4095 .ancestor-wrapper a:before{
	content: "";
/*	background: url(images/virtual-address.svg) !important;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 30px;
    background-position: center;
    top: 13px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;*/
}
.mobile-menu ul.modal-menu .menu-item-4345 .ancestor-wrapper a:before{
	content: "";
/*	background: url(images/enterprise-mail.svg) !important;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 30px;
    background-position: center;
    top: 13px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;*/
    left: 10px;
    top: 8px;
    background-repeat: no-repeat !important;
    position: absolute;
    width: 30px;
    height: 40px;
    background-size: cover;
    background-position: 62.4%;
}
.mobile-menu ul.modal-menu .menu-item-4686 .ancestor-wrapper a:before{
	content: "";
/*	background: url(images/FAQ.svg) !important;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 30px;
    background-position: center;
    top: 13px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;*/
    left: 10px;
    top: 8px;
    background-repeat: no-repeat !important;
    position: absolute;
    width: 30px;
    height: 40px;
    background-size: cover;
	background-position: 49%;
}
.mobile-menu ul.modal-menu .menu-item-4188 .ancestor-wrapper a:before{
	content: "";
/*	background: url(images/shipping-calculator.svg) !important;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 30px;
    background-position: center;
    top: 13px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;*/
    left: 10px;
    top: 8px;
    background-repeat: no-repeat !important;
    position: absolute;
    width: 30px;
    height: 40px;
    background-size: cover;
    background-position: 35%;
}
.mobile-menu ul.modal-menu .menu-item-4091 .ancestor-wrapper a:before{
	content: "";
/*	background: url(images/contact.svg) !important;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 30px;
    background-position: center;
    top: 13px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;	*/
    left: 10px;
    top: 8px;
    background-repeat: no-repeat !important;
    position: absolute;
    width: 30px;
    height: 40px;
    background-size: cover;
    background-position: 75%;
}
.mobile-menu ul.modal-menu .menu-item-4100 .ancestor-wrapper a:before{
	content: "";
/*	background: url(images/personal.jpg) !important;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 30px;
    background-position: center;
    top: 13px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;*/
    left: 10px;
    top: 8px;
    background-repeat: no-repeat !important;
    position: absolute;
    width: 30px;
    height: 40px;
    background-size: cover;
	background-position: 100%;
}
.mobile-menu ul.modal-menu .menu-item-4101 .ancestor-wrapper a:before{
	content: "";
/*	background: url(images/buildings.jpg) !important;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 30px;
    background-position: center;
    top: 13px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;*/
    left: 10px;
    top: 8px;
    background-repeat: no-repeat !important;
    position: absolute;
    width: 30px;
    height: 40px;
    background-size: cover;
    background-position: 88.5%;
}

/*.modal-menu li ul.sub-menu li a {
    padding-left: 60px;
}*/
.modal-menu ul.sub-menu li a img {
    width: 40px;
}
.page-template-tpl_individuals .love_services_rightt {
    width: 50%;
    float: right;
}
.page-template-tpl_individuals .love_services_inner {
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
}
.page-template-tpl_individuals .love_services_left {
    width: 50%;
    padding-right: 80px;
}
/*.page-template-tpl_individuals .love_services_rightt img {
    width: auto;
    object-fit: unset;
    object-position: unset;
    height: auto;
    margin: auto;
}*/


.content_set_middle {
    min-height: 315px;
    display: table;
    width: 100%;
}
.content_set_middle_in {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

















.content_set_middle {
    min-height: 315px;
    display: table;
    width: 100%;
}
.content_set_middle_in {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.privacy_page_banner img,
.how_it_work_heroimg img {
    margin: auto;
    min-height: 550px;
    /*object-fit: cover;*/
}
.tab_section_middel {
    min-height: 386px;
    display: table;
    vertical-align: middle;
    margin: auto;
    width: 100%;
}
.tab_section_middel_in {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.image_in_right_side img {
    min-height: 328px;
    object-fit: contain;
    margin-left: auto;
    max-height: 328px;
}

.plan_come_with_section_icon {
  position: relative;
  padding-bottom: 16%; /* ratio of image height to width */
  height: 0;
  overflow: hidden;
}
.form_section_contact_content a.lean_more_link:before, .form_section_contact_content a.lean_more_link:after {
    display: none;
}
.plan_come_with_section_icon img {
  position: absolute;
  top: 0;
  left: 0;
}


.affordable_section_on_home_page .affordable_price_mydaak {
    max-width: 1104px;
}
.affordable_section_on_home_page .affordable_price_mydaak .pricing_action {
    display: flex;
    text-align: center;
}
.affordable_section_on_home_page .affordable_price_mydaak .row {
    display: block;
    flex-flow: inherit;
    text-align: center;
}
.affordable_section_on_home_page .affordable_price_mydaak .paln_section.pan_basic.row-eq-height {
    display: inline-block;
    max-width: 33%;
    vertical-align: top;
}
.affordable_section_on_home_page .pricing_inner_shadow {
    text-align: left;
}


.wrapper-top .tp-widget-reviews .tp-widget-review .header {
    font-size: 16px;
    height: 20px;
}







.s201_slider.s201_style_2>.s201_bottom_line ,.s201_slider>.s201_top_line{display:none !important;}
.home_Page_inner .home-hero-video video[poster] {
    height: 100%;
    width: 100%;
    object-fit: fill;
    display: inline-block;
    max-width: 100%;
}


nav.mobile-menu ul.modal-menu ul li a {
    padding-left: 50px;
}
.modal-menu ul.sub-menu li a img,
.header-navigation-wrapper.new_menu ul li ul.sub-menu a img.menu-image {
    width: 50px;
    display: none;
}



.smartphone_content iframe {
    width: 100% !important;
    border-radius: 14px;
  /*  margin-top: -12px;*/
}
/* The device with borders */
.smartphone {
/*	position: relative;
	width: 210px;
	height: 400px;
	margin: auto;
	border: 0px black solid;
	border-top-width: 30px;
	border-bottom-width: 30px;
	border-radius: 36px;*/
    position: relative;
    width: 210px;
    height: 386px;
    margin: 6px auto 0;
}
/*.smartphone:before {
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #333;
    border-radius: 10px;
}
.smartphone:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    bottom: -39px;
    transform: translate(-50%, -50%);
    background: #333;
    border-radius: 50%;
}*/

/* The screen (or content) of the device */
.smartphone .smartphone_content {
/*    width: 210px;
    height: 340px;*/
	width: 160px;
	height: 348px;
	margin: auto;
}
.smartphone_content_bg{
    position: absolute;
    width: 177px;
    height: 354px;
    top: 0;
    left: 0;
    right: 0;
}
.smartphone_content video {
	width: 100% !important;
	min-height: 100%;
	background: #000;
	border-radius: 14px;
}
/*.for_image_div_content {
    position: relative;
}*/
img.inner_image_phone {
position: absolute;
    top: 26px;
    width: 150px;
    height: 340px;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 16px;
    object-fit: contain;
}
.for_image_div_content img.for_image_div_content_bg {
    position: relative;
    z-index: 1;
}







.un_page_logo
{
    display: inline-block;
    width: 100%;
    padding-bottom: 65px;
    padding-top: 32px;
}
.un_page_top_inner_con h1{
/*    font-size: 40px;
    font-weight: 400;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 1px;
    color: #0e3052;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;*/
    color: #4C4C4C !important;
    margin-bottom: 30px !important;
    font-weight: 400 !important;
    line-height: 52px !important;
}

.un_page_top_inner_con h3
{

    margin: 0px;
    padding: 0px;
    font-size: 40px;
      font-weight: 400;
    font-weight: 700;
    color: #fb7e16;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.page-template-tpl_unavalable .navbar-brand{padding: 0px;}
.un_back_to_site a
{
    min-width: 237px;
    padding: 18px 10px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    font-weight: inherit;
    text-transform: uppercase;
    padding: 18px 23px;
    border-radius: 4px;
    border-width: 1px;
    font-size: 14px;
    vertical-align: middle;
    min-width: 240px;
    margin-top: 15px;
    color: #0077c4 !important;
    border: 1px solid #0077c4 !important;
    background-image: none;
    outline: 0;
    font-weight: inherit;
    display: inline-block;
    vertical-align: top;
       font-weight: 600;
}
.un_page_top_contant{
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 70px;
	margin-bottom: 63px;
}

.page-template-tpl_unavalable .new_zen_desk_from .contact-div
{
    padding-left: 0px !important;
}
.ul_page_bottom_content
{
    display: inline-block;
    width: 100%;
    padding-bottom: 70px;
}
.ul_urgent_issue
{
    font-size: 32px;
    font-weight: inherit;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 20px;
    color: #0e3052;
      font-weight: 400;
    margin-bottom: 30px;

}
.ul_bisness_hrs
{
   color: #0e3052;
    font-weight: inherit;
    font-size: 22px;
      font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px;
}
.ul_left_page_contact_inner
{
    max-width: 90%;
    width: 100%;
    display: inline-block;
}
.ul_lab_text , .ul_lab_text a
{
      font-weight: 400;
    font-size: 14px;
    color: #343434;
    line-height: 1.6em;
    margin-bottom: 4px;
}
.ul_non_bis_hr
{
    margin-top: 15px;
}
.un_back_to_site
{
    display: inline-block;
    width: 100%;
}
.un_page_inner_image{text-align: center;}
.un_page_inner_image img{
    max-width: 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

span.msg-error.error {
    color: red;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
}
.un_page_top_contant .un_back_to_site a {
    background: #FFFFFF;
    color: #4386FC !important;
    font-size: 16px;
    width: 100px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #4386FC !important;
    text-align: center;
    display: block;
    font-weight: 400;
    border-radius: 0;
    text-transform: inherit;
    padding: 0;
}
.ul_right_page_contact p#zendesk_field_zen_submit input#zrf_submit {
    color: #fff !important;
    font-size: 16px;
    width: 141px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #4386FC;
    text-align: center;
    display: block;
    background: #4386FC;
    border-radius: 0;
    text-decoration: none;
    margin-top: 25px !important;
}
.ul_right_page_contact p#zendesk_field_zen_submit input#zrf_submit:hover {
    background: #3872fc !important;
}
.un_page_top_contant .un_back_to_site a:hover {
    background: #b4cffe;
}
.page-template-tpl_unavalable select{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.page-template-tpl_unavalable #site-header{display: none !important;}
.contact_details_right div#zrf-form {
    margin-top: 20px;
}

.impactful_quote_sections {
    max-width: 800px;
    margin: auto;
}

table.price_list_section, table.price_list_section_new {
    max-width: 100% !important;
    width: calc(100% - 0rem) !important;
}
table.price_list_section {
    margin-bottom: 0 !important;
}
table.price_list_section_new {
    margin-top: 0;
}
table.price_list_section_new tr th, table.price_list_section_new tr td, table.price_list_section tr th, table.price_list_section tr td {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #4C4C4C;
    font-size: 14px;
    width: 125px;
    border: 1px solid #DBE2EB;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
}
table.price_list_section_new tr th, table.price_list_section tr th {
    font-weight: 800;
}
.button_container_new
{
	width: 100%;
	display: inline-block;
	margin-top: 30px;
}
.extra_mneu
{
	width: 100%;
    float: left;
    /* display: inline-block; */
    /* text-align: center; */
    margin: auto;
    /* position: relative !important; */
    padding-top: 50px;
    border-bottom: 0 !important;


}
.mobile-menu ul.modal-menu li a.login_button_new
{
    background: #FFFFFF;
    color: #4386FC !important;
    font-size: 16px;
    width: 140px;
    height: 50px;
     line-height: 50px;
    color: #4386FC;
    border: 1px solid #4386FC;
    text-align: center;
    display: block;
    padding:0px !important;
    float: left;

}
.mobile-menu ul.modal-menu li a.get_started_btn_new
{
	color: #fff !important;
    font-size: 16px;
    width: 140px;
    height: 50px;
     line-height: 50px;
    color: #4386FC;
    border: 1px solid #4386FC;
    text-align: center;
    display: block;
    background: #4386FC;
    padding:0px !important;
    float: left;
}

li.extra_mneu.menu-item-object-page {
    width: 100%;
    display: inline-block;
    text-align: center;

}

li.extra_mneu.menu-item-object-page .ancestor-wrapper {
    display: block;
    width: 300px;
    justify-content: inherit;
    margin: auto !important;
}
li.extra_mneu.menu-item-object-page .ancestor-wrapper a.login_button_new._7l {
   /* margin-left: 45px;*/
    width: 130px;
}
li.extra_mneu.menu-item-object-page .ancestor-wrapper a.get_started_btn_new {
    margin-left: 10px;
}
/*.login_button_new_li
{
padding-left: 20px !important;
}*/
.get_started_btn_li
{
	padding-right: 20px !important;
}
.inner_page_title_help ol{font-size: 16px;font-weight: bold;}

/*  login choice page design */

.login_chice_section
{
	width: 100%;
    margin: auto;
    max-width: 570px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.login_choice_box {
    padding: 16px 25px;
    border: 2px solid #d9d9d9;
    width: 100%;
    display: block;
    border-radius: 0;
    margin-bottom: 20px;

}
.sign_up_btn_new
{
	/*width: 100%;
    display: block;
    margin: auto;
    background: #4386FC;
    color: #fff !important;
    line-height: 60px;
    height: 60px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin-top: 30px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;*/
    text-align: center;
}

.login_choice_box_title {
    margin-top: 10px;
    position: relative;
}
/*.login_choice_box_title:before
{
    content: "";
    width: 26px;
    background: #4560FF;
    height: 2px;
    top: 8.4px;
    right: 30px;
    position: absolute;
}*/

/*.login_choice_box_title:after
{
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border: solid #4560FF;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    top: 1px;
    right: 31px;
}*/
.login_choice_box_title p:after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border: solid #4560FF;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    top: 6px;
    right: 14px;
}
.login_choice_box_title p:before {
    content: "";
    width: 26px;
    background: #4560FF;
    height: 2px;
    top: 13.4px;
    right: 14px;
    position: absolute;
}
.login_choice_box_title p {
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
.login_choice_box_button
{
	display: inline-block;

    width: 100%
}
.login_chice_section .common_title{margin-bottom: 30px;}
.login_choice_header
{
	border-bottom: 1px solid #d9d9d9;
    padding-top: 20px;
    padding-bottom: 15px;
}
.login_choice_header .site-logo{text-align: center;}
.login_choice_header .site-logo img{text-align: center;margin:auto !important;}

.new_url .login_choice_box
{
    background-color: #4386FC;
    color: #fff;
    border: 2px solid #4386FC;

}

.new_url .login_choice_box_title p:before{background: #fff;}
.new_url .login_choice_box_title p:after{border: solid #fff !important;border-width: 0 2px 2px 0 !important;}
.help_con_text
{
     margin-bottom: 40px;

}
.help_con_text h3
{

    margin: 0px;
    padding: 0px;
    font-size: 19px;
    color: #0f3052 !important;
}


.archive.tag .entry-content {
    max-width: 750px;
    margin: auto;
    padding: 0 20px;
}

.archive.tag .entry-content p
{

     max-width: 100% !important;
    width: calc(100% - 0px) !important;
   font-style: normal !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #4C4C4C !important;
    margin-bottom: 10px !important;

}

.archive.tag .post-meta-single-bottom{display:none}
.archive.tag .read-more-button-wrap .more-link
{

	color: #fff !important;
    font-size: 16px!important;
    width: 250px !important;
    height: 50px !important;
    line-height: 50px !important;
    color: #4386FC !important;
    border: 1px solid #4386FC !important;
    text-align: center !important;
    display: block !important;
    background: #4386FC !important;
    margin: auto !important;
}
.archive.tag .read-more-button-wrap .more-link .faux-button
{
	background-color: #4386FC !important;
    width: 250px;
    display: block;
    height: 50px !important;
    padding: 0 !important;
    line-height: 50px !important;
}
.archive.tag .entry-title a{letter-spacing: 1px !important;}
.archive.tag .archive-header{padding-bottom: 0px !important;}

.help_task_list.serachresult .section_only_for_parent_inner_new {
    position: relative;
    padding-left: 40px;
    /* margin-left: 20px; */
    margin-left: 0;
    /* margin-bottom: 30px; */
    background: #fff;
    padding-bottom: 0px;
    padding-right: 30px;
    padding-top: 25px;
    /* box-shadow: 0 17px 42px 5px rgba(6,22,38,0.08); */
}
.section_only_for_parent_inner_new p a {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400 !important;
}

.help_task_list.serachresult .section_only_for_parent_inner_new:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #748494;
    position: absolute;
    left: 20px;
    top: 36px;
    border-radius: 50%;
}
.my_serach_help_inner{padding-bottom: 30px;}

/*  chanal partner form css */
.chm_title h1{
	font-style: normal;
    font-weight: normal !important;
    font-size: 24px !important;
    line-height: 30px !important;
    color: #4C4C4C;
    margin: 0 auto 18px;
    letter-spacing: 0.4px;
}
.contact_partner_form
{
	width: 65%;
    margin: auto;
    padding: 0 00px;
    margin-bottom: 80px;
}
.contact_partner_form input
{
		-webkit-appearance: none;
		-moz-appearance: none;
		background: #fff;
		border-radius: 0;
		border-style: solid;
		border-width: 0.1rem;
		box-shadow: none;
		display: block;
		letter-spacing: -0.015em;
		margin: 0;
		max-width: 100%;
		padding: 1.5rem 1.8rem;
		width: 100%;
		border: 1px solid #DBE2EB;
		font-style: normal;
		font-weight: 300;
		font-size: 16px;
		line-height: 28px;
		color: #4C4C4C;
		margin: auto;
		text-transform: capitalize;
}
.chnl_input
{
	position: relative;
    min-height: 1px;
    margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.chnl_input label
{

}

.chnl_input span.chnl_input_title {
    position: absolute;
    background: #fff;
    left: 16px;
    top: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #4C4C4C;
    letter-spacing: 0;
    line-height: normal;
    z-index: 1;
    padding: 0 10px;
}

p.chnl_filed_full.chnl_input.chnl_small {
    width: 31%;
    float: left;
    margin-right: 3%;
}
p.chnl_filed_full.chnl_input.chnl_small.last-child{margin-right: 0px !important;}
.next_stpe
{
	margin: auto;
	margin-top: 40px;
	cursor: pointer;
}
p.chnl_filed_full.chnl_input.chnl_half {
    width: 48%;
    float: left;
    display: inline-block;
    margin-right: 4%;
}
.contact_partner_form .last-child{margin-right: 0px !important;}
/*.partner_second{display: none;}*/
.next_stpe.get_started_btn {
    padding: 0;
    font-weight: 400 !important;
    border: 0;
}
.back_stpe_main
{
   width: 100%;
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 40px;
}
.back_stpe.get_started_btn
{
	width: 30%;
    float: left;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    color: #4386FC !important;
    background: #FFFFFF;
    color: #4386FC !important;
    font-size: 16px;
    width: 100px;
    height: 50px;
    line-height: 50px;
    color: #4386FC;
    border: 1px solid #4386FC;
    text-align: center;
    display: block;

}
.back_stpe.get_started_btn:hover
{
	background: #b4cffe !important;
}
.add_field{margin-bottom: 0px !important;}
.add_field2 label{

	margin: 0;
    line-height: 0;
    display: block;
    margin-bottom: 10px;
}
.page-template-tpl_how_it_works .how_it_work_hero_contetn.space_remove{ margin-top: 0px !important;}
.partenr_submit
{
	width: 23%;
	margin: auto;
	text-align: center;
}
.partenr_submit .get_started_btn{
	padding: 0px !important;
	font-weight: 400 !important;
}
.partenr_submit .get_started_btn:hover
{
	text-decoration: none !important;
	background: #3872fc !important;
}
.chnl_small_secound
{
    float: left;
    margin-right: 3%;
    width: 22%;
}
.chnl_small_first
{
	float: left;
    margin-right: 3%;
    width: 48.5%;
}

/*  how it works slider */

.how_it_workks_bg {
    background-image: url(images/laptop_new.png);
    /* width: 60%; */
    height: 590px;
    background-size: 100%;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    background-repeat: no-repeat;
    /* margin-bottom: 30px; */
    /* float: left; */
    position: relative;
    background-position: center;
    margin-right: 50px;
}
.page-template-tpl_how_it_works .how_it_works_slider {
  /* margin-top: 94px;
    margin-bottom: 70px;*/
/*   new add */
max-width: 1600px;
margin:94px auto 70px auto ;
justify-content: space-between;overflow: hidden;
}
.how_it_works_slider
{

	display: inline-block;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
}
.how_it_works_left_content
{
/*	width: 36%;
	float: left;
	display: inline-block;*/
/*
	margin-left: 46px;*/
	padding-top: 130px;
}
.select_title_click:hover .slider_text{color: #007bff !important;}
.select_title_click.active_link .slider_text{color: #007bff !important;}
.how_it_works_left_content h2{
	font-style: normal;
	font-weight: normal !important;
	font-size: 32px !important;
	line-height: 32px !important;
	color: #4C4C4C;
	margin: 0 auto 18px;
	letter-spacing: 0.4px;
	position: absolute;
    left: -47px;
}
.how_it_listing
{
	    margin: auto;
    width: 100%;
    text-align: center;
}
.how_it_listing ul{list-style-type: none;margin: 0px;padding: 0px;display: inline-block;width: 100%;}
.how_it_listing ul li
{

	margin: 0px;
	padding: 0px;
	cursor: pointer;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	text-align: left;
	text-align: left;
	font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #4C4C4C !important;

    letter-spacing: 2px;
    position: relative;
}
.image_slider_div{

    max-width: inherit;
    margin: auto;
    text-align: left;
    vertical-align: middle;
    position: absolute;
    width: 100%;
    top: 50%;
    /*left: 0;*/
    object-fit: scale-down;
    display: none;
    margin: auto;
    text-align: center;
    right: 0;
    transform: translateY(-50%);
}
.how_it_listing {
    margin: auto;
    width: 100%;
    text-align: center;
    /* float: left; */
    margin: auto;
    padding-top: 30px;
}
.image_slider_div.active{display: block;}
.image_slider_div{
	width: 100%;
	/*height: 74%;*/
	height: auto;
	max-width: 77%;
	/*left: -17px;*/
	object-fit: cover;
	top: 49%;
    left: 0;
    right: 2%;
}
.select_title_click.active_link{color: #4386FC !important;}
.select_title_click .img_listing{

	display: inline-block;
    width: 30px;
    margin-right: 30px;
}
.select_title_click .slider_text{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #4C4C4C;
    vertical-align: text-bottom;
    text-transform: uppercase;
}
.how_it_listing .plan_come_with_section_link_text{
	padding-top: 20px;
	position: absolute;
    left: -47px;
}
.how_it_works_left_content .desktop_hot{
	display: inline-block;
    margin-bottom: 40px;
}
.how_it_listing .plan_come_with_section_link_text .lean_more_link{float: left;text-align: left;}
.how_it_listing .plan_come_with_section_link_text a.lean_more_link:before{}
.wpcf7-response-output{display: none !important;}
.mobile_hot{display: none !important;}
.iframe_map iframe
{
	display: block;
    max-width: 100%;
    width: 455px !IMPORTANT;
    height: 328px !important;
    float: right;
}
.iframe_map{width: 100%;display: inline-block;}
.img_listing.without_hover{display: none !important;}
.how_it_listing ul li:hover .img_listing.with_hover{display: none !important;}
.how_it_listing ul li:hover .img_listing.without_hover{display: inline-block !important;}
.how_it_listing ul li:before
{
	content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    display: block;
    background-image: url(images/how-it-works-tabs.png);
    left: -63px;
    background-position: -67px 2px;
}
.how_it_listing ul li#show_0:before
{
  background-position: -67px 2px;
}
.how_it_listing ul li#show_1:before
{
  background-position: -66px -44px;
}
.hide_form{display: none !important;}
.how_it_listing ul li#show_2:before
{
  background-position: -63px -87px;
}

.how_it_listing ul li#show_0.active_link:before
{
  background-position: -7px 2px;
}


.how_it_listing ul li#show_0:hover:before
{
  background-position: -7px 2px;
}

.how_it_listing ul li#show_1:hover:before
{
  background-position: -6px -44px;
}

.how_it_listing ul li#show_2:hover:before
{
 background-position: -3px -87px;
}


.how_it_listing ul li#show_1.active_link:before
{
  background-position: -6px -44px;
}

.how_it_listing ul li#show_2.active_link:before
{
  background-position: -3px -87px;
}



/* change height for div */
/*.page-id-570 .content_set_middle{
    height: 318px;
}
.page-id-570 .home-main-right
{
	height: 366.77px;
}
.page-id-570 .trustpilot-widget{
	height: 200px;
}
.page-id-570 .green_mydaak {
    height: 309.86px;
}
.page-id-570 .trust_pilot_footer p {
    height: 16px;
}
.page-id-570 .video_center_banner .home_Page_inner .home-main-right video {
    width: 461.53px !important;
}
.page-id-570 .how_it_work_hero_contetn .tab-content .image_with_text_sectionn .image_with_text_section_inner {
    height: 386px;
}*/

/* home page trust pilo design */

.home-testimonials .trustpilot-slides-li{
  margin-bottom: 35px;
}
.user-testimonials_new{padding-top: 70px;}
.user-testimonials_new h3
{
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	color: #4C4C4C;
	margin-bottom: 15px;
	text-align-last: left;

}
.user-testimonials_new p
{
    font-weight: 300;
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	color: #4C4C4C;
	text-align: left;
}
.view_more_l
{
	display: inline-block;
	vertical-align: middle;
	color: #191919 !important;
	font-weight: 400 !important;
	font-size: 13px !important;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif !important;
	letter-spacing: 0;
	margin-top: 5px;
}


@media only screen and (max-width: 640px) {
	.page-template-tpl_pricing .my_enter_prise_section .pricing_table_section_title .tag_h1_class br,
	.page-template-tpl_pricing .my_consumer_section .pricing_table_section_title .tag_h1_class br {
	    display: none;
	}
}

.page-template-tpl_home .home_top_part h2
{
	position: relative;
    padding-left: 40px;
    font-size: 17px !important;
    margin-bottom: 15px;
    line-height: 25px !important;
}
.page-template-tpl_home .home_top_part h2 strong{font-size: 18px;font-weight: 400;}

.page-template-tpl_home .home_top_part h2:after
{
	content: "";
	position: absolute;
	top: 3px;
	visibility: visible;
	left: 0;
	text-align: center;
	margin: auto;
	width: 15px;
	height: 25px;
	border: solid #ff9900;
	border-width: 0 6px 6px 0;
	transform: rotate(45deg);
	display: block;
	border-radius: 4px;
}
.page-template-tpl_home .home_top_part .sigup_free_btn
{
	text-align: center;
	margin: auto;
}
.page-template-tpl_home .home_top_part .sigup_free_btn a {
    text-align: center;
    margin: auto;
    width: 317px;
    height: 87px;
    padding-top: 20px;
    padding-bottom: 9px;
    line-height: 24px;
}
.page-template-tpl_home .home_top_part .sigup_free_btn a .bttxt1
{
	font-size: 20px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.page-template-tpl_home .home_top_part .sigup_free_btn a .bttxt2
{
	font-size: 15px;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.wpcf7-list-item input[type=checkbox]
{
	width: 15px;
	height: 15px;
	float: left;
	margin-right: 9px;
	vertical-align: middle;
	margin-top: -2px;
}
.mobile_blue
{
	color: #4386FC !important;
	font-size: 24px!important;
}

.mobile_blue_text a
{
	color: #4386FC !important;
    text-align: center;
    margin-top: 20px;
    text-transform: capitalize;
    font-size: 16px;
    cursor: pointer;
}
.mobile_blue_text{margin-top: 15px;}
.tos_page_inner{display: inline-block;margin-top: 50px;}
.tos_page_inner p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #4C4C4C;
    margin: auto;
    margin-bottom: 10px;
}
.tos_page_inner ul,.tos_page_inner ol {
    margin: auto;
    list-style: none;
}
.tos_page_inner ul li ,.tos_page_inner ol li
{
	margin: auto;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #4C4C4C;
	position: relative;
	padding: 0 0 4px 0;
	margin-bottom: 15px;
}
.tos_page_inner ul li u ,.tos_page_inner ol li u
{
   font-weight: 700 !important;
}
.trustpilot-slides-li-first-img span
{
	    color: #fbb004 !important;
}
@media only screen and (max-width: 1024px) {
.top_bar_new_e{margin-top: 80px !important;}
.trustpilot-slides-li-first-img span{font-size: 16px !important;}
}

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


.page-template-tpl_home .home_top_part .sigup_free_btn a
{

text-align: center;
margin: auto;
width: 290px !important;
height: 60px !important;
padding-top: 0px;
padding-bottom: 0px;
line-height: 60px;
}
}

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

 .chl_phone {
    width: 161px !important;
}
.chnl_partner_from .wpcf7-list-item label a{
		margin-top: 12px;
		display: inline-block;
}


.top_bar_new_e .top_bar_new_inner
{
	    margin-bottom: 60px;
}

.top_bar_new_inner_img {
   /* margin-right: 0;
    margin: auto;
    text-align: center;*/
}

.top_bar_new_inner_img img{margin: auto;text-align: center;}
.lrn_more a
{
	margin-left: 0;
	margin-top: 20px;
}
.top_bar_new_e
{
	margin-top: 75px !important;
	position: relative;
}
.lrn_more
{
	position: absolute;
	bottom: 20px;
}

}

/* Popup code added by Varun Starts */
.popup-main-container
{
	max-width:650px;
	display: block;
	overflow: hidden;
}
.popup-main-container h1
{   text-align: center;
    padding: 20px;
}
.popup-main-container .popup-slick-current
{
	width: 48%;
	float:left;
background-color: #f8f9fa;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgb(182 196 210 / 40%);
    display: inline-block;
    line-height: 16px;
    padding: 15px;
    position: relative;
    vertical-align: middle;
    white-space: normal;
max-width:250px;
overflow:hidden;
}
.popup-main-container .trustpilot-slides-li-first-img
{
	color: #fbb004;
   	margin-right: 2px;
    	display: inline-block;
    	font-size: 18px;
}
.popup-trustpilot-slides-li-title
{
	color: #1f2936;
    	font-size: 14px;
    	font-weight: 700;
    	height: 16px;
    	margin: 0 0 10px;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    	margin-top: 8px;
    	margin-bottom: 10px;
    	text-align: left;
    	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif !important;
    	letter-spacing: 0;
}
.popup-trustpilot-slides-li-description
{
	color: #191919;
    	font-size: 13px;
    	line-height: 16px;
    	max-height: 50px;
    	overflow: hidden;
    	word-wrap: break-word;
    	text-align: left;
    	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif !important;
    	letter-spacing: 0;
}
.popup-trustpilot-slides-li-name
{
	color: rgba(25,25,25,0.6);
    	font-size: 12px;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    	margin-top: 10px;
    	bottom: 15px;
    	left: 15px;
    	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif !important;
    	letter-spacing: 0;
}
.popup-trustpilot
{
       clear:both;
       width:100%;
overflow:hidden;
max-width:90%;
margin:auto;
}
.popup-trustpilot-address
{
    overflow: hidden;
    font-size: 16px;
    padding:10px 0px;
    font-weight:600;
    text-align: center;
}
.popup-trustpilot-address span
{
    font-size: 14px;
    font-weight: normal;
}
.popup-trustpilot-rates
{
    font-size: 16px;
    padding:10px 0px;
    text-align: center;
    font-weight:600;
}
.popup-trustpilot-rates span
{
    font-size: 14px;
    font-weight: normal;
}

.popup-slick-current-second
{
	margin-left:4%;
}
.footer_top_inner_content .unsure_content p {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
}

.enterprise_section.about_uspage .about_div h1 {
	text-align: center;
}
.enterprise_section a.sign_up_btn {
  margin: 0;
}
.enterprise_section a.sign_up_btn:last-child {
	margin-left: 10px;
	background: #fff;
	border: 1px solid #4386FC;
	color: #4386FC !important;
}

.image_with_text_section:nth-child(4) .image_with_text_sectionn .image_with_text_section_inner:nth-child(2) h5{
    color: #FB662A;
}
.image_with_text_section:nth-child(4) .image_with_text_sectionn .image_with_text_section_inner:nth-child(2) h5 span{
    background: #FB662A;
}


@media (max-width: 725px) {
.popup-main-container .popup-slick-current
{
	width: 100%;
       max-width: 100%;
box-sizing: border-box;
}
.popup-main-container .popup-slick-current-second
{
	/*margin-left:0px;
	margin-top:30px;
	width: 100%;
	max-width: 100%;*/
display:none;
}
}
/* Popup code added by Varun Ends */
@media screen and (min-width: 1501px) {
  .page-template-tpl_how_it_works .how_it_works_slider {
  	margin-left: auto !important;
  	margin-right: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .page-template-tpl_how_it_works .how_it_works_slider {
  	flex-wrap: nowrap;
  }
}

.footer_top_section {
	padding: 80px 0;
}
.sign_up_wrapper {
	justify-content: center;
}
@media ( max-width: 500px ) {
	.footer_top_section {
		padding: 40px 0;
	}
	.sign_up_wrapper {
		flex-direction: column;
		align-items: center;
	}
	.sign_up_wrapper a.sign_up_btn:last-child {
		margin: 0;
	}
}
.image_with_text_sectionn .home-main-right video {
    width: 90% !important;
    margin-right: 0;
}
@media only screen and (max-width: 768px) {
    .image_with_text_sectionn .home-main-right video {
		margin-top: 20px;
        width: 100% !important;
        margin-right: auto;
        margin-left: auto;
    }
}


.mega-sub-menu {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}
.mega-menu-link {
	letter-spacing: 0 !important;
}
.mega-menu-link .mega-indicator {
	margin-left: 10px !important;
}
.mega-block-title {
	letter-spacing: 0 !important;
}
.mega-sub-menu .mega-menu-link {
	border-radius: 8px !important;
}
ul:not(.mega-sub-menu) > .mega-menu-item > a {
	text-underline-offset: 8px;
}
ul:not(.mega-sub-menu) > .mega-menu-item > a:hover {
	color: #4386FC !important;
	text-decoration: underline !important;
}

.mega-toggle-on.mega-menu-item-has-children > a {
	color: #4386FC !important;
	text-decoration: underline !important;
}

.mega-sub-menu a {
	font-weight: 500 !important;
	text-transform: capitalize !important;
}

.mega-menu-description {
	font-style: normal !important;
	font-size: 14px !important;
}

.nav-item-title-wrapper {
	display: inline-flex;
}
.nav-item-title-wrapper img {
	width: 22px;
	height: 22px;
	margin-right: 12px;
}
.mega-block-title {
	font-weight: 500 !important;
}
.mega-menu-item-type-widget.widget_media_image img {
	width: 24px;
	height: 24px;
}
#mega-menu-item-22196 > .mega-sub-menu {
	width: 1200px !important;
    left: -350px !important;
}
#mega-menu-item-22203 > .mega-sub-menu {
	width: 710px !important;
	left: -150px !important;
}
#mega-menu-item-22208 > .mega-sub-menu {
	width: 335px !important;
	left: 200px !important;
}
#mega-menu-item-22211 > .mega-sub-menu {
	width: 550px !important;
	left: 200px !important;
}
.mega-sub-menu .mega-menu-item .mega-menu-link {
	display: inline-flex !important;
	width: calc(100% - 20px) !important;
}
.mega-sub-menu .mega-menu-item .mega-menu-link:before {
	flex: 0 0 auto;
    align-self: flex-start;
    background-size: 22px 22px !important;
    display: inline-block;
    width: 22px !important;
    height: 22px !important;
    margin: 2px 16px 0 0 !important;
}
.sub-menu .menu-item a:before {
	flex: 0 0 auto;
    align-self: flex-start;
    background-size: 22px 22px !important;
    display: inline-block;
    width: 22px !important;
    height: 22px !important;
    margin: 0 16px -5px 0;
}

.mega-sub-menu .mega-menu-item#mega-menu-item-22197 .mega-menu-link:before {
    content: '' !important;
	background-image: url(https://usglobalmail.com/wp-content/uploads/2024/07/virtual_address.svg) !important;
}
.sub-menu .menu-item#menu-item-22197 a:before {
    background-image: url(https://usglobalmail.com/wp-content/uploads/2024/07/virtual_address.svg);
}
.mega-sub-menu .mega-menu-item#mega-menu-item-26064 .mega-menu-link:before {
    content: "" !important;
    background-image: url(https://www.usglobalmail.com/wp-content/uploads/2025/12/virtual-mailroom.svg) !important;
}
.sub-menu .menu-item#mega-menu-item-26064 a:before {
    background-image: url(https://www.usglobalmail.com/wp-content/uploads/2025/12/virtual-mailroom.svg);
}
.mega-sub-menu .mega-menu-item#mega-menu-item-22198 .mega-menu-link:before {
    content: '' !important;
	background-image: url(https://www.usglobalmail.com/wp-content/uploads/2025/12/virtual-mailbox.svg) !important;
}
.sub-menu .menu-item#menu-item-22198 a:before {
	background-image: url(https://www.usglobalmail.com/wp-content/uploads/2025/12/virtual-mailbox.svg);
}
.mega-sub-menu .mega-menu-item#mega-menu-item-22199 .mega-menu-link:before {
    content: '' !important;
	background-image: url(https://usglobalmail.com/wp-content/uploads/2024/07/virtual_mailroom.svg) !important;
}
.sub-menu .menu-item#menu-item-22199 a:before {
	background-image: url(https://usglobalmail.com/wp-content/uploads/2024/07/virtual_mailroom.svg);
}
.mega-sub-menu .mega-menu-item#mega-menu-item-22200 .mega-menu-link:before {
    content: '' !important;
	background-image: url(https://usglobalmail.com/wp-content/uploads/2024/07/integration.svg) !important;
}
.sub-menu .menu-item#menu-item-22200 a:before {
	background-image: url(https://usglobalmail.com/wp-content/uploads/2024/07/integration.svg);
}
.mega-sub-menu .mega-menu-item#mega-menu-item-22201 .mega-menu-link:before {
    content: '' !important;
	background-image: url(https://usglobalmail.com/wp-content/uploads/2024/07/automation.svg) !important;
}
.sub-menu .menu-item#menu-item-22201 a:before {
	background-image: url(https://usglobalmail.com/wp-content/uploads/2024/07/automation.svg);
}
.mega-sub-menu .mega-menu-item#mega-menu-item-22202 .mega-menu-link:before {
    content: '' !important;
	background-image: url(https://usglobalmail.com/wp-content/uploads/2024/07/security.svg) !important;
}
.sub-menu .menu-item#menu-item-22202 a:before {
	background-image: url(https://usglobalmail.com/wp-content/uploads/2024/07/security.svg);
}

.sub-menu .menu-item#menu-item-23168 a:before {
	background-image: url(assets/images//icons/grear_icons.svg);

}
.mega-sub-menu .mega-menu-item#mega-menu-item-22204 .mega-menu-link:before {
    content: '' !important;
    background-image: url(https://www.usglobalmail.com/wp-content/uploads/2025/12/Individuals-and-expats.svg) !important;
}
.sub-menu .menu-item#menu-item-22204 a:before {
    background-image: url(https://www.usglobalmail.com/wp-content/uploads/2025/12/Individuals-and-expats.svg);
}
.mega-sub-menu .mega-menu-item#mega-menu-item-22206 .mega-menu-link:before {
    content: '' !important;
	background-image: url(https://usglobalmail.com/wp-content/uploads/2024/07/enterprise.svg) !important;
}
.sub-menu .menu-item#menu-item-22206 a:before {
	background-image: url(https://usglobalmail.com/wp-content/uploads/2024/07/enterprise.svg);
}
.mega-sub-menu .mega-menu-item#mega-menu-item-27061 .mega-menu-link:before {
    content: "" !important;
    background-image: url(https://www.usglobalmail.com/wp-content/uploads/2025/12/property-management.svg) !important;
}
.sub-menu .menu-item#menu-item-27061 a:before {
    background-image: url(https://www.usglobalmail.com/wp-content/uploads/2025/12/property-management.svg);
}
.mega-sub-menu .mega-menu-item#mega-menu-item-27060 .mega-menu-link:before {
    content: "" !important;
    background-image: url(https://www.usglobalmail.com/wp-content/uploads/2025/12/professional-services.svg) !important;
}
.sub-menu .menu-item#menu-item-27060 a:before {
    background-image: url(https://www.usglobalmail.com/wp-content/uploads/2025/12/professional-services.svg);
}
.mega-sub-menu .mega-menu-item#mega-menu-item-27059 .mega-menu-link:before {
    content: "" !important;
    background-image: url(https://www.usglobalmail.com/wp-content/uploads/2025/12/non-profit.svg) !important;
}
.sub-menu .menu-item#menu-item-27059 a:before {
    background-image: url(https://www.usglobalmail.com/wp-content/uploads/2025/12/non-profit.svg);
}
.mega-sub-menu .mega-menu-item#mega-menu-item-22209 .mega-menu-link:before {
    content: '' !important;
	background-image: url(https://usglobalmail.com/wp-content/uploads/2024/07/pricing_individual.svg) !important;
}
.sub-menu .menu-item#menu-item-22209 a:before {
	background-image: url(https://usglobalmail.com/wp-content/uploads/2024/07/pricing_individual.svg);
}
.mega-sub-menu .mega-menu-item#mega-menu-item-22210 .mega-menu-link:before {
    content: '' !important;
	background-image: url(https://usglobalmail.com/wp-content/uploads/2024/07/pricing_business.svg) !important;
}
.sub-menu .menu-item#menu-item-22210 a:before {
	background-image: url(https://usglobalmail.com/wp-content/uploads/2024/07/pricing_business.svg);
}
.mega-sub-menu .mega-menu-item#mega-menu-item-22212 .mega-menu-link:before {
    content: '' !important;
	background-image: url(https://usglobalmail.com/wp-content/uploads/2024/07/about_us.svg) !important;
}
.sub-menu .menu-item#menu-item-22212 a:before {
	background-image: url(https://usglobalmail.com/wp-content/uploads/2024/07/about_us.svg);
}
.mega-sub-menu .mega-menu-item#mega-menu-item-22213 .mega-menu-link:before {
    content: '' !important;
	background-image: url(https://usglobalmail.com/wp-content/uploads/2024/07/affiliate_program.svg) !important;
}
.sub-menu .menu-item#menu-item-22213 a:before {
	background-image: url(https://usglobalmail.com/wp-content/uploads/2024/07/affiliate_program.svg);
}
.mega-sub-menu .mega-menu-item#mega-menu-item-22217 .mega-menu-link:before {
    content: '' !important;
	background-image: url(https://usglobalmail.com/wp-content/uploads/2024/07/wall_of_love.svg) !important;
}
.sub-menu .menu-item#menu-item-22217 a:before {
	background-image: url(https://usglobalmail.com/wp-content/uploads/2024/07/wall_of_love.svg);
}
.sub-menu .menu-item#menu-item-22214 a:before {
	content: none !important;
}
.sub-menu .menu-item#menu-item-22215 a:before {
	content: none !important;
}
.sub-menu .menu-item#menu-item-22216 a:before {
	content: none !important;
}
.header_container {
	margin: auto;
	padding: 0 20px;
}
.header-titles-wrapper_new {
	margin-right: 0;
}
.how-it-works-column .video-wrapper{
	margin: 2px 10px 0px;
	padding: 0 !important;
	width: auto;
	border-radius: 8px;
	background: #F9FAFB;
	display: flex;
	align-items: flex-start;
}
.how-it-works-column .video-wrapper:hover {
	background: #d7e6fe !important;
}
.how-it-works-column .video-wrapper .video-wrapper-inner{
	display: flex;
	padding: 12px;
}
.how-it-works-column .video-wrapper img{
	min-width: 160px;
}
.how-it-works-column .video-wrapper .text-section{
	letter-spacing: 0 !important;
	width: fit-content;
	padding: 12px;
	align-self: center;
}
.how-it-works-column .video-wrapper .title{
	display: inline-block;
	color: #101828;
	font-size: 16px;
	font-weight: 500;
}
.how-it-works-column .video-wrapper .desc{
	font-size: 14px;
    text-transform: initial;
	display: inline-block;
	color: #475467;
	font-weight: 400;
}
.header-navigation-wrapper {
	flex: 1;
}

header .button_container {
	flex: none !important;
}


header .get_started_btn {
	width: 160px;
}
header .header-titles-wrapper_new {
	width: 230px;
}
header .header-titles-wrapper_new .custom-logo {
	width: 100%;
	min-height: 43px;
}
.primary-menu-wrapper .primary-menu {
	justify-content: center;
}
@media screen and (max-width: 1311px) {
	#mega-menu-item-22196 > .mega-sub-menu {
		width: 1000px !important;
        left: -170px !important;
	}
	.how-it-works-column .video-wrapper img{
		min-width: auto;
	}
}
@media screen and (max-width: 1170px) {
  .header_container {
	  padding: 0 10px;
  }
}
@media screen and (max-width: 1070px) {
	.header-titles-wrapper_new {
		width: 170px !important;
	}
	header .get_started_btn {
		width: 140px !important;
	}
}
@media screen and (max-width: 999px) {
	header .button_margin {
		margin-right: 90px !important;
	}
	.header-titles-wrapper_new {
		margin-right: 0;
	}
}
@media screen and (max-width: 480px) {
	header .button_margin {
		margin-right: 50px !important;
	}
}

/*******************
OLD STYLES REMOVE LATER
****************/

.usgm-old-styles a, .usgm-old-styles a, .usgm-old-styles a:hover, .usgm-old-styles a:focus{
    text-decoration: none !important;
}

