/*!
Theme Name: EasyTouristcard
Theme URI: https://www.easytouristcard.com/
Author: EasyTouristcard
Author URI: https://www.easytouristcard.com/
Description: Description
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: easytouristcard
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cubavisaservices is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	vertical-align: middle;
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*Custom Styling
--------------------------
--------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

p {
	margin: 0 0 40px;
}

p:last-child {
	margin: 0;
}

:focus {
	outline: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1 {
	line-height: 65px;
	z-index: 0;
	text-transform: uppercase;
	font-size: 52px;
	font-weight: 700;
	margin-bottom: 27px;
}

.highlight-text{
	color: #266AE1;
}

.btn {
	background-color: #266AE1;
	display: inline-block !important;
	text-align: center;
	text-transform: uppercase;
	padding: 18px 46px;
	border-radius: 8px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 24px;

	transition: ease-in-out all 0.25s;
	-webkit-transition: ease-in-out all 0.25s;
}

.btn:hover {
	background: #272727;
	color: #fff;
}

.btn.dark {
	background-color: #272727;
	font-size: 14px;
    padding: 10px 30px;
}

.woocommerce ul.products {
	margin-top: 0px;
}

.postid-158.woocommerce div.product form.cart,
.postid-784.woocommerce div.product form.cart {
    display: none;
}

p#staying_at_field {
    clear: left;
}

body {
	font-size: 14px;
	color: #808080;
	font-weight: normal;
	overflow-x: hidden;
	line-height: 25px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

.wrapper {
	max-width: 1680px;
	margin: 0 auto;
	padding: 0 20px;
}

/*Header
=====================*/
.header-wrap {
	padding: 33px 0;
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
}

.header-wrap.fixed,.page-template-template-home .header-wrap.fixed{
	background-color: #fff;
}

