/*!
Theme Name: SignUp Engine
Theme URI: http://underscores.me/
Author: Abdul Kader
Author URI: https://abdulkader.me
Description: Revolutionize Your Registration Process
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: signup-engine
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.

SignUp Engine is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-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-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 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

/* Do not show the outline on the skip link target. */
#primary[tabindex='-1']:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
p {
  margin: 0;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* ====================== Custom Style CSS Start From Here ======================*/
/* @import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
body {
  font-family: 'Kumbh Sans', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0 !important;
}
.container {
  width: 100%;
  max-width: 1555px;
  padding: 0 24px;
  margin: 0 auto;
}
div#page {
  padding-top: 74px;
  overflow: hidden;
}
header#masthead {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  padding: 15px 0 8px;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0px 7px 7px 0px rgba(133, 133, 133, 0.15);
}
.logged-in header#masthead {
  top: 32px;
}
header#masthead .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header#masthead .container .site-branding {
  position: relative;
  width: 150px;
}
header#masthead .container .site-branding p {
  display: none;
}
header#masthead .container .site-branding img {
  width: 132px;
  height: auto;
}
header#masthead .container nav#site-navigation {
  width: calc(100% - 150px);
}
header#masthead .container nav#site-navigation ul#primary-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: -12px;
}
header#masthead .container nav#site-navigation ul#primary-menu li {
  margin-right: 60px;
}
header#masthead .container nav#site-navigation ul#primary-menu > li::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  background-color: #0094bc;
  top: -33px;
  left: 0;
  transition: all 0.3s ease-in;
  opacity: 0;
  pointer-events: none;
}
header#masthead
  .container
  nav#site-navigation
  ul#primary-menu
  > li:hover::before {
  opacity: 1;
}
header#masthead
  .container
  nav#site-navigation
  ul#primary-menu
  > li.scrollto.active::before {
  opacity: 1;
}
header#masthead
  .container
  nav#site-navigation
  ul#primary-menu
  > li.menu-item-has-children::before {
  top: -25px;
}
header#masthead .container nav#site-navigation ul#primary-menu li:last-child {
  margin: 0;
}
header#masthead .container nav#site-navigation ul#primary-menu li a {
  color: #3f3f3f;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  outline: none;
}
header#masthead
  .container
  nav#site-navigation
  ul#primary-menu
  li.menu-item-has-children {
  position: relative;
}
header#masthead
  .container
  nav#site-navigation
  ul#primary-menu
  li.menu-item-has-children
  > a {
  padding: 8px 15px 8px 0;
}
header#masthead
  .container
  nav#site-navigation
  ul#primary-menu
  li.menu-item-has-children
  > a::before {
  position: absolute;
  content: '';
  width: 11px;
  height: 6px;
  right: 0;
  top: 16px;
  transform: rotate(180deg);
  background-image: url(/wp-content/uploads/2023/07/arrow-up.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in;
}
header#masthead
  .container
  nav#site-navigation
  ul#primary-menu
  li.menu-item-has-children:hover
  > a::before {
  transform: rotate(0deg);
}
header#masthead
  .container
  nav#site-navigation
  ul#primary-menu
  li.menu-item-has-children
  ul.sub-menu {
  background-color: #ece0f5;
  box-shadow: none;
  width: 151px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px 5px;
  left: -15px;
  top: 35px;
  display: none;
}
header#masthead
  .container
  nav#site-navigation
  ul#primary-menu
  li.menu-item-has-children
  ul.sub-menu
  li {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 10px;
}
header#masthead .mobile-nav {
  position: absolute;
  width: 100%;
  height: calc(100vh - 80px);
  top: 80px;
  background-color: #74449a;
  overflow: auto;
  padding-bottom: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(100%);
}
header#masthead .mobile-nav.mobile-nav-activated {
  transform: translateX(0%);
}
header#masthead .mobile-nav::-webkit-scrollbar {
  display: none;
}
header#masthead .mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header#masthead .mobile-nav ul li {
  text-align: right;
  padding: 0 84px 30px 24px;
}
header#masthead .mobile-nav ul li a {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  color: #3f3f3f;
  text-decoration: none;
  padding: 10px 0;
  display: inline-block;
}
header#masthead .mobile-nav ul li.menu-item-has-children {
  position: relative;
  margin: 0;
  padding-top: 55px;
}
header#masthead .mobile-nav ul li.menu-item-has-children > a {
  position: relative;
  pointer-events: none;
  padding: 0;
  margin-bottom: 20px;
}
header#masthead .mobile-nav ul li.menu-item-has-children a {
  color: #ffffff;
  position: relative;
}
header#masthead .mobile-nav ul li.menu-item-has-children li {
  padding: 0;
  margin-bottom: 8px;
}
header#masthead .mobile-nav ul li.scrollto {
  background-color: #fff;
}
header#masthead .mobile-nav ul li.scrollto:first-child {
  padding-top: 20px;
}
header#masthead .mobile-nav ul li.menu-item-has-children > a::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 32px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: -45px;
}

footer#colophon {
  background-color: #fff;
  padding: 60px 0 40px;
}
footer#colophon .info {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
  width: 100%;
  max-width: 330px;
  margin: auto;
}
footer#colophon .info img {
  width: 34px;
  height: 34px;
  margin-top: 6px;
}
footer#colophon .info p {
  margin: 0;
  padding-right: 15px;
  text-align: center;
}

/* ======================= Hero Section ========================= */
section.hero-section {
  /* min-height: calc(100vh - 170px); */
  position: relative;
  z-index: 9;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
/* .logged-in section.hero-section {
  min-height: calc(100vh - 200px);
} */
section.hero-section .wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-end;
  height: 100%;
}
section.hero-section .wrap .head-tablet {
  width: 100%;
}
section.hero-section .wrap .left {
  width: 50%;
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 110px 0 100px;
}
section.hero-section .wrap .right {
  width: 50%;
  position: relative;
  z-index: 10;
}
section.hero-section .wrap img.behind-logo {
  position: absolute;
  height: 110.5%;
  width: auto;
  bottom: 0;
  right: 19%;
}
section.hero-section .container {
  height: 100%;
}
section.hero-section .wrap .right .hero-image {
  width: 108%;
  height: 100%;
  display: flex;
  position: relative;
  right: 7%;
}
section.hero-section .wrap .right .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.hero-section .wrap .left .sub-heading {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
}
section.hero-section .wrap .left .heading {
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  /* text-transform: capitalize; */
  color: #fff;
  line-height: 107.143%;
  padding-bottom: 80px;
}
section.hero-section .wrap .left .contents {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  padding-bottom: 90px;
}
.click-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 10px;
}
.click-wrapper a {
  display: block;
  width: 74px;
  height: 126px;
  background-color: #74449a;
  border-radius: 180px;
  position: relative;
  margin-top: -35px;
}
.click-wrapper a .left {
  position: absolute;
  width: 52px;
  height: 46px;
  left: -52px;
  background-color: #74449a;
  top: 35px;
}
.click-wrapper a .circle {
  width: 34px;
  height: 56px;
  border: 2px solid #ffff;
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
  top: 40px;
  transition: all 0.3s ease-in;
}
.click-wrapper a .circle::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 8px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  top: 8px;
  transition: all 0.3s ease-in;
}
.click-wrapper a svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 9px;
  transition: all 0.3s ease-in;
}
.click-wrapper a svg.svg-1 {
  bottom: 16px;
}
.click-wrapper a .right {
  position: absolute;
  width: 52px;
  height: 46px;
  right: -52px;
  background-color: #74449a;
  top: 35px;
}
.click-wrapper a .right::before {
  position: absolute;
  content: '';
  width: 100px;
  height: 130px;
  background-color: #fff;
  border-radius: 180px;
  top: 0px;
  left: 0px;
  pointer-events: none;
}
.click-wrapper a .left::before {
  position: absolute;
  content: '';
  width: 100px;
  height: 130px;
  background-color: #fff;
  border-radius: 180px;
  top: 0px;
  right: 0px;
  pointer-events: none;
}
.click-wrapper a:hover svg.svg-1 {
  bottom: 9px;
}
.click-wrapper a:hover .circle {
  transform: translateY(7px);
}
.click-wrapper a:hover .circle::before {
  height: 4px;
}
/* ======================= Hero Section ========================= */

