/* Google Fonts */
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";

/* Custom Variable CSS */
:root {
  --primary-color: #5463ff;
  --secondary-color: #7900ff;
  --gradient-color-1: linear-gradient(118.55deg, #7900ff 0%, #5c00c2 106.05%);
  --gradient-color-2: linear-gradient(253.5deg, #393e46 0%, #2e3238 100.01%);
  --white-color: #fff;
  --title-color: #2e3238;
  --paragraph-color: #393e46;
  --border-color: #dde0ff;
  --hints-color: #8192a8;
  --font-family: "Inter", sans-serif;
}

*,
*::after *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-family);
  background: var(--white-color);
  color: var(--paragraph-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.container {
  max-width: 1140px;
}

.container-fluid {
  padding: 0;
  padding: 0px 50px;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .container {
    padding: 0% 5%;
  }
  .container-fluid {
    padding: 0% 5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    padding: 0% 5%;
  }
  .container-fluid {
    padding: 0% 5%;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding: 0% 5%;
  }
  .container-fluid {
    padding: 0% 5%;
  }
}

html {
  font-family: var(--font-family);
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html,
body {
  height: 100%;
  margin: 0;
}

img {
  max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

.animated:focus-visible {
  outline: none;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button:focus-visible {
  outline: none;
}

input:focus-visible {
  outline: none;
}

textarea:focus-visible {
  outline: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.btn-close:focus {
  box-shadow: none;
}

button,
input,
select,
optgroup,
textarea {
  font-family: var(--font-family);
  color: var(--paragraph-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
}

.c-font,
.c-font a {
  font-family: var(--font-family);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  font-family: var(--font-family);
  color: var(--title-color);
  font-weight: 700;
  line-height: 145%;
}

h1 {
  font-size: 49px;
}

h2 {
  font-size: 39px;
}

h3 {
  font-size: 31px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p {
  color: var(--paragraph-color);
  margin: 0;
  line-height: 160%;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 35px;
    line-height: 140%;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 31px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 140%;
  }
  h2 {
    font-size: 28px;
    line-height: 135%;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 15px;
  }
  .theme-btn {
    font-size: 15px;
  }
  .theme-btn i {
    font-size: 20px !important;
    top: 5px !important;
  }
}

a,
button,
input,
textarea {
  font-weight: 400;
}

img,
a,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  transition: all 0.4s ease;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: var(--font-family);
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: var(--font-family);
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth !important;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ul li {
  list-style-type: disc;
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  display: inline-block;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #bbb #bbb #bbb;
  border-radius: 3px;
  background: var(--white-color);
  color: #bbb;
  line-height: 1;
}

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

a {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: inherit;
}

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

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

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

#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.widget {
  margin: 0 0 1.5em;
}

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

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

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

embed,
iframe,
object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
}

.pd-top-10 {
  padding-top: 10px;
}

.pd-top-20 {
  padding-top: 20px;
}

.pd-top-30 {
  padding-top: 30px;
}

.pd-top-40 {
  padding-top: 40px;
}

.pd-top-50 {
  padding-top: 50px;
}

.pd-top-55 {
  padding-top: 55px;
}

.pd-top-60 {
  padding-top: 60px;
}

.pd-top-70 {
  padding-top: 70px;
}

.pd-top-80 {
  padding-top: 80px;
}

.pd-top-90 {
  padding-top: 90px;
}

.pd-top-100 {
  padding-top: 100px;
}

.pd-btm-10 {
  padding-bottom: 10px;
}

.pd-btm-20 {
  padding-bottom: 20px;
}

.pd-btm-30 {
  padding-bottom: 30px;
}

.pd-btm-40 {
  padding-bottom: 40px;
}

.pd-btm-50 {
  padding-bottom: 50px;
}

.pd-btm-60 {
  padding-bottom: 60px;
}

.pd-btm-70 {
  padding-bottom: 70px;
}

.pd-btm-80 {
  padding-bottom: 80px;
}

.pd-btm-90 {
  padding-bottom: 90px;
}

.pd-btm-100 {
  padding-bottom: 100px;
}

.mg-top-10 {
  margin-top: 10px;
}

.mg-top-20 {
  margin-top: 20px;
}

.mg-top-30 {
  margin-top: 30px;
}

.mg-top-40 {
  margin-top: 40px;
}

.mg-top-50 {
  margin-top: 50px;
}

.mg-top-60 {
  margin-top: 60px;
}

.mg-top-70 {
  margin-top: 70px;
}

.mg-btm-10 {
  margin-bottom: 10px;
}

.mg-btm-20 {
  margin-bottom: 20px;
}

.mg-btm-30 {
  margin-bottom: 30px;
}

.mg-btm-35 {
  margin-bottom: 35px;
}

.mg-btm-40 {
  margin-bottom: 40px;
}

.mg-btm-50 {
  margin-bottom: 50px;
}

.bg-color {
  background: #f8f9ff;
}

.bg-color-2 {
  background: linear-gradient(180deg, rgba(245, 246, 255, 0) 0%, #f5f6ff 100%);
}

.section-padding {
  padding: 80px 0px;
}

.section-padding-2 {
  padding: 40px 0px 80px;
}

.theme-btn {
  background: var(--primary-color);
  color: #f8f9ff;
  padding: 8px 24px;
  border-radius: 30px;
  line-height: 33px;
  font-weight: 500;
  margin-right: 12px;
  transition: all 0.4s ease;
}

.theme-btn:hover {
  background: var(--gradient-color-1);
  color: #f8f9ff;
}

.theme-btn:last-child {
  margin: 0;
}

.theme-btn i {
  font-size: 22px;
  margin-left: 8px;
  position: relative;
  top: 6px;
  line-height: 0;
}

.scrollToTop {
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 33;
  bottom: -20px;
  position: fixed;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
}

.scrollToTop i {
  height: 60px;
  width: 60px;
  line-height: 55px;
  background: var(--primary-color);
  border-radius: 32px 32px 0px 0px;
  font-size: 25px;
  transition: all 0.6s ease;
  display: block;
  color: #f8f9ff;
}

.scrollToTop i:hover {
  background: var(--gradient-color-1);
  color: #f8f9ff;
}

.scrollToTop.show {
  opacity: 1;
  visibility: visible;
}

.section-bottom-btn {
  text-align: center;
  margin-top: 40px;
}

.section-bottom-btn .theme-btn {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background: #f8f9ff;
  padding: 3px 24px;
}

.section-bottom-btn .theme-btn:hover {
  background: var(--primary-color);
  border: 1px solid rgba(0, 0, 0, 0);
  color: #f8f9ff;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: var(--primary-color);
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.offcanvas-form {
  max-width: 970px;
  margin: 0 auto;
}

.offcanvas-form .form-control {
  height: 55px;
  border: 1px solid var(--primary-color);
  padding-left: 15px;
  padding-right: 105px;
  border-radius: 4px;
  font-size: 14px;
  color: var(--paragraph-color);
  width: 100%;
  text-transform: capitalize;
}

.offcanvas-form .form-control:focus {
  box-shadow: none;
}

.offcanvas-form .theme-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 20px 27px;
  font-size: 15px;
  border-radius: 4px;
  height: auto;
}

.offcanvas-form .theme-btn:hover {
  background: #0c4271;
  color: var(--white-color);
}

.offcanvas-form .btn.btn-warning {
  padding: 15px 20px;
  font-size: 15px;
}

.offcanvas-logo {
  width: 175px;
  position: relative;
  top: -47px;
}

.offcanvas-form .btn {
  position: absolute;
  top: 5px;
  right: 5px;
}

.offcanvas-toggler {
  text-align: center;
  display: inline-block;
  padding: 0px !important;
  z-index: 3;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  border: none;
  position: absolute;
  right: 5%;
  top: 36px;
  display: none;
}

.offcanvas-toggler:hover {
  background: rgba(0, 0, 0, 0);
}

.offcanvas-toggler:hover .line:nth-child(1) {
  transform: rotate(45deg);
  top: 7px;
}

.offcanvas-toggler:hover .line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.offcanvas-toggler:hover .line:nth-child(3) {
  transform: rotate(-46deg);
  bottom: 5px;
}

.offcanvas-toggler .line {
  position: relative;
  display: block;
  width: 25px;
  height: 2px;
  background: var(--primary-color);
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
}

.offcanvas-toggler .line + .line {
  margin-top: 4px;
}

.offcanvas-modal.modal.fade .modal-dialog {
  transform: translateX(-100%);
}

.offcanvas-modal.modal.show .modal-dialog {
  transform: translateX(0%);
}

.offcanvas-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  margin: 0;
}

.offcanvas-dialog .modal-content {
  height: 100%;
  border-radius: 0;
  border: 0;
}

.offcanvas-header {
  border: none;
  padding: 43px 20px !important;
  position: relative;
}

.offcanvas-header .btn-close {
  color: var(--primary-color);
  opacity: 1;
  width: 35px;
  height: 35px;
  line-height: 37px;
  border-radius: 100%;
  padding: 0;
  border: 1px solid var(--primary-color);
  font-size: 12px;
  background: rgba(0, 0, 0, 0);
  transition: all 0.4s ease;
  position: absolute;
  right: 10px;
  top: 42px;
}

.offcanvas-header .btn-close:hover {
  background: var(--primary-color);
  border: 1px solid rgba(0, 0, 0, 0);
  color: var(--white-color);
}

.offcanvas-menu {
  position: relative;
  z-index: 1;
  overflow-y: scroll;
}

.offcanvas-menu::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: var(--white-color);
}

.offcanvas-menu ul ul {
  display: none;
}

.offcanvas-menu > ul > li > ul li {
  border-bottom: 0px;
  margin: 10px 0px;
}

.offcanvas-menu > ul > li > ul li a {
  padding-left: 15px;
  font-weight: 400;
  font-size: 14px;
}

.offcanvas-menu li.active > ul {
  display: block;
}

.offcanvas-menu li {
  margin-bottom: 17px;
  border-bottom: 1px solid rgba(84, 99, 255, 0.168627451);
}

.offcanvas-menu li:last-child {
  margin: 0;
}

.offcanvas-menu li a {
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  color: var(--paragraph-color);
  padding: 0px;
  position: relative;
  padding-bottom: 12px;
}

.offcanvas-menu li a:hover {
  color: var(--primary-color);
}

.offcanvas-menu li a i {
  margin-left: 10px;
}

.offcanvas-menu .menu-arrow.active a {
  color: var(--primary-color);
}

.offcanvas-menu .sub-menu {
  padding: 0;
}

.offcanvas-menu li.menu-arrow a::after {
  position: absolute;
  font-family: uicons-regular-rounded !important;
  margin-left: 7px;
  font-size: 13px;
  font-family: "flaticon";
  font-weight: 600;
  content: "";
  transition: all 0.2s ease;
}

.offcanvas-menu li.menu-arrow .sub-menu li a::after {
  display: none;
}

.offcanvas-menu li.menu-arrow.active a::after {
  transform: rotate(90deg);
}

.offcanvas-social {
  margin-top: 40px;
}

.offcanvas-social li {
  display: inline-block;
  margin-right: 5px;
  line-height: 40px;
  padding: 0;
  border: none;
}

.offcanvas-social li a {
  display: inline-block;
  color: var(--white-color);
  background: var(--primary-color);
  font-size: 14px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0px;
  transition: none;
  border-radius: 100%;
  transition: all 0.4s ease;
}

.offcanvas-social li a i {
  margin: 0;
}

.offcanvas-social li a:hover {
  background: var(--gradient-color-1);
  color: var(--white-color);
}

.follow-title {
  margin-bottom: 20px;
  font-size: 25px;
}

.offcanvas-modal .modal-content {
  padding: 0px 15px;
}

.offcanvas-modal .offcanvas-form {
  margin: 20px 0px 30px;
}

.dropdown-wrapper h4 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.dropdown-wrapper li {
  margin: 0 !important;
}

.dropdown-wrapper a {
  padding-bottom: 5px !important;
}

.dropdown-wrapper a:hover h4 {
  color: var(--primary-color);
}

.modal-backdrop.fade.show {
  background: rgba(84, 99, 255, 0.7411764706);
}

.header-area {
  background: var(--white-color);
  box-shadow: 0px 2px 6px rgba(57, 62, 70, 0.08);
}

.header-area .header-logo img {
  width: 166px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.header-area .main-menu {
  display: flex;
  float: right;
  align-items: center;
}

.header-area .main-menu .navbar {
  padding: 0;
}

.header-area .main-menu .nav-menu li {
  display: inline-block;
  margin-right: 24px;
  position: relative;
}

.header-area .main-menu .nav-menu li a {
  color: var(--paragraph-color);
  font-weight: 400;
  padding: 27px 0px;
}

.header-area .main-menu .nav-menu li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 4px;
  background: var(--primary-color);
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.header-area .main-menu .nav-menu li a:hover {
  color: var(--primary-color);
}

.header-area .main-menu .nav-menu li a:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.header-area .main-menu .nav-menu li i {
  font-size: 18px;
  margin-left: 5px;
  position: relative;
  top: 4px;
}

.header-area .main-menu .nav-menu li:last-child {
  margin: 0;
}

.header-area .main-menu .nav-menu li.active a {
  color: var(--primary-color);
}

.header-area .main-menu .nav-menu li.active a::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.header-area .header-menu-right {
  margin-left: 32px;
}

.header-area.is-sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: var(--white-color);
  transition: all 0.4s;
  animation: fadeInDown 0.5s ease-in-out;
  box-shadow: 0px 0px 15px rgba(57, 62, 70, 0.1098039216);
}

.header-area .nav-menu li .sub-menu {
  position: absolute;
  top: 80px;
  width: 250px;
  background: var(--white-color);
  z-index: 5222;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateY(-20px);
  box-shadow: 0px 10px 15px rgba(34, 34, 34, 0.0901960784);
  border-radius: 4px;
  margin: 0;
  left: 0;
}

.header-area .nav-menu li .sub-menu li.active a {
  color: var(--primary-color) !important;
  padding: 10px 25px;
}

.header-area .navigation li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.header-area .navigation li .sub-menu li {
  display: block;
  margin: 0;
  text-align: left;
  border-bottom: 1.5px solid rgba(84, 99, 255, 0.0588235294);
}

.header-area .navigation li .sub-menu li:last-child {
  border: none;
}

.header-area .navigation li .sub-menu li a {
  color: #222;
  display: block;
  padding: 12px 25px;
  font-size: 15px;
  border-radius: 0;
}

.header-area .navigation li .sub-menu li a:hover {
  color: var(--primary-color);
  margin-left: 5px;
}

.header-area .navigation li a i {
  margin-left: 5px;
  font-weight: 600;
  font-size: 12px;
}

.header-area .navigation li:hover .sub-menu a::before {
  opacity: 0;
  visibility: hidden;
}

.header-area .navigation li:hover a {
  color: var(--primary-color);
}

.header-area .navigation li:hover a::before {
  opacity: 1;
  visibility: visible;
  width: 50%;
}

.header-area .navigation li .sub-menu li a::before {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .offcanvas-toggler {
    display: block;
  }
  .header-area .main-menu {
    display: none;
  }
  .header-area {
    padding: 25px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas-toggler {
    display: block;
  }
  .header-area .main-menu {
    display: none;
  }
  .header-area {
    padding: 25px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas-toggler {
    display: block;
  }
  .header-area .main-menu {
    display: none;
  }
  .header-area {
    padding: 25px 0px;
  }
}

.hero-area {
  position: relative;
}

.hero-section-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 784px;
  top: 0;
  left: 0;
}

.hero-section-bg img {
  width: 100%;
  height: 100%;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 112px;
}

.hero-content .hero-content-title {
  color: #f8f9ff;
  font-weight: 800;
  line-height: 125%;
  margin-bottom: 20px;
}

.hero-content .hero-content-para {
  color: #f8f9ff;
  margin: 0;
}

.hero-img {
  text-align: center;
  margin-top: 50px;
  position: relative;
}
.hero-img .video-popup-img.popup-video {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: var(--primary-color);
  border-radius: 100%;
  font-size: 36px;
  color: var(--white-color);
  text-align: center;
  z-index: 2;
}
.hero-img .video-popup-img.popup-video:hover {
  background: var(--secondary-color);
}
.hero-img .promo-video .waves-block .waves {
  position: absolute;
  width: 180px;
  height: 180px;
  opacity: 0;
  border-radius: 100%;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
  top: 40%;
  left: 50%;
  z-index: 1;
  border: none;
  background: var(--primary-color);
  margin-top: -90px;
  margin-left: -90px;
}
.hero-img .promo-video .waves-block .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.hero-img .promo-video .waves-block .wave-1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.hero-img .promo-video .waves-block .wave-1 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
/* video popup waves */
@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  .hero-img .video-popup-img.popup-video {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
  }
  .hero-img .promo-video .waves-block .waves {
    width: 140px;
    height: 140px;
    margin-top: -70px;
    margin-left: -70px;
  }
}
.hero-content-btn {
  margin-top: 24px;
}

.hero-content-btn .theme-btn {
  box-shadow: 0px 2px 3px rgba(57, 62, 70, 0.16);
}

.hero-content-btn .theme-btn i {
  font-size: 15px;
  position: relative;
  top: 2px;
  line-height: 0;
}

.hero-content-btn .hero-request-btn {
  margin-top: 20px;
}

.hero-content-btn .hero-request-btn .need-access-text {
  color: #f8f9ff;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  margin-right: 8px;
}

.hero-content-btn .hero-request-btn .request-demo-btn {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  color: #f8f9ff;
  position: relative;
  padding-bottom: 10px;
  line-height: 160%;
}

.hero-content-btn .hero-request-btn .request-demo-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #f8f9ff;
  bottom: 0;
}

.hero-content-btn .hero-request-btn .request-demo-btn i {
  font-size: 20px;
  position: relative;
  top: 4px;
}

.hero-content-btn .hero-request-btn .request-demo-btn:hover {
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px) {
  .hero-content {
    margin-top: 70px;
  }
  .hero-section-bg {
    height: 664px;
  }
}

.trusted-clinets-area {
  text-align: center;
}

.trusted-clinets-section-title {
  margin-bottom: 40px;
}

.trusted-clinets-wrapper img {
  filter: brightness(105%) grayscale(100%);
}

.trusted-clinets-wrapper:hover img {
  filter: none;
}

.sales-growth-area {
  position: relative;
  padding-top: 160px;
  padding-bottom: 102px;
}

.growth-img-shape {
  position: absolute;
  top: 40px;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.growth-img-shape img {
  width: 705px;
  height: 835px;
}

.growth-content-title {
  line-height: 125%;
  font-weight: 800;
  margin-bottom: 34px;
  position: relative;
}

.growth-content-title .sales-growth-color {
  position: relative;
  color: var(--primary-color);
}

.growth-content-title .sales-growth-color::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 70px;
  right: -51px;
  top: 8px;
  background-image: url("../img/sales-growth/growth-arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.growth-content-para {
  margin-bottom: 32px;
}

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

.growth-facilities-wrapper {
  position: relative;
  margin-bottom: 32px;
}

.growth-facilities-wrapper:last-child {
  margin: 0;
}

.growth-facilities-icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #f8f9ff;
  border-radius: 12px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.growth-facilities-icon img {
  max-width: 100%;
  max-height: 100%;
}

.growth-facilities-title {
  padding-left: 70px;
  font-weight: 500;
  line-height: 160%;
  color: var(--paragraph-color);
  margin: 0;
}

.growth-facilities-inner {
  margin-right: 30px;
}

.growth-facilities-inner:last-child {
  margin: 0;
}

.sales-growth-bottom-btn {
  margin-top: 34px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sales-growth-img {
    text-align: center;
    margin-bottom: 50px;
  }
  .growth-content-title .sales-growth-color::before {
    width: 95px;
    height: 58px;
    right: -34px;
    top: 7px;
    background-size: contain;
  }
  .growth-content-title {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .sales-growth-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sales-growth-content {
    margin-top: 40px;
    text-align: center;
  }
  .growth-content-title .sales-growth-color::before {
    width: 70px;
    height: 70px;
    right: -22px;
    top: 0px;
    background-size: contain;
  }
  .growth-content-facilities {
    display: block;
  }
  .growth-facilities-title {
    text-align: left;
  }
  .growth-facilities-wrapper:last-child {
    margin-bottom: 28px !important;
  }
  .growth-facilities-wrapper {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 28px;
  }
  .growth-facilities-inner {
    margin-right: 0;
  }
}

.features-area {
  position: relative;
}

.features-shape {
  position: absolute;
  right: 60px;
  top: -60px;
}

.features-shape img {
  max-width: 100%;
  max-height: 100%;
}

.features-section-title {
  margin-bottom: 24px;
}

.features-wrapper {
  background: linear-gradient(90deg, #f8f9ff 0%, rgba(248, 249, 255, 0) 100%);
  box-shadow: 24px 24px 48px rgba(57, 62, 70, 0.08);
  border-radius: 4px;
  padding: 24px 20px;
  margin-top: 40px;
  overflow: hidden;
}

.features-wrapper.features-different {
  height: 290px;
}

.features-icon {
  margin-bottom: 12px;
}

.features-icon img {
  max-width: 100%;
  max-height: 100%;
}

.features-content-title {
  margin-bottom: 8px;
  font-weight: 600;
}

.features-content-para {
  font-weight: 400;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.features-section-bottom-btn {
  text-align: center;
  margin-top: 56px;
}

.features-breadcrumbs-area {
  position: relative;
}

.features-bread-bg {
  position: absolute;
  width: 100%;
  height: 780px;
  z-index: -1;
}

.features-bread-bg img {
  width: 100%;
  height: 100%;
}

.features-breadcrumbs-inner {
  padding: 120px 0px 80px;
}

.features-bread-cont-title {
  margin-bottom: 24px;
}

.features-bread-cont-para {
  font-weight: 400;
  margin-bottom: 24px;
}

.features-bread-cont-para a {
  font-weight: 600;
  text-decoration: underline;
  color: var(--title-color);
}

.features-bread-img {
  position: relative;
  margin-top: 70px;
}

.features-bread-img .features-bread-img-2 {
  position: absolute;
  right: -60px;
  top: -82px;
  animation: action 1.5s infinite alternate;
  max-width: 100%;
  max-height: 100%;
}

.features-section-area .features-section-title {
  text-align: center;
  margin-bottom: 15px;
}

.features-section-img {
  margin-top: 40px;
}

.features-section-content {
  margin-top: 40px;
}

.features-section-cont-para {
  font-weight: 400;
  margin-bottom: 24px;
}

.features-section-cont-para a {
  font-weight: 600;
  color: var(--title-color);
  text-decoration: underline;
}

.features-section-cont-list {
  margin-top: 24px;
}

.features-section-cont-list li {
  position: relative;
  font-weight: 600;
  color: var(--paragraph-color);
  margin-bottom: 20px;
  padding-left: 16px;
}

.features-section-cont-list li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: var(--paragraph-color);
  border-radius: 100%;
  left: 0;
  top: 10px;
}

.features-section-cont-list li:last-child {
  margin: 0;
}

.features-section-cont-title {
  margin-bottom: 24px;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .features-bread-cont-title {
    font-size: 40px;
  }
  .features-breadcrumbs-area {
    overflow: hidden;
  }
  .features-bread-bg {
    height: 630px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-shape {
    right: 85px;
    top: -115px;
  }
  .features-shape img {
    max-width: 110px;
    max-height: 110px;
  }
  .features-section-title {
    text-align: center;
  }
  .features-bread-content {
    text-align: center;
  }
  .features-bread-bg img {
    display: none;
  }
  .features-breadcrumbs-inner {
    padding: 80px 0px;
  }
  .features-bread-img {
    margin-top: 120px;
  }
  .features-bread-img .features-bread-img-2 {
    right: 0;
  }
  .features-bread-bg {
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .features-shape img {
    display: none;
  }
  .features-bread-bg {
    display: none;
  }
  .features-bread-img .features-bread-img-2 {
    right: -10px;
    top: -26px;
    max-width: 150px;
    max-height: 150px;
  }
  .features-breadcrumbs-inner {
    padding: 80px 0px;
  }
  .features-bread-content {
    text-align: center;
  }
  .features-section-area.pd-btm-80 {
    padding-bottom: 30px;
  }
}

.testimonial-area {
  position: relative;
  padding-top: 195px;
  padding-bottom: 80px;
}

.testimonial-area::before {
  position: absolute;
  content: "";
  width: 180px;
  height: 125px;
  background-image: url("../img/testimonial/testimonial-section-shape.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 50px;
  top: 65px;
}

.testimonial-slider .owl-item {
  transition: all 0.3s ease-in-out;
}

.testimonial-slider .owl-item .testimonial-wrapper {
  position: relative;
}

.testimonial-slider .owl-item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.testimonial-slider .owl-item .testimonial-wrapper {
  opacity: 1;
  transform: scale3d(0.9, 0.9, 0.9);
  transition: all 0.3s ease-in-out;
}

.testimonial-slider .owl-item.active.center .testimonial-wrapper {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  background: #fff !important;
  box-shadow: 0px 32px 72px rgba(57, 62, 70, 0.08) !important;
  border-radius: 8px;
}

.testimonial-area .owl-controls {
  margin-top: 0;
}

.testimonial-area .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -48px;
  line-height: 0;
}

.testimonial-area .owl-dots .owl-dot {
  display: inline-block;
}

.testimonial-area .owl-dots .owl-dot span {
  background: #eaecff;
  width: 40px;
  height: 4px;
  transition: all 0.3s ease;
  margin: 0;
  border-radius: 0;
  margin-right: 8px;
}

.testimonial-area .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
  width: 40px;
  height: 4px;
  opacity: 1;
}

.testimonial-area .owl-dots .owl-dot.active span {
  background: var(--primary-color);
  width: 40px;
  height: 4px;
  opacity: 1;
}

.testimonial-wrapper {
  background: #f8f9ff;
  border-radius: 8px;
  margin-top: 50px;
  margin: 50px 0px 100px 0px;
}

.testimonial-wrapper {
  display: flex;
  align-items: center;
}

.testimonial-img img {
  width: 295px !important;
  border-radius: 8px 0px 0px 8px !important;
}

.testimonial-content {
  width: 70%;
  margin-left: 30px;
}

.testimonial-content i {
  color: var(--primary-color);
  font-size: 48px;
  margin-bottom: 12px;
  display: block;
}

.testimonial-slider .owl-item {
  width: 730px !important;
}

.testimonial-content-para {
  margin-bottom: 12px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.testimonial-info-title {
  font-size: 20px;
  margin-bottom: 2px;
}

.testimonial-info-label {
  font-size: 13px;
}

.testimonial-section-title {
  text-align: center;
  position: relative;
  font-size: 39px;
  margin-bottom: 30px;
}

.testimonial-section-title::before {
  position: absolute;
  content: "";
  font-family: uicons-regular-rounded !important;
  font-size: 160px;
  color: #f5f6ff;
  z-index: -1;
  left: -59px;
  top: -12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section-title {
    font-size: 35px;
  }
  .testimonial-area::before {
    width: 150px;
    height: 110px;
  }
  .testimonial-section-title::before {
    font-size: 100px;
    left: 40px;
    top: -12px;
  }
  .testimonial-wrapper {
    background: #f8f9ff;
    border-radius: 8px;
    margin-top: 50px;
    margin: 20px 0px 50px 0px;
  }
  .testimonial-area {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-area::before {
    display: none;
  }
  .testimonial-section-title {
    font-size: 30px;
  }
  .testimonial-section-title::before {
    font-size: 70px;
    left: 30px;
    top: 3px;
  }
  .testimonial-img img {
    width: 100% !important;
    border-radius: 8px !important;
    height: 280px !important;
  }
  .testimonial-content {
    width: 100%;
    margin-left: 0;
    padding: 25px;
  }
  .testimonial-slider .owl-item .testimonial-wrapper {
    display: block;
    text-align: center;
    margin: 0px 0px 30px 0px;
  }
  .testimonial-slider .owl-item {
    width: 350px !important;
  }
  .testimonial-area .owl-dots {
    left: 50%;
    margin-left: -72px;
  }
  .testimonial-area {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.flex-box {
  display: flex;
}

.banner-section,
.billing-api-features,
.footer-section,
.integrations-section,
.mobile-app-section,
.subscription-life-cycle,
.testimonial-section,
.trusted-brands {
  max-width: 1360px;
  margin: 0 auto;
}

.subscription-life-cycle-background {
  background: var(--white-color);
}

.billing-api-header {
  margin-bottom: 16px;
  text-align: left;
}

.billing-api-text {
  font-weight: 400;
  margin-bottom: 70px;
}

.billing-api-description {
  padding: 0;
  color: var(--white-color);
  width: 50%;
}

div .inner,
ul .inner {
  display: none;
}

.billing-api-toggle {
  width: 100%;
  display: block;
  font-size: 20px;
  padding: 16px 0px;
  border-top: 1px solid var(--border-color);
  letter-spacing: 0;
  margin: 0;
  font-weight: 600 !important;
}

.billing-api-toggle:hover {
  color: var(--primary-color);
}

.inner p {
  font-size: 16px;
  line-height: 160%;
  padding: 0;
  color: #000;
  font-weight: 400;
  margin-bottom: 12px;
}

.billing-api-accordion li h3 {
  cursor: pointer;
  font-weight: 600;
}

.billing-api-accordion .active-toggle {
  color: var(--primary-color);
  margin-bottom: 8px;
}

.billing-api-list {
  padding-left: 10px;
  margin-bottom: 28px;
}

.billing-api-list li {
  position: relative;
  line-height: 36px;
  color: var(--primary-color);
  font-size: 26px;
  padding-left: 15px;
}

.billing-api-list li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: var(--paragraph-color);
  top: 19px;
  left: 0;
  border-radius: 100%;
}

.billing-api-list li span {
  font-size: 16px;
  color: var(--paragraph-color);
  position: relative;
  font-weight: 500;
  line-height: 240%;
}

.learn-more-btn {
  width: 100px;
  margin: 2% 0 4%;
  padding: 1%;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  transition: 0.4s ease-out;
}

.learn-more-btn:hover {
  transform: scale(0.9);
}

.plus-ico:after {
  float: right;
  content: "+";
  font-size: 28px;
  font-weight: lighter;
  color: var(--primary-color);
}

.minus-ico:after {
  float: right;
  content: "-";
  font-size: 28px;
  font-weight: lighter;
  color: var(--primary-color);
}

.feature-img-slide {
  height: auto;
  padding: 8% 0 5%;
  width: 50%;
  margin-left: 30px;
}

.feature-img-slide div {
  position: sticky;
  top: 200px;
}

.feature-img-slide img,
.feature-img-slide source {
  max-width: 100%;
  height: 440px;
  -o-object-fit: contain;
  object-fit: contain;
  animation: floating 4s linear infinite;
}

.subscription-life-cycle {
  width: 100%;
  /* height: 1750px; */
  height: 980px;
}

.life-cycle-content-sec {
  width: 50%;
  margin-left: 30px;
  padding-right: 65px;
}

.life-cycle-content-header {
  padding: 15% 10% 5%;
  font-size: 44px;
  line-height: 60px;
  font-weight: bolder;
  color: #0c1d45;
  text-align: left;
  letter-spacing: normal;
}

.life-cycle-content-sub-header {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 25px;
  line-height: 145%;
  color: var(--title-color);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.active-life-cycle .life-cycle-content-sub-header,
.life-cycle-content-sub-header:hover {
  color: var(--primary-color);
}

.life-cycle-content-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: var(--paragraph-color);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.life-cycle-content-list li {
  margin-left: 0;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  margin-bottom: 40px;
}

.life-cycle-content-list li:last-child {
  margin: 0;
}

ul#subscriptions-life-cycle {
  position: relative;
}

.active-life-cycle {
  background: var(--white-color);
  box-shadow: 0px 16px 32px rgba(57, 62, 70, 0.08);
  border: none !important;
  position: relative;
}

.active-life-cycle::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("img/facilities-timeline/stroke-shape-1.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.active-life-cycle::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("img/facilities-timeline/stroke-shape-2.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  transition: all 0.4s ease;
}

.life-cycle-img-sec {
  width: 50%;
  text-align: center;
  background: linear-gradient(180deg, rgba(245, 246, 255, 0) 0%, #f5f6ff 100%);
  padding-bottom: 30px;
}

.life-cycle-img-sec img,
.life-cycle-img-sec source {
  width: 75%;
}

.life-cycle-img-sec div {
	position: sticky;
	top: 26%;
	animation: floating 4s linear infinite;
}
.life-cycle-img-sec .billing-experience,
.life-cycle-img-sec .collaboration,
.life-cycle-img-sec .involuntary-churn {
  margin: 0 auto;
}

.toggle-life-cycle {
  cursor: pointer;
  padding: 20px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
  position: relative;
}

.active-life-cycle::before {
  position: absolute;
}

.show {
  animation: fadein 0.2s ease 0s 1 normal forwards;
  display: block;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}

.billing-api-mobile-img,
.hide,
.integration-section-mobile {
  display: none;
}

.mobile-app-img {
  width: 50%;
  background-color: var(--white-color);
  padding: 5% 0 5% 13%;
}

.mobile-app-content {
  width: 50%;
  background-color: var(--white-color);
  padding: 4% 12% 4% 0;
}

.mobile-app-content-header {
  padding: 10% 6% 0 5%;
  font-size: 44px;
  line-height: 60px;
  font-weight: 900;
  color: #0c1d45;
}

.mobile-app-content-desc {
  font-size: 16px;
  line-height: 30px;
  padding: 2% 15% 5% 5%;
  color: #0c1d45;
}

.mobile-app-link {
  padding: 0 2% 0 5%;
}

.mobile-app-page-link {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: var(--primary-color);
}

.mobile-app-store-imgs a {
  display: inline-block;
  background: url(/subscriptions/mobile/sprite-icons.png) no-repeat;
  background-size: 325px 200px;
  width: 140px;
  height: 45px;
}

a.mobile-app-apple-store {
  background-position: -180px -16px;
}

a.mobile-app-play-store {
  background-position: -180px -78px;
}

.mobile-app-page-link:hover {
  font-size: 16.5px;
  transition: font-size 0.2s;
}

.mobile-app-arrow-link {
  margin-left: 3px;
  display: inline-block;
  border-top: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  border-left: 6px solid var(--primary-color);
}

.subscription-life-cycle-mobile-section {
  display: none;
  position: relative;
  padding: 2% 0 5%;
  background-color: #f8fafd;
}

.toggle-details .active-life-cycle-mobile {
  background-color: #3eba82;
}

.subscription-life-cycle-mob-description {
  margin: 0 auto;
  padding: 5% 8%;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  color: #646f87;
}

.subscription-life-cycle-mob-img {
  width: 65%;
  margin: 0 auto;
}

#feature-nav-bar .container {
  max-width: 1200px;
  margin: auto 5% auto auto;
}

.mobile-nav-menu {
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
}

.mobile-nav-menu li:first-child {
  margin: 4% 5% 0;
}

.mobile-nav-menu li {
  margin: 4% 5% 0 0;
}

.mobile-nav-menu li span {
  display: inline-block;
  width: 210px;
  padding: 6% 2%;
  cursor: pointer;
  background-color: #0c1d45;
  text-align: center;
  font-weight: bolder;
  color: var(--white-color);
}

.move-left-animation {
  position: relative;
  animation: infiniteLeft 15s linear infinite;
}

.mob-img-slide-container {
  display: flex;
  width: 300%;
}

.mob-img-slide-container div:nth-child(2) {
  padding-left: 4%;
}

@keyframes infiniteLeft {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes floating {
  0% {
    transform: translate(0);
  }
  65% {
    transform: translateY(10px);
  }
  to {
    transform: translate(0);
  }
}

@media screen and (max-width: 1280px) {
  .banner-section {
    flex-direction: column-reverse;
  }
  .banner-content {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    padding: 20px;
  }
  .signupnow-button {
    padding: 10px;
  }
  .banner-content h1 {
    font-size: 50px;
    margin: 0 auto;
    line-height: 65px;
  }
  .banner-content p {
    line-height: 34px;
    font-size: 18px;
    max-width: 900px;
    margin: 0 auto;
    padding: 10px;
  }
  .banner-img {
    width: 75%;
    padding: 2% 0 5%;
    margin: 0 auto;
  }
  .signupnow-button .primary-btn-filled,
  a.btn.demo-btn {
    margin-top: 0 !important;
  }
  .billing-api-header {
    line-height: 60px;
    font-size: 44px;
  }
  .billing-api-description {
    width: 40%;
    padding: 2% 5%;
  }
  .billing-api-toggle {
    font-size: 24px;
  }
  .trusted-brands-header {
    margin: 3% 0 2% 5%;
  }
  .life-cycle-content-header {
    font-size: 35px;
  }
  .life-cycle-content-sub-header {
    font-size: 24px;
  }
  .billing-api-list li {
    line-height: 33px;
  }
  .inner p {
    padding-bottom: 2%;
  }
  .learn-more-btn {
    margin: 4% 0;
  }
  .life-cycle-content ul.life-cycle-content-list li:before {
    margin-left: -31px;
    -webkit-margin-start: -34px;
  }
  .life-cycle-content-list .active-life-cycle,
  ul.life-cycle-content-list li .toggle-life-cycle {
    margin-right: 0;
  }
  .integrations-content {
    padding-left: 1%;
  }
  .mobile-app-content {
    padding: 4% 4% 4% 0;
  }
  .mobile-app-img {
    padding: 5% 0 5% 5%;
  }
  .billing-api-header,
  .watch-video-class {
    text-align: center;
  }
  .billing-api-description {
    width: 100%;
    padding: 2% 5%;
  }
  .inner .billing-api-mobile-img {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 2% 0;
  }
  .feature-img-slide,
  .subscription-life-cycle {
    display: none;
  }
  .subscription-life-cycle-mobile-section {
    display: block;
  }
  .subscription-life-cycle-mobile-section .life-cycle-content-header {
    padding: 5% 2%;
    text-align: center;
  }
  .testimonial-section .testimonial-header {
    padding: 5% 0;
    text-align: center;
  }
  .mobile-app-section {
    flex-direction: column-reverse;
  }
  .mobile-app-section .mobile-app-content {
    width: 100%;
    padding: 4% 0;
    text-align: center;
  }
  .mobile-app-content .mobile-app-content-header {
    font-size: 48px;
    padding: 0;
    line-height: 60px;
  }
  .mobile-app-content .mobile-app-content-desc {
    padding: 2% 10%;
  }
  .mobile-app-content .mobile-app-link {
    padding: 0;
    justify-content: center;
  }
  .mobile-app-section .mobile-app-content {
    background-color: var(--white-color);
  }
  .mobile-app-section .mobile-app-img {
    width: 100%;
    padding: 10% 0;
    background-color: var(--white-color);
    text-align: center;
  }
  .billing-api-list {
    padding-left: 5%;
  }
  .billing-api-description {
    padding-bottom: 8%;
  }
  .billing-api-description .billing-api-header {
    padding: 10% 0 5% 5%;
    font-size: 40px;
    text-align: center;
  }
  .billing-api-description .billing-api-toggle {
    padding: 6% 0;
    font-size: 24px;
    line-height: 30px;
  }
  .billing-api-accordion .learn-more-btn {
    margin: 2% 0 4% 5%;
  }
  .billing-api-accordion .inner p {
    padding: 0 10% 1% 5%;
  }
  .subscription-life-cycle-mobile-section {
    display: block;
  }
  .subscription-life-cycle-mobile-section .life-cycle-content-header {
    font-size: 40px;
    line-height: 50px;
  }
}

.features-faq-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0px;
}

.facilities-timeline-area {
  padding-top: 50px;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .subscription-life-cycle-mobile-section .mobile-nav-menu {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .billing-api-description .billing-api-header {
    font-size: 35px;
    line-height: 140%;
  }
  .billing-api-description .billing-api-toggle {
    font-size: 22px;
  }
  .subscription-life-cycle-mobile-section .life-cycle-content-header {
    font-size: 35px;
  }
  .subscription-life-cycle-mobile-section .mobile-nav-menu {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .billing-api-description .billing-api-header {
    padding: 0;
    font-size: 30px;
    line-height: 138%;
    padding-top: 50px;
  }
  .billing-api-description {
    padding-bottom: 0;
  }
  .billing-api-description {
    padding: 0;
  }
  .billing-api-description .billing-api-toggle {
    font-size: 16px;
  }
  .features-faq-area {
    padding-bottom: 50px;
  }
  .subscription-life-cycle-mobile-section .life-cycle-content-header {
    font-size: 30px;
    line-height: 135%;
  }
  .subscription-life-cycle-mobile-section .mobile-nav-menu {
    padding-bottom: 20px;
  }
}

.sm-customer-area {
  padding-top: 80px;
  padding-bottom: 50px;
}

.sm-customer-section-title {
  text-align: center;
}

.sm-customer-content {
  margin-top: 40px;
}

.sm-customer-cont-title {
  font-weight: 600;
  margin-bottom: 16px;
}

.sm-customer-cont-para {
  font-weight: 400;
  margin-bottom: 24px;
}

.sm-customer-cont-list li {
  margin-bottom: 20px;
  position: relative;
  -moz-columns: var(--paragraph-color);
  columns: var(--paragraph-color);
  font-weight: 500;
  padding-left: 16px;
}

.sm-customer-cont-list li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: var(--paragraph-color);
  border-radius: 100%;
  left: 0;
  top: 11px;
}

.sm-customer-cont-list li:last-child {
  margin: 0;
}

.sm-customer-cont-btn {
  margin-top: 30px;
}

.sm-customer-img {
  text-align: right;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .sm-customer-content {
    margin-top: 20px;
    text-align: center;
  }
  .sm-customer-img {
    text-align: center;
  }
}

.download-app-area {
  position: relative;
  padding-bottom: 80px;
  padding-top: 150px;
}

.download-app-img-shape {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
}

.download-app-img-shape img {
  width: 705px;
  height: 667px;
  position: absolute;
  right: 0;
}

.download-cont-title {
  margin-bottom: 24px;
}

.download-cont-para {
  font-weight: 400;
  color: #000;
  margin-bottom: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.google-play-btn {
  margin-right: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .download-app-content {
    text-align: center;
    margin-bottom: 70px;
  }
  .download-app-img {
    text-align: center;
  }
  .download-app-img-shape {
    top: 30%;
    width: 60%;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .download-app-area {
    padding-top: 80px;
    text-align: center;
  }
  .download-app-img {
    margin-top: 40px;
  }
  .download-app-img-shape {
    position: absolute;
    top: 28%;
    right: 0;
    z-index: -1;
    width: 79%;
    height: 50%;
  }
}

.funfact-img {
  position: relative;
  margin-top: 130px;
  padding-bottom: 80px;
}

.funfact-img .funfact-top-img {
  position: absolute;
  right: -114px;
  top: -161px;
  width: 500px;
  height: 320px;
  animation: action 1.5s infinite alternate;
}

.funfact-counter-area {
  display: flex;
  align-items: center;
  z-index: 22;
  position: relative;
}

.funfact-counter-main {
  margin-right: 70px;
}

.funfact-counter-main:last-child {
  margin: 0;
}

.funfact-wrapper {
  display: flex;
  margin-bottom: 97px;
}

.funfact-content {
  margin-left: 17px;
}

.funfact-counter {
  margin-bottom: 4px;
}

.funfact-counter-text {
  font-weight: 400;
  margin: 0;
}

@keyframes action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .funfact-area {
    overflow: hidden;
    text-align: center;
  }
  .funfact-counter-area {
    justify-content: center;
  }
  .funfact-img .funfact-top-img {
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact-area {
    text-align: center;
    overflow: hidden;
  }
  .funfact-counter-area {
    justify-content: center;
  }
  .funfact-img .funfact-top-img {
    right: -80px;
    top: -155px;
    width: 450px;
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .funfact-img .funfact-top-img {
    position: absolute;
    right: -38px;
    top: -110px;
    width: 260px;
    height: 260px;
  }
  .funfact-counter-area {
    display: block;
  }
  .funfact-wrapper {
    margin-bottom: 30px;
  }
  .funfact-counter-main {
    margin-right: 0;
  }
  .funfact-img {
    margin-top: 70px;
    padding-bottom: 50px;
  }
  .funfact-area {
    padding-bottom: 50px;
    overflow: hidden;
  }
}

.about-breadcrumbs-area {
  position: relative;
}

.about-bread-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: -1;
}

.about-bread-bg img {
  width: 100%;
  height: 100%;
}

.about-bread-inner {
  padding-top: 80px;
}

.about-section-sm-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 145%;
  margin-bottom: 4px;
  padding-left: 12px;
  position: relative;
}

.about-section-sm-title::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 20px;
  background: var(--primary-color);
  left: 0;
  top: 0;
}

.about-section-big-title {
  margin-bottom: 20px;
}

.about-section-cont-para {
  font-weight: 400;
  margin-bottom: 20px;
}

.about-content-list li {
  margin-bottom: 16px;
  position: relative;
  color: var(--paragraph-color);
  font-weight: 400;
  padding-left: 16px;
}

.about-content-list li:last-child {
  margin: 0;
}

.about-content-list li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: var(--paragraph-color);
  border-radius: 100%;
  top: 10px;
  left: 0;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .about-bread-bg {
    height: 460px;
  }
  .col-lg-6.col-12.align-self-end {
    align-self: center !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-bread-bg {
    height: 300px;
  }
  .about-bread-inner {
    text-align: center;
  }
  .about-bread-img {
    margin-top: 50px;
  }
  .about-section-content {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .about-section-area {
    padding: 30px 0px;
  }
  .about-bread-img {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .about-bread-bg {
    height: 200px;
  }
  .about-bread-inner {
    text-align: center;
  }
  .about-bread-img {
    margin-top: 0;
  }
  .about-section-area {
    position: relative;
    text-align: center;
  }
  .about-section-content {
    margin-bottom: 40px;
  }
  .about-section-area {
    padding: 40px 0px;
  }
}

.about-section-area {
  position: relative;
}

.about-section-img {
  text-align: center;
}

.about-section-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.about-section-shape img {
  width: 100%;
  height: 100%;
}

.why-choose-section-title {
  text-align: center;
}

.why-choose-wrapper {
  margin-top: 55px;
}

.why-choose-icon {
  width: 96px;
  height: 96px;
  line-height: 96px;
  background: #f1f3ff;
  border-radius: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.why-choose-icon img {
  width: 56px;
  height: 56px;
}

.why-choose-cont-title {
  font-weight: 600;
  color: var(--paragraph-color);
  margin-bottom: 12px;
}

.why-choose-cont-para {
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-area.section-padding {
    padding: 50px 0px 80px;
  }
}

@media only screen and (max-width: 767px) {
  .why-choose-area.section-padding {
    padding: 50px 0px 80px;
  }
  .why-choose-icon {
    text-align: center;
    display: inline-block;
  }
  .why-choose-wrapper {
    text-align: center;
  }
}

.related-product-area {
  border-top: 1px solid var(--border-color);
}

.related-product-wrapper {
  margin-top: 40px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 32px 24px;
  transition: all 0.4s ease;
}

.related-product-wrapper:hover {
  box-shadow: 0px 24px 48px rgba(57, 62, 70, 0.08);
}

.related-product-img {
  margin-bottom: 38px;
}

.related-product-title {
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--paragraph-color);
}

.related-product-cont-para {
  font-weight: 400;
}

/* Pricing  Area */
.pricing-bread-area {
  position: relative;
  height: 370px;
}

.pricing-bread-area .br-img {
  height: 370px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.pricing-bread-area .br-img img {
  position: absolute;
  width: 100%;
  height: 370px;
  top: 0;
  left: 0;
}

.pricing-bread-content {
  text-align: center;
  padding: 80px 0px;
}

.pricing-bread-small-title {
  color: #f8f9ff;
  font-weight: 500;
  margin-bottom: 8px;
  position: relative;
  padding-bottom: 8px;
}

.pricing-bread-small-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: var(--primary-color);
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

.pricing-bread-title {
  color: #f8f9ff;
  margin-bottom: 12px;
}

.pricing-area {
  padding: 80px 0px;
}
.pricing-area-inner {
  background: #ffffff;
  box-shadow: 0px 36px 72px rgba(29, 39, 47, 0.08);
  border-radius: 32px;
  padding: 40px 20px;
}
.pricing-card {
  padding: 16px 24px 32px 24px;
  text-align: center;
  transition: all 0.4s ease;
  border-radius: 16px;
  background: #f8f8f8;
}
.pricing-card:hover {
  background: #ffff;
  box-shadow: 0px 36px 72px rgba(22, 75, 119, 0.12);
}
.pricing-card.card-popular {
  background: #ffffff;
  box-shadow: 0px 36px 72px rgba(22, 75, 119, 0.12);
  border-radius: 16px;
  transform: translateY(-32px);
  padding: 16px 24px 32px 24px;
}
.pricing-card-title {
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 120% !important;
  text-align: center;
  text-transform: uppercase;
  color: #164b77;
  margin-bottom: 24px;
}
.pricing-card-price {
  font-weight: 700 !important;
  font-size: 39px !important;
  line-height: 120% !important;
  text-align: center;
  color: #164b77;
  margin-bottom: 8px;
}
.pricing-card-app-user {
  margin: 0;
  margin-top: 12px;
  color: #7393ad !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
.pricing-card-discout-price {
  color: #7393ad;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pricing-card-discout-price span {
  color: var(--primary-color);
  font-weight: 600;
  display: inline-block;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 32px;
  line-height: 13px;
}
.pricing-price-plan {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #7393ad;
  display: inline-block;
  margin-bottom: 24px;
}
.pricing-card-user {
  margin: 0;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 120% !important;
  color: #164b77 !important;
}
.pricing-card-btn {
  margin-top: 40px;
  position: relative;
}
.pricing-card-btn .theme-btn {
  padding: 16px 32px;
  display: block;
  background: transparent !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 120%;
  text-align: center;
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  border-radius: 8px !important;
}
.pricing-card-btn .theme-btn:hover {
  border: 1px solid transparent;
  background: var(--primary-color) !important;
  color: #fafbfc !important;
}

.pricing-pricing-btn {
  margin-top: 16px;
  color: #7393ad;
  text-decoration: underline;
}
.pricing-pricing-btn:hover {
  color: var(--primary-color);
}

.pricing-most-popular {
  background: #ffffff;
  border: 1px solid var(--primary-color);
  border-radius: 16px;
  padding: 6px 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  color: var(--primary-color);
  display: inline-block;
  margin-bottom: 28px;
}
.pricing-card.card-popular .pricing-card-btn .theme-btn {
  border: 1px solid transparent;
  background: var(--primary-color) !important;
  color: #fafbfc !important;
}
.pricing-tab-menu .list-group {
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
}

.pricing-tab-menu .list-group-item {
  align-items: center;
  background: transparent;
  border-radius: 0 !important;
  box-sizing: border-box;
  color: #164b77;
  display: block;
  height: auto;
  margin-right: 0;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 24px !important;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}
.pricing-tab-menu .list-group-item.active {
  background-color: var(--primary-color);
  border: 1px solid transparent !important;
  color: #fff;
  z-index: 2;
}
.list-group-item + .list-group-item.active {
  margin-top: 0 !important;
}
.pricing-tab-menu {
  background: #f8f8f8;
  border-radius: 27px;
  padding: 4px;
  display: inline-block;
}

.pricing-tab-menu-inner {
  text-align: center;
  position: relative;
}
.pricing-tab-menu-discount {
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: var(--primary-color);
  margin-bottom: 28px;
  position: relative;
}
.pricing-tab-menu-discount img {
  position: absolute;
  bottom: -23px;
  right: 37px;
}
.pricing-pricing-table {
  margin-top: 32px;
}
.pricing-table-single {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  gap: 0px;
  border-radius: 4px;
  padding: 20px 0px 20px 16px;
  align-items: center;
  border-top: 1px solid #ecf1f4;
  border-bottom: 1px solid #ecf1f4;
}
.pricing-table-single.bg-color {
  background: #fafbfc;
}
.pricing-table-title {
  margin: 0;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 140% !important;
  color: #164b77 !important;
}
.pricing-table-icon i {
  width: 36px;
  height: 36px;
  line-height: 39px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  border-radius: 100%;
}
.pricing-table-icon.icon-check i {
  background: #5463ff17;
  color: var(--primary-color);
}
.pricing-table-icon.icon-cross i {
  background: #ffe9e9;
  color: #ff4949;
}
.pricing-most-popular img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  position: relative;
  top: -1px;
}
.pricing-table-icon {
  display: inline-block;
  text-align: center;
}
.pricing-tab-details-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: center;
}

.pricing-card-btn .click-show-btn.btn.btn-primary {
  width: 60%;
  float: right;
  font-size: 14px !important;
  padding: 10px 10px;
}
.pricing-card-btn .click-show-btn.btn.btn-primary:focus {
  box-shadow: none;
  border: 1px solid var(--primary-color) !important;
}

.pricing-card-btn .theme-btn.active .click-show-btn {
  display: block;
}
.pricing-card-btn .theme-btn.active {
  background: var(--primary-color) !important;
  color: #fafbfc !important;
  width: 140px;
  height: 50px;
  float: right;
  padding: 12px 15px;
  position: relative;
  margin-right: 0 !important;
}
.pricing-card-btn .theme-btn.active:hover {
  background: #164b77 !important;
}
.pricing-card-btn .theme-btn.active .active-btn {
  display: none;
}
.pricing-card-btn .theme-btn.active .click-show-btn i {
  margin-left: 8px;
  font-size: 18px;
  position: relative;
  top: 3px;
}
.pricing-card-btn button {
  padding: 12px 32px;
  display: block;
  background: transparent !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 120%;
  text-align: center;
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
  border-radius: 8px !important;
  display: inline-block;
  width: 100%;
  height: 51px;
  transition: all 0.4s ease;
}
.pricing-card-btn button:hover {
  background: var(--primary-color) !important;
  border: 1px solid transparent !important;
  color: #fafbfc !important;
}
.pricing-btn-quantity {
  display: none;
}
.pricing-btn-quantity.active {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.pricing-btn-quantity input {
  background: #ecf1f4;
  border-radius: 8px !important;
  width: 70px;
  height: 51px;
  border: none !important;
  padding: 12px 38px 12px 12px !important;
  font-weight: 600 !important;
  text-align: center;
  color: #819db5 !important;
}
.pricing-btn-quantity input:focus {
  box-shadow: none;
  background: #ecf1f4;
}
.pricing-btn-quantity .btn.btn-outline-primary {
  padding: 0;
  width: 30px;
  display: block;
  border: none;
  font-size: 14px !important;
  height: 26px;
  color: #fafbfc !important;
}
.pricing-btn-quantity .btn.btn-outline-primary:focus {
  box-shadow: none;
}

.pricing-btn-quantity-incre-decre {
  position: absolute;
  right: 0;
  background: #164b77;
  border-radius: 8px;
}
.pricing-btn-quantity .btn.btn-outline-primary i {
  padding: 6px 8px;
  font-size: 10px;
}
.pricing-btn-quantity .btn.btn-outline-primary:hover {
  background: var(--primary-color) !important;
}
/* Enterprise Pricing */
.enterprise-plan {
  padding: 80px 0px;
}
.enterprise-plan-inner {
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(22, 75, 119, 0.08);
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  padding: 60px 36px 60px 36px;
}
.enterprise-plan-left-content {
  text-align: center;
  z-index: 2;
  position: relative;
}
.enterprise-plan-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
}
.enterprise-plan-bg-img img {
  width: 100%;
  height: 100%;
}

.enterprise-plan-left-content img {
  width: 72px;
  height: 72px;
}
.e-plan-left-cont-title {
  font-weight: 700 !important;
  font-size: 39px !important;
  line-height: 140% !important;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.e-plan-left-cont-text {
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 140% !important;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
.e-plan-right-cont-title {
  font-weight: 700 !important;
  font-size: 31px !important;
  line-height: 140% !important;
  color: #164b77;
  margin-bottom: 12px;
}
.e-plan-right-cont-text {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #222c34 !important;
  margin: 0;
}
.e-plan-right-btn {
  margin-top: 32px;
}

.enterprise-plan-right-content {
  padding-right: 60px;
  padding-left: 34px;
  z-index: 22;
  position: relative;
}
.enterprise-plan-pattern-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.e-plan-pattern-shape-single .shape-1 {
  position: absolute;
  right: 30px;
  top: 25px;
}
.e-plan-pattern-shape-single .shape-2 {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.e-plan-right-btn .theme-btn:last-child {
  margin: 0px !important;
}
.e-plan-right-btn .theme-btn:hover {
  background: var(--secondary-color) !important;
  color: #fafbfc !important;
}
.e-plan-right-btn .theme-btn.secondary {
  background: transparent !important;
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
  height: 49px;
}
.e-plan-right-btn .theme-btn.secondary:hover {
  background: var(--primary-color) !important;
  color: #fafbfc !important;
  border: 1px solid transparent !important;
}
.b-pricing-table-mobile-menu-list {
  display: none;
}

.pricing-increment-decrement-btn {
  position: relative;
}
.decrement-btn {
  left: 8px;
  top: 8px;
}
.increment-btn {
  right: 8px;
  top: 8px;
}

.pricing-request-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  padding: 0 !important;
}
.pricing-request-modal-header .offcanvas-title {
  color: var(--title-color);
  font-weight: 700;
}

.pricing-request-modal-header.offcanvas-header .btn-close {
  color: var(--primary-color);
  opacity: 1;
  width: 35px;
  height: 35px;
  line-height: 37px;
  border-radius: 100%;
  padding: 0;
  border: 1px solid var(--primary-color);
  font-size: 12px;
  background: rgba(0, 0, 0, 0);
  transition: all 0.4s ease;
  position: absolute;
  right: 10px;
  top: 5px;
}
.pricing-request-modal-header.offcanvas-header .btn-close:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.pricing-request-modal-body {
  padding-right: 12px;
}
.pricing-request-modal-body {
  margin-top: 40px;
  height: 90%;
  overflow-y: scroll !important;
}
.pricing-request-modal-form .form-group {
  margin-bottom: 16px;
  display: block;
}
.pricing-request-modal-form .form-group input {
  width: 100%;
  height: 48px;
  background: #5463ff12;
  padding: 12px 16px;
  border: none;
  border-radius: 4px;
}
.pricing-order-request-modal {
  padding: 24px 24px 32px 24px;
  border: none !important;
  margin: 0 !important;
  width: 460px !important;
  border: none !important;
}
.pricing-request-modal-btn .theme-btn {
  width: 100%;
  display: block;
  border: none;
  height: 48px;
}
.pricing-request-modal-form .form-group .package-name {
  background: #edfaf9;
  padding: 12px 20px;
  border-radius: 4px;
  height: 48px;
  font-weight: 500 !important;
  color: #fff !important;
  background: var(--primary-color);
  border: none;
}
.pricing-request-modal-form .form-group input:focus {
  border: 1px solid var(--primary-color);
  box-shadow: none;
  outline: none;
}
.form-group.pricing-increment-decrement-btn input {
  width: 100%;
  text-align: center;
  padding: 12px 50px;
  color: var(--primary-color);
}
.pricing-increment-decrement-btn span {
  width: 32px;
  height: 32px;
  background: var(--primary-color);
  color: var(--white-color);
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 36px;
  border-radius: 100%;
  font-size: 14px;
  position: absolute;
  transition: all 0.4s ease;
}
.pricing-increment-decrement-btn span:hover {
  background: var(--title-color);
}
.hosting-package-widget {
  background: #edfaf9;
  padding: 24px;
  border-radius: 6px;
  margin-bottom: 24px;
  margin-top: 12px;
}
.single-package-item {
  margin-bottom: 16px;
}
.hosting-package-widget h4 {
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 8px;
  margin-bottom: 24px;
  color: var(--primary-color);
}
.hosting-package-widget h4 i {
  position: relative;
  top: 3px;
}
.single-package-item .form-check-input {
  width: 16px;
  height: 16px;
  border: 1px solid var(--primary-color);
  background: #fff;
  position: relative;
}
.single-package-item .form-check-input:checked[type="radio"] {
  background-image: none;
  border: 4px solid var(--primary-color);
}
.single-package-item .form-check-input:focus {
  box-shadow: none;
}
.single-package-item .form-check-label,
.single-package-item .form-check,
.single-package-item .form-check input {
  cursor: pointer;
}
.single-package-item .form-check-label {
  font-size: 15px;
  white-space: nowrap;
}
.single-package-item .form-check-label strong {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 14px;
  margin-left: 6px;
  background: var(--primary-color);
}
.single-package-item .form-check-label strong span {
  color: var(--title-color);
  margin-left: 4px;
  font-weight: 500;
}
.pricing-tab-details {
  margin-top: 72px;
}

/* Pricing Switch */

.switch-label {
  text-align: center;
  opacity: 0.4;
  font-size: 1rem;
  cursor: pointer;
  padding: 0 1rem;
}

.switch-label .save-money {
  color: #3498db;
  font-style: italic;
  padding-left: 0.5rem;
}

.save-money--mobile {
  color: #3498db;
  font-style: italic;
  display: none;
}

.switch-label.active {
  opacity: 1;
}

.switch {
  position: relative;
  display: inline-block;
  width: 107px;
  height: 43px;
  vertical-align: -50%;
  margin: 0;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--title-color);
  border-radius: 34px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.slider::before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  left: 8px;
  bottom: 8px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  white-space: nowrap;
}
.slider::after {
  content: "$ USD ";
  position: absolute;
  left: initial;
  color: var(--white-color);
  font-weight: 600;
  top: 10px;
  right: 16px;
}
#js-pricing-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
#js-pricing-switch input:checked + .slider {
  background: var(--primary-color);
}
#js-pricing-switch input:checked + .slider::before {
  -webkit-transform: translateX(64px);
  -ms-transform: translateX(64px);
  transform: translateX(64px);
}
#js-pricing-switch input:checked + .slider::after {
  content: "৳ BDT";
  position: absolute;
  left: -14px;
  color: var(--white-color);
  font-weight: 600;
  top: 10px;
}
#js-pricing-switch {
  position: absolute;
  right: 13px;
  margin: 0 !important;
  top: 5px;
  padding: 0 !important;
}

.hosted-by-pricing {
  margin: 0;
  margin-top: 16px;
  font-size: 18px !important;
  font-weight: 600 !important;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.hosted-by-pricing img {
  width: 128px;
  height: 40px;
  object-fit: cover;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .enterprise-plan-pattern-shape {
    display: none;
  }
  .enterprise-plan-right-content {
    padding-right: 0;
    padding-left: 0;
    margin-top: 100px;
  }
  .enterprise-plan-inner {
    padding: 60px 24px;
  }
  .enterprise-plan-bg-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .enterprise-plan-bg-img {
    width: 100%;
  }
  .e-plan-left-cont-title {
    font-size: 30px !important;
    margin-bottom: 10px;
  }
  .e-plan-left-cont-text {
    font-size: 16px !important;
  }
  .e-plan-right-cont-title {
    font-size: 24px !important;
  }
  .e-plan-right-cont-text {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .e-plan-right-btn {
    margin-top: 24px;
  }
  .e-plan-right-btn .theme-btn {
    margin-right: 16px !important;
  }
  .pricing-card-btn .theme-btn.active {
    width: 70px;
    padding: 12px 10px !important;
    display: block;
    font-size: 0px !important;
    height: 51px;
  }
  .pricing-card-btn .theme-btn.active .click-show-btn i {
    margin-left: 0;
    font-size: 22px;
    position: relative;
    top: 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-tab-details {
    margin-top: 60px;
  }
  .pricing-area-inner {
    padding: 40px 20px 40px 20px;
  }
  .enterprise-plan-pattern-shape {
    display: none;
  }
  .enterprise-plan-right-content {
    padding-right: 0;
    padding-left: 0;
    margin-top: 100px;
  }
  .enterprise-plan-inner {
    padding: 60px 24px;
  }
  .enterprise-plan-bg-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .enterprise-plan-bg-img {
    width: 100%;
  }
  .e-plan-left-cont-title {
    font-size: 30px !important;
    margin-bottom: 10px;
  }
  .e-plan-left-cont-text {
    font-size: 16px !important;
  }
  .e-plan-right-cont-title {
    font-size: 24px !important;
  }
  .e-plan-right-cont-text {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .e-plan-right-btn {
    margin-top: 24px;
  }
  .e-plan-right-btn .theme-btn {
    margin-right: 16px !important;
  }
  .pricing-tab-menu-inner {
    display: grid;
    justify-content: center;
  }
  .pricing-card-price {
    font-size: 30px !important;
  }
  .pricing-card-title {
    font-size: 18px !important;
  }
  .pricing-price-plan {
    font-size: 18px;
  }
  .pricing-card-btn .theme-btn.active {
    width: 70px;
    padding: 12px 10px !important;
    display: block;
    font-size: 0px !important;
    height: 51px;
  }
  .pricing-card-btn .theme-btn.active .click-show-btn i {
    margin-left: 0;
    font-size: 22px;
    position: relative;
    top: 1px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-breadcrumbs.pricing-breadcrumbs {
    height: auto;
  }
  .pricing-table-single {
    display: block;
    text-align: center;
  }
  .pricing-table-title {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 6px;
    font-size: 16px !important;
  }
  .pricing-table-title::before {
    position: absolute;
    content: "";
    width: 25%;
    height: 2px;
    background: var(--primary-color);
    bottom: -1px;
    left: 50%;
    margin-left: -12.5%;
  }
  .pricing-table-icon {
    margin-right: 40px;
    padding-right: 40px;
    position: relative;
  }
  .pricing-table-icon::before {
    position: absolute;
    content: "";
    width: 2px;
    background: var(--primary-color);
    height: 25px;
    right: -1px;
    top: 2px;
  }
  .pricing-table-icon:last-child {
    margin: 0;
    padding: 0;
  }
  .pricing-table-icon:last-child::before {
    display: none;
  }
  .b-pricing-table-mobile-menu-list {
    display: block;
  }
  .b-pricing-table-mobile-menu-list li {
    display: inline-block;
    margin-right: 12px;
    font-weight: 500;
    position: relative;
    padding-right: 12px;
    color: #164b77 !important;
    font-size: 18px;
  }
  .b-pricing-table-mobile-menu-list li::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    background: var(--primary-color);
    right: 0;
    top: 3px;
  }
  .b-pricing-table-mobile-menu-list li:last-child {
    margin: 0;
    padding: 0;
  }
  .b-pricing-table-mobile-menu-list li:last-child::before {
    display: none;
  }
  .b-pricing-table-mobile-menu {
    display: flex;
    justify-content: center;
    background: #fafbfc;
    padding: 20px 12px;
    margin-top: 50px;
  }
  .pricing-pricing-table {
    margin-top: 24px;
  }
  .pricing-table-icon i {
    width: 30px;
    height: 30px;
    line-height: 35px;
    font-size: 12px;
  }
  .enterprise-plan-pattern-shape {
    display: none;
  }
  .enterprise-plan-right-content {
    padding-right: 0;
    padding-left: 0;
    margin-top: 100px;
  }
  .enterprise-plan-inner {
    padding: 60px 24px;
  }
  .enterprise-plan-bg-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .enterprise-plan-bg-img {
    width: 100%;
  }
  .e-plan-left-cont-title {
    font-size: 30px !important;
    margin-bottom: 10px;
  }
  .e-plan-left-cont-text {
    font-size: 16px !important;
  }
  .e-plan-right-cont-title {
    font-size: 24px !important;
  }
  .e-plan-right-cont-text {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .e-plan-right-btn {
    margin-top: 24px;
  }
  .e-plan-right-btn .theme-btn {
    margin-right: 16px !important;
  }
  .pricing-tab-details-main {
    overflow-x: scroll;
    gap: 12px;
    padding-bottom: 32px;
    margin-top: 32px;
  }
  .pricing-card.card-popular {
    transform: none;
  }
  .pricing-card-price {
    font-size: 28px !important;
  }
  .pricing-card-title {
    font-size: 16px !important;
    margin-bottom: 12px;
  }
  .pricing-price-plan {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .pricing-card {
    width: 250px;
  }
  .pricing-card-btn .theme-btn {
    padding: 14px 32px !important;
    font-size: 15px !important;
  }
  .pricing-area-inner {
    padding: 40px 20px 40px 20px;
  }
  .pricing-tab-menu-inner {
    display: grid;
    justify-content: center;
  }
  .pricing-card-btn .theme-btn.active {
    width: 116px;
    padding: 12px 14px !important;
  }
  .pricing-area {
    padding: 56px 0px;
  }
  .enterprise-plan {
    padding: 56px 0px;
  }
  .call-action-area {
    padding: 56px 0px;
  }
  #js-pricing-switch {
    position: initial;
  }
  .switch {
    margin-top: 16px;
  }
  .pricing-tab-details {
    margin-top: 40px;
  }
}

/* Demo Request Modal */
.theme-btn.demo-req-btn {
  border: none;
}
.theme-btn.demo-req-btn:focus {
  box-shadow: none;
}
.demo-request-modal {
  z-index: 999999;
}
.demo-request-modal .modal-dialog {
  max-width: 696px;
  width: 696px;
}
.demo-request-modal .modal-header {
  border: none;
  padding: 0;
  justify-content: center;
}
.demo-request-modal .modal-content {
  background: #fff;
  border-radius: 24px;
  border: none;
  padding: 28px 24px;
  position: relative;
}
.demo-request-modal-title {
  color: #174f7d;
  font-weight: 700;
  font-size: 31px;
  line-height: 120%;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 10px;
}
.demo-request-modal-title::before {
  position: absolute;
  content: "";
  width: 96px;
  height: 4px;
  background: var(--primary-color);
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
}
.demo-request-modal-close {
  position: absolute;
  right: -24px;
  top: -15px;
  width: 32px;
  height: 32px;
  background: #fff;
  color: var(--primary-color);
  border-radius: 100%;
  text-align: center;
  line-height: 39px;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.4s ease;
  padding: 0 !important;
  opacity: 1;
}
.demo-request-modal-close:hover {
  background: var(--primary-color);
  color: #fff;
}

.demo-request-modal-body {
  padding: 0;
}
.demo-request-modal-form .form-group {
  margin-bottom: 20px;
}
.demo-request-modal-form .form-group .form-label {
  font-weight: 500;
  color: #767a7a;
  margin-bottom: 8px;
  margin-left: 16px;
}
.demo-request-modal-form .form-group input,
.demo-request-modal-form .form-group textarea,
.demo-request-modal-form .form-group .form-control {
  width: 100%;
  height: 48px;
  background: #f3f4ff !important;
  border: 1px solid transparent;
}

.demo-request-modal-form .select-form .form-control {
  padding: 12px 16px;
  font-weight: 500 !important;
}
.demo-request-modal-form .form-group input,
.demo-request-modal-form .form-group textarea {
  background: #f3f4ff !important;
  border-radius: 8px;
  padding: 12px 16px;
}
.demo-request-modal-form .form-group textarea {
  height: 150px !important;
}
.demo-request-modal-form .form-group input:focus,
.demo-request-modal-form .form-group textarea:focus,
.demo-request-modal-form .form-group .form-control:focus {
  border: 1px solid var(--primary-color) !important;
  box-shadow: none !important;
}
.select-form-inner {
  position: relative;
}
.select-form-icon i {
  position: absolute;
  right: 12px;
  top: 12px;
  color: var(--primary-color);
  font-size: 24px;
}
.demo-request-modal-form-btn.theme-btn {
  margin-top: 20px !important;
  padding: 16px 24px;
  width: 100%;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 100% !important;
  border: none !important;
}
.demo-request-modal-form-btn.theme-btn:focus {
  box-shadow: none;
}
.modal-backdrop.show {
  background: #174f7d;
  opacity: 0.6;
  z-index: 999;
}
.demo-request-info-check {
  margin-top: 14px;
}
.demo-request-info-check .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: transparent;
}
.demo-request-info-check .form-check-input:focus {
  border-color: 1px solid var(--primary-color);
  outline: 0;
  box-shadow: none;
}
.demo-request-info-check .form-check-input {
  border: 1px solid var(--primary-color);
  margin-top: 5px;
}
.demo-request-info-check .form-check-label {
  font-size: 15px;
}
.demo-request-modal-inner {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px #164b771c;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .demo-request-modal .modal-dialog {
    width: auto;
  }
  .demo-request-modal-title {
    font-size: 20px;
    padding-bottom: 24px;
  }
  .demo-request-modal-form .form-group input,
  .demo-request-modal-form .form-group textarea,
  .demo-request-modal-form .form-group .form-control {
    height: 44px;
  }
  .demo-request-modal-form .form-group .form-label {
    font-size: 14px;
  }
  .demo-request-modal-form .select-form .form-control {
    font-size: 14px;
    line-height: 14px;
  }
  .demo-request-modal-form .form-group textarea {
    height: 120px !important;
  }
  .demo-request-modal-form-btn.theme-btn.btn.btn-primary {
    padding: 12px 24px;
    height: 44px;
  }
  .demo-request-modal-close {
    right: 6px;
    top: 6px;
    background: var(--primary-color);
    color: var(--white-color);
  }
  .demo-request-modal-close:hover {
    background: var(--secondary-color);
    color: var(--white-color);
  }
}

.breadcrumbs-area {
  position: relative;
  background: #f8f9ff;
  height: 438px;
}

.breadcrumbs-bg {
  position: absolute;
  left: 50%;
  margin-left: -372.5px;
  top: 50%;
  margin-top: -192px;
  z-index: 1;
}

.breadcrumbs-bg img {
  width: 100%;
  height: 100%;
}

.breadcrumbs-content {
  text-align: center;
  padding: 112px 0px 160px;
  z-index: 2;
  position: relative;
}

.bread-small-title {
  font-weight: 500;
  margin-bottom: 8px;
  position: relative;
  padding-bottom: 8px;
}

.bread-small-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: var(--primary-color);
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

.bread-title {
  margin-bottom: 12px;
}

.bread-text {
  color: var(--title-color);
  font-weight: 400;
  padding: 0px 100px;
  margin: 0;
}

.contact-office-info {
  background: var(--gradient-color-1);
  border-radius: 12px;
  margin: 0 8%;
  position: relative;
  margin-top: -75px !important;
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .contact-office-info {
    margin: 0 14%;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs-content {
    padding: 80px 0px 0px;
  }
  .bread-text {
    padding: 0px;
  }
  .contact-office-info {
    margin: 0 5% !important;
    margin-top: -120px !important;
  }
  .contact-office-info-inner {
    padding: 24px 0px;
  }
  .contact-form-main.pd-top-55.pd-btm-80 {
    padding-top: 0;
  }
}

.c-info-title {
  color: #f8f9ff;
  font-weight: 600;
  margin-bottom: 16px;
}

.c-info-title i {
  margin-right: 8px;
  position: relative;
  top: 3px;
  font-size: 25px;
}

.c-info-text {
  color: #f8f9ff;
  margin: 0;
}

.c-info-wrapper {
  margin-top: 40px;
}

.contact-info-map .main-maps {
  margin: 0;
  margin-top: 40px;
  width: 100%;
  height: 275px;
}

.contact-office-info-inner {
  padding: 35px 0px 80px;
}

.contact-info-btm-wrapper {
  margin-top: 40px;
}

.c-info-btm-title {
  font-weight: 600;
  margin-bottom: 16px;
}

.c-info-btm-text {
  margin-bottom: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.c-bottom-info-btn .theme-btn {
  background: var(--primary-color);
  color: #f8f9ff;
  border-radius: 4px;
}

.c-bottom-info-btn .theme-btn:hover {
  background: var(--gradient-color-1);
  color: #f8f9ff;
}

.c-bottom-info-btn .telegram-btn {
  background: #08c;
}

.c-bottom-info-btn .skype-btn {
  background: #00aff0;
}

.contact-form-top {
  text-align: center;
  margin-bottom: 30px;
}

.c-form-top-title {
  font-weight: 600;
  margin-bottom: 24px;
}

.c-form-top-btn {
  border-radius: 4px;
  padding: 8px 17px;
  position: relative;
  display: inline-block;
}

.c-form-top-btn i {
  font-size: 24px;
  margin-right: 7px;
}

.c-form-top-btn::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  bottom: -4px;
  transform: rotate(45deg);
  left: 50%;
  margin-left: -4px;
}

.c-form-top-btn:hover {
  background: var(--primary-color);
  color: #f8f9ff;
}

.contact-form-inner {
  background: #f8f9ff;
  padding: 30px;
  border-radius: 4px;
}

.contact-form-inner .form-group {
  margin-bottom: 20px;
}

.contact-form-inner .form-group label {
  font-size: 14px;
  color: var(--paragraph-color);
  font-weight: 500;
  line-height: 145%;
  margin-bottom: 8px;
  margin-left: 12px;
}

.contact-form-inner .form-group input {
  width: 100%;
  height: 50px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 10px 12px;
  color: var(--paragraph-color);
}

.contact-form-inner .form-group textarea {
  width: 100%;
  height: 150px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 10px 12px;
  color: var(--paragraph-color);
}

.contact-form-bottom .checkbox-inline {
  bottom: 0;
  cursor: pointer;
  position: relative;
  left: 0;
  top: 0;
  padding-left: 25px;
  font-size: 14px;
  color: var(--paragraph-color);
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 20px;
}

.contact-form-bottom .checkbox-inline input {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0);
  display: none;
}

.contact-form-bottom .checkbox-inline::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--paragraph-color);
  box-sizing: border-box;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0);
}

.contact-form-bottom .checkbox-inline::after {
  font-family: "uicons-regular-rounded";
  content: "";
  position: absolute;
  color: #f8f9ff;
  left: 4px;
  top: 11px;
  font-size: 9px;
  line-height: 0px;
  display: none;
  background: var(--primary-color);
}

.contact-form-bottom .checkbox-inline a {
  color: var(--primary-color);
  font-weight: 600;
}

.contact-form-bottom .checkbox-inline.checked:after {
  display: block;
  color: var(--paragraph-color);
}

.contact-form-bottom .checkbox-inline.checked::before {
  background: rgba(0, 0, 0, 0);
  border: 1px solid var(--paragraph-color);
}

.contact-form-bottom button {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.contact-form-bottom button i {
  font-size: 27px;
  margin: 0;
  margin-right: 0px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

.order-form-area {
  padding-bottom: 80px;
}

.order-form-main {
  background: var(--white-color);
  box-shadow: 0px 12px 36px rgba(57, 62, 70, 0.08);
  border-radius: 4px;
  padding: 55px 80px;
  position: relative;
  margin-top: -170px;
}

.order-f-head {
  background: #f8f9ff;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 25px;
}

.order-f-head .form-group label {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  margin-bottom: 8px;
  margin-left: 12px;
  color: var(--paragraph-color);
}

.order-f-head .form-group input {
  width: 100%;
  height: 50px;
  background: #f1f3ff;
  border-radius: 4px;
  border: none;
  color: var(--paragraph-color);
  padding: 16px 12px;
  font-weight: 600;
}

.order-f-head .package-select {
  position: relative;
}

.order-f-head .package-select input {
  padding: 16px 140px 16px 12px;
}

.order-f-head .package-select .change-p-btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 141%;
  position: absolute;
  right: 12px;
  padding: 4px 8px;
  top: 34px;
  border-radius: 4px;
}

.order-f-head .package-details {
  display: flex;
}

.order-f-head .package-details .form-group {
  margin-right: 30px;
}

.order-f-head .package-details .form-group:last-child {
  margin: 0;
}

.order-form-inner .form-group {
  margin-bottom: 20px;
}

.order-form-inner .form-group label {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 8px;
  margin-left: 12px;
  color: var(--paragraph-color);
}

.order-form-inner .form-group input {
  background: var(--white-color);
  border: 1px solid var(--border-color);
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  padding: 16px 12px;
  color: var(--paragraph-color);
}

.order-form-inner .form-group:last-child {
  margin: 0;
}

.order-form-bottom {
  margin-top: 16px;
}

.order-form-bottom span {
  font-size: 13px;
  line-height: 160%;
  display: block;
  margin-bottom: 25px;
  font-weight: 500;
}

.order-form-bottom span a {
  color: var(--primary-color);
  font-weight: 600;
}

.order-form-bottom .checkbox-inline {
  bottom: 0;
  cursor: pointer;
  position: relative;
  left: 0;
  top: 0;
  padding-left: 25px;
}

.order-form-bottom .checkbox-inline input {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0);
  display: none;
}

.order-form-bottom .checkbox-inline::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--paragraph-color);
  box-sizing: border-box;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0);
}

.order-form-bottom .checkbox-inline::after {
  font-family: uicons-regular-rounded !important;
  content: "";
  position: absolute;
  color: var(--paragraph-color);
  left: 4px;
  top: 11px;
  font-size: 9px;
  line-height: 0px;
  display: none;
  background: var(--primary-color);
}

.order-form-bottom .checkbox-inline.checked:after {
  display: block;
}

.order-form-bottom .checkbox-inline.checked::before {
  background: rgba(0, 0, 0, 0);
  border: 1px solid var(--paragraph-color);
}

.order-form-bottom .button {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: none;
}

@media only screen and (max-width: 767px) {
  .order-form-main {
    padding: 20px;
  }
  .order-f-head .package-details .form-group {
    margin-right: 30px;
    margin-top: 20px;
  }
  .order-f-head .package-details .form-group:last-child {
    margin-top: 20px;
  }
}

.accordion-header {
  background: var(--white-color);
  box-shadow: none;
  border-radius: 4px;
}

.accordion-header strong {
  font-weight: 600;
  margin-right: 10px;
  color: var(--paragraph-color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .order-form-main {
    padding: 40px;
  }
}

.changelog-inner {
  background: var(--white-color);
  box-shadow: 0px 12px 36px rgba(57, 62, 70, 0.08);
  border-radius: 4px;
  padding: 0px 0px 80px 0px;
  position: relative;
  margin-top: -175px;
  margin-bottom: 80px;
}

.changelog-title {
  font-weight: 600;
  display: inline-block;
  background: #f8f9ff;
  position: relative;
  padding: 12px 16px 12px 24px;
  margin-left: 16px;
}

.changelog-title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 60px;
  background: var(--primary-color);
  top: 0;
  left: 0;
}

.changelog-wrapper {
  padding-top: 40px;
}

.changelog-inner .accordion-header {
  background: var(--white-color);
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #eff0f0;
}

.changelog-inner .accordion-title {
  color: var(--title-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  position: relative;
  padding-left: 24px;
}

.changelog-inner .accordion-title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  top: 8px;
  left: 0;
}

.changelog-inner .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.changelog-inner .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.changelog-inner .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 20px 16px 20px 16px;
  margin: 0;
}

.changelog-inner .accordion-button:focus {
  border-color: 0;
  outline: 0;
  box-shadow: none;
}

.changelog-inner .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  border: none;
}

.changelog-inner .accordion-item {
  background-color: var(--white-color);
  border: none;
}

.changelog-inner .accordion-body {
  padding: 0px 40px;
  margin-top: 30px;
}

.accordion-body-title {
  margin-bottom: 24px;
  text-align: center;
  font-weight: 600;
}

.accordion-body-content {
  margin: 45px 0px 20px 0px;
}

.accordion-body-text {
  color: var(--paragraph-color);
  font-weight: 400;
  margin-bottom: 24px;
}

.accordion-body-text a {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: underline;
}

.accordion-body-list li {
  color: var(--paragraph-color);
  font-size: 16px;
  line-height: 250%;
  font-weight: 400;
  position: relative;
  padding-left: 15px;
}

.accordion-body-list li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: var(--paragraph-color);
  border-radius: 100%;
  left: 0;
  top: 18px;
}

.accordion-button::after {
  content: "";
  font-family: "uicons-regular-rounded";
  text-align: center;
  color: var(--primary-color);
  display: block;
  font-size: 24px;
  background-image: none;
}

.accordion-button:not(.collapsed)::after {
  content: "";
  font-family: "uicons-regular-rounded";
  text-align: center;
  color: var(--primary-color);
  display: block;
  font-size: 24px;
  background-image: none;
}

.changelog-bottom-btn {
  margin-top: 50px;
  text-align: center;
}

.changelog-bottom-btn .theme-btn {
  background: #f8f9ff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 3px 24px;
}

.changelog-bottom-btn .theme-btn:hover {
  background: var(--primary-color);
  color: #f8f9ff;
  border: 1px solid rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 767px) {
  .changelog-inner .accordion-body {
    padding: 0px 25px;
  }
  .changelog-inner {
    padding: 0px 0px 50px 0px;
  }
}

.addons-breadcrumbs {
  background: #f8f9ff;
}

.addons-bread-cont-title {
  margin-bottom: 12px;
}

.addons-bread-cont-text {
  font-weight: 400;
  margin-bottom: 24px;
}

.addons-bread-cont-btn .theme-btn {
  border-radius: 4px;
}

.addons-bread-img {
  margin: 25px 0px;
}
.addons-bread-img img {
  width: 100%;
  height: 320px;
  object-fit: contain;
}
.addons_single-price h4 {
  font-size: 16px;
  margin-right: 10px;
  font-weight: 500;
  margin-bottom: 0;
}

.a-details-bread-big-title {
  margin-bottom: 24px;
}

.a-bread-back-btn {
  color: var(--primary-color);
  font-weight: 500;
  margin-top: 24px;
}

.a-bread-back-btn i {
  position: relative;
  top: 4px;
  margin-right: 8px;
  font-size: 20px;
}

.a-details-installation-list {
  background: var(--paragraph-color);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
}

.a-details-installation-list li {
  color: #f8f9ff;
  font-size: 15px;
}

.a-details-installation-list .active-color {
  color: var(--primary-color);
}

.addons-area {
  background: var(--white-color);
}

.addons_single-list {
  display: flex;
  align-items: center;
}

.addons__bar {
  padding: 12px 16px;
  -webkit-box-align: center;
  background: var(--white-color);
  box-shadow: 0px 16px 24px rgba(57, 62, 70, 0.08);
  border-radius: 8px;
}

.addons__button {
  position: absolute;
  left: 15px;
  top: 11px;
  font-size: 20px;
  color: var(--paragraph-color);
}
.addons__single-bar.addons__select .nice-select.form-control {
  margin: 0;
  width: 90%;
}
.addons__single-bar.addons__select .nice-select.form-control:focus {
  box-shadow: none;
}

@media only screen and (max-width: 991px) {
  .addons__single-bar.addons__select .nice-select.form-control {
    width: 100%;
  }
}
.addons__single {
  margin-top: 40px;
  box-sizing: border-box;
  padding: 0;
  transition: all 0.4s ease;
  background: var(--white-color);
  border: 1px solid #efeff1;
  border-radius: 12px;
}

.addons__single:hover {
  box-shadow: 0px 16px 24px rgba(51, 61, 77, 0.08);
}

.addons__title {
  font-size: 30px;
  margin-bottom: 25px;
}

.addons__head {
  position: relative;
}

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

.addons__badge {
  display: inline-block;
  padding: 2px 12px;
  font-weight: 600;
  position: absolute;
  right: 13px;
  background: var(--primary-color);
  box-shadow: 0px 1px 2px rgba(51, 61, 77, 0.08);
  border-radius: 13px;
  color: var(--white-color);
  top: 16px;
  margin: 0;
}

.addons__price {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 400;
}

.addons__price span {
  font-size: 25px;
  font-weight: 800;
  font-size: 30px;
}

.addons__body {
  margin-top: 10px;
  transition: all 0.4s ease;
  padding: 12px 16px 16px 16px;
  margin: 0;
}

.addons__body:hover .addons__single-title {
  color: var(--primary-color);
}

.addons__single-btn {
  color: var(--primary-color);
  display: inline-block;
  position: relative;
  color: var(--primary-color) !important;
}

.addons__single-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  background: var(--primary-color);
  width: 30px;
  height: 2px;
  line-height: 28px;
  display: block;
}

.addons__single-title {
  margin-top: 5px;
  font-weight: 700;
  font-size: 19px;
  line-height: 27px;
  transition: all 0.4s ease;
}

.addons__form {
  position: relative;
}

.addons__form input {
  height: 46px;
  padding: 10px 20px 10px 43px;
  width: 430px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  box-sizing: border-box;
  border-radius: 4px;
}

.addons_single-price {
  display: flex;
  align-items: center;
  margin-right: 35px;
}

.addons_single-price ul li {
  display: inline-block;
  border: 1px solid #dee0fe;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 2px;
}

.addons_single-price ul li:hover {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.addons_single-price ul li.active {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.addons_single-price:last-child {
  margin: 0;
}

.ddons_single-price-list li {
  margin-right: 24px;
}

.addons-single__list {
  background: #f8f9ff;
  border-radius: 4px;
}

.addons-single__list ul {
  padding: 0px 20px;
}

.addons-single__list ul li {
  display: flex;
  border-bottom: 1px solid var(--border-color);
  line-height: 26px;
  gap: 30px;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.addons-single__list ul li:last-child {
  border: none;
  margin: 0;
}

.addons-single__list ul li span {
  color: var(--paragraph-color);
  font-weight: 600;
}

.addons-single__list ul li b {
  font-weight: 500;
  font-size: 14px;
}

.breadcrumbs__price {
  color: var(--white-color);
  padding-left: 10px;
  border-left: 4px solid var(--primary-color);
  line-height: inherit;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}

.back-addons-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--white-color);
  margin-bottom: 70px;
  display: block;
}

.back-addons-btn:hover {
  color: var(--primary-color);
}

.back-addons-btn i {
  margin-right: 8px;
  font-size: 24px;
  position: relative;
  top: 3px;
}

.breadcrumbs__addons-details {
  background: linear-gradient(
    253.58deg,
    var(--primary-color) 2.89%,
    #26054d 55.71%
  );
  height: 492px;
}

.breadcrumbs__addons-details .breadcrumbs__img_slider {
  margin-top: 100px;
}

.breadcrumbs__addons-details .breadcrumbs__title {
  font-weight: 800;
  font-size: 39px;
  line-height: 53px;
  color: var(--white-color);
  margin-bottom: 8px;
}

.breadcrumbs__addons-details .breadcrumbs__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--white-color);
  margin-bottom: 32px;
}

.breadcrumbs__addons-details .breadcrumbs__text a {
  color: var(--primary-color);
  font-weight: 700;
}

.breadcrumbs__addons-details .breadcrumbs__btn .theme-btn {
  background: var(--primary-color);
  box-shadow: 0px 8px 16px rgba(46, 189, 177, 0.24);
  border-radius: 4px;
  color: var(--white-color);
}

.breadcrumbs__addons-details .breadcrumbs__btn .theme-btn:hover {
  background: var(--white-color);
  color: var(--primary-color);
}

.breadcrumbs__addons-details .breadcrumbs__btn .theme-btn i {
  margin-right: 10px;
  font-size: 24px;
}

.addons-single__tabs {
  margin-top: 40px;
}

.addons-single__tabs ul {
  display: flex;
  flex-direction: inherit;
  gap: 20px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: inherit;
  gap: 20px;
}

.addons-single__tabs ul li {
  display: inline-block;
}

.addons-single__tabs ul li a {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #dee0fe;
  box-sizing: border-box;
  color: #263238;
}

.addons-single__tabs ul li a:hover {
  background: var(--primary-color);
  border-color: rgba(0, 0, 0, 0);
  color: var(--white-color);
}

.addons-single__tabs ul li a.active {
  background: var(--primary-color);
  border-color: rgba(0, 0, 0, 0);
  color: var(--white-color);
}

.addons-single {
  background: #f7fcfc;
  padding-bottom: 80px;
}

.addons-single__left-content {
  margin-top: 40px;
}

.addons-single-left-btn {
  margin-bottom: 24px;
}

.addons-single-left-btn .theme-btn {
  border-radius: 4px;
  width: 100%;
  text-align: center;
  padding: 7px 24px;
}

.addons-single-left-btn .theme-btn i {
  margin-right: 10px;
  font-size: 24px;
}

.addons-single__list-title {
  color: #f8f9ff;
  font-size: 20px;
  padding: 12px 15px;
  margin-bottom: 15px;
  background: var(--paragraph-color);
  border-radius: 2px;
  font-weight: 600;
}

.list-features-main {
  margin-top: 40px;
}

.addons-single__title {
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efeff1;
  transition: all 0.4s ease;
  font-weight: 600;
}

.addons-single__single-list li {
  display: inline-block;
  width: 46%;
  line-height: 35px;
  position: relative;
  padding-left: 22px;
}

.addons-single__single-list li i {
  color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 10px;
}

.addons-single__single-list li.margin-right {
  margin-right: 28px;
}

.addons-single__title.addons-single__two {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #eee;
  border-bottom: 0px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.addons-single_video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-color-1);
  opacity: 0.92;
}

.addons-single_video.overlay {
  position: relative;
  margin-top: 24px;
}

.video-play a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid var(--white-color);
  line-height: 50px;
  text-align: center;
  color: var(--white-color);
  border-radius: 100%;
  margin-left: -25px;
  margin-top: -25px;
  cursor: pointer;
}