.header-wrap .wrapper {
	max-width: 1680px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.header-wrap .header-content {
	max-width: calc(100% - 200px);
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

.header-wrap .header-sidebar {
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.header-wrap .header-sidebar .header-currency-dropdown {
	max-width: 132px;
	margin-right: 6px;
}

.header-wrap .header-sidebar .btn {
	padding: 14px 35px;
	font-size: 20px;
	line-height: 28px;
}

.header-wrap .cart-box {
	width: 45px;
	height: 45px;
	position: relative;
	cursor: pointer;
	margin-right: 37px;
}

.header-wrap .cart-box svg {
	color: #333;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.header-wrap .cart-box:hover svg {
	transform: scale(1.01) translate(-50%, -50%);
	-webkit-transform: scale(1.05) translate(-50%, -50%);
}

.logo {
	max-width: 256px;
	margin: 0 30px 0 0;
}
.logo img {
	width: 80%;
}

.main-menu {
	/* max-width: calc(100% - 280px); */
}

.main-menu ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0;
}

.main-menu ul li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding:10px 20px;
}

.main-menu ul li:after{
	content: '';
	background-color:#5f6061;
	width: 2px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

.main-menu ul li:first-child:after{
	 display: none;
}

.main-menu ul li.menu-item-has-children{
	padding-right: 40px;
}

.main-menu ul li.menu-item-has-children:before{
	color:#5f6061;
	content: '\f107';
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -12px;
}

.main-menu ul .sub-menu{
	background-color: #FFFFFF;
	box-shadow: 0 0 20px #00000040;
	width: 205px;
	padding: 14px 0;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	left: 0;
	top: calc(100% + 10px);
	transition: opacity 0.3s ease,top 0.3s ease;
	-webkit-transition: opacity 0.3s ease,top 0.3s ease;
	border-radius: 8px;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.main-menu ul .sub-menu .sub-menu{
	left:100%;
}

.main-menu ul li:hover > .sub-menu .sub-menu{
	top: 0;
}

.main-menu ul li:hover > .sub-menu{
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.main-menu ul .sub-menu li{
	line-height: normal;
	width: 100%;
	margin: 0 0 14px;
	padding: 0 26px !important;
}

.main-menu ul .sub-menu li.menu-item-has-children:before{
	right:13px;
	top: 17px;
}

.main-menu ul li.menu-item-has-children li.menu-item-has-children:before{
	content: '\f054';
}

.main-menu ul .sub-menu li:last-child{
	margin: 0;
}

.main-menu ul .sub-menu li:after{
	display: none;
}

.main-menu ul .sub-menu li a{
	font-size: 16px;
}


.main-menu  ul.mega-menu-horizontal> li.mega-menu-item a{
	position: relative !important;
	font-size: inherit;
}
.main-menu  ul.mega-menu-horizontal> li.mega-menu-item > a:before{
	content: '';
	background-color: #333333c4 !important;
	width: 2px !important;
	height: 20px !important;
	position: absolute !important;
	right: -6px;
	top: 50% !important;
	margin-top: -10px !important;
}

.main-menu  ul.mega-menu-horizontal> li.mega-menu-item:last-child > a:before{
	display: none !important;
}

.main-menu ul li a {
	color: #333;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.6px;
	transition: ease-in-out 0.25s color;
	text-transform: capitalize;
}

.main-menu li:hover a,
.main-menu li.current-menu-item {
	color: #404040;
}

/*Hero
============================*/
.hero-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.hero-section .wrapper {
	position: relative;
	z-index: 10;
}

.hero-section .hero-content {
	color: rgba(255, 255, 255, 0.75);
	min-height: 420px;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	text-align: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	font-size: 16px;
}

.hero-section .hero-content h1 {
	margin: 0 0 10px;
	letter-spacing: 0.7px;
	color: #fff;
}

.hero-section .hero-content ul {
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	font-weight: 400;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

.hero-section .hero-content ul li {
	padding: 2px 12px;
	position: relative;
}

.hero-section .hero-content ul li:before {
	content: "";
	background-color: rgba(255, 255, 255, 0.75);
	width: 7px;
	height: 7px;
	border-radius: 3px;
	position: absolute;
	left: -3px;
	top: 11px;
}

.hero-section .hero-content ul li:first-child:before {
	display: none;
}

.hero-section .hero-content .btn {
	border: 1px solid #ffffff;
	font-weight: 400;
	background-color: transparent;
	border-radius: 0;
	text-transform: capitalize;
	padding: 11px 30px;
	line-height: normal;
}

.hero-section .hero-content .btn:hover {
	box-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 2px #fff;
}

.hero-section .hero-content p {
	margin: 0 0 20px;
	line-height: 28px;
	letter-spacing: 0.6px;
}

.hero-section .hero-content p:last-child {
	margin: 0;
}

.hero-section:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgb(0 0 0 / 48%);
	z-index: 9;
	width: 100%;
	height: 100%;
}

/*Footer
=============================*/
.footer-wrap {
	background: #050A1E;
	padding: 27px 0;
	position: relative;
}

.footer-wrap .wrapper {
	max-width: 1680px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.copyright {
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	color: #FFFFFF;
}

.foot-col {
	width: 25%;
	color: #939393;
	padding-top: 67px;
	padding-bottom: 30px;
	font-size: 16px;
}

.foot-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.foot-col ul li {
	display: block;
}

.foot-col ul li a {
	color: #939393;
}

.logo-section {
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.logo-section .ls-col {
	margin: 0 10px;
}

.logo-section .ls-col:first-child {
	margin-left: 0;
}

.logo-section .ls-col:last-child {
	margin-right: 0;
}

.logo-section .ls-col img {
	max-height: 30px;
}

.social-share {
	padding: 0;
}

.social-share-box {
	padding-top: 72px;
	padding-bottom: 68px;
	background: #171717;
}

.social-share-box ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	margin: 0 0 1.5em 0;
}

.social-share-box a {
	margin: 5px;
	font-size: 18px;
	color: #fff !important;
	transition: ease-in-out 0.25s color;
}

.social-share-box a:hover {
	color: #74bbcd;
}

.social-share-box span {
	color: #939393;
	display: block;
	text-align: center;
}

.footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

.footer-links ul li {
	margin: 0 6px;
}

.footer-links ul li a {
	font-size: 13px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	color: #c4c1c4;
	transition: ease-in-out 0.25s color;
}

.footer-links li:hover a,
.footer-links li.current-menu-item a {
	color: #fff;
	text-decoration: underline;
}

.footer-links ul li a img {
	display: block;
	margin: 0 auto;
}

.footer-link .footer-link-holder{
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.footer-link .footer-link-holder .footer-link-left{
	width: calc(30% - 20px);
}

.footer-link .footer-link-holder .footer-link-right{
	width: calc(70% - 20px);
	padding-top: 15px;
}

.footer-link .footer-logo{
	margin:0 0 34px;
}

.footer-social{
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.footer-social .footer-social-link{
	color: #fff;
	font-size: 26px;
	margin: 0 16px;
}

.footer-social .footer-social-link:first-child{
	margin-left: 0;
}
.footer-social .footer-social-link:right-child{
	margin-right: 0;
}

/**/
.footer-link{
	padding: 80px 0;
	/* background: #fff; */
	background: #080F28;
}
.footer-link .wrapper{
	max-width: 1440px;
}
.footer-link ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
    padding: 0;
    margin: 0;
}
.footer-link li{
	width: 20%;
}
.footer-link li a{
	color: #fff;
	font-weight: 700;
	font-size: 26px;
}
.footer-link ul ul{
	display: block;
	margin-top: 18px;
}
.footer-link ul ul li{
	width: 100%;
	margin-bottom: 15px;
}
.footer-link ul ul li a{
	font-size: 19px;
	color: #fff;
}

/**/
.two-columns-content-row {
	background-color: #fff;
	padding: 80px 0;
}

.two-columns-content-row .tccr-content {
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	font-size: 16px;
	color: #6b6b6b;
	margin: 0 -20px;
}

.two-columns-content-row .tccr-col {
	width: calc(33.33% - 40px);
	margin: 0 20px;
}

.two-columns-content-row .tccr-col .icon {
	width: 128px;
	margin: 0 auto 15px;
}

.two-columns-content-row h2 {
	color: #404040;
	font-size: 18px;
	text-transform: capitalize;
	margin: 0 0 14px;
	font-weight: 700;
}

.two-columns-content-row .tccr-title {
	text-align: center;
	margin: 0 0 46px;
	font-weight: 600;
	text-transform: uppercase;
}

.two-columns-content-row a {
	color: inherit;
	text-decoration: underline;
}

.two-columns-content-row a:hover {
	color: #404040;
}

.two-columns-content-row p {
	margin: 0 0 25px;
}

.two-columns-content-row p:last-child {
	margin: 0;
}

.two-columns-content-row ul,
.two-columns-content-row ol {
	padding: 0 0 0 23px;
	margin: 0 0 23px 0;
}

.two-columns-content-row ul:last-child,
.two-columns-content-row ol:last-child {
	margin: 0;
}

.two-columns-content-row ul li,
.two-columns-content-row ol li {
	margin: 0 0 10px;
	line-height: normal;
}

.two-columns-content-row ul li:last-child,
.two-columns-content-row ol li:last-child {
	margin: 0;
}

.custom-li-style ol {
	padding: 0;
	margin: 0 0 25px;
	list-style: none;
}

.custom-li-style ol:last-child {
	margin: 0;
}

.custom-li-style ol li {
	position: relative;
	counter-increment: li;
	padding: 0 0 0 40px;
	margin: 0 0 15px;
}

.custom-li-style ol li:last-child {
	margin: 0;
}

.custom-li-style ol li:before {
	content: counter(li);
	display: block;
	color: #fff;
	width: 30px;
	height: 30px;
	font-size: 16px;
	background-color: #69bbd0;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 30px;
}

.custom-li-style ul {
	padding: 0;
	margin: 0 0 25px;
	list-style: none;
}

.custom-li-style ul:last-child {
	margin: 0;
}

.custom-li-style ul li {
	position: relative;
	padding: 0 0 0 40px;
	margin: 0 0 15px;
}

.custom-li-style ul li:before {
	content: "✓";
	display: block;
	color: #fff;
	width: 30px;
	height: 30px;
	font-size: 16px;
	background-color: #69bbd0;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 30px;
}

.columns-content-row {
	padding: 100px 0;
	overflow: hidden;
}

.columns-content-row .wrapper {
	width: 950px;
}

.columns-content-row .ccr-head {
	text-align: center;
	font-size: 16px;
	margin: 0 0 25px;
}

.columns-content-row .ccr-head h2 {
	color: #404040;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 25px;
}

.columns-content-row .ccr-head p {
	margin: 0 0 25px;
	line-height: 24px;
}

.columns-content-row .ccr-head p:last-child {
	margin: 0;
}

.columns-content-row .ccr-content {
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 0 -25px;
}

.columns-content-row .ccr-content .ccr-col {
	width: calc(33.33% - 50px);
	margin: 25px;
}

.columns-content-row .ccr-col .ccr-col-icon {
	background-color: #68bcd1;
	width: 174px;
	height: 174px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 45px;
}

.columns-content-row .ccr-col .ccr-col-title {
	font-size: 17px;
	color: #404040;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 0 17px;
	margin: 0 0 11px;
	position: relative;
	text-align: center;
}

.columns-content-row .ccr-col .ccr-col-title:after {
	position: absolute;
	content: "";
	width: 75%;
	height: 2px;
	background-color: #e96656;
	bottom: 0;
	left: 12.5%;
}

.columns-content-row .ccr-col:nth-child(2) .ccr-col-title:after {
	background-color: #34d293;
}

.columns-content-row .ccr-col:nth-child(3) .ccr-col-title:after {
	background-color: #3ab0e2;
}

.columns-content-row .ccr-col .ccr-col-desc {
	font-size: 16px;
	color: #404040;
}

.columns-content-row .ccr-col .ccr-col-desc p {
	line-height: 24px;
	margin: 0 0 20px;
}

.columns-content-row .ccr-col .ccr-col-desc p:last-child {
	margin: 0;
}

.columns-content-row .ccr-col .ccr-col-desc p a {
	color: royalblue;
	text-decoration: none;
}

.image-with-content-row {
	padding: 100px 0;
}

.image-with-content-row .iwcr-head {
	text-align: center;
	margin: 0 0 50px;
}

.image-with-content-row .iwcr-head h2 {
	color: #404040;
	font-weight: 700;
	font-size: 45px;
	line-height: 1.3;
	text-transform: uppercase;
	margin: 0 0 25px;
}

.image-with-content-row .iwcr-head h2:last-child {
	margin: 0;
}

.image-with-content-row .iwcr-row {
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.image-with-content-row .iwcr-row .iwcr-row-image {
	width: calc(50% - 75px);
}

.image-with-content-row .iwcr-row .iwcr-row-desc {
	width: calc(50% - 75px);
}

.image-with-content-row .iwcr-row .iwcr-row-desc ul,
.image-with-content-row .iwcr-row .iwcr-row-desc ol,
.image-with-content-row .iwcr-row .iwcr-row-desc p {
	margin: 0 0 70px;
}

.image-with-content-row .iwcr-row .iwcr-row-desc ul:last-child,
.image-with-content-row .iwcr-row .iwcr-row-desc ol:last-child,
.image-with-content-row .iwcr-row .iwcr-row-desc p:last-child {
	margin: 0;
}

.contact-us-row{
	padding:80px 0;
}

.cur-content-holder{
	background-color: #080F28;
	background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
	border-radius: 50px;
	min-height: 398px;
	color: #FFFFFF;
	padding: 40px;
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

.contact-us-row .cur-head {
	text-align: center;
	font-size: 26px;
	color: inherit;
	margin: 0 0 27px;
}

.contact-us-row .cur-head:last-child {
	margin: 0;
}

.contact-us-row a {
	color: inherit;
	text-decoration: underline;
}

.contact-us-row .cur-head h2 {
	margin: 0 0 40px;
	color: inherit;
	font-weight: 600;
	font-size: 60px;
	line-height: 90px;
	text-transform: capitalize;
}

.contact-us-row .cur-head p {
	margin: 0 0 25px;
	line-height: 45px;
}

.contact-us-row .cur-head p:last-child {
	margin: 0;
}

.contact-us-row .cur-content h4 {
	font-size: 20px;
	margin: 0 0 32px;
	text-transform: capitalize;
	text-align: center;
	color: #404040;
	font-weight: 700;
}

.input-row {
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 0 20px;
	position: relative;
}

.input-row:last-child {
	margin: 65px 0 0;
}

.input-row label {
	display: block;
	font-size: 16px;
	margin: 0 0 10px;
	color: #404040;
	font-weight: 700;
	text-transform: capitalize;
}

.input-row label span {
	color: #969696;
}

.input-row br {
	display: none;
}

.input-row .wpcf7-spinner {
	position: absolute;
}

.input-row input[type="text"],
.input-row input[type="password"],
.input-row input[type="date"],
.input-row input[type="datetime"],
.input-row input[type="datetime-local"],
.input-row input[type="month"],
.input-row input[type="week"],
.input-row input[type="email"],
.input-row input[type="number"],
.input-row input[type="search"],
.input-row input[type="tel"],
.input-row input[type="time"],
.input-row input[type="url"],
.input-row textarea,
.input-row select {
	width: 100%;
	height: 47px;
	padding: 18px 22px 10px 22px;
	line-height: 17px;
	border: 1px solid #969696;
	border-radius: 0;
}

.input-row input[type="text"]:focus,
.input-row input[type="password"]:focus,
.input-row input[type="date"]:focus,
.input-row input[type="datetime"]:focus,
.input-row input[type="datetime-local"]:focus,
.input-row input[type="month"]:focus,
.input-row input[type="week"]:focus,
.input-row input[type="email"]:focus,
.input-row input[type="number"]:focus,
.input-row input[type="search"]:focus,
.input-row input[type="tel"]:focus,
.input-row input[type="time"]:focus,
.input-row input[type="url"]:focus,
.input-row textarea:focus,
.input-row select:focus {
	border: 2px solid #969696;
}

.input-row input[type="submit"] {
	background-color: #272727;
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	padding: 14px 45px 16px;
	border-radius: 0;
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	transition: ease-in-out all 0.25s;
	-webkit-transition: ease-in-out all 0.25s;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.input-row textarea {
	height: 100px;
	resize: none;
	overflow: auto;
}

.input-row .input-row-col {
	width: calc(50% - 8px);
	position: relative;
}

.woocommerce #review_form #respond p label {
	margin: 0;
	display: block;
}

p.comment-form-cookies-consent {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

input#wp-comment-cookies-consent {
	margin-right: 10px;
}

.input-row .input-row-col label {
	position: absolute;
	left: 22px;
	top: 14px;
	z-index: 10;
	font-size: 16px;
	color: #969696;
	line-height: normal;
	font-weight: 400;
	display: block;
	margin: 0;
	transition: top 0.3s ease;
	-webkit-transition: top 0.3s ease;
}

.input-row .input-row-col.focus label {
	position: absolute;
	left: 22px;
	top: 4px;
	font-size: 10px;
}

.input-row.full .input-row-col {
	width: 100%;
}

.input-row.last .input-row-col+.input-row-col {
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.default-page-row {
	font-size: 16px;
	letter-spacing: 0.4px;
	color: #707070;
}

.shop_table.woocommerce-checkout-review-order-table>thead {
	display: none;
}

.default-page-row h1,
.default-page-row h2,
.default-page-row h3,
.default-page-row h4,
.default-page-row h5,
.default-page-row h6 {
	margin: 0 0 20px;
	color: #404040;
}

.default-page-row h1,
.default-page-row h2 {
	margin: 0 0 40px;
}

.default-page-row h1 {
	font-size: 40px;
	margin: 0 0 20px 0px;
}

.default-page-row a {
	color: #353535;
	text-decoration: underline;
	font-weight: 700;
}

.default-page-row p {
	line-height: 28px;
	margin: 0 0 20px;
}

.default-page-row ul:not(.woocommerce-error) {
	padding: 0 0 0 23px;
	margin: 0 0 20px 0;
}

p.form-row.form-row-wide.create-account {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#showterms {
	margin-left: auto;
	cursor: pointer;
	font-size: 12px;
}

.default-page-row li {
	line-height: 28px;
	margin: 0 0 5px;
}

.default-page-row li:last-child {
	margin: 0;
}

.page-id-21 .default-page-row .wrapper,
.page-id-19 .default-page-row .wrapper,
.page-id-17 .default-page-row .wrapper,
.page-id-74 .default-page-row .wrapper,
.page-id-1919 .default-page-row .wrapper,
.page-id-805 .default-page-row .wrapper,
.page-id-812 .default-page-row .wrapper,
.page-id-720 .default-page-row .wrapper,
.page-id-409 .default-page-row .wrapper,
.page-id-4015 .default-page-row .wrapper,
.page-id-4110 .default-page-row .wrapper,
.page-id-4009 .default-page-row .wrapper,
.page-id-4103 .default-page-row .wrapper,
.page-id-817 .default-page-row .wrapper,
.page-id-726 .default-page-row .wrapper {
	max-width: 760px;
}

.page-id-409 .default-page-row .wrapper h1.page-title,
.page-id-4015 .default-page-row .wrapper h1.page-title,
.page-id-4110 .default-page-row .wrapper h1.page-title {
	display: none;
}

.cart-count-bubble {
	position: absolute;
	background-color: #272727;
	color: #fff;
	height: 1rem;
	width: 1rem;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	bottom: 8px;
	left: 25px;
	line-height: 100%;
}

a.added_to_cart.wc-forward,
#cfw-cart-summary.cfw-blocked #cfw-totals-list tr:after,
#cfw-cart-summary.cfw-blocked .cfw-cart-item-title:after {
	visibility: hidden;
}

#cfw-cart-summary.cfw-blocked .cfw-cart-item-data:after,
#cfw-cart-summary.cfw-blocked .cfw-cart-item-image-wrap:after,
#cfw-cart-summary.cfw-blocked .cfw-cart-item-subtotal span:after,
#cfw-cart-summary.cfw-blocked .cfw-edit-item-quantity-control-wrap:after,
#cfw-cart-summary.cfw-blocked .cfw-items-summary-item-discount:after,
#cfw-cart-summary.cfw-blocked .cfw-promo-row>div> :after {
	animation: shimmer 2s linear infinite;
	background: var(--cfw-loading-shimmer-gradient);
	background-size: 1000px 100%;
	border-radius: 5px;
	bottom: 0;
	content: " ";
	display: var(--cfw-loading-shimmer-display-mode);
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10000;
	visibility: hidden;
}

.default-page-row h1 {
	text-transform: capitalize;
}

.default-page-row,
.woocommerce-row {
	padding: 0;
	color: #404040;
}

.default-page-row .entry-header .entry-title {
	position: relative;
	font-size: 20px;
	line-height: 22px;
	color: #404040;
	text-transform: capitalize;
}

.default-page-row .entry-header .entry-title:after {
	content: "";
	width: 115px;
	height: 2px;
	background-color: #74bbcd;
	display: block;
	margin-top: 7px;
}

form.checkout.woocommerce-checkout {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

form.checkout.woocommerce-checkout.processing {
	opacity: 0.5;
	background-image: url(images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.woocommerce table.shop_table td {
	border-top: 0;
}

td.product-name {
	white-space: nowrap;
}

.ui-datepicker {
	font-size: 12px;
	background-color: #fff;
	padding: 10px;
}

h3#order_review_heading {
	display: none;
}

.woocommerce table.shop_table {
	border: 0;
	font-size: 14px;
}

div#customer_details {
	width: 48%;
}

.float-start {
	width: 48%;
	position: relative;
}

#order_review {
	width: 100% !important;
	max-width: 787px;
}

.quantity {
	display: flex;
	flex-wrap: nowrap;
}

input.minus,
input.plus {
	border: 0 !important;
	line-height: normal !important;
	font-weight: 700 !important;
	background-color: #272727 !important;
	color: #fff !important;
	border-radius: 0 !important;
	margin: 0 !important;
	padding: 13px 20px !important;
	cursor: pointer !important;
}

.woocommerce .cart_totals a.checkout-button:hover {
	background-color: #272727;
	opacity: 0.95;
}

input#smntcswcb {
	border-radius: 0;
}

.woocommerce .cart_totals a.checkout-button,
.woocommerce .coupon .button,
.woocommerce .woocommerce-cart-form button[name="update_cart"],
.woocommerce .woocommerce-cart-form button[name="update_cart"]:disabled,
.woocommerce .form-row.place-order button[name="woocommerce_checkout_place_order"],
.woocommerce .woocommerce-message .button,
.woocommerce-account .woocommerce-form.woocommerce-form-login button.woocommerce-form-login__submit,
.woocommerce-cart .return-to-shop .button,
.woocommerce .woocommerce-EditAccountForm button,
.woocommerce-account .woocommerce-MyAccount-content .edit,
.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-checkout .checkout_coupon .button {
	text-align: center;
	text-transform: uppercase;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
	border: none;
	background: #272727;
	color: #fff;
}

.woocommerce .cart_totals a.checkout-button:hover,
.woocommerce .coupon .button:hover,
.woocommerce .woocommerce-cart-form button[name="update_cart"]:hover,
.woocommerce .form-row.place-order button[name="woocommerce_checkout_place_order"]:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-account .woocommerce-form.woocommerce-form-login button.woocommerce-form-login__submit:hover,
.woocommerce-cart .return-to-shop .button:hover,
.woocommerce .woocommerce-EditAccountForm button:hover,
.woocommerce-account .woocommerce-MyAccount-content .edit:hover,
.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-checkout .checkout_coupon .button:hover {
	color: #fff;
	background-color: #272727;
	opacity: 0.95;
}

.woocommerce .woocommerce-EditAccountForm fieldset {
	margin-bottom: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content .button {
	margin-top: 10px;
}

.woocommerce .woocommerce-additional-fields #order_comments {
	min-height: 150px;
}

.woocommerce .coupon #coupon_code {
	min-width: 200px;
	min-height: 40px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-top-color: rgb(73, 78, 80);
	background-color: rgb(73, 78, 80);
	border-radius: 3px;
	color: #fff;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
	color: #fff;
	text-decoration: underline;
	font-weight: 500;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
	color: #fff;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 100px;
}

div.small {
	line-height: 22px;
	font-size: 14px;
	display: none;
}

div.small li {
	line-height: normal;
	margin: 15px 0 15px;
}

.woocommerce .woocommerce-error li {
	margin-bottom: 5px;
	line-height: normal;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 44px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #e96656;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	margin: 0 0 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	font-weight: 400;
	display: inline-block;
	border-bottom: 2px solid transparent;
	font-size: 20px;
	letter-spacing: 2px;
	color: #242424;
	text-transform: uppercase;
	padding: 0 0 4px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	color: #db3934;
	border-bottom-color: #e96656;
}

.woocommerce-account .woocommerce-MyAccount-content a,
.woocommerce-account .woocommerce-form.woocommerce-form-login a {
	color: #bc3b37;
	text-decoration: underline;
	font-weight: 500;
}

.woocommerce .blockUI.blockOverlay {
	/* display: none !important; */
}

.woocommerce-account .woocommerce-form.woocommerce-form-login {
	max-width: 600px;
}

.woocommerce-account .woocommerce-notices-wrapper+h2 {
	margin: 0 0 20px;
	font-size: 40px;
}

.woocommerce-row .woocommerce-products-header .woocommerce-products-header__title.page-title {
	position: relative;
	font-size: 52px;
	line-height: 22px;
	color: #404040;
	text-transform: capitalize;
}

.woocommerce-row .woocommerce-result-count {
	color: #404040;
	margin: 10px 0;
}

.woocommerce-row .woocommerce-ordering {
	margin: 0;
}

.woocommerce-row .woocommerce-ordering select {
	padding: 12px 15px 12px 10px;
	color: #a0a0a0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
}

.woocommerce-row ul.products li.product {
	position: relative;
}

.woocommerce-row ul.products li.product .woocommerce-loop-product__title {
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #272727;
	text-transform: capitalize;
	margin: 0;
	padding: 0;
}

.woocommerce-row ul.products li.product .price {
	font-family: "Montserrat", Helvetica, sans-serif;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	margin: 0 0 27px;
}

.woocommerce-row ul.products li.product .btn {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 20px 10px 20px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
}

.woocommerce-row .summary .product_title {
	position: relative;
	font-size: 20px;
	line-height: 22px;
	color: #404040;
	text-transform: capitalize;
	margin: 0 0 25px;
}

.woocommerce-row .summary .product_title:after {
	content: "";
	width: 47px;
	height: 2px;
	background-color: #74bbcd;
	display: block;
	margin-top: 7px;
}

.woocommerce-row div.summary p.price {
	color: #404040;
	margin: 0 0 27px;
	font-size: 16px;
}

.woocommerce-row div.summary .woocommerce-product-details__short-description {
	color: #404040;
	font-size: 16px;
	margin: 0 0 25px;
}

.woocommerce ul#shipping_method li {
	white-space: nowrap;
	font-weight: normal;
	font-size: 13px;
}

.woocommerce-row div.summary .woocommerce-product-details__short-description p {
	margin: 0 0 27px;
	line-height: 26px;
}

.woocommerce-row div.summary .woocommerce-product-details__short-description p a {
	font-weight: 700;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	margin: 0 0 15px;
	padding: 10px 20px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	font-size: 14px;
}

.woocommerce-privacy-policy-text p {
	font-size: 14px;
	line-height: 22px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: transparent;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background-color: #f9f9f9;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	width: 100%;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #d9d9d9;
}

.woocommerce-row div.summary .woocommerce-product-details__short-description h1,
.woocommerce-row div.summary .woocommerce-product-details__short-description h2,
.woocommerce-row div.summary .woocommerce-product-details__short-description h3,
.woocommerce-row div.summary .woocommerce-product-details__short-description h4,
.woocommerce-row div.summary .woocommerce-product-details__short-description h5,
.woocommerce-row div.summary .woocommerce-product-details__short-description h6 {
	margin: 0 0 27px;
}

.woocommerce-row div.summary .woocommerce-product-details__short-description p:last-child,
.woocommerce-row div.summary .woocommerce-product-details__short-description h1:last-child,
.woocommerce-row div.summary .woocommerce-product-details__short-description h2:last-child,
.woocommerce-row div.summary .woocommerce-product-details__short-description h3:last-child,
.woocommerce-row div.summary .woocommerce-product-details__short-description h4:last-child,
.woocommerce-row div.summary .woocommerce-product-details__short-description h5:last-child,
.woocommerce-row div.summary .woocommerce-product-details__short-description h6:last-child {
	margin: 0;
}

.woocommerce-row .woocommerce-product-gallery .slick-arrow {
	opacity: 0;
}

.woocommerce-row div.woocommerce-product-gallery div.wpgs-for img {
	height: 498px !important;
	object-fit: contain;
	object-position: center center;
}

.woocommerce-row div.product div.summary {
	width: 40%;
}

.woocommerce div.product form.cart {
	display: block;
}

.woocommerce-row div.summary .single_add_to_cart_button {
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 17px 35px 16px 35px;
	border-radius: 0px;
	border: none;
	background: #272727;
	color: #fff;
	margin-top: 0px;
}

.woocommerce-row div.summary .single_add_to_cart_button:hover {
	color: #fff;
	background-color: #272727;
}

.woocommerce-row div.product .woocommerce-tabs {
	padding-top: 50px;
}

.woocommerce-row div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

.woocommerce-row div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 2px solid #ccc;
}

.woocommerce-row div.product .woocommerce-tabs ul.tabs li {
	font-size: 18px;
	color: #515151;
	background: none;
	border: 0;
	position: relative;
}

.woocommerce-row div.product .woocommerce-tabs ul.tabs li a {
	color: #515151;
	padding: 10px 5px;
}

.woocommerce-row div.product .woocommerce-tabs ul.tabs li.active {
	background: none;
}

.woocommerce-row div.product .woocommerce-tabs ul.tabs li.active a {
	color: #515151;
}

.woocommerce-row div.product .woocommerce-tabs ul.tabs li.active a:after {
	content: "";
	background-color: #e96656;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.woocommerce-row div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-row div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}

.woocommerce-row div.product .woocommerce-tabs .panel {
	padding: 33px 0;
	font-size: 16px;
	color: #404040;
}

.woocommerce-row div.product .woocommerce-tabs .panel h1,
.woocommerce-row div.product .woocommerce-tabs .panel h2,
.woocommerce-row div.product .woocommerce-tabs .panel h3,
.woocommerce-row div.product .woocommerce-tabs .panel h4,
.woocommerce-row div.product .woocommerce-tabs .panel h5,
.woocommerce-row div.product .woocommerce-tabs .panel h6 {
	margin: 0 0 16px;
	color: #404040;
	font-weight: 700;
}

.woocommerce-row div.product .woocommerce-tabs .panel h1:last-child,
.woocommerce-row div.product .woocommerce-tabs .panel h2:last-child,
.woocommerce-row div.product .woocommerce-tabs .panel h3:last-child,
.woocommerce-row div.product .woocommerce-tabs .panel h4:last-child,
.woocommerce-row div.product .woocommerce-tabs .panel h5:last-child,
.woocommerce-row div.product .woocommerce-tabs .panel h6:last-child {
	margin: 0;
}

.woocommerce-row div.product .woocommerce-tabs .panel p {
	margin: 0 0 25px;
}

.woocommerce-row div.product .woocommerce-tabs .panel p:last-child {
	margin: 0;
}

.woocommerce-row div.product .woocommerce-tabs .panel ul {
	padding: 0 0 0 23px;
	margin: 0 0 16px;
}

.woocommerce-row div.product .woocommerce-tabs .panel ul:last-child {
	margin: 0;
}

.woocommerce-row div.product .woocommerce-tabs .panel ul li {
	margin: 0 0 5px;
}

.woocommerce-row div.product .woocommerce-tabs .panel ul li:last-child {
	margin: 0;
}

.woocommerce-row .woocommerce-result-count {
	color: #404040;
	margin: 10px 0;
}

.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message {
	background-color: #444444;
	border-top-color: #444444;
}

.woocommerce-cart .button[name="update_cart"] {
	font-weight: 400;
	opacity: 1 !important;
}

.woocommerce-cart .button[name="update_cart"]:hover {
	background-color: #4e8d9e;
	color: #fff;
}

.woocommerce-cart .return-to-shop {
	margin-top: 50px;
}

.woocommerce-cart .cart_totals h2 {
	font-size: 26px;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 700;
	margin: 0 0 16px;
}

.woocommerce-cart .cart_totals th {
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	font-size: 16px;
}

.woocommerce-cart .cart_totals td {
	font-family: "Lato", sans-serif;
	font-size: 16px;
}

.woocommerce-cart div.cart_totals a.checkout-button {
	font-size: 14px;
	font-family: "Lato", sans-serif;
}

.woocommerce-checkout .order_review_heading {
	text-transform: uppercase;
	font-weight: 400;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table tfoot th,
strong.product-quantity,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
span.woocommerce-Price-amount.amount {
	font-weight: 400;
}

.woocommerce-cart table.cart th {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #ccc;
}

.woocommerce-cart table.cart td {
	font-size: 16px;
	font-family: "Lato", sans-serif;
}

.woocommerce-cart table.cart td.product-name {
	text-transform: capitalize;
}

.woocommerce-cart table.cart .product-name a {
	color: #404040;
}

.woocommerce-cart table.cart button[name="update_cart"] {
	font-size: 12px;
	font-weight: 700;
	padding: 10px 35px 10px 35px;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
	width: 100%;
	float: none;
}

.woocommerce-checkout .woocommerce-additional-fields h3 {
	font-size: 14px;
}

.woocommerce-checkout form .form-row label,
.woocommerce-checkout h1 {
	font-size: 12px;
}

.woocommerce-checkout h1,
#billing_country_field > label,
#billing_company_field > label,
#billing_phone_field > label {
	display: none;
}

p#billing_flight_date_field>label,
p#billing_ofac_category_field>label,
p#insurance_options_field>label {
	display: block;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
	border-radius: 5px;
	border-color: #d9d9d9;
	font-size: 14px;
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
	padding: 10px 5px;
	font-size: 14px;
	appearance: none;
	-webkit-appearance: none;
}

#billing_country_field,
#billing_state_field,
#passport_nationality_field,
#insurance_options_field {
	position: relative;
}

#billing_country_field::after,
#billing_state_field::after,
#passport_nationality_field::after,
#insurance_options_field::after {
	position: absolute;
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f107";
	top: 10px;
	right: 15px;
}

#passport_nationality_field::after,
#insurance_options_field::after {
	top: auto;
	bottom: 10px;
}

p#billing_city_field,
p#billing_state_field,
p#billing_postcode_field {
	width: 33%;
	float: left;
	clear: none;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 49%;
	overflow: visible;
}

.woocommerce-checkout .woocommerce-additional-fields #order_comments {
	min-height: 64px;
}

.woocommerce-checkout .woocommerce-additional-fields label[for="order_comments"] {
	display: block;
	text-indent: -9999px;
}

.woocommerce-checkout .woocommerce-additional-fields label[for="order_comments"] span {
	display: block;
	text-indent: 0;
}

.woocommerce-checkout h3#order_review_heading {
	font-family: "Lato", sans-serif;
	font-size: 24px;
	margin: 0 0 10px;
	font-weight: 400;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper+button#place_order[name="woocommerce_checkout_place_order"] {
	width: 100%;
	font-size: 12px;
	background-color: #1777b7;
}

.woocommerce-checkout h3#ship-to-different-address {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.woocommerce-checkout h3#ship-to-different-address #ship-to-different-address-checkbox {
	margin-right: 8px;
}

.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-account-fields {
	margin-top: 20px;
}

.woocommerce-checkout .woocommerce-billing-fields h3:first-child {
	margin-top: 0;
	margin-bottom: 10px;
}

