/*------------------------------------------------------------------
[Master Stylesheet]
-------------------------------------------------------------------
Project:        Finity - Landing Page Template
Version:        1.0
Last change:    11/08/2020
Primary use:    Landing Page
-------------------------------------------------------------------*/
/*********** CSS TABLE OF CONTENTS *******************

|--- 01.Component -> { Header }
|--- 01.Component -> { Menu }
|--- 01.Component -> { Button }
|--- 01.Component -> { Form }
|--- 01.Component -> { Pricings }
|--- 01.Component -> { Slider }
|--- 03.Theme Utility -> { Image Group }
|--- 03.Theme Utility -> { Background }
|--- 03.Theme Utility -> { Hovers }
|--- 03.Theme Utility -> { Sizes }
|--- 03.Theme Utility -> { Typograpy }
|--- THEME CUSTOM STYLES

******************************************************/
/*=== Media Query ===*/
@import url("../fonts/typography-font/typo.css");
@import url("https://fonts.googleapis.com/css2?family=Aldrich&display=swap");
body[data-theme="dark"],
.dark-bg,
.dark-mode-texts {
  --bg: #19191b;
  --bg-1: #2b337a;
  --bg-2: #fff;
  --red-bg: #e82c2c;
  --bg-3: #1e1e20;
  --bg-4: #1e1e20;
  --bg-5: #1e1e20;
  --bg-6: #1e1e20;
  --color-headings: #fff;
  --color-texts: rgba(255, 255, 255, 0.8);
  --color-texts-2: rgba(255, 255, 255, 0.8);
  --border-color: #313d55;
  --border-color-2: rgba(255, 255, 255, 0.07);
  --border-color-3: rgba(255, 255, 255, 0.07);
  --border-color-4: rgba(255, 255, 255, 0.07);
  --border-color-5: rgba(255, 255, 255, 0.07);
}

body[data-theme="light"],
.light-bg,
.light-mode-texts {
  --bg: #fff;
  --bg-1: #2b337a;
  --bg-2: #fff;
  --red-bg: #e82c2c;
  --bg-3: #f7f8fa;
  --bg-4: #f8fafe;
  --bg-5: #f8fbff;
  --bg-6: #f7f9fc;
  --color-headings: #000;
  --color-texts: #7c8087;
  --color-texts-2: #3b4656;
  --border-color: #e2e4e8;
  --border-color-2: #d2e4ed;
  --border-color-3: #eceff4;
  --border-color-4: #3b4656;
  --border-color-5: #1d293f;
}

body {
  --bg: #fff;
  --bg-1: #e9f7fe;
  --bg-2: #f5fafd;
  --bg-3: #f7f8fa;
  --bg-4: #f8fafe;
  --bg-5: #f8fbff;
  --bg-6: #f7f9fc;
  --color-headings: #1d293f;
  --color-texts: #7c8087;
  --color-texts-2: #3b4656;
  --border-color: #e2e4e8;
  --border-color-2: #d2e4ed;
  --border-color-3: #eceff4;
  --border-color-4: #3b4656;
  --border-color-5: #1d293f;
  font-family: "Aldrich", sans-serif;
}

.brand-logo img,
.brand-footer-logo img {
  height: 44px;
  width: 205px;
}

.default-logo,
.default-shape {
  display: block;
}

.light-version-logo,
.light-shape {
  display: none;
}

.dark-version-logo,
.dark-shape {
  display: none;
}

.light-version-logo.default-logo {
  display: block;
}

.dark-version-logo.default-logo {
  display: block;
}

body[data-theme="dark"] .dark-version-logo,
body[data-theme="dark"] .dark-shape,
.dark-mode-texts .dark-version-logo,
.dark-mode-texts .dark-shape {
  display: block;
}

body[data-theme="dark"] .light-version-logo,
.dark-mode-texts .light-version-logo {
  display: none;
}

body[data-theme="dark"] .light-version-logo.default-logo,
.dark-mode-texts .light-version-logo.default-logo {
  display: none;
}

body[data-theme="dark"] .light-shape,
.dark-mode-texts .light-shape {
  display: none;
}

body[data-theme="dark"] .light-shape.default-shape,
.dark-mode-texts .light-shape.default-shape {
  display: none;
}

body[data-theme="dark"] .light-mode-texts .light-version-logo,
body[data-theme="dark"] .light-mode-texts .light-shape,
.dark-mode-texts .light-mode-texts .light-version-logo,
.dark-mode-texts .light-mode-texts .light-shape {
  display: block;
}

body[data-theme="dark"] .light-mode-texts .dark-version-logo,
.dark-mode-texts .light-mode-texts .dark-version-logo {
  display: none;
}

body[data-theme="dark"] .light-mode-texts .dark-version-logo.default-logo,
.dark-mode-texts .light-mode-texts .dark-version-logo.default-logo {
  display: none;
}

body[data-theme="dark"] .light-mode-texts .dark-shape,
.dark-mode-texts .light-mode-texts .dark-shape {
  display: none;
}

body[data-theme="dark"] .light-mode-texts .dark-shape.default-shape,
.dark-mode-texts .light-mode-texts .dark-shape.default-shape {
  display: none;
}

body[data-theme="light"] .light-version-logo,
body[data-theme="light"] .light-shape,
.light-mode-texts .light-version-logo,
.light-mode-texts .light-shape {
  display: block;
}

body[data-theme="light"] .dark-version-logo,
.light-mode-texts .dark-version-logo {
  display: none;
}

body[data-theme="light"] .dark-version-logo.default-logo,
.light-mode-texts .dark-version-logo.default-logo {
  display: none;
}

body[data-theme="light"] .dark-shape,
.light-mode-texts .dark-shape {
  display: none;
}

body[data-theme="light"] .dark-shape.default-shape,
.light-mode-texts .dark-shape.default-shape {
  display: none;
}

body[data-theme="light"] .dark-mode-texts .dark-version-logo,
body[data-theme="light"] .dark-mode-texts .dark-shape,
.light-mode-texts .dark-mode-texts .dark-version-logo,
.light-mode-texts .dark-mode-texts .dark-shape {
  display: block;
}

body[data-theme="light"] .dark-mode-texts .light-version-logo,
.light-mode-texts .dark-mode-texts .light-version-logo {
  display: none;
}

body[data-theme="light"] .dark-mode-texts .light-version-logo.default-logo,
.light-mode-texts .dark-mode-texts .light-version-logo.default-logo {
  display: none;
}

body[data-theme="light"] .dark-mode-texts .light-shape,
.light-mode-texts .dark-mode-texts .light-shape {
  display: none;
}

body[data-theme="light"] .dark-mode-texts .light-shape.default-shape,
.light-mode-texts .dark-mode-texts .light-shape.default-shape {
  display: none;
}

.bg-default {
  background: var(--bg);
}

.bg-default-1 {
  background: var(--bg-2);
}

.bg-default-2 {
  background: var(--bg-2);
}

.bg-default-3 {
  background: var(--bg-3);
}

.bg-default-4 {
  background: var(--bg-4);
}

.bg-default-5 {
  background: var(--bg-5);
}

.bg-default-6 {
  background: var(--bg-6);
}

.text-default-color {
  color: var(--color-texts);
}

.text-default-color-2 {
  color: var(--color-texts-2);
}

.heading-default-color {
  color: var(--color-headings);
}

.border-default-color {
  border-color: var(--border-color);
}

.border-default-color-2 {
  border-color: var(--border-color-2) !important;
}

.border-default-color-3 {
  border-color: var(--border-color-3) !important;
}

@media (min-width: 992px) {
  .dark-mode-texts--desktops {
    --bg: #19191b;
    --bg-1: #1e1e20;
    --bg-2: #1e1e20;
    --bg-3: #1e1e20;
    --bg-4: #1e1e20;
    --bg-5: #1e1e20;
    --bg-6: #1e1e20;
    --color-headings: #fff;
    --color-texts: rgba(255, 255, 255, 0.8);
    --color-texts-2: rgba(255, 255, 255, 0.8);
    --border-color: #313d55;
    --border-color-2: rgba(255, 255, 255, 0.07);
    --border-color-3: rgba(255, 255, 255, 0.07);
    --border-color-4: rgba(255, 255, 255, 0.07);
    --border-color-5: rgba(255, 255, 255, 0.07);
  }
}

/* ---------------------------
  01.Component -> { Header } 
------------------------------*/
@media (min-width: 992px) {
  .header-btn {
    margin-left: 10px;
  }
}

.header-btn a {
  display: none;
}

@media (min-width: 360px) {
  .header-btn a {
    display: inline-flex;
    min-height: 35px;
    min-width: 120px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (min-width: 400px) {
  .header-btn a {
    min-height: 45px;
    min-width: 141px;
    font-size: 15px;
  }
}

@media (min-width: 576px) {
  .header-btn a {
    min-height: 45px;
  }
}

.header-btns .btn {
  min-width: 124px;
  height: 45px;
  font-size: 13px;
  letter-spacing: 0.26px;
}

.header-btn-devider {
  position: relative;
  z-index: 1;
}

.header-btn-devider:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 1px;
  background: var(--border-color-3);
}

@media (min-width: 992px) {
  .header-btn-devider:before {
    content: "";
  }
}

.header-btn-devider.devider-pos-top:before {
  top: 0px;
}

.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  border: none;
  background: transparent;
  font-weight: 700;
}

.btn-close i {
  color: #353638;
}

.site-header--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.site-header--sticky:not(.mobile-sticky-enable) {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 992px) {
  .site-header--sticky:not(.mobile-sticky-enable) {
    position: fixed !important;
    transition: 0.4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).scrolling {
    transform: translateY(-100%);
    transition: 0.4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
    transform: translateY(0%);
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
    z-index: 1000;
  }
}

.site-header--sticky.mobile-sticky-enable {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed !important;
  transition: 0.4s;
}

.site-header--sticky.mobile-sticky-enable.scrolling {
  transform: translateY(-100%);
  transition: 0.4s;
}

.site-header--sticky.mobile-sticky-enable.reveal-header {
  transform: translateY(0%);
  box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
  z-index: 9999;
}