/* ======================= Features Section ========================= */
section.features-section {
  position: relative;
  padding: 55px 0 130px;
}
section.features-section .wrap .left {
  width: 40%;
}
section.features-section .wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}
section.features-section .wrap .left .heading {
  font-size: 60px;
  font-weight: 700;
  color: #0094bc;
  text-transform: capitalize;
  line-height: 108.333%;
  padding-bottom: 30px;
}
section.features-section .wrap .left .contents {
  font-size: 30px;
  font-weight: 400;
  line-height: 133.333%;
  padding-bottom: 0px;
  max-width: 460px;
}
section.features-section .wrap .features-blurb {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 60%;
  gap: 70px;
}
section.features-section .wrap .features-blurb .blurb-item {
  display: flex;
  align-items: center;
}
section.features-section .wrap .features-blurb .blurb-item .icon {
  width: 85px;
  height: 85px;
}
section.features-section .wrap .features-blurb .blurb-item .content {
  flex: 1;
  padding-left: 40px;
}
section.features-section .wrap .features-blurb .blurb-item .content h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 20px;
  color: #3f3f3f;
}
section.features-section .wrap .features-blurb .blurb-item .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 156.25%;
  color: #3f3f3f;
}
/* ======================= Features Section ========================= */

/* ======================= Tabs Section ========================= */
section.tabs-section {
  position: relative;
  background-color: #f8f8f8;
  padding-top: 110px;
}
section.tabs-section::before {
  position: absolute;
  content: '';
  height: 116px;
  width: 4px;
  background-color: #0094bc;
  left: 0;
  right: 0;
  margin: auto;
  top: -58px;
}
section.tabs-section .head {
  text-align: center;
  width: 100%;
  max-width: 980px;
  margin: auto;
}
section.tabs-section .head .heading {
  font-size: 60px;
  font-weight: 700;
  /* text-transform: capitalize; */
  line-height: 108.333%;
  color: #3f3f3f;
  margin-bottom: 20px;
}
section.tabs-section .head .contents {
  font-size: 30px;
  font-weight: 400;
  line-height: 133.333%;
  color: #3f3f3f;
}
section.tabs-section .head .heading span {
  color: #0094bc;
}
section.tabs-section .tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 70px;
}
section.tabs-section .tabs-wrapper .tabs-trigger {
  width: 210px;
  position: relative;
  z-index: 10;
}
section.tabs-section .tabs-wrapper .tabs-content-wrapper {
  width: calc(100% - 210px);
  margin-left: -2px;
  margin-bottom: -140px;
}
section.tabs-section .tabs-wrapper .tabs-content-wrapper .tabs-content-item {
  border: 2px solid #74449a;
  padding: 60px 0 60px 90px;
  background-color: #fff;
}
section.tabs-section .tabs-wrapper .tabs-trigger a.tab {
  height: 143px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 35px;
  background-color: #74449a;
  border: 2px solid #74449a;
  border-right: none;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  outline: none;
}
section.tabs-section .tabs-wrapper .tabs-trigger a.tab .icon {
  display: flex;
  padding-left: 20px;
  transition: all 0.3s ease-in;
  padding-top: 6px;
}
section.tabs-section .tabs-wrapper .tabs-trigger a.tab:hover span.icon {
  transform: translateX(15px);
}
section.tabs-section .tabs-wrapper .tabs-trigger a.tab.active span.icon {
  opacity: 0;
}
section.tabs-section .tabs-wrapper .tabs-trigger a.tab.active {
  background-color: #fff;
  color: #3f3f3f;
  pointer-events: none;
}
.benefits-tab-content {
  position: relative;
}
.benefits-tab-content .head {
  max-width: 100% !important;
  text-align: left !important;
}
.benefits-tab-content .head h3 {
  font-size: 30px;
  margin-bottom: 50px;
  font-weight: 400;
  line-height: 133.333%;
}
.benefits-tab-content .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.benefits-tab-content .content-wrapper .left-content {
  width: 33%;
}
.benefits-tab-content .content-wrapper .right-image {
  width: 67%;
  min-height: 100%;
  position: relative;
}
.benefits-tab-content .content-item {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #ece0f5;
  margin-bottom: 32px;
}
.benefits-tab-content .content-item:last-child {
  margin-bottom: 0;
}
.benefits-tab-content .content-item .icon {
  height: 45px;
  position: relative;
}
.benefits-tab-content .content-item .icon span {
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  right: 0;
  bottom: 0;
}
.benefits-tab-content .content-item .text {
  font-size: 16px;
  padding-bottom: 18px;
  color: #3f3f3f;
  line-height: 25px;
}
.benefits-tab-content .right-image img {
  margin-top: -160px;
  max-width: 117%;
}
section.tabs-section .tabs-wrapper .tabs-trigger a.tab {
  position: relative;
  overflow: hidden;
  margin-bottom: 2px;
}
section.tabs-section .tabs-wrapper .tabs-trigger a.tab::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: white;
  opacity: 0.4;
  top: 0;
  left: -100%;
  transition: all 0.5s cubic-bezier(0.25, -0.34, 0.46, 1.3);
}
section.tabs-section .tabs-wrapper .tabs-trigger a.tab.active::after {
  display: none;
}
section.tabs-section .tabs-wrapper .tabs-trigger a.tab:hover::after {
  left: 0;
}
.tabs-content-item.features-tab-content .left h3,
.tabs-content-item.features-tab-content .right h3 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 133.333%;
}
.tabs-content-item.features-tab-content .left h3 .icon,
.tabs-content-item.features-tab-content .right h3 .icon {
  display: none;
}
.tabs-content-item.features-tab-content {
  display: flex;
  gap: 30px;
}
.tabs-content-item.features-tab-content .left,
.tabs-content-item.features-tab-content .right {
  width: 25%;
}
.tabs-content-item.features-tab-content .middle-image {
  width: 40%;
  min-height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.tabs-content-item.features-tab-content .middle-image img {
  max-width: 118%;
  /* position: absolute;
  left: -85px;
  top: -90px; */
  margin-left: -85px;
  margin-top: -90px;
}
.tabs-content-item.features-tab-content .left .left-lists .content-item,
.tabs-content-item.features-tab-content .right .right-lists .content-item {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #ece0f5;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.tabs-content-item.features-tab-content .left .left-lists .content-item::before,
.tabs-content-item.features-tab-content
  .right
  .right-lists
  .content-item::before {
  content: '';
  display: inline-block;
  min-width: 7px;
  height: 7px;
  background: purple;
  border-radius: 50%;
  border: 1px solid purple;
  box-shadow: 0px 0px 10px purple;
}
.benefits-tab-content .content-item .icon span {
  right: -5px !important;
}
.tabs-content-item.features-tab-content .middle-image.image-tablet {
  display: none;
}
.tabs-content-item.features-tab-content .middle-image.image-mobile {
  display: none;
}
/* ======================= Tabs Section ========================= */

/* ======================= Marketing Section ========================= */
section.marketing-boosters-tables-section {
  position: relative;
  padding: 270px 0 150px;
}
section.marketing-boosters-tables-section .wrap {
  padding: 90px 37px 0;
  position: relative;
}
section.marketing-boosters-tables-section .wrap .click-icon {
  position: absolute;
  right: -5px;
  transform: rotate(-9.13deg);
  top: 30px;
  display: flex;
  width: 32.4%;
  height: auto;
}
section.marketing-boosters-tables-section .wrap .click-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.marketing-boosters-tables-section .wrap .head {
  text-align: center;
  padding-bottom: 170px;
  color: #fff;
}
section.marketing-boosters-tables-section .wrap .head .heading {
  font-size: 60px;
  font-weight: 700;
  line-height: 108.333%;
  padding-bottom: 10px;
}
section.marketing-boosters-tables-section .wrap .head p {
  font-size: 30px;
  font-weight: 400;
  line-height: 133.333%;
}
section.marketing-boosters-tables-section .wrap .table-wrapper {
  display: flex;
  flex-wrap: wrap;
}
section.marketing-boosters-tables-section .wrap .table-wrapper .left {
  width: 300px;
  padding-right: 50px;
  color: #fff;
}
section.marketing-boosters-tables-section .wrap .table-wrapper .left .heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 116.667%;
  padding-bottom: 30px;
}
section.marketing-boosters-tables-section
  .wrap
  .table-wrapper
  .left
  .heading
  .contents {
  font-size: 16px;
  font-weight: 400;
  line-height: 156.25%;
}
section.marketing-boosters-tables-section .wrap .table-wrapper .right {
  flex: 1;
}
section.marketing-boosters-tables-section
  .wrap
  .table-wrapper
  .right
  .main-table-items {
  width: 100%;
  max-width: 860px;
  background-color: #fff;
  position: relative;
  border: 2px solid #0094bc;
  margin-bottom: -140px;
}
section.marketing-boosters-tables-section
  .wrap
  .table-wrapper
  .right
  .main-table-items
  .table-head {
  display: flex;
  margin-top: -78px;
}
section.marketing-boosters-tables-section
  .wrap
  .table-wrapper
  .right
  .main-table-items
  .table-head
  .name {
  width: 50%;
}
section.marketing-boosters-tables-section
  .wrap
  .table-wrapper
  .right
  .main-table-items
  .table-head
  .turbo,
section.marketing-boosters-tables-section
  .wrap
  .table-wrapper
  .right
  .main-table-items
  .table-head
  .super {
  width: 25%;
  background-color: #51d8fd;
  height: 78px;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  border-radius: 18px 18px 0px 0px;
  border: 1px solid #007ea0;
  border-bottom: none;
  text-align: center;
  line-height: 1.2;
}
section.marketing-boosters-tables-section
  .wrap
  .table-wrapper
  .right
  .main-table-items
  .table-head
  .super {
  background-color: #00b1e1;
  border-right: none;
  color: #fff;
}
section.marketing-boosters-tables-section
  .wrap
  .table-wrapper
  .right
  .main-table-items
  .table-item {
  display: flex;
  width: 100%;
}
section.marketing-boosters-tables-section
  .wrap
  .table-wrapper
  .right
  .main-table-items
  .table-item
  .name {
  width: 50%;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 18px;
  color: #3f3f3f;
}
section.marketing-boosters-tables-section
  .wrap
  .table-wrapper
  .right
  .main-table-items
  .table-item
  .turbo {
  width: 25%;
  border-right: 2px solid #0094bc;
  border-left: 2px solid #0094bc;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.marketing-boosters-tables-section
  .wrap
  .table-wrapper
  .right
  .main-table-items
  .table-item
  .super {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.marketing-boosters-tables-section
  .wrap
  .table-wrapper
  .right
  .main-table-items
  .table-item:nth-child(2n + 1) {
  background-color: #f0fcff;
  border-top: 1px solid #cdf4ff;
  border-bottom: 1px solid #cdf4ff;
}
section.marketing-boosters-tables-section .bottom-wrap {
  padding-top: 240px;
  width: calc(100% - 455px);
  margin-left: auto;
}
section.marketing-boosters-tables-section .bottom-wrap .heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 116.667%;
  margin-bottom: 30px;
  position: relative;
  color: #3f3f3f;
}
section.marketing-boosters-tables-section .bottom-wrap .heading::before {
  position: absolute;
  content: '';
  width: 93px;
  height: 4px;
  background-color: #0094bc;
  top: 50%;
  transform: translateY(-50%);
  left: -116px;
}
section.marketing-boosters-tables-section .bottom-wrap .contents {
  font-size: 16px;
  font-weight: 400;
  line-height: 156.25%;
  color: #3f3f3f;
  max-width: 740px;
}

.marketing-boosters-table {
  position: relative;
  margin-top: -120px;
  margin-bottom: -192px;
}
.marketing-boosters-table .table-item {
  display: flex;
  background-color: #f0fcff;
  min-height: 64px;
  font-size: 15px;
  font-weight: 500;
  color: #3f3f3f;
}
.marketing-boosters-table .table-item .name-logo {
  width: 35%;
}
.marketing-boosters-table .table-item .package-contain {
  width: 21.66%;
}
.marketing-boosters-table .table-item.table-head {
  background-color: transparent;
}
.marketing-boosters-table .table-item:nth-child(even) {
  background-color: #fff;
}
.marketing-boosters-table .table-item .package-contain {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #007ea0;
  text-align: center;
}
.marketing-boosters-table .table-item.table-head .package-contain {
  display: block;
  text-align: center;
  border-radius: 18px 18px 0 0;
  padding: 20px 10px 14px;
}
.marketing-boosters-table .table-item.table-head .package-contain h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 10px;
}
.marketing-boosters-table .table-item.table-head .package-contain p {
  font-size: 17px;
  font-weight: 500;
  line-height: 111%;
  margin: auto;
  max-width: 221px;
}
.marketing-boosters-table .table-item .name-logo {
  display: flex;
  align-items: center;
  padding: 5px 10px 5px 24px;
  gap: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  color: #3f3f3f;
}
.marketing-boosters-table .table-item .name-logo p {
  margin: 0;
}
.marketing-boosters-table .table-item .name-logo img {
  width: 34px;
  height: auto;
}
.marketing-boosters-table .table-item .package-contain .m {
  display: none;
}
.marketing-boosters-table .table-item .package-contain .price-text {
  font-size: 32px;
  font-weight: 400;
}
.marketing-boosters-table .table-item .package-contain .price-text small {
  font-size: 24px;
}
.marketing-boosters-table .table-item .package-contain p {
  margin: 0;
}
@media screen and (max-width: 1279px) {
  .marketing-boosters-table .table-item.table-head .package-contain h3 {
    font-size: 18px;
    max-width: 145px;
    margin: auto;
  }
  .marketing-boosters-table .table-item.table-head .package-contain p {
    font-size: 14px;
  }
  .marketing-boosters-table .table-item.table-head .package-contain {
    padding: 20px 5px 14px;
  }
  .marketing-boosters-table .table-item .name-logo {
    width: 32%;
  }
  .marketing-boosters-table .table-item .package-contain {
    width: 22.66%;
  }
  .marketing-boosters-table .table-item .package-contain .price-text {
    font-size: 24px;
    font-weight: 600;
  }
  .marketing-boosters-table .table-item .package-contain .price-text small {
    font-size: 18px;
  }
  .marketing-boosters-table {
    margin-top: -145px;
  }
}
@media screen and (max-width: 1023px) {
  .marketing-boosters-table {
    margin-top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .marketing-boosters-table {
    margin: 50px 0 0;
  }
  .marketing-boosters-table.silver-package-mobile {
    margin-top: 0;
  }
  .marketing-boosters-table .table-item.table-head .package-contain {
    width: 100%;
    min-height: 110px;
  }
  .marketing-boosters-table .table-item.table-head .package-contain h3 {
    font-size: 21px;
    max-width: 100%;
  }
  .marketing-boosters-table .table-item.table-head .package-contain p {
    max-width: 290px;
    font-size: 17px;
  }
  .marketing-boosters-table .table-item .package-contain {
    border: none;
    width: 95px;
  }
  .marketing-boosters-table .table-item .name-logo {
    flex: 1;
  }
  .marketing-boosters-table.platinum-package-mobile {
    margin-bottom: -128px;
  }
  .marketing-boosters-table .table-item .package-contain .price-text {
    font-size: 22px;
  }
  .marketing-boosters-table .table-item .package-contain .price-text small {
    font-size: 18px;
  }
  .marketing-boosters-table .table-item .package-contain .m {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #3f3f3f;
  }
  .marketing-boosters-table .table-item .package-contain p.text {
    display: none;
  }
}
/* ======================= Marketing Section ========================= */

/* ======================= Contact Us Section ========================= */
section.who-we-are-section {
  position: relative;
  background-color: #f8f8f8;
}
section.who-we-are-section .wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.who-we-are-section .wrap .left {
  width: 43%;
  padding-left: calc(43% - 648px);
}
section.who-we-are-section .wrap .right {
  width: 57%;
  padding-right: calc(57% - 910px);
  position: relative;
}
section.who-we-are-section .wrap .right .inner {
  padding: 70px 24px 40px 150px;
}
section.who-we-are-section .wrap .right .inner .top {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
section.who-we-are-section .wrap .right .inner .top .heading {
  /* width: max-content; */
  font-size: 60px;
  font-weight: 700;
  line-height: 108.333%;
  color: #fff;
  width: 50%;
  padding-right: 1%;
}
section.who-we-are-section .wrap .right .inner .top .desc {
  flex: 1;
  /* padding-left: 30px; */
  font-size: 18px;
  font-weight: 500;
  line-height: 127.778%;
  color: #fff;
  width: 50%;
  padding-left: 1%;
}
section.who-we-are-section .wrap .left .inner {
  padding: 20px 170px 20px 24px;
}
section.who-we-are-section .wrap .left .inner .heading {
  font-size: 60px;
  font-weight: 700;
  line-height: 108.333%;
  color: #74449a;
  margin-bottom: 25px;
}
section.who-we-are-section .wrap .left .inner .contents {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  line-height: 156.25%;
  max-width: 450px;
}
section.who-we-are-section .wrap .left .inner .contents strong {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
section.who-we-are-section .wrap .left .inner .contents p:first-child {
  margin-bottom: 40px;
}
.form-wrap .frm_form_field {
  padding: 0 !important;
  margin-bottom: 23px !important;
  height: 56px;
  color: #fff;
}
.form-wrap .frm_form_field input {
  height: 100% !important;
  background-color: transparent !important;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  box-shadow: none !important;
  border: 1px solid #fff !important;
  padding: 10px 20px 0 20px !important;
}
.form-wrap .with_frm_style .frm_inside_container > label {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  top: 11px;
  left: 10px;
}
.form-wrap .with_frm_style .frm_inside_container.frm_label_float_top > label {
  top: 3px;
  padding: 0 11px;
  font-size: 14px;
}
.form-wrap .frm_form_field textarea {
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  box-shadow: none !important;
  border: 1px solid #fff !important;
  padding: 20px 20px 0 20px !important;
  height: 99px;
}
.form-wrap .checkbox_wrapper {
  height: auto;
  display: flex;
}
.form-wrap .checkbox_wrapper .frm_opt_container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.form-wrap .frm_form_field.textarea_wrapper {
  height: auto;
}
.form-wrap .checkbox_wrapper .frm_primary_label {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  padding-right: 30px;
  height: auto;
  line-height: 1;
  display: flex;
  align-items: center;
}
.form-wrap .checkbox_wrapper .frm_opt_container label {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.form-wrap .checkbox_wrapper .frm_opt_container label input {
  width: 56px;
  height: 36px !important;
  border-radius: 30px;
  border: 1px solid #fff !important;
}
.form-wrap .checkbox_wrapper .frm_opt_container label input:checked::before {
  margin: 0;
  transform: scale(1.5) !important;
  box-shadow: inset 74px 78px;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  border-radius: 0;
}
.form-wrap .with_frm_style .frm_inside_container > label span.frm_required {
  display: none;
}
.form-wrap .frm_form_field .frm_error {
  color: #fff;
  padding-left: 20px;
}
.form-wrap .frm_form_field input[aria-describedby='frm_error_field_6'],
.form-wrap .frm_form_field input[aria-describedby='frm_error_field_7'] {
  border: 2px solid #ff005c !important;
}
section.who-we-are-section .wrap .right .paper-plane {
  position: absolute;
  bottom: 80px;
  width: 20%;
  left: -12%;
}
.form-wrap .frm_submit button.frm_button_submit {
  width: 270px;
  height: 60px;
  border-radius: 38px;
  position: relative;
  overflow: hidden;
  font-size: 22px;
  font-weight: 500;
  background-color: #0094bc !important;
  outline: none !important;
  border: none !important;
  display: block;
  color: #3f3f3f !important;
  box-shadow: none !important;
}
.form-wrap .frm_submit button.frm_button_submit:hover .center-to-left {
  left: 0;
}
.form-wrap .frm_submit button.frm_button_submit:hover .left-to-center {
  right: -100%;
}
section.who-we-are-section .wrap .right .inner .form-wrap {
  position: relative;
}
section.who-we-are-section .wrap .right .inner .form-wrap .right-text {
  position: absolute;
  bottom: 38px;
  left: 285px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
section.who-we-are-section .wrap .right .inner .form-wrap .right-text a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
/* ======================= Contact Us Section ========================= */

.animated-button {
  width: 270px;
  height: 60px;
  border-radius: 38px;
  position: relative;
  overflow: hidden;
  font-size: 22px;
  font-weight: 500;
  background-color: #0094bc;
  outline: none;
  border: none;
  display: block;
  color: #3f3f3f;
}
.center-to-left {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -100%;
  transition: left 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 38px;
  color: #fff;
  background-color: #0094bc;
}
.left-to-center {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 38px;
  right: 0;
  transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #3f3f3f;
  background-color: #fff;
}
.animated-button:hover .center-to-left {
  left: 0;
}
.animated-button:hover .left-to-center {
  right: -100%;
}
section.features-section .wrap .left .animated-button {
  background-color: #0094bc;
}
section.features-section .wrap .left span.center-to-left {
  background-color: #0094bc;
  color: #fff;
}
section.features-section .wrap .left .animated-button span.left-to-center {
  background-color: #74449a;
  color: #fff;
}
main.default-page-section {
  padding: 70px 0 50px;
}
@media screen and (min-width: 1551px) and (max-width: 1700px) {
  .benefits-tab-content .right-image img {
    max-width: 110%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1550px) {
  .container {
    max-width: 1330px;
  }
  section.hero-section .wrap .left .sub-heading {
    font-size: 28px;
  }
  section.hero-section .wrap .left .heading {
    font-size: 50px;
    padding-bottom: 60px;
  }
  section.hero-section .wrap .left .contents {
    font-size: 18px;
    padding-bottom: 50px;
  }
  .animated-button {
    width: 250px;
    height: 53px;
  }
  section.hero-section .wrap .left {
    padding: 80px 0 55px;
  }
  .tabs-content-item.features-tab-content .middle-image img {
    margin-left: -25px;
    max-width: 110%;
  }
}

@media screen and (min-width: 1024px) {
  .hide-desktop {
    display: none;
  }
  header#masthead .mobile-nav {
    display: none !important;
  }
}
@media screen and (max-width: 1600px) {
  section.who-we-are-section .wrap .right .inner .top .heading {
    font-size: 50px;
  }
}
@media screen and (max-width: 1549px) {
  .tabs-content-item.features-tab-content .middle-image {
    align-items: center;
  }
  .tabs-content-item.features-tab-content .middle-image img {
    margin-top: 0;
  }
  .benefits-tab-content .content-wrapper {
    align-items: center;
  }
  .benefits-tab-content .right-image img {
    margin-top: 0;
  }
  section.who-we-are-section .wrap .right .inner .top {
    align-items: center;
  }
}
@media screen and (max-width: 1399px) {
  section.hero-section .wrap .left .heading {
    font-size: 56px;
    padding-bottom: 50px;
  }
  section.hero-section .wrap .left .contents {
    font-size: 18px;
    padding-bottom: 50px;
  }
  .animated-button {
    width: 230px;
    height: 54px;
    font-size: 20px;
  }
  section.hero-section .wrap .left .sub-heading {
    font-size: 25px;
  }

  section.features-section .wrap .features-blurb {
    gap: 50px;
    width: 64%;
  }
  section.features-section .wrap .left .heading {
    font-size: 50px;
  }
  section.features-section .wrap .left .contents {
    font-size: 25px;
    padding-bottom: 0px;
  }
  section.features-section .wrap .left {
    width: 36%;
  }
  section.features-section .wrap .features-blurb .blurb-item .icon {
    width: 60px;
    height: 60px;
  }
  section.features-section .wrap .features-blurb .blurb-item .content h4 {
    font-size: 22px;
    padding-bottom: 15px;
  }
  section.tabs-section .head .heading {
    font-size: 50px;
  }
  section.tabs-section .head .contents {
    font-size: 21px;
  }
  section.tabs-section .head {
    max-width: 700px;
  }
  section.tabs-section .tabs-wrapper .tabs-content-wrapper .tabs-content-item {
    padding: 40px 0 30px 50px;
  }
  .benefits-tab-content .head h3 {
    font-size: 25px;
    margin-bottom: 40px;
  }
  section.tabs-section .tabs-wrapper .tabs-trigger a.tab {
    height: 110px;
  }
  section.tabs-section .tabs-wrapper {
    padding-top: 50px;
  }
  section.tabs-section {
    padding-top: 90px;
  }
  section.tabs-section::before {
    height: 90px;
    top: -45px;
  }
  .benefits-tab-content .right-image img {
    max-width: 110%;
  }
  .tabs-content-item.features-tab-content .left h3,
  .tabs-content-item.features-tab-content .right h3 {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .tabs-content-item.features-tab-content .middle-image img {
    margin-left: -25px;
    max-width: 110%;
  }
  section.who-we-are-section .wrap .right .inner {
    padding: 70px 24px 40px 50px;
  }
  section.who-we-are-section .wrap .right .inner .top .desc {
    font-size: 16px;
  }
  section.who-we-are-section .wrap .right .inner .top .heading {
    font-size: 45px;
  }
  section.who-we-are-section .wrap .right .paper-plane {
    left: -12%;
    bottom: 100px;
    display: none;
  }
  section.who-we-are-section .wrap .left .inner {
    padding: 20px 140px 20px 24px;
  }
  section.who-we-are-section .wrap .right .inner .form-wrap .right-text {
    font-size: 14px;
  }
  header#masthead
    .container
    nav#site-navigation
    ul#primary-menu
    li.menu-item-has-children
    ul.sub-menu {
    left: auto;
    right: -15px;
  }
}
@media screen and (max-width: 1279px) {
  section.hero-section .wrap .left .contents {
    font-size: 17px;
    padding-bottom: 40px;
  }
  section.hero-section .wrap .left .heading {
    font-size: 50px;
    padding-bottom: 30px;
  }
  section.hero-section .wrap .left .sub-heading {
    font-size: 22px;
    margin-bottom: 10px;
  }
  section.hero-section .wrap .left {
    padding: 100px 0 70px;
  }
  section.hero-section .wrap .right .hero-image {
    width: 105%;
    right: 0%;
  }
  section.features-section .wrap .left .heading {
    font-size: 40px;
    padding-bottom: 25px;
  }
  section.features-section .wrap .left .contents {
    font-size: 18px;
    padding-bottom: 45px;
  }
  section.features-section .wrap .left {
    width: 30%;
  }
  section.features-section .wrap .features-blurb {
    gap: 35px;
    width: 70%;
  }
  section.features-section .wrap .features-blurb .blurb-item .icon {
    width: 50px;
    height: 50px;
  }
  section.features-section .wrap .features-blurb .blurb-item .content {
    padding-left: 30px;
  }
  section.features-section .wrap .features-blurb .blurb-item .content h4 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  section.tabs-section .head .heading {
    font-size: 40px;
  }
  section.tabs-section .head .contents {
    font-size: 18px;
  }
  section.tabs-section .head {
    max-width: 600px;
  }
  section.tabs-section .tabs-wrapper .tabs-trigger {
    width: 180px;
  }
  section.tabs-section .tabs-wrapper .tabs-trigger a.tab {
    padding-left: 20px;
    font-size: 22px;
  }
  section.tabs-section .tabs-wrapper .tabs-content-wrapper {
    width: calc(100% - 180px);
  }
  section.who-we-are-section .wrap .left .inner .heading {
    font-size: 40px;
  }
  section.who-we-are-section .wrap .left .inner {
    padding: 20px 90px 20px 24px;
  }
  section.who-we-are-section .wrap .right .inner .top .heading {
    font-size: 40px;
  }
  /* section.who-we-are-section .wrap .right .inner .top .desc {
    padding-left: 20px;
  } */
  section.who-we-are-section .wrap .right .inner .form-wrap .right-text a {
    font-size: 16px;
  }
  .form-wrap .frm_submit button.frm_button_submit {
    width: 240px;
    height: 54px;
    font-size: 20px;
  }
  section.who-we-are-section .wrap .right .inner .form-wrap .right-text {
    left: 250px;
    bottom: 30px;
  }
  .form-wrap .checkbox_wrapper .frm_opt_container {
    gap: 15px;
    width: 210px;
  }
  .form-wrap .checkbox_wrapper .frm_opt_container label {
    font-size: 16px;
  }
  .form-wrap .checkbox_wrapper .frm_primary_label {
    font-size: 16px;
    padding-right: 20px;
  }
  .form-wrap .checkbox_wrapper .frm_opt_container label input {
    width: 50px;
  }
  section.marketing-boosters-tables-section .wrap .head .heading {
    font-size: 50px;
  }
  section.marketing-boosters-tables-section .wrap .head p {
    font-size: 22px;
  }
  section.marketing-boosters-tables-section .wrap {
    padding: 70px 24px 0;
  }
  section.marketing-boosters-tables-section
    .wrap
    .table-wrapper
    .right
    .main-table-items
    .table-head
    .turbo,
  section.marketing-boosters-tables-section
    .wrap
    .table-wrapper
    .right
    .main-table-items
    .table-head
    .super {
    font-size: 18px;
  }
  section.marketing-boosters-tables-section
    .wrap
    .table-wrapper
    .right
    .main-table-items
    .table-item
    svg {
    width: 25px;
    height: auto;
  }
  section.marketing-boosters-tables-section .wrap .head {
    padding-bottom: 190px;
  }
  header#masthead .container nav#site-navigation ul#primary-menu li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1023px) {
  section .container {
    padding: 0 40px;
  }
  section.marketing-boosters-tables-section .wrap {
    padding: 70px 40px 0;
  }
  header#masthead .container nav#site-navigation .menu-primary-menu-container {
    display: none;
  }
  header#masthead .container nav#site-navigation button.menu-toggle {
    display: block;
    margin-left: auto;
    width: 70px;
    height: 60px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 0;
  }
  header#masthead .container nav#site-navigation button.menu-toggle span {
    position: absolute;
    width: 32px;
    height: 4px;
    background-color: #74449a;
    left: 19px;
    top: 45%;
    transition: all 0.3s ease-in;
  }
  header#masthead
    .container
    nav#site-navigation
    button.menu-toggle
    span:first-child {
    top: 28%;
  }
  header#masthead
    .container
    nav#site-navigation
    button.menu-toggle
    span:last-child {
    top: 62%;
  }
  header#masthead
    .container
    nav#site-navigation
    button.menu-toggle
    span:nth-child(2) {
    width: 24px;
  }
  header#masthead
    .container
    nav#site-navigation
    button.menu-toggle.active
    span:first-child {
    transform: rotate(45deg);
    top: 42%;
  }
  header#masthead
    .container
    nav#site-navigation
    button.menu-toggle.active
    span:nth-child(2) {
    opacity: 0;
  }
  header#masthead
    .container
    nav#site-navigation
    button.menu-toggle.active
    span:last-child {
    transform: rotate(-45deg);
    top: 42%;
  }
  .hide-tablet {
    display: none;
  }
  section.hero-section .wrap .left {
    padding: 40px 0 36px;
    width: 45%;
  }
  section.hero-section .wrap .head-tablet {
    padding-top: 56px;
  }
  section.hero-section .wrap .head-tablet .sub-heading {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding-bottom: 10px;
  }
  section.hero-section .wrap .head-tablet .heading {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 112.5%;
    color: #fff;
    max-width: 600px;
  }
  section.hero-section .wrap img.behind-logo {
    height: 102%;
    right: 16%;
  }
  section.hero-section .wrap .left .contents {
    padding-bottom: 26px;
    font-size: 16px;
  }
  section.hero-section .wrap .right {
    width: 55%;
  }
  section.hero-section .wrap .right .hero-image img {
    max-width: 450px;
  }
  .click-wrapper {
    display: none;
  }

  section.features-section .wrap .features-blurb .blurb-item .icon {
    width: 80px;
    height: 80px;
  }
  section.features-section .wrap .features-blurb .blurb-item .content h4 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  section.features-section .wrap .left .contents {
    font-size: 24px;
    padding-bottom: 45px;
  }
  .features-section .container .wrap .left {
    width: 100%;
  }
  section.features-section .wrap {
    padding-bottom: 100px;
  }
  .features-section .container .wrap .left .buttons {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  section.features-section .wrap .left .heading {
    font-size: 40px;
  }
  section.features-section .wrap .left .contents {
    max-width: 100%;
    padding-bottom: 30px;
  }
  section.features-section .wrap .left .contents p {
    font-size: 24px;
    max-width: 600px;
  }
  section.features-section .wrap .left .contents p br {
    display: none;
  }
  section.features-section .wrap .features-blurb {
    width: 100%;
  }
  section.features-section .wrap .features-blurb .blurb-item .content {
    padding-left: 20px;
  }

  section.tabs-section::before {
    height: 71px;
    top: -35px;
  }
  section.tabs-section .head {
    max-width: 645px;
  }
  section.tabs-section .head .heading {
    font-size: 40px;
  }
  section.tabs-section .head .contents {
    font-size: 24px;
  }
  section.tabs-section .tabs-wrapper {
    display: block;
  }
  section.tabs-section .tabs-wrapper .tabs-trigger {
    display: flex;
    width: auto;
  }
  section.tabs-section .tabs-wrapper .tabs-trigger a.tab {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    border: 2px solid #74449a;
    border-bottom: none;
    margin-bottom: 0;
    width: 142px;
    height: 62px;
    font-size: 20px;
    margin-right: 2px;
  }
  section.tabs-section .tabs-wrapper .tabs-trigger a.tab .icon {
    padding: 0;
    transform: rotate(90deg);
  }
  section.tabs-section .tabs-wrapper .tabs-trigger a.tab .icon svg {
    width: 6px;
  }
  section.tabs-section .tabs-wrapper .tabs-trigger a.tab:hover span.icon {
    transform: rotate(90deg);
  }
  section.tabs-section .tabs-wrapper .tabs-content-wrapper {
    width: 100%;
    margin-left: 0;
    margin-top: -2px;
    margin-bottom: -120px;
    padding-right: 15px;
  }
  section.tabs-section .tabs-wrapper .tabs-content-wrapper .tabs-content-item {
    padding: 24px 0px 12px 24px;
  }
  .benefits-tab-content .head h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .benefits-tab-content .content-wrapper {
    flex-direction: column;
    padding-right: 24px;
  }
  .benefits-tab-content .content-wrapper .left-content {
    order: 2;
    width: 100%;
  }
  .benefits-tab-content .content-wrapper .right-image {
    order: 1;
    width: 100%;
  }
  .benefits-tab-content .right-image img {
    position: inherit;
    max-width: 113%;
    margin-top: 0;
  }
  .benefits-tab-content .content-item {
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 5px;
  }
  .benefits-tab-content .content-item .text {
    padding-bottom: 0;
  }

  .tabs-content-item.features-tab-content {
    flex-wrap: wrap;
  }
  .tabs-content-item.features-tab-content .left,
  .tabs-content-item.features-tab-content .right {
    width: 100%;
  }
  .tabs-content-item.features-tab-content .middle-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .tabs-content-item.features-tab-content .middle-image img {
    position: inherit;
    left: inherit;
    top: inherit;
    max-width: 530px;
    margin-top: -120px;
  }
  .tabs-content-item.features-tab-content .left h3,
  .tabs-content-item.features-tab-content .right h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .tabs-content-item.features-tab-content .left .left-lists,
  .tabs-content-item.features-tab-content .right .right-lists {
    column-gap: 100px;
    column-count: 2;
  }
  .tabs-content-item.features-tab-content
    .left
    .left-lists
    .content-item:nth-child(2) {
    margin-bottom: 100px;
  }
  section.marketing-boosters-tables-section {
    padding: 200px 0 70px;
  }
  section.marketing-boosters-tables-section .wrap .head .heading {
    font-size: 40px;
  }
  section.marketing-boosters-tables-section .wrap .head p {
    font-size: 24px;
  }
  section.marketing-boosters-tables-section .wrap .table-wrapper .left {
    width: 100%;
    margin-bottom: 120px;
    padding: 0;
  }
  section.marketing-boosters-tables-section .wrap .head {
    padding-bottom: 45px;
  }
  section.marketing-boosters-tables-section .bottom-wrap {
    width: calc(100% - 116px);
    padding-left: 40px;
    padding-right: 40px;
  }
  section.who-we-are-section .wrap .left {
    width: 100%;
  }
  section.who-we-are-section .wrap .left .inner .heading {
    font-size: 40px;
    text-align: center;
  }
  section.who-we-are-section .wrap .left .inner .contents {
    max-width: 100%;
  }
  section.who-we-are-section .wrap .left .inner {
    padding: 60px 40px 85px;
  }

  section.who-we-are-section .wrap .right .inner {
    padding: 85px 40px 12px;
  }
  section.who-we-are-section .wrap .left .inner .contents strong {
    font-size: 16px;
    font-weight: 400;
  }
  section.who-we-are-section .wrap .left .inner .contents p:first-child {
    margin-bottom: 24px;
  }
  section.who-we-are-section .wrap .right {
    width: 100%;
  }
  section.who-we-are-section .wrap .right .paper-plane {
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }
  section.who-we-are-section .wrap .right .inner .top .heading {
    font-size: 55px;
  }
  /* section.who-we-are-section .wrap .right .inner .top .desc {
    padding-left: 30px;
  } */
  footer#colophon {
    padding: 45px 0 28px;
  }
  section.marketing-boosters-tables-section .container {
    padding: 0;
  }
  section.features-section {
    padding: 50px 0 90px;
  }
  .tabs-content-item.features-tab-content .middle-image.image-tablet {
    display: flex;
  }
  .tabs-content-item.features-tab-content .middle-image.image-desktop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section .container {
    padding: 0 24px;
  }
  .animated-button {
    width: 180px;
    height: 40px;
    font-size: 20px;
  }
  section.hero-section .wrap .left {
    width: 100%;
    padding: 25px 0 20px;
  }
  section.hero-section .wrap .left .buttons {
    display: none;
  }
  section.hero-section .wrap .right {
    width: 100%;
    margin-top: -40px;
  }
  section.hero-section .wrap img.behind-logo {
    display: none;
  }
  section.hero-section .wrap .right .hero-image {
    width: 100%;
  }
  section.hero-section .wrap .right .hero-image img {
    max-width: 350px;
    margin: auto;
  }
  section.hero-section .wrap .head-tablet .sub-heading {
    font-size: 20px;
    margin-bottom: 10px;
  }
  section.hero-section .wrap .head-tablet .heading {
    font-size: 28px;
  }
  section.hero-section .wrap .head-tablet {
    padding-top: 30px;
  }

  section.features-section {
    padding: 40px 0 40px;
  }
  section.features-section .wrap .features-blurb {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  section.features-section .wrap .left .heading {
    font-size: 28px;
    padding-bottom: 16px;
  }
  section.features-section .wrap .left .contents {
    font-size: 20px;
    padding-bottom: 20px;
  }
  section.features-section .wrap .left .contents p {
    font-size: 20px;
  }
  .features-section .container .wrap .left .buttons {
    display: block;
    padding-bottom: 40px;
  }
  section.tabs-section .head .heading {
    font-size: 28px;
    margin-bottom: 15px;
  }
  section.tabs-section .head .heading br {
    display: none;
  }
  section.tabs-section .head .contents {
    font-size: 20px;
  }
  section.tabs-section .tabs-wrapper {
    padding-top: 40px;
  }
  .benefits-tab-content .head h3 {
    font-size: 20px;
  }
  .benefits-tab-content .right-image img {
    max-width: 116%;
  }
  .tabs-content-item.features-tab-content .left .left-lists,
  .tabs-content-item.features-tab-content .right .right-lists {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-right: 24px;
    column-count: 1;
  }
  .tabs-content-item.features-tab-content
    .left
    .left-lists
    .content-item:nth-child(2) {
    margin-bottom: 20px;
  }
  .tabs-content-item.features-tab-content .middle-image img {
    max-width: 340px;
    margin-top: -15px;
  }
  .tabs-content-item.features-tab-content {
    gap: 0;
  }
  .tabs-content-item.features-tab-content .left h3,
  .tabs-content-item.features-tab-content .right h3 {
    display: flex;
    gap: 10px;
  }
  .tabs-content-item.features-tab-content .left h3 .icon,
  .tabs-content-item.features-tab-content .right h3 .icon {
    display: block;
    margin-top: 8px;
    width: 30px;
  }
  .tabs-content-item.features-tab-content .left h3 span,
  .tabs-content-item.features-tab-content .right h3 span {
    flex: 1;
  }
  .tabs-content-item.features-tab-content .middle-image {
    padding-top: 20px;
    padding-bottom: 45px;
    position: relative;
    margin-right: 24px;
  }
  .tabs-content-item.features-tab-content .middle-image img {
    display: none;
  }
  .tabs-content-item.features-tab-content .middle-image::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 4px;
    background-color: #74449a;
  }
  section.marketing-boosters-tables-section .bottom-wrap .heading::before {
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    transform: none;
    width: 4px;
    height: 52px;
  }
  section.marketing-boosters-tables-section .bottom-wrap {
    width: 100%;
    padding-top: 153px;
    padding-left: 24px;
    padding-right: 24px;
  }
  section.marketing-boosters-tables-section .bottom-wrap .heading {
    padding-top: 62px;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
  }
  footer#colophon {
    padding: 45px 0 28px;
  }
  section.who-we-are-section .wrap .left .inner .heading {
    font-size: 28px;
  }
  section.who-we-are-section .wrap .left .inner {
    padding: 40px 24px 55px;
  }
  section.who-we-are-section .wrap .right .paper-plane {
    width: 140px;
    height: 100px;
    top: -35px;
  }
  section.who-we-are-section .wrap .right .inner .top .heading {
    width: 100%;
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px;
  }
  section.who-we-are-section .wrap .right .inner .top .desc {
    padding: 0;
    font-size: 18px;
  }
  section.who-we-are-section .wrap .right .inner .top {
    padding-bottom: 30px;
  }
  section.who-we-are-section .wrap .right .inner {
    padding: 85px 24px 12px;
  }
  .form-wrap .checkbox_wrapper {
    flex-wrap: wrap;
  }
  .form-wrap .checkbox_wrapper .frm_primary_label {
    padding: 0;
    font-size: 18px;
    line-height: 116.667%;
    width: 100%;
  }
  .form-wrap .checkbox_wrapper .frm_opt_container {
    margin-top: 18px;
  }
  .form-wrap .frm_submit button.frm_button_submit {
    width: 100%;
    height: 40px;
  }
  section.who-we-are-section .wrap .right .inner .form-wrap .right-text {
    position: relative;
    left: 0;
    bottom: 0;
    padding-bottom: 30px;
  }
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block !important;
  }
  .main-table-wrapper.show-mobile {
    position: relative;
    margin-bottom: -229px;
  }
  .main-table-wrapper.show-mobile > div {
    border: 2px solid #0094bc;
    background-color: #fff;
    margin-top: 62px;
    position: relative;
  }
  .main-table-wrapper.show-mobile .turbo-wrapper {
    margin-bottom: 101px;
  }
  .main-table-wrapper.show-mobile > div .table-head {
    height: 62px;
    border-radius: 18px 18px 0px 0px;
    background: #51d8fd;
    margin-top: -64px;
    width: calc(100% + 4px);
    position: relative;
    left: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
  }
  .main-table-wrapper.show-mobile > div .table-item {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    border-bottom: 1px solid #cdf4ff;
    gap: 8px;
  }
  .main-table-wrapper.show-mobile > div .table-item .name {
    font-size: 15px;
    font-weight: 500;
    color: #3f3f3f;
  }
  .main-table-wrapper.show-mobile > div .table-item div:last-child {
    width: 32px;
  }
  .main-table-wrapper.show-mobile > div.super-wrap .table-head {
    color: #fff;
    background: #00b1e1;
  }
  section.marketing-boosters-tables-section .wrap .table-wrapper .left {
    margin-bottom: 40px;
  }
  section.marketing-boosters-tables-section .wrap .click-icon {
    width: 255px;
  }
  section.marketing-boosters-tables-section .wrap .head .heading {
    font-size: 28px;
    margin: 0;
  }
  section.marketing-boosters-tables-section .wrap .head p {
    font-size: 20px;
  }
  section.marketing-boosters-tables-section
    .wrap
    .table-wrapper
    .left
    .heading {
    font-size: 20px;
    padding-bottom: 20px;
  }
  section.marketing-boosters-tables-section .wrap {
    padding: 40px 24px 0;
  }
  section.marketing-boosters-tables-section .wrap .head {
    padding-bottom: 35px;
  }
  footer#colophon {
    padding: 25px 0;
  }
  header#masthead .mobile-nav ul li a {
    font-size: 20px;
  }
  header#masthead .mobile-nav ul li {
    padding: 0 57px 10px 24px;
  }
  header#masthead .mobile-nav ul li.menu-item-has-children li {
    margin-bottom: 0;
  }
  header#masthead .mobile-nav ul li.menu-item-has-children > a {
    margin-bottom: 5px;
  }
  header#masthead .mobile-nav ul li.menu-item-has-children {
    padding-top: 35px;
  }
  header#masthead .container nav#site-navigation button.menu-toggle {
    margin-right: -15px;
  }
  footer#colophon .info p {
    padding-right: 5px;
  }
  .tabs-content-item.features-tab-content .middle-image.image-desktop {
    display: none;
  }
  .tabs-content-item.features-tab-content .middle-image.image-tablet {
    display: none;
  }
  .tabs-content-item.features-tab-content .middle-image.image-mobile {
    display: flex;
  }
  main.default-page-section .container {
    padding-left: 32px;
    padding-right: 32px;
  }
  main.default-page-section {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 540px) {
  .benefits-tab-content .right-image img {
    max-width: 123%;
  }
}