.woocommerce-billing-fields__field-wrapper {
    overflow: hidden;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
	font-size: 24px;
	font-weight: 400;
	margin: 20px 0 10px;
	font-family: "Lato", sans-serif;
}

.landing-content-row {
	padding: 80px 0;
	font-size: 16px;
	color: #707070;
}

.landing-content-row .lcr-content-holder{
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.landing-content-row .lcr-content-holder .lcr-content{
	width: calc(50% - 53px);
	flex-direction: column;
	-webkit-flex-direction: column;
    justify-content: flex-start;
	-webkit-justify-content: flex-start;
	font-size: 22px;
	color: #333333;
}

.landing-content-row .lcr-content-holder .lcr-content h2{
	text-align: left;
	color: #080F28;
	font-size: 60px;
	line-height: 70px;
	font-weight: 600;
	margin: 0 0 30px;
}

.landing-content-row .lcr-content-holder .lcr-content .lcr-col{
	width: 100%;
}

.landing-content-row .lcr-content-holder .lcr-content-image{
	width: calc(50% - 53px);
}

.landing-content-row a {
	color: #707070;
	text-decoration: underline;
}

.landing-content-row h2 {
	color: #404040;
	font-size: 40px;
	margin: 0 0 45px;
	text-align: center;
	text-transform: uppercase;
	line-height: normal;
	text-transform: capitalize;
}

.landing-content-row .lcr-content {
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.landing-content-row .lcr-content p {
	line-height: 37px;
	margin: 0 0 16px;
}



.landing-content-row .lcr-content ol {
	padding: 0 0 0 23px;
	margin: 0 0 20px;
}

.landing-content-row .lcr-content ol li {
	margin: 0 0 5px;
	letter-spacing: 0.6px;
	line-height: 28px;
}

.landing-content-row .lcr-content ol li:last-child {
	margin: 0;
}

.landing-content-row .lcr-content ul{
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}

.landing-content-row .lcr-content ul:last-child{
	margin: 0;
}

.landing-content-row .lcr-content ul li{
	padding: 0 0 0 50px;
	margin: 0 0 16px;
	line-height: 37px;
	position: relative;
}

.landing-content-row .lcr-content ul li:last-child{
	margin: 0;
}

.landing-content-row .lcr-content ul li:before{
	content: '\f00c';
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
	background-color:#266ae1;
	color: #fff;
	font-size: 15px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 2px;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}




.landing-content-row .lcr-content .lcr-col {
	width: calc(50% - 20px);
}

.landing-information-row {
	padding: 90px 0;
	font-size: 22px;
	color: #707070;
}

.landing-information-row .mobile-map{
	display: none;
	margin: 0 0 20px;
}

.landing-information-row .mobile-map iframe{
	width: 100%;
	height: 350px;
	
}

.landing-information-row a {
	color: #353535;
	text-decoration: underline;
}

.landing-information-row a:hover {
	color: #121212;
}

.landing-information-row .wrapper {
	
}

.landing-information-row .lir-content{
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}

.landing-information-row.reverse .lir-content{
	flex-direction: row;
	-webkit-flex-direction: row;
}

.landing-information-row .lir-content .lir-main{
	width: calc(50% - 60px);
}

.landing-information-row .lir-content .lir-image{
	width: calc(50% - 60px);
	position: relative;
}

.landing-information-row .lir-content .lir-image .lir-image-link{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.landing-information-row .lir-content .lir-image img,.landing-information-row .lir-content .lir-image iframe{
	width: 100%;
	outline: 0;
}

.landing-information-row .lir-content .lir-image iframe{
	height: 350px;
}

.landing-information-row .lir-content .lir-image.two-column-image .lir-image-col:first-child{
	margin: 0 0 20px;
}


.landing-information-row h2 {
	font-size: 60px;
	color: #080F28;
	font-weight: 600;
	line-height: 90px;
	margin: 0 0 50px 0;
}

.landing-information-row p {
	margin: 0 0 45px;
	line-height: 35px;
}

.landing-information-row p:last-child {
	margin: 0;
}

.landing-information-row.background {
	background-color: #F4F6FA;
}

.landing-information-row.background .wrapper {
	
}

.landing-information-row.background h2 {
	margin: 0 0 20px;
}

.accordion-content-row {
	padding: 60px 0;
}

.accordion-content-row .wrapper {
	
}

.accordion-content-row h1 {
	font-size: 52px;
	margin: 0 0 70px;
	color: #404040;
	text-transform: uppercase;
}

.accordion-content-row .acr-head{
	text-align: center;
	margin: 0 0 98px;
}

.accordion-content-row .acr-head h2,
.accordion-content-row .acr-head h3{
	font-size: 60px;
	font-weight: 600;
	margin: 0 0 16px;
	color: #080F28;
}

.accordion-content-row .acr-head h2:last-child,
.accordion-content-row .acr-head h3:last-child{
	margin: 0;
}



.accordion-content-row .acr-title {
	background-color: #9dd6ff;
	position: relative;
	padding: 26px 60px 26px 30px;
	font-size: 24px;
	line-height: normal;
	font-weight: 600;
	color: #080f6f;
	border-radius: 13px;
	cursor: pointer;
	box-shadow: 0 5px 10px #0000002e;
	
}

.accordion-content-row .acr-row{
	margin: 0 0 33px;
}

.accordion-content-row .acr-title:after{
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: "\2b";
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 26px;
}

.accordion-content-row .acr-title:hover {
}

.accordion-content-row .acr-title.active {
	box-shadow: none;
}

.accordion-content-row .acr-title.active:after{
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: "\f068";
}

.accordion-content-row .acr-title .acr-title-icon {
	width: 22px;
	position: absolute;
	left: 0;
	top: 14px;
}

.accordion-content-row .acr-title .acr-title-arrow {
	width: 12px;
	position: absolute;
	right: 15px;
	top: 11px;
}

.accordion-content-row .acr-title.active .acr-title-arrow {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.accordion-content-row .acr-desc {
	background-color: #f0f6ff;
	padding: 42px 30px 30px;
	font-size: 22px;
	border-radius: 13px;
	display: none;
	margin-top: -12px;
	box-shadow: 0 3px 3px #0000002e;
	clear: both;
	overflow: hidden;
}

.accordion-content-row .acr-desc .acr-desc-image{
	width: 150px;
	float: left;
	margin: 0 15px 15px 0;
}
.accordion-content-row .acr-desc .acr-desc-image img{
	width: auto;
	height: auto;
}

.accordion-content-row .acr-desc ul {
	padding: 0 0 0 23px;
	margin: 0 0 20px;
}

.accordion-content-row .acr-desc li {
	line-height: 28px;
	margin: 0 0 5px;
}

.accordion-content-row .acr-desc li:last-child {
	margin: 0;
}

.accordion-content-row .acr-desc ul:last-child {
	margin: 0;
}

.accordion-content-row .acr-desc p {
	line-height: 35px;
	margin: 0 0 20px;
}

.accordion-content-row .acr-desc p:last-child {
	margin: 0;
}

.accordion-content-row .acr-desc ol{
	padding: 0 0 0 23px;
	margin: 0 0 16px 0;
}

.accordion-content-row .acr-desc ol li{
	margin: 0 0 7px;
}

.accordion-content-row .acr-desc ol li:last-child{
	margin: 0;
}

.accordion-content-row .acr-desc ol:last-child{
	margin: 0;
}

.accordion-content-row .acr-desc ul{
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}

.accordion-content-row .acr-desc ul:last-child{
	margin: 0;
}

.accordion-content-row .acr-desc ul li{
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 16px;
}

.accordion-content-row .acr-desc ul li:last-child{
	margin: 0;
}

.accordion-content-row .acr-desc ul li:before{
	content: '';
	background-color: #266ae1;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 9px;
}

.accordion-content-row  .acr-main{
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin: 0 -23px;
}

.accordion-content-row  .acr-main-col{
	width: calc(50% - 46px);
	margin: 0 23px;
}

.accordion-content-row.change-theme{
	padding: 85px 0;
}

.accordion-content-row.change-theme .acr-desc{
	color: #606267;
}

html,
body {
	height: 100%;
	margin: 0;
}

.wrap {
	min-height: 100%;

	/* Equal to height of footer */
	/* But also accounting for potential margin-bottom of last child */
	margin-bottom: -125px;
}

.footer,
.push {
	height: 125px;
}

.slide-menu {
	position: fixed;
	width: 100%;
	max-width: 100%;
	height: 100vh;
	top: 103px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-sizing: border-box;
	transform: translateX(100%);
	overflow-y: auto;
	z-index: 1000;
	background-color: #fff;
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
}

.slide-menu,
.slide-menu .slide-menu__slider {
	transition: transform 0.3s ease-in-out;
	will-change: transform;
}

.slide-menu .slide-menu__slider {
	width: 100%;
	transform: translateX(0);
}

.slide-menu ul {
	position: relative;
	width: 100%;
	margin: 0;
	padding-left: 0;
	list-style: none;
	padding: 30px;
}

.slide-menu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
}

.slide-menu ul a {
	display: block;
	color: #272727;
	font-size: 20px;
	padding: 9px 0px;
	font-weight: 500;
}
.slide-menu li.menu-item-has-children > a{
	position: relative;
}
.slide-menu li.menu-item-has-children > a:after{
	content: '\f054';
	font-family: "Font Awesome 6 Pro";
	font-size: 15px;
	position: absolute;
	right: -18px;
	top: 50%;
	margin-top: -13px;
	font-weight: 900;
}
.slide-menu ul a.slide-menu__backlink{
	position: relative;
}
.slide-menu ul a.slide-menu__backlink:before{
	content:'\f053';
	font-family: "Font Awesome 6 Pro";
	font-size: 15px;
	position:absolute;
	left:-18px;
	top: 50%;
	margin-top: -13px;
	font-weight: 900;
}

.slide-menu a {
	cursor: pointer;
}

.hamburger .line {
	width: 35px;
	height: 3px;
	background-color: #ccc;
	display: block;
	margin: 8px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hamburger:hover {
	cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2) {
	opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	-o-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	-o-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}

.hamburger.slide-menu__control {
	display: none;
}

body.is-active,
html.is-active {
	overflow: hidden;
}


/*three_column_with_icon
==================================*/
.three_column_with_icon {
	padding: 53px 20px 66px;
	font-size: 16px;
	color: #333;
	background: #ffffff;
}

.three_column_with_icon .sub{
	color: #266AE1;
	font-size: 28px;
	margin: 0 0 18px;
}

.three_column_with_icon .sub p{
	margin: 0;
}

.three_column_with_icon .sub p:last-child{
	margin: 0;
}

.three_column_with_icon h2 {
	color: #111;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 60px;
	margin: 0 0 45px;
	text-align: center;
	line-height: normal;
}
.sub{
	margin-bottom: 5px;
	text-align: center;
	text-transform: capitalize;
	font-weight: 700;
}
.tcwi-icon-row{
	display: flex;
	flex-wrap: wrap;
	font-size: 22px;
	color: #333333;
	position: relative;
}

.tcwi-icon-row:before,.tcwi-icon-row:after{
	content: '';
	background-color: #13B7FF;
	width: 28px;
	height: 28px;
	border-radius: 14px;
	position: absolute;
	top: 29px;
    z-index: 11;
}

.tcwi-icon-row:before{
	left: 0;
}

.tcwi-icon-row:after{
	right: 0;
}

.three_column_with_icon.tcwi-change .tcwi-icon-row:before{
	display: none;
}

.three_column_with_icon.tcwi-change .tcwi-icon-row:after{
	display: none;
}

.three_column_with_icon.tcwi-change .tcwi-icon-row .tcwi-icon-col:nth-child(1):first-child:before,
.three_column_with_icon.tcwi-change .tcwi-icon-row .tcwi-icon-col:nth-child(3):last-child:after{
	display: none;
}

.three_column_with_icon.tcwi-change .tcwi-icon-row .tcwi-icon-col:before,
.three_column_with_icon.tcwi-change .tcwi-icon-row .tcwi-icon-col:after{
	width: 50%;
	z-index: -1;
}

.three_column_with_icon.tcwi-change .tcwi-icon-row{
	margin: 0 -23px;
}

.three_column_with_icon.tcwi-change .tcwi-icon-row .tcwi-icon-col{
	padding: 0 23px;
}

.three_column_with_icon.tcwi-change .tcwi-icon-row .tcwi-icon-col .tcwi-no{
	background:radial-gradient(closest-side at 25% 23%, #13B7FF 0%, #266AE1 100%);
	width: 107px;
	height: 107px;
	border-radius:50%;
	font-size: 36px;
	color: #FFFFFF;
	box-shadow: none;
	margin:0 auto 42px;
}

.three_column_with_icon.tcwi-change .tcwi-icon-row .tcwi-icon-col .tcwi-icon-col-inner{
	min-height: 303px;
	background-color:#FFFFFF;
	box-shadow: 0px 10px 25px #0C337933;
	padding: 38px;
	text-align: center;
}

.three_column_with_icon.tcwi-change .tcwi-icon-row .tcwi-icon-col .tcwi-icon-col-inner .tcwi-image{
	margin: 0 0 30px;
}

.three_column_with_icon.tcwi-change .tcwi-icon-row .tcwi-icon-col .tcwi-icon-col-inner .tcwi-image img{
	height: 73px;
}





.tcwi-icon-col {
	width: 33.33%;
    padding: 0;
    position: relative;
    padding:0 45px;
	z-index: 10;
}


.tcwi-icon-col:after,.tcwi-icon-col:before{
	content: '';
	width: calc(50% - 112px);
	border-bottom: 1px dashed #989898;
	position: absolute;
	top: 42px;
	z-index: 9;
	letter-spacing: 0.91px;
}

.tcwi-icon-col:before{
	left: 0;
}

.tcwi-icon-col:after{
	right: 0;
}

.tcwi-image{
	margin: 0 0 48px;
}
.tcwi-image img{
	display: block;
	width: auto;
	height: 156px;
	margin: 0 auto;
	object-fit: contain;
	object-position: center center;
}
.tcwi-content{
	color: #112d51;
}

.tcwi-icon-col ul{
	padding:0;
	margin: 0;
	list-style: none;
}
.tcwi-icon-col ul li{
	line-height: 33px;
	margin-bottom: 25px;
	position: relative;
	padding: 0 0 0 36px;
}

.tcwi-icon-col ul li:before{
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 8px;
	border:3px solid #13B7FF;
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
}

.tcwi-icon-col h3 {
	font-weight: 600;
	font-size: 29px;
	color: #080F28;
	margin: 0 0 31px;
}

.tcwi-icon-col span {
	background-color: #fff;
	color: #13B7FF;
	width: 87px;
    height: 87px;
	text-align: center;
	display: block;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	box-shadow: 0px 10px 25px #0C337929;
	font-size: 32px;
	position: relative;
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content: center;
	-webkit-justify-content: center;
	border-radius: 7px;
	margin: 0 auto 71px;
	
}



.tcwi-icon-col p{
	margin-bottom: 18px;
}
.tcwi-icon-col p a {
	text-decoration: underline;
	color: #19437a;
}

/* .tcwi-icon-col:after {
	content: "";
	position: absolute;
	overflow: hidden;
	display: inline-block;
	font-size: 12px;
	width: 4em;
	height: 4em;
	margin-top: -10px;
	top: 50%;
	right: 30px;
	z-index: 9;

	border-top: 4px solid #9199B0;
	border-right: 4px solid #9199B0;
	transform: rotate(54deg) skew(20deg) translateY(-50%);
	right: 20px;
}

.tcwi-icon-col:last-child:after {
	display: none;
} */



/**/
.irc-nav{
	margin-bottom: 40px;
}
.irc-nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #112d514f;
}
.irc-nav ul li{
	display: block;
	text-align: center;
	padding: 12px 15px;
	cursor: pointer;
	font-size: 17px;
	font-weight: 400;
	color: #204b83;
	margin-bottom: -1px;
	transition: ease-in-out .25s color, ease-in-out .25s font-weight;
}
.irc-nav ul li.current{
	color: #112d51;
	font-weight: 700;
	border-bottom: 1px solid #112d51;
}


.image-content-row{
	border-radius: 50px;
	padding: 60px 20px;
	max-width: 1680px;
	margin: 0 auto 60px;
}

.image-content-row .wrapper{
	max-width: none;
	padding: 0;
}

.image-content-row .icr-content {
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: center;
	-webkit-justify-content:center;
	padding: 0 50px;
	margin: 0 -25px;
}
.icr-content-box{
	background-color: #FFFFFF;
	width: calc(50% - 50px);
	box-shadow: 0px 10px 25px #0C337933;
	margin: 0 25px;
	border-radius: 20px;
	position: relative;
}

.image-content-row .icr-content .icr-content-image {
	max-width: 600px;
	/*height: 306px;*/
	margin: 0 auto -99px;
	position: relative;
	top: -99px;
	
}

.image-content-row .icr-content .icr-content-image img {
	width: 100%;
	border-radius: 10px;
	height: inherit;
	object-fit: cover;
	object-position: center center;
	
	
}

.pink-color{
	color: #EC79B5;
}
.green-color{
	color: #6DAF4C;
}

.image-content-row .icr-content .icr-content-desc {
	padding: 26px 45px 80px;
	text-align: center;
	font-size: 22px;
	color: #656565;
	position: relative;
}

.image-content-row .icr-content .icr-content-desc h4 {
	font-size: 44px;
	line-height: normal;
	color: #080F28;
	font-weight: 600;
	margin: 0 0 34px;
}

.image-content-row .icr-content .icr-content-desc h4 .green-color,
.image-content-row .icr-content .icr-content-desc h4 .pink-color{
	font-size: 48px;
	line-height: 72px;
	display: block;
}

.image-content-row .icr-content .icr-content-desc p {
	line-height: 30px;
	margin: 0 0 20px;
}

.image-content-row .icr-content .icr-content-desc p:last-child{
	margin: 0;
}

.image-content-row .icr-content .icr-content-desc ul,
.image-content-row .icr-content .icr-content-desc ol {
	padding: 0 0 0 23px;
	margin: 0 0 20px 0;
}

.image-content-row .icr-content .icr-content-desc ul li,
.image-content-row .icr-content .icr-content-desc ol li {
	margin: 0 0 7px;

}

.image-content-row .icr-content .icr-content-desc ul li:last-child,
.image-content-row .icr-content .icr-content-desc ol li:last-child {
	margin: 0;
}

.image-content-row .icr-content .btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: -35px;
	font-size: 18px;
}

.image-content-row .icr-content .btn{
	min-width: 330px;   
}

.estimator-content-row {
	padding: 80px 0;
}

.estimator-content-row .ecr-head {
	text-align: center;
	margin: 0 0 20px;

}

.estimator-content-row .ecr-head h1 {
	color: #3d4246;
	margin: 0 0 25px;
	font-size: 35px;
	text-transform: capitalize;
	font-weight: 700;
}

.estimator-content-row .ecr-head p {
	margin: 0 0 17px;
}

.estimator-content-row .ecr-head p:last-child {
	margin: 0;
}

.estimator-content-row .ecr-content {
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.estimator-content-row .ecr-content .ecr-col {
	background-color: #9DD6FF;
	border-radius: 30px;
	padding: 35px;
	width: calc(50% - 23px);
}

.estimator-content-row .ecr-content table {
	text-align: left;
	color: #3d4246;
}

.estimator-content-row .ecr-content table tbody{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.estimator-content-row .ecr-content table tr{
	background-color:#F0F6FF;
	border-radius: 13px;
	display: flex;
	align-items: center;
	margin: 0 0 10px;
}

.estimator-content-row .ecr-content table tr:nth-child(1){
	background-color:#0C3379;
	border-radius: 13px;
	display: flex;
	align-items: center;
	margin: 0 0 10px;
}

.estimator-content-row .ecr-content table tr:nth-child(1) th{
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	padding: 25px 30px;
}

.estimator-content-row .ecr-content table tr td:first-child,
.estimator-content-row .ecr-content table tr:nth-child(1) th:first-child{
	width: calc(100% - 310px);
}

.estimator-content-row .ecr-content table tr td:last-child,
.estimator-content-row .ecr-content table tr:nth-child(1) th:last-child{
	width: 310px;
	text-align: center;
}

.estimator-content-row .ecr-content table tr td{
	padding: 25px 30px;
	font-size: 26px;
	color: #333333;
	text-transform: capitalize;
}



.woocommerce-currency-switcher-wrap {
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	font-size: 15px;
	padding: 20px 0 40px;
}

.woocommerce-currency-switcher-wrap .woocommerce-currency-switcher-form {
	margin-left: 10px;
}

.information-row-content {
	padding: 55px 0;
}

.information-row-content .icr-content{
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.information-row-content .icr-content .irc-row{
	width: calc(50% - 22px);
	background-color: #f0f8ff;
	display: block;
	margin: 0 0 44px;
	border-radius: 28px;
}


.information-row-content .icr-content .irc-row .irc-row-image{
	width: 100%;
	height: 375px;
	position: relative;
	z-index: 10;
	border-radius: 28px;
}

.information-row-content .icr-content .irc-row .irc-row-desc{
	width: 100%;
	padding: 0 35px 40px;
	background-color: transparent;
	position: relative;
	z-index: 9;
	font-size: 22px;
}

.information-row-content .icr-content .irc-row .irc-row-desc .btn{
	font-size: 24px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 28px 48px;
	border-radius: 13px;
	margin-right: 20px;
}

.information-row-content .icr-content .irc-row .irc-row-desc .btn:last-child{
	margin-right: 0px;
}

.information-row-content .icr-content .irc-row .irc-row-desc h2{
	background-color: #13B7FF;
	color: #fff;
	line-height: 50px;
	margin: -30px -35px 30px;
	border-radius: 0 0 28px 28px;
	font-size: 40px;
	font-weight: 600;
	padding: 60px 35px 28px;
}
.information-row-content .icr-content .irc-row .irc-row-desc p{
	line-height: 37px;
	margin: 0 0 36px;
}

.information-row-content .icr-content .irc-row .irc-row-desc ol{
	padding: 0;
	margin: 0;
	list-style: none;
	counter-reset: ol_counter;
}

.information-row-content .icr-content .irc-row .irc-row-desc ol li{
	position: relative;
	padding: 0 0 0 102px;
	min-height: 76px;
	line-height: 37px;
	margin: 0 0 20px;
}

.information-row-content .icr-content .irc-row .irc-row-desc ol li:before{
	display: block;
	width: 68px;
	height: 68px;
	background-color: #fff;
	box-shadow:0 5px 10px #00000021;
	text-align: center;
	line-height: 68px;
	font-size: 32px;
	color: #13B7FF;
	font-weight: 700;
	counter-increment: ol_counter;
	content: "0" counter(ol_counter);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 8px;
}

.information-row-content .irc-row {
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}

.information-row-content .irc-row.reverse {
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}

.information-row-content .irc-row .irc-row-image {
	width: 50%;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.information-row-content .irc-row .irc-row-image img {
	opacity: 0;
}

.information-row-content .irc-row .irc-row-desc {
	width: 50%;
	background-color: #f0f8ff;
	padding: 45px 70px;
	color: #69727b;
}

.information-row-content .irc-row .irc-row-desc h2 {
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 20px;
	color: #3d4246;
}

.information-row-content .irc-row .irc-row-desc p {
	line-height: 22px;
	margin: 0 0 20px 0;
}

.information-row-content .irc-row .irc-row-desc p a {
	color: #3d4246;
}

.information-row-content .irc-row .irc-row-desc ul,
.information-row-content .irc-row .irc-row-desc ol {
	padding: 0 0 0 23px;
	margin: 0 0 20px 0;
}

.information-row-content .irc-row .irc-row-desc ul li,
.information-row-content .irc-row .irc-row-desc ol li {
	margin: 0 0 7px;

}

.information-row-content .irc-row .irc-row-desc ul li:last-child,
.information-row-content .irc-row .irc-row-desc ol li:last-child {
	margin: 0;
}

.information-row-content .irc-row .irc-row-desc .btn {
	padding: 10px 17px;
	font-size: 12px;
	line-height: normal;
	color: #fff;
}

p#ofac_category_field>label,
p#flight_date_field>label,
p#passport_nationality_field>label {
	display: block;
}

#custom_checkout_fields {
	display: none;
}

.tooltip {
	position: relative;
}

.tooltip:before {
	content: attr(data-text);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	margin-left: 22px;
	width: 300px;
	padding: 10px;
	border-radius: 10px;
	background: #000;
	color: #fff;
	text-align: center;
	display: none;
	line-height: 18px;
	z-index: 10;
}

.tooltip:after {
	content: "";
	position: absolute;

	/* position tooltip correctly */
	left: 100%;
	margin-left: -10px;

	/* vertically center */
	top: 50%;
	transform: translateY(-50%);

	/* the arrow */
	border: 10px solid #000;
	border-color: transparent black transparent transparent;

	display: none;
}

.tooltip:hover:before,
.tooltip:hover:after {
	display: block;
}

#days_message_field,
#usa_message {
	font-size: 14px;
	margin: 15px 0 0;
	font-weight: 500;
	display: none;
	line-height: normal;
}

.woocommerce ul.products li.product .button {
	background-color: #272727;
	display: inline-block !important;
	text-align: center;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 10px 17px;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	color: #fff;
	font-weight: 700;
	transition: ease-in-out all 0.25s;
	-webkit-transition: ease-in-out all 0.25s;
}

.lang-currency {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 15px;
	color: #444;
	text-transform: uppercase;
	padding: 10px 30px;
	transition: ease-in-out 0.25s background;
	border-radius: 5px;
	cursor: pointer;
}

.lang-currency:hover {
	
}

.lang-currency svg {
	width: 1.25rem;
}

.lang-currency span {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.whitespace-nowrap {
	white-space: nowrap;
}

.lang-currency-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 50001;
	background-color: rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.lang-currency-popup-box {
	padding: 2.5rem;
	background: #fff;
	border-radius: 8px;
	position: relative;
	max-width: 490px;
	margin: 0 auto;
}

.lang-currency-popup-box h2 {
	line-height: normal;
	text-align: center;
	font-size: 28px;
	font-weight: 400;
	margin: 0 0 20px;
	color: #3d4246;
}

.close-popup {
	position: absolute;
	right: -10px;
	top: -10px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	font-weight: 700;
	background: #272727;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	padding: 3px;
}

.lang-currency-popup-box select {
	display: block;
	width: 100%;
	background: transparent;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 2rem;
	line-height: 42px;
	height: 42px;
	padding: 0 16px;
	font-size: 14px;
}

.lang-currency-popup-box label {
	color: rgba(32, 32, 32, 1);
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}

.lang-currency-popup-box .pref-btn {
	border: 0;
	display: flex;
	font-size: 1rem;
	outline: 0 !important;
	text-align: center;
	background: #272727;
	border-radius: 8px;
	line-height: 52px;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	color: #fff;
	display: block;
	cursor: pointer;
	text-transform: uppercase;
}


.home-blog {
	background-color:#f4f6fa;
	padding: 100px 0;
	
}

.home-blog h2,
.home-blog h3{
	color: #080F28;
	font-size: 60px;
	margin: 0 0 50px;
	text-align: center;
	text-transform: capitalize;
	line-height: 70px;
	font-weight: 600;
}

.home-blog ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	position: relative;
}

.home-blog ul li {
	padding: 31px 31px 29px;
	background-color:#F0F6FF;
	border: 1px solid #B6CFF4;
	word-wrap: break-word;
	border-radius:15px;
	overflow: hidden;
	width: calc(33.33% - 50px);
	margin:25px;
}

.home-blog ul li img {
	display: block;
	width: 100%;
	border-radius: 12px;
	object-fit: cover;
	height: 352px;
}

.home-blog ul li span {
	display: block;
	font-weight: 600;
	color: #656565;
	font-size: 18px;
	line-height: 37px;
}

.home-blog ul li h3 {
	letter-spacing: 0;
	color: #112d51;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 22px;
	line-height: 37px;
	margin-bottom: 25px;
}

.home-blog ul li h3 a {
	color: #333333;
}

.home-blog ul li .btn{
	background-color: #FFFFFF;
	width: 100%;
	border: 2px solid #266AE1;
	border-radius: 12px;
	font-size: 24px;
	color: #266AE1;
	line-height: 35px;
	padding: 15px 20px;
	margin: 0 0 25px;
}

.post-image-box{
	margin: 0 0 26px;
}

.post-content-box{}

/*Latest Reviews*/
.product-review{
	padding: 60px 0 40px;
	background: #080F28;
}
.review-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.review-left{
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}
.product-review h2 {
    color: #FFFFFF;
    font-size: 60px;
	font-weight: 600;
	line-height: 90px;
    margin: 0 0 14px;
    text-transform: capitalize;
}
.product-review h4 {
    color:#FFFFFF;
    font-size: 30px;
	line-height: 46px;
	font-weight: 400;
    margin: 0;
    line-height: normal;
}

.review-right{
	width: 100%;
	overflow: hidden;
}
.author-comments{
	list-style: none;
	padding: 0;
	margin: 0 -25px;
	display: flex;
	align-items: flex-start;
	-webkit-align-items:flex-start;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.author-comments li{
	background:linear-gradient(180deg, #1A213A 0%, #080F28 100%);
	padding: 40px 56px 68px;
    margin:25px;
    color: #FFFFFF;
    font-size: 16px;
    border: 0;
    box-shadow: none;	
	width: calc(33.33% - 50px);
	border-radius: 15px;
	
}

.author-comments li .star-review{
	margin: 0 0 30px;
}

.author-comments li h3{
	color: #FFFFFF;
	margin-bottom: 5px;
	font-size: 16px;
	padding: 0;
}
.author-comments li span{
	display: block;
	color: #ffbe04;
	font-size: 22px;
	padding: 0px;
}
.author-comments li .comment-content{
	margin-bottom: 16px;
    border-radius: 7px;
    font-size: 20px;
	line-height: normal;
    font-weight: 400;
    display: flex;
	align-items: flex-start;
    justify-content: flex-start;
    min-height: 240px;
    position: relative;
    box-shadow: none;
}
.woocommerce.author-comments li span{
	font-size: 16px;
}
.woocommerce.author-comments .woocommerce-product-rating .star-rating {
	margin-top: 0;
	margin-bottom: 10px;
}


.author-comments .owl-prev{
	position: absolute;
	left: -20px;
	top: 45%;
	transform: translateY(-50%);
	z-index: 2;
	font-size: 60px !important;
	color: #222 !important;
}
.author-comments .owl-next{
	position: absolute;
	right: -20px;
	top: 45%;
	transform: translateY(-50%);
	z-index: 2;
	font-size: 60px !important;
	color: #222 !important;
}

.image-content-row h2 {
    color: #080F28;
    font-size: 60px;
    margin: 0 0 165px;
	font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    line-height: normal;
}
.star-review {
	padding-left: 10px;
}
.star-review .stars {
	display: flex;
	align-items: center;
}
.star-review .stars .star {
	margin: 0 5px 0 0;
	padding: 0;
}
.star-review .stars .star:last-child {
	margin: 0;
}

/**/
.tab-section{
	position: relative;
	padding: 70px 0;
	background: #9DD6FF;
}
.tab-label{
	margin-bottom: 40px;
}
.tab-label ul{
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
	-webkit-align-items: stretch;
    padding: 0;
    margin: 0 -20px;
    justify-content: center;
	-webkit-justify-content: center;
}
.tab-label ul li{
	width: calc(25% - 40px);
	display: block;
    text-align: center;
    padding: 24px 40px;
	margin: 0 20px;
	border: 2px solid #266AE1;
	border-radius: 20px;
    cursor: pointer;
    font-size: 36px;
	line-height: 55px;
    font-weight: 400;
	color: #0C3379;
	font-weight: 600;
	cursor: pointer;
    transition: ease-in-out .25s color, ease-in-out .25s font-weight;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}



.tab-content{
	background-color: #FFFFFF;
	border-radius: 50px;
	padding: 40px 40px 45px;
}
.tab-content ul{
	padding: 0;
	margin: 0;
	column-count: 3;
	list-style: none;
	column-gap: 10px;
}
.tab-content ul li{
	margin-bottom: 24px;
	font-size: 24px;
	color: #333333;
	background: #F0F6FF;
	padding: 14px 30px;
	font-weight: 400;
}

.tab-secondery-label ul{
	list-style: none;
    display: flex;
    justify-content: left;
	margin:0 -13px 25px;
}
.tab-secondery-label ul li{
	background-color: #fff;
	font-size: 30px;
	line-height: 46px;
	padding:13px 58px;
	margin: 0 13px;
	font-weight: 600;
	cursor: pointer;
	border: 2px solid #266AE1;
	border-radius: 15px;
}
.tab-label ul li.current2,
.tab-secondery-label ul li.current3,
.tab-secondery-label ul li.current4{
	box-shadow: 0px 5px 10px #0C337929;
	background-color: #266AE1;
	color: #FFFFFF;
}


.panes2{ display:none;}
.panes3{ display:none;}
.panes4{ display:none;}
.tab-content.panes2:nth-child(3){
	display: block;
}


/*Mega Menu*/
.widget_nav_menu {
    
}
.widget_nav_menu ul{
	display: block !important;
}
.widget_nav_menu ul li{
	text-decoration: none !important;
    display: block;
    border-radius: 0;
}
.widget_nav_menu ul li a{
    text-decoration: none !important;
	display: block; 
	background: none;
    border-radius: 0;
    padding: 10px 0;
	font-weight:600;
	border-bottom: 1px solid #305270;
	transition: ease-in-out 0.25s color;
	text-decoration: none !important;
	border-bottom: 0;
}
.widget_nav_menu ul li:hover a{
	color:#113469;
	text-decoration: none !important;
	border-bottom: 0;
}
.tab-placeholder {
    min-height: 420px;
}
.tab-placeholder img{
    height: 420px;
    width: 100%;
    object-fit: cover;
    display: block;
	border-radius: 16px;
}

/*Megamenu Content*/
.etc-mega-content {
	padding: 20px 20px 20px 0 !important;
	min-height: 420px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .etc-mega-content.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	border: #ebebeb 1px solid;
	border-radius: 16px;
	padding: 20px 10px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
	background: none !important;
}
#mega-menu-wrap-menu-1{
	background: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
	background: transparent;
	color: #333333;
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	padding: 0px 15px 0px 15px;
	text-decoration: none !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus{
	background: transparent;
	color: #333333;
	text-decoration: none !important;
}

.tab-cont{
	background: #fff;
    border-radius: 10px;
    padding: 0 0 20px 0;
	display:none;
	min-height: 420px;
	opacity: 0;
	transition: ease-in-out 0.2s opacity;
}
.tab-cont.current{
	display: block;
	opacity: 1;
}
.tab-cont img{
	display:block;
	width: 100%;
	height: 180px;
	object-fit:cover;
	margin-bottom: 30px;
    border-radius: 16px;
}
.tab-cont ul{
	display: block !important;
	padding: 0 12px 0 20px;
}
.tab-cont ul li{
	display: block;
    margin: 0 0 8px;
    padding-left: 25px;
	position: relative;
}
.tab-cont ul li:before{
	content: "\f058";
    position: absolute;
    left: 0;
    top: -3px;
    color: #113469;
    font-size: 18px;
    border-radius: 50%;
    font-family: "Font Awesome 6 Pro";
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    background: #fff;
    border: 0;
    padding: 0px 0px 0px 0px;
    border-radius: 20px;
    position: absolute;
    width: 100%;
    max-width: none;
    left: 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.landing-hero-section{
	background: #F4F6FA;
	position: relative;
	overflow: hidden;
	padding: 150px 0 56px;
	font-family: "Poppins", sans-serif;
	color: #080F28;
	font-size: 28px;
}

.landing-hero-section h1{
	margin: 0 0 21px;
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	color: inherit;
	text-transform: capitalize;
}

.landing-hero-section h3{
	font-size: 40px;
	line-height: 50px;
	color: #266AE1;
	font-weight: 600;
	margin: 0 0 30px;
}

.landing-hero-section p{
	margin: 0 0 63px;
	line-height:48px;
}

.landing-hero-section .lhs-content{
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.landing-hero-section .lhs-main{
	width: calc(50% - 14px);
}
.landing-hero-section .lhs-image{
	width: calc(40% - 14px);
}

.green-tourist-card-icon,
.pink-tourist-card-icon{
	position: relative;
	padding-left: 99px;
	min-height: 75px;
	display: flex !important;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-bottom: 20px !important;
}

.green-tourist-card-icon:before{
	content: '';
	background: #F4F6FA url('images/Green1.png') no-repeat center center;
	background-size: cover;
	width: 75px;
	height: 75px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 0;
}

.green-tourist-card-icon.evisa:before{
	background: #F4F6FA url('images/eivsa.jpg') no-repeat center center;
	background-size: cover;
}

.pink-tourist-card-icon:before{
	content: '';
	background: #F4F6FA url('images/pink1.png') no-repeat center center;
	background-size: cover;
	width: 75px;
	height: 75px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 0;
}

.container-row-wrap{
	margin-top: 122px;
	overflow: hidden;
}

.page-template-template-home .header-wrap{
	border-bottom: 0;
	background-color: #fff0;
}

.page-template-template-home .container-row-wrap{
	margin-top: 0;
}

.page-template-template-home .push{
	display: none;
}

.page-template-template-home .contact-us-row{
	padding-top: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu{
	background:#fff !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	padding: 10px;
    border-radius: 10px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
	background:#fff !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	background:#fff !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
	background: none;
}

.page-template-template-about-php .push{
	display: none;
}

.page-template-template-about-php .container-row-wrap{
	margin-top: 92px;
}

.page-banner-wrap{
	background-color:#f4f6fa;
	padding-top:123px;
}

.page-banner-wrap .pbw-content{
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.page-banner-wrap .pbw-content .pbw-heading{
	width: calc(50% - 30px);
	font-size: 22px;
}

.page-banner-wrap .pbw-content .pbw-heading h1{
	font-size: 60px;
	color: #080F28;
	margin: 0 0 30px;
	line-height: normal;
	font-weight: 600;
	text-transform: capitalize;
}

.page-banner-wrap .pbw-content .pbw-heading h1:last-child{
	margin: 0;
}

.page-banner-wrap .pbw-content .pbw-heading p{
	line-height: 35px;
	margin: 0 0 20px;
}

.page-banner-wrap .pbw-content .pbw-heading p:last-child{
	margin: 0;
}

.page-banner-wrap .pbw-content .pbw-heading-image{
	width: 50%;
}

.page-template-template-faq .container-row-wrap,
.page-template-template-estimator .container-row-wrap{
	margin-top: 0;
}
.page-template-template-faq .header-wrap,
.page-template-template-estimator .header-wrap{
	background-color:transparent;
	border-bottom:0;
}

.page-template-template-faq .header-wrap.fixed,
.page-template-template-estimator .header-wrap.fixed{
	background-color: #fff;
}

.page-template-template-faq  .push,
.page-template-template-visa-information .push{
	display: none;
}

.page-id-154 .three-col-section strong br{
	display: none;
}

.woocommerce-checkout #awx-express-checkout-wrapper{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.woocommerce-checkout #awx-express-checkout-wrapper + #awx-express-checkout-button-separator{
	width: 100%;
}

:lang(fr) .header-wrap .header-sidebar .btn{
	max-width: 186px;
	font-size: 16px;
	padding: 14px;
 }
:lang(fr) #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
	font-size: 14px;
}




/*Simple CSS*/
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}

.yith-wcaf-dashboard .yith-wcaf-toggle {
    display: inline-block;
}
.tab-section h1{
 	color:#0C3379;
    margin-bottom: 60px;
}
.blue-color {
    color: #266AE1;
}
.image-content-row .icr-content .icr-content-desc h4 .blue-color{
    display:block;
}
.tab-secondery-content h3{
    font-size: 30px;
    margin-bottom: 60px;
    color: #333;
}


.tab-label {
    margin-bottom: 0px;
    background-color: #FFFFFF;
    border-radius: 50px 50px 0 0;
    padding: 40px 40px 0;
}
.tab-content{
    border-radius: 0 0 50px 50px;
}
.tab-label ul{
 	justify-content: left;
    -webkit-justify-content: left; 
}
.tab-label ul li {
    width: auto;
    padding: 13px 58px;
    font-size: 30px;
    border-radius: 15px;
}




 

/*
font-family: 'Homemade Apple', cursive;
font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;
*/


.tm-extra-product-options .tc-epo-label {
	font-weight: 600;
}
.tm-epo-field.tmcp-select {
    padding: 11px;
}

.woocommerce-checkout.itemsInCart .default-page-row .wrapper{
	max-width: 767px;
}
.woocommerce-checkout.itemsInCart .default-page-row .wrapper form.checkout.woocommerce-checkout {
	flex-direction: column;
}
.woocommerce-checkout.itemsInCart .default-page-row .wrapper div#order_review, 
.woocommerce-checkout.itemsInCart .default-page-row .wrapper div#customer_details {
    width: 100%;
}
.woocommerce-checkout.itemsInCart .woocommerce form .form-row-first, 
.woocommerce-checkout.itemsInCart .woocommerce form .form-row-last, 
.woocommerce-checkout.itemsInCart .woocommerce-page form .form-row-first, 
.woocommerce-checkout.itemsInCart .woocommerce-page form .form-row-last {
    width: 100%;
    overflow: visible;
}
.woocommerce-checkout.itemsInCart .woocommerce-form-coupon-toggle {
	display: none;
}
.airwallex-checkout .cart-contents dl {
	overflow: hidden;
	clear: both;
}
.airwallex-checkout .cart-contents dt {
	float: left;
	padding-right: 5px;
}
.airwallex-checkout .cart-contents dd {
	margin-bottom: 0;
}
.airwallex-checkout .product-info {
    vertical-align: top;
    padding-left: 15px;
}
.airwallex-checkout .price {
	display: none;
}
.tc-epo-metadata dt.tc-name,
.tc-epo-metadata dd.tc-value p {
    line-height: 22px;
}
td.product-name a.tm-cart-edit-options, 
.tm-cart-edit-options {
	display: none;
}
.tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount {
    color: #333;
}

.single-product.postid-157 form.cart,
.single-product.postid-15744 .woocommerce-row div.summary p.price,
.single-product.postid-15746 .woocommerce-row div.summary p.price,
#traveler_insurance_field .optional{
	display: none !important;
}

p.country-list {
    font-size: 12px;
    line-height: normal;
    padding: 15px 0;
}
div#no_details_field {
    clear: both;
	font-size: 12px;
    margin: 0;
    padding: 0;
}
div#no_details_field h4{
    margin: 0;
	cursor: pointer;
	text-decoration: underline;
}
p.no_details_content {
    margin: 0;
	border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05);
    padding: 1.618em;
	display: none;
}
#no_details_field.no_details_product {
	margin: 20px 0;
	font-size: 14px;
}
.woocommerce-privacy-and-policy {
	margin: 0 0 20px;
	border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05);
    padding: 1.618em;
	display: none;
}
#no_details_content_field {
	display: none;
}