.video-play a:hover {
  background: var(--white-color);
  color: var(--white-color);
  color: var(--primary-color);
}

.addons-details-tab-menu {
  margin-bottom: 24px;
}

.addons-details-tab-menu .list-group {
  display: flex;
  flex-direction: initial;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}

.addons-details-tab-menu .list-group-item {
  display: block;
  padding: 0;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid var(--border-color);
  margin-right: 16px;
  padding: 10px 25px;
  border-radius: 2px;
}

.addons-details-tab-menu .list-group-item:last-child {
  margin-right: 0 !important;
}

.addons-details-tab-menu .list-group-item.active {
  background: var(--primary-color);
  color: #f8f9ff;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 0;
}

.addons-details-inner {
  margin-top: 40px;
}

.addons-details-area {
  padding-bottom: 80px;
}

.a-details-tab-text {
  font-weight: 400;
  margin-bottom: 30px;
}

.addons-lis-features li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 30px;
}

.addons-lis-features li i {
  color: var(--primary-color);
  margin-right: 10px;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 20px;
}

.addons-lis-features li:last-child {
  margin: 0 !important;
}

.addons-details-breadcrumbs {
  background: #f8f9ff;
}

.a-details-bread-content {
  text-align: center;
  padding: 65px 0px 115px;
}