@media (min-width: 992px) {
  .site-header--menu-center .navbar-nav-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .gr-megamenu-dropdown {
    left: 0%;
    transform: translateX(0%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header--menu-left
    .container-fluid
    .nav-item.dropdown:hover
    > .gr-megamenu-dropdown.center {
    transform: translateX(0%) translateY(-10px);
    left: 0%;
  }
}

.site-header--menu-left .navbar-nav-wrapper .navbar-nav {
  justify-content: flex-start;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .site-header--menu-left .navbar-nav-wrapper {
    width: 100%;
  }
}

.site-header--menu-right .navbar-nav-wrapper {
  margin-left: auto;
}

@media (min-width: 992px) {
  .site-header--menu-right > .container-fluid .gr-megamenu-dropdown {
    left: 100%;
    transform: translateX(-100%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header--menu-right
    > .container-fluid
    .nav-item.dropdown:hover
    > .gr-megamenu-dropdown.center {
    transform: translateX(-100%) translateY(-10px);
    left: 100%;
  }
}

.site-header--menu-logo-middle {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (min-width: 992px) {
  .site-header--menu-logo-middle .navbar-collapse {
    order: 2;
    flex: 0 0 45%;
  }
}

@media (min-width: 992px) {
  .site-header--menu-logo-middle .brand-logo {
    order: 1;
    flex: 0 0 10%;
    text-align: left;
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .site-header--menu-logo-middle .header-btn {
    text-align: right;
    order: 3;
    flex: 0 0 45%;
  }
}

.single-div + .single-div:after {
  position: absolute;
  left: 0;
  top: 62px;
  bottom: 62px;
  width: 1px;
  content: "";
  background: red;
}

.single-div:after {
  position: absolute;
  right: 0;
  top: 62px;
  bottom: 62px;
  width: 1px;
  content: "";
  background: red;
}

.single-div:last-child:after {
  background: transparent;
}

.header-cart {
  position: relative;
  font-size: 20px;
  color: var(--color-texts);
  margin-left: auto;
  margin-right: 15px;
  margin-right: 15px;
}

@media (min-width: 992px) {
  .header-cart {
    margin-left: 10px;
  }
}

.header-cart span {
  height: 20px;
  width: 20px;
  font-size: 12px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background: green;
  color: #fff;
}

.dynamic-sticky-bg.reveal-header {
  background: var(--bg);
}

.dark-cloud-sticky-bg.reveal-header {
  background: #1d293f;
}

.sticky-bg-white.reveal-header {
  background: #fff;
}

.sticky-bg-white.reveal-header {
  background: indigo;
}

.sticky-bg-white.reveal-header {
  background: #fff;
}

.notification-block {
  position: relative;
}

.notification-block .count {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -4px;
  margin-right: -5px;
}

.show-gr-dropdown .gr-menu-dropdown {
  top: 110%;
}

.show-gr-dropdown .gr-menu-dropdown.dropdown-right {
  right: 0;
  left: auto;
}

.show-gr-dropdown .gr-menu-dropdown.dropdown-left {
  left: 0;
  right: auto;
}

.show-gr-dropdown:hover .gr-menu-dropdown,
.show-gr-dropdown.show .gr-menu-dropdown {
  opacity: 1;
  top: 95%;
  pointer-events: visible;
}

@media (max-width: 992px) {
  .nav-link {
    padding: 18px !important;
  }
}
/* ---------------------------
  01.Component -> { Menu } 
------------------------------*/
.main-menu {
  /* ----------------------
  Custom toggle arrow 
------------------------*/
}

.border-radius-style-15 {
  border-radius: 15px 0px !important;
}
.border-radius-style-20 {
  border-radius: 20px 0px !important;
}

@media (min-width: 992px) {
  .main-menu {
    display: flex;
    justify-content: flex-end;
  }
}

.main-menu .gr-toggle-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-menu .gr-toggle-arrow:after {
  display: none;
}

.main-menu .gr-toggle-arrow i {
  font-size: 24px;
  width: auto;
  line-height: 1;
  height: auto;
  font-weight: 900;
  margin-left: 5px;
  transition: 0.4s;
}

.main-menu .gr-toggle-arrow:hover i {
  transform: rotate(-180deg);
}

.main-menu > li > .nav-link {
  color: #fff !important;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 300;
  position: relative;
}

@media (min-width: 992px) {
  .main-menu > li > .nav-link {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    color: var(--color-headings);
  }
  .get-started-btn button {
    width: 80px !important;
  }
  .sign-in-btn a {
    min-width: 100px !important;
  }
  .navbar-collapse {
    padding-right: 115px !important;
  }
}

@media (min-width: 1350px) {
  .main-menu > li > .nav-link {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: var(--color-headings);
  }
}

@media (min-width: 1400px) {
  .main-menu > li > .nav-link {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: var(--color-headings);
  }
  .navbar-collapse {
    padding-right: 60px !important;
  }
}

@media (min-width: 992px) and (max-width: 1140px) {
  .main-menu > li > .nav-link {
    margin-left: 8px !important;
    margin-right: 8px !important;
    font-size: 13px !important;
  }
}

.main-menu > li > .nav-link:hover:before {
  transform: scaleX(1);
}

@media (min-width: 992px) {
  .main-menu > li > .nav-link.gr-toggle-arrow {
    padding-right: 30px !important;
  }
  .main-menu > li > .nav-link.gr-toggle-arrow:before {
    width: calc(100% - 8px);
  }
  .main-menu > li > .nav-link.gr-toggle-arrow i {
    position: absolute;
    right: -2px;
  }
}

.main-menu > li.active > .nav-link:before {
  transform: scaleX(1);
}

.main-menu > li:hover > .gr-toggle-arrow i {
  transform: rotate(-180deg);
}

/*----- Dropdown styles
-------------------------*/
.gr-menu-dropdown {
  background-color: transparent;
}

@media (min-width: 992px) {
  .gr-menu-dropdown {
    position: absolute;
    min-width: 227px;
    max-width: 227px;
    box-shadow: 0 52px 54px rgba(65, 62, 101, 0.3);
    padding: 15px 0px;
    top: 100%;
    z-index: -99;
    opacity: 0;
    transition: opacity 0.4s, top 0.4s;
    pointer-events: none;
    left: 0;
    right: auto;
    border-radius: 12px;
    background-color: #2b337a;
    display: block;
    color: #fff;
  }
}

.gr-menu-dropdown > .drop-menu-item {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.gr-menu-dropdown > .drop-menu-item:hover {
  background-color: transparent;
  border-bottom: 2px solid #e82c2c;
}

@media (min-width: 992px) {
  .gr-menu-dropdown > .drop-menu-item {
    padding-right: 30px;
  }
}

.gr-menu-dropdown > .drop-menu-item > a {
  color: inherit;
}

@media (min-width: 992px) {
  .gr-menu-dropdown > .drop-menu-item > a {
    transition: 0.4s;
  }
}

.gr-menu-dropdown > .drop-menu-item > .gr-menu-dropdown {
  border-top-color: green;
}

@media (min-width: 992px) {
  .gr-menu-dropdown > .drop-menu-item > .gr-menu-dropdown {
    top: 10px;
    left: auto;
    right: 0;
    opacity: 0;
    transform: translateX(110%);
    transition: 0.4s;
    pointer-events: none;
    will-change: transform;
  }
}

@media (min-width: 380px) {
  .gr-menu-dropdown > .drop-menu-item > .gr-menu-dropdown > .drop-menu-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 992px) {
  .gr-menu-dropdown > .drop-menu-item > .gr-menu-dropdown > .drop-menu-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.gr-menu-dropdown.dropdown-right {
  left: auto;
  right: -90%;
}

@media (min-width: 992px) {
  .gr-menu-dropdown.dropdown-left {
    left: 0 !important;
    right: auto !important;
    transform: translateX(-110%) !important;
  }
}

/*----- Dropdown hover activation related styles
-------------------------------------------------*/
@media (min-width: 992px) {
  .nav-item.dropdown {
    position: relative;
    z-index: 99;
  }
}

@media (min-width: 992px) {
  .nav-item.dropdown:hover > .gr-menu-dropdown {
    top: 100%;
    opacity: 1;
    pointer-events: visible;
  }
}

@media (min-width: 992px) {
  .nav-item.dropdown:hover > .gr-megamenu-dropdown.center {
    transform: translateX(-50%) translateY(-10px);
    z-index: 99;
    opacity: 1;
    pointer-events: visible;
  }
}

@media (min-width: 992px) {
  .nav-item.dropdown:hover > .gr-megamenu-dropdown-2,
  .nav-item.dropdown:hover.triangle-shape:after,
  .nav-item.dropdown:hover.triangle-shape:before {
    transform: translateX(-50%) translateY(-10px);
    z-index: 99;
    opacity: 1;
    pointer-events: visible;
  }
}

.drop-menu-item.dropdown {
  position: relative;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #e8eeff;
  border-radius: 99px;
}

.drop-menu-item.dropdown > .gr-toggle-arrow i {
  transform: rotate(-90deg);
}

@media (min-width: 992px) {
  .dropdown:hover {
    background-color: transparent;
    border-bottom: 2px solid #e82c2c;
  }

  .drop-menu-item.dropdown:hover > .gr-menu-dropdown {
    top: 10px;
    opacity: 1;
    pointer-events: visible;
    transform: translateX(100%);
  }
  .drop-menu-item.dropdown:hover > .gr-menu-dropdown.dropdown-left {
    transform: translateX(-100%) !important;
  }
}

/*-----Mega Dropdown styles
-------------------------*/
.nav-item.dropdown.dropdown-mega {
  z-index: 1;
}

@media (min-width: 992px) {
  .nav-item.dropdown.dropdown-mega {
    position: static;
  }
}

.gr-megamenu-dropdown {
  background-color: transparent;
}

@media (min-width: 992px) {
  .gr-megamenu-dropdown {
    background-color: #fff;
  }
}

.gr-megamenu-dropdown .dropdown-image-block {
  max-height: 336px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .gr-megamenu-dropdown {
    border: 0;
  }
}

@media (min-width: 992px) {
  .gr-megamenu-dropdown {
    padding: 15px;
    min-width: 925px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    will-change: transform;
    top: 100%;
    z-index: -99;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s opacity, 0.4s transform;
    box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
    border: 1px solid #e7e9ed;
    border-radius: 8px;
  }
}

@media (min-width: 1200px) {
  .gr-megamenu-dropdown {
    min-width: 1100px;
  }
}

.gr-megamenu-dropdown .single-dropdown-block .mega-drop-menu-item {
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
}

.gr-megamenu-dropdown .mega-drop-menu-item {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.4s;
}

@media (min-width: 320px) and (max-width: 992px) {
  .gr-megamenu-dropdown .mega-drop-menu-item {
    color: var(--color-headings);
    border-top: 1px solid var(--border-color-3);
    padding-left: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}

@media (min-width: 992px) {
  .gr-megamenu-dropdown .mega-drop-menu-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gr-megamenu-dropdown .mega-drop-menu-item:hover {
    color: #22b0fc !important;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .gr-megamenu-dropdown [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .gr-megamenu-dropdown [class*="row-"] {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .gr-megamenu-dropdown-2 {
    border: 0;
  }
}

@media (min-width: 992px) {
  .gr-megamenu-dropdown-2 {
    box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
    padding: 25px;
    min-width: 956px;
    left: 50%;
    will-change: transform;
    top: 100%;
    transform: translateX(-50%) translateY(10px);
    z-index: -99;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s opacity, 0.4s transform;
    box-shadow: 0 52px 54px rgba(65, 62, 101, 0.3);
    border: 1px solid #e7e9ed;
  }
}

@media (min-width: 1200px) {
  .gr-megamenu-dropdown-2 {
    min-width: 1100px;
  }
}

.gr-megamenu-dropdown-2 .single-dropdown-block .mega-drop-menu-item {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block !important;
}

.gr-megamenu-dropdown-2 .mega-drop-menu-item {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-size: 15px;
  font-weight: 700;
}

@media (min-width: 320px) and (max-width: 992px) {
  .gr-megamenu-dropdown-2 .mega-drop-menu-item {
    border-top: 1px solid var(--border-color-3);
    padding-left: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}

@media (min-width: 992px) {
  .gr-megamenu-dropdown-2 .mega-drop-menu-item {
    padding-left: 20px;
    padding-right: 25px;
    border-radius: 11px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .gr-megamenu-dropdown-2 .mega-drop-menu-item:hover {
    background: #f4f7fa;
  }
}

@media (min-width: 992px) {
  .gr-megamenu-dropdown-2 .mega-drop-menu-item:hover {
    color: #22b0fc !important;
  }
}

.gr-megamenu-dropdown-2 .mega-drop-menu-item .single-menu-title {
  margin-bottom: 3px;
}

.gr-megamenu-dropdown-2 .mega-drop-menu-item p {
  margin-bottom: 0;
  font-weight: normal;
}

@media (min-width: 320px) and (max-width: 992px) {
  .gr-megamenu-dropdown-2 [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .gr-megamenu-dropdown-2 [class*="row-"] {
    margin-left: 0;
    margin-right: 0;
  }
}

.dropdown-mega.triangle-shape {
  position: relative;
}

.dropdown-mega.triangle-shape:before {
  position: absolute;
  bottom: -7px;
  right: -2px;
  border: 15px solid;
  border-color: transparent transparent #fff transparent;
  transform: translateX(-50%) translateY(10px);
  z-index: 100 !important;
  opacity: 0;
  transition: 0.4s;
  pointer-events: none !important;
}

@media (min-width: 992px) {
  .dropdown-mega.triangle-shape:before {
    content: "";
  }
}

.dropdown-mega.triangle-shape:after {
  position: absolute;
  bottom: -4px;
  right: 0;
  border: 14px solid;
  border-color: transparent transparent #e7e9ed transparent;
  transform: translateX(-50%) translateY(10px);
  z-index: 99 !important;
  opacity: 0;
  transition: 0.4s;
  pointer-events: none !important;
}

@media (min-width: 992px) {
  .dropdown-mega.triangle-shape:after {
    content: "";
  }
}

@media (min-width: 992px) {
  .offcanvas-active.navbar-expand-lg .btn-close-off-canvas {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .offcanvas-active.navbar-expand-lg .navbar-collapse {
    display: block;
    position: fixed;
    top: 73px;
    background: #f6f6f6;
    left: -100%;
    padding-left: 20px;
    padding-right: 20px;
    height: fit-content;
    padding-bottom: 40px;
    transition: top 0.5s;
    z-index: 999999;
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    padding-top: 10px;
    width: 100%;
    overflow-y: auto;
  }
}

@media (min-width: 320px) and (max-width: 992px) and (min-width: 380px) {
  .offcanvas-active.navbar-expand-lg .navbar-collapse {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 992px) and (min-width: 576px) {
  .offcanvas-active.navbar-expand-lg .navbar-collapse {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .offcanvas-active.navbar-expand-lg .navbar-collapse.show {
    left: 0%;
  }
  .offcanvas-active.navbar-expand-lg
    .navbar-collapse.show
    ~ .btn-close-off-canvas
    .icon-burger {
    display: block;
  }
  .offcanvas-active.navbar-expand-lg .navbar-collapse.collapsing {
    transition: height 0s;
    height: 100%;
  }
  .offcanvas-active.navbar-expand-lg .navbar-collapse::-webkit-scrollbar {
    width: 8px;
  }
  .offcanvas-active.navbar-expand-lg .navbar-collapse::-webkit-scrollbar-track {
    background: #fff;
  }
  .offcanvas-active.navbar-expand-lg .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: #22b0fc;
    outline: 1px solid slategrey;
  }
  .offcanvas-active.navbar-expand-lg .btn-close-off-canvas .icon-burger {
    display: block;
  }
  .offcanvas-active.navbar-expand-lg .main-menu > li {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid var(--border-color-3);
  }
  .offcanvas-active.navbar-expand-lg .main-menu > li > .nav-link {
    padding-bottom: 13px;
    padding-top: 13px;
  }
  .offcanvas-active.navbar-expand-lg .main-menu > li .gr-menu-dropdown {
    border: 0;
    border-radius: 0;
    min-width: auto;
    padding: 0;
  }
  .offcanvas-active.navbar-expand-lg .main-menu > li .gr-menu-dropdown > li {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid var(--border-color-3);
    padding-left: 20px;
  }
  .offcanvas-active.navbar-expand-lg .main-menu > li .gr-menu-dropdown > li a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .offcanvas-active.navbar-expand-lg .main-menu > li:last-child {
    border-bottom-color: transparent;
  }
  .offcanvas-active.navbar-expand-lg .main-menu li i {
    margin-left: 8px;
    position: relative;
    top: 3px;
  }
  .offcanvas-active.navbar-expand-lg .main-menu li:hover > a {
    color: #000;
  }
  .offcanvas-active.navbar-expand-lg .main-menu a {
    display: flex;
  }
}

.navbar-toggler {
  color: var(--color-texts) !important;
  border-color: var(--color-texts) !important;
}

.hamburger-icon {
  border-radius: 5px;
  border-width: 2px;
  padding: 3px 10px;
}

.hamburger-icon .hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 2px 0px 0px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: #000;
  background-color: transparent;
}

.hamburger-icon .hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 15px;
}

.hamburger-icon .hamburger .hamburger-box .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms !important;
  position: absolute;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: var(--color-texts);
  top: 50%;
  display: block;
  margin-top: -2px;
  width: 20px;
  height: 3px;
}

.hamburger-icon .hamburger .hamburger-box .hamburger-inner:before {
  top: -6px;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger-icon .hamburger .hamburger-box .hamburger-inner:after {
  bottom: -6px;
  transition: bottom 75ms ease 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-icon .hamburger .hamburger-box .hamburger-inner:after,
.hamburger-icon .hamburger .hamburger-box .hamburger-inner:before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 4px;
  background-color: var(--color-texts);
}

.hamburger-icon[aria-expanded="true"]
  .hamburger
  .hamburger-box
  .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger-icon[aria-expanded="true"]
  .hamburger
  .hamburger-box
  .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s !important;
  opacity: 0;
}

.hamburger-icon[aria-expanded="true"]
  .hamburger
  .hamburger-box
  .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger-icon:focus {
  outline: none;
  box-shadow: none;
}

.offcanvas-btn-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  border: none;
  background: transparent;
  font-weight: 700;
}

.offcanvas-btn-close i {
  color: var(--color-texts) !important;
}

.gr-cross-icon {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms !important;
  position: absolute;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: var(--color-texts);
  top: 50%;
  display: block;
  margin-top: -2px;
  height: 0;
  width: 0;
  left: 50%;
  transform: translateX(-6.5px) rotate(45deg);
}

.gr-cross-icon:before {
  top: 0;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.gr-cross-icon:after {
  bottom: -3px;
  transition: bottom 75ms ease 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform: rotate(-90deg);
}

.gr-cross-icon:after,
.gr-cross-icon:before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 4px;
  background-color: var(--color-texts);
}

/* ---------------------------
  01.Component -> { Button } 
------------------------------*/
.btn {
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  height: 65px;
  min-width: 193px;
  line-height: 28px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn.btn-sm {
  min-width: 125px;
  height: 45px;
}

.btn.btn-sm-2 {
  min-width: 131px;
  height: 60px;
  font-size: 16px;
}

.btn.btn-medium {
  min-width: 158px;
  height: 45px;
  font-size: 13px;
}

.btn.btn-lg {
  min-width: 172px;
  height: 50px;
  border-radius: 5px;
}

.btn.btn-xl {
  min-width: 180px;
  height: 60px;
  border-radius: 5px;
}

.btn.header-btn {
  min-width: 191px;
  height: 55px;
}

.btn.btn-2 {
  min-width: 217px;
  height: 55px;
}

.btn.btn-3 {
  min-width: 200px;
  height: 55px;
}

.btn.header-btn-2 {
  width: 170px;
  height: 45px !important;
  font-size: 13px;
  padding: 0;
}

.btn.with-icon i {
  margin-left: -5px;
  margin-right: 3px;
  font-size: 16px;
  margin-top: 2px;
}

.btn-reset {
  background: transparent;
  border: 0;
}

.btn-link {
  color: #8c97ac;
  font-size: 16px;
  font-weight: 500;
}

.btn-link-with-underline {
  text-decoration: underline;
}

[data-theme="dark"] .btn-outline-dark-cloud.darkmode-btn,
.dark-mode-texts .btn-outline-dark-cloud.darkmode-btn {
  border: 1px solid #fff;
  color: #fff;
}

[data-theme="dark"] .btn-outline-dark-cloud.darkmode-btn:hover,
.dark-mode-texts .btn-outline-dark-cloud.darkmode-btn:hover {
  background-color: #fff;
  color: #1d293f;
}

/* ---------------------------
  01.Component -> { Form } 
------------------------------*/
.check-input-control {
  margin-bottom: 20px;
}

.check-input-control input:checked ~ .checkbox {
  background: #0f53fa !important;
  border-color: #0f53fa;
}

.check-input-control input:checked ~ .checkbox::after {
  border-color: #0f53fa;
  background-color: #0f53fa;
  content: "\eab2";
  font-family: "Grayic";
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 15px;
  font-weight: 700;
}

.check-input-control .checkbox {
  position: relative;
  line-height: 1;
  min-width: 19px;
  max-width: 19px;
  min-height: 19px;
  max-height: 19px;
  border-radius: 3px;
  border: 1px solid #e2e4e8;
  display: inline-block;
  cursor: pointer;
}

.check-input-control .checkbox:after {
  content: "";
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #e2e4e8;
  background-color: #ffffff;
}

.focus-reset:focus {
  box-shadow: none;
  outline: none;
}

@media (min-width: 992px) {
  .search-form-one .filter-search-form-2 {
    height: 107px;
  }
}

@media (min-width: 992px) {
  .search-form-one .form-control {
    margin-left: 13px;
  }
}

.search-form-one .form-icon {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .search-form-one .form-icon {
    left: 6%;
  }
}

.search-form-one .border-top-dotted {
  border-top: 2px dotted #e2e4e8;
}

@media (min-width: 480px) {
  .search-form-one .border-top-dotted {
    border-top: none;
  }
}

@media (min-width: 992px) {
  .search-form-one .hero-search-select {
    padding-left: 20px;
    margin-right: 15px;
  }
}

.search-form-one .hero-search-select .current {
  font-size: 16px;
  font-weight: 400;
  padding-left: 50px;
  margin-left: -20px;
  margin-top: 4px;
}

@media (min-width: 480px) {
  .search-form-one .hero-search-select .current {
    border-left: 3px dotted #e2e4e8;
  }
}

.search-form-one .hero-search-select .form-icon {
  left: 20px;
}

@media (min-width: 992px) {
  .search-form-one .hero-search-select .form-icon {
    left: 10px;
  }
}

.search-form-one .hero-search-select .list {
  width: 100%;
  border-radius: 5px;
  margin-top: 12px;
}

.search-form-one .hero-search-select .list li {
  padding: 5px 25px;
  transition-duration: 0.4s;
}

.search-form-one .hero-search-select .list li:hover {
  background-color: #22b0fc;
  color: #fff;
}

.search-form-one .hero-search-select::after {
  margin-right: 20px;
  width: 10px;
  height: 10px;
  border-color: #1d293f;
}

.search-form-one .btn-hero-btn {
  border-radius: 5px;
}

@media (min-width: 992px) {
  .search-form-one .btn-hero-btn {
    min-width: 288px;
    height: 107px;
  }
}

.subscribe-inline-form {
  position: relative;
}

.subscribe-inline-form .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-radius: 0;
}

@media (min-width: 480px) {
  .subscribe-inline-form .form-group {
    min-height: 107px;
  }
}

.subscribe-inline-form .form-group label {
  margin-bottom: 0 !important;
  margin-left: 17px;
}

.subscribe-inline-form .form-group label i {
  margin-left: 20px;
  margin-top: 6px;
  font-size: 21px;
}

.subscribe-inline-form .form-control {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
  border: none;
  color: #8c97ac;
}

@media (min-width: 480px) {
  .subscribe-inline-form .form-control {
    padding-right: 105px;
    min-height: 107px;
  }
}

.subscribe-inline-form .form-group {
  min-height: 65px;
}

.subscribe-inline-form button {
  background: #22b0fc;
  font-weight: 500;
  padding-left: 18px;
  padding-right: 18px;
  width: 100%;
}

@media (min-width: 480px) {
  .subscribe-inline-form button {
    margin-top: 0;
    min-height: 107px;
    min-width: 160px;
    position: absolute;
    top: 0px;
    right: 0;
    width: inherit;
  }
}

.subscribe-inline-form-2 {
  position: relative;
}

.subscribe-inline-form-2 .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-radius: 0;
}

@media (min-width: 480px) {
  .subscribe-inline-form-2 .form-group {
    min-height: 73px;
  }
}

.subscribe-inline-form-2 .form-group label {
  margin-bottom: 0 !important;
}

.subscribe-inline-form-2 .form-group label i {
  margin-left: 20px;
  margin-top: 6px;
  font-size: 21px;
  font-weight: 700;
  color: #8c97ac;
}

.subscribe-inline-form-2 .form-control {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  border: none;
  min-height: 63px;
  color: #8c97ac;
}

@media (min-width: 480px) {
  .subscribe-inline-form-2 .form-control {
    padding-right: 105px;
    min-height: 73px;
  }
}

.subscribe-inline-form-2 button {
  font-weight: 500;
  padding-left: 18px;
  padding-right: 18px;
  width: 100%;
  min-height: 63px !important;
}

@media (min-width: 480px) {
  .subscribe-inline-form-2 button {
    min-width: 160px;
    position: absolute;
    top: 4px;
    right: 4px;
    width: inherit;
    border-radius: 5px;
  }
}

.newsletter-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
}

.newsletter-3 .form-group {
  background: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  border-radius: 5px;
}

.newsletter-3 .form-group label {
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 3px;
}

.newsletter-3 .form-group label i {
  font-weight: 700;
  color: #8c97ac;
}

.newsletter-3 .form-group input {
  border: none;
  padding-left: 18px;
  color: #8c97ac;
}

.newsletter-3 button {
  min-width: 107px !important;
  height: 55px !important;
  margin-left: 5px;
}

@media (min-width: 992px) {
  .top-contact-info .border-md-right {
    border-right: 1px solid #eceff4;
  }
}

.contact textarea {
  min-height: 222px;
}

.text-placeholder-bali-gray::-moz-placeholder {
  color: #8c97ac;
}

.text-placeholder-bali-gray:-ms-input-placeholder {
  color: #8c97ac;
}

.text-placeholder-bali-gray::placeholder {
  color: #8c97ac;
}

/* ---------------------------
  01.Component -> { pricings } 
------------------------------*/
[data-pricing-dynamic][data-value-active="yearly"] .dynamic-value:before {
  display: inline-block;
  content: attr(data-yearly);
}

[data-pricing-dynamic][data-value-active="yearly"] [data-pricing-trigger] {
  background: #22b0fc;
}

[data-pricing-dynamic][data-value-active="yearly"] [data-pricing-trigger] span {
  left: calc(100% - 33px);
}

[data-pricing-dynamic][data-value-active="monthly"] .dynamic-value:before {
  display: inline-block;
  content: attr(data-monthly);
}

.dynamic-value:before {
  display: inline-block;
  content: attr(data-active);
}

.static-value:before {
  display: inline-block;
  content: attr(data-active);
}

.btn-toggle {
  width: 72px;
  height: 33px;
  border-radius: 17px;
  background-color: #eae9f2 !important;
  position: relative;
  margin: 0 15px;
  border: 3px solid #ffd166;
}

.btn-toggle span {
  width: 21px;
  height: 21px;
  background-color: #fff;
  position: absolute;
  left: 5px;
  top: 6px;
  transition: 0.4s;
  border-radius: 500px;
  pointer-events: none;
}

.btn-toggle[data-value-active="yearly"] {
  background-color: #ffd166 !important;
}

.btn-toggle[data-value-active="yearly"] span {
  left: calc(100% - 25px) !important;
}

.btn-toggle-square {
  height: 55px;
  display: inline-flex;
  align-items: center;
  position: relative;
  align-items: center;
  z-index: 1;
  padding-top: 1.5px;
  padding-bottom: 2px;
  padding-left: 2px !important;
  padding-right: 2px !important;
}

@media (min-width: 768px) {
  .btn-toggle-square {
    padding-top: 2.2px;
  }
}

.btn-toggle-square span {
  min-width: 100px;
  min-height: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #fff;
}

.btn-toggle-square span:first-child {
  border-radius: 10px 0 0 10px;
}

.btn-toggle-square span:nth-child(2) {
  border-radius: 0px 10px 10px 0;
}

.btn-toggle-square span.active {
  color: #000;
  background: transparent;
}

@media (min-width: 576px) {
  .btn-toggle-square span {
    min-width: 160px;
  }
}

/* ---------------------------
  01.Component -> { slider } 
------------------------------*/
.slick-slide {
  cursor: -webkit-grab;
  cursor: grab;
}

/* ========== Homepage 1 ========== */
.l1-category-slider .slick-arrow {
  border: 1px solid #22b0fc;
  color: #22b0fc;
  background: transparent;
  border-radius: 50%;
  min-width: 53px;
  max-width: 53px;
  min-height: 53px;
  max-height: 53px;
  margin: 0 5px;
  font-size: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-duration: 500ms;
}

@media (min-width: 768px) {
  .l1-category-slider .slick-arrow {
    top: -130px;
    right: 210px;
    transform: translateX(0);
  }
}

@media (min-width: 992px) {
  .l1-category-slider .slick-arrow {
    top: -180px;
  }
}

.l1-category-slider .slick-arrow:focus {
  box-shadow: none;
  outline: none;
}

.l1-category-slider .slick-arrow:hover {
  background: #22b0fc;
  color: #fff;
  display: inline-flex;
  box-shadow: 0 32px 84px rgba(14, 86, 124, 0.17);
}

.l1-category-slider .slick-arrow .slick-next {
  right: 55%;
}

@media (min-width: 768px) {
  .l1-category-slider .slick-arrow .slick-next {
    right: 280px;
  }
}

/* ========== Homepage 2 ========== */
@media (min-width: 992px) {
  .testimonial-one {
    width: 140%;
  }
}

.testimonial-one .slick-dots {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  justify-content: center;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .testimonial-one .slick-dots {
    margin-top: 60px;
    justify-content: left;
  }
}

.testimonial-one .slick-dots li {
  background-color: #e2e4e8;
  width: 33px;
  height: 4px;
  border-radius: 5px;
  margin: 5px;
  transition: 0.4s;
}

.testimonial-one .slick-dots li:focus {
  outline: none;
  box-shadow: none;
}

.testimonial-one .slick-dots li.slick-active {
  background-color: #258aff;
}

.testimonial-one .slick-dots li button {
  background-color: transparent;
  border: none;
  color: transparent;
}

.testimonial-one .slick-dots li button:focus {
  outline: none;
  box-shadow: none;
}

.testimonial-one-button button {
  background-color: transparent;
  border: none;
  font-size: 24px;
  transition: 0.4s;
  color: #e2e4e8;
}

.testimonial-one-button button:focus {
  outline: none;
  box-shadow: none;
}

.testimonial-one-button button:hover {
  color: #258aff;
}

/* ========== Homepage 3 ========== */
.l3-feature-slider .single-feature {
  opacity: 0.3;
  transition: 0.4s;
}

@media (min-width: 768px) {
  .l3-feature-slider .single-feature {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .l3-feature-slider .single-feature {
    opacity: 0.3;
  }
}

.l3-feature-slider .single-feature.slick-active {
  opacity: 1;
}

/* ========== Homepage 4 ========== */
@media (min-width: 1200px) {
  .l4-tab-slider .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: 0 auto;
  }
}

.l4-tab-slider .single-tab {
  transition-duration: 0.4s;
  border-bottom: 2px solid transparent;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 75px;
  padding: 0;
  opacity: 0.3;
  transition-duration: 0.4s;
  cursor: pointer;
}

.l4-tab-slider .single-tab:hover {
  border-bottom: 2px solid #22b0fc;
}

.l4-tab-slider .single-tab img {
  margin: 0 auto;
  max-width: 129px;
}

.l4-tab-slider .single-tab.slick-current {
  opacity: 1 !important;
}

/* ========== Homepage 5 ========== */
.l5-slider-dots .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto;
}

.l5-slider-dots .single-img {
  padding: 0;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: 0.4s;
}

.l5-slider-dots .single-img:focus {
  outline: none;
  box-shadow: none;
}

.l5-slider-dots .single-img img {
  margin: 0 auto;
  padding: 0;
}

.l5-slider-dots .single-img.slick-current {
  filter: grayscale(0);
  opacity: 1;
}

/* ========== Homepage 6 ========== */
.screenshot-slider-wrapper {
  position: relative;
  margin-top: 20px;
}

.screenshots-dots .slick-dots {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.screenshots-dots .slick-dots li {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 4.5px;
}

.screenshots-dots .slick-dots li button {
  border: none;
  list-style: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #f7f9fc;
  color: transparent;
  opacity: 0.2;
}

.screenshots-dots .slick-dots li button:focus {
  outline: none;
  box-shadow: none;
}

.screenshots-dots .slick-dots li.slick-active {
  background-color: #e82c2c !important;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.screenshot-image {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 0 auto; */
  overflow: hidden;
  min-height: 720px !important;
  max-height: 720px !important;
}

@media (min-width: 690px) {
  .screenshot-image {
    width: 283px;
    min-height: 720px !important;
    max-height: 720px !important;
    margin-bottom: 18.5px;
  }
}

@media (min-width: 690px) {
  .screenshot-image img {
    width: 100%;
    border-radius: 20px;
  }
}

.phone-bg-img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  display: none;
}

@media (min-width: 690px) {
  .phone-bg-img {
    display: block;
    transform: translate(-50%, -50%);
  }
}

.screenshot-slider .slick-list {
  margin: 0 -23.5px;
}

.screenshot-slider .slick-slide {
  opacity: 0.5;
  transition: 0.4s;
}

.screenshot-slider .slick-center {
  opacity: 1;
  border-radius: 40px;
  max-height: 720px !important;
  transform: scale(1.1);
  min-height: 690px;
}

.screenshot-slider .slick-center img {
  border-radius: 40px;
}

.l6-testimonial .slick-dots {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
}

.l6-testimonial .slick-dots li {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 4.5px;
}

.l6-testimonial .slick-dots li button {
  border: none;
  list-style: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #1d293f;
  color: transparent;
  opacity: 0.2;
}

[data-theme="dark"] .l6-testimonial .slick-dots li button,
.dark-mode-texts .l6-testimonial .slick-dots li button {
  background-color: #f7f9fc;
}

.l6-testimonial .slick-dots li button:focus {
  outline: none;
  box-shadow: none;
}

.l6-testimonial .slick-dots li.slick-active {
  background-color: #6a26da;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

[data-theme="dark"] .l6-testimonial .slick-dots li.slick-active,
.dark-mode-texts .l6-testimonial .slick-dots li.slick-active {
  background-color: #6a26da;
  opacity: 1;
}

/* ---------------------------
  03.Theme Utility -> { Image Group } 
------------------------------*/
/* ========== Homepage 1 ========== */
.l1-content-image-group-1 {
  position: relative;
  margin-right: 74px;
}

.l1-content-image-group-1 .abs-img-1 {
  position: absolute;
  left: 0px !important;
  top: -33px;
  z-index: -1;
  width: 33%;
}

@media (min-width: 480px) {
  .l1-content-image-group-1 .abs-img-1 {
    left: -25px !important;
  }
}

@media (min-width: 992px) {
  .l1-content-image-group-1 .abs-img-1 {
    left: -30px !important;
  }
}

@media (min-width: 1200px) {
  .l1-content-image-group-1 .abs-img-1 {
    left: -50px !important;
  }
}

.l1-content-image-group-1 .l1-content-card-1 {
  position: absolute;
  width: 363px;
  bottom: 30%;
  right: 0;
  z-index: 1;
  transform: scale(0.6) !important;
  margin-right: -100px;
}

@media (min-width: 480px) {
  .l1-content-image-group-1 .l1-content-card-1 {
    transform: scale(0.7) !important;
  }
}

@media (min-width: 768px) {
  .l1-content-image-group-1 .l1-content-card-1 {
    margin-right: -74px;
    transform: scale(0.8) !important;
  }
}

@media (min-width: 1200px) {
  .l1-content-image-group-1 .l1-content-card-1 {
    transform: scale(1) !important;
  }
}

.l1-content-image-group-1 .l1-content-card-1 .abs-card-icon {
  position: absolute;
  right: -5%;
  top: -10%;
}

.l1-content-image-group-1 .abs-content {
  z-index: 2;
}

.l1-content-image-group-1 .abs-content .border-bottom-dotted {
  border-bottom: 3px dotted #e2e4e8;
}

.l1-content-image-group-1 .abs-content:after {
  content: "";
  position: absolute;
  background-image: url(/image/home-1/png/rectangle.png);
  left: 0;
  bottom: -35px;
  width: 100%;
  height: 45px;
  border-left: 363px solid #fff;
  border-top: 0 solid transparent;
  border-bottom: 30px solid transparent;
  z-index: 0;
}

.footer-yellow-shape-img {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-70%, 50%) scale(0.5);
}

@media (min-width: 1600px) {
  .footer-yellow-shape-img {
    transform: translate(-70%, 50%) scale(1);
  }
}

/* ========== Homepage 2 ========== */
.l2-hero-image-group {
  position: relative;
  height: 320px;
  transform: translateX(30%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}

@media (min-width: 480px) {
  .l2-hero-image-group {
    transform: translateX(-20%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .l2-hero-image-group {
    transform: translateX(50%);
    height: 480px;
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1366px) {
  .l2-hero-image-group {
    margin-left: 150px;
  }
}

.l2-hero-image-group .img-1 {
  z-index: -1;
  transform: scale(0.6) translateX(50%);
}

@media (min-width: 576px) {
  .l2-hero-image-group .img-1 {
    transform: scale(0.6) translateX(30%);
  }
}

@media (min-width: 992px) {
  .l2-hero-image-group .img-1 {
    transform: scale(1) translateX(15%);
    position: relative;
    top: 15%;
  }
}

@media (min-width: 1200px) {
  .l2-hero-image-group .img-1 {
    transform: scale(1) translateX(15%);
    top: 5%;
  }
}

.l2-hero-image-group .img-2 {
  position: absolute;
  z-index: 1;
  bottom: -25px;
  right: 85px;
  transform: scale(0.5);
}

@media (min-width: 768px) {
  .l2-hero-image-group .img-2 {
    transform: scale(0.6);
    bottom: -5%;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .l2-hero-image-group .img-2 {
    transform: scale(0.7);
    bottom: 25%;
  }
}

@media (min-width: 1200px) {
  .l2-hero-image-group .img-2 {
    transform: scale(1);
    bottom: 12%;
  }
}

.l2-hero-image-group .img-3 {
  position: absolute;
  transform: scale(0.6);
  right: 30px;
  top: 0;
}

@media (min-width: 320px) {
  .l2-hero-image-group .img-3 {
    right: 25%;
  }
}

@media (min-width: 992px) {
  .l2-hero-image-group .img-3 {
    transform: scale(0.7);
    right: auto !important;
    left: -50%;
  }
}

@media (min-width: 1200px) {
  .l2-hero-image-group .img-3 {
    transform: scale(1);
    left: -70%;
  }
}

.l2-hero-image-group .img-4 {
  position: absolute;
  transform: scale(0.6);
  top: 5%;
  right: -35%;
  z-index: 1;
}

@media (min-width: 480px) {
  .l2-hero-image-group .img-4 {
    right: -150px;
  }
}

@media (min-width: 992px) {
  .l2-hero-image-group .img-4 {
    transform: scale(0.7);
    right: -200px;
  }
}

@media (min-width: 1200px) {
  .l2-hero-image-group .img-4 {
    transform: scale(1);
    top: 15%;
    right: -250px;
  }
}

.l2-hero-image-group .img-group-content {
  transform: scale(0.6) translate(-100%, -50%);
  left: 50%;
  top: 45%;
  position: absolute;
  width: 220px;
}

@media (min-width: 992px) {
  .l2-hero-image-group .img-group-content {
    transform: scale(0.8);
    left: 20% !important;
    top: 30% !important;
  }
}

@media (min-width: 1200px) {
  .l2-hero-image-group .img-group-content {
    transform: scale(1);
    left: 5% !important;
    top: 40% !important;
  }
}

.img-group-content {
  top: 250px;
  z-index: 2;
}

@media (min-width: 1200px) {
  .img-group-content {
    top: 170px;
    transform: scale(1);
    left: 160px !important;
  }
}

.img-group-content .seciton-body {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 15px;
}

.img-group-content a {
  text-align: center;
  display: inline-block;
  height: 31px;
  font-size: 13px;
  line-height: 31px;
}

@media (min-width: 992px) {
  .image-group-3 .arrow-shape-1 {
    left: 13%;
    top: 12%;
    transform: scale(0.7);
  }
}

@media (min-width: 1367px) {
  .image-group-3 .arrow-shape-1 {
    left: 25% !important;
  }
}

@media (min-width: 1200px) {
  .image-group-3 .arrow-shape-1 {
    left: 20% !important;
    top: 10%;
    transform: scale(1);
  }
}

@media (min-width: 1600px) {
  .image-group-3 .arrow-shape-1 {
    left: 19% !important;
    top: 10%;
  }
}

@media (min-width: 992px) {
  .image-group-3 .arrow-shape-2 {
    right: 30%;
    top: 26%;
    transform: scale(0.7);
  }
}

@media (min-width: 1200px) {
  .image-group-3 .arrow-shape-2 {
    right: 26%;
    transform: scale(1);
    top: 25%;
  }
}

@media (min-width: 1600px) {
  .image-group-3 .arrow-shape-2 {
    top: 25%;
    right: 27%;
  }
}

.l2-content-image-group-1 {
  position: relative;
  z-index: 1;
  text-align: left;
}

@media (min-width: 1200px) {
  .l2-content-image-group-1 {
    text-align: center;
  }
}

.l2-content-image-group-1 .img-2 {
  position: absolute;
  top: 7%;
  right: -120px;
  transform: scale(0.5);
}

@media (min-width: 768px) {
  .l2-content-image-group-1 .img-2 {
    top: 22%;
    right: -70px;
    transform: scale(1);
  }
}

@media (min-width: 992px) {
  .l2-content-image-group-1 .img-2 {
    right: -15% !important;
  }
}

@media (min-width: 1200px) {
  .l2-content-image-group-1 .img-2 {
    right: -7% !important;
  }
}

.l2-content-image-group-1 .img-3 {
  position: absolute;
  z-index: -1;
  top: -8%;
  left: -15px;
}

@media (min-width: 1199px) {
  .l2-content-image-group-1 .img-3 {
    left: 20px;
  }
}

@media (min-width: 1366px) {
  .l2-content-image-group-1 .img-3 {
    left: 25px !important;
  }
}

.l2-content-image-group-1 .img-group-content {
  position: absolute;
  top: 10%;
  left: -20%;
  transform: scale(0.6);
}

@media (min-width: 768px) {
  .l2-content-image-group-1 .img-group-content {
    top: 30%;
    left: -65px;
    transform: scale(1);
  }
}

@media (min-width: 992px) {
  .l2-content-image-group-1 .img-group-content {
    left: -15% !important;
    top: 35%;
  }
}

@media (min-width: 1200px) {
  .l2-content-image-group-1 .img-group-content {
    left: -5% !important;
  }
}

.l2-content-image-group-2 .img-1 {
  position: relative;
}

.l2-content-image-group-2 .img-2 {
  position: absolute;
  top: 0;
  width: 33%;
}

@media (min-width: 480px) {
  .l2-content-image-group-2 .img-2 {
    top: -7%;
    left: -10%;
  }
}

@media (min-width: 1366px) {
  .l2-content-image-group-2 .img-2 {
    top: -7%;
    left: -7px;
  }
}

.l2-content-image-group-2 .img-3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 57%;
}

@media (min-width: 992px) {
  .l2-content-image-group-2 .img-3 {
    top: 0;
    right: 0;
  }
}

.content-image-group-3 .img-1 {
  position: relative;
}

.content-image-group-3 .img-2 {
  position: absolute;
  bottom: -30px;
  left: -5px;
  width: 37%;
  z-index: -1;
}

@media (min-width: 480px) {
  .content-image-group-3 .img-2 {
    bottom: -7%;
    left: -35px;
  }
}

@media (min-width: 1366px) {
  .content-image-group-3 .img-2 {
    bottom: -7%;
    left: -23px;
  }
}

.content-image-group-3 .img-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
}

@media (min-width: 992px) {
  .content-image-group-3 .img-3 {
    top: 0;
    right: 0;
  }
}

/* ========== Homepage 3 ========== */
.l3-hero-image-group {
  height: 100%;
}

.l3-hero-image-group .img-1 {
  z-index: 1;
  text-align: center;
  position: relative;
}

.l3-hero-image-group .img-1 img {
  width: 100%;
}

.l3-hero-image-group .img-2 {
  left: -13%;
  bottom: 0;
  z-index: -1;
  position: absolute;
  width: 28%;
}

@media (min-width: 992px) {
  .l3-hero-image-group .img-2 {
    left: -113px;
  }
}

.l3-hero-image-group .img-3 {
  z-index: -1;
  top: -20%;
  right: -10%;
  position: absolute;
  width: 30%;
}

@media (min-width: 992px) {
  .l3-content-image-group-4 {
    right: -50%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1080px) {
  .l3-content-image-group-4 {
    right: -45%;
  }
}

@media (min-width: 1200px) {
  .l3-content-image-group-4 {
    right: -25% !important;
  }
}

@media (min-width: 1600px) {
  .l3-content-image-group-4 {
    right: -12% !important;
  }
}

.l3-content-image-group-4 .img-1 {
  position: relative;
}

.l3-content-image-group-4 .img-2 {
  position: absolute;
  left: -15%;
  top: 13%;
  width: 45%;
}

@media (min-width: 992px) {
  .l3-content-image-group-4 .img-2 {
    top: 5%;
  }
}

@media (min-width: 1366px) {
  .l3-content-image-group-4 .img-2 {
    top: 10%;
  }
}

.l3-content-image-group-4 .img-3 {
  position: absolute;
  left: -14%;
  z-index: -1;
  top: -10%;
  width: 75%;
}

@media (min-width: 992px) {
  .l3-content-image-group-4 .img-3 {
    left: -20%;
    top: -13%;
  }
}

.l3-content-image-5 {
  z-index: 1;
}

.l3-content-image-5 .img-1 {
  position: relative;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .l3-content-image-5 .img-1 {
    left: 45%;
  }
}

.l3-content-image-5 .img-2 {
  top: 80%;
  position: absolute;
  width: 80%;
  right: -50px;
  transform: translateY(-80%);
}

.l3-content-image-5 .img-3 {
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 90%;
  position: absolute;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .l3-content-image-5 .img-3 {
    left: 50%;
  }
}

@media (min-width: 992px) {
  .l3-content-image-5 .img-3 {
    left: 45%;
  }
}

.pricing-bottom-shape {
  z-index: 1;
  position: absolute;
  right: -5%;
  bottom: -40%;
  transform: translateY(-40%) scale(0.7);
}

@media (min-width: 992px) {
  .pricing-bottom-shape {
    right: -3%;
  }
}

@media (min-width: 1200px) {
  .pricing-bottom-shape {
    right: 0;
    transform: translateY(-40%) scale(1);
  }
}

/* ========== Homepage 4 ========== */
@media (min-width: 992px) {
  .l4-hero-image-group {
    position: absolute;
    transform: translateX(-55%);
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  .l4-hero-image-group {
    transform: translateX(-43%);
  }
}

.l4-hero-image-group .hero-images {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.l4-hero-image-group .hero-images .img-2 {
  position: relative;
  right: 23%;
  bottom: 0;
}

.l4-content-img-2 {
  position: relative;
}

.l4-content-img-2 .image-card {
  position: absolute;
  bottom: 12%;
  left: -60px;
  transform: scale(0.7);
}

@media (min-width: 768px) {
  .l4-content-img-2 .image-card {
    transform: scale(1);
  }
}

@media (min-width: 1200px) {
  .l4-content-img-2 .image-card {
    left: -100px;
  }
}

.l4-content-img-group {
  position: relative;
}

.l4-content-img-group .img-1 {
  position: absolute;
  left: -5%;
  top: -35%;
  z-index: 1;
  width: 54%;
}

.l4-content-img-group .img-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 43%;
}

.l4-content-img-group .img-3 {
  position: relative;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 45%;
  transform: translate(-50%, 40%);
}

/* ========== Homepage 5 ========== */
.l5-content-2 {
  position: relative;
}

.l5-content-2 .image-card {
  position: absolute;
  bottom: 30%;
  left: -60px;
  transform: scale(0.7) !important;
}

@media (min-width: 768px) {
  .l5-content-2 .image-card {
    left: -80px;
    transform: scale(1) !important;
  }
}

@media (min-width: 992px) {
  .l5-content-gallery-img {
    position: absolute;
    left: -5%;
    top: 0;
  }
}

@media (min-width: 1200px) {
  .l5-content-gallery-img {
    position: relative;
  }
}

/* ========== Homepage 6 ========== */
.l6-hero-image-group {
  position: relative;
}

@media (min-width: 992px) {
  .l6-hero-image-group {
    position: absolute !important;
    bottom: 0;
    left: -20%;
    width: 50%;
    transform: scale(1.7);
  }
}

@media (min-width: 1200px) {
  .l6-hero-image-group {
    transform: scale(1);
    left: 0;
    width: 45%;
  }
}

@media (min-width: 1600px) {
  .l6-hero-image-group {
    left: -80px;
    bottom: -150px;
    width: 45%;
  }
  .l6-hero-image-group img {
    width: auto !important;
  }
}

@media (min-width: 1730px) {
  .l6-hero-image-group {
    left: -4%;
    width: 40%;
  }
}

.l6-hero-image-group .img-1 {
  position: absolute;
  top: -6%;
  left: 35%;
  z-index: -1;
}

@media (min-width: 992px) {
  .l6-hero-image-group .img-1 {
    top: -10%;
    left: 35%;
    transform: scale(0.8);
  }
}

@media (min-width: 1200px) {
  .l6-hero-image-group .img-1 {
    left: 40%;
    top: -10%;
    transform: scale(1);
  }
}

@media (min-width: 1600px) {
  .l6-hero-image-group .img-1 {
    left: 45%;
    top: -6%;
  }
}

@media (min-width: 992px) {
  .l6-content-image-group {
    position: absolute;
    left: 0;
    top: -235px;
  }
}

.l6-content-image-group .img-1 {
  position: absolute;
  left: -5px;
  top: -40px;
  z-index: -1;
  width: 47%;
}

@media (min-width: 992px) {
  .l6-content-image-group .img-1 {
    left: -10%;
  }
}

.l6-content-image-group .img-1 .img-2 {
  width: 60%;
}

.l6-content-image-group-2 {
  z-index: 1;
}

@media (min-width: 992px) {
  .l6-content-image-group-2 {
    position: absolute;
    left: 15%;
    top: -235px;
  }
}

.l6-content-image-group-2 .img-1 {
  position: absolute;
  left: -20%;
  top: 50%;
  width: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.l6-content-image-group-2 .img-2 {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .l6-content-image-group-2 .img-2 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .l6-content-image-group-3 {
    position: absolute;
    left: 0;
    top: -235px;
  }
}

.l6-content-image-group-3 .img-1 {
  position: absolute;
  right: -15%;
  bottom: 12%;
  z-index: 3;
  width: 80%;
}

/* ========== About content ========== */
.about-content-image-group-1 .img-1 {
  position: relative;
}

.about-content-image-group-1 .img-2 {
  position: absolute;
  top: 22px;
  left: -35px;
}

@media (min-width: 768px) {
  .about-content-image-group-1 .img-2 {
    top: 22px;
    left: -30px;
  }
}

@media (min-width: 1366px) {
  .about-content-image-group-1 .img-2 {
    left: -8%;
  }
}

.about-content-image-group-1 .content-left-shape {
  top: -52px;
  left: -33%;
  transform: scale(0.5);
}

@media (min-width: 992px) {
  .about-content-image-group-1 .content-left-shape {
    top: 0;
    left: 0;
    transform: scale(1);
  }
}

.masonary-gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.masonary-gallery-wrapper .big-image {
  overflow: hidden;
  border-radius: 10px;
  margin-right: 7.5px;
  margin-left: 7.5px;
  min-width: calc(100% - 15px);
  min-height: 272px;
  max-height: 272px;
}

@media (min-width: 768px) {
  .masonary-gallery-wrapper .big-image {
    min-width: calc(40% - 15px);
  }
}

@media (min-width: 992px) {
  .masonary-gallery-wrapper .big-image {
    min-height: 472px;
    max-height: 472px;
  }
}

.masonary-gallery-wrapper .big-image .single-image {
  width: 100%;
  height: 100%;
  margin: 0 0;
}

.masonary-gallery-wrapper .small-images {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  margin-top: 7.5px;
}

@media (min-width: 768px) {
  .masonary-gallery-wrapper .small-images {
    margin-top: -7.5px;
    min-width: 60%;
  }
}

.masonary-gallery-wrapper .small-images .single-image {
  max-height: 128px;
  min-height: 128px;
}

@media (min-width: 768px) {
  .masonary-gallery-wrapper .small-images .single-image {
    max-height: 128px;
    min-height: 128px;
  }
}

@media (min-width: 992px) {
  .masonary-gallery-wrapper .small-images .single-image {
    max-height: 228px;
    min-height: 228px;
  }
}

.masonary-gallery-wrapper .small-images .single-image:first-child {
  min-width: calc(50% - 15px);
}

@media (min-width: 576px) {
  .masonary-gallery-wrapper .small-images .single-image:first-child {
    min-width: calc(35% - 15px);
  }
}

.masonary-gallery-wrapper .small-images .single-image:nth-child(2) {
  min-width: calc(50% - 15px);
}

@media (min-width: 576px) {
  .masonary-gallery-wrapper .small-images .single-image:nth-child(2) {
    min-width: calc(25% - 15px);
  }
}

.masonary-gallery-wrapper .small-images .single-image:nth-child(3) {
  min-width: calc(50% - 15px);
}

@media (min-width: 576px) {
  .masonary-gallery-wrapper .small-images .single-image:nth-child(3) {
    min-width: calc(40% - 15px);
  }
}

.masonary-gallery-wrapper .small-images .single-image:nth-child(4) {
  min-width: calc(50% - 15px);
}

@media (min-width: 576px) {
  .masonary-gallery-wrapper .small-images .single-image:nth-child(4) {
    min-width: calc(35% - 15px);
  }
}

.masonary-gallery-wrapper .small-images .single-image:nth-child(5) {
  min-width: calc(100% - 15px);
}

@media (min-width: 576px) {
  .masonary-gallery-wrapper .small-images .single-image:nth-child(5) {
    min-width: calc(65% - 15px);
  }
}

.masonary-gallery-wrapper .single-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 7.5px;
  border-radius: 10px;
  overflow: hidden;
}

.masonary-gallery-wrapper .single-image span {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s;
  position: relative;
  will-change: transform;
}

.masonary-gallery-wrapper .single-image span:before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
  will-change: opacity;
}

.masonary-gallery-wrapper .single-image img {
  width: 100%;
}

.masonary-gallery-wrapper .single-image:hover span {
  transform: scale(1.2);
}

.masonary-gallery-wrapper .single-image:hover span:before {
  opacity: 1;
}

/* ---------------------------
  03.Theme Utility -> { Background } 
------------------------------*/
.bg-images {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img-1 {
  background-image: url(/image/home-1/jpg/hero-bg-1.jpg);
}

.bg-img-2 {
  background-image: url(/image/home-2/jpg/promo-bg-img.jpg);
}

.bg-gradient-1 {
  background-image: linear-gradient(142deg, #fad961 0%, #f76b1c 100%);
}

.bg-gradient-2 {
  position: relative;
}

.bg-gradient-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(18, 27, 33, 0.76) 100%
  );
  width: 50%;
  height: 100%;
}

.opacity-5 {
  opacity: 0.5;
}

.bg-white-op8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-blue-3-op5 {
  background-color: rgba(15, 83, 250, 0.5) !important;
}

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

/* ---------------------------
  03.Theme Utility -> { Hovers } 
------------------------------*/
.gr-hover-1 {
  transition: 0.4s;
}

.gr-hover-1:hover {
  box-shadow: 0 32px 84px rgba(14, 86, 124, 0.17);
}

.gr-hover-2 {
  transition: 0.4s;
}

.gr-hover-2:hover {
  box-shadow: 0 32px 44px rgba(29, 41, 63, 0.07);
}

.gr-hover-3 {
  transition: 0.4s;
}

.gr-hover-3:hover {
  box-shadow: 0 30px 55px rgba(0, 0, 0, 0.15);
}

.gr-hover-bg-blue-3 {
  transition: 0.4s;
}

.gr-hover-bg-blue-3:hover {
  background-color: #0f53fa;
  border-color: #0f53fa;
  color: #fff;
}

.gr-hover-bg-dodger-blue-1 {
  transition: 0.4s;
}

.gr-hover-bg-dodger-blue-1:hover {
  background-color: #22b0fc;
  border-color: #22b0fc;
  color: #fff !important;
}

.gr-hover-text-dodger-blue-1 {
  transition: 0.4s;
}

.gr-hover-text-dodger-blue-1:hover {
  color: #22b0fc !important;
}

.gr-hover-text-primary {
  transition: 0.4s;
}

.gr-hover-text-primary:hover {
  color: #2b337a !important;
}

.gr-hover-text-blue-3 {
  transition: 0.4s;
}

.gr-hover-text-blue-3:hover {
  color: #0f53fa !important;
}

/* ---------------------------
  03.Theme Utility -> { Sizes } 
------------------------------*/
/* ========== Width ========== */
.min-w-63 {
  min-width: 63px;
}

.min-w-76 {
  min-width: 76px;
}

.min-w-144 {
  min-width: 144px;
}

.max-w-193 {
  max-width: 193px;
}

.min-w-210 {
  min-width: 210px;
}

.min-w-255 {
  min-width: 255px;
}

.min-w-266 {
  min-width: 266px;
}

.max-w-322 {
  max-width: 322px;
}

.max-w-413 {
  max-width: 413px;
}

.max-w-536 {
  max-width: 536px;
}

.max-w-540 {
  max-width: 540px;
}

/* ========== Height ========== */
.min-h-222 {
  min-height: 222px;
}

.h-50 {
  height: 50px !important;
}

.h-55 {
  height: 55px !important;
}

.h-60 {
  height: 60px !important;
}

.max-h-64 {
  max-height: 64px;
}

.min-h-107 {
  min-height: 107px;
}

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

@media (min-width: 992px) {
  .min-height-lg-100vh {
    min-height: 100vh;
  }
}

.border-radius-50 {
  border-radius: 50%;
}

.w-70 {
  max-width: 70%;
}

.w-30 {
  max-width: 30%;
}

/* --------------------------------
  03.Theme Utility -> { Typograpy } 
-----------------------------------*/
.letter-spacing-normal {
  letter-spacing: normal;
}

.letter-spacing-reset {
  letter-spacing: 1px;
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

.letter-spacing-n83 {
  letter-spacing: -0.83px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-34 {
  line-height: 34px;
}

.line-height-84 {
  line-height: 1.05;
}

.line-height-normal {
  line-height: normal;
}

/* ---------------------------------
-------> THEME CUSTOM STYLES 
---------------------------------
*/
/* Border Color */
.border-golden-yellow {
  border-color: #ffd166 !important;
}

.border-custom-white {
  border-color: rgba(236, 239, 244, 0.3) !important;
}

/*
.footer-social-link {
    li {
        position: relative;

        &:after {
            content: ".";
            position: absolute;
            left: -50%;
            top: -10px;
            font-size: 25px;
            transform: translateX(50%);
        }

        &:first-child {

            &:after {
                display: none;
            }
        }

    }

}
*/
@media (min-width: 576px) {
  .timeline-area .single-widgets {
    width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .timeline-area .single-widgets {
    width: 420px;
    flex: inherit;
  }
}

@media (min-width: 992px) {
  .timeline-area .single-widgets:nth-child(3) {
    margin-top: 75px;
  }
}

@media (min-width: 992px) {
  .timeline-area .single-widgets:nth-child(4) {
    margin-top: 145px;
  }
}

.hover-pointer:hover {
  cursor: pointer;
}

div#loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999999;
  background-color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

div#loading img {
  z-index: 9999;
  width: 100px;
}

/* custom styles */
.primary-btn {
  background-color: var(--bg-1);
  color: #fff;
  border: 1px solid var(--bg-1);
  padding: 8px 18px 8px 18px;
}
.primary-btn:hover,
.primary-btn:active,
.primary-btn:focus {
  background-color: #151c58 !important;
  color: #fff !important;
  border: 1px solid #151c58 !important;
  box-shadow: none !important;
}
.secondary-btn {
  background-color: #fff;
  color: var(--bg-1);
  border: 2px solid var(--bg-1) !important;
  padding: 8px 18px 8px 18px;
}
.secondary-btn:hover,
.secondary-btn:active {
  color: var(--bg-1) !important;
  background: #e8eeff !important;
  border: 2px solid var(--bg-1) !important;
}

.sport-orgs-text::before {
  content: "Sports Organizations";
}
.user-badge {
  background-color: #e2fcf7 !important;
  color: #095a4a !important;
  padding: 8px 16px !important;
  border-radius: 99px;
}
.org-badge {
  background-color: #fef4e4 !important;
  color: #603b03 !important;
  padding: 8px 16px !important;
  border-radius: 99px;
}
.sign-in-btn a {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff !important;
  width: 116px;
  height: 44px;
  border: 2px;
  gap: 8px;
}
.sign-in-btn a:hover {
  color: #fff !important;
  border: 2px solid #fff !important;
  background-color: #5a629b !important;
}
.get-started-btn button {
  background-color: var(--red-bg);
  color: #fff;
  border: 2px solid #fff !important;
  width: 116px;
  height: 44px;
  border: 2px;
  gap: 8px;
}
.get-started-btn button:hover {
  border: 2px solid #fff !important;
  background-color: #b11515 !important;
}

.download-btn {
  background-color: #fff;
}
.download-btn-group {
  display: flex;
  gap: 32px;
  font-family: "Aldrich", sans-serif;
}
.download-btn-title {
  font-family: "Aldrich", sans-serif;
}

.get-started-btn button,
.download-btn a {
  margin-left: 24px;
  width: 155px;
  height: 44px;
  border: 1px;
  gap: 8px;
  padding: 0 !important;
}

.single-testimoial p {
  font-size: 16px;
}
@media (max-width: 992px) {
  .sign-in-btn,
  .get-started-btn {
    width: 48%;
  }
  .sign-in-btn a,
  .get-started-btn button {
    width: 100%;
  }
  .sport-orgs-text::before {
    content: "Sport Org's";
  }
  .l6-content-image-group-2 .img-2 {
    margin-left: -20% !important;
  }
}

@media (max-width: 480px) {
  .brand-logo img {
    height: 32px;
    width: 125px;
  }
  .offcanvas-active.navbar-expand-lg .navbar-collapse {
    top: 60px !important;
  }
  .sign-in-btn,
  .get-started-btn {
    width: 45%;
  }
  .image-section {
    width: 65% !important;
  }
}
@media (max-width: 300px) {
  .copyright p {
    font-size: 0.6rem !important;
  }
}
.navbar {
  padding: 0;
  justify-content: space-between;
}
.navbar-collapse {
  position: relative;
  height: 88px;
  min-width: 85%;
  justify-content: flex-end !important;
  background-image: url("../image/header_image.png");
  background-repeat: no-repeat;
}

.active {
  border-bottom: 2px solid #e82c2c;
}
/* .active:hover {
  background-color: #e8eeff !important;
  color: #2b337a !important;
  border-radius: 99px;
} */
.footer-header {
  color: #666666 !important;
  font-weight: 500;
}
.footer-list-item a {
  color: #0f0f0f !important;
  font-weight: 500;
}

.social-media-icons a {
  padding-left: 20px;
  color: #9095bb;
}
.social-media-icons a:hover {
  color: #2b337a;
}
.social-media-icons a svg {
  fill: #9095bb;
  width: 14px;
  margin-top: -5px;
}
.social-media-icons a:hover svg {
  fill: #2b337a !important;
}

@media (max-width: 684px) {
  .phone-bg-img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 11;
    display: block;
    transform: translate(-50%, -50%);
  }
  .phone-bg-img img {
    height: 765px;
  }
  .screenshot-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 302px;
    height: 80%;
    border-radius: 20px;
    overflow: hidden;
  }
  .screenshot-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (min-width: 684px) {
  .phone-bg-img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 11;
    display: block;
    transform: translate(-50%, -50%);
  }
  .phone-bg-img img {
    height: 640px;
  }
  .screenshot-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 256px;
    height: 78%;
    border-radius: 20px;
    overflow: hidden;
  }
  .screenshot-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.modal-backdrop {
  z-index: 10;
}
.modal-button {
  background: #2b337a;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  height: 45px !important;
  width: 100%;
  margin-top: 16px;
}
.modal-img {
  width: 90%;
  height: 90%;
  max-width: 300px;
  height: 300px;
}
@media (max-width: 768px) {
  .modal-1 {
    border-right: 0px !important;
    padding-bottom: 15px;
  }
  .modal-2 {
    border-top: 1px solid #dee2e6 !important;
  }
  .modal-body p {
    height: fit-content;
    font-size: 14px !important;
  }
  .modal-img {
    width: 100% !important;
    max-width: none;
  }
  .modal-button {
    margin-top: 10px;
  }
}
@media (max-width: 554px) {
  .modal-img {
    height: 170px !important;
  }
  .modal-title {
    text-align: start !important;
  }
  .modal-dialog {
    padding: 0 10px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .modal-dialog {
    max-width: 80%;
  }
  .modal-body p {
    height: 150px;
  }
}

.hero-text {
  position: absolute;
  top: 15vw;
  left: 50%;
  max-width: 500px;
  z-index: 1;
}

.hero-button {
  margin-top: 20px;
}

.slideshow {
  position: relative;
}

.hero-image-1 {
  content: url("../image/1-soccer-desktop.png");
}
.hero-image-2 {
  content: url("https://dev.assets.sportsgravy.com/image/public/desktop/2-basketball.png");
}
.hero-image-3 {
  content: url("https://dev.assets.sportsgravy.com/image/public/desktop/3-swimming.png");
}
.hero-image-4 {
  content: url("https://dev.assets.sportsgravy.com/image/public/desktop/4-baseball.png");
}
.hero-image-5 {
  content: url("https://dev.assets.sportsgravy.com/image/public/desktop/5-tennis.png");
}
.hero-image-6 {
  content: url("https://dev.assets.sportsgravy.com/image/public/desktop/6-football.png");
}
.hero-image-7 {
  content: url("https://dev.assets.sportsgravy.com/image/public/desktop/7-track&field.png");
}
.hero-image-8 {
  content: url("https://dev.assets.sportsgravy.com/image/public/desktop/8-volleyball.png");
}
.hero-image-9 {
  content: url("https://dev.assets.sportsgravy.com/image/public/desktop/9-wrestling.png");
}
.hero-image-10 {
  content: url("https://dev.assets.sportsgravy.com/image/public/desktop/10-icehockey.png");
}
.hero-image-11 {
  content: url("https://dev.assets.sportsgravy.com/image/public/desktop/11-golf.png");
}
.hero-image-12 {
  content: url("https://dev.assets.sportsgravy.com/image/public/desktop/12-softball.png");
}
.hero-image-13 {
  content: url("https://dev.assets.sportsgravy.com/image/public/desktop/13-lacrosse.png");
}

@media (max-width: 992px) {
  .hero-text h1 {
    font-size: 64px;
  }
  .hero-text p {
    font-size: 30px;
  }
  .hero-text {
    top: calc(100vw);
    left: 80px;
    position: absolute;
    max-width: 700px;
  }
  .hero-image-1 {
    content: url("../image/1-soccer-tablet.png");
  }
  .hero-image-2 {
    content: url("https://dev.assets.sportsgravy.com/image/public/tablet/2-basketball.png");
  }
  .hero-image-3 {
    content: url("https://dev.assets.sportsgravy.com/image/public/tablet/3-swimming.png");
  }
  .hero-image-4 {
    content: url("https://dev.assets.sportsgravy.com/image/public/tablet/4-baseball.png");
  }
  .hero-image-5 {
    content: url("https://dev.assets.sportsgravy.com/image/public/tablet/5-tennis.png");
  }
  .hero-image-6 {
    content: url("https://dev.assets.sportsgravy.com/image/public/tablet/6-football.png");
  }
  .hero-image-7 {
    content: url("https://dev.assets.sportsgravy.com/image/public/tablet/7-track&field.png");
  }
  .hero-image-8 {
    content: url("https://dev.assets.sportsgravy.com/image/public/tablet/8-volleyball.png");
  }
  .hero-image-9 {
    content: url("https://dev.assets.sportsgravy.com/image/public/tablet/9-wrestling.png");
  }
  .hero-image-10 {
    content: url("https://dev.assets.sportsgravy.com/image/public/tablet/10-icehockey.png");
  }
  .hero-image-11 {
    content: url("https://dev.assets.sportsgravy.com/image/public/tablet/11-golf.png");
  }
  .hero-image-12 {
    content: url("https://dev.assets.sportsgravy.com/image/public/tablet/12-softball.png");
  }
  .hero-image-13 {
    content: url("https://dev.assets.sportsgravy.com/image/public/tablet/13-lacrosse.png");
  }
}
@media (max-width: 800px) {
  .hero-text h1 {
    font-size: 2.5rem;
  }
  .hero-text p {
    font-size: 1.5rem;
  }
  .hero-text {
    top: calc(100vw);
    left: 80px;
    position: absolute;
    max-width: 600px;
    margin-right: 75px;
  }
}
@media (max-width: 575px) {
  .hero-text h1 {
    font-size: 35px;
  }
  .hero-text p {
    font-size: 20px;
  }
  .hero-text {
    top: calc(100vw);
    left: 80px;
    position: absolute;
    max-width: 600px;
    margin-right: 50px;
  }
}
@media (max-width: 500px) {
  .hero-text {
    top: calc(120vw);
    left: 24px;
    max-width: 400px;
  }
  .hero-image-1 {
    content: url("../image/1-soccer-mobile.png");
  }
  .hero-image-2 {
    content: url("https://dev.assets.sportsgravy.com/image/public/mobile/2-basketball.png");
  }
  .hero-image-3 {
    content: url("https://dev.assets.sportsgravy.com/image/public/mobile/3-swimming.png");
  }
  .hero-image-4 {
    content: url("https://dev.assets.sportsgravy.com/image/public/mobile/4-baseball.png");
  }
  .hero-image-5 {
    content: url("https://dev.assets.sportsgravy.com/image/public/mobile/5-tennis.png");
  }
  .hero-image-6 {
    content: url("https://dev.assets.sportsgravy.com/image/public/mobile/6-football.png");
  }
  .hero-image-7 {
    content: url("https://dev.assets.sportsgravy.com/image/public/mobile/7-track&field.png");
  }
  .hero-image-8 {
    content: url("https://dev.assets.sportsgravy.com/image/public/mobile/8-volleyball.png");
  }
  .hero-image-9 {
    content: url("https://dev.assets.sportsgravy.com/image/public/mobile/9-wrestling.png");
  }
  .hero-image-10 {
    content: url("https://dev.assets.sportsgravy.com/image/public/mobile/10-icehockey.png");
  }
  .hero-image-11 {
    content: url("https://dev.assets.sportsgravy.com/image/public/mobile/11-golf.png");
  }
  .hero-image-12 {
    content: url("https://dev.assets.sportsgravy.com/image/public/mobile/12-softball.png");
  }
  .hero-image-13 {
    content: url("https://dev.assets.sportsgravy.com/image/public/mobile/13-lacrosse.png");
  }
}
@media (max-width: 410px) {
  .hero-text {
    top: 125vw;
    left: 24px;
  }
  .download-btn-title {
    font-size: 16px !important;
  }
  .download-btn a {
    width: 145px !important;
  }
  .download-btn-group > div:nth-child(2) {
    padding-left: 0px !important;
  }
}
@media (max-width: 365px) {
  .hero-text {
    top: 100vw;
    left: 24px;
  }
  .hero-text p {
    font-size: 18px;
  }
  .hero-text h1 {
    font-size: 30px;
  }
  .download-btn-group {
    flex-direction: column;
  }
  .download-btn-group > div:nth-child(2) {
    padding-left: 0px !important;
    padding-top: 15px !important;
  }
}

.pricing-btn a {
  background-color: #2b337a;
  border: none;
}
.pricing-btn a:hover {
  background-color: #2b337a;
  border: none;
}
.price-card p {
  font-weight: 500;
  font-size: 21px;
}
.most-popular-badge {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffdf6d;
  color: #2b337a;
  border-radius: 5px;
  z-index: 5;
  width: 155px;
  height: 40px;
  border-radius: 99px;
  padding: 12px 16px 8px 16px;
}
.most-popular-badge span {
  font-weight: 700;
  color: #603b03;
  font-size: 16px;
  margin-left: 4px;
}
.most-popular-badge img {
  margin-top: -4px;
}
@media (max-width: 767px) {
  .price-card:nth-child(2) p {
    margin-top: 40px;
  }
  .most-popular-badge {
    top: 3%;
  }
}

.toggle {
  position: relative;
  display: block;
  width: 50px;
  height: 30px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
  margin-bottom: 55px;
}

.toggle:before {
  content: "";
  text-align: right;
  position: relative;
  top: 3px;
  left: -3px;
  width: 62px;
  height: 29px;
  font-size: 10px;
  display: block;
  background: #1abc9c;
  border-radius: 30px;
  transition: background 0.2s ease;
  padding: 2px 8px;
}

.toggle span {
  position: absolute;
  top: 5px;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 8px #000;
  transition: all 0.2s ease;
}

.toggle span:before {
  position: absolute;
  display: block;
  margin: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  transform: scale(1);
  opacity: 1;
  pointer-events: none;
  color: #fff;
}

#cbx:checked + .toggle:before {
  background: lighten(#fff, 15%);
}

#cbx:checked + .toggle span {
  background: #fff;
  transform: translateX(31px);
  box-shadow: 0 3px 8px #000;
}

#cbx:checked + .toggle span:before {
  transform: scale(1);
  opacity: 1;
  background: #fff;
  color: #000;
}

.monthly-label,
.yearly-label {
  color: #b3b3b3;
  margin-top: 5px;
  margin-right: 15px;
  margin-left: 20px;
}

#cbx:checked ~ .monthly-label {
  color: #000;
}

#cbx:checked ~ .yearly-label {
  color: #000;
}
.yearly-savings {
  color: #1abc9c;
  font-size: 16px;
  font-weight: 700;
  margin-top: -12px;
}
.price-label-active {
  color: #000;
}
.price-comparsion-table thead th {
  font-weight: 700;
  color: #0f0f0f;
  border: 1px solid #e5e5e5;
  width: 280px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.price-comparsion-table tbody th {
  font-weight: 300;
  color: #0f0f0f;
  border: 1px solid #e5e5e5;
  padding-top: 20px;
}
.price-comparsion-table thead th:nth-child(1),
.price-comparsion-table tbody th {
  background-color: #f3f4f7;
}
.tick-box {
  background-color: #e2fcf7;
  width: 26.67px;
  height: 26.67px;
  border-radius: 6px;
}
.cross-box {
  background-color: #f6f6f6;
  width: 26.67px;
  height: 26.67px;
  border-radius: 6px;
}
.price-comparsion-table tbody td {
  font-weight: 300;
  color: #0f0f0f;
  border: 1px solid #e5e5e5;
  padding-top: 20px;
}
.price-comparsion-table tbody th,
.price-comparsion-table tbody td {
  height: 64px;
}

@media (max-width: 767px) {
  .price-comparsion-table {
    overflow-x: auto;
    display: block;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .price-comparsion-table thead th {
    min-width: 130px;
  }
}
@media (max-width: 500px) {
  .join-today-btn {
    width: 90vw;
  }
}

.org-feature-image-group .img-1 {
  z-index: 0 !important;
  top: -7% !important;
}

.career-feature-image {
  height: 56px;
  width: 56px;
}

.career-feature-image img {
  padding: 14px;
}

@media (max-width: 476px) {
  .career-feature-image {
    margin-top: 18px !important;
    margin-right: 10px;
  }
}

.counter-number {
  font-weight: 400 !important;
  font-size: 3.6rem;
}

@media (max-width: 992px) {
  .counter-number {
    font-weight: 400 !important;
    font-size: 4rem;
  }
}

/* The actual timeline (the vertical ruler) */
.main-timeline {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #e8eeff;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -11px;
  background-color: #2b337a;
  border: 5px solid #e8eeff;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  padding: 0px 40px 20px 0px;
  left: 0;
}

/* Place the container to the right */
.right {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -14px;
}
.timeline-year {
  font-style: italic;
  font-weight: 900;
  line-height: 56px;
  letter-spacing: -0.8px;
  color: #d9d9d9;
}
.timeline-title {
  color: #1d293f;
}
.timeline-description {
  color: #000;
  font-size: 16px;
}

@media (max-width: 992px) {
  /* Place the timelime to the left */
  .main-timeline::after {
    left: 0px;
  }

  /* Full-width containers */
  .timeline {
    width: 100%;
    padding-left: 50px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: -14px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}

@media (max-width: 992px) {
  .main-timeline::after {
    left: 30px;
  }
  .left::after,
  .right::after {
    left: 16px;
  }
}
.extra-4th {
  display: block;
}
.extra-1st {
  display: none;
}
@media (max-width: 992px) and (min-width: 576px) {
  .extra-4th {
    display: none;
  }
  .extra-1st {
    display: block;
  }
}

@media (max-width: 576px) {
  .team-member-row {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .team-member-row::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .team-member-row div {
    flex: 0 0 50%;
    max-width: none;
    min-width: 210px;
    padding-left: 10px;
  }
  .extra-4th {
    display: block;
  }
  .extra-1st {
    display: none;
  }
}

.contact-us-form {
  background-color: #e8eeff;
}
.disabled {
  background-color: #939393;
  cursor: not-allowed;
  border: none !important;
}
.disabled:hover {
  border: none !important;
  background-color: #939393 !important;
  cursor: not-allowed !important;
}
.contact-us-form-label {
  color: #000 !important;
  font-weight: 500;
  font-size: 14px;
}
.contact-us-btn {
  width: 100%;
  padding: 14px 18px 14px 18px !important;
}
.connect-card {
  border: 2px solid #e5e5e5;
}
.connect-card-body {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.connect-card a {
  color: #007aff;
}
.faq-circle {
  background-color: #2b337a;
}
.faq-toggle-grp {
  width: 60%;
}

.faq-toggle-grp button {
  border: 1px solid #d7dde5 !important;
  border-radius: 6px;
  background-color: #fff;
  color: #000;
  height: 48px;
}
.faq-toggle-grp button:hover,
.faq-toggle-grp button:focus,
.faq-toggle-grp button:active {
  background-color: #e8eeff !important;
  color: #2b337a !important;
  border: 1px solid #d7dde5 !important;
  box-shadow: none !important;
}
.faq-toggle-grp .selected {
  background-color: #e8eeff;
  color: #2b337a;
}

@media (max-width: 767px) {
  .faq-toggle-grp {
    margin-left: -12%;
  }
}
@media (max-width: 572px) {
  .faq-toggle-grp {
    margin-left: 0%;
    width: 80%;
  }
  .faq-toggle-grp button {
    min-width: 0px;
    font-size: 14px;
  }
}
.help-search-bar {
  box-shadow: 4px 4px 8px 0px #00000014;
  border: 1px solid #e5e5e5;
  padding: 14px 16px 14px 16px;
  border-radius: 8;
  border: 1;
  border-left: none;
}
.help-search-bar::placeholder {
  color: #b3b3b3;
  font-weight: 400;
  font-size: 16px;
}
.input-group-text {
  box-shadow: 0px 4px 8px 0px #00000014;
  border-right: none;
  background-color: #fff !important;
  padding-right: 0px;
}
.help-categories li {
  padding: 24px;
  border-radius: 20px;
  height: 82px;
  border: 2px solid #e5e5e5;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0px;
  text-align: left;
  color: #1d293f;
  margin-bottom: 24px;
  cursor: pointer;
}
.help-categories li:hover {
  background-color: #e8eeff;
  border: 2px solid #2b337a;
}
.help-categories li.selected {
  background-color: #e8eeff;
  border: 2px solid #2b337a;
}
.read-full-article {
  color: #007aff;
  cursor: pointer;
}
.category-badge {
  background-color: #fef4e4;
  padding: 10px 16px 10px 16px;
  color: #603b03;
  border-radius: 99px;
  margin-left: 20px;
  font-weight: 700;
}
.category-select-mobile {
  height: 65px;
  padding: 14px 16px 14px 16px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.category-select-mobile ul.list {
  width: 100%;
}

.article-helpful-btn button {
  width: 80px;
  height: 44px;
  border-radius: 4px;
  padding: 8px 16px 8px 16px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.article-helpful-btn button:focus {
  border: none !important;
  outline: #e5e5e5;
}
.article-helpful-btn .selected {
  background-color: #2b337a;
  color: #fff;
}

.related-article-card-body {
  line-height: 24px;
  height: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.autocomplete {
  position: relative;
}

.autocomplete-items {
  position: absolute;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  border-radius: 6px;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 276px;
  overflow: auto;
}

.autocomplete-items div.autocomplete-item {
  padding: 16px;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  box-shadow: 0px 2px 4px 0px #0000001f;
  font-size: 14px;
}
.autocomplete-items div.autocomplete-loader {
  padding: 16px;
  background-color: #fff;
  min-height: 185px;
  color: #000;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.autocomplete-items .search-headline {
  max-width: 70%;
  text-align: left;
}
.autocomplete-items div.autocomplete-loader img {
  width: 64px;
}
.autocomplete-items div.autocomplete-loader span {
  color: #b3b3b3;
}

.autocomplete-items div .category-badge {
  padding: 7px 16px 5px 16px;
  height: 35px;
}

.autocomplete-items div.autocomplete-item:hover {
  background-color: #e9e9e9;
}

@media (max-width: 767px) {
  .autocomplete-items .search-headline {
    max-width: 35vw;
  }
}
@media (max-width: 676px) {
  .autocomplete-items .search-headline {
    max-width: 40vw;
    font-size: 12px;
  }
  .autocomplete-items div .category-badge {
    padding: 4px 12px 4px 12px;
    height: 26px;
    font-size: 12px;
  }
  .organization-pricing-headline,
  .personal-pricing-headline {
    font-size: 16px;
  }
}

@media (max-width: 410px) {
  .autocomplete-items .search-headline {
    max-width: 35vw;
    font-size: 10px;
  }
  .autocomplete-items div .category-badge {
    font-size: 10px;
  }
}
.loader {
  width: 25px;
  padding: 3px;
  margin: auto;
  aspect-ratio: 1;
  border-radius: 100%;
  background: #2b337a;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

.scroll-container {
  overflow-x: auto;
  display: flex;
  justify-content: center;
}

.scroll-container .row {
  display: flex;
  flex-wrap: nowrap;
}

.scroll-container .price-card {
  flex: 0 0 auto;
}

#price-cards-container div {
  min-width: 0px;
}

@media (max-width: 767px) and (min-width: 630px) {
  .request-demo-btn {
    width: 60vw !important;
  }
}

@media (max-width: 767px) {
  #price-cards-container div {
    min-width: 0px !important;
  }
  .request-demo-btn {
    width: 70vw;
  }
  .scroll-container .row {
    flex-wrap: wrap;
  }
  .scroll-container .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=maps/main.css.map */