.woocommerce #order_review table.shop_table td.product-name a.remove,
#billing_country_field,
#billing_city_field,
#billing_address_1_field,
#billing_address_2_field,
#billing_postcode_field,
#billing_address_1_field,
#billing_address_2_field,
#billing_postcode_field,
.airwallex-checkout.airwallex-tpl-2row .airwallex-col-1 {
	display: none !important;
}
.woocommerce #order_review table.shop_table td.product-name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce #order_review table.shop_table td.product-name input.minus, 
.woocommerce #order_review table.shop_table td.product-name input.plus {
	padding: 5px 10px !important;
}
.woocommerce #order_review table.shop_table td.product-name .quantity {
	order: 2;
}
.woocommerce #order_review table.shop_table td.product-name .quantity .qty {
	padding: 0;
	width: 2.631em;
	font-size: 13px;
}
.woocommerce #order_review table.shop_table td.product-name .cqoc_container {
    margin-left: -7px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
	background-color: #266AE1;
    width: 100%;
	margin-bottom: 10px;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0 !important;
}
.wpml-ls-legacy-list-horizontal a {
	color: #fff;
}

.eligibility-row{
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 150px 0;
	position: relative;
}

.eligibility-row:after{
	background-color: #000;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.7;
	z-index: 9;
}