.a-details-bread-sml-title {
  font-weight: 500;
  position: relative;
  font-weight: 500;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 6px;
}

.a-details-bread-sml-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: var(--primary-color);
  bottom: -1px;
  left: 50%;
  margin-left: -20px;
}

.a-details-bread-price {
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  margin: 0;
}

.a-details-bread-price span {
  font-weight: 600;
}

.a-details-bread-price:hover {
  color: var(--paragraph-color);
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .addons_single-list {
    justify-content: center;
    margin-top: 20px;
  }
  .addons__bar {
    padding: 30px;
  }

  .addons-breadcrumbs {
    padding: 80px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .addons__bar {
    padding: 30px;
  }

  .addons_single-list {
    justify-content: center;
    margin-top: 20px;
  }
  .addons-breadcrumbs {
    padding: 80px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .addons__form input {
    width: 100%;
  }
  .addons_single-list {
    display: block;
    margin-top: 20px;
  }
  .addons_single-price ul li {
    margin-bottom: 12px;
  }
  .addons__bar {
    padding: 20px 20px 8px 20px;
  }
  .addons-breadcrumbs {
    text-align: center;
    padding: 50px 0px;
  }
}

.blog-breadcrumbs {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

.blog-breadcrumbs::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--gradient-color-1);
  opacity: 0.92;
  top: 0;
  left: 0;
  z-index: -1;
}

.blog-bread-content {
  padding: 130px 0px;
  text-align: center;
  z-index: 22;
  position: relative;
}

.blog-bread-content-title {
  color: #f8f9ff;
  margin: 0;
}

.blog-wrapper {
  margin-top: 40px;
  background: #f8f9ff;
  border-radius: 4px;
  transition: all 0.4s ease;
}

.blog-wrapper:hover {
  background: var(--white-color);
  box-shadow: 0px 16px 40px rgba(57, 62, 70, 0.08);
}

.blog-wrapper:hover .blog-cont-title a {
  color: var(--primary-color);
}

.blog-content {
  padding: 16px 16px 24px 16px;
  border-radius: 10px;
}

.blog-img img {
  width: 100%;
  height: 100%;
}

.blog-cont-title {
  margin-bottom: 8px;
}

.blog-cont-title a {
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-cont-text {
  font-weight: 400;
  margin-bottom: 8px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-cont-btn {
  color: var(--primary-color);
  font-weight: 600;
}

.blog-cont-btn:hover {
  color: var(--primary-color);
}

.blog-d-widget-content-text {
  font-weight: 400;
  margin-bottom: 24px;
}

.blog-d-widget-content {
  margin-top: 40px;
}

.blog-d-widget-img {
  margin-top: 40px;
}

.blog-details-widget {
  padding-top: 20px;
  padding-bottom: 70px;
}

.blog-f-widget-top-title {
  text-align: center;
  margin-bottom: 24px;
}

.blog-f-widget-top-title {
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  margin-top: 30px;
}

.blog-f-widget-top-title::before {
  position: absolute;
  font-family: "uicons-regular-rounded";
  content: "";
  font-size: 120px;
  color: #ecf1f4;
  z-index: -1;
  top: -18px;
  left: 38px;
}

.blog-f-widget-top-text {
  font-weight: 400;
}

.blog-f-widget-content-title {
  line-height: 140%;
  margin-bottom: 16px;
}

.blog-f-widget-content-text {
  font-weight: 400;
  margin-bottom: 24px;
}

.blog-d-features-widget-img {
  margin-top: 70px;
}

.blog-d-features-list-img {
  margin-top: 40px;
}

.blog-d-features-list-inner {
  margin-top: 40px;
}

.blog-d-features-list-title {
  font-size: 35px;
  margin-bottom: 20px;
}

.blog-d-features-list-text {
  font-weight: 400;
  margin-bottom: 16px;
}

.blog-d-features-list-main li {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
}

.blog-d-features-list-main li:last-child {
  margin: 0;
}

.blog-d-features-list-main li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.blog-d-features-list {
  padding-top: 20px;
}

.related-blogs {
  background: #f8f9ff;
}

.related-blogs-title {
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-d-features-widget-img {
    text-align: center;
  }
  .blog-d-features-list-img {
    text-align: center;
  }
  .blog-d-widget-img {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .blog-d-features-widget {
    text-align: center;
  }
  .blog-d-features-widget-img {
    margin-top: 40px;
  }
  .blog-d-features-widget-content {
    margin-top: 40px;
  }
  .blog-d-features-list-title {
    font-size: 30px;
  }
  .blog-d-features-list-inner {
    text-align: center;
  }
  .blog-details.section-padding-2 {
    padding: 0px 0px 50px;
  }
}

/* Faq Area */
.faq-area {
  background: #f5f5f5;
  padding: 80px 0px;
}
.faq-inner {
  margin-top: 16px;
}
.single-faq-widget {
  margin-bottom: 16px;
  background: var(--white-color);
}
.single-faq-widget:last-child {
  margin: 0;
}
.single-faq-widget .accordion-button {
  background: var(--white-color);
  padding: 24px 72px 24px 24px;
  border-radius: 4px !important;
  transition: all 0.4s ease;
}
.single-faq-widget .accordion-button h6 {
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease;
}
.single-faq-widget .accordion-button h6 span {
  color: var(--primary-color);
}
.single-faq-widget .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: none !important;
}
.single-faq-widget .accordion-button:not(.collapsed) h6 {
  color: var(--primary-color);
}
.single-faq-widget .accordion-button:focus {
  box-shadow: none;
}
.faq-inner-body {
  padding: 0px 72px 24px 24px;
  border-top: 0 !important;
  background: transparent;
}
.faq-inner-body-text {
  margin: 0;
  line-height: 164%;
  font-weight: 500;
}
.single-faq-widget .accordion-button::after {
  background-image: none;
  transform: none;
  position: absolute;
  right: 24px;
  content: "";
  font-family: "uicons-regular-rounded";
  border-radius: 100%;
  text-align: center;
  transition: all 0.4s ease;
  font-size: 24px;
  top: 22px;
}
.single-faq-widget .accordion-button:not(.collapsed)::after {
  color: var(--primary-color);
  content: "";
}

@media only screen and (max-width: 767px) {
  .single-faq-widget .accordion-button h6 {
    font-size: 16px;
    -webkit-line-clamp: 3;
  }

  .faq-inner-body {
    padding: 0px 24px 24px 24px;
  }
}

.support-area {
  position: relative;
  padding: 80px 0px;
}

.support-area::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background: var(--gradient-color-1);
  left: 0;
  top: 0;
  z-index: -1;
}

.support-area::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(107.97deg, #2e3238 37.76%, #393e46 113.27%);
  right: 0;
  top: 0;
  z-index: -1;
}

.support-content-title {
  color: var(--white-color);
  margin-bottom: 16px;
}

.support-content-para {
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.support-wrapper.support-left {
  padding-right: 55px;
}

.support-wrapper.support-left .support-content-btn .theme-btn {
  background: #f8f9ff;
  color: var(--primary-color);
  border: 1px solid rgba(0, 0, 0, 0);
}

.support-wrapper.support-left .support-content-btn .theme-btn i {
  margin: 0;
  margin-right: 8px;
}

.support-wrapper.support-left .support-content-btn .theme-btn:hover {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #f8f9ff;
  color: #f8f9ff;
}

.support-wrapper.support-right {
  padding-left: 55px;
}

.support-wrapper.support-right .support-content-btn .theme-btn {
  background: var(--primary-color);
  box-shadow: 0px 2px 3px rgba(57, 62, 70, 0.16);
  color: #f8f9ff;
}

.support-wrapper.support-right .support-content-btn .theme-btn i {
  margin: 0;
  margin-right: 8px;
}

.support-wrapper.support-right .support-content-btn .theme-btn:hover {
  background: var(--gradient-color-1);
  color: #f8f9ff;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .support-content-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support-area::before {
    width: 100%;
    height: 50%;
  }
  .support-area::after {
    width: 100%;
    height: 50%;
    top: initial;
    bottom: 0;
  }
  .support-wrapper.support-right {
    padding-left: 0;
    padding-top: 70px;
  }
  .support-wrapper.support-left {
    padding-right: 0;
    padding-bottom: 90px;
  }
  .support-area {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .support-area::before {
    width: 100%;
    height: 50%;
  }
  .support-area::after {
    width: 100%;
    height: 50%;
    right: 0;
    top: initial;
    bottom: 0;
  }
  .support-area {
    text-align: center;
  }
  .support-wrapper.support-right {
    padding-left: 0;
  }
  .support-wrapper.support-left {
    padding-right: 0;
  }
  .support-wrapper.support-right {
    padding-left: 0;
    margin-top: 40px;
  }
  .support-wrapper.support-right .support-content-btn {
    padding-bottom: 40px;
  }
  .support-content-title {
    color: var(--white-color);
    margin-bottom: 16px;
    padding-top: 50px;
  }
  .support-area {
    padding: 20px 0px !important;
  }
}

.request-demo-form {
  background: var(--white-color);
  box-shadow: 0px 12px 36px rgba(57, 62, 70, 0.08);
  border-radius: 24px;
  padding: 40px;
  position: relative;
  margin-top: -175px;
  margin-bottom: 80px;
  z-index: 22;
}

.contact-form .form-group {
  margin-bottom: 24px;
}

.contact-form .form-group label {
  font-size: 14px;
  color: var(--paragraph-color);
  font-weight: 500;
  line-height: 145%;
  margin-bottom: 8px;
  margin-left: 12px;
}

.contact-form .form-group input {
  width: 100%;
  height: 50px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 10px 12px;
  color: var(--paragraph-color);
}

.contact-form .form-group input:focus {
  border: 1px solid var(--primary-color);
}

.contact-form .request-demo-button {
  margin-top: 20px;
}

.contact-form .request-demo-button .theme-btn {
  width: 100%;
  border: none;
}

.contact-form .agree-content {
  font-weight: 400;
}

.contact-form .agree-content a {
  font-weight: 500;
}

.contact-form .agree-content a:hover {
  color: var(--primary-color);
}

#demo-req-check {
  width: 15px;
  height: 15px;
  border-radius: 4px;
  border: 1px solid #333;
  margin-right: 2px;
}

.footer-top {
  background: linear-gradient(180deg, rgba(245, 246, 255, 0) 0%, #f5f6ff 100%);
  padding: 40px 0px 50px;
}

.footer-logo {
  margin-bottom: 24px;
}

.f-about-para {
  font-weight: 400;
  margin-bottom: 40px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.footer-widget {
  margin-top: 40px;
}

.footer-widget-title {
  font-weight: 600;
  margin-bottom: 24px;
}

.f-about-social {
  margin-bottom: 40px;
}

.f-about-social-title {
  font-weight: 400;
  margin-bottom: 16px;
  display: block;
}

.f-about-social-list li {
  display: inline-block;
  margin-right: 30px;
}

.f-about-social-list li a {
  font-size: 22px;
  color: var(--paragraph-color);
}

.f-about-social-list li a:hover {
  color: var(--primary-color);
}

.f-about-social-list li:last-child {
  margin: 0;
}

.footer-subscribe-form {
  max-width: 313px;
}

.footer-subscribe-form .f-subs-form-content {
  font-weight: 400;
  margin-bottom: 12px;
}

.f-subscribe-form-main {
  position: relative;
}

.f-subscribe-form-main input {
  width: 313px;
  height: 48px;
  background: #f8f9ff;
  border: 1px solid var(--border-color);
  border-radius: 24px;
  color: var(--paragraph-color);
  padding: 10px 118px 10px 16px;
  position: relative;
}

.f-subscribe-form-main .button {
  background: var(--primary-color);
  color: #f8f9ff;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  border-radius: 18px;
  padding: 5px 16px;
  position: absolute;
  width: 111px;
  height: 36px;
  right: 6px;
  top: 6px;
}

.f-subscribe-form-main .button:hover {
  background: var(--gradient-color-1);
}

.main-maps {
  position: relative;
  margin-bottom: 40px;
}

.main-maps iframe {
  width: 100%;
  height: 240px;
}

.map-direction-btn {
  position: absolute;
  left: 50%;
  margin-left: -70.5px;
  top: 50%;
  margin-top: -22.5px;
}

.map-direction-btn .theme-btn {
  background: #f8f9ff;
  box-shadow: 0px 8px 24px rgba(57, 62, 70, 0.24);
  color: var(--primary-color);
  font-size: 14px;
  padding: 6px 17px;
}

.map-direction-btn .theme-btn i {
  margin: 0;
  margin-right: 0px;
  margin-right: 4px;
  font-size: 16px;
  position: relative;
  top: 3px;
}

.map-direction-btn .theme-btn:hover {
  background: var(--primary-color);
  color: #f8f9ff;
}

.f-download-app .footer-widget-title {
  margin-bottom: 16px;
}

.footer-quick-links {
  margin-left: 105px;
}

.f-quick-links-list li {
  line-height: 145%;
  margin-bottom: 24px;
}

.f-quick-links-list li:last-child {
  margin: 0;
}

.f-quick-links-list li a:hover {
  color: var(--primary-color);
}

.footer-address-main {
  border-top: 1px solid var(--border-color);
  margin-top: 40px;
}

.footer-address-wrapper {
  margin-top: 40px;
  position: relative;
}

.footer-address-wrapper .footer-address-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.footer-address-wrapper .footer-address-icon i {
  color: var(--primary-color);
  font-size: 24px;
}

.footer-address-wrapper .footer-address-content {
  padding-left: 32px;
}

.f-address-cont-list li a {
  color: var(--paragraph-color);
  font-weight: 400;
}

.f-address-cont-list li a:hover {
  color: var(--primary-color);
}

.footer-bottom {
  background: var(--gradient-color-2);
  padding: 30px 0px;
}

.f-copyright-main-text,
.f-designby-text {
  color: #f8f9ff;
  font-weight: 400;
  margin: 0;
}

.f-copyright-main-text a,
.f-designby-text a {
  color: var(--primary-color);
}

.footer-right-content {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: right;
}
.footer-right-content span {
  color: var(--white-color);
}
.payment-currency-img li {
  display: inline-block;
  margin-right: 8px;
  color: #f8f9ff;
  font-weight: 400;
}

.payment-currency-img li:last-child {
  margin: 0;
}

.footer-bottom-notice {
  margin-top: 12px;
}

.footer-bottom-notice li {
  display: inline-block;
  margin-right: 16px;
}

.footer-bottom-notice li a {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 16px;
}

.footer-bottom-notice li:last-child {
  margin: 0;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .f-subscribe-form-main input {
    width: 100%;
  }
  .payment-currency-img li {
    margin-bottom: 8px;
  }
  .payment-currency-img li:last-child {
    margin-right: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-quick-links {
    margin-left: 80px;
  }
  .f-copyright-main-text {
    text-align: center;
    margin-bottom: 10px;
  }
  .f-copyright-main-text,
  .f-designby-text {
    text-align: center;
  }

  .footer-bottom-notice {
    text-align: center;
  }

  .footer-right-content {
    justify-content: center;
    margin-top: 12px;
  }
  .footer-bottom {
    padding: 30px 0px 52px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-quick-links {
    margin-left: 0;
  }
  .f-copyright-main-text {
    text-align: center;
    margin-bottom: 10px;
  }
  .f-copyright-main-text,
  .f-designby-text {
    text-align: center;
  }
  .payment-currency-img li {
    margin-bottom: 8px;
  }
  .f-subscribe-form-main input {
    width: 100%;
  }

  .footer-bottom-notice {
    text-align: center;
  }

  .footer-right-content {
    justify-content: center;
    margin-top: 12px;
  }
  .footer-bottom {
    padding: 30px 0px 52px;
  }
}

/* Social Media Fixed Button */
#st-chat {
  position: relative;
}
#st-chat a {
  display: block;
}
#static-btn-holder .st-chat-icon-holders {
  box-shadow: rgba(39, 41, 43, 0.152) 0px 8px 24px;
}

#static-btn-holder {
  cursor: pointer;
}

.st-chat-container {
  position: fixed;
  bottom: 40px;
  right: 100px;
}

.st-chat-icon-holders {
  position: absolute;
  bottom: 0;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  transition: all 300ms ease-in-out;
}

.st-sticky-cross {
  opacity: 0;
}
.svgSizeController {
  width: 54px;
  height: 54px;
}
@media (max-width: 768px) {
  .svgSizeController {
    width: 45px;
    height: 45px;
  }
  .st-chat-icon-holders {
    width: 45px;
    height: 45px;
  }
  .st-chat-container {
    right: 48px;
    bottom: 37px;
  }
}
