/*!
Theme Name: LG Home Comfort
Theme URI: http://underscores.me/
Author: The Influenceagency
Author URI: https://theinfluenceagency.com/
Description: A Wordpress theme for LG Home Comfort
Version: 0.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tia_lghc
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.

LG Home Comfort 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;
    font-display: swap;
}

/**
 * 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.F
 */
button,
select {
	text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -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 {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */

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

/* Forms
--------------------------------------------- */


/*--------------------------------------------------------------
# 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;
}

.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;
}

/*
---------------------------------------------
---------------------------------------------
---------------------------------------------
---------------------------------------------
---------------------------------------------
START TIA STYLES
---------------------------------------------
---------------------------------------------
---------------------------------------------
---------------------------------------------
---------------------------------------------
*/

/* Definitions (Colors)
--------------------------------------------- */

:root {
    --primary-color: #29AAE2;
    --secondary-color: #E8F3FD;
    --text-black: #161616;
    --text-gray: #6A6A6A;
    --text-white: #FFF;
}

/* General Styles
--------------------------------------------- */

body{
    position: relative;
    font-family: 'Satoshi', sans-serif;
}

.container{
    max-width: 1240px;
    margin: 0 auto;
}

.btn{
    padding: 15px 45px;
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    border-color: transparent;
    cursor: pointer;
}

.btn-primary{
    background: var(--primary-color) !important;
    color: var(--text-white) !important;
}

.btn-primary:hover{
    background: var(--text-white);
    color: var(--primary-color);
}

.btn-white{
    background: var(--text-white);
    color: var(--primary-color);
}

.btn-white:hover{
    background: var(--primary-color);
    color: var(--text-white);
}

.btn-icon{
    display: inline-flex;
    align-items: center;
}

.btn-border-primary{
    border: 1px solid var(--primary-color);
}

.btn-icon svg{
    margin-left: 10px;
}

.btn:hover{
    background: #003E77;
    color: #FFF !important;
}

.bluetext{
    color: var(--primary-color);
}

.flexcenter{
    display: flex;
    align-items: center;
}

.card{
    box-shadow: 10px 20px 50px rgba(83, 166, 242, 0.5);
    border-radius: 20px;
    padding: 60px;
}

img{
    max-width: 100%;
}

.input-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input-group{
    width: 100%;
    margin-bottom: 20px;
}

.input-row .input-group{
    width: 49%;
}

.input-group label{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
    display: block;
}

.input-group input, .input-group textarea{
    background: #FFFFFF;
    border-radius: 5px;
    width: 100%;
    border: none;
    padding: 15px;
}

input{
    border: none;
}

.pill{
    padding: 5px 15px;
    border-radius: 650px;
}

.pill-black{
    background: none;
    border: 1px solid var(--text-black);
    color: var(--text-black);
}

.pill-blue{
    background: var(--primary-color);
    color: var(--text-white);
}

.pill-trans{
    background: none;
    border: 1px solid var(--text-white);
    color: var(--text-white);
}

.mobileonly{
    display: none;
}

.primarybg{
    background: var(--primary-color);
}

.secondarybg{
    background: var(--secondary-color) !important;
}

.highlightedtext{
    background: linear-gradient(to top, #005479, #005479 25%, transparent 25%, transparent); 
}

.mr-30{
    margin-right: 30px;
}

.fadein{
    opacity: 0;
}

@media (max-width: 1200px) {
    .mobileonly{
        display: block;
    }

    .desktoponly{
        display: none !important;
    }
}

/* Header Styles
--------------------------------------------- */

header{
    background: var(--primary-color);
    color: var(--text-white);
    padding: 10px 100px;
    position: sticky;
    top: 0;
    z-index: 2;
}

header .logoimg{
    height: 60px;
}

header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

header li{
    display: inline-block;
    margin-right: 22px;
}

header li:last-of-type{
    margin-right: 0;
}

header nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

header nav ul li {
  position: relative;
  display: inline-block;
}

header nav ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 330px;
  background: var(--primary-color);
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

header nav ul li ul li{
    width: 100%;
    display: block;
    padding: 5px 40px;
    border-bottom: 1px solid transparent;
}

header nav ul li ul li:hover{
    border-bottom: 1px solid #FFF;
    cursor: pointer;
}

header nav ul li ul ul {
  top: 0;
  left: 100%;
}

header nav ul li:hover > ul {
  display: block;
}

header nav a, header .phonenumber a{
    text-decoration: none;
    color: var(--text-white);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

header .btn{
    margin-left: 30px;
}

header .phonenumber{
    display: flex;
    align-items: center;
    float: left;
}

header .phonenumber img{
    margin-right: 10px;
}

.mobilemenutoggle, .mobilemenu, .mobilecallbutton{
    display: none;
}

.servicesub,.resoursesub{
    padding-left: 25px !important;
}

.servicesub ul,
.resoursesub ul{
    display: block !important;
    padding-left: 25px !important;
}

.resoursesub li a,
.servicesub li a{
    font-size: 25px !important;
}

.resoursesub ul li a,
.servicesub ul li a{
    font-size: 20px !important;
}



@media (max-width: 1200px) {

    header{
        padding: 10px 25px;
    }

    header .desktoponly{
        display: none;
    }

    .mobilemenutoggle{
        display: block;
        background: none;
        border: none;
        margin-left: 50px;
    }

    header .phonenumber{
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .mobilemenu{
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: var(--primary-color);
        z-index: 99;
        padding: 25px;
        overflow: scroll;
    }

    .mobileheader{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobilemenu .logoimg{
        display: block;
        margin: 25px 0;
        height: 60px;
    }

    .mobilemenu ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobilemenu ul ul{
        display: none;
    }

    .mobilemenu ul a{
        color: #FFF;
        text-decoration: none;
        font-size: 40px;
        font-weight: bold;
    }

    .mobilemenu a:hover{
        color: #003E77;
    }

    .mobilebuttons span, .mobilebuttons .btn{
        display: flex;
        margin-bottom: 25px;
        justify-content: center;
        align-items: center;
    }

    .mobilebuttons{
        margin-top: 50px;
    }

    .mobilebuttons .phonenumber a{
        text-decoration: none;
        color: var(--text-white);
        margin-left: 15px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    header .logoimg, .mobilemenu .logoimg{
        /*height: 35px;*/
        width: 150px !important;
        height: auto !important;
       
    }
  .ham-icon {
    width: 24px !important;
    height: 24px !important;
  }


    header .btn{
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 5px 10px;
    }

    .mobilemenutoggle{
        margin-left: 20px;
    }

    header .phonenumber{
        display: none;
    }

    .mobilecallbutton{
        background: var(--primary-color);
        position: fixed;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        aspect-ratio: 1/1;
        height: 60px;
        width: 60px;
        bottom: 25px;
        right: 25px;
        z-index: 2;
        border: 2px solid #FFF;
    }

    .mobilecallbutton a{
        width: 70%;
        height: 70%;
    }

    .mobilecallbutton img{
        height: 100%;
        width: 100%;
    }
}

/* Footer Styles
--------------------------------------------- */

footer{
    padding-top: 400px;
    padding-bottom: 25px;
    background: var(--primary-color);
    color: var(--text-white);
}

.footercontent{
    border-top: 1px solid #FFF;
    padding-top: 70px;
}

.footercontent .flexrow{
    display: flex;
    justify-content: space-between;
}

.footercontent .leftdiv{
    width: 20%;
}

.footercontent .leftdiv img{
    width: 100%;
}

.footercontent .leftdiv .socials{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
}

.footercontent .leftdiv .socials a{
    width: 20%;
}

.footercontent .leftdiv .socials a:hover{
    color: #003E77;
}

.footercontent .leftdiv .socials a:hover .hoverwhite{
    fill: #FFF !important;
}

.footercontent .newsletter span{
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: var(--text-white);
    margin-bottom: 15px;
    display: block;
}

.footercontent .newsinput{
    background-color: #FFF;
    border-radius: 25px;
    padding: 5px;
    padding-left: 8px;
    display: flex;
}

.footercontent .newsinput input[type="email"]{
    border: none;
    outline: none;
    max-width: 63%;
}

.wpcf7-form p{
    margin: 0 !important;
}

.footercontent .newsinput input[type="submit"]{
    background: var(--primary-color);
    padding: 5px 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    border-radius: 25px;
    float: right;
    color: var(--text-white);
    cursor: pointer;
}

.footercontent .newsinput input[type="submit"]:hover{
    background: #003E77;
}

.footercontent .rightdiv{
    width: 80%;
    padding-left: 50px;
}

.footercontent h5{
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    margin: 0;
}

.footercontent .contactrow{
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    align-items: flex-start;
    margin-top: 30px;
}

.footercontent .contactrow img{
    margin-right: 15px;
}

.footercontent .contactrow p{
    margin: 0;
}

footer .quickflex{
    display: flex;
}

footer .quickflex ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 50px;
    margin-top: 30px;
}

footer .quickflex ul:last-of-type{
    margin-right: 0;
}

footer .quickflex ul li{
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

footer .quickflex ul li:last-of-type{
    margin-bottom: 0;
}

footer .rightdiv .flexrow{
    margin-bottom: 70px;
}

footer .locationlist{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

footer .locationlist li{
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    width: 12.5%;
    white-space: nowrap;
}

footer a{
    text-decoration: none;
    color: var(--text-white);
}

footer a:hover{
    text-decoration: none;
    color: #003E77;
}

footer .copyright{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

footer .copyright span{
    margin-right: 10px;
}

footer .copyright a{
    color: var(--text-white);
    text-decoration: none;
    border-left: 1px solid #FFF;
    padding: 0 10px;
}

#termspopup{
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    display: none;
}

#termspopup .card{
    background: #FFF;
    padding: 40px;
}

#termspopup .closerow{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#termspopup h4{
    color: var(--primary-color);
    text-align: center;
    font-family: Satoshi;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin: 0 0 40px;
}

.termscontent{
    padding: 50px;
}

.termscontent ul{
    margin: 0;
    max-width: 450px;
}

@media (max-width: 1200px) {

    .footercontent{
        padding: 50px;
    }

    .footercontent .flexrow{
        flex-wrap: wrap;
    }

    .footercontent .leftdiv{
       display: none;
    }

    .footercontent .rightdiv .leftdiv{
        display: block;
        width: auto;
    }

    .footercontent .leftdiv img, .footercontent .leftdiv .socials, .footercontent .leftdiv .newsletter{
        max-width: 280px;
    }

    .footercontent .rightdiv{
        padding-left: 0;
    }

    .footercontent .rightdiv .flexrow{
        margin-top: 50px;
        margin-bottom: 25px;
    }

    .footercontent .rightdiv{
        width: 100%;
    }

    footer .locationlist{
        display: none;
    }

    footer .locationlist li{
        width: 15%;
    }

    footer .contactrow{
        margin-right: 25px;;
    }

    #locationSelect{
        color: var(--text-white);
        background: var(--primary-color);
        border: 1px solid #FFF;
        border-radius: 20px;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 10px 15px;
        margin: 15px 0;
    }

    #locationSelect2{
        color: var(--text-white);
        background: var(--primary-color);
        border: 1px solid #FFF;
        border-radius: 100px;
        font-size: 18px;
        line-height: normal;
        padding: 15px 40px;
        margin: 15px auto;
    }

    footer .quickflex ul{
        margin-top: 0;
    }

    footer .copyright span{
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }

    footer .copyright a:first-of-type{
        border-left: 0;
        padding-left: 0;
    }

}
@media (max-width: 1024px) {
    .bigreview .quote {
    display: none;
}
.bigreview .reviewcontent {
    width: 100%;
    min-width:100%;
}
}
@media (max-width: 767px){
    .padding20{
        padding:20px !important;
    }
}
@media (min-width: 767px) and (max-width:990px){
    .padding20{
        padding:20px !important;
    }
}
@media (max-width: 767px) {
    .footercontent{
        padding: 30px;
    }

    .footercontent .leftdiv{
        text-align: center;
    }

    .footercontent .leftdiv .socials{
        margin: 30px auto;
    }

    .footercontent .newsletter{
        margin: 0 auto;
    }

    .footercontent .rightdiv .flexrow{
        justify-content: flex-start;
        flex-wrap: wrap-reverse;
    }

    footer .quickflex{
        margin-top: 25px;;
    }

    footer .locationlist li{
        width: 50%;
    }

    .footercontent .leftdiv{
        display: block;
        width: 100%;
    }

    .footercontent .rightdiv .leftdiv{
        display: none;
    }

    .footercontent h5{
        margin-top: 25px;
    }
}

/***** Hero *****/

.hero{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    min-height: 900px;
    color: var(--text-white);
    position: relative;
}

.herocontent{
    text-align: center;
}

.hero h1{
    font-weight: 700;
    font-size: 57px;
    line-height: 60px;
}

.hero .herostats{
    margin: 45px 0 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero .herostat{
    padding: 0 65px;
    border-right: 1px solid var(--text-white);
}

.hero .herostat:last-of-type{
    border-right: none;
}

.hero .herostat b{
    display: block;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
}

.hero .herostat span{
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
}

@media (max-width: 1200px) {

    .hero{
        min-height: auto;
        height: 100vh;
    }

    .herocontent{
        padding-bottom: 150px;
    }

    .hero h1{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
		padding: 0 20px;
    }
    .hero h2{

		padding: 0 20px;
    }


    .hero .herostat b{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }

    .hero .herostat span{
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

}

@media (max-width: 767px) {

    .herocontent{
        padding-bottom: 100px;
    }

    .hero .herostats{
        display: flex;
		flex-direction: column;
  		gap: 10px;
    }
	
	.hero .herostat{
		border-right: 0px;
		}
	
    .hero h1{
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }

    #mobilelessmargin{
        margin-top: 30px !important;
    }
}

/***** Homepage Cards *****/

.homepagecard{
    margin-bottom: 65px;
}

.homepagecard .container{
    max-width: 1140px;
}

.homepagecard .card{
    background-color: var(--secondary-color);
    display: flex;
    flex-direction: row;
    position: relative;
}

.homepagecard .card .textside{
    width: 60%;
    padding-right: 90px;
}

.homepagecard .card .textside h2{
    font-weight: 700;
    font-size: 75px;
    line-height: 90px;
    color: var(--text-black);
    margin: 0;
}

.homepagecard .card .textside b{
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: var(--text-black);
    margin: 20px 0;
    display: block;
}

.homepagecard .card .textside p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--text-gray);
    margin: 0;
}

.homepagecard .card .textside .btn{
    margin-top: 30px;
    min-width: 80%;
    text-align: center;
    justify-content: center;
}

.homepagecard .card img{
    width: 40%;
}

@media (max-width: 1200px) {

    .homepagecard .container{
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 25px;
    }

    .homepagecard .card{
        flex-wrap: wrap-reverse;
    }

    .homepagecard .card .textside{
        width: 100%;
        padding: 0;
    }

    .homepagecard .card img{
        width: 100%;
        margin-bottom: 25px;
    }

    .homepagecard .card .textside h2{
        font-size: 55px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }

    .homepagecard .card .textside b{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .homepagecard .card .textside p{
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

}

@media (max-width: 767px) {
    .homepagecard .container{
        padding: 0 15px;
    }

    .homepagecard .card{
        padding: 15px;
    }

    .homepagecard .card .textside h2{
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        line-height: 35px;
    }

    .homepagecard .card .textside b{
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .homepagecard .card .textside p{
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

/***** Homepage Contact Card *****/

.homepagecontactcard{
    margin-bottom: 150px;
}

.homepagecontactcard .container{
    max-width: 1140px;
}

.homepagecontactcard .card{
    background-color: var(--primary-color);
    display: flex;
    color: var(--text-white);
}

.homepagecontactcard .card .textside{
    width: 50%;
    padding-right: 90px;
}

.homepagecontactcard .card .textside h2{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin: 0;
}

.homepagecontactcard .card .textside b{
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    margin: 30px 0;
    display: block;
}

.homepagecontactcard .card .textside span{
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
}

.homepagecontactcard .card .textside span img{
    margin-right: 10px;
}

.homepagecontactcard .card .textside form{
    width: 50%;
}

.homepagecontactcard button{
    margin-top: 25px;
}

@media (max-width: 1200px) {

    .homepagecontactcard .card{
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .homepagecontactcard .container{
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 25px;
    }

    .homepagecontactcard .card .textside{
        width: 100%;
        padding-right: 0;
    }

    .homepagecontactcard .card .textside h2{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }

    .homepagecontactcard .card .textside b{
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .homepagecontactcard .card .textside span{
        justify-content: center;
        margin-bottom: 25px;
    }

    .homepagecontactcard form{
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .homepagecontactcard .container{
        padding: 0 15px;
    }

    .homepagecontactcard .card{
        padding: 15px;
    }

    .homepagecontactcard .card .textside h2{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .homepagecontactcard .card .textside b{
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

/***** Grid Section *****/

.gridsection{
    padding-top: 100px;
    background: var(--secondary-color);
}

.gridsection .container{
    max-width: 1140px;
}

.gridsection h3{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: var(--text-black);
    margin: 0;
    max-width: 600px;
    margin-bottom: 85px;
}

.gridsection .grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}

.gridsection .grid.mobileonly{
    display: none;
}

.gridsection .block{
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.gridsection .block a{
    text-decoration: none;
    color: #FFF;
}

@media (max-width: 1200px) {

    .gridsection{
        padding: 50px;
    }

    .gridsection h3{
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
        margin-bottom: 25px;
    }

    .gridsection .block{
        border-radius: 20px;
        width: 33%;
    }

    .gridsection .desktoponly{
        display: none !important;
    }

    .gridsection .grid{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .gridsection{
        padding: 25px;
    }

    .gridsection h3{
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }
}

/***** Servicecards Section *****/

.servicecards{
    background: var(--primary-color);
    padding: 150px 0 100px;
}

.servicecards h3{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: var(--text-white);
    text-align: center;
}

.servicecards .cardwrapper{
    display: flex;
    justify-content: space-between;
}

.servicecards .card{
    background: #FFF;
    width: 32%;
    box-sizing: border-box;
}

.servicecards .card h4{
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: var(--primary-color);
    margin: 15px 0;
}

.servicecards .card .btn{
    width: auto;
    margin-bottom: 15px;
    padding: 10px 40px;
}

.servicecards .card .btn:last-of-type{
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .servicecards{
        padding: 50px;
    }

    .servicecards h3, .servicecards .card h4{
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }

    .servicecards .cardwrapper{
        display: block;
    }

    .servicecards .card{
        width: 100%;
        margin-bottom: 25px;
    }

    .servicecards .card:last-of-type{
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .servicecards{
        padding: 25px;
    }

    .servicecards h3, .servicecards .card h4{
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }
}

/***** Text Left - Multi Right Section *****/

.text-backgroundsright{
    background: var(--secondary-color);
    padding: 100px 0;
}

.text-backgroundsright .container{
    display: flex;
    max-width: 1240px;
}

.text-backgroundsright .textside{
    width: 40%;
    padding-right: 100px;
    position: relative;
}

.text-backgroundsright h3{
    margin: 0;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: var(--text-black);
}

.text-backgroundsright p{
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: var(--text-black);
    margin: 25px 0;
}

.text-backgroundsright .imageside{
    width: 60%;
}

.text-backgroundsright .imageside .card{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    margin-bottom: 25px;
}

.text-backgroundsright .imageside .card h4{
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: var(--text-white);
}

@media (max-width: 1200px) {
    .text-backgroundsright{
        padding: 50px;
    }

    .text-backgroundsright .container{
        display: block;
    }

    .text-backgroundsright .textside, .text-backgroundsright .imageside{
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .text-backgroundsright .textside{
        margin-bottom: 25px;
    }

    .text-backgroundsright .imageside .card{
        padding: 25px;
    }

    .text-backgroundsright .imageside .card h4{
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .text-backgroundsright{
        padding: 25px;
    }

    .text-backgroundsright .imageside .card h4{
        font-size: 18px;
    }
}

/***** Rebate Section *****/

.rebatesection{
    background: var(--primary-color);
    padding: 100px 0;
}

.rebatesection .container{
    display: flex;
    align-items: flex-start;
    max-width: 1240px;
}

.rebatesection .textside{
    width: 40%;
    padding-right: 45px;
}

.rebatesection .pill{
    padding: 15px 20px;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
}

.rebatesection h3{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: var(--text-white);
}

.rebatesection .imageside{
    width: 60%;
}

.rebatesection .imageside img{
    width: 100%;
}

@media (max-width: 1200px) {
    .rebatesection{
        padding: 50px;
    }

    .rebatesection .container{
        display: block;
    }

    .rebatesection .textside, .rebatesection .imageside{
        width: 100%;
    }

    .rebatesection .textside{
        margin-bottom: 25px;
    }

    .rebatesection h3{
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .rebatesection{
        padding: 25px;
    }

    .rebatesection h3{
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }

    .rebatesection .pill{
        font-size: 16px;
    }
}

/***** Homepage Reviews Section *****/

.homepagereviews{
    background: var(--secondary-color);
    padding: 100px 0;
}

.homepagereviews .container{
    display: flex;
    max-width: 1240px;
}

.homepagereviews .textside{
    width: 60%;
}

.homepagereviews .textside h3{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: var(--text-black);
    max-width: 500px;
    margin: 0;
}

.homepagereviews .textside p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--text-black);
    max-width: 600px;
    margin: 25px 0;
}

.homepagereviews .textside .btn-primary{
    margin-right: 30px;
}

.homepagereviews .rightside{
    width: 40%;
}

.homepagereviews .card{
    box-shadow: none;
    background: #FFF;
    margin-bottom: 25px;
    display: flex;
    padding: 35px;
    color: var(--text-black);
}

.homepagereviews .card:hover{
    background: var(--primary-color);
    color: var(--text-white);
}

.homepagereviews .card .cardleft{
    font-weight: 700;
    font-size: 49.5872px;
    line-height: 67px;
    margin-right: 30px;
}

.homepagereviews .card .cardright p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}

.homepagereviews .card .cardright b{
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin-top: 10px;
    display: block;
}

@media (max-width: 1200px) {
    .homepagereviews{
        padding: 50px;
    }

    .homepagereviews .container{
        display: block;
    }

    .homepagereviews .textside{
        width: 100%;
        margin-bottom: 25px;
    }

    .homepagereviews .rightside{
        width: 100%;
    }

    .homepagereviews .textside h3{
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .homepagereviews{
        padding: 25px;
    }

    .homepagereviews .textside h3{
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }

    .homepagereviews .textside .btn-primary{
        margin-bottom: 15px;
    }

    .homepagereviews .card{
        display: block;
    }

    .homepagereviews .card .cardleft{
        margin-bottom: 25px;
    }
}

/***** Partners Section *****/

.partnersection{
    padding: 100px 0;
    background: var(--primary-color);
}

.partnersection h2{
    font-weight: 700;
    font-size: 57px;
    line-height: 60px;
    color: var(--text-white);
    text-align: center;
    margin: 0;
    margin-bottom: 100px;
}

.partnersection .logorow{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.partnersection .logorow:last-of-type{
    margin-bottom: 0;
}

.partnersection .logorow img{
    margin-right: 2%;
    width: 15%;
}

.partnersection .logorow img:last-of-type{
    margin-right: 0;
}

@media (max-width: 1200px) {

    .partnersection{
        padding: 50px;
    }

    .partnersection h2{
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
        margin-bottom: 25px;
    }

}

@media (max-width: 767px) {
    .partnersection{
        padding: 25px;
    }

    .partnersection .logorow{
        margin-bottom: 20px;
    }

    .partnersection h2{
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }
}

/***** Locations Section *****/

.locationssection{
    padding: 100px 0;
}

.locationssection .container{
    display: flex;
    max-width: 1240px;
}

.locationssection .textside{
    width: 50%;
    padding-right: 75px;
}

.locationssection .textside h2{
    font-weight: 700;
    font-size: 57px;
    line-height: 60px;
    color: var(--text-black);
}

.locationssection .textside p{
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: var(--text-black);
}

.locationssection .textside ul{
    margin: 0;
    padding: 0;
}

.locationssection .textside li{
    color: var(--text-black);
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.locationssection .textside li a{
    text-decoration: none;
    color: var(--text-black);
}

.locationssection .textside li a:hover{
    color: var(--primary-color);
}

.locationssection .imageside{
    width: 50%;
    position: relative;
}

.locationssection .listwrapper{
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
}

@media (max-width: 1200px) {
    .locationssection{
        padding: 50px;
    }

    .locationssection .container{
        flex-wrap: wrap-reverse;
    }

    .locationssection .textside{
        width: 100%;
        padding: 0;
    }

    .locationssection .imageside{
        width: 100%;
    }

    .locationssection iframe, .locationssection img{
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .locationssection{
        padding: 25px;
        text-align: center;
    }
}

/***** Latest Blogs Section *****/

.latestblogs{
    background: var(--secondary-color);
    padding: 100px 0;
    text-align: center;
}

.latestblogs h3{
    text-align: center;
    color: var(--text-black);
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin: 0;
}

.latestblogs .postslider{

    margin-top: 50px;
    padding-bottom: 25px;
}

.latestblogs .post{
    background: #FFF;
    margin-right: 35px;
    padding: 15px;
    text-align: left;
    width: 32%;
    box-shadow: none;
}

.latestblogs .post img{
    width: 100%;
    margin-bottom: 25px;
}

.latestblogs .post h4{
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: var(--primary-color);
    margin: 0;
}

.latestblogs .post p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--primary-color);
    margin: 25px 0;
}

.latestblogs .post a{
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    text-decoration: none;
}

.latestblogs .post a svg{
    margin-left: 5px;
}

.latestblogs .flickity-prev-next-button{
    position: relative;
    left: 0;
    right: 0;
    margin-top: 70px;
    margin-right: 80px;
}

.latestblogs .flickity-prev-next-button:last-of-type{
    margin-right: 0;
}

@media (max-width: 1200px) {
    .latestblogs{
        padding: 50px;
    }

    .latestblogs .post{
        width: 50%;
    }
}

@media (max-width: 767px) {
    .latestblogs{
        padding: 25px;
    }

    .latestblogs .post{
        width: 80%;
    }
}

/***** Footer Contact Section *****/

.colorblue {
	background: rgb(41,170,226);
	background: linear-gradient(0deg, rgba(41,170,226,1) 30%, rgba(234,243,252,1) 30%);
}

.colorprimary {
	background: var(--primary-color);
}

.footercontact{
    position: relative;
    margin-bottom: -300px;
}

.footercontact .container{
    max-width: 1240px;
}

.footercontact .card{
    width: 100%;
    background: var(--secondary-color);
    display: flex;
    color: var(--text-black);
    justify-content: space-between;
	border: 1px solid white;
}


.footercontact .card .textside{
    width: 50%;
    padding-right: 90px;
}

.footercontact .card .textside h2{
    font-weight: 700;
    font-size: 57px;
    line-height: 60px;
    margin: 0;
}

.footercontact .card .textside h2 small{
    font-size: 30%;
}

.footercontact .card .textside p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin: 30px 0;
    display: block;

}
.footercontact .card .textside ul {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin: 30px 0;
    display: block;
}
.footercontact .card .textside span a{
     color: var(--primary-color) !important;
      text-decoration: none !important;
}
.footercontact .card .textside span a:hover{
    text-decoration:underline;
}
.footercontact .card .textside span:not(.bluetext){
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: var(--primary-color) !important;
    text-decoration: none !important;
    -webkit-text-fill-color: var(--primary-color); 
-webkit-opacity: 1; 
}

.footercontact .card .textside span img{
    margin-right: 10px;
}

.footercontact .formwrapper{
    width: 50%;
}

.footercontact input[type="submit"]{
    margin-top: 25px;
}

@media (max-width: 1200px) {

    .footercontact .container{
        padding: 50px;
        position: relative;
    }

    .footercontact .card{
        flex-wrap: wrap;
        padding: 50px;
    }

    .footercontact .card .textside{
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 25px;
    }

    .footercontact .formwrapper{
        width: 100%;
    }

    .footercontact .card .textside h2{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }

    .footercontact .btn{
        display: block;
        margin: 0 auto;
    }

}

@media (max-width: 767px) {

    .footercontact .container{
        padding: 15px;
    }

    .footercontact .card{
        flex-wrap: wrap;
        padding: 15px;
    }
}

/***** Split Hero Section *****/

.splithero .container{
    min-height: 80vh;
    display: flex;
    align-items: center;
    max-width: 1240px;
}

.splithero .textside{
    width: 45%;
    padding-right: 50px;
}

.splithero .imageside{
    width: 55%;
}

.splithero .pill{
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
    padding: 10px 20px;
    margin-bottom: 25px;
    display: inline-block;
}

.splithero h1{
    font-weight: 700;
    font-size: 57px;
    line-height: 60px;
    margin: 0;
}

.splithero p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 25px 0;
}

.splithero .imageside img{
    width: 100%;
    border-radius: 20px;
}

@media (max-width: 1200px) {
    .splithero .container{
        flex-wrap: wrap;
        padding: 50px;
    }

    .splithero .textside, .splithero .imageside{
        width: 100%;
        padding: 0;
    }

    .splithero .textside{
        margin-bottom: 50px;
    }

    .splithero h1{
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }

    .splithero p{
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .splithero .btn{
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .splithero .btn.mr-30{
        margin-bottom: 25px;
        margin-right: 0;
    }

}

@media (max-width: 767px) {

    .splithero .container{
        flex-wrap: wrap;
        padding: 15px;
    }

    .splithero h1{
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }

    .splithero p{
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

/***** Services Cards Section *****/

.servicescards{
    background: var(--secondary-color);
    padding: 100px 0;
    text-align: center;
}

.servicecards .container{
    max-width: 1240px;
}

.servicescards h3{
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    margin: 0;
}

.servicescards h2{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

.servicescards .blurb{
    color: #161616;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 850px;
    margin: 0 auto 50px;
}

.servicescards .container{
    display: flex;
    max-width: 1240px;
    margin-bottom: 50px;
}

.servicescards .card{
    box-shadow: none;
    background: #FFF;
    margin-right: 20px;
    flex: 1;
    padding: 25px;
    text-align: center;
    position: relative;
}

.servicescards .card.withabs{
    padding-bottom: 85px;
}

.servicescards .card:last-of-type{
    margin-right: 0;
}

.servicescards .card img{
    width: 100%;
    border-radius: 20px;
}

.servicescards .card h4{
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: var(--text-black);
    margin: 25px 0;
    height: 2em;
}

.servicescards .card p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--text-black);
    margin: 0 0 25px 0;
    min-height: 190px;
}

.servicescards .card .btn{
    border: 1px solid var(--primary-color);
}

.absbottom{
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}

@media (max-width: 1200px) {
    .servicescards{
        padding: 50px;
    }

    .servicescards h2{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }

    .servicescards .container{
        max-width: 100%;
        display: block;
    }

    .servicescards .card{
        width: 100%;
        margin: 0;
        margin-bottom: 25px;
    }

    .servicescards .card:last-of-type{
        margin-bottom: 0;
    }

    .hpservicecards .card{
        text-align: center;
    }

    .hpservicecards .card .btn{
        width: 48%;
        justify-content: center;
    }

    .maintenancecards .card{
        display: flex;
        align-items: center;
    }

    .servicescards .card img{
        margin-right: 25px;
    }

    .servicescards .card h4, .servicescards .card p{
        text-align: left;
    }
}

@media (max-width: 767px) {
    .servicescards{
        padding: 25px;
    }

    .servicescards h2{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .hpservicecards .card .btn{
        width: 100%;
    }

    .maintenancecards .card{
        display: block;
    }

    .servicescards .card img{
        margin-right: 0;
    }

    .servicescards .card h4, .servicescards .card p{
        text-align: center;
    }
}

/***** Text Big Image *****/

.text-bigimage .container{
    display: flex;
    align-items: center;
    max-width: 1240px;
    padding: 100px 0;
}

.text-bigimage .textside{
    width: 50%;
    padding-right: 140px;
}

.text-bigimage.imageleft .textside{
    padding-right: 0;
    padding-left: 140px;
}

.text-bigimage .imageside{
    width: 50%;
}

.text-bigimage h1,.page-template-rebate .text-bigimage h2,.page-template-tanklessheaters .text-bigimage h2{
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    margin: 0;
    color: var(--text-black);
}

.text-bigimage p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 25px 0;
    color: var(--text-black);
}

.text-bigimage ul{
    margin: 0;
}

.text-bigimage ul li{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-black);
}

.text-bigimage .imageside img{
    width: 100%;
}

@media (max-width: 1200px) {
    .text-bigimage .container{
        flex-wrap: wrap;
        max-width: 100%;
        padding: 50px;
    }

    .text-bigimage.imageleft .container{
        flex-wrap: wrap-reverse;
    }

    .text-bigimage .imageside, .text-bigimage .textside, .text-bigimage.imageleft .textside{
        width: 100%;
        padding: 0;
    }

    .text-bigimage .textside{
        margin-bottom: 50px;
    }

    .text-bigimage h1,.page-template-rebate .text-bigimage h2,.page-template-tanklessheaters .text-bigimage h2{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }

    .text-bigimage p{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

}

@media (max-width: 767px) {
    .text-bigimage .container{
        padding: 20px;
    }

    .text-bigimage h1,.page-template-rebate .text-bigimage h2,.page-template-tanklessheaters .text-bigimage h2{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .text-bigimage p{
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

/***** Text Cards Image *****/

.text-cards .container{
    display: flex;
    align-items: center;
    max-width: 1240px;
    padding: 100px 0;
}

.text-cards .textside{
    width: 50%;
    padding-right: 140px;
}

.text-cards.imageleft .textside{
    padding-right: 0;
    padding-left: 140px;
}

.text-cards .bluetext{
    white-space: nowrap;
}

.text-cards .imageside{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.text-cards .imageside .card{
    background: var(--text-white);
    text-align: center;
    padding: 50px;
    width: 48%;
    margin-bottom: 25px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-cards .imageside .card span{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--text-black);
    max-width: 140px;
}

.text-cards .imageside .card img{
    width: 90px;
    display: block;
    margin: 0 auto 15px;
}

.text-cards h1{
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    margin: 0;
    color: var(--text-black);
}

.text-cards p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 25px 0;
    color: var(--text-black);
}

.text-cards ul{
    margin: 0;
}

.text-cards ul li{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-black);
}

.text-cards .imageside img{
    width: 100%;
}

@media (max-width: 1200px) {
    .text-cards .container{
        padding: 50px;
        flex-wrap: wrap-reverse;
    }

    .text-cards .imageside, .text-cards.imageleft .textside{
        padding: 0;
        width: 100%;
    }

    .text-cards .imageside{
        margin-top: 25px;
    }

    .text-cards h1{
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .text-cards .container{
        padding: 25px;
    }

    .text-cards h1{
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }
}

/***** Tripple Card *****/

.tripplecard .container{
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    padding: 100px 0;
}

.tripplecard .textside{
    width: 50%;
    padding-right: 140px;
}

.tripplecard .bluetext{
    white-space: nowrap;
}

.tripplecard .imageside{
    width: 50%;
}

.tripplecard h1{
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    margin: 0;
    color: var(--text-black);
}

.tripplecard a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding: 25px;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    max-width: 600px;
    border-radius: 20px;
    border: 1px solid var(--primary-color);
    margin-right: 0;
}

.tripplecard a:last-of-type{
    margin-bottom: 0;
}

.tripplecard img{
    width: 80px;
    height: 80px;
    margin-right: 25px;
}

.tripplecard svg{
    width: 50px;
    height: 50px;
    margin-left: 25px;
}

@media (max-width: 1200px) {
    .tripplecard .container{
        max-width: 100%;
        padding: 50px;
        flex-wrap: wrap;
    }

    .tripplecard .textside,.tripplecard .imageside{
        width: 100%;
    }

    .tripplecard h1{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
        margin-bottom: 25px;
    }

    .tripplecard a{
        padding: 15px;
        font-size: 20px;
    }

    .tripplecard img{
        height: 60px;
        width: 60px;
    }
}

@media (max-width: 767px) {
    .tripplecard .container{
        padding: 25px;
    }

    .tripplecard h1{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .tripplecard a{
        flex-wrap: wrap;
        font-size: 14px;
    }

    .tripplecard img{
        display: block;
        margin-right: 80%;
    }
}

/***** Comparison Chart Section *****/

.comparechart{
    background: var(--secondary-color);
    padding: 100px 0;
    text-align: center;
}

.comparechart .container{
    max-width: 1240px;
}

.comparechart h2{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
}

.comparechart p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    margin-bottom: 50px;
}

.comparechart table{
    width: 100%;
}

.comparechart thead td{
    text-align: center;
    color: var(--text-black);
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
}


.comparechart tbody td{
    background: var(--text-white);
    padding: 25px 60px;
    text-align: center;
}

.comparechart.secondary tbody td{
    background: var(--secondary-color);
}

.comparechart tbody td:first-of-type{
    text-align: left;
}

.comparechart tbody h4{
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: var(--text-black);
    margin: 0;
    margin-bottom: 10px;
}

.comparechart tbody span{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
    color: var(--text-black);
}

.comparechart tbody span a{
    text-decoration: none;
    color: var(--primary-color);
}

@media (max-width: 1200px) {

    .comparechart tbody img{
        aspect-ratio: 1/1;
        width: 32px;
    }

    .comparechart{
        padding: 50px;
    }

    .comparechart tbody h4{
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 0;
    }

    .comparechart tbody span{
        display: none;
    }

    .comparechart tbody td{
        padding: 15px;
    }

    .comparechart thead td{
        font-size: 20px;
    }

    .comparechart h2{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }
}

@media (max-width: 767px) {

    .comparechart tbody img{
        width: 25px;
    }

    .comparechart{
        padding: 25px;
    }

    .comparechart tbody h4{
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .comparechart thead td{
        font-size: 16px;
    }

    .comparechart h2{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }
}

/***** Heading Section *****/

.headingsection{
    text-align: center;
    padding: 100px 0;
    padding-bottom: 0;
}

.headingsection h3{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: var(--text-black);
    margin: 0 auto;
    max-width: 840px;
}

.headingsection p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--text-black);
    margin: 0 auto;
    max-width: 640px;
    margin-top: 25px;
}

@media (max-width: 1200px) {
    .headingsection{
        padding: 50px;
    }

    .headingsection h3{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .headingsection{
        padding: 25px;
    }

    .headingsection h3{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }
}

/***** Text/Tiles Section *****/

.text-tiles{
    padding: 100px 0;
    background: var(--secondary-color);
}

.text-tiles .container{
    display: flex;
    align-items: center;
    max-width: 1240px;
}

.text-tiles .textside{
    width: 40%;
    padding-right: 120px;
}

.text-tiles h2{
    color: var(--text-black);
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin: 0;
}

.text-tiles p{
    color: var(--text-black);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin: 25px 0;
}

.text-tiles .tileside{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.text-tiles .tileside .card{
    background: #FFF;
    width: 32%;
    padding: 25px;
    box-sizing: border-box;
    margin-bottom: 25px;
    text-align: center;
}

@media (max-width: 1200px) {
    .text-tiles{
        padding: 50px;
    }

    .text-tiles .container{
        display: block;
    }

    .text-tiles .textside, .text-tiles .tileside{
        width: 100%;
        padding: 0;
    }

    .text-tiles .textside{
        margin-bottom: 25px;
    }

    .text-tiles h2{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .text-tiles{
        padding: 25px;
    }

    .text-tiles .tileside .card{
        width: 49%;
    }

    .text-tiles h2{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }
}

/***** Explain Cards Section *****/

.explaincards{
    background: var(--primary-color);
    color: var(--text-white);
    padding: 100px 0;
    text-align: center;
}

.explaincards h3{
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    margin: 0;
}

.explaincards h2{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 50px;
}

.explaincards p{
    max-width: 1080px;
    margin: 0 auto 50px;
}

.explaincards .container{
    display: flex;
    max-width: 1240px;
    margin-bottom: 50px;
}

.explaincards .card{
    box-shadow: none;
    background: #FFF;
    margin-right: 20px;
    flex-grow: 1;
    padding: 25px;
    text-align: center;
}

.explaincards .card:last-of-type{
    margin-right: 0;
}

.explaincards .card img{
    width: 100%;
}

.explaincards .card h4{
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: var(--text-black);
    margin: 25px 0;
    min-height: 70px;
}

.explaincards .card p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--text-black);
    margin: 0 0 25px 0;
}

@media (max-width: 1200px) {

    .explaincards{
        padding: 50px;
    }

    .explaincards h2{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }

    .explaincards .container{
        display: block;
    }

    .explaincards .card{
        width: 100%;
        margin-bottom: 25px;
        margin-right: 0;
    }

    .explaincards .card:last-of-type{
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {

    .explaincards{
        padding: 25px;
    }

    .explaincards h2{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }
}

/***** Promo Services Section *****/

.promoservices{
    padding: 100px 0;
    text-align: center;
}

.promoservices h3{
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    margin: 0;
}

.promoservices h2{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 50px;
}

.promoservices p{
    max-width: 1080px;
    margin: 0 auto 50px;
}

.promoservices .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1240px;
}

.promoservices .card{
    background: #FFF;
    margin-right: 20px;
    flex-grow: 1;
    padding: 25px;
    text-align: center;
    flex: 0 0 calc(33.33% - 15px);
    margin-bottom: 20px;
}

.promoservices .card:nth-child(3n){
    margin-right: 0;
}

.promoservices .card img{
    width: 100%;
}

.promoservices .card h4{
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: var(--primary-color);
    margin: 25px 0;
    min-height: 70px;
}

.promoservices .card p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--text-black);
    margin: 0 0 25px 0;
    min-height: 95px;
}

@media (max-width: 1200px) {
    .promoservices{
        padding: 50px;
    }

    .promoservices h2{
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }

    .promoservices .card{
        width: 100%;
        margin-bottom: 25px;
    }

    .promoservices .card:last-of-type{
        margin-bottom: 0;
    }

    .promoservices .container{
        display: block;
    }
}

@media (max-width: 767px) {
    .promoservices{
        padding: 25px;
    }

    .promoservices h2{
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }
}

/***** Double Image Button Section *****/

.doubleimagebutton{
    text-align: center;
    padding: 100px 0;
    color: var(--text-black);
}

.doubleimagebutton h3{
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    margin: 0;
}

.doubleimagebutton h2{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin: 10px 0 50px;
}

.doubleimagebutton .container{
    display: flex;
    justify-content: space-between;
}

.doubleimagebutton .card{
    width: 49%;
    box-sizing: border-box;
    box-shadow: none;
    color: var(--text-white);
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    text-align: left;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.doubleimagebutton .card h4{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin: 0;
}

.doubleimagebutton .card p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin: 25px 0;
}

@media (max-width: 1200px) {

    .doubleimagebutton{
        padding: 50px;
    }

    .doubleimagebutton h2, .doubleimagebutton .card h4{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }

    .doubleimagebutton .card{
        width: 100%;
        padding: 30px;
        margin: 0;
        margin-bottom: 25px;
        aspect-ratio: 2/1;
    }

    .doubleimagebutton .card:last-of-type{
        margin-bottom: 0;
    }

    .doubleimagebutton .container{
        display: block;
    }
}

@media (max-width: 767px) {
    .doubleimagebutton{
        padding: 25px;
    }

    .doubleimagebutton .card{
        padding: 15px;
    }

    .doubleimagebutton h2, .doubleimagebutton .card h4{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .doubleimagebutton h3{
        font-size: 16px;
        line-height: 20px;
    }
}

/***** About Cards Section *****/

.aboutcards{
    text-align: center;
    padding: 100px 0;
    color: var(--text-black);
}

.aboutcards h3{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-bottom: 25px;
}

.aboutcards h2{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 25px;
}

.aboutcards .container{
    display: flex;
    justify-content: space-between;
}

.aboutcards .card{
    width: 32%;
    box-sizing: border-box;
    box-shadow: none;
    color: var(--text-white);
    aspect-ratio: 382 / 577;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.aboutcards .card h4{
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
}

.aboutcards .card p{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 25px 0;
}

@media (max-width: 1200px) {

    .aboutcards{
        padding: 50px;
    }

    .aboutcards .container{
        max-width: 100%;
        flex-wrap: wrap;
    }

    .aboutcards .card{
        width: 100%;
        aspect-ratio: 2/1;
        margin-bottom: 25px;
    }

    .aboutcards .card:last-of-type{
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .aboutcards{
        padding: 20px;
    }
}

/***** Promo Cards Section *****/

.promocards{
    text-align: center;
    padding: 100px 0;
    color: var(--text-black);
}

.promocards p{
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    max-width: 670px;
    margin: 0 auto 25px;
}

.promocards h2{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 25px;
}

.promocards h3{
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    color: var(--text-black);
    text-align: left;
}

.promocards .card{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    margin-bottom: 25px;
    padding: 25px;
}

.promocards .imageside{
    width: 50%;
    padding-right: 75px;
}

.promocards .imageside img{
    width: 100%;
}

.promocards .textside{
    width: 50%;
    text-align: left;
}

.promocards .pill{
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 20px;
}

.promocards .card h4{
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin: 25px 0;
}

.promocards .card p{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 25px;
}

@media (max-width: 1200px) {
    .promocards{
        padding: 50px;
    }

    .promocards .card{
        flex-wrap: wrap;
    }

    .promocards p{
        font-size: 20px;
        line-height: 25px;
    }

    .promocards h3{
        font-size: 20px;
        line-height: 20px;
        margin: 15px;
    }

    .promocards .imageside, .promocards .textside{
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .promocards .imageside{
        margin-bottom: 25px;
    }

    .promocards .card h4{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .promocards{
        padding: 25px;
    }

    .promocards .card h4{
        font-size: 25px;
        line-height: 30px;
    }
}

/***** Quadro Image Button Section *****/

.quadimagebutton{
    text-align: center;
    padding: 100px 0;
    color: var(--text-black);
}

.quadimagebutton h3{
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    margin: 0;
}

.quadimagebutton h2{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin: 10px 0 50px;
}

.quadimagebutton .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.quadimagebutton .card{
    width: 49%;
    box-sizing: border-box;
    box-shadow: none;
    color: var(--text-white);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-bottom: 25px;
    padding: 25px 25px 105px;
}

.quadimagebutton .card h4{
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin: 0;
}

.quadimagebutton .card p{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 25px 0;
    max-width: 80%;
}

@media (max-width: 1200px) {
    .quadimagebutton{
        padding: 50px;
    }

    .quadimagebutton h3{
        font-size: 30px;
    }

    .quadimagebutton h2{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }

    .quadimagebutton .container{
        display: block;
    }

    .quadimagebutton .card{
        padding: 25px;
        margin: 0;
        margin-bottom: 25px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .quadimagebutton{
        padding: 25px;
    }

    .quadimagebutton h3{
        font-size: 16px;
    }

    .quadimagebutton h2{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }
}

/***** Many Icons Section *****/

.manyicons{
    text-align: center;
    padding: 100px 0;
    color: var(--text-black);
}

.manyicons h2{
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.manyicons .iconrow{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px;
}

.manyicons .icon{
    width: 12%;
    text-align: center;
}

.manyicons .icon img{
    display: block;
    margin: 0 auto 25px;
}

.manyicons .icon span{
    color: var(--text-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 1200px) {
    .manyicons{
        padding: 50px;
    }

    .manyicons h2{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }

    .manyicons .iconrow{
        flex-wrap: wrap;
    }

    .manyicons .icon{
        width: 25%;
        margin-bottom: 25px;
    }

    .manyicons .iconrow:nth-of-type(n + 2) {
        display: none;
    }
}

@media (max-width: 767px) {
    .manyicons{
        padding: 25px;
    }

    .manyicons h2{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .manyicons .icon{
        width: 50%;
    }

    .manyicons .mobileonly.btn{
        margin: 0 auto;
        line-height: 1em;
    }
}

/***** Big Review Section *****/

.bigreview{
    padding: 100px 0;
    background: var(--primary-color);
    color: var(--text-white);
}

.bigreview .container{
    display: flex;
    max-width: 1240px;
    justify-content: space-between;
    align-items: center;
}

.bigreview .quote{
    font-weight: 700;
    font-size: 210px;
    line-height: 230px;
}

.bigreview .reviewcontent{
    max-width: 700px;
    min-width: 70%;
}

.bigreview .reviewslide{
    margin-bottom: 80px;
    width: 100%;
}

.bigreview .flickity-page-dots{
    text-align: left;
}

.bigreview .flickity-page-dots .dot{
    background: #FFF;
}

.bigreview .reviewcontent span{
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    display: block;
    margin: 10px 0;
}

.bigreview .reviewcontent small{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: block;
}

.bigreview .reviewcontent p{
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    display: block;
    margin: 25px 0;
}

.bigreview .reviewcontent .author{
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    display: block;
    margin: 0;
}

@media (max-width: 1200px) {
    .bigreview{
        padding: 50px;
    }

    .bigreview .reviewcontent p{
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .bigreview{
        padding: 20px;
    }

    .bigreview img{
        width: 80px;
    }

    .bigreview .reviewcontent span{
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .bigreview .reviewcontent small{
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .bigreview .quote{
        display: none;
    }

    .bigreview .reviewcontent{
        width: 100%;
    }

    .bigreview .reviewcontent p{
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .bigreview .reviewslide{
        margin-bottom: 40px;
    }

    .bigreview .flickity-page-dots{
        bottom: 0;
    }
}

/***** FAQ Section *****/

.faqsection .container{
    display: flex;
    align-items: center;
    color: var(--text-black);
    padding: 100px 0;
}

.faqsection .textside{
    width: 40%;
    padding-right: 140px;
}

.faqsection .textside h2{
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin: 0;
}

.faqsection .textside p{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin: 25px 0;
}

.faqsection .faqside{
    width: 60%;
}

.faqsection .question{
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}

.faqsection .questiontop{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    cursor: pointer;
}

.faqsection .questiontop h4{
    margin: 0;
}

.faqsection .question p{
    display: none;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
}
.faqsection .question p, .faqsection .question table , .faqsection .question ul {
     display: none;
}

.faqsection .question.active p , .faqsection .question.active table , .faqsection .question.active ul {
    display: block;
}

@media (max-width: 1200px) {

    .faqsection{
        z-index: 1;
        position: relative;
        background: #FFF;
    }

    .faqsection .container{
        padding: 50px;
        flex-wrap: wrap;
    }

    .faqsection .textside, .faqsection .faqside{
        padding: 0;
        width: 100%;
    }

    .faqsection .textside{
        margin-bottom: 50px;
        text-align: center;
    }

    .faqsection .textside h2{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
        text-align: center;
    }

    .faqsection .questiontop h4{
        font-size: 20px;;
    }
}

@media (max-width: 767px) {
    .faqsection .container{
        padding: 25px;
    }

    .faqsection .textside h2{
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }
}

/***** FAQ Section *****/

.checkmarksection{
    padding: 100px 0;
}

.checkmarksection h3{
    text-align: center;
    margin: 0 auto;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: var(--primary-color);
    margin-bottom: 50px;
}

.checkmarksection.evcheckmarks h3{
    color: var(--text-black);
    max-width: 700px;
}

.checkmarksection.evcheckmarks p{
    color: var(--text-black);
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    max-width: 566px;
}

.checkmarksection.evcheckmarks li{
    margin: 0;
    width: 50%;
    margin-bottom: 50px;
}

.checkmarksection.evcheckmarks li p{
    text-align: left;
    margin: 0;
}


.checkmarksection ul{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
}

.checkmarksection li{
    width: 30%;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--text-black);
    margin-bottom: 25px;
    margin-right: 5%;
}

.checkmarksection li:nth-child(3n){
    margin-right: 0;
}

.checkmarksection li img{
    margin-right: 15px;
    height: 20px;
}

@media (max-width: 1200px) {

    .checkmarksection{
        padding: 50px;
    }

    .checkmarksection h3{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
        text-align: center;
    }

    .checkmarksection li{
        width: 100%;
    }

    .checkmarksection li:nth-of-type(n + 6){
        display: none;
    }
}

@media (max-width: 767px) {

    .checkmarksection{
        padding: 25px;
    }

    .checkmarksection h3{
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }
}

/***** Pricing Section *****/

.pricingsection{
    padding: 100px 0;
    color: var(--text-white);
}

.pricingsection .container{
    max-width: 1240px;
}

.pricingsection h3{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}

.pricingsection p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    max-width: 730px;
    margin: 25px auto 50px;
}

.pricingsection .sliderwrap{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
}

.pricingsection .yearly{
    display: none;
}

.pricingsection.showyear .yearly{
    display: block;
}

.pricingsection.showyear .monthly{
    display: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 25px;
  }

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: var(--primary-color);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  .pricingsection .cardwrapper{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }

  .pricingsection .cardwrapper .card{
    box-shadow: none !important;
    background: #FFF !important;
    width: 32% !important;
    box-sizing: border-box !important;
    color: var(--text-black) !important;
    text-align: center !important;
    min-height: 600px !important;
    padding: 50px !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .pricingsection .cardwrapper .card .upper{
    width: 100%;
  }

  .pricingsection .cardwrapper .card h4{
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    color: var(--primary-color);
    margin: 0;
    height: 2em;
  }

  .pricingsection .cardwrapper .card .price{
    margin: 35px 0;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
  }

  .pricingsection .cardwrapper .card .price .small{
    font-size: 20px;
  }

  .pricingsection .cardwrapper .card p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }

  .pricingsection .cardwrapper .card .btn{
    align-self: flex-end;
    margin: 0 auto;
  }

  .pricingsection .cardwrapper .card .price small{
    font-size: 40%;
    opacity: 0.6;
  }

  @media (max-width: 1200px) {
    .pricingsection{
        padding: 50px;
    }

    .pricingsection .cardwrapper{
        flex-wrap: wrap;
    }

    .pricingsection .cardwrapper .card{
        width: 100%;
        min-height: auto;
        margin-bottom: 25px;
    }

    .pricingsection .cardwrapper .card:last-of-type{
        margin-bottom: 0;
    }

    .pricingsection .cardwrapper .card .btn{
        font-size: 18px;
    }

    .pricingsection h3{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
        text-align: center;
    }
  }

  @media (max-width: 767px) {
    .pricingsection{
        padding: 25px;
    }

    .pricingsection .cardwrapper{
        flex-wrap: wrap;
    }

    .pricingsection h3{
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .pricingsection .cardwrapper .card{
        padding: 25px;
    }



  }

  /***** Small Text Section *****/

  .smalltext-section{
    padding: 100px 0;
    text-align: center;
    color: var(--text-black);
  }

  .smalltext-section .container{
    max-width: 900px;
  }

  .smalltext-section h4{
    margin: 0;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
  }

  .smalltext-section p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin: 25px 0;
  }

  @media (max-width: 1200px) {
    .smalltext-section{
        padding: 50px;
    }
  }

  @media (max-width: 767px) {
    .smalltext-section{
        padding: 25px;
    }
  }

/***** 4 Card Section *****/

.fourcardsection, .fourcardsections{
    padding: 100px 0;
    color: var(--text-black) !important;
    text-align: center;
}

.fourcardsection .container,.fourcardsections .container{
    max-width: 1200px;
}

.fourcardsection h4, .fourcardsections h4{
    margin: 0;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
}

.fourcardsection p,.fourcardsections p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    max-width: 900px;
    margin: 50px auto;
}

.fourcardsection .cardwrapper,.fourcardsections .cardwrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fourcardsection .cardwrapper .card,.fourcardsections .cardwrapper .card{
    width: 48% !important;
    text-align: left;
    padding: 50px 80px 120px 60px;
    box-sizing: border-box;
    margin-bottom: 50px;
    box-shadow: 5px 5px 15px rgba(83, 166, 242, 0.3);
    position: relative;
}

.fourcardsection .cardwrapper.longlast .card:last-of-type,.fourcardsections .cardwrapper.longlast .card:last-of-type{
    width: 100% !important;
}

.fourcardsection .cardwrapper .card h5,.fourcardsections .cardwrapper .card h5{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin: 0;
}

.fourcardsection .cardwrapper .card p,.fourcardsections .cardwrapper .card p{
    margin: 25px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.fourcardsection .cardwrapper .card .btn,.fourcardsections .cardwrapper .card .btn{
    position: absolute;
    bottom: 60px;
}

@media (max-width: 1200px) {
    .fourcardsection, .fourcardsections{
        padding: 50px;
    }

    .fourcardsection h4, .fourcardsections h4{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }

    .fourcardsection .cardwrapper .card h5, .fourcardsections .cardwrapper .card h5{
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }

    .fourcardsection .cardwrapper .card,.fourcardsections .cardwrapper .card{
        width: 100%;
        padding: 25px;
    }

    .fourcardsection .cardwrapper .card .btn, .fourcardsections .cardwrapper .card .btn{
        position: relative;
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .fourcardsection,.fourcardsections{
        padding: 25px;
    }

    .fourcardsection .cardwrapper .card h5,.fourcardsections .cardwrapper .card h5{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .fourcardsection h4,.fourcardsections h4{
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }
}

/***** 4 Card Section - White Cards *****/

.fourcardsection.whitecards,.fourcardsections .whitecards{
    background: var(--secondary-color);
}

.fourcardsection.whitecards .cardwrapper .card,.fourcardsections .whitecards .cardwrapper .card{
    background: var(--text-white);
}

.fourcardsection.whitecards .cardwrapper .card h5,.fourcardsections.whitecards .cardwrapper .card h5{
    color: var(--primary-color);
    font-size: 45px;
}

@media (max-width: 1200px) {
    .fourcardsection.whitecards .cardwrapper .card h5,.fourcardsections.whitecards .cardwrapper .card h5{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .fourcardsection.whitecards .cardwrapper .card h5, .fourcardsections.whitecards .cardwrapper .card h5{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }
}


/***** Top Split and Cards Section *****/

.topsplit-cards{
    padding: 100px 0;
    text-align: center;
}

.topsplit-cards .topsplit{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    color: var(--text-white);
    text-align: left;
}

.topsplit-cards .topsplit h3{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin: 0;
    margin-bottom: 25px;
}

.topsplit-cards .topsplit p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.topsplit-cards .cardwrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.topsplit-cards .cardwrapper .card{
    padding: 50px;
    color: var(--text-black);
    width: 32%;
    box-sizing: border-box;
}

.topsplit-cards .cardwrapper .card .pill{
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background: #FFF;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
    display: inline-block;
}

.topsplit-cards .cardwrapper .card h4{
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    margin: 10px 0 30px;
}

.topsplit-cards .cardwrapper .card p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}

.topsplit-cards .btn{
    margin: 0 auto;
    display: inline-flex;
}

@media (max-width: 1200px) {
    .topsplit-cards{
        padding: 50px;
    }

    .topsplit-cards .topsplit h3{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }

    .topsplit-cards .topsplit, .topsplit-cards .cardwrapper{
        display: block;
    }

    .topsplit-cards .topsplit img{
        margin: 0 auto;
        display: block;
    }

    .topsplit-cards .cardwrapper .card{
        padding: 25px;
        width: 100%;
        margin-bottom: 25px;
        margin-right: 25px;
    }

    .topsplit-cards .cardwrapper .card:last-of-type{
        margin-bottom: 0;
    }

    .topsplit-cards .topsplit p{
        max-height: 4em;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .topsplit-cards{
        padding: 25px;
    }

    .topsplit-cards .topsplit h3{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }
}

/***** Numbered Cards Section *****/

.numbercardsection{
    padding: 100px 0;
    text-align: center;
}

.numbercardsection h3{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: var(--text-white);
    max-width: 980px;
    margin: 0 auto;
}

.evnumbercards h3{
    color: var(--text-black);
}

.numbercardsection .cardwrapper{
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
}

.numbercardsection .cardwrapper .card{
    box-sizing: border-box;
    width: 19%;
    padding: 50px 15px;
}

.evnumbercards .cardwrapper .card{
    width: 31%;
    box-shadow: none;
}

.numbercardsection .cardwrapper .card .number{
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    max-width: 140px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 55px;
    line-height: 60px;
    color: var(--primary-color);
}

.numbercardsection .cardwrapper .card h4{
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: var(--primary-color);
}

.evnumbercards .cardwrapper .card h4{
    color: var(--text-black);
}

.numbercardsection .cardwrapper .card p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 1200px) {
    .numbercardsection{
        padding: 50px;
    }

    .numbercardsection .cardwrapper{
        display: block;
    }

    .numbercardsection .cardwrapper .card{
        width: 100%;
        margin-bottom: 25px;
        padding: 15px;
        display: flex;
        align-items: center;
        text-align: left;
        margin-right: 25px;
        min-height: 210px;
    }

    .numbercardsection .cardwrapper .card div{
        width: 80%;
        padding-left: 25px;
    }

    .numbercardsection .cardwrapper .card .number{
        width: 20%;
        padding-left: 0;
    }

    .numbercardsection .cardwrapper .card h4{
        margin: 0;
    }

    .numbercardsection .cardwrapper .card:last-of-type{
        margin-bottom: 0;
    }

    .numbercardsection h3{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .numbercardsection{
        padding: 25px;
    }

    .numbercardsection h3{
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .numbercardsection .cardwrapper .card{
        display: block;
        text-align: center;
    }

    .numbercardsection .cardwrapper .card div{
        width: 100%;
        padding-left: 0;
    }

    .numbercardsection .cardwrapper .card .number{
        width: auto;
    }

    .numbercardsection .cardwrapper .card h4{
        margin: 25px 0;
    }
}

/***** Check Card Right Section *****/

.checkcardright{
    padding: 100px 0;
}

.checkcardright .container{
    display: flex;
    justify-content: space-between;
}

.checkcardright .textside{
    width: 50%;
    box-sizing: border-box;
    padding-right: 150px;
    color: var(--text-white);
    position: relative;
}

.stickywrapper{
    position: sticky;
    top: 150px;
}

.checkcardright .textside h3{
    margin: 0;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
}

.checkcardright .textside p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin: 25px 0;
}

.checkcardright .checkcardsite{
    width: 50%;
}

.checkcardright .checkcardsite .card{
    box-shadow: 10px 20px 50px #005271;
    padding: 50px 30px;
}

.checkcardright .checkcardsite ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.checkcardright .checkcardsite li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.checkcardright .checkcardsite li:last-child{
    margin-bottom: 0;
}

.checkcardright .checkcardsite li img{
    margin-right: 35px;
}


.checkcardright .checkcardsite li b{
    display: block;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 25px;
}

.checkcardright .checkcardsite li p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.locationsolution{
    background: #FFF;
    max-width: 550px;
}

.locationsolution h4{
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    margin: 0 0 35px;
    color: var(--primary-color);
}

.checkcardright .checkcardsite .locationsolution li{
    border-bottom: 1px solid #F0F0F0;
    padding: 10px 0;
    margin: 0;
}

.checkcardright .checkcardsite .locationsolution li b{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.checkcardright .checkcardsite .locationsolution .btn{
    display: table;
    margin: 35px auto 0;
}

@media (max-width: 1200px) {
    .checkcardright{
        padding: 50px;
    }

    .checkcardright .textside h3{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
        text-align: center;
    }

    .checkcardright .container{
        flex-wrap: wrap;
    }

    .checkcardright .textside{
        margin-bottom: 25px;
        text-align: center;
    }

    .checkcardright .textside, .checkcardright .checkcardsite{
        padding: 0;
        width: 100%;
    }

    .checkcardright .checkcardsite .card{
        padding: 25px;
    }

    .locationsolution{
        max-width: none;
    }
}

@media (max-width: 767px) {
    .checkcardright{
        padding: 25px;
    }

    .checkcardright .textside h3{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .checkcardright .checkcardsite li b{
        font-size: 20px;
        line-height: 25px;
    }

    .checkcardright .checkcardsite li p{
        font-size: 13px;
        line-height: 20px;
    }

    .checkcardright .checkcardsite li img{
        margin-right: 15px;
    }

}


/***** Tripple Check Card Section *****/

.locationpackages{
    padding: 100px 0;
}

.locationpackages h3{
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    color: var(--text-white);
    text-align: center;
}

.locationpackages .container{
    display: flex;
    justify-content: space-between;
}

.locationpackages .checkcardsite{
    width: 32%;
}

.locationpackages .checkcardsite .card{
    box-shadow: 10px 20px 50px #005271;
    padding: 50px 30px;
    background: #FFF;
    min-height: 650px;
    position: relative;
}

.locationpackages .checkcardsite ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.locationpackages .checkcardsite li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.locationpackages .checkcardsite li img{
    margin-right: 35px;
}


.locationpackages .checkcardsite li b{
    display: block;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 25px;
}

.locationpackages .checkcardsite li p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.locationsolution h4{
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    margin: 0 0 35px;
    color: var(--primary-color);
}

.locationpackages .checkcardsite .locationsolution li{
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
    margin: 0;
}

.locationpackages .checkcardsite .locationsolution li:last-of-type{
    border-bottom: none;
}

.locationpackages .checkcardsite .locationsolution li b{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.locationpackages .checkcardsite .locationsolution .btnwrap{
    position: absolute;
    text-align: center;
    bottom: 35px;
    left: 0;
    right: 0;
}

@media (max-width: 1200px) {
    .locationpackages{
        padding: 50px;
    }

    .locationpackages h3{
        margin: 0 0 25px;
    }

    .locationpackages .container{
        display: block;
    }

    .locationpackages .checkcardsite{
        width: 100%;
        margin-bottom: 25px;
    }

    .locationpackages .checkcardsite:last-of-type{
        margin-bottom: 0;
    }

    .locationpackages .checkcardsite .card{
        max-width: none;
    }

    .locationsite{
        display: none;
    }

    .checkcardright .mobileonly{
        margin: 25px auto;
    }
}

@media (max-width: 767px) {
    .locationpackages{
        padding: 25px;
    }
}

/***** Backgroudn Text Section *****/

.backgroundtext{
    padding: 100px 0;
    color: var(--text-white);
    margin-bottom: 40px;
}

.backgroundtext .container{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
}

.backgroundtext h1{
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
    max-width: 700px;
}

.backgroundtext p{
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 25px auto;
    max-width: 700px;
}

@media (max-width: 1200px) {
    .backgroundtext{
        margin-bottom: 0;
    }

    .backgroundtext h1{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .backgroundtext h1{
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }
}

/***** Contact US Page Sections *****/

.contactuspage{
    padding: 60px 0;
}

.contactuspage .container{
    text-align: center;
}

.contactuspage h1{
    text-align: center;
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    color: var(--text-black);
}

.contactuspage h2{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--text-black);
    margin-bottom: 45px;
}

.contactuspage .card{
    background: #FFF;
    z-index: 1;
}

.contactuspage .listcard{
    width: 49%;
    margin-bottom: 30px;
}

.contactuspage .quotecard{
    width: 48%;
    margin-bottom: 30px;
    text-align: left;
    position: relative;
}

.contactuspage .quotecard input, .contactuspage .quotecard textarea{
    border-radius: 5px;
    border: 1px solid rgba(41, 170, 226, 0.50);
}

.contactuspage .quotecard h2{
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    color: var(--text-black);
    text-align: center;
    margin: 0;
    margin-bottom: 25px;
}

.contactuspage .quotecard .btnwrapper{
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
}

.contactuspage .cardwrapper{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px;
}

.contactuspage .locationcard{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
}

.contactuspage .locationcard .textside{
    width: 50%;
    text-align: left;
    padding-left: 75px;
}

.contactuspage .locationcard h2{
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
}

.contactuspage .locationcard .icongroup{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 35px;
}

.contactuspage .locationcard img{
    max-width: 50%;
}

.contactuspage .locationcard .icongroup img{
    margin-right: 10px;
}

.contactuspage .locationcard .btn{
    margin-top: 35px;
}

.contactuspage .listcard p{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--text-black)
}

.contactuspage .listcard .bluebig{
    display: block;
    background: var(--primary-color);
    color: var(--text-white);
    padding: 15px 50px;
    text-align: center;
    border-radius: 10px;
}

.contactuspage .listcard ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}

.contactuspage .listcard li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contactuspage .listcard li img{
    margin-right: 35px;
}

.contactuspage .listcard li b{
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contactuspage .listcard li{
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
    margin: 0;
}

@media (max-width: 1200px) {
    .contactuspage .listcard{
        width: 100%;
    }

    .contactuspage .quotecard{
        width: 100%;
    }

    .contactuspage .quotecard .btnwrapper{
        position: relative;
        bottom: 0;
    }
}

@media (max-width: 767px) {

    .contactuspage{
        padding: 50px 0;
    }

    .contactuspage .locationcard{
        flex-wrap: wrap-reverse;
        text-align: center;
    }

    .contactuspage .locationcard .locationimg, .contactuspage .locationcard .textside, .contactuspage .locationcard iframe{
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .contactuspage .locationcard .textside{
        text-align: center;
    }

    .contactuspage .quotecard, .contactuspage .listcard{
        padding: 25px;
    }

    .contactuspage .quotecard h2{
        font-size: 35px;
    }


    .contactuspage .locationcard h2{
        font-size: 35px;
        text-align: center;
        margin-top: 35px;
    }

    .contactuspage .locationcard .icongroup{
        display: block;
        text-align: center;
    }

    .contactuspage .locationcard .icongroup img{
        display: block;
        margin: 0 auto 10px;
    }

    .contactuspage .input-row .input-group{
        width: 100%;
    }

    .contactuspage .input-row{
        display: block;
    }

    .contactuspage .listcard li img{
        display: none;
    }

    .contactuspage .listcard li{
        justify-content: center;
    }
}

/***** Blog Page Sections *****/

.blogbase{
    padding: 70px 0 0 !important;
}

.blogbase h1{
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    color: var(--text-black);
    margin: 0 0 70px;
}
.postid-3237 .blogheader .textside h1{
    font-size:50px;
}


.topblog .card{
    background: #FFF;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
}

.topblog .card h1 a{
    color: var(--text-black);
    text-decoration: none;
}

.topblog .textside{
    width: 50%;
    padding-left: 90px;
}

.topblog .imageside{
    width: 50%;
}

.topblog h1{
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    color: var(--text-black);
    margin: 25px 0;
}

.topblog p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 25px 0;
    color: var(--text-black);
}

.topblog .imageside img{
    width: 100%;
    border-radius: 20px;
}

.topblog .date{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--text-black);
}

.onblog{
    padding: 0;
}

.onblog .postslider{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.onblog .post{
    margin-right: 0;
    margin-bottom: 25px;
}

.onblog .post:nth-child(n+10){
    display: none;
}

.latestblogs .post h4 a{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: var(--text-black);
}

.latestblogs .post p{
    color: var(--text-black);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

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

.blogheader{
    margin: 50px 0;
}

.blogheader .imageside img{
    aspect-ratio: 1/1;
    object-fit: cover;
}

.blogheader .card{
    box-shadow: none;
    background: transparent;
}

.blogheader .textside{
    text-align: center;
    padding: 0 20px;
}

.blogheader a{
    text-decoration: none;
}

.blogheader .sharesocials{
    display: flex;
    max-width: 200px;
    justify-content: space-between;
    align-items: center;
    margin: 25px auto;
}

.articlecontent{
    display: flex;
    justify-content: space-between;
}

.articlecontent .articleside{
    width: 73%;
}

.articlecontent .sidebar{
    width: 23%;
}

.articlecontent .sidebar h4{
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    color: var(--text-black);
}

.articlecontent .sidebar .card{
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #FFF;
    position: relative;
    z-index: 1;
}

.articlecontent .sidebar .card img{
    width: 40%;
    border-radius: 20px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.articlecontent .sidebar a{
    text-decoration: none;
    color: var(--text-black);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 1200px) {

    .blogbase h1{
        margin: 0 0 0 50px;
        font-size: 40px;
    }

    .topblog .container, .articlecontent{
        flex-wrap: wrap;
        max-width: 100%;
        padding: 50px;
    }

    .topblog .container{
        flex-wrap: wrap-reverse;
    }

    .topblog .imageside, .topblog .textside{
        width: 100%;
        padding: 0;
    }

    .topblog .textside{
        margin-bottom: 50px;
    }

    .topblog h1{
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
    }

    .topblog p{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .topblog .card{
        flex-wrap: wrap;
    }

    .topblog .card img{
        margin-bottom: 25px;
    }

    .onblog .post{
        width: 32%;
    }

    .onblog{
        padding: 0 50px;
    }

    .articlecontent .articleside, .articlecontent .sidebar{
        width: 100%;
    }

}

@media (max-width: 767px) {

    .blogbase h1{
        margin: 0 0 0 25px;
        font-size: 30px;
    }

    .topblog .container, .articlecontent{
        padding: 20px;
    }

    .topblog h1{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .topblog p{
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .onblog .post{
        width: 100%;
    }

    .onblog{
        padding: 0 25px;
    }

    .articlecontent .sidebar .card{
        display: block;
        text-align: center;
    }
}
.grecaptcha-badge { opacity:0;}

.square-li li {
  list-style: none;
  position: relative;
}
 .square-li li::before {
    content: "";
    position: absolute;
    left: -27px;
    top: 3px;
    width: 17px;
    height: 17px;
    border: 1px solid #000;
    background-color: white;
}

.dropdown-locations {
	width: 100%;
}

/**
 * Advaced Contact CSS Start
 */
.advanced-contact .contact-form_wrapper {
  position: relative;
  padding: 40px 15px;
}
.advanced-contact .contact-form_wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-color: aliceblue;
  background-image: url("https://lghomecomfort.ca/wp-content/uploads/2023/09/heatpump-sd-1.jpeg");
  background-repeat: no-repeat;
}
.advanced-contact .contact-form_wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 130px;
  z-index: 2;
  width: 400px;
  height: 330px;
  background: url("https://lghomecomfort.ca/wp-content/uploads/2023/09/abstract-shape.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 200px;
}
.advanced-contact .contact-form_box {
  position: relative;
  z-index: 3;
  background: #ffffff;
  background-size: auto 300px;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  border-radius: 7px;
  border: 1px solid var(--primary-color);
  box-shadow: 10px 10px 0 rgba(12, 112, 193, 0.2);
}
.advanced-contact .contact-form_box .contact-form_title {
  text-align: center;
  font-size: 1.25rem;
  padding: 1rem;
  margin: 0;
  color: var(--primary-color);
}
@media only screen and (max-width: 480px) {
  .advanced-contact .contact-form_box .contact-form_title {
    font-size: 1.1rem;
  }
}
.advanced-contact .contact-form_box .contact-form_body {
}
.advanced-contact .contact-form_box .contact-form_footer .trustpilot-widget {
  text-align: center;
  padding: 0rem 1rem 2rem;
}
.advanced-contact .contact-form_box .contact-form_footer .trustpilot-widget p {
  margin: 0;
  color: var(--text-gray);
}
.advanced-contact .contact-form_box .contact-form_footer .trustpilot-widget a {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  justify-content: center;
}
.advanced-contact .our-values_list {
  padding: 40px 15px;
}
.advanced-contact .our-values_list .container {
  max-width: 1024px;
  margin: 0 auto;
}
.advanced-contact .our-values_list .our-values_title {
  max-width: 550px;
  margin: 0 auto 35px;
  text-align: center;
}
.advanced-contact .our-values_list .our-values_title h2 {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .advanced-contact .our-values_list .our-values_title h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.advanced-contact .our-values_list .our-values_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px) {
  .advanced-contact .our-values_list .our-values_inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .advanced-contact .our-values_list .our-values_inner {
    grid-template-columns: 1fr;
  }
}
.advanced-contact .our-values_list .our-values_box {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.advanced-contact .our-values_list .our-values_box-icon {
  margin-bottom: 25px;
}
.advanced-contact .our-values_list .our-values_box-icon img {
  width: 98px;
  height: auto;
  margin: 0;
}
.advanced-contact .our-values_list .our-values_box-title {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 7px 0;
}
@media only screen and (max-width: 480px) {
  .advanced-contact .our-values_list .our-values_box-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.advanced-contact .our-values_list .our-values_box-desc {
  margin: 0;
  font-size: 16px;
  color: var(--text-gray);
}
@media only screen and (max-width: 480px) {
  .advanced-contact .our-values_list .our-values_box-desc {
    font-size: 14px;
  }
}
.advanced-contact .faq-section {
  padding: 40px 15px;
}
.advanced-contact .faq-section .container {
  max-width: 850px;
  margin: 0 auto;
}
.advanced-contact .faq-section .faq-title {
  margin-bottom: 35px;
  text-align: center;
}
.advanced-contact .faq-section .faq-title h2 {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .advanced-contact .faq-section .faq-title h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.advanced-contact .faq-section .faq-questions .question {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
}
.advanced-contact .faq-section .faq-questions .question .question-top {
  padding: 8px 0;
  display: flex;
  gap: 25px;
  justify-content: space-between;
  cursor: pointer;
}
.advanced-contact .faq-section .faq-questions .question .question-top h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 480px) {
  .advanced-contact .faq-section .faq-questions .question .question-top h4 {
    font-size: 16px;
  }
}
.advanced-contact .faq-section .faq-questions .question .question-top img {
  width: 20px;
  height: auto;
}
.advanced-contact .faq-section .faq-questions .question p {
  display: none;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  color: var(--text-gray);
}
@media only screen and (max-width: 480px) {
  .advanced-contact .faq-section .faq-questions .question p {
    font-size: 14px;
  }
}
.advanced-contact .faq-section .faq-questions .question.active p {
  display: block;
}
.advanced-contact .faq-section .faq-footer {
  margin: 50px 0 20px;
  text-align: center;
}
/*** Multi Steps Form  CSS ***/
.advanced-contact div.wpforms-container-full {
  margin: 0 auto;
}
/* form progress */
.advanced-contact div.wpforms-container-full .wpforms-form .wpforms-page-indicator {
  margin-bottom: 0;
}
.advanced-contact .wpforms-form .wpforms-page-indicator .wpforms-page-indicator-steps {
  display: none;
}
.advanced-contact div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
  border-radius: 0;
  height: 22px;
  background-color: #e1ebf5;
  margin: 0;
}
.advanced-contact div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {
  height: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  color: #ffffff;
  transition: all 0.3s ease;
}
/* form fields */
.advanced-contact .wpforms-form .wpforms-field-container {
  padding: 30px 15px 0;
}
.advanced-contact .wpforms-form .wpforms-field-container .wpforms-field-label {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: var(--text-black);
  display: block;
  text-align: center;
}
.advanced-contact .wpforms-form .wpforms-field-container .wpforms-required-label {
  display: none;
}
.advanced-contact .wpforms-form .wpforms-field-container input[type="text"],
.advanced-contact .wpforms-form .wpforms-field-container input[type="tel"],
.advanced-contact .wpforms-form .wpforms-field-container input[type="email"] {
  border: 1px solid;
  padding: 15px 10px;
  width: 100%;
  cursor: pointer;
  position: relative;
  border-color: #003E77;
  border-radius: 5px;
  font-size: 1.1rem;
  height: auto;
}
.advanced-contact .wpforms-form .wpforms-field-container input[type="text"]:focus,
.advanced-contact .wpforms-form .wpforms-field-container input[type="tel"]:focus,
.advanced-contact .wpforms-form .wpforms-field-container input[type="email"]:focus {
  border-width: 2px;
}
.advanced-contact .wpforms-form .wpforms-field-radio ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 20px;
}
.advanced-contact .wpforms-form .wpforms-field-radio input[type="radio"] {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}
.advanced-contact .wpforms-form .wpforms-field-radio input[type="radio"]+label {
  border: 1px solid var(--primary-color);
  color: var(--text-black);
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.advanced-contact .wpforms-form .wpforms-field-radio input[type="radio"]:checked+label,
.advanced-contact .wpforms-form .wpforms-field-radio input[type="radio"]+label:hover {
  background-color: #cbefff;
}
/* next & prev buttons */
.advanced-contact div.wpforms-container-full .wpforms-form .wpforms-page-button.wpforms-page-next,
.advanced-contact div.wpforms-container-full .wpforms-form button[type=submit] {
  padding: 16px;
  background: var(--primary-color);
  color: var(--text-white);
  border-radius: 100px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  max-width: 350px;
  cursor: pointer;
  transition: all 0.2s ease-in;
  border-color: transparent;
  margin: 15px auto;
}
.advanced-contact div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #7FC453;
  padding: 18px 15px;
}
.advanced-contact div.wpforms-container-full .wpforms-form .wpforms-page-button.wpforms-page-next:hover,
.advanced-contact div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  background: #003E77;
  color: #ffffff !important;
}
.advanced-contact div.wpforms-container-full .wpforms-form .wpforms-page-button.wpforms-page-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  transform: translateY(calc(100% + 30px));
  margin: 15px auto;
  background: transparent;
  color: var(--primary-color);
  border-radius: 100px;
  border-color: transparent;
  transition: all 0.2s ease-in;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.advanced-contact div.wpforms-container-full .wpforms-form .wpforms-page-button.wpforms-page-prev:hover {
  background: #f0f8ff;
}
.advanced-contact div.wpforms-container-full .wpforms-form .wpforms-page-button.wpforms-page-prev+.wpforms-page-next {
  transform: translateY(calc(-100% - 20px));
}
.advanced-contact div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  transform: translateY(-100%);
  padding: 0;
  text-align: center;
}
div#wpforms-9133-field_9-container {
  display: none;
}
/* form time */
.advanced-contact div.wpforms-container-full .wpforms-form .form-time p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
  color: #00b67a;
  margin: 0;
}
.advanced-contact div.wpforms-container-full .wpforms-form .form-time p img {
  width: 20px;
  height: auto;
  margin: 0 !important;
}
/* form field description */
.advanced-contact div.wpforms-container-full .wpforms-form .wpforms-field-description {
  background: #e8fdf0;
  display: inline-flex;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #30682f;
  margin-bottom: 10px;
  line-height: 18px;
  align-items: center;
  gap: 7px;
}
.advanced-contact div.wpforms-container-full .wpforms-form .wpforms-field-description img {
  width: 20px;
  height: auto;
}
/**
 * Advaced Contact CSS End
 */
.text-bigimage h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    margin: 0;
    color: var(--text-black);
}
.topblog h2 {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    color: var(--text-black);
    margin: 25px 0;
}
.text-cards h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    margin: 0;
    color: var(--text-black);
}
.splithero h2 {
    font-weight: 700;
    font-size: 57px;
    line-height: 60px;
    margin: 0;
}
.ahover{
	text-decoration: none !important;
	color:inherit !important;;
}
.ahover:hover{
	color: #29aae2 !important;;
    font-weight: 600 !important;;
    text-decoration: underline !important;;
}
.guidefaq.faqsection .container{
    display:block !important;
}
.guidefaq.faqsection .faqside{
    width:100% !important;
}
.guidefaq h2 {
    font-size: 40px !important;
}
.single-guides .fourcardsection .cardwrapper .card .btn {
    background: #29aae2 !important;
}
.single-guides .fourcardsection .cardwrapper .card .btn:hover {
    background: #003E77 !important;
}
section.highlights {
    background: #E8F3FD !important;
    padding: 60px 0;
    margin:50px 0;
}
.blue-bg-cls {
    background: #E8F3FD;
    padding: 20px 40px;
}

/*New accordion*/
/*.accordion {*/
/*  background-color: #eee;*/
/*  color: #444;*/
/*  cursor: pointer;*/
/*  padding: 18px;*/
/*  width: 100%;*/
/*  border: none;*/
/*  text-align: left;*/
/*  outline: none;*/
/*  font-size: 15px;*/
/*  transition: 0.4s;*/
/*}*/

/*.active, .accordion:hover {*/
/*  background-color: #ccc;*/
/*}*/

/*.accordion:after {*/
/*  content: '\002B';*/
/*  color: #777;*/
/*  font-weight: bold;*/
/*  float: right;*/
/*  margin-left: 5px;*/
/*}*/

/*.active:after {*/
/*  content: "\2212";*/
/*}*/

/*.panel {*/
/*  padding: 0 18px;*/
/*  background-color: white;*/
/*  max-height: 0;*/
/*  overflow: hidden;*/
/*  transition: max-height 0.2s ease-out;*/
/*}*/

.cardwrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

/*.cardwrapper .card {*/
/*    box-shadow: none !important;*/
/*    background: var(--primary-color);*/
/*    width: 32% !important;*/
/*    box-sizing: border-box !important;*/
/*    color: #fff!important;*/
/*    text-align: center !important;*/
/*    min-height: 600px !important;*/
/*    padding: 50px !important;*/
/*    display: flex !important;*/
/*    flex-wrap: wrap !important;*/
/*}*/
.postid-8287 .card a {
    color: #29aae2!important;
	  background: #fff!important;
}
.postid-8287 .card p{
	margin: 0 auto;
}
.checkbox-tbl,.checkbox-tbl td {
    border: none;
	background: transparent;
}
.upper {
    margin-bottom: 15px;
}
.checkbox-tbl td {
    line-height: 1.5;
}
@media(max-width: 820px){
    .cardwrapper .card{
		display: block !important;
		width: 100% !important;
	}
/*	.cardwrapper {*/
/*    display: block;*/
/*}*/
/*	.cardwrapper .card {*/
/*    min-height: auto!important;*/
/*    padding: 50px !important;*/
/*    display: flex !important;*/
/*    margin-bottom: 30px;*/
/*}*/
}
@media(max-width:768px){
    .fourcardsection .cardwrapper .card{
		display: block !important;
		width: 100% !important;
	}
	#footercontact{
	    margin-top: -10px!important;
	}
}

.landing-form .btn-primary {
    margin-bottom: 10px !important;
    padding: 15px 30px;
    font-size: 16px !important;
    background-color: #fff !important;
    color: #007bff !important;
    border-radius: 100px;
    text-decoration: none;
}
.landing-form .bottom-btn {
    color: #fff !important;
    background-color: #007bff !important;
}

.home_section_top .hero{width: 100%;}
.home_section_top{display: flex;flex-wrap: wrap;}
.section_top{position: relative;width: 30%;}
.section_top video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.herocontent{
   text-align: left;
    margin-top: 0px;
    position: absolute;
    top: 70%;
    left: 35%;
    right: 24%;
    transform: translate(0%, -88%);
    color: #FFF;
    z-index: 1;
}
.main_content{
    text-align: center;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    left: 8%;
    right: 8%;
    transform: translate(0%, -45%);
    color: #FFF;
    z-index: 1;
}
.main_content h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    margin: 0px;
}
.main_content h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0px 24px;
}
.dflex{display: inline-grid;gap: 5px;justify-items: center;}
.dflex .btn{padding:12px 12px;font-size: 14px;justify-content: center;width: 230px;}
.main_content .btn2 {
    border: none;
    background-color: #007bff00 !important;
    margin-top: 20px;
}
.main_content .btn2:hover{ background-color: #007bff00 !important;}

  
  /* .box {
    width: 40%;
    margin: 0 auto;
    background:none;
    padding: 0px;
    border:none;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
  }
  
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 1500;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
    margin: 70px auto;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
  }
  
  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #29AAE2;
  }
  .popup .close:hover {
    color: #29AAE2;
  }
  .popup .content {
    height: 82vh;
    overflow: hidden;
  }
  .video_height video{height: 100%;width: 100%;object-fit: cover;}
  
  @media screen and (max-width: 700px){
    .box{
      width: 70%;
    }
    .popup{
      width: 70%;
    }
  } */
.overlay_bg{background: rgba(0, 0, 0, 0.4);position: absolute;left: 0;right: 0;top: 0;bottom: 0;height: 100%;width: 100%;}


.main{
    width: 100%;
    height:auto ;
    text-align: center;
  }
  
  .main div{
    width: auto;
    height: 400px;
    margin:0 auto;
    text-align: center;
  
  }
  .main div button{
    top: 500px;
    height: 30px;
    margin: 0 auto;
    background: none;
  border: none;
  }
  
  
  .container1{
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    opacity: 0.9;
    background: #222;
    z-index: 40000;
    top:0;
    left: 0;
    overflow: hidden;
  
    animation-name: fadeIn_Container;
    animation-duration: 1s;
    
  }
  
  .modal{
    display:none;
    top: 0;
    min-width: 250px;
    width: 80%;
    height: 400px;
    margin: 0 auto;
    position: fixed;
    z-index: 40001;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #000;
    margin-top: 30px;
    margin-left: 10%;
  
    animation-name: fadeIn_Modal;
    animation-duration: 0.8s;
   
  }
  
  .header{
    width: 100%;
    height: 70px;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 2px solid #ccc;
  }
  
  .header a{
    text-decoration: none;
    float: right;
    line-height: 70px;
    margin-right: 20px;
    color: #aaa;
  }
  
  .content{
    width: 100%;
    height: 76vh;
  }
  .cancel {
    position: absolute;
    right: 7px;
    top: 4px;
    z-index: 10;
    color: #29AAE2;
    text-decoration: none;
  }
  
  .video_height video{width: 100%;height: 100%;object-fit: cover;}
  
  /****MEDIA QUERIES****/
  
  @media screen and (min-width: 600px){
  
    .modal{
      width:395px;
      height: 76vh;
      /* margin-left: calc(50vw - 250px);
      margin-top: calc(50vh - 250px); */
      left: 0;
    right: 0;
    margin: 100px auto 0px;
    }
  
  
    .header{
      width: 100%;
      height: 40px;
    }
  
    .header a{
      line-height: 40px;
      margin-right: 10px;
    }
  
    .content{
      width: 100%;
      height:76vh;
    }
  
  
}
  
  /*LARGE SCREEN*/
  @media screen and (min-width: 1300px){
  
}
  
  /****ANIMATIONS****/
  
  @keyframes fadeIn_Modal {
    from{
      opacity: 0;
    }
    to{
      opacity: 1;
    }
  }
  
  @keyframes fadeIn_Container {
    from{
      opacity: 0;
    }
    to{
      opacity: 0.9;
    }
  }

@media (min-width:2540px) and (max-width:2580px) {

.hero{height: auto;
/*min-height: auto;*/
    
}
    
}

@media (min-width:1905px) and (max-width:1935px) {

.hero{height: auto;
/*min-height: auto;*/
    
}

}

@media (min-width:1558px) and (max-width:1682px) {

.modal{margin-top: calc(50vh - 450px);}
    
}

@media (min-width:1022px) and (max-width:1026px) {

.hero{height: 75vh;}
.main_content h1{font-size: 25px;line-height: 28px;margin-bottom: 10px;}
.main_content{transform: translate(0%, -36%);}
.herocontent{transform: translate(0%, -49%);}
        
}

@media (min-width:768px) and (max-width:999px) {

.main_content h1{font-size: 26px;line-height: 30px;margin-bottom: 10px;}
.dflex .btn{width: 217px;}
.home_section_top .hero{width: 100%;}
.section_top{width: 38%;}
.hero {
    min-height: auto;
    height: 75vh;
}
.main_content{transform: translate(0%, -26%);}
.herocontent{transform: translate(0%, -44%);}
        
}
  
@media (max-width: 767px) {

.home_section_top .hero{width: 100%;}
.section_top{width: 100%;}
.main_content h1{font-size: 30px;line-height: 36px;margin-bottom: 10px;}
.main_content{transform: translate(0%, -39%);}
.locationssection .textside h2{font-size: 30px;line-height: 34px;}

}

@media (max-width: 360px) {

.main_content h1{font-size: 24px;line-height: 30px;}
.main_content{transform: translate(0%, -34%);}
.herocontent{transform: translate(0%, -59%);}

}

/* 30/6/2025 */
.entry-title{
    display: none;
}
.entry-content {
	margin-top: 0;
}
.btn_small .elementor-button-wrapper .elementor-button svg{
	width: 25px;
	height: 25px;
}
.page_heading .elementor-heading-title span,
.page_heading p a{
    color: #29AAE2 !important;
}
.btn-primary:hover {
    background: #003E77 !important;
}
/* css add by shubham for AI Chatbot overlap on slider button on 14-1-2026 start */
#zychatsection .BOT_chatcontainer.BOT_chatcontainer_Add {
  height: 10% !important;
}
/* css add by shubham for AI Chatbot overlap on slider button on 14-1-2026 end */ 