.eligibility-row .erc-content{
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	color: #FFFFFF;
	font-size: 28px;
	position: relative;
	z-index: 10;
}

.eligibility-row .erc-content .sub-heading{
	color: #266AE1;
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
	margin: 0 0 15px;
}

.eligibility-row .erc-content .erc-main h2,
.eligibility-row .erc-content .erc-main h3{
	font-size: 38px;
	line-height: 48px;
	font-weight: 600;
	margin: 0 0 20px;
}

.eligibility-row .erc-content .erc-desc h3{
	margin: 0 0 20px;
}

.eligibility-row .erc-content p{
	line-height: 45px;
	margin: 0 0 16px;
}

.eligibility-row .erc-content p:last-child{
	margin: 0;
}

.eligibility-row .erc-content ul,
.eligibility-row .erc-content ol{
	padding: 0 0 0 23px;
	margin: 0 0 16px 0;
}

.eligibility-row .erc-content ul li,
.eligibility-row .erc-content ol li{
	margin: 0 0 7px;
}

.eligibility-row .erc-content ul li:last-child,
.eligibility-row .erc-content ol li:last-child{
	margin: 0;
}

.eligibility-row .erc-content ul:last-child,
.eligibility-row .erc-content ol:last-child{
	margin: 0;
}

.eligibility-row .erc-content form label{
	font-size: 20px;
	font-weight:500;
	color: #080F28;
	display: block;
	margin: 0 0 15px;
}

.eligibility-row .erc-content form select{
	background:#fff url(images/select-arrow.svg) no-repeat calc(100% - 20px) center;
	border: 1px solid #00000066;
	width: 100%;
	height: 60px;
	padding:10px 54px 10px 27px;
	font-size: 18px;
	color: #080F28;
	line-height: 25px;
	display: block;
	 appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0 0 20px;
}

.eligibility-row .erc-content form input[type="button"],
.eligibility-row .erc-content form input[type="submit"]{
	background-color: #266AE1;
	border: 0;
	outline: 0;
	border-radius: 8px;
	font-size: 20px;
	color: #FFFFFF;
	text-transform:uppercase;
	font-weight: 500;
	 padding: 13px 26px;
	cursor: pointer;
	line-height: 33px;
}

.eligibility-row .erc-content form input[name="checkeVisa"]{
	text-transform: none;
}

.eligibility-row .erc-content form input[name="checkeVisa"] +  input[name="checkNow"]{
	display: none;
}

.eligibility-row .erc-content form #erc-message{
	font-size: 18px;
    line-height: 26px;
	font-weight: 700;
    padding: 18px 0;
    color: #000;
    margin: 10px 0 0;
}

.eligibility-row .erc-content form #erc-message + input[name="checkNow"]{
	display: none;
}

.eligibility-row .erc-content form #erc-message.evisa-message,
.eligibility-row .erc-content form #erc-message.freeVisa-message{
	color: #06402B;
}
.eligibility-row .erc-content form #erc-message.embassyVisa-message{
	color: #D00B0E;
}

.eligibility-row .erc-content .erc-main{
	width:calc(40% - 42px);
	background-color: #FFFFFF;
	border-radius: 12px;
	padding: 60px 50px;
	color:#080f28;
}

