/*!
Theme Name: discreplay
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: discreplay
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.

discreplay 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%;
}
html {
  scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
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 {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0;
}

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



body{
	font-family: "Poppins", sans-serif !important;
}
.site-header {
    background: #000;
    padding: 28px 0;
}
.main-navigation ul {
    gap: 50px;
    justify-content: center;
}
.main-navigation ul li{
	
}
.main-navigation ul li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.10px;
    color: #fff;
    text-transform: uppercase;
}
a.btn{
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
	padding: 15px 17px;
	border-radius: 50px;
	border: 1px solid;
	transition: 0.5s ease-in-out;
	text-transform: uppercase;
}
a.btn-green{
	background: #98CD00;
	border-color: #98CD00;
	color: #fff;
}
a.btn-green:hover{
	background: transparent;
	color: #98CD00;
}
a.btn-green i{
	margin-right: 5px;
}
h3 {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: -0.2px !important;
}

.top-footer{
	background: #98CD00;
}
.newsletter-text{
	text-align: right;
}
.newsletter-text h3 {
    color: #fff;
    margin-bottom: 0;
}
.newsletter-form form{
	position: relative;
}
.newsletter-form {
    position: relative;
    padding: 30px 0px 10px;
    max-width: 645px;
}
.input-field .ginput_container input {
    padding-left: 24px !important;
    height: 64px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.10px !important;
    color: #9E9D9E !important;
    border-radius: 50px !important;
}
#gform_submit_button_1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.10px;
    padding: 20px 24px;
    border-radius: 50px;
    border: 1px solid;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
    background: #2798E2;
    color: #fff;
    position: absolute;
    top: 3px;
    right: 3px;
    /* transform: translateY(-50%); */
}
.footer-menu {
	
}
h4, .h4{
	font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.10px !important;
}
.find-store-wrap {
    text-align: center;
    color: #fff;
}
.find-store-wrap h4{
	margin-bottom: 20px;
}
.find-store-wrap h3{
	margin-bottom: 20px;
}
.find-store-wrap .btn{
	
}
.find-store-wrap .link-btn {
    font-size: 14px;
    display: block;
    color: #fff;
    margin-top: 10px;
}
.find-store-wrap h3 a{
	color: #fff;
}
.find-store-wrap h3 a i{
	color: #2798E2;
}
.site-footer {
    background: #98CD00;
}
.bottom-footer {
    background: #000;
    padding: 50px 0;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
.footer-logo {
    margin-bottom: 30px;
    text-align: center;
}
.footer-menu h4{
	color: #98CD00;
}
.footer-menu.sell-gear-menu ul li{
	width: 50%;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    margin-top: 20px;
}
.footer-menu ul li{
	width: 100%;
}
.footer-menu ul li a{
	font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.10px;
	color: #fff;
	transition: 0.5s ease-in-out;
}
.footer-menu ul li a:hover{
	text-decoration: none;
	color: #98CD00;
}
.copyright-text p{
	font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.10px;
	color: #EEEEEE;
}
.copyright-footer {
    background: #000;
}
.copyright-row {
    border-top: 2px solid #2798E2;
    padding-top: 30px;
    padding-bottom: 30px;
}
.privacy-links {
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: right;
}
.privacy-links li, .privacy-links li a{
	font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.10px;
	color: #EEEEEE;
}
.our-focus{
	position: relative;
	background: #98CD00;
}
.our-focus-inner {
    background: linear-gradient(to left, #2798E2 0%, #003257 100%);
    padding: 200px 0 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.our-focus-wrap {
    background: #fff;
    box-shadow: 16px 16px 0px 0px #98CD00;
    border-radius: 100px;
    text-align: center;
    padding-bottom: 50px;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 60px;
	position: relative;
	padding-top: 115px;
}
.focus-heading {
    background: #98CD00;
    padding: 30px 40px;
    max-width: max-content;
    position: absolute;
    margin: 0 auto;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.focus-heading h2{
	color: #fff;
}
h2{
	font-size: 56px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.10px !important;
}
p{
	font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.10px !important;
}
.focus-content h3{
	color: #2798E2;
	margin-bottom: 15px;
}
.focus-content p {
    max-width: 1350px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.mt-40 {
    margin-top: 40px !important;
}
.focus-content p:last-child{
	margin-bottom: 0px;
} 
.featured-heading {
    text-align: center;
    padding: 10px 0 40px;
}
.featured-heading h3{
	color: #98CD00;
}
.features {
    list-style: none;
}
.features li {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.10px;
    color: #fff;
    margin-bottom: 15px;
    list-style: none;
}
.features li i{
	color: #98CD00;
	margin-right: 5px;
}
.mw-1350 {
    max-width: 1350px !important;
    margin: 0 auto !important;
    width: 100%;
}
.location-section {
    background: #000;
    padding: 50px 0 0;
    position: relative;
    margin-bottom: -70px;
}
.location-img{
	text-align: right;
}
.location-data{
	max-width: 640px;
}
.location-data h2{
	color: #fff;
	margin-bottom: 20px;
}
.location-data p{
	color: #fff;
	margin-bottom: 20px;
}
.location-data ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.location-data ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.10px;
    color: #fff;
    margin-bottom: 15px;
    width: 33.33%;
}
.location-data ul li i{
	margin-right: 5px;
	color: #2798E2;
}
.btn-white-outline{
	color: #fff !important;
	background: transparent !important;
	border-color: #fff !important;
}
.btn-black-outline{
	color: #000 !important;
	background: transparent !important;
	border-color: #000 !important;
}
.btn-wrap {
    padding-top: 20px;
    display: flex;
    gap: 20px;
}
.location-img img {
    position: relative;
    z-index: 99;
}
.hero-banner {
    position: relative;
    background: #000;
}
.inner-hero-banner {
	position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 130px 0;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    width: 100%;
    min-height: 546px;
    display: flex;
    align-items: center;
}
.single-location .inner-hero-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2f2f2f;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    opacity: 0.5;
}
.banner-content {
    text-align: center;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.banner-content h1 {
    font-size: 150px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -2px;
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 4px 4px 0px #2798E2;
    text-transform: uppercase;
}
.banner-content h1.sm-txt{
	font-size: 100px;
}
.banner-content h2 {
    font-size: 72px !important;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px !important;
    color: #98CD00;
    text-transform: uppercase;
}
.services-section{
	background: #000;
	margin-top: -90px;
}
.services-inner-wrap{
	
}
.services {
    width: 12.5%;
    padding: 0 10px;
    text-align: center;
}
.services a:hover{
	text-decoration: none;
}
.service-img {
    width: 195px;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    padding: 20px;
}
.service-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 196px;
    height: 196px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(39, 152, 226, 1) 0%, rgba(39, 152, 226, 1) 42%, rgba(39, 152, 226, 0) 42%, rgba(39, 152, 226, 0) 55%, rgba(39, 152, 226, 1) 55%, rgba(39, 152, 226, 1) 100%);
    mask: radial-gradient(transparent 90px, white 90px);
    -webkit-mask: radial-gradient(transparent 88px, white 88px);
    z-index: 0;
	transform: rotate(-30deg);
}

.services.service2 .service-img:before {
	transform: rotate(-50deg);
}
.services.service3 .service-img:before {
	transform: rotate(-70deg);
}
.services.service4 .service-img:before {
	transform: rotate(-90deg);
}
.services.service5 .service-img:before {
	transform: rotate(-110deg);
}
.services.service6 .service-img:before {
	transform: rotate(-130deg);
}
.services.service7 .service-img:before {
	transform: rotate(-150deg);
}
.services.service8 .service-img:before {
	transform: rotate(-170deg);
}
.service-img img{
	position: relative;
	z-index: 5;
}
.services h4{
	color: #fff;
}
.multicolumn-section {
    padding: 70px 0 40px;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.page-id-60 .multicolumn-section:after {
    content: '';
    background: linear-gradient(to bottom, #00000000 0%, #000000d6 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.multicolumn-section .section-heading {
    text-align: center;
    position: relative;
    z-index: 5;
    max-width: 1350px;
    margin: 0 auto 50px;
    color: #fff;
}
.home .multicolumn-section .section-heading {
	max-width: 100%;
}
.multicolumn-section .section-heading h2{
	color: #fff;
	margin-bottom: 20px;
}
.color-lime{
	color: #98CD00 !important;
}
.columns {
    border-radius: 50px;
    box-shadow: 8px 8px 0px #2798E2;
    position: relative;
    z-index: 5;
    background: #fff;
	margin-bottom: 30px;
	height: 100%;
    /* max-width: 400px; */
    /* margin: 0 auto; */
}
.columns a:hover{
	text-decoration: none;
}
.columns img {
    width: 100%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.single .columns img {
    /* max-height: 250px; */
	object-fit:cover;
}
.col-head {
    background: #2798E2;
    padding: 0px 35px;
    text-align: center;
}
.col-head h3 {
    color: #fff;
    line-height: 1.1 !important;
	margin-bottom: 0;
	display: flex;
    align-items: center;
    justify-content: center;
	max-height: 90px;
}
button:focus{
	outline: 0 !important;
}
.col-content {
    padding: 20px 15px 10px;
    text-align: center;
}
.col-content p{
	color: #000;
}
.review-section {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0px 0 40px;
	position: relative;
}
.review-section-wrap {
    background: linear-gradient(to left, #2798E2 0%, #003257 100%);
    border-radius: 100px;
    padding: 50px 0 0;
}
.left-review-img {
    position: absolute;
    z-index: 9;
    left: -80px;
}
.right-review-img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.review-icon {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.review-wrap {
    max-width: 1350px;
    margin: 0 auto;
    padding-top: 110px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .single .review-wrap { */
    /* padding-top: 160px; */
/* } */
.review-wrap h2{
	text-align: center;
	margin-bottom: 30px;
}
.review-wrap h2 br{
	display: none;
}
.reviews {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    z-index: 10;
    position: relative;
}
/* .single .reviews { */
    /* margin-top: 30px */
/* } */
/* .single .review-section { */
    /* padding: 90px 0 0; */
/* } */
/* .single .review-icon { */
    /* max-width: 80px; */
/* } */
.review-slide {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.user-info {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.user-name p {
    margin-bottom: 0;
}
.rating {
    display: flex;
    list-style: none;
    gap: 5px;
    padding-bottom: 6px;
    padding-top: 10px;
}
.rating li{
	color: #ccc
}
.rating li.active{
	color: #FCC00A;
}
.review-content p{
	font-size: 16px;
	line-height: 1.4;
	letter-spacing:-0.2px;
}
.slick-arrow {
    font-size: 30px;
    color: #98CD00;
    border: 0;
    background: transparent;
    margin: 0;
    position: absolute;
    top: 50%;
    padding: 0;
    width: 100%;
    transform: translateY(-50%);
    max-width: max-content;
}
.slick-prev {
    left: -40px;
}
.slick-next{
	right: -40px;
}
.slick-next:before, .slick-prev:before{
	content: none !important;
}
.reviews .slick-slide {
	margin: 0 10px;
}

.store-display-wrap {
    width: 10%;
    padding: 10px 15px;
    background: #2798E2;
    position: relative;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
section.location-search {
    overflow: hidden;
    position: relative;
    background: #2798E2;
    z-index: 0;
}
.store-display {
    color: #fff;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
}
.store-display p {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    margin-bottom: 0;
    max-width: 110px;
    margin-left: auto;
}
.store-display-wrap:before {
    content: '';
    background: #2798E2;
    position: absolute;
    left: -79px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.store-detail-wrap {
    width: 90%;
    padding: 0 15px;
    background: #F08700;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.store-right-data{
	color: #fff;
}
.store-right-data p {
    margin-bottom: 0;
    font-size: 24px !important;
}
.store-right-data p a{
	color: #fff;
}
.store-right-data p a:hover{
	text-decoration: none;
}
.store-detail{
	position: relative;
}
.store-detail h3, .store-detail h3 a {
    font-size: 32px;
    color: #fff;
    margin-bottom: 0;
    display: flex;
    gap: 10px;
    align-items: center; 
}
.store-detail h3 a.location-name{
    font-size: 32px;
    color: #fff;
    margin-bottom: 0;
	font-weight: 700;
}
.store-detail h3 a.small-text{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.1;
}
.store-detail h3 a:hover{
	text-decoration: none;
}
.store-detail-wrap:before {
    content: '';
    background: #F08700;
    width: 30px;
    height: 100%;
    position: absolute;
    left: -30px;
    z-index: -1;
}
.store-detail-wrap:after {
    content: '';
    background: #F08700;
    position: absolute;
    right: -100%;
    width: 100%;
    height: 100%;
}
.store-section {
    background: #000;
    padding: 80px 0 0;
}
.store-section-wrap {
    padding: 50px 0;
    background: linear-gradient(to top, #2798E2 0%, #003257 100%);
    border-radius: 100px;
}
.store-section-wrap .stores {
    width: 100%;
}
.stores .slick-slide {
	margin: 0 20px;
}
.store-wrap img{
	width: 100%;
}
.store-section-wrap .stores .slick-prev {
    left: -30px;
}
.store-section-wrap .stores .slick-next {
    right: -30px;
}
.our-values {
    position: relative;
    padding: 70px 0 0;
    z-index: 5;
}
.our-values .section-heading {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.our-values-wrap {
    position: relative;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.our-values-wrap .number {
    font-size: 200px;
    font-weight: 900;
    color: #98CD00;
    line-height: 1;
    letter-spacing: -2px;
    text-shadow: 4px 4px 0px #2798E2;
    position: absolute;
    left: -25px;
    top: 50px;
    z-index: 99;
}
.value-img{
	position: relative;
	padding: 20px;
}
.value-img img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
}
.value-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(39, 152, 226, 1) 0%, rgba(39, 152, 226, 1) 42%, rgba(39, 152, 226, 0) 42%, rgba(39, 152, 226, 0) 55%, rgba(39, 152, 226, 1) 55%, rgba(39, 152, 226, 1) 100%);
    mask: radial-gradient(transparent 90px, white 90px);
    -webkit-mask: radial-gradient(transparent 88px, white 88px);
    z-index: 0;
    transform: rotate(-30deg);
}
.values-data {
    width: calc(100% - 220px);
    padding-right: 15px;
}
.our-story{
	background: #000;
	position: relative;
	padding: 40px 0;
}
.our-story-wrap {
    background: linear-gradient(to left, #2798E2 0%, #003257 100%);
    border-radius: 100px;
    padding: 100px 0 50px;
}
.our-story-wrap .container{
	max-width: 1350px !important;
	margin: 0 auto;
}
.story-data{
	color: #fff;
}
.story-data h2{
	margin-bottom: 25px;
}
.story-img {
    margin-bottom: 35px;
}
.story-img img{
	box-shadow: 8px 8px 0px 0px #98CD00;
	border-radius: 50px;
}
.quoted-text {
    padding: 20px 0 0;
}
.quote {
    max-width: 900px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    margin: 0 auto;
    flex-wrap: wrap;
}
.quote h3 {
    width: calc(100% - 145px);
}
.page-id-60 .our-focus-inner {
    background: #000;
    padding: 150px 0 50px;
}
.page-id-60 .our-focus-wrap {
    box-shadow: 16px 16px 0px 0px #2798E2;
}
.our-focus-wrap .btn-wrap {
    justify-content: center;
}
h2.gform_submission_error.hide_summary {
    font-size: 14px !important;
}
.customer-inquiry {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0;
	position: relative;
}
.customer-inquiry .section-heading {
    text-align: center;
    color: #fff;
    max-width: 1350px;
    margin: 0 auto 70px;
	position: relative;
	z-index: 5;
}
.customer-inquiry .section-heading h2{
	margin-bottom: 20px;
}
.customer-inquiry .section-heading p a {
    color: #2798E2;
    text-decoration: underline;
}
.mw-1350{
	max-width: 1350px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.inquiry-wrap {
    background: #fff;
    box-shadow: 8px 8px 0 0 #2798E2;
    border-radius: 60px;
    text-align: center;
    padding: 60px 36px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: self-end;
    justify-content: center;
}
.inquiry-wrap h3 {
    margin-bottom: 16px;
    color: #2798E2;
}
.inquiry-wrap p{
	margin-bottom: 16px;
}
.page-id-69 .customer-inquiry:after {
    content: '';
    background: linear-gradient(to bottom, #00000000 0%, #0000006e 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.page-id-69 .our-focus-inner {
    padding: 130px 0 50px;
}
.contact-form {
    max-width: 1025px;
    margin: 0 auto;
}
p.gform_required_legend{
	display: none;
}
label.gfield_label, .gfield_label, label.gform-field-label {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
	padding-left: 20px;
	display: block !important;
	text-align: left;
}
.input-field input{
	border: 2px solid #000000 !important;
	text-align: left;
}
.newsletter-form .input-field input{
	border: 1px solid #fff !important;
}
.validation_message {
    text-align: left !important;
    font-weight: 700 !important;
    font-size: 14px !important;
	letter-spacing: 1px !important;
}
.select-field select:focus, .input-field input:focus, .textarea-field textarea:focus{
	outline: none !important;
}
.select-field select, .select-field .chosen-container .chosen-single {
    padding: 18px 24px !important;
    height: 64px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.10px !important;
    color: #9E9D9E !important;
    border-radius: 50px !important;
    border: 2px solid #000000 !important;
    text-align: left;
    text-transform: uppercase;
}
.textarea-field textarea{
	padding: 24px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.10px !important;
    color: #9E9D9E !important;
    border-radius: 50px !important;
	border: 2px solid #000000 !important;
	text-align: left;
}
input#gform_submit_button_2, input#gform_submit_button_3, input#gform_submit_button_4 {
    width: 100%;
    border-radius: 50px;
    background: #98CD00;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 16px 0 !important;
	position: relative;
}
.career-form-wrap .gform-footer, .contact-form .gform-footer{
	position: relative !important;
}
.career-form-wrap .gform-footer:before {
    content: '\f1d8';
    font-family: fontawesome;
    color: #fff;
    position: absolute;
    top: 12px;
    z-index: 9;
    left: 45%;
    transform: rotate(45deg);
}
.contact-form .gform-footer:before {
	content: '\f1d8';
    font-family: fontawesome;
    color: #fff;
    position: absolute;
    top: 12px;
    z-index: 9;
    left: 44%;
    transform: rotate(45deg);
}

.career-form-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px 0px 80px;
    position: relative;
}
.career-form-wrap {
    background: #fff;
    box-shadow: 8px 8px 0 0 #2798E2;
    padding: 80px 60px;
    max-width: 1350px;
    margin: 0 auto;
    width: 100%;
    border-radius: 100px;
    margin-top: -80px;
	position: relative;
	z-index: 5;
}
.input-field.file-upload input{
	padding-left: 0 !important;
}
.color-blue{
	color: #2798E2 !important;
}
.career-form-wrap .gfield h3{
	color: #2798E2; 
}
.gform-theme--foundation .gform_fields {
    row-gap: 30px !important;
}
.gfield_radio {
    flex-direction: row !important;
    width: 100%;
}
.career-form-section:after {
    content: '';
    background: linear-gradient(to bottom, #00000000 0%, #000000 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.input-field.date-field input{
	width: 50% !important;
}
.page-id-73 .our-focus-inner {
    background: #000;
    padding: 120px 0 50px;
}
.accordian-wrap{
	padding: 80px 185px;
	background: linear-gradient(to left, #2798E2 0%, #003257 100%);
	margin-bottom: 60px;
	position: relative;
	z-index: 5;
	border-radius: 100px;
	color: #fff;
}
.accordian-wrap h2{
	margin-bottom: 30px;
}
.faq-section{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0px 0px;
    position: relative;
}
.faq-section:after{
	content: '';
    background: linear-gradient(to bottom, #00000000 0%, #000000 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.card-header {
    padding: 5px 0 !important;
    background: transparent !important;
    border: 0 !important;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -1px;
	color: #fff !important;
}
.card-header a {
	line-height: 1.4;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff !important;
    display: block;
    width: 100%;
}
.card-header a:hover{
	text-decoration: none;
}
.card-header a:focus{
	outline: none;
}
.card-body {
    border: 0;
    padding: 10px 0 !important;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: -1px;
	color: #fff;
}
.card-body p{
	margin-bottom: 0;
}
.card-body p a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}
.card {
    background: transparent !important;
    border: 0 !important;
    outline: none;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #9e9e9e !important;
}
.card .card-header a:after {
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    background: #98CD00;
    padding: 4px 5px 3px;
    font-size: 12px;
    border-radius: 0px;
    color: #2798E2;
}
.card .card-header a.collapsed:after {
  content: "\2b";
}
.video-section {
    position: relative;
    padding: 50px 0 0;
    background: #000;
}
.video-section-wrap {
    background: linear-gradient(to left, #2798E2 0%, #003257 100%);
    border-radius: 100px;
    padding: 140px 0 100px;
}
.video-container{
	
}
.video-wrap {
    position: relative;
    background: #fff;
    box-shadow: 16px 16px 0px 0px #98CD00;
    border-radius: 100px;
    padding: 115px 115px 60px;
    max-width: 1350px;
    margin: 0 auto;
    text-align: center;
}
.video-heading {
    background: #98CD00;
    padding: 30px 40px;
    max-width: max-content;
    position: absolute;
    margin: 0 auto;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}
.video-heading h2 {
    color: #fff;
}
.page-id-74 .multicolumn-section:after{
	content: '';
    background: linear-gradient(to bottom, #00000000 0%, #000000 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.video-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    height: 100%;
    min-height: 630px;
    max-height: 630px;
}
.video-container video {
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.thumbnail-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}
.thumbnail-img>img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 0px;
}
.thumbnail-img span.play-icon {
    position: absolute;
    left: 50%;
    display: inline-block;
    z-index: 999;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video-wrap p{
	margin-bottom: 0;
}
.opportunity-section {
    background: #000;
    padding: 50px 0;
}
.opportunity-wrap {
    color: #fff;
    max-width: 1350px;
    margin: 0 auto;
}
.opportunity-wrap h2 {
    text-align: center;
    margin-bottom: 20px;
}
.opportunity-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	margin-top: 20px;
}
.opportunity-wrap ul li {
    position: relative;
    width: 50%;
    padding: 0 30px 0 30px;
    margin-bottom: 20px;
}
.opportunity-wrap ul li:before {
    content: '\f14a';
    font-family: 'FontAwesome';
    color: #2798E2;
    font-size: 21px;
    position: absolute;
    left: 0;
    top: 3px;
}
.opportunity-wrap ul li p.large {
    font-size: 24px !important;
    line-height: 1.4 !important;
    letter-spacing: -1px !important;
    font-weight: 400 !important;
    margin-bottom: 0;
}
.opportunity-wrap ul li p{
	margin-bottom: 0;
}
.territories-wrap {
    position: relative;
    background: #fff;
    box-shadow: 16px 16px 0px 0px #2798E2;
    border-radius: 100px;
    padding: 115px 185px 60px;
    text-align: center;
    margin-top: 110px;
}
.territories-heading{
	background: #98CD00;
    padding: 30px 40px;
    max-width: max-content;
    position: absolute;
    margin: 0 auto;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}
.territories-heading h2{
    color: #fff;
}
.territories-wrap p{
	
}
.owner-profile {
    padding: 80px 15px 0px;
    position: relative;
    max-width: 1350px;
    margin: 0 auto;
}
.user-profile {
    color: #fff;
}
.user-profile h2{
	margin-bottom: 15px;
}
.user-profile ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	margin-top: 20px;
}
.user-profile ul li {
    position: relative;
    width: 50%;
    padding: 0 30px 0 30px;
    margin-bottom: 20px;
}
.user-profile-img img {
    border-radius: 50px;
    box-shadow: 8px 8px 0 0 #2798E2;
}
.user-profile ul li p{
	margin-bottom: 0;
}
.user-profile ul li:before {
    content: '\f14a';
    font-family: 'FontAwesome';
    color: #2798E2;
    font-size: 21px;
    position: absolute;
    left: 0;
    top: 3px;
}
.franchising-testimonial{
	background: #000;
	padding: 30px 0;
}
.franchising-testimonial-wrap{
	background: linear-gradient(to left, #2798E2 0%, #003257 100%);
    border-radius: 100px;
    padding: 100px 0 100px;
}
.franchising-testimonial .section-heading {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.franchising-test{
	color: #fff;
}
.testimonial-img{
    position: relative;
    padding: 20px;
}
.testimonial-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(39, 152, 226, 1) 0%, rgba(39, 152, 226, 1) 42%, rgba(39, 152, 226, 0) 42%, rgba(39, 152, 226, 0) 55%, rgba(39, 152, 226, 1) 55%, rgba(39, 152, 226, 1) 100%);
    mask: radial-gradient(transparent 90px, white 90px);
    -webkit-mask: radial-gradient(transparent 88px, white 88px);
    z-index: 0;
    transform: rotate(-30deg);
}
.franchising-test .icon {
    font-size: 200px;
    font-weight: 900;
    color: #98CD00;
    line-height: 1;
    letter-spacing: -2px;
    text-shadow: 4px 4px 0px #2798E2;
    position: absolute;
    left: -25px;
    top: 50px;
    z-index: 99;
}
.franchising-test{
	position: relative;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.testimonial-content {
    width: calc(100% - 220px);
    padding-right: 15px;
}
.testimonial-img img{
	border-radius: 50%;
	width: 160px;
	height: 160px;
	object-fit: cover;
}
.faq-section.franchise-faq {
    background: #000 !important;
    padding: 0;
}
.faq-section.franchise-faq .accordian-wrap{
	background: transparent;
}
.faq-section.franchise-faq .card .card-header a:after {
    border-radius: 2px;
    color: #000;
}
.ownership-step-section {
    background: #000;
    padding: 150px 0 00px;
}
.ownership-step-wrap{
	background: #fff;
    box-shadow: 16px 16px 0px 0px #2798E2;
    border-radius: 100px;
    text-align: center;
    padding-bottom: 50px;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 60px;
    position: relative;
    padding-top: 115px;
}
.ownership-heading {
	background: #98CD00;
    padding: 30px 40px;
    max-width: max-content;
    position: absolute;
    margin: 0 auto;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.ownership-heading h2{
    color: #fff;
}
.steps-wrap {
    max-width: 1350px;
    margin: 0 auto;
}
.step p.up {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #ddd;
  display: inline-block;
  margin: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#slider-nav .slick-slide {
	padding: 0 8px;
	cursor: pointer;
    outline: none;
}
#slider-nav{
	margin-bottom: 36px;
}		
.step-button {
    display: block;
    padding: 16px 24px;
    border-radius: 9999px;
    border: 2px solid #000;
    color: #000;
    transition: all 0.2s ease-in-out;
    font-weight: 700;
	font-size: 18px;
	cursor:pointer;
	white-space:nowrap;
}
#slider-nav .slick-current .step-button {
    border-color: #2798E2;
    color: #2798E2;
}
.space-x-8 {
    gap: 8px;
}
.content-card {
    max-width: 1350px;
    margin: 0 auto;
    text-align: center;
}
#slider-nav .slick-prev, 
#slider-nav .slick-next {
	display: none !important;
}
.nav-link {
    font-size: 16px !important;
	letter-spacing: 1.5px;
    font-weight: 700;
    color: #2798E2;
    transition: opacity 0.2s;
    cursor: pointer;
    border: 0;
    background: transparent;
}   
.nav-link.disabled {
    opacity: 1 !important;
    pointer-events: none;
    cursor: default;
    color: #9E9D9E !important;
}
.rotate-180 {
    transform: rotate(180deg);
}
.nav-link svg {
    font-size: 16px !important;
    width: 16px;
}
.nav-link span{
	
}
.page-id-90 .multicolumn-section:after {
    content: '';
    background: linear-gradient(to bottom, #00000000 0%, #000000d6 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.quote-section {
    position: relative;
    background: #000;
    padding: 0px 0 50px;
}
.quote-section-wrap {
    background: linear-gradient(to left, #2798E2 0%, #003257 100%);
    border-radius: 100px;
    padding: 80px 0 56px;
    position: relative;
}
.left-img {
    position: absolute;
    left: 0;
    top: 30px;
}
.right-img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}
.quote-wrap {
    text-align: center;
    color: #fff;
    width: 100%;
}
.quote-wrap svg {
    margin-bottom: 24px;
}
.quote-wrap h2{
	margin-bottom: 24px;
}
.quote-wrap h2.hero-text{
	font-size: 72px !important;
}
.user-profile-section{
	padding: 50px 15px;
	position: relative;
	background: #000;
}
.user-profile-section .container{
	max-width: 1350px !important;
}
.get-paid-section{
    background: #98CD00;
	position: relative;
}
.get-paid-section-wrap{
	position: relative;
	background: #000;
	padding: 50px 0 130px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.get-paid-wrap {
    box-shadow: 16px 16px 0px 0px #2798E2;
    padding: 120px 0;
    width: 100%;
    border-radius: 100px;
}
.get-paid-heading{
	background: #98CD00;
    padding: 30px 40px;
    max-width: max-content;
    margin: 0 auto;
    width: 100%;
}
.get-paid-heading h2{
	color: #fff;
}
.btn-white {
    color: #000 !important;
    background: #fff !important;
    border-color: #000 !important;
}
.get-paid-wrap .btn-wrap {
    padding-top: 48px;
    width: 100%;
    justify-content: center;
}
.nearest-to-you-area {
    position: relative;
    z-index: 5;
    width: 100%;
    margin-top: -80px;
}
.map-section{
	background: #98CD00;
	position: relative;
}
.map-section-wrap{
	position: relative;
    background-size: contain !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
	border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
	background-color: #000;
}

.search-field {
    padding-left: 45px !important;
    height: 64px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.10px !important;
    color: #fff !important;
    border-radius: 50px !important;
    width: 100%;
    background: transparent;
	text-transform: uppercase;
}
.map-wrap{
	position: relative;
}
.map-wrap:after{
	/* content: ''; */
    background: linear-gradient(to top, #00000000 0%, #000000d6 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#location-search {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
#location-search:after {
    content: '\f002';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    color: #fff;
}
.nearest-to-you-content {
    display: flex;
    flex-wrap: wrap;
}
.single-nearest-area {
	width: 25%;
    padding: 0 15px;
	margin-bottom: 36px;
}
.single-nearest-area-wrap{
	background: #fff;
    padding: 48px 36px;
    box-shadow: 8px 8px 0 0 #2798E2;
    border-radius: 50px;
    text-align: center;
	height: 100%;
}
.state {
    margin-bottom: 60px;
	width: 100%;
}
.state h2 {
    color: #fff;
    margin-bottom: 50px;
}
.search-field::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.search-field::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.single-nearest-area .location-name {
    margin-bottom: 16px;
    color: #2798E2;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: -0.2px !important;
}
.single-nearest-area .miles-away{
	color: #F08700;
	margin-bottom: 16px;
}
.single-nearest-area .address {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.5px;
}
.single-nearest-area .phone a span {
    color: #2798E2;
    margin-left: 5px;
}
.single-nearest-area .phone a{
	color: #000000;
	margin-bottom: 16px;
	display: block;
}
.single-nearest-area a.phone:hover{
	text-decoration: none;
}
#map {
    height: 570px;
    border-radius: 50px;
    width: 100%;
    margin-bottom: 15px;
}
.how-it-works-section {
    padding: 70px 30px;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.how-it-works-section:after{
	content: '';
    background: linear-gradient(to bottom, #00000000 0%, #000000d6 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.how-it-works-wrap {
    max-width: 1350px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 5;
    width: 100%;
}
.how-it-works {
    position: relative;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    max-width: 880px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: 0;
}
.how-it-works.right-pos {
    margin-left: auto;
    margin-right: 0;
}
.how-it-works .number {
    font-size: 200px;
    font-weight: 900;
    color: #98CD00;
    line-height: 1;
    letter-spacing: -2px;
    text-shadow: 4px 4px 0px #2798E2;
    position: absolute;
    left: -70px;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
}
.works-img {
    position: relative;
    padding: 20px;
}
.works-img:before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    width: 295px;
    height: 295px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(39, 152, 226, 1) 0%, rgba(39, 152, 226, 1) 42%, rgba(39, 152, 226, 0) 42%, rgba(39, 152, 226, 0) 55%, rgba(39, 152, 226, 1) 55%, rgba(39, 152, 226, 1) 100%);
    mask: radial-gradient(transparent 90px, white 90px);
    -webkit-mask: radial-gradient(transparent 132px, white 101px);
    z-index: 0;
    transform: rotate(-30deg);
}
.works-img img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    object-fit: cover;
}
.work-content {
    width: calc(100% - 300px);
    padding-right: 15px;
}
.how-it-works-wrap .section-heading{
	text-align: center;
	margin-bottom: 20px;
}
.products-section{
	position: relative;
	background: #000;
	padding: 70px 15px 20px;
}
.products-section .section-heading{
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
.products-wrap {
    background: #fff;
    padding: 48px;
    box-shadow: 8px 8px 0 0 #2798E2;
    /* margin-bottom: 40px; */
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	height: 100%;
}
.mb-40{
	margin-bottom: 40px;
}
.product-img {
    width: 43%;
    padding-right: 18px;
}
.product-data {
    padding-left: 18px;
    width: 57%;
}
.product-data h3{
	color: #2798E2;
}
.instagram-section{
	padding: 70px 0 50px;
	position: relative;
	background: #000;
}
.instagram-section .section-heading{
	text-align: center;
	color: #fff;
	margin-bottom: 48px;
}
.insta-post{
	margin-bottom: 48px;
}
.insta-post img{
	
}
.review-section .section-heading {
    text-align: center;
    color: #000;
    margin-bottom: 0;
    margin-top: 45px;
}
.page-id-120 .reviews {
    margin-top: 15px;
}
.page-id-120 .review-section {
    padding: 85px 0 0;
}
.page-id-120 .our-focus-inner {
    background: #000;
    padding: 80px 0 30px;
}
.location-details-section {
    background: #000;
    padding: 0 0 20px;
    margin-top: -80px;
}
.location-details-wrap {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
}
.details-wrap {
    background: #fff;
    box-shadow: 8px 8px 0 0 #2798E2;
    border-radius: 50px;
    color: #000;
    padding: 48px 36px;
    height: 100%;
}
.details-wrap h3{
	color: #2798E2;
	margin-bottom: 16px;
}
.hours{
	
}
.hours li{
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
	margin-bottom: 12px;
}
.hours li:last-child{
	margin-bottom: 0;
}
.hours li p{
	margin-bottom: 0;
}
.store-map img {
    width: 100%;
    border-radius: 50px;
    max-height: 300px;
    object-fit: cover;
}
.details-wrap p.address{
	margin-bottom: 5px;
}
.details-wrap p.copyright {
    color: #333333;
    font-size: 16px !important;
    margin-bottom: 16px;
}
.details-wrap a.direction {
    font-weight: 700;
    color: #2798E2;
    display: block;
    margin-bottom: 16px;
}
.details-wrap a.phone {
    color: #2798E2;
    margin-bottom: 16px;
    display: block;
    font-weight: 400;
}
.details-wrap a.phone i{
	color: #000;
}
.details-wrap a.btn{
	display: block;
	margin-bottom: 16px;
}
.details-wrap a:hover{
	text-decoration: none;
}
.store-section .section-heading {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
.features ul{
	margin: 0;
	padding: 0;
}
.location-details-wrap .store-hours-grid{
    display: flex;
    flex-wrap: wrap;
}
.location-details-wrap .store-hours-grid .day {
    width: 90px;
    padding-bottom: 6px;
    padding-top: 6px;
}
.location-details-wrap .store-hours-grid .hours {
    width: calc(100% - 90px);
    text-align: right;
    padding-top: 6px;
}
.wpgmp_map {
	border-radius: 50px;
}
.mb-0{
	margin-bottom: 0;
}
.general-content {
    position: relative;
    background: #98CD00;
}
.general-content-wrap {
    padding: 50px 15px;
    text-align: center;
    background: #000;
    color: #fff;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.page-id-74 .our-focus-inner .our-focus-inner {
    padding: 150px 0 50px;
}
.page-id-74 .our-focus-inner {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#gform_submit_button_3:focus {
    outline: none;
    border: 0;
}
span.gfield_required {
    font-size: 20px;
}
.error-404.not-found {
    padding: 50px 0;
    text-align: center;
}
.error-404 .page-header h1 {
    font-size: 100px !important;
    font-weight: 700;
}
div#messagetest {
    font-size: 18px;
    color: #fff;
    padding-bottom: 50px;
    padding-top: 20px;
}
ul.mega-menu-content-list {
    display: flex !important;
    box-shadow: unset !important;
    flex-wrap: wrap;
    justify-content: left;
    position: relative !important;
    gap: 0;
    row-gap: 50px;
	left: 0 !important;
}
ul.mega-menu-content-list li{
    width: 25%;
    padding: 0 15px;
}
ul.mega-menu-content-list li a {
    color: #2798E2;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -1px;
    width: 100%;
}
ul.mega-menu-content-list li a:hover{
	text-decoration: none;
}
ul.mega-menu-content-list li ul {
    display: block !important;
    position: unset;
    margin-top: 15px;
}
ul.mega-menu-content-list li ul li {
    width: 100%;
    padding: 0;
    padding-bottom: 5px;
}
ul.mega-menu-content-list li ul li a{
	color: #fff;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}
.video-background {
    position: absolute;
    width: 100%;
    height: 100%;
}
.video-background iframe{
	border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
#slider-nav {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    overflow: visible;
    align-items: center;
    justify-content: center;
}
#slider-nav > div { width:auto; } 
.step-button.active {
    background: transparent;
    color: #2798E2;
    border-color: #2798E2;
}
.nav-link.disabled{ 
	opacity:.45;
	pointer-events:none; 
}
.page-id-69 .btn-wrap, .page-id-74 .btn-wrap {
	display: none;
}
.mobile-store-wrap {
	display: none;
}
.footer-logo img{
	max-width: 350px;
}
@media only screen and (min-width: 1025px) {
#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu{
	position: fixed !important;
	width: 100% !important;
	top: 120px;
}
body.logged-in #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu{
	top: 150px;
}
}

@media (min-width: 1360px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px !important;
}
}
@media (min-width: 1800px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1750px !important;
}
}
@media only screen and (max-width: 1800px) {
.banner-content h1 {
    font-size: 120px;
}
.store-display-wrap {
    width: 15%;
}
.store-detail-wrap {
    width: 85%;
}
h3 {
    font-size: 28px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 5px !important;
    font-size: 15px !important;
}	
.store-right-data p {
    font-size: 20px !important;
}
.site-header a.btn {
    font-size: 14px;
    letter-spacing: 0;
    padding: 14px 15px;
}
.banner-content h2 {
    font-size: 65px !important;
}
.service-img {
    width: 150px;
    height: 150px;
}
h2 {
    font-size: 48px !important;
}
p {
    font-size: 16px !important;
}
h3 {
    font-size: 24px !important;
}
.col-head br{
	display: none;
}
h4, .h4 {
    font-size: 18px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    margin: 0 5px 0 0 !important;
}
.service-img:before {
    width: 150px;
    height: 150px;
    mask: radial-gradient(transparent 90px, white 90px);
    -webkit-mask: radial-gradient(transparent 67px, white 67px);
}
.col-head {
    padding: 10px 25px;
}
.review-section {
    padding: 45px 0 0;
	background-size : 100% 100%;
}
.review-icon {
    top: -40px;
    max-width: 60px;
}
.reviews {
    max-width: 900px;
}
.our-values-wrap .number {
    font-size: 180px;
    left: -35px;
    top: 70px;
}
.franchising-test .icon img{
	max-width: 100px;
}
.left-img {
    top: 50%;
    max-width: 300px;
    transform: translateY(-50%);
}
.right-img {
    max-width: 400px;
    top: unset;
    bottom: 0;
}
.columns img {
    /* max-height: 190px; */
}
.single .columns img {
    /* max-height: 180px; */
}
.inner-hero-banner {
    min-height: 470px;
}
.right-review-img {
    max-width: 180px;
	right: -30px;
}
.left-review-img {
    max-width: 330px;
	top: 0px;
	left:-85px;
}
.review-wrap {
    max-width: 1100px;
    padding-top: 60px;
    padding-bottom: 20px;
}
/* .single .review-wrap { */
    /* padding-top: 90px; */
/* } */
.review-wrap h2 {
    margin-bottom: 15px;
}
.video-container {
    min-height: 530px;
    max-height: 530px;
}
}
@media only screen and (max-width: 1440px) {
    .right-review-img {
        max-width: 130px;
        right: 0px;
    }	
    .left-review-img {
        max-width: 220px;
        top: 80px;
        left: -50px;
    }
    .review-wrap {
        max-width: 1000px;
        padding-top: 55px;
        padding-bottom: 1px;
		background-size: 100% 100%;
    }	
/* .single .review-wrap { */
    /* padding-top: 75px; */
	/* background-size: cover; */
/* }	 */
.review-icon {
        top: -40px;
        max-width: 60px;
    }	
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 10px !important;
}
.site-header a.btn {
    font-size: 9px;
    letter-spacing: 0;
    padding: 10px 10px;
}	
.store-display-wrap {
    width: 17%;
}
.store-detail-wrap {
    width: 83%;
}	
.banner-content h1 {
    font-size: 100px;
}
.banner-content h2 {
    font-size: 55px !important;
}
.services {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.service-img{
	margin: 0 auto 20px;
}
.reviews {
    max-width: 700px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.review-section-wrap {
    padding: 35px 0 0;
}
.review-section{
	padding: 50px 0 0;
	background-size: 100% 100%;
}
/* .single .review-section{ */
	/* padding: 90px 0 0; */
/* } */
/* .single ..reviews{ */
	/* margin-top: 20px; */
/* } */
.location-section {
    margin-bottom: 0;
}
.location-data ul li {
    font-size: 16px;
}
a.btn {
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 15px 15px;
}
.our-focus-inner {
    padding: 120px 0 40px;
}
.footer-menu ul li a {
    font-size: 14px;
}
.location-section {
    padding: 50px 0 40px;
}
.banner-content h1.sm-txt {
    font-size: 80px;
}
.inner-hero-banner {
    padding: 175px 0;
}
.has-video .inner-hero-banner{
	padding: 0 0;
}
.single-nearest-area {
    width: 33.33%;
}
.single-nearest-area-wrap {
    padding: 30px 25px;
}
.how-it-works {
    max-width: 600px;
}
.works-img img {
    width: 200px;
    height: 200px;
}
.works-img:before {
    top: 0;
    left: 0px;
    width: 240px;
    height: 240px;
    -webkit-mask: radial-gradient(transparent 110px, white 101px);
}
.work-content {
    width: calc(100% - 260px);
}
.video-container {
    min-height: 430px;
    max-height: 430px;
}
.play-icon svg{
	max-width: 120px;
}
.products-wrap {
    align-items: flex-start;
    padding: 30px;
}
.product-img {
    width: 40%;
    padding-right: 10px;
}
.product-data {
    padding-left: 10px;
    width: 60%;
}
.get-paid-heading {
    text-align: center;
}
.get-paid-wrap {
    padding: 100px 15px;
}
.how-it-works-wrap {
    max-width: 850px;
}
.how-it-works .number {
    font-size: 150px;
    left: -40px;
}
.accordian-wrap {
    padding: 80px 100px;
}
.career-form-wrap {
    padding: 60px 40px;
}
.career-form-wrap .gform-footer:before {
    left: 43%;
}
.opportunity-section {
    padding: 50px 15px;
}
.franchising-test {
    align-items: flex-start;
}
.testimonial-img:before {
    width: 160px;
    height: 160px;
    -webkit-mask: radial-gradient(transparent 70px, white 69px);
}
.franchising-test {
    gap: 10px;
}
.testimonial-content {
    width: calc(100% - 170px);
}
.franchising-test .icon {
    top: -30px;
}
.franchising-test .icon img {
    max-width: 70px;
}
.franchising-testimonial-wrap {
    padding: 70px 0 70px;
}
.step-button {
	font-size: 14px;
    padding: 12px 18px;
}
.ownership-step-wrap {
    padding-left: 20px;
    padding-right: 20px;
}
.details-wrap {
    padding: 30px 20px;
}
.review-section .section-heading {
    max-width: 350px;
	margin: 0 auto;
}
.left-img {
    top: 50px;
    max-width: 250px;
    transform: unset;
}
.right-img {
    max-width: 270px;
    top: 0;
    bottom: unset;
}
ul.mega-menu-content-list li a {
    font-size: 26px;
}
ul.mega-menu-content-list li ul li a {
    font-size: 16px;
}
.inner-hero-banner {
    min-height: 330px;
}
.services-section {
    margin-top: 0;
}

}
@media only screen and (max-width: 1200px) {
    .right-review-img {
        max-width: 115px;
        right: 0;
    }	
    .left-review-img {
        max-width: 210px;
        top: 70px;
        left: -45px;
    }
    .review-wrap {
        max-width: 800px;
        padding-top: 75px;
        padding-bottom: 1px;
		background-size: 100% 100%;
    }	
.review-icon {
        top: -40px;
        max-width: 60px;
    }	
.reviews {
    max-width: 600px;
}
.review-wrap h2 br {
    display: block;
}	
}
@media only screen and (max-width: 1024px) {
#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1{
	top: 90px;
}
.logged-in #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1{
	top: 120px;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close{
	display: none;
}
.review-section-wrap{
	border-radius: 50px;
}	
.inner-hero-banner {
    min-height: 260px;
}	
.video-background iframe{
	border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}	
.career-form-wrap {
    padding: 50px 30px;
    border-radius: 50px;
    margin-top: -35px;
}
ul.mega-menu-content-list li {
    width: 50%;
	padding-left: 0;
}
ul.mega-menu-content-list li a {
    font-size: 17px;
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: 400;
    text-transform: capitalize;
}
ul.mega-menu-content-list li ul{
	display: none !important;
}
ul.mega-menu-content-list {
    row-gap: 25px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100% !important;
}	
.location-data ul li {
    font-size: 18px;
}
.features li {
    font-size: 18px;
}
label.gfield_label, .gfield_label, label.gform-field-label {
	padding-left: 15px;
}
.general-content-wrap {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.columns img {
    /* max-height: 200px; */
}
.career-form-section {
    padding: 0px 30px 50px;
}
.single-nearest-area {
    width: 50%;
}
.banner-content h1 {
    font-size: 80px;
}
.inner-hero-banner {
    padding: 160px 15px 100px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.single-location .inner-hero-banner:before {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.banner-content h2 {
    font-size: 40px !important;
}
h2 {
    font-size: 42px !important;
}
p {
    font-size: 16px !important;
}
h3 {
    font-size: 22px !important;
}
.col-head br{
	display: none;
}
h4, .h4 {
    font-size: 16px !important;
}
.reviews {
    max-width: 350px;	
}
.footer-menu {
    margin-bottom: 30px;
}
.privacy-links li, .privacy-links li a {
    font-size: 12px;
}
.privacy-links {
    gap: 5px;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle{
	position: absolute;
	right: 0;
	top: -40px;
}
.find-store{
	display: none;
}
.header-logo img{
	max-width: 215px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 24px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    margin: 0 0px 0 0 !important;
    padding: 12px 10px;
    border-bottom: 2px solid #2798E2;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
	margin-bottom: 10px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0 15px 0 0px;
	margin-bottom: 20px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu{
	/* display: none; */
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    background: #98CD00;
    margin-left: 0;
    padding: 0px 5px 0px 0px;
    height: auto;
}
.main-navigation ul {
    gap: 0;
    justify-content: flex-start;
}
.store-display-wrap {
    width: 21%;
}
.store-detail-wrap {
    width: 79%;
}
.store-right-data p {
    font-size: 14px !important;
}
.store-detail h3{
	font-size: 20px !important
}
.store-section-wrap {
    border-radius: 50px;
}
.our-focus-inner {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.bottom-footer {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.columns {
    border-radius: 40px;
    box-shadow: 6px 6px 0px #2798E2;
	height: auto;
}
.our-focus-wrap {
    box-shadow: 8px 8px 0px 0px #98CD00;
    border-radius: 50px;
}
.btn-wrap {
    flex-wrap: wrap;
}
a.btn {
    font-size: 16px;
}
.value-img img {
    width: 100px;
    height: 100px;
}.value-img:before {
    top: 10px;
    left: 10px;
    width: 120px;
    height: 120px;
    -webkit-mask: radial-gradient(transparent 55px, white 53px);
}
.our-values-wrap .number {
    font-size: 100px;
    left: -15px;
    top: 25px;
}
.values-data {
    width: calc(100% - 150px);
    padding-right: 15px;
}
.our-values-wrap {
	margin-bottom: 20px;
    gap: 10px;
    align-items: flex-start;
}
.our-story-wrap {
    border-radius: 50px;
    padding: 60px 15px 40px;
}
.story-data {
    margin-bottom: 40px;
}
.quote svg{
	width: 70px;
}
.page-id-60 .our-focus-wrap {
    box-shadow: 8px 8px 0px 0px #2798E2;
}
.banner-content h1.sm-txt {
    font-size: 54px;
}
.quote h3 {
    width: calc(100% - 90px);
    line-height: 1.2 !important;
}
.page-id-60 .our-focus-inner{
    background: #000;
    padding: 120px 30px 40px;
}
.page-id-73 .our-focus-inner {
    padding: 120px 30px 40px;
}
.page-id-69 .our-focus-inner{
	 padding: 120px 30px 40px;
}
.page-id-60 .focus-heading {
	top : -60px;
}
.single-nearest-area-wrap {
    padding: 30px 25px;
    border-radius: 25px;
}
.map-section-wrap {
    padding: 0 15px;
}
.state h2 {
    padding: 0 15px;
}
#map {
    height: 350px;
}
.how-it-works.right-pos {
    margin-left: 0;
}
.how-it-works {
   max-width: 600px;
   margin: 0 auto 50px !important;
}
.how-it-works-section {
    padding: 50px 30px 20px;
}
.video-heading h2 {
    font-size: 30px !important;
}
.video-section-wrap {
    border-radius: 50px;
    padding: 100px 30px 50px;
}
.video-wrap {
    box-shadow: 8px 8px 0px 0px #98CD00;
    border-radius: 50px;
    padding: 90px 75px 45px
}
.get-paid-section-wrap {
    padding: 50px 30px 90px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.get-paid-heading {
    padding: 20px 15px;
}
.get-paid-wrap {
    padding: 80px 15px 50px;
    border-radius: 50px;
    background-size: cover;
	box-shadow: 8px 8px 0px 0px #2798E2;
}
.accordian-wrap {
    padding: 50px 50px;
    border-radius: 50px;
}
.career-form-wrap .gfield h3 {
    text-align: center;
}
.territories-wrap {
    box-shadow: 8px 8px 0px 0px #2798E2;
    border-radius: 50px;
    padding: 90px 50px 40px;
}
.user-profile ul li {
    width: 100%;
}
.franchising-test {
    margin-bottom: 30px;
	justify-content: center;
}
.franchising-testimonial-wrap {
    border-radius: 50px;
    padding: 70px 15px 70px;
}
.ownership-step-wrap {
    box-shadow: 8px 8px 0px 0px #2798E2;
    border-radius: 50px;
}
.ownership-step-section {
    padding: 150px 15px 00px;
}
.testimonial-content {
    width: 100%;
}
.testimonial-img img {
    width: 120px;
    height: 120px;
}
.franchising-test .icon {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.details-wrap {
	height: auto;
    margin-bottom: 30px;
	padding: 48px 36px;
}	
.store-section-wrap .stores {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}
.store-section-wrap {
    padding: 50px 30px;
}
.stores .slick-arrow{
	/* display: none !important; */
}
.instagram-section {
    padding: 50px 15px;
}
.left-img {
    margin: 0 auto 30px;
    position: unset;
}
.right-img {
    margin: 0 auto;
    max-width: 270px;
    position: unset;
}
.quote-section-wrap {
    border-radius: 50px;
    padding: 50px 0 50px;
}
.quote-wrap h2.hero-text {
    font-size: 50px !important;
}
.contact-form .gform-footer:before {
    left: 40%;
}
.product-img {
	width: 100%;
	margin-bottom: 20px;	
	padding-right:0;	
}
.product-data {
    padding-left: 0;
    width: 100%;
}
.video-container {
    min-height: 330px;
    max-height: 330px;
}
.mobile-store-wrap {
	display: flex;
	align-items: center;
	width: 100%;
}
.store-display-wrap{
	display: none;
}
.store-detail-wrap{
	display: none;
}
section.location-search {
    position: fixed;
    background: #F08700;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}
.nearest-icon {
    color: #fff;
    background: #2798E2;
    width: 70px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    font-size: 30px;
    height: 70px;
	position: relative;
}
.nearest-icon:before {
    /* content: ''; */
    background: #2798E2;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    z-index: -1;
}
.mobile-store-info-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 50px);
    padding: 0 30px 0 15px;
    background: #F08700;
    height: 100%;
}
.store-detail h3, .store-detail h3 a {
    font-size: 16px !important;
}
.store-detail.cookie-not-added h3, .store-detail.cookie-not-added h3 a{
	display: block;
}
.store-detail.cookie-not-added h3 a.small-text{
	display: none;
}
.store-detail h3 a.small-text {
    font-size: 12px !important;
}
.store-right-data {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
}
.nearest-icon i{
    position: relative;
    /* left: -5px; */
}
.store-right-data li {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #98CD00;
    border-radius: 50%;
}
.store-right-data li a{
	color: #fff;
}
.store-right-data li.phone {
	background: #fff;
}
.store-right-data li.phone a{
	color: #98CD00;
}
.location-search .container{
	max-width: 100%;
}
    .review-wrap {
        padding-top: 50px;
        background-size: 100% 99%;
    }
#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after{
	content: none !important;
}	
}
@media only screen and (max-width: 991px) {
	
}
@media only screen and (max-width: 767px) {
    .review-wrap h2 {
        margin-bottom: 15px;
        position: relative;
        top: 100px;
    }	
.mobile-store-info-wrap {
    padding: 0 30px 0 15px;
}
.left-review-img {
    display: none;
}
.right-review-img {
    display: none;
}
.review-wrap {
    background-image: unset !important;
	padding-top: 90px;
}
.review-section-wrap {
    background: none;
}
.nearest-icon {
    width: 50px;
    height: 50px;
	border-top-right-radius: 30px;
	font-size: 28px;
}
.store-section-wrap .stores .slick-prev {
    left: -20px;
}
section.location-search {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.nearest-icon i {
}		
.video-container {
    min-height: 180px;
    max-height: 180px;
	margin-top: 30px;
}
/* .single .reviews { */
    /* margin-top: 60px; */
	/* margin-bottom: 50px; */
/* } */
/* .single .review-section { */
    /* padding: 160px 0 0; */
/* } */
.store-section-wrap .stores .slick-next {
    right: -20px;
}	
.inquiry-wrap {
    margin-bottom: 30px;
    height: auto;
}	
.location-data ul li {
    font-size: 16px;
}
.features li {
    font-size: 16px;
}
.single .focus-heading h2{
	font-size: 28px !important;
}
.review-section .section-heading {
    max-width: 300px;
    margin: 0 auto;
}
.single .banner-content h1.sm-txt {
    font-size: 50px;
    text-shadow: 4px 4px 0px #2798E2;
	padding: 30px 25px;
}
.location-details-section {
    padding: 0 30px 0;
	margin-top: -40px;
}
.details-wrap {
    box-shadow: 5px 5px 0 0 #2798E2;
    border-radius: 30px;
}
.values-data {
    padding-right: 0;
}
.contact-form .gform-footer:before {
    left: 30%;
}
.opportunity-wrap {
    padding: 0 15px;
}
.opportunity-wrap ul li {
    width: 100%;
}
.opportunity-wrap ul li p.large {
    font-size: 20px !important;
}
.territories-wrap {
    padding: 90px 30px 40px;
}
.page-id-74 .banner-content h1.sm-txt {
    font-size: 56px;
}
.career-form-section {
    padding: 0px 30px 50px;
}
.career-form-wrap {
    padding: 30px 15px;
}
.select-field select, .input-field .ginput_container input, .select-field .chosen-container .chosen-single {
    padding: 13px 24px !important;
    height: 50px !important;
    border-radius: 30px !important;
}
.career-form-wrap .gform-footer:before {
    left: 30%;
}
#gform_submit_button_1 {
    padding: 13px 20px;
}
.accordion>.card>.card-header {
    padding-right: 25px !important;
}
.page-id-73 .banner-content h1.sm-txt {
    font-size: 50px;
}
.card .card-header a:after {
    position: absolute;
    right: 0;
    top: 20px;
}
.accordian-wrap {
    padding: 50px 20px;
}
.single-nearest-area {
    width: 100%;
}	
.location-search {
    /* display: none; */
}
.banner-content h1 {
    font-size: 66px;
}
.banner-content h2 {
    font-size: 36px !important;
}
h2 {
    font-size: 36px !important;
}
p {
    font-size: 18px !important;
}
h3 {
    font-size: 28px !important;
}
.col-head br{
	display: none;
}
h4, .h4 {
    font-size: 20px !important;
}
.services {
    width: 50%;
}
.review-section {
    background-image: url(https://discreplayprod.wpenginepowered.com/wp-content/uploads/2025/10/Group-1-2.png) !important;
    background-size: 100% !important;
    padding: 0px 0 35px;
	background-repeat: no-repeat !important;
	background-color #000 !important;
}
.reviews{
	margin-top: 130px;
}
.location-section {
   padding: 50px 15px;
}
.review-icon {
    top: 30px;
    max-width: 80px;
}	
/* .single .review-icon { */
    /* top: -170px; */
/* } */
/* .single .review-wrap { */
    /* padding-top: 0; */
/* } */
.location-section .row{
    flex-direction: column-reverse;
}
.location-data {
    max-width: 640px;
    margin-bottom: 40px;
}
.btn-wrap {
    flex-wrap: wrap;
}
a.btn {
    display: block;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 15px 15px;
    width: 100%;
}
.our-focus-inner {
    padding: 120px 30px 40px;
}
.our-focus-wrap {
    box-shadow: 8px 8px 0px 0px #98CD00;
    border-radius: 50px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.focus-content h3 {
    margin-bottom: 20px;
}
.focus-heading {
    padding: 20px 16px;
    top: -30px;
}
.newsletter-text {
    text-align: center;
}
.top-footer {
    background: #98CD00;
    padding: 40px 0 0;
}
.our-focus-inner {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.bottom-footer {
    padding: 50px 15px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.find-store-wrap {
    text-align: center;
    margin-bottom: 30px;
}
.footer-menu.sell-gear-menu ul li {
    width: 100%;
}
.footer-menu ul li a {
    font-size: 18px;
}
.footer-menu{
	text-align: center;
}
.copyright-text {
    text-align: center;
}
.privacy-links li, .privacy-links li a {
    font-size: 16px;
}
.privacy-links {
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
}
.slick-prev {
    left: -20px;
}
.slick-next {
    right: -20px;
}
.services-inner-wrap {
    padding: 0 15px;
}
.multicolumn-section {
    padding: 50px 15px;
}
.how-it-works {
    flex-wrap: wrap;
    justify-content: center;
}
.work-content {
    width: 100%;
    padding-right: 0;
}
.works-img {
    margin-bottom: 20px;
}
.how-it-works .number {
    left: 0;
    top: 70px;
    transform: unset;
}
.work-content {
    text-align: center;
}
.video-heading {
    padding: 30px 20px;
}
.video-wrap {
    padding: 90px 15px 40px;
}
.video-container {
    min-height: 180px;
    max-height: 180px;
}
.play-icon svg {
    max-width: 90px;
}
.product-img {
	width: 100%;
	margin-bottom: 20px;	
	padding-right:0;	
	text-align: center;
}
.product-data {
    padding-left: 0;
    width: 100%;
}
.products-wrap {
    padding: 25px;
    border-radius: 25px;
}
.user-profile-img {
    margin-bottom: 30px;
}
.reviews {
    max-width: 290px;
}
.gm-style-iw-d h4{
	font-size: 16px !important;
	min-width: 300px;
}
.gm-style-iw-d p{
	font-size: 12px !important;
}
.gm-style-iw-d a.btn{
	font-size: 12px !important;
}
}