.eligibility-row .erc-content .erc-desc{
	width:calc(60% - 42px);
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.testimonial-content-row{
	padding:85px 0;
}

.testimonial-content-row .tm-overall{
	display: none !important;
}

.testimonial-content-row .tcr-head{
	text-align: center;
	margin: 0 0 60px;
}

.testimonial-content-row .tcr-head h2,
.testimonial-content-row .tcr-head h3{
	font-size: 60px;
	line-height: 70px;
	color:#111111;
}

.testimonial-content-row .testimonial-slide-init{
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 0 -27px;
}

.testimonial-content-row .testimonial-slide-init .tcr-slide{
	width: calc(50% - 54px);
	margin:27px;
	position: relative;
}

.testimonial-content-row .testimonial-slide-init .tcr-slide:after{
	content: '';
	background-color: #fff;
	border-radius: 32px;
	box-shadow: 0px 57.87px 123.12px 0px #15151526;
	width:100%;
	height: calc(100% - 75px);
	position: absolute;
	left: 0;
	top:75px;
	z-index: 9;
}

.testimonial-content-row .testimonial-slide-init .tcr-slide .testimonial-block{
	padding: 0 54px 130px;
	position: relative;
	z-index: 10;
}

.testimonial-content-row .testimonial-slide-init .tcr-slide .testimonial-block .tb-image{
	width: 151px;
	height: 151px;
	border-radius: 50%;
	margin: 0 0 64px;
}

.testimonial-content-row .testimonial-slide-init .tcr-slide .testimonial-block .tb-image img{
	width: inherit;
	height: inherit;
	object-fit: cover;
	object-position: center center;
	border-radius: inherit;
}

.testimonial-content-row .testimonial-slide-init .tcr-slide .tb-rating{
	max-width: 203px;
	position: absolute;
	right: 54px;
	top: 110px;
	z-index: 10;
}

.testimonial-content-row .testimonial-slide-init .tcr-slide .testimonial-block .tb-quote{
	font-size: 32px;
	color: #000000;
	line-height: 48px;
	margin: 0 0 40px;
	min-height: 119px;
}

.testimonial-content-row .testimonial-slide-init .tcr-slide .testimonial-block .tb-quote:before{
	content: '“';
}

.testimonial-content-row .testimonial-slide-init .tcr-slide .testimonial-block .tb-quote:after{
	content: ' ”';
}

.testimonial-content-row .testimonial-slide-init .tcr-slide .tb-author{
	padding: 0 54px 70px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.testimonial-content-row .testimonial-slide-init .tcr-slide .tb-author .tb-author-name{
	font-size: 28px;
	font-weight: 800;
	text-transform: capitalize;
	color: #000000;
	margin: 0 0 8px;
}

.testimonial-content-row .testimonial-slide-init .tcr-slide .tb-author .tb-author-designation{
	font-size: 20px;
	font-weight: 400;
	color: #505050;
}

.featured-blocks-row{
	background-color:#f4f6fa;
	padding: 100px 0;
}

.featured-blocks-row .fbr-head{
	text-align: center;
	margin: 0 0 80px;
}

.featured-blocks-row .fbr-head h2{
	font-size: 60px;
	font-weight: 600;
	line-height: 70px;
	color: #111111;
	margin: 0 0 16px;
}

.featured-blocks-row .fbr-head h2:last-child{
	margin: 0;
}

.featured-blocks-row .fbr-content{
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 0 -15px;
}

.featured-blocks-row .fbr-content .fbr-block{
	background-color:#FFFFFF;
	border: 1px solid #00000066;
	border-radius: 12px;
	width: calc(33.33% - 30px);
	margin:15px;
	text-align: center;
	padding: 45px;
	font-size: 18px;
	color:#888888;
}

.featured-blocks-row .fbr-content .fbr-block .fbr-block-icon{
	background: radial-gradient(65.7% 65.7% at 37.67% 26.68%, #ACC5F1 0%, #266AE1 100%);
	width: 178px;
	height: 178px;
	border-radius: 50%;
	margin: 0 auto 30px;
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content: center;
	-webkit-justify-content: center;
}
.featured-blocks-row .fbr-content .fbr-block .fbr-block-icon img{
	width: 90px;
	height: 90px;
	object-fit: contain;
	object-position: center center;
}

.featured-blocks-row .fbr-content .fbr-block h4{
	font-size: 40px;
	line-height: normal;
	color: #111111;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 20px;
}

.featured-blocks-row .fbr-content .fbr-block h4:last-child{
	margin: 0;
}

.featured-blocks-row .fbr-content .fbr-block p{
	line-height: 32px;
	margin: 0 0 16px;
}

.featured-blocks-row .fbr-content .fbr-block p:last-child{
	margin: 0;
}

.features-blocks-row{
	padding: 70px 0;
}

.features-blocks-row .fbr-head{
	text-align: center;
	margin: 0 0 40px;
}

.features-blocks-row .fbr-head .sub-heading{
	color: #266AE1;
	font-size: 28px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 25px;
}

.features-blocks-row .fbr-head .sub-heading:last-child{
	margin: 0;
}

.features-blocks-row .fbr-head h2{
	color: #111111;
	font-size: 60px;
	font-weight: 600;
	margin: 0 0 16px;
}

.features-blocks-row .fbr-head h2:last-child{
	margin: 0;
}

.features-blocks-row .fbr-content{
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 0 -12px;
}

.features-blocks-row .fbr-content .fbr-block{
	background-color: #fff;
	width: calc(25% - 24px);
	min-height: 346px;
	border-radius: 5px;
	box-shadow: 0px 0px 65px 0px #0000001A;
	margin: 32px 12px;
	padding: 40px 36px;
	text-align: center;
	color:#7a7a7a;
	font-size: 16px;
	position: relative;
	transition: background-color 0.3s ease,color 0.3s ease;
	-webkit-transition: background-color 0.3s ease,color 0.3s ease;
	
}

.features-blocks-row .fbr-content .fbr-block .fbr-block-icon{
	width: 70px;
	height: 70px;
	margin: 0 auto 25px;
}

.features-blocks-row .fbr-content .fbr-block .fbr-block-icon img{
	width: inherit;
	height: inherit;
	object-fit: contain;
	object-position: center center;
	transition:filter 0.3s ease;
	-webkit-transition:filter 0.3s ease;
}

.features-blocks-row .fbr-content .fbr-block h4{
	font-size: 24px;
	color: #333333;
	font-weight: 600;
	margin: 0 0 16px;
	transition:color 0.3s ease;
	-webkit-transition:color 0.3s ease;
}

.features-blocks-row .fbr-content .fbr-block p{
	margin: 0 0 16px;
	line-height: 24px;
}

.features-blocks-row .fbr-content .fbr-block p:last-child{
	margin: 0;
}

.features-blocks-row .fbr-content .fbr-block .fbr-block-link{
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 0;
}

.features-blocks-row .fbr-content .fbr-block:hover{
	background-color: #266AE1;
	box-shadow: 0px 51px 70px 0px #266AE140;
	color: #fff;
}

.features-blocks-row .fbr-content .fbr-block:hover .fbr-block-icon img{
	filter: brightness(100);
	-webkit-filter: brightness(100);
}

.features-blocks-row .fbr-content .fbr-block:hover h4{
	color: #fff;
}

.input-cta-group{
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin: 0 -15px;
}

.input-cta-group .input-cta{
	margin:15px;
}

.input-cta-group .input-cta label{
	font-size: 28px;
	line-height: 30px;
	cursor: pointer;
	text-align: center;
	font-weight: 600;
	display: inline-block;
	border: 4px solid #080f28;
	padding: 36px 47px;
	border-radius: 8px; 
	transition: background-color 0.3s ease,color 0.3s ease,border-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease,color 0.3s ease,border-color 0.3s ease;
}

.input-cta-group .input-cta input{
	display: none;
}

.product-banner-row{
	position: relative;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 75px 0;
}

.product-banner-row:after{
	background-color: #000;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.7;
	z-index: 9;
}

.product-banner-row .pbr-content{
	position: relative;
	z-index: 10;
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}

.product-banner-row .pbr-content .pbr-main{
	width: calc(46% - 42px);
	background-color: #FFFFFF;
	border-radius: 12px;
	padding: 60px 50px;
	color: #080f28;
}

.product-banner-row .pbr-content .pbr-main h1{
	font-size:40px;
	line-height: 50px;
	font-weight: 600;
	margin: 0 0 39px;
	text-transform: none;
}

.product-banner-row .pbr-content .pbr-main h1:last-child{
	margin: 0;
}

.product-banner-row .pbr-content .pbr-main label{
	font-weight: 500;
	font-size: 20px;
	display: block;
	margin: 0 0 20px;
	color: #080F28;
}

.product-banner-row .pbr-content .pbr-main .quantity-row{
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.product-banner-row .pbr-content .pbr-main input[type="submit"],
.product-banner-row .pbr-content .pbr-main input[type="button"]{
    background-color: #266AE1;
    border: 0;
    outline: 0;
    border-radius: 8px;
    font-size: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 500;
    padding: 22px 60px;
    cursor: pointer;
}

.product-banner-row .pbr-content .pbr-main select{
	background: #fff url(images/select-arrow.svg) no-repeat calc(100% - 20px) center;
	border: 1px solid #00000066;
	width: calc(100% - 254px - 23px);
	height: 70px;
	padding: 10px 54px 10px 27px;
	font-size: 24px;
	color: #080F28;
	line-height: 25px;
	display: block;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 12px;
}

.product-banner-row .pbr-content .pbr-desc{
	width: calc(54% - 42px);
	font-size: 30px;
	color: #fff;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.product-banner-row .pbr-content .pbr-desc p{
	line-height: 48px;
	margin: 0 0 30px;
}

.product-banner-row .pbr-content .pbr-desc p:last-child{
	margin: 0;
}

.product-banner-row .pbr-content .pbr-desc .input-cta-group{
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}

.product-banner-row .pbr-content .pbr-desc .input-cta-group .input-cta label{
	padding: 24px 30px;
    font-size: 25px;
	border-color: #fff;
	color: #fff;
}

.product-banner-row .pbr-content .pbr-desc .input-cta-group .input-cta input:checked + label{
	border-color: #266AE1;
}

.icon-label-module{
	display: inline-flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	border-radius: 8px;
	border: 3px solid #266AE1;
	padding: 12px 27px;
	margin: 0 0 40px;
}

.icon-label-module .ilm-col{
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 64px;
	position: relative;
}

.icon-label-module .ilm-col:after{
	content: '';
	width: 1px;
	height: 42px;
	background-color: #000;
	position: absolute;
	right: 32px;
	top: 50%;
	margin-top: -21px;
}

.icon-label-module .ilm-col:last-child{
	padding-right: 0;
}

.icon-label-module .ilm-col:last-child:after{
	display: none;
}

.icon-label-module .ilm-col .ilm-col-icon{
	width: 32px;
	height: 32px;
	margin-right: 14px;
}

.icon-label-module .ilm-col .ilm-col-icon img{
	width: inherit;
	height: inherit;
	object-fit: contain;
	object-position: center center;
	
}

.icon-label-module .ilm-col .ilm-col-label{
	max-width:calc(100% - 32px - 14px);
	color: #080F28;
	font-size: 28px;
	font-weight: 600;
}

.featured-module-row{
	padding: 50px 0 70px;
}

.featured-module-row .fmr-content{
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}

.featured-module-row .fmr-content .fmr-image{
	width: calc(42.5% - 37px);
}
.featured-module-row .fmr-content .fmr-main{
	width: calc(57.5% - 37px);
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	color: #080F28;
	font-size: 26px;
}

.featured-module-row .fmr-content .fmr-main h2,
.featured-module-row .fmr-content .fmr-main h3{
	font-size:60px;
	line-height: 70px;
	font-weight: 600;
	color: #111111;
	margin:0 0 40px;
}

.featured-module-row .fmr-content .fmr-main-desc{
	margin: 0 0 40px;
}

.featured-module-row .fmr-content .fmr-main p{
	line-height: 48px;
	margin: 0 0 16px;
}

.featured-module-row .fmr-content .fmr-main p:last-child{
	margin: 0;
}

.block-module-row{
}

.block-module-row .bmr-holder{
	background-color:#f4f6fa;
	padding: 83px 34px;
}

.block-module-row .bmr-head{
	text-align: center;
	font-size: 28px;
	color: #111111;
	margin: 0 0 56px;
}

.block-module-row .bmr-head h2,
.block-module-row .bmr-head h3{
	font-size: 60px;
	line-height: 70px;
	font-weight: 600;
	color: #000000;
	margin: 0 0 30px;
}

.block-module-row .bmr-head h2:last-child,
.block-module-row .bmr-head h3:last-child{
	margin: 0;
}

.block-module-row .bmr-head p{
	line-height: 38px;
	margin: 0 0 16px;
}

.block-module-row .bmr-head p:last-child{
	margin: 0;
}

.block-module-row .bmr-container-holder{
	max-width: 1342px;
	margin: 0 auto;
}

.block-module-row .bmr-container{
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 0 -17px;
}

.block-module-row .bmr-container .bmr-block{
	width: calc(25% - 34px);
	margin: 17px;
	position: relative;
	background-color: #ffffff;
	border:2px solid #266AE1;
	border-radius: 5px;
	padding: 24px 16px;
	box-shadow: 28px 0px 65px 0px #0000001A;
	font-size: 16px;
	color:#000000B2;

}

.block-module-row .bmr-container .bmr-block .bmr-block-icon{
	background: radial-gradient(120.59% 120.59% at 11.03% -20.59%, #FFFFFF 0%, #266AE1 100%);
	width: 68px;
	height: 68px;
	border-radius: 50%;
	margin: 0 0 20px;
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

.block-module-row .bmr-container .bmr-block .bmr-block-icon img{
	width: 38px;
	height: 38px;
	object-fit: contain;
	object-position: center center;
}

.block-module-row .bmr-container .bmr-block h4{
	font-size: 24px;
	line-height: 28px;
	color: #333333;
	margin: 0 0 16px;
	text-transform: capitalize;
	
}

.block-module-row .bmr-container .bmr-block p{
	line-height: 24px;
	margin: 0 0 10px;
}

.block-module-row .bmr-container .bmr-block p:last-child{
	margin: 0;
}

.block-module-row.change-theme{
	padding: 83px 0;
}

.block-module-row.change-theme .bmr-holder{
	background-color: transparent;
	padding: 0;
}

.block-module-row.change-theme .bmr-container-holder{
	max-width: none;
}

.block-module-row.change-theme .bmr-container .bmr-block{
	border-radius: 20px;
	border-color: #849ECB;
	padding: 46px;
	overflow: hidden;
	color: #787B84;
	font-size: 18px;
}

.block-module-row.change-theme .bmr-container .bmr-block .bmr-block-icon{
	background: #266AE1;
	box-shadow: 0px 4px 7px 0px #B2BECD4A;
	width: 58px;
	height: 58px;
	margin: 0 0 50px;
	position: relative;
}

.block-module-row.change-theme .bmr-container .bmr-block .bmr-block-icon:before{
	content: '';
    background-color: #266AE11A;
    transform: rotate(136deg);
    -webkit-transform: rotate(136deg);
    border-radius: 35px;
    width: 70px;
    height: 160px;
    position: absolute;
    left: -35.32px;
    top: -81.82px;
}

.block-module-row.change-theme .bmr-container .bmr-block h4{
	color: #0F172A;
}

.block-module-row.change-theme .bmr-container .bmr-block p{
	line-height: 26px;
}



.block-module-row.change-theme .bmr-container .bmr-block .bmr-block-icon img{
	width: 32px;
	height: 32px;
}

.block-module-row.columns-3 .bmr-container .bmr-block{
	width: calc(33.33% - 34px);	
	padding: 24px;
	border-radius: 13px;
}

.block-module-row.columns-3  .bmr-holder{
	padding-left: 0;
	padding-right: 0;
}

.block-module-row.columns-3  .bmr-container-holder{
	max-width: none;
}

.block-module-row.no-background .bmr-holder{
	background-color: transparent;
}

.basic-content-row{
	padding: 100px 0;
	font-size: 24px;
	color: #111111;
}

.basic-content-row a:not(.btn){
	color: #266AE1;
}

.basic-content-row h1{
	font-weight: 70px;
	line-height: 80px;
}

.basic-content-row h2,
.basic-content-row h3{
	font-size: 60px;
	line-height: 70px;
}

.basic-content-row h3{
	font-size: 54px;
	line-height: 60px;
}
.basic-content-row h4{
	font-size: 48px;
	line-height: 52px;
}
.basic-content-row h5{
	font-size: 42px;
	line-height: 48px;
}
.basic-content-row h6{
	font-size: 36px;
	line-height: 40px;
}

.basic-content-row h1,.basic-content-row h2,.basic-content-row h3{
	font-weight: 600;
	margin: 0 0 80px;
	color:#080F28;
}

.basic-content-row h3,.basic-content-row h4,.basic-content-row h5,.basic-content-row h6{
	font-weight: 600;
	margin: 0 0 16px;
	color:#080F28;
}

.basic-content-row p{
	line-height: 40px;
	margin: 0 0 40px;
}

.basic-content-row .btn{
	margin-top: 50px;
}

.basic-content-row p:last-child{
	margin: 0;
}

.basic-content-row ul,
.basic-content-row ol{
	padding: 0 0 0 23px;
	margin: 0 0 40px 0;
}

.basic-content-row ul li,
.basic-content-row ol li{
	margin: 0 0 25px;
	line-height: 40px;
}

.basic-content-row ul li:last-child,
.basic-content-row ol li:last-child{
	margin: 0;
}

.landing-content-row .lcr-content ul:last-child,
.landing-content-row .lcr-content ol:last-child{
	margin: 0;
}

.basic-content-row.theme-color{
	background-color:#f4f6fa;
}

.basic-content-row.theme-image{
	margin: 68px 0;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	position: relative;
}

.basic-content-row.theme-image:after{
	content: '';
	background: linear-gradient(270.63deg, rgba(38, 106, 225, 0) 7.14%, #266AE1 99.46%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.basic-content-row.theme-image.change-overlay:after{
	background: #000;
    opacity: 0.7;
}

.basic-content-row.theme-image .wrapper{
	position: relative;
	z-index: 10;
}

.basic-content-row.theme-image h1,.basic-content-row.theme-image h2,.basic-content-row.theme-image h3,
.basic-content-row.theme-image h4,.basic-content-row.theme-image h5,.basic-content-row.theme-image h6{
	color: inherit;
}

.featured-list-module{
	padding: 180px 0;
	background-repeat: no-repeat;
	background-position: 100% center;
	background-size: contain;
}

.featured-list-module .flm-content{
	width: 100%;
	max-width: 1082px;
	color: #111111;
	font-size: 24px;
}

.featured-list-module .flm-content .flm-head{
	margin: 0 0 40px;
}

.featured-list-module .flm-content h2,
.featured-list-module .flm-content h3{
	font-weight: 600;
	font-size: 60px;
	color: #080F28;
	line-height: 75px;
	margin: 0 0 48px;
}

.featured-list-module .flm-content h4{
	font-size: inherit;
	font-weight: inherit;
	line-height: 36px;
	margin: 0 0 16px;
}

.featured-list-module .flm-content h4:last-child{
	margin: 0;
}

.featured-list-module .flm-content p{
	line-height: 36px;
	margin: 0 0 16px;
}

.featured-list-module .flm-content p:last-child{
	margin: 0;
}

.featured-list-module .flm-content .flm-blocks{
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 0 -15px;
}

.featured-list-module .flm-content .flm-blocks .flm-block{
	background-color: #FFFFFF;
	border: 1px solid #EDF3F5;
	box-shadow: 0px 30px 45px 0px #7A92A814;
	border-radius: 15px;
	width: calc(50% - 30px);
	margin: 10px 15px;
	position: relative;
	overflow: hidden;
	padding: 25px 25px 25px 80px;
}

.featured-list-module .flm-content .flm-blocks .flm-block .flm-block-no{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #266AE1;
	box-shadow: 0px 4px 7px 0px #B2BECD4A;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 700;
	position: absolute;
	left: 23px;
	top: 30px;
	text-align: center;
	line-height: 36px;
}

.featured-list-module .flm-content .flm-blocks .flm-block .flm-block-no:after{
	content: '';
	background-color:#266AE11A;
	width: 105px;
	height: 45px;
	border-radius: 25px;
	position: absolute;
	left: -55px;
    top: -25px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}

.featured-list-module .flm-content .flm-blocks .flm-block .h4{
	font-size: 24px;
	line-height: 30px;
	color: #0F172A;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0 0 16px;
}

.featured-list-module .flm-content .flm-blocks .flm-block ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.featured-list-module .flm-content .flm-blocks .flm-block ul li{
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 16px;
	font-size: 16px;
	color: #787B84;
	font-weight: 500;
	
}

.featured-list-module .flm-content .flm-blocks .flm-block ul li:last-child{
	margin: 0;
}

.featured-list-module .flm-content .flm-blocks .flm-block ul li:before{
	content: '\f00c';
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 20px;
	color:#266ae1;
	position: absolute;
	left: 0;
	top: 0;
}

.featured-list-module.change-theme{
	padding: 60px 0;
}

.featured-list-module.change-theme .flm-content{
	max-width: none;
}

.featured-list-module.change-theme .flm-content .flm-head{
	text-align: center;
}

.featured-list-module.change-theme .flm-content .flm-blocks .flm-block{
	width: calc(33.33% - 30px);
}

.featured-list-module .flm-bottom{
	text-align: center;
	margin-top: 50px;
}

.icon-block-row{
	margin: 0 0 50px;
}

.icon-block-row .ibr-head{
	text-align: center;
	color: #111111;
	font-size: 32px;
	margin: 0 0 35px;
}

.icon-block-row .ibr-head h2,
.icon-block-row .ibr-head h3{
	font-weight: 600;
	font-size: 60px;
	line-height: 70px;
	color: #000000;
	margin:0 0 40px;
}

.icon-block-row .ibr-head p{
	line-height: 48px;
	margin: 0 0 16px;
}

.icon-block-row .ibr-head p:last-child{
	margin: 0;
}

.icon-block-row .ibr-blocks{
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 0 -25px;
}

.icon-block-row .ibr-blocks .ibr-block{
	width: calc(33.33% - 50px);
	margin: 25px;
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 10px 25px 0px #0C337933;
	padding: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #112D51;
}

.icon-block-row .ibr-blocks .ibr-block .ibr-block-icon{
	width: 73px;
	height: 73px;
	margin: 0 auto 27px;
}

.icon-block-row .ibr-blocks .ibr-block .ibr-block-icon img{
	width: inherit;
	height: inherit;
	object-fit: contain;
	object-position: center center;
}

.icon-block-row .ibr-blocks .ibr-block .h4{
	 font-size: 29px;
	color: #080F28;
	font-weight:600;
	line-height: normal;
	margin: 0 0 20px;
}

.icon-block-row .ibr-blocks .ibr-block p{
	line-height: 25px;
	margin: 0 0 16px;
}

.icon-block-row .ibr-blocks .ibr-block p:last-child{
	margin: 0;
}

.page-id-20571 .header-wrap .header-sidebar .btn.header-cta{
	display: none !important;
}

.header-wrap.header-hide-cta .header-sidebar .btn.header-cta{
	display: none !important;
}
.header-wrap.header-show-cta .header-sidebar .btn.header-cta{
	display: inline-block !important;
}

.page-breadcrumb{
	padding-top:20px;
}

.page-breadcrumb ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.page-breadcrumb ul li{
	color: #266AE1;
	font-size: 14px;
	text-transform: capitalize;
	padding: 0 7px;
	position: relative;
}

.page-breadcrumb ul li:after{
	content: '/';
	color: #111111;
	position: absolute;
	right: -2px;
	top: 1px;
	font-size: 11px;
}

.page-breadcrumb ul li:last-child:after{
	display: none;
}

.page-breadcrumb ul li:first-child{
	padding-left: 0;
}

.page-breadcrumb ul li:last-child{
	padding-right:0;
}

.page-breadcrumb ul li a{
	color: #111111;
}


.image-content-module-row{
	margin: 0 0 70px;
}

.image-content-module-row.background{
	background-color:#f4f6fa;
	padding: 60px 0;
}

.image-content-module-row .icmr-content{
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.image-content-module-row .icmr-content .icmr-image{
	width:calc(43.3% - 21px);
	background-color: #333;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 15px;
}

.image-content-module-row .icmr-content .icmr-image img{
	width: 100%;
	visibility: hidden;
}

.image-content-module-row .icmr-content .icmr-main{
	width:calc(56.7% - 21px);
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	color: #111111;
	font-size:24px;
}

.image-content-module-row .icmr-content .icmr-main .icmr-main-inner{
	padding-right: 42px;
}

.image-content-module-row .icmr-content .icmr-main .icmr-desc{
		margin: 0 0 30px;
}

.image-content-module-row .icmr-content .icmr-main .icmr-desc .icmr-desc-list{
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 0 25px;
}

.image-content-module-row .icmr-content .icmr-main .icmr-desc .icmr-desc-list:last-child{
	margin: 0;
}

.image-content-module-row .icmr-content .icmr-main .icmr-desc .icmr-desc-list .icmr-desc-list-icon{
	width: 40px;
}

.image-content-module-row .icmr-content .icmr-main .icmr-desc .icmr-desc-list .icmr-desc-list-label{
	width: calc(100% - 60px);
	font-weight: 600;
	font-size: 18px;
}

.image-content-module-row .icmr-content h1{
	color:#111111;
	font-size: 60px;
	line-height: 65px;
	margin: 0 0 25px;
	text-transform: capitalize;
	font-weight: 700;
}

.image-content-module-row .icmr-content h2,
.image-content-module-row .icmr-content h3{
	color:#111111;
	font-size: 40px;
	text-transform: capitalize;
	line-height: 54px;
	margin: 0 0 25px;
	font-weight: 600;
}

.image-content-module-row .icmr-content .sub-heading{
	margin:25px 0 0;
	color:#266ae1;
	font-size: 26px;
	font-weight: 500;
	line-height: normal;
	display: block;
}

.image-content-module-row .icmr-content p{
	line-height: 40px;
	margin: 0 0 16px;
}

.image-content-module-row .icmr-content p:last-child{
	margin: 0;
}

.image-content-module-row .icmr-content ol{
	padding: 0 0 0 23px;
	margin: 0 0 16px 0;
}

.image-content-module-row .icmr-content ol li{
	margin: 0 0 7px;
}

.image-content-module-row .icmr-content ol li:last-child{
	margin: 0;
}

.image-content-module-row .icmr-content ol:last-child{
	margin: 0;
}


.image-content-module-row .icmr-content ul{
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}

.image-content-module-row .icmr-content ul:last-child{
	margin: 0;
}

.image-content-module-row .icmr-content ul li{
	padding: 0 0 0 50px;
	margin: 0 0 16px;
	line-height: 37px;
	position: relative;
}

.image-content-module-row .icmr-content ul li:last-child{
	margin: 0;
}

.image-content-module-row .icmr-content ul li:before{
	content: '\f00c';
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
	background-color:#266ae1;
	color: #fff;
	font-size: 15px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 2px;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.image-content-module-row.reverse .icmr-content{
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}

.image-content-module-row.reverse .icmr-content .icmr-main .icmr-main-inner{
	padding-right: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.image-content-module-row.icr-landing-content.background{
	padding: 0;
}

.image-content-module-row.icr-landing-content .icmr-content .icmr-main{
	width: calc(50.6% - 21px);
}

.image-content-module-row.icr-landing-content .icmr-content .sub-heading{
	font-size: 30px;
}

.image-content-module-row.icr-landing-content .icmr-content .icmr-image{
	width: calc(49.4% - 21px);
	background-color:transparent;
	border-radius:0;
	display: flex;
	align-items: flex-end;
}

.image-content-module-row.icr-landing-content .icmr-content .icmr-image img{
	visibility: visible;
}

.cta-module-row .cmr-content{
	background-color: #266ae1;
	border-radius: 25px;
	padding: 0 50px;
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	color: #ffffff;
	font-size: 20px;
}

.cta-module-row .cmr-content .cmr-main{
	width: calc(100% - 500px);
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 50px 0;
}

.cta-module-row .cmr-content .cmr-main h2{
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 25px;
}

.cta-module-row .cmr-content .cmr-main .sub-heading{
	font-size: 34px;
	font-weight: 400;
	display: block;
	margin: 20px 0 0;
}

.cta-module-row .cmr-content .cmr-main .cmr-desc{
	margin: 0 0 30px;
}

.cta-module-row .cmr-content .cmr-main .cmr-desc p{
	 margin: 0 0 16px;
}

.cta-module-row .cmr-content .cmr-main .cmr-desc p:last-child{
	margin: 0;
}

.cta-module-row .cmr-content .cmr-main .cmr-desc ul,
.cta-module-row .cmr-content .cmr-main .cmr-desc ol{
	padding: 0 0 0 23px;
	margin: 0 0 16px 0;
}

.cta-module-row .cmr-content .cmr-main .cmr-desc ul li,
.cta-module-row .cmr-content .cmr-main .cmr-desc ol li{
	margin: 0 0 7px;
}

.cta-module-row .cmr-content .cmr-main .cmr-desc ul li:last-child,
.cta-module-row .cmr-content .cmr-main .cmr-desc ol li:last-child{
	margin: 0;
}

.cta-module-row .cmr-content .cmr-main .cmr-desc ul:last-child,
.cta-module-row .cmr-content .cmr-main .cmr-desc ol:last-child{
	margin: 0;
}

.cta-module-row .cmr-content .cmr-main .cmr-icon-list{
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin: 0 -15px 30px;
	max-width: 630px;
}

.cta-module-row .cmr-content .cmr-main .cmr-icon-list:last-child{
	margin-bottom: 0;
}

.cta-module-row .cmr-content .cmr-main .cmr-icon-list .cmrl-col{
	width: calc(50% - 30px);
	margin: 5px 15px;
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;

}

.cta-module-row .cmr-content .cmr-main .cmr-icon-list .cmrl-col .cmrl-icon{
	width: 40px;
	height: 40px;
	background-color: #fff;
	color: #266ae1;
	font-size: 17px;
	border-radius: 20px;
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

.cta-module-row .cmr-content .cmr-main .cmr-icon-list .cmrl-col .cmrl-label{
	width: calc(100% - 50px);
	font-size: 18px;
}

.cta-module-row .cmr-content .cmr-main .cmr-icon-list .cmrl-col .cmrl-label a{
	color: inherit;
}

.cta-module-row .cmr-content .cmr-image{
	width: 400px;
	display: flex;
	align-items:flex-end;
	-webkit-align-items:flex-end;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.cta-module-row .cmr-content .cmr-image img{
	width: 100%;
}

.page-id-20594 .header-wrap,
.page-id-20431 .header-wrap{
	background-color: #f4f6fa;
	border: 0;
}

.page-id-20594 .header-wrap.fixed,
.page-id-20431 .header-wrap.fixed{
	background-color: #fff;
}


/*Responsive
=========================*/
@media (max-width: 1600px) {
	.tcwi-icon-row {
		margin: 0 -20px;
	}

	.image-content-row .icr-content .icr-content-image {
		max-width: calc(100% - 70px);
	}

	.information-row-content .irc-row .irc-row-desc {
		padding: 45px;
	}
	.product-review h2{ font-size: 28px;}
	.product-review h4{ font-size: 18px;}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{ padding: 0px 8px 0px 8px; }
	.header-wrap .cart-box{ margin-right: 10px; }
	
	.product-banner-row .pbr-content .pbr-main h1{
		font-size: 34px;
		line-height: 42px;
	}
	
	.product-banner-row .pbr-content .pbr-desc .input-cta-group .input-cta label{
		padding: 19px 20px;
		font-size: 22px;
	}
	.icon-label-module{
		padding: 7px 27px;
	}

}

@media (max-width: 1499px) {
	.logo {margin-right: 0;}
	.header-wrap .header-content {max-width: none;}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{ font-size: 16px; }
	.header-wrap .header-sidebar .btn{ padding: 10px 25px; font-size: 16px;  line-height: 24px; }
	.header-wrap .cart-box{ width: 40px; height: 40px;}
	#order_review {max-width: 663px;}
	.landing-hero-section h1{ font-size: 60px; line-height: 70px; margin: 0 0 20px; }
	.landing-hero-section h3{font-size: 30px; line-height: 40px;}
	.landing-hero-section{ font-size: 22px; }
	.landing-hero-section p{ line-height: 32px; margin: 0 0 50px; }
	.landing-hero-section .lhs-main{width: calc(60% - 14px);}
	.landing-hero-section .lhs-image{width: calc(30% - 14px);}
	.container-row-wrap{margin-top: 112px;}
	.product-banner-row .pbr-content .pbr-main{ width: calc(46% - 21px); padding:45px 35px;}
	.product-banner-row .pbr-content .pbr-main h1{font-size: 28px; line-height: 42px; margin: 0 0 30px;}
	.product-banner-row .pbr-content .pbr-desc{ font-size: 26px; width: calc(54% - 21px); }
	.product-banner-row .pbr-content .pbr-desc p{ line-height: 45px; }
	.product-banner-row .pbr-content .pbr-desc .input-cta-group .input-cta label{padding: 13px 22px; font-size: 20px;}
	.featured-module-row .fmr-content .fmr-image{ width: calc(42.5% - 21px); }
	.featured-module-row .fmr-content .fmr-main{width:calc(57.5% - 21px); font-size:20px;}
	.featured-module-row .fmr-content .fmr-main h2,.featured-module-row .fmr-content .fmr-main h3{ font-size: 40px; line-height: 50px; margin: 0 0 20px; }
	.featured-module-row .fmr-content .fmr-main p{ line-height: 36px; }
	.featured-module-row .fmr-content .fmr-main-desc{ margin: 0 0 30px; }
	.icon-label-module{ margin: 0 0 30px;}
	
	
	.icon-label-module .ilm-col{ padding-right:40px; padding-top: 6px; padding-bottom: 6px; }
	.icon-label-module .ilm-col:after{ right: 20px; }
	.icon-label-module .ilm-col .ilm-col-label{ font-size: 20px; }
	.block-module-row .bmr-head{ font-size:22px; }
	.block-module-row .bmr-head p{ line-height: 32px; }
	.block-module-row .bmr-head h2,.block-module-row .bmr-head h3{ font-size: 40px; line-height: 50px; }
	.basic-content-row{ font-size:20px; }
	.basic-content-row h1,.basic-content-row h2,.basic-content-row h3{margin: 0 0 50px;}
	.basic-content-row h1{ font-size: 50px; line-height: 60px; }
	.basic-content-row h2,.basic-content-row h3{ font-size: 40px; line-height: 50px; }
	.basic-content-row p{ margin: 0 0 30px; line-height: 36px; }
	.basic-content-row ul,
	.basic-content-row ol{margin: 0 0 30px 0;}
	.basic-content-row ul li,.basic-content-row ol li{margin: 0 0 10px; line-height: 45px;}
	.icon-block-row .ibr-head{ font-size: 22px; }
	.icon-block-row .ibr-head h2,.icon-block-row .ibr-head h3{ font-size: 40px; line-height:50px; }
	.icon-block-row .ibr-head p{ line-height: 45px; }
	.icon-block-row .ibr-blocks .ibr-block{ padding: 30px; }
	.featured-list-module{ padding: 100px 0; }
	.featured-list-module .flm-content h2,.featured-list-module .flm-content h3{ font-size: 26px; line-height: 50px; margin: 0 0 38px; }
	.featured-list-module .flm-content{ font-size: 22px; }
	.eligibility-row{ padding: 100px 0; }
	.eligibility-row .erc-content{ font-size: 24px; }
	.eligibility-row .erc-content p{ line-height: 40px; }
	.eligibility-row .erc-content .erc-main{ width: calc(40% - 21px); padding: 35px; }
	.eligibility-row .erc-content .erc-desc{width: calc(60% - 21px);}
	.accordion-content-row .acr-head h2,.accordion-content-row .acr-head h3{ font-size: 40px; line-height: 50px; }
	
	.lang-currency{
		padding: 10px 20px;
	}
	.main-menu ul li{
		padding: 10px 22px;
	}
	.main-menu ul li.menu-item-has-children{
		padding-right: 22px;
	}
	.main-menu ul li.menu-item-has-children:before{
		right: 5px;
	}
	.main-menu ul li.menu-item-has-children .sub-menu li{
		padding-right: 0;
	}
	
	.image-content-module-row .icmr-content .icmr-main{ font-size: 20px; }
	.image-content-module-row .icmr-content p{ line-height: 32px; }
	
	.image-content-module-row.icr-landing-content .icmr-content .icmr-main{width: calc(55% - 21px);}
	.image-content-module-row.icr-landing-content .icmr-content .icmr-image{ width: calc(45% - 21px); }
	.image-content-module-row.icr-landing-content .icmr-content h1{ font-size: 55px; line-height: 60px; margin: 0 0 20px; }
	.image-content-module-row.icr-landing-content .icmr-content .icmr-main{ font-size: 20px; }
	.image-content-module-row.icr-landing-content .icmr-content p{ line-height: 32px; }
	.image-content-module-row.icr-landing-content .icmr-content .sub-heading{ margin-top: 20px; }
	.image-content-module-row .icmr-content p br{ display: none;}
	
	
	
}

@media (max-width: 1366px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
		font-size: 14px;
	}
	.btn{font-size: 17px; padding: 10px 18px;}
	.landing-hero-section{ font-size: 20px; padding: 130px 0 40px; }
	.landing-hero-section .lhs-main{width: calc(75% - 14px);}
	.landing-hero-section .lhs-image{ width: calc(25% - 14px); }
	.landing-hero-section h1{ font-size: 40px; line-height: 50px; margin: 0 0 10px; }
	.landing-hero-section h3{font-size: 24px; line-height: 34px; margin: 0 0 20px;}
	.landing-hero-section{ font-size: 20px; }
	.landing-hero-section p{ line-height: 32px; margin: 0 0 30px; }
	.image-content-row h2{ font-size: 40px;}
	.three_column_with_icon{ padding: 40px 0; }
	.three_column_with_icon h2{ font-size: 40px; }
	.three_column_with_icon .sub{ font-size: 20px; margin: 0 0 10px; }
	.image-content-row .icr-content .icr-content-desc h4 .green-color, .image-content-row .icr-content .icr-content-desc h4 .pink-color{
		font-size: 30px;
	}
	.image-content-row .icr-content .icr-content-desc h4{ font-size: 36px; }
	.information-row-content .icr-content .irc-row .irc-row-desc .btn{font-size: 22px; padding: 15px 30px; margin-right: 10px;}
	
	:lang(fr) .header-wrap .header-sidebar .btn{
		max-width: 115px;
		font-size: 13px;
		padding: 10px;
	}
	
	.image-content-row h2{ font-size: 40px; line-height:50px;}
	.image-content-row .icr-content{ padding: 0 40px; }
	.three_column_with_icon.tcwi-change .tcwi-icon-row .tcwi-icon-col{ margin: 30px 0; }
	.contact-us-row .cur-head p br{ display: none;}
	
	.estimator-content-row .ecr-content .ecr-col{ width: 100%; margin: 0 0 30px; }
	.testimonial-content-row .tcr-head h2,.testimonial-content-row .tcr-head h3{ font-size:40px; line-height:50px; }
	.featured-blocks-row .fbr-head h2{ font-size: 40px; line-height:50px; }
	.featured-blocks-row .fbr-content .fbr-block{ padding: 30px 20px; }
	.featured-blocks-row .fbr-content .fbr-block h4{font-size: 28px;}
	.featured-blocks-row .fbr-content .fbr-block .fbr-block-icon{ width: 120px; height: 120px; }
	.featured-blocks-row .fbr-content .fbr-block .fbr-block-icon img{ width:60px; height: 60px;}
	.features-blocks-row .fbr-head h2{ font-size: 40px; line-height:50px; }
	
	.features-blocks-row .fbr-content .fbr-block{ width: calc(33.33% - 24px); }
	.home-blog h2,.home-blog h3{ font-size: 50px; }
	
	.eligibility-row .erc-content .erc-main h2,.eligibility-row .erc-content .erc-main h3{ font-size: 30px; line-height: 40px; }
	
	.eligibility-row .erc-content form input[type="button"],
	.eligibility-row .erc-content form input[type="submit"]{
		font-size: 17px;
		padding: 10px 20px;
	}
	
	.main-menu ul li a{ font-size: 16px; }
}

@media (max-width: 1299px) {
	.image-content-module-row.icr-landing-content .icmr-content{ flex-direction: column-reverse; -webkit-flex-direction: column-reverse;}
	.image-content-module-row.icr-landing-content .icmr-content .icmr-image{ width: 100%; }
	.image-content-module-row.icr-landing-content .icmr-content .icmr-main{ width: 100%; margin: 0 0 40px; }
	
	.image-content-module-row .icmr-content .icmr-image{ width: 100%; margin: 0 0 30px; }
	.image-content-module-row .icmr-content .icmr-main{ width: 100%; }
}

@media (max-width: 1279px) {
	.block-module-row .bmr-container .bmr-block{width: calc(33.33% - 34px);}
	.block-module-row .bmr-container .bmr-block{width: calc(33.33% - 34px);}
}

@media (max-width: 1299px) {
	.header-wrap .header-sidebar .btn{ padding: 8px 14px; font-size: 13px; line-height: 24px;}
	.logo{ max-width: 200px; margin: 0 10px 0 0; }
	.main-menu{ max-width: calc(100% - 210px); }
	
	.landing-hero-section h1{ font-size: 42px; line-height: 60px; }
	.landing-hero-section h3{font-size: 26px; line-height: 35px;}
	.landing-hero-section{ font-size: 22px; }
	.landing-hero-section p{ line-height: 35px; }
	
	.tcwi-icon-row{ margin: 0; }
	.tcwi-icon-col{width: 100%;}
	.tcwi-icon-col:after,
	.tcwi-icon-col:before{ display: none;}
	.tcwi-icon-row:before{display:none;}
	.tcwi-icon-col:before{ display: none;}
	.tcwi-icon-row:after{display:none;}
}




@media (max-width: 1199px) {
	
	.landing-hero-section h1{
		font-size: 38px;
		line-height: 50px;
	}
	.landing-hero-section h3{
		font-size: 24px;
		line-height: 35px;
	}
	
	.product-review{
		padding: 60px 20px 40px;
	}
	.header-wrap .header-content {
		max-width: inherit;
		width: auto;
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
	}

	.header-wrap .header-sidebar {
		max-width: 311px;
		width: auto;
		padding-top: 0px;
	}

	.header-wrap .cart-box {
		order: 0;
		margin-right: 5px;
	}

	.header-wrap .header-sidebar .header-currency-dropdown {
		order: 4;
	}

	.hamburger .line {
		width: 25px;
		margin: 6px auto;
		height: 2px;
	}

	.header-wrap .header-sidebar .btn {
		padding: 8px 10px;
	}

	.header-wrap .header-sidebar .btn {
		position: static;
		left: 0;
		font-size: 10px;
	}

	.header-wrap .wrapper {
		padding: 0 15px;
	}

	.hamburger.slide-menu__control {
		display: block;
		margin-right: 15px;
	}

	.information-row-content .irc-row .irc-row-image {
		width: 100%;
	}

	.information-row-content .irc-row .irc-row-desc {
		width: 100%;
		padding: 40px 20px;
	}

	.home-blog ul{ grid-template-columns: repeat(2, 1fr);}
	.slick-next{ right: 10px;}
	.slick-prev{ left: 10px;}

	.footer-link ul ul li a{ font-size: 16px; font-weight: 500;}
	
	.tcwi-content{ }
	.tcwi-icon-col h3 { line-height: normal;}
	.review-left {
		width: 100%;
		margin-bottom: 30px;
	}
	.review-right {
		width: 100%;
	}
	.product-review h4 br{ display: none;}
	.three_column_with_icon h2{ font-size: 40px; line-height: 50px;}
	.landing-content-row h2{ font-size: 32px;}
	.footer-link li a{}
	.footer-link ul ul li{ margin-bottom: 10px;}
	.contact-us-row .cur-head p br{ display: none;}
	.footer-link { padding: 50px 0;}
	
	.main-menu, .header-wrap .lang-currency {
		display: none;
	}
	.logo{
		max-width: 256px;
		margin: 0;
	}
	
	.tab-label ul li{padding: 18px 20px; font-size: 26px; line-height: normal;}
	
	body.is-active .slide-menu{
		opacity: 1;
		visibility: visible;
		display: block;
		transform: translateX(0);
	}
	
	.image-content-row .icr-content{
		margin: 0;
	}
	.icr-content-box{
		width: 100%;
		padding: 25px 25px 60px;
		margin: 0 0 80px;
	}
	.icr-content-box:last-child{
		margin: 0;
	}
	
	.image-content-row{ padding: 50px 20px; }
	.image-content-row .icr-content{ padding: 0; }
	.image-content-row h2{ font-size: 40px; margin: 0 0 40px;}
	.image-content-row .icr-content .icr-content-image{top: 0; max-width: none;}
	.image-content-row .icr-content .icr-content-image{ height: auto; margin: 0 auto;}
	.image-content-row .icr-content .icr-content-desc{ padding: 25px 0;}
	
	
	.tab-secondery-label ul{ flex-wrap: wrap; -webkit-flex-wrap: wrap; }
	.tab-secondery-label ul li{padding: 14px 20px; text-align: center;}
	.landing-content-row .lcr-content-holder .lcr-content h2{ font-size:40px; line-height: normal; }
	.home-blog ul li{ width: calc(50% - 50px); }
	
	.author-comments li{ width: calc(50% - 50px);}
	.footer-link li{ width: 33.33%; }
	
	.landing-information-row .lir-content .lir-image{ width: 100%; margin: 0 0 40px; }
	.landing-information-row .lir-content  .lir-main{width: 100%;}
	
	.information-row-content .icr-content .irc-row{
		width: 100%;
		margin: 0 0 46px;
	}
	.page-banner-wrap{
		padding-bottom: 60px;
	}
	.page-banner-wrap .pbw-content{
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.page-banner-wrap .pbw-content .pbw-heading,
	.page-banner-wrap .pbw-content .pbw-heading-image{
		width: 100%;
		text-align: center;
	}
	.page-banner-wrap .pbw-content .pbw-heading-image{
		margin: 0 0 40px;
	}
	
	.estimator-content-row .ecr-content table tr:nth-child(1) th{ font-size: 24px; padding: 20px 25px; }
	.estimator-content-row .ecr-content table tr td{ font-size: 22px; padding: 20px 25px;}
	.estimator-content-row .ecr-content .ecr-col{ padding: 20px; }
	.estimator-content-row .ecr-content table tr td:first-child, .estimator-content-row .ecr-content table tr:nth-child(1) th:first-child{ width: 60%; }
	.estimator-content-row .ecr-content table tr td:last-child, .estimator-content-row .ecr-content table tr:nth-child(1) th:last-child{ width:40%; }
	.accordion-content-row .acr-main{ margin: 0; }
	.accordion-content-row .acr-main-col{ width: 100%;}
	.accordion-content-row .acr-title{ font-size: 22px; }
	.accordion-content-row .acr-desc{ font-size: 20px; }
	
	.landing-information-row .mobile-map{ display: block;}
	.page-id-3790 .landing-information-row .lir-content .lir-image{ display: none;}
	
	.container-row-wrap{margin-top: 114px;}
	
	.product-banner-row{padding: 120px 0 60px;}
	.product-banner-row .pbr-content .pbr-main{width: 100%; margin:0 0 30px;}
	.product-banner-row .pbr-content .pbr-desc{ width: 100%; font-size:24px; }
	.product-banner-row .pbr-content .pbr-desc p{ line-height: 36px;}
	.product-banner-row .pbr-content .pbr-main h1{ font-size: 40px; line-height: 50px; }
	
	.featured-module-row{ padding: 40px 0 60; }
	.featured-module-row .fmr-content .fmr-image{ width: 100%; margin: 0 0 30px; }
	.featured-module-row .fmr-content .fmr-main{ width: 100%; font-size: 24px; }
	.featured-module-row .fmr-content .fmr-main h2,.featured-module-row .fmr-content .fmr-main h3{ font-size: 40px; line-height: 50px; }
	.featured-module-row .fmr-content .fmr-main p{ line-height: 36px; }
	.block-module-row .bmr-holder{ padding: 60px 34px; }
	.block-module-row .bmr-head{ font-size: 24px; }
	.block-module-row .bmr-head h2,.block-module-row .bmr-head h3{ font-size: 40px; line-height: 50px; }
	.block-module-row .bmr-head p{ line-height:36px;}
	.block-module-row .bmr-container .bmr-block,.block-module-row.columns-3 .bmr-container .bmr-block{ width: calc(50% - 34px); }
	.basic-content-row{ padding: 60px 0; }
	.basic-content-row.theme-image{ padding: 60px 0; }
	.basic-content-row{ font-size: 24px; }
	.basic-content-row h1{ font-size: 48px; line-height: 60px; }
	.basic-content-row h2{ font-size: 40px; line-height: 50px; }
	.basic-content-row h3{font-size: 40px;line-height: 50px;}
	.basic-content-row h4{font-size: 28px; line-height: 38px;}
	.basic-content-row h5{font-size: 26px;line-height: 36px;}
	.basic-content-row h6{ font-size: 24px; line-height: 28px;}
	.basic-content-row p{ line-height: 36px; margin: 0 0 16px; }
	.basic-content-row ul,
	.basic-content-row ol{
		padding: 0 0 0 23px;
		margin: 0 0 16px 0;
	}

	.basic-content-row ul li,
	.basic-content-row ol li{
		margin: 0 0 7px;
	}

	.basic-content-row ul li:last-child,
	.basic-content-row ol li:last-child{
		margin: 0;
	}

	.basic-content-row ul:last-child,
	.basic-content-row ol:last-child{
		margin: 0;
	}
	.featured-list-module{
		padding: 60px 0;
	}
	.featured-list-module .flm-content h2,
	.featured-list-module .flm-content h3{
		font-size: 40px;
		line-height: 50px;
		margin: 0 0 38px;
	}
	.icon-block-row .ibr-head{ font-size: 24px; }
	.icon-block-row .ibr-head h2,.icon-block-row .ibr-head h3{ font-size: 40px; line-height: 50px; }
	.icon-block-row .ibr-head p{ line-height: 36px; }
	.icon-block-row .ibr-blocks{ margin: 0 -15px; }
	.icon-block-row .ibr-blocks .ibr-block{ width: calc(50% - 30px); margin:15px; }
	.eligibility-row{ padding: 60px 0; }
	.eligibility-row .erc-content{ font-size: 24px; }
	.eligibility-row .erc-content .erc-main{ width: 100%; margin: 0 0 30px; }
	.eligibility-row .erc-content .erc-desc{ width: 100%; }
	.eligibility-row .erc-content .erc-main h2,.eligibility-row .erc-content .erc-main h3{ font-size: 40px; line-height: 50px; }
	.eligibility-row .erc-content p{ line-height: 36px; }
	.block-module-row.change-theme{ padding: 60px 0; }
	.accordion-content-row .acr-head h2,.accordion-content-row .acr-head h3{ font-size: 40px; line-height: 50px; }
	.accordion-content-row.change-theme{ padding: 60px 0; }
	.testimonial-content-row .tcr-head h2,.testimonial-content-row .tcr-head h3{ font-size:40px; line-height: 50px; }
	.featured-blocks-row .fbr-head h2{ font-size: 40px; line-height: 50px; }
	.featured-blocks-row .fbr-content .fbr-block{ width: calc(50% - 30px); }
	.features-blocks-row .fbr-head h2{ font-size: 40px; line-height: 50px; }
	.features-blocks-row .fbr-content .fbr-block{ width: calc(50% - 24px); }
	.home-blog h2,.home-blog h3{ font-size: 40px; line-height: 50px; }
	.home-blog{ padding: 60px 0;}
	
	.cta-module-row .cmr-content .cmr-main{ width: 100%; margin: 0 0 40px; }
	.cta-module-row .cmr-content .cmr-image{ width: 100%; max-width: 400px; margin: 0 auto;}
	
	.featured-list-module.change-theme .flm-content .flm-blocks .flm-block{ width: calc(50% - 30px); }
		
}

@media (max-width: 767px) {
	.image-content-row h2{ font-size: 40px;}
	.image-content-row { padding: 70px 20px;}
	.tab-content ul{ column-count: 1;}
	.tab-content ul li { margin-bottom: 4px;}
	.float-start {width: 100% ;}
	#order_review {max-width: 100%;}
	.home-blog ul{ grid-template-columns: repeat(1, 1fr);}
	.home-blog h2,.home-blog h3, .product-review h2 { font-size: 40px; margin: 0 0px 25px;}
	.footer-link li { width: 100%; margin-bottom: 30px;}
	.tcwi-icon-col {
		width: 100%;
		padding: 0;
		margin-bottom: 50px;
	}
	.three_column_with_icon {
		padding: 50px 0;
	}

	.tcwi-icon-row {
		margin: 0 0px;
	}

	.tcwi-icon-col:after {
		display: none;
	}

	.lang-currency-popup-box {
		margin: 0 20px;
		padding: 25px;
	}

	.lang-currency-popup-box h2 {
		font-size: 22px;
	}


	.hero-section .hero-content h1 {
		line-height: normal;
		font-size: 40px;
	}

	.two-columns-content-row .tccr-content,
	.landing-content-row .lcr-content,
	.footer-wrap .wrapper {
		display: block;
	}

	.two-columns-content-row .tccr-col,
	.landing-content-row .lcr-content .lcr-col {
		width: 100%;
		margin: 0 0 30px;
		padding: 0;
	}

	.two-columns-content-row {
		padding: 40px 0;
	}

	.landing-content-row {
		padding: 40px 0;
	}

	.landing-content-row h2,
	.contact-us-row .cur-head h2 {
		line-height: normal;
		font-size: 40px;
	}

	.hero-section .hero-content ul li:first-child:before {
		display: block;
	}

	.footer-wrap {
		padding: 25px 0;
	}

	.copyright {
		text-align: center;
	}

	.woocommerce-cart .quantity {
		display: block;
	}

	.single-product.woocommerce div.product {
		display: flex;
		flex: 100%;
		flex-direction: column;
	}

	.woocommerce div.product div.images.woocommerce-product-gallery {
		order: 1;
	}

	.woocommerce-row div.product div.summary {
		order: 0;
	}

	.woocommerce-row div.product .woocommerce-tabs {
		order: 2;
	}

	.woocommerce-row div.woocommerce-product-gallery div.wpgs-for img {
		height: 250px !important;
	}

	.logo {
		width: 170px;
		margin: 0;
	}
	.logo img{ width: 100%; }

	.logo-section {
		transform: translate(0);
		position: static;
		margin: 25px 0;
	}

	.footer-links ul {
		display: block;
		text-align: center;
	}

	.default-page-row,
	.woocommerce-row {
		padding: 25px 0;
	}

	h1,
	.woocommerce-row .woocommerce-products-header .woocommerce-products-header__title.page-title {
		font-size: 40px;
		line-height: normal;
		margin: 0 0 20px;
	}

	.woocommerce-row .woocommerce-result-count,
	.woocommerce-row .woocommerce-ordering {
		display: none;
	}

	.woocommerce ul.products {
		margin-top: 0;
	}

	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		width: 100%;
	}

	.woocommerce-row div.product div.summary,
	div#order_review,
	div#customer_details {
		width: 100%;
	}

	.woocommerce-row div.product .woocommerce-tabs ul.tabs li {
		font-size: 14px;
	}

	form.checkout.woocommerce-checkout {
		display: block;
	}

	.woocommerce ul#shipping_method li,
	td.product-name {
		white-space: inherit;
	}

	.woocommerce table.shop_table tfoot th {
		font-weight: 700;
	}

	.woocommerce-checkout #payment ul.payment_methods {
		padding: 0;
	}

	.image-content-row {
		
	}

	.image-content-row .icr-content {
		
	}

	.image-content-row .icr-content .icr-content-image {
		width: 100%;
		margin: 0 0 40px;
	}

	.image-content-row .icr-content .icr-content-desc {
		width: 100%;
		padding: 0;
		text-align: center;
		min-height: auto;
	}

	.estimator-content-row .ecr-head p br {
		display: none;
	}

	.estimator-content-row .ecr-content .ecr-col {
		width: 100%;
		margin: 0 0 40px;
	}

	.estimator-content-row .ecr-content .ecr-col:last-child {
		margin: 0;
	}
	
	
	
	.tab-label ul {
		border:0;
	}
	.tab-label ul li {
		background: white;
		border-radius: 9px;
		margin-bottom: 4px;
		padding: 12px 20px;
		line-height: normal;
		width: 100%;
		border: 1px solid #6a819f;
	}
	
	.tab-secondery-label ul li{ font-size:24px;  width:100%; padding: 10px 20px;}
	.author-comments li{ width: 100%; margin-bottom:20px;}
	.author-comments li .comment-content{ min-height: inherit;}
	
	.landing-hero-section .lhs-content .lhs-main{width: 100%; text-align: center; margin: 0 0 40px;}
	.landing-hero-section .lhs-content .lhs-image{ width: 100%; }
	
	.landing-content-row .lcr-content-holder .lcr-content{ width: 100%; }
	.landing-content-row .lcr-content-holder .lcr-content-image{ width: 100%; margin: 0 0 40px; }
	
	.home-blog ul li{ width: 100%; margin: 0 0 40px; }
	.home-blog ul li:last-child{ margin: 0; }
	.home-blog{ padding: 60px 0;}
	.contact-us-row{ padding: 60px 0; }
	.page-template-template-home .contact-us-row{ padding-top: 0; }
	
	.page-template-template-home .push{ display: none;}
	
	.author-comments{ margin: 0; }
	.author-comments li{ width: 100%; }
	
	.footer-link .footer-link-holder .footer-link-left{ width: 100%; margin: 0 0 25px;}
	.footer-link .footer-link-holder .footer-link-right{ width: 100%; }
	
	.product-review{
		padding: 60px 0;
	}
	.author-comments li{
		padding: 20px;
		margin: 0 0 40px;
	}
	.author-comments li:last-child{
		margin: 0;
	}
	.cur-content-holder{
		padding: 20px;
	}
	
	.contact-us-row .cur-head{
		font-size: 24px;
	}
	
	.contact-us-row .cur-head p{
		line-height: 35px;
	}
	
	.landing-hero-section h1{
		font-size: 40px;
		line-height: 40px;
	}
	
	.landing-information-row h2{
		font-size: 40px;
		line-height: 40px;
	}
	.information-row-content .icr-content .irc-row .irc-row-desc{
		padding: 0 15px 30px;
	}
	.information-row-content .icr-content .irc-row .irc-row-desc .btn{
		padding: 14px 24px;
		font-size: 18px;
		margin: 0 0 7px;
		width: 100%;
	}
	.information-row-content .icr-content .irc-row .irc-row-desc h2{
		font-size: 30px;
		padding: 50px 15px 20px;
		margin: -20px -15px 30px;
	}
	
	.information-row-content .icr-content .irc-row .irc-row-desc ol li{
		padding: 0;
	}
	.information-row-content .icr-content .irc-row .irc-row-desc ol li:before{
		position: relative;
		margin: 0 0 20px;
	}
	
	.page-banner-wrap .pbw-content .pbw-heading h1{
		font-size: 40px;
	}
	
	.estimator-content-row .ecr-content table tr:nth-child(1) th{ font-size: 20px; padding: 14px 20px; }
	.estimator-content-row .ecr-content table tr td{ font-size: 20px; padding: 14px 20px;}
	
	.information-row-content .icr-content .irc-row .irc-row-image{
		height: auto;
	}
	
	.page-id-154  .three-col-section strong br{
		display:block;
	}

	.woocommerce-checkout .woocommerce-form-coupon-toggle{
		display: none;
	}
	
	.woocommerce-checkout .woocommerce form .form-row-first,
	.woocommerce-checkout .woocommerce form .form-row-last, 
	.woocommerce-checkout .woocommerce-page form .form-row-first, 
	.woocommerce-checkout .woocommerce-page form .form-row-last,
	.woocommerce-checkout p#billing_city_field, 
	.woocommerce-checkout p#billing_state_field, 
	.woocommerce-checkout p#billing_postcode_field{ width: 100%; }
	
	.tooltip:before{ left: 50%; top: 100%; transform: translateX(-50%); -webkit-transform: translateX(-50%); width: 230px;}
	.tooltip:after{ margin-left: -15px; transform: translateY(-50%) rotate(90deg);}
	.woocommerce-checkout #payment ul.payment_methods li:nth-child(2){ display: none;}

	.tab-section h1{ padding: 0 20px;}
	.tab-label ul li{ width: 100%; margin-bottom: 12px; font-size: 22px;}
	.tab-secondery-content h3 {
		font-size: 24px;
		margin-bottom: 20px;
		color: #333;
		line-height: normal;
	}
	.tab-content ul li {
		margin-bottom: 4px;
		font-size: 17px;
		padding: 14px 20px;
	}
	.tab-label ul li{ margin: 0 4px 12px;}
	.tab-content { padding: 30px 20px;}
	
	.image-content-row .icr-content .icr-content-desc h4 .green-color, 
	.image-content-row .icr-content .icr-content-desc h4 .pink-color{font-size: 30px;}



	/**/
	.container-row-wrap { margin-top: 70px;}
	.image-content-row .icr-content .icr-content-desc .btn {
		min-width: inherit;
		padding: 12px 20px;
		width: auto;
	}
	h1, .woocommerce-row .woocommerce-products-header .woocommerce-products-header__title.page-title{ font-size: 28px;}
	.header-wrap { padding: 20px 0;}
	
	
	

	.cross-sells{
		display:none;
	}
	.default-page-row h1{
		font-size: 32px;
		margin: 0 0 10px 0px;
	}
	.woocommerce-car h1{
		margin-bottom:0;
	}
	
	.block-module-row .bmr-container{ margin: 0; }
	.block-module-row .bmr-container .bmr-block,.block-module-row.columns-3 .bmr-container .bmr-block{ width: 100%; margin: 0 0 20px; }
	.block-module-row .bmr-container .bmr-block:last-child{ margin: 0; }
	.icon-block-row .ibr-blocks{ margin: 0; }
	.icon-block-row .ibr-blocks .ibr-block{width: 100%; margin: 0 0 20px;  }
	.icon-block-row .ibr-blocks .ibr-block:last-child{ margin: 0;}
	.featured-list-module .flm-content .flm-blocks{ margin: 0; }
	.featured-list-module .flm-content .flm-blocks .flm-block,.featured-list-module.change-theme .flm-content .flm-blocks .flm-block{ width: 100%; margin: 0 0 20px; }
	.featured-list-module .flm-content .flm-blocks .flm-block:last-child,.featured-list-module.change-theme .flm-content .flm-blocks .flm-block:last-child{ margin: 0; }
	.icon-label-module{ display: flex; flex-direction: column; -webkit-flex-direction: column; align-items: flex-start; -webkit-align-items: flex-start;}
	.icon-label-module .ilm-col{ padding-right: 0;}
	.icon-label-module .ilm-col:after{ display: none;}
	.input-cta-group{ margin: 0; }
	.input-cta-group .input-cta{ width:100%; margin: 0 0 20px; }
	.input-cta-group .input-cta label{ display: block; }
	.input-cta-group .input-cta:last-child{ margin: 0; }
	.product-banner-row .pbr-content .pbr-desc .input-cta-group{flex-wrap: wrap; -webkit-flex-wrap: wrap;}
	.featured-blocks-row .fbr-content{ margin: 0; }
	.featured-blocks-row .fbr-content .fbr-block{ width:100%; margin: 0 0 20px; }
	.featured-blocks-row .fbr-content .fbr-block:last-child{ margin: 0; }
	.features-blocks-row .fbr-content{ margin: 0; }
	.features-blocks-row .fbr-content .fbr-block{ width: 100%; margin: 0 0 20px; }
	.features-blocks-row .fbr-content .fbr-block:last-child{margin: 0;}
	.product-banner-row .pbr-content .pbr-main h1{ font-size: 28px; line-height: 36px; }
	.product-banner-row .pbr-content .pbr-main select{ width: 100%; margin: 0 0 7px; }
	.product-banner-row .pbr-content .pbr-main label{ font-size: 20px; }
	.product-banner-row .pbr-content .pbr-desc .input-cta-group .input-cta label{ font-size: 24px; padding: 20px; }
	.eligibility-row .erc-content form label{ font-size:24px; }
	.eligibility-row .erc-content .erc-main h2,.eligibility-row .erc-content .erc-main h3{ font-size: 36px; line-height:46px; }
	
	.accordion-content-row .acr-desc .acr-desc-image{
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}
	
	.cta-module-row .cmr-content .cmr-main .cmr-icon-list .cmrl-col{ width: 100%; }
	.image-content-module-row .icmr-content h1{ font-size: 40px; line-height: 50px; }
	.image-content-module-row .icmr-content h2, .image-content-module-row .icmr-content h3{ font-size: 36px; line-height: 46px; }
	
}

