@import url(https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400&display=swap);
.header-container {
  max-width: 1440px;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

/*!
 * Bootstrap v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #1717e5;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #f3f3f3;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 243, 243, 243;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 243, 243, 243;
  --bs-body-bg-rgb: 27, 47, 65;
  --bs-font-sans-serif: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #f3f3f3;
  --bs-body-bg: #1b2f41;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}

.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}

.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

.small,
small {
  font-size: 0.875em;
}

a {
  color: #f3f3f3;
  text-decoration: none;
}

a:hover {
  color: #73cbff;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody,
td,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role='button'] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

[type='button'],
[type='submit'],
button {
  -webkit-appearance: button;
}

[type='button']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

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

.container,
.container-fluid,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-xl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.gx-3 {
  --bs-gutter-x: 1rem;
}

.gy-3 {
  --bs-gutter-y: 1rem;
}

.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #f3f3f3;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #f3f3f3;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #f3f3f3;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #f3f3f3;
  vertical-align: top;
  border-color: #dee2e6;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #f3f3f3;
  background-color: #1b2f41;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type='file'] {
  overflow: hidden;
}

.form-control[type='file']:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #f3f3f3;
  background-color: #1b2f41;
  border-color: #f9f9f9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(243, 243, 243, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #f3f3f3;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #f3f3f3;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  color: #f3f3f3;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #f3f3f3;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(243, 243, 243, 0.25);
}

.btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #000;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.btn-primary:hover {
  color: #000;
  background-color: #f5f5f5;
  border-color: #f4f4f4;
}

.btn-primary:focus {
  color: #000;
  background-color: #f5f5f5;
  border-color: #f4f4f4;
  box-shadow: 0 0 0 0.25rem rgba(207, 207, 207, 0.5);
}

.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #f5f5f5;
  border-color: #f4f4f4;
}

.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(207, 207, 207, 0.5);
}

.btn-primary:disabled {
  color: #000;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.9rem;
  color: #f3f3f3;
  text-align: left;
  list-style: none;
  background-color: #2e5578;
  background-clip: padding-box;
  border: 1px solid #2e5578;
  border-radius: 0.25rem;
}

.dropdown-divider {
  height: 0;
  margin: 0rem 0;
  overflow: hidden;
  border-top: 1px solid #6f8cab;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.8rem 1rem;
  clear: both;
  font-weight: 400;
  color: #f3f3f3;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #f3f3f3;
  background-color: #6f8cab;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #f3f3f3;
  text-decoration: none;
  background-color: #6f8cab;
}

.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #f3f3f3;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:focus,
.nav-link:hover {
  color: #73cbff;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f3f3f3;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.navbar-dark .navbar-brand {
  color: #f3f3f3;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #f3f3f3;
}

.navbar-dark .navbar-nav .nav-link {
  color: #bbc8df;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #f3f3f3;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #f3f3f3;
}

.navbar-dark .navbar-toggler {
  color: #bbc8df;
  border-color: #bbc8df;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23bbc8df' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #f3f3f3;
  text-align: left;
  background-color: #2e5578;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: #dbdbdb;
  background-color: #2e5578;
  box-shadow: inset 0 -1px 0 #1b2f41;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f3f3f3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: '';
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b9bdc5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #1b2f41;
  border: 1px solid #1b2f41;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #d1d1d1;
  content: var(--bs-breadcrumb-divider, '/');
}

.breadcrumb-item.active {
  color: #6c757d;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #f3f3f3;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 0.5rem;
  color: #212529;
  background-color: #2e5578;
  border: 1px solid #2e5578;
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #2e5578;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: '';
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: '';
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0;
  }
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.top-0 {
  top: 0 !important;
}

.start-0 {
  left: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.h-100 {
  height: 100% !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.m-auto {
  margin: auto !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-3 {
  padding: 1rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}

.btn-primary {
  color: #2e743a;
  background-color: #3c994c;
  border-color: #317e3e;
}

.btn-primary:hover {
  color: #112b15;
  background-color: #43ab55;
  border-color: #4eba61;
}

.btn-primary:focus {
  color: #112b15;
  background-color: #43ab55;
  border-color: #4eba61;
  box-shadow: 0 0 0 0.25rem rgba(49, 124, 62, 0.5);
}

.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #63ad70;
  border-color: #468a52;
}

.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 124, 62, 0.5);
}

.btn-primary:disabled {
  color: #000;
  background-color: #3c994c;
  border-color: #317e3e;
}

.btn-secondary {
  color: #ff3e24;
  background-color: #ff6b57;
  border-color: #ff4931;
}

.btn-secondary:hover {
  color: #bd1700;
  background-color: #ff8171;
  border-color: #ff988a;
}

.btn-secondary:focus {
  color: #bd1700;
  background-color: #ff8171;
  border-color: #ff988a;
  box-shadow: 0 0 0 0.25rem rgba(255, 72, 47, 0.5);
}

.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #ff8979;
  border-color: #ff5b45;
}

.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 72, 47, 0.5);
}

.btn-secondary:disabled {
  color: #000;
  background-color: #ff6b57;
  border-color: #ff4931;
}

.section-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.section-button li {
  padding: 0 10px;
  margin-bottom: 20px;
  list-style: none;
}

.section-button .main-btn {
  padding: 20px 45px;
}

.section-button .main-btn {
  padding: 15px 35px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.section-button .first-button {
  color: #f3f3f3;
  border: 2px solid #2e5578;
  background: #2e5578;
}

.section-button .first-button:hover {
  color: #f3f3f3;
  border: 2px solid #6293be;
  background: #6293be;
}

.section-button .second-button {
  color: #f3f3f3;
  border: 2px solid #2e5578;
  background: #1b2f41;
}

.section-button .second-button:hover {
  color: #f3f3f3;
  border: 2px solid #6293be;
  background: #6293be;
}

.main-btn {
  padding: 15px 35px;
  border-radius: 3px;
  background: #fff;
  color: #2647c8;
  font-size: 17px;
  font-weight: 400;
  border: 2px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.main-btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.show {
  display: block !important;
}

.nav-link:focus {
  color: #f3f3f3;
}

.vertical-content {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.about-content .h1,
.about-content h1 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #f3f3f3;
}

.about-content .h3,
.about-content h3 {
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 25px;
  color: #f3f3f3;
}

.about-content .h4,
.about-content h4 {
  line-height: 1.4;
  margin-bottom: 15px;
  font-size: 23px;
  color: #f3f3f3;
}

.grid-index {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 7px;
  padding: 0;
  list-style: none;
  width: 100%;
  margin-left: 10px;
}

.reseller-plans-width {
  max-width: 1500px;
}

.box-features-sevices-home {
  background: #2e5578;
  border-radius: 10px;
  padding: 35px 15px 25px;
  width: 100%;
  display: block;
  margin-top: 5px;
  position: relative;
  margin-bottom: 30px;
}

.icon-box-text-price {
  font-size: 21px;
  font-weight: 600;
  color: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-features-sevices-home .box-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #f3f3f3;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.box-features-sevices-home .box-text {
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #f3f3f3;
  margin-top: 15px;
  line-height: 22px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: 120px;
}

.box-features-sevices-home .box-text {
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #f3f3f3;
  margin-top: 15px;
  line-height: 22px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 80px;
}

.box-features-sevices-home .box-btn {
  display: block;
  margin-top: 30px;
  padding: 9px;
  text-align: center;
  border-radius: 5px;
  color: #f3f3f3;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  background: #3c994c;
  border: 2px solid #3c994c;
  box-shadow: 3px 4px 31px 0 rgba(111, 92, 253, 0.39);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.box-features-sevices-home .box-btn:hover {
  background: #4bb75d;
  border: 2px solid #4bb75d;
  color: #f3f3f3;
}

.accordion-flush {
  border: 1px solid #2e5578;
}

.blue-bg {
  background: #1b2f41;
}

.solution-btn i {
  margin-left: 5px;
}

@font-face {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400;
  src: local('Nunito'), local('Nunito'), url(https://fonts.gstatic.com/s/nunito/v7/1TiHc9yag0wq3lDO9cw0vpBw1xU1rKptJj_0jans920.woff2) format('woff2');
  font-display: swap;
}

.about-content2 .h3,
.about-content2 h3 {
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 20px;
  color: #f3f3f3;
}

.about-content2 p {
  margin-bottom: 20px;
  color: rgba(224, 232, 255, 0.9);
  font-size: 16px;
}

.about-content .upper-heading {
  font-size: 20px;
  text-transform: uppercase;
  color: #2e5578;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-weight: 700;
}

.about-content .h3,
.about-content h3 {
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 25px;
  color: #f3f3f3;
}

.font-weight-600 {
  font-weight: 600;
}

.about-content p {
  margin-bottom: 15px;
  color: rgba(224, 232, 255, 0.9);
  font-size: 16px;
}

.review-button {
  background: #2e5578;
  padding: 10px;
  font-size: 16px;
  color: #f3f3f3;
  margin-top: 20px;
  border-radius: 5px;
}

.review-button:hover {
  background: #547c9f;
  color: #f3f3f3;
  text-decoration: none;
}

.about-image img {
  max-height: 210px;
}

.about-image i {
  background: #2e5578;
  color: gold;
  width: 20%;
  border-radius: 10px;
  border: 3px solid #1b2f41;
  font-size: 35px;
  text-align: center;
  line-height: 55px;
}

.about-image .h4,
.about-image h4 {
  margin: 15px 10px 15px 0;
}

.vertical-content {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.d-block {
  display: block !important;
}

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

.cp-selector .asuradiscount {
  background: #3b984c;
  color: #f3f3f3;
  font-size: 12px;
  width: 40px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: -25px;
  right: 4px;
  border-radius: 4px 4px 0 0;
}

.cp-selector .asuradiscount2 {
  background: #3b984c;
  color: #f3f3f3;
  font-size: 12px;
  width: 40px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: -25px;
  left: 4px;
  border-radius: 4px 4px 0 0;
}

.asurablocks {
  color: #7ace5e;
  margin: 3px;
  width: 14px;
}

.asurablocksred {
  color: #ff8878;
  margin: 3px;
  width: 14px;
}

.asurablocksorange {
  color: orange;
  margin: 3px;
  width: 14px;
}

.asuraplanblock-default {
  background: #2e5578;
  margin-bottom: 10px;
}

.second-pricing-table {
  text-align: center;
  padding: 30px 30px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  color: #f3f3f3;
}

.second-pricing-table-title {
  text-align: left;
  margin-bottom: 20px;
  font-size: 20px;
}

.second-pricing-table-price {
  text-align: left;
  font-size: 30px;
  display: block;
  margin: 20px 0;
  font-style: inherit !important;
}

.second-pricing-table-body li {
  list-style: none;
  font-size: 14px;
  padding: 5px;
  font-weight: 700;
  border-radius: 30px;
  color: rgba(224, 232, 255, 0.8);
  position: relative;
  z-index: 1;
}

.second-pricing-table-body li b {
  color: #ddd;
  font-weight: 700;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  text-align: center !important;
  justify-content: center !important;
}

.control-panel-image img {
  position: absolute;
  right: 30px;
  top: 25px;
  width: 100px;
}

.progress-bar {
  background-color: #3c994c;
  border-right: 1px solid #1b2f41;
}

.progress-bar:last-child {
  background-color: #3c994c;
  border-right: 0;
}

.progress {
  background-color: #1b2f41;
}

.multiple-services {
  position: relative;
  text-align: center;
  padding: 30px 0;
  margin: 20px 0 0 0;
}

.multiple-services .h3,
.multiple-services h3 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 500;
}

.multiple-services .sep {
  border: none;
  text-align: center;
  display: table;
  transition: all 0.5s ease 0s;
  width: 60px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.multiple-services:hover .sep {
  transition: all 0.5s ease 0s;
  width: 80px;
}

.multiple-services .left_arrow:after,
.multiple-services .left_arrow:before,
.multiple-services .right_arrow:after,
.multiple-services .right_arrow:before {
  position: absolute;
  transition: 0.3s;
  content: '';
}

.multiple-services .left_arrow:before,
.multiple-services .right_arrow:before {
  width: 80px;
  height: 2px;
}

.multiple-services .left_arrow:after,
.multiple-services .right_arrow:after {
  width: 2px;
  height: 80px;
}

.multiple-services .right_arrow:before {
  right: 0;
  bottom: -1px;
}

.multiple-services .right_arrow:after {
  right: -1px;
  bottom: 0;
}

.multiple-services .left_arrow:before {
  left: 0;
  top: -1px;
}

.multiple-services .left_arrow:after {
  left: -1px;
  top: 0;
}

.multiple-services:hover .left_arrow:before,
.multiple-services:hover .right_arrow:before {
  width: 100%;
  transition: 0.3s;
}

.multiple-services:hover .left_arrow:after,
.multiple-services:hover .right_arrow:after {
  height: 100%;
  transition: 0.3s;
}

.multiple-services .price {
  font-size: 38px;
  padding: 0 0 20px 0;
  font-weight: 600;
}

.multiple-services .price span {
  font-size: 22px;
}

.multiple-services .title-price {
  float: left;
  width: 100%;
  font-size: 14px;
}

.multiple-services .sep {
  background: #2e5578;
}

.multiple-services .left_arrow:after,
.multiple-services .left_arrow:before,
.multiple-services .right_arrow:after,
.multiple-services .right_arrow:before {
  background: #2e5578;
  font-size: 20px;
}

.multiple-services .button {
  background: #3c994c;
  border: 2px solid #3c994c;
  display: inline-block;
  color: #f3f3f3;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  padding: 5px;
  width: 50%;
  border-radius: 5px;
  text-decoration: none !important;
}

.multiple-services .button:hover {
  background: #4bb75d;
  border: 2px solid #4bb75d;
  color: #f3f3f3;
}

.center-box-features {
  padding: 20px;
  text-align: center;
  border-radius: 15px;
  background: #2e5578;
}

.left-box-features {
  padding: 20px;
  text-align: center;
  border-radius: 15px;
  background: #2e5578;
}

.center-box-features .number,
.left-box-features .number,
.right-box-features .number {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 4px;
}

.center-box-features .text,
.left-box-features .text,
.right-box-features .text {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 1px;
}

.center-box-features .text2,
.left-box-features .text2,
.right-box-features .text2 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 1px;
}

.small-box-features {
  float: left;
  padding: 10px;
  text-align: center;
  width: 33%;
  border: 5px solid #1b2f41;
  border-radius: 15px;
  background: #2e5578;
}

.header-image img {
  max-height: 300px;
}

.small-box-features i {
  font-size: 50px;
}

.right-box-features {
  padding: 20px;
  text-align: center;
  border-radius: 15px;
  background: #2e5578;
}

.more-features-button {
  background: #2e5578;
  border: 2px solid #2e5578;
  margin-top: 5px;
  display: inline-block;
  color: #f3f3f3;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  padding: 9px;
  border-radius: 5px;
  text-decoration: none !important;
}

.more-features-button:hover {
  background: #6293be;
  border: 2px solid #6293be;
  color: #f3f3f3;
}

.block-spacing {
  margin-top: 2.5rem !important;
}

.features-five .review-content {
  padding: 15px 25px 0 25px;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  background: #1b2f41;
  border: 2px dashed #2e5578;
  transition: 0.1s linear;
  margin-bottom: 20px;
}

.review-paragraph {
  overflow: hidden;
  margin: 15px;
}

#review {
  font-size: 1rem;
  line-height: 1.5;
}

.reviewshow.collapse:not(.show) {
  display: block;
  height: 3rem;
  overflow: hidden;
}

.reviewshow.collapsing {
  height: 3rem;
}

#review a.collapsed::after {
  content: '+ Show More';
}

#review a:not(.collapsed)::after {
  content: '- Show Less';
}

.features-five .text .h4,
.features-five .text h4 {
  line-height: 60px;
  font-size: 18px;
}

.features-five .text .h5,
.features-five .text h5 {
  line-height: 60px;
  font-weight: 600;
  font-size: 14px;
}

.features-five .text {
  margin-bottom: 10px;
}

.features-five img {
  background: #2e5578;
  border: 2px solid #2e5578;
  width: 50px;
  border-radius: 15px;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
  margin: 15px 15px 0 0;
  float: right;
}

.features-five .h4,
.features-five h4 {
  font-weight: 700;
  font-size: 16px;
}

.features-five .column {
  display: inline-block;
  margin-bottom: 40px;
}

.features-five .reviews {
  height: 40px;
  width: 100%;
}

.review-content .h5,
.review-content h5 {
  line-height: 15px !important;
  font-size: 14px !important;
}

.features-five .reviews i {
  background: #2e5578;
  color: gold;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  font-size: 15px;
  text-align: center;
  line-height: 25px;
  margin: 5px 10px 0 0;
}

.features-five i {
  background: #2e5578;
  width: 55px;
  height: 50px;
  border-radius: 5px;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
  margin: 5px 15px 0 0;
  float: left;
}

.features-five .btn {
  margin: 0 auto;
}

.features-five .buttons {
  margin: 50px auto 0;
  text-align: center;
  width: 200px;
}

.banner-servers-box {
  overflow: hidden;
  padding: 25px 24px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 6px 6px 0 0;
  position: relative;
  background-image: linear-gradient(90deg, #2e5578 0, #2e5578 100%);
  color: #fff;
  height: 100px;
}

.banner-servers-box:before {
  content: '';
  position: absolute;
  background: url(../img/counter/counter-bg.png) no-repeat !important;
  height: 100px;
  width: 100%;
  top: 0;
  z-index: 0;
  opacity: 0.5;
}

.banner-text-left .h5,
.banner-text-left h5 {
  font-size: 17px;
  font-weight: 100;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 5px;
  letter-spacing: -0.4px;
}

.banner-text-left .h5 strong,
.banner-text-left h5 strong {
  font-weight: 600;
  margin-left: 8px;
}

.banner-text-left p {
  color: #ececef;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 0;
}

.benchmarks-link {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  position: absolute;
  top: 0;
  background: rgba(19, 19, 21, 0.13);
  width: 220px;
  right: 0;
  text-align: center;
  bottom: 0;
  line-height: 100px;
  font-size: 17px;
  color: #fff;
  text-decoration: none !important;
}

.benchmarks-link:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 80px;
  border-color: transparent transparent rgba(19, 19, 21, 0.13) transparent;
  content: '';
  top: 0;
  position: absolute;
  left: -80px;
}

.server-tabls-head {
  margin: auto;
  background: #305474;
  padding: 20px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px !important;
}

.server-tabls-body {
  margin-bottom: 30px;
  margin-top: -15px;
  border-bottom: 2px solid #2e5578;
  border-left: 2px solid #2e5578;
  border-right: 2px solid #2e5578;
}

.server-tabls-row {
  position: relative;
  background-color: #1b2f41;
  box-shadow: 0 1px 15px rgba(15, 24, 51, 0.11);
  border-top: 2px solid #2e5578;
  transition: all ease-in-out 0.15s;
  padding: 25px 20px;
  font-size: 14px;
  color: #f3f3f3;
  margin: 10px 0;
  overflow: hidden;
}

.server-tabls-row .server-order-button {
  background-color: #ff6b57;
  color: #f3f3f3;
  padding: 8px 30px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin: -7px 0;
  text-transform: capitalize;
}

.server-tabls-row .server-order-button:hover {
  background-color: #ff6b57;
  color: #f3f3f3;
  padding: 8px 30px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin: -7px 0;
  text-decoration: none;
}

.server-tabls-row .span-info-servers {
  border: 1px solid #3a89e8;
  border-radius: 4px;
  padding: 1px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-left: 11px;
}

@media (min-width: 768px) {
  .seven-cols .col-md-1 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1 {
    width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
    flex: none !important;
  }
}

@media (min-width: 1200px) {
  .seven-cols .col-md-1 {
    width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
    flex: none !important;
  }
}

@media (min-width: 768px) {
  .server-spects-for-mobile {
    display: none;
  }
}

.hasTooltip span {
  display: none;
  color: #f3f3f3;
  text-decoration: none;
}

.hasTooltip:hover span {
  display: block;
  position: absolute;
  background-color: #3c994c;
  margin-left: 15px;
  margin-top: -5px;
  left: 100%;
  top: 0;
  padding: 10px;
  border-radius: 5px;
  width: 300px;
  font-weight: 500;
  line-height: 1.5;
  font-size: 15px;
  z-index: 5;
  font-family: Nunito, Arial;
}

.hasTooltip:hover span p {
  margin-bottom: 0;
}

.asuracomparisonselector {
  background-color: #2e5578 !important;
  width: 25%;
  min-width: 200px;
}

.asuraplan2 {
  background-color: #2e5578 !important;
  width: 16.25%;
  min-width: 100px;
}

.asuraplan3 {
  background-color: #2e5578 !important;
  width: 16.25%;
  min-width: 100px;
}

.asuraplan4 {
  background-color: #2e5578 !important;
  width: 16.25%;
  min-width: 100px;
}

.asuraplan5 {
  background-color: #2e5578 !important;
  width: 16.25%;
  min-width: 100px;
}

.table-dedicated-hosting-container {
  margin: 40px 0;
  -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 27px rgba(0, 0, 0, 0.07);
  padding: 20px;
  border: 2px solid #2e5578;
}

.table-dedicated-hosting-header {
  width: 100%;
}

.table-dedicated-hosting-header th {
  border-top: 0;
  padding: 35px 20px 0;
  vertical-align: middle !important;
  border-bottom: 0 !important;
}

.table-dedicated-hosting-body td,
.table-dedicated-hosting-body th {
  vertical-align: middle !important;
  padding: 30px 15px;
  border-top: 1px solid #ebeff3;
}

.table-dedicated-hosting-body th b {
  font-weight: 600;
  font-size: 15px;
  display: block;
  color: #f3f3f3;
}

.table-striped tbody.table-dedicated-hosting-body tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}

.table-dedicated-hosting-header .plan-name-dedicated {
  font-weight: 600;
  font-size: 14px;
  display: block;
  text-align: center;
  color: #f3f3f3;
}

.table-dedicated-hosting-header .price-dedicated.second-pricing-table-price {
  margin: 0;
  text-align: center;
}

.table-dedicated-hosting-header .price-dedicated.second-pricing-table-price i {
  color: #f3f3f3;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.table-dedicated-hosting-header .price-dedicated.second-pricing-table-price i span {
  font-size: 15px;
}

.plan-dedicated-config {
  font-weight: 500;
  font-size: 14px;
  display: block;
  text-align: center;
  color: #f3f3f3;
}

.plan-dedicated-config i {
  font-size: 17px;
  color: #65b949;
  vertical-align: middle;
}

.expand-row2 {
  background: #2e5578 !important;
  cursor: pointer;
  font-size: 15px;
  color: #f3f3f3;
  border-bottom: 2px solid #1b2f41 !important;
  border-top: 2px solid #2e5578 !important;
}

.expand-row2.active {
  background: #2e5578 !important;
  cursor: pointer;
  font-size: 15px;
  color: #f3f3f3;
}

.indicator {
  display: inline-block;
}

.indicator2 {
  display: none;
}

.expand-row2.active .indicator {
  display: none;
}

.expand-row2.active .indicator2 {
  display: inline-block;
}

.table-row {
  border-top: 2px solid #2e5578 !important;
}

.table-bottom {
  background: #2e5578;
}

.expanded-row {
  display: none;
}

.expanded-row2 {
  display: none;
}

.expanded-row3 {
  display: none;
}

.expanded-row4 {
  display: none;
}

.expanded-row5 {
  display: none;
}

.second-pricing-table-price2 {
  text-align: left;
  font-size: 30px;
  display: block;
  margin: 10px 0;
  font-style: inherit !important;
}

.second-pricing-table-price2 i {
  font-style: inherit !important;
  font-weight: 700;
}

.second-pricing-table-price2 .small,
.second-pricing-table-price2 small {
  opacity: 0.5;
  font-size: 14px;
}

.second-pricing-table-price2.monthly .yearly {
  display: none;
}

.second-pricing-table-price2.yearly .monthly {
  display: none;
}

.second-pricing-table-price2.monthly-cpanel .monthly-directadmin,
.second-pricing-table-price2.monthly-cpanel .yearly-cpanel,
.second-pricing-table-price2.monthly-cpanel .yearly-directadmin {
  display: none;
}

.second-pricing-table-price2.yearly-cpanel .monthly-cpanel,
.second-pricing-table-price2.yearly-cpanel .monthly-directadmin,
.second-pricing-table-price2.yearly-cpanel .yearly-directadmin {
  display: none;
}

.second-pricing-table-price2.monthly-directadmin .monthly-cpanel,
.second-pricing-table-price2.monthly-directadmin .yearly-cpanel,
.second-pricing-table-price2.monthly-directadmin .yearly-directadmin {
  display: none;
}

.second-pricing-table-price2.yearly-directadmin .monthly-cpanel,
.second-pricing-table-price2.yearly-directadmin .monthly-directadmin,
.second-pricing-table-price2.yearly-directadmin .yearly-cpanel {
  display: none;
}

.second-pricing-table-price2.monthly .yearly {
  display: none;
}

.second-pricing-comparison-price.monthly .yearly {
  display: none;
}

.second-pricing-comparison-price.yearly .monthly {
  display: none;
}

.second-pricing-comparison-price.monthly-cpanel .monthly-directadmin,
.second-pricing-comparison-price.monthly-cpanel .yearly-cpanel,
.second-pricing-comparison-price.monthly-cpanel .yearly-directadmin {
  display: none;
}

.second-pricing-comparison-price.yearly-cpanel .monthly-cpanel,
.second-pricing-comparison-price.yearly-cpanel .monthly-directadmin,
.second-pricing-comparison-price.yearly-cpanel .yearly-directadmin {
  display: none;
}

.second-pricing-comparison-price.monthly-directadmin .monthly-cpanel,
.second-pricing-comparison-price.monthly-directadmin .yearly-cpanel,
.second-pricing-comparison-price.monthly-directadmin .yearly-directadmin {
  display: none;
}

.second-pricing-comparison-price.yearly-directadmin .monthly-cpanel,
.second-pricing-comparison-price.yearly-directadmin .monthly-directadmin,
.second-pricing-comparison-price.yearly-directadmin .yearly-cpanel {
  display: none;
}

.second-pricing-comparison-price.monthly .yearly {
  display: none;
}

.features-directadmin .cpanel {
  display: none;
}

.features-cpanel .directadmin {
  display: none;
}

.features-comparison-directadmin td.cpanel-comparison {
  display: none;
}

.features-comparison-cpanel td.directadmin-comparison {
  display: none;
}

.control-panel-image.directadmin .cpanel-logo-plan {
  display: none;
}

.control-panel-image.cpanel .directadmin-logo-plan {
  display: none;
}

.order-buttons.monthly-directadmin .monthly-cpanel,
.order-buttons.monthly-directadmin .yearly-cpanel,
.order-buttons.monthly-directadmin .yearly-directadmin {
  display: none;
}

.order-buttons.yearly-directadmin .monthly-cpanel,
.order-buttons.yearly-directadmin .monthly-directadmin,
.order-buttons.yearly-directadmin .yearly-cpanel {
  display: none;
}

.order-buttons.monthly-cpanel .monthly-directadmin,
.order-buttons.monthly-cpanel .yearly-cpanel,
.order-buttons.monthly-cpanel .yearly-directadmin {
  display: none;
}

.order-buttons.yearly-cpanel .monthly-cpanel,
.order-buttons.yearly-cpanel .monthly-directadmin,
.order-buttons.yearly-cpanel .yearly-directadmin {
  display: none;
}

.order-buttons-comparison.monthly-directadmin .monthly-cpanel,
.order-buttons-comparison.monthly-directadmin .yearly-cpanel,
.order-buttons-comparison.monthly-directadmin .yearly-directadmin {
  display: none;
}

.order-buttons-comparison.yearly-directadmin .monthly-cpanel,
.order-buttons-comparison.yearly-directadmin .monthly-directadmin,
.order-buttons-comparison.yearly-directadmin .yearly-cpanel {
  display: none;
}

.order-buttons-comparison.monthly-cpanel .monthly-directadmin,
.order-buttons-comparison.monthly-cpanel .yearly-cpanel,
.order-buttons-comparison.monthly-cpanel .yearly-directadmin {
  display: none;
}

.order-buttons-comparison.yearly-cpanel .monthly-cpanel,
.order-buttons-comparison.yearly-cpanel .monthly-directadmin,
.order-buttons-comparison.yearly-cpanel .yearly-directadmin {
  display: none;
}

.vps-buttons.monthly .yearly {
  display: none;
}

.vps-buttons.yearly .monthly {
  display: none;
}

.order-buttons.monthly .yearly {
  display: none;
}

.order-buttons.yearly .monthly {
  display: none;
}

#custom-reseller-comparison-options {
  padding: 20px 0 10px;
  min-width: 200px;
  display: flex;
  flex-wrap: wrap;
}

#custom-reseller-comparison-options a {
  color: #f3f3f3;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}

#custom-reseller-comparison-options a.active {
  color: #f3f3f3;
  font-weight: 700;
}

#custom-reseller-comparison-options a:first-child {
  padding-right: 40px;
}

#custom-reseller-comparison-options a:last-child {
  padding-left: 40px;
}

#custom-reseller-comparison-options a:first-child::after {
  content: '';
  position: absolute;
  height: 21px;
  width: 50px;
  background: #1b2f41;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  border-radius: 40px;
}

#custom-reseller-comparison-options a:last-child::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #7ace5e;
  width: 18px;
  height: 18px;
  left: -28px;
  border-radius: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#custom-reseller-comparison-options a:last-child.active::after {
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.most-popular-banner {
  background: #ff6b57;
  text-align: center;
  height: 30px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 5px 5px 0 0;
  color: #f3f3f3;
  letter-spacing: 0.05rem;
}

.most-popular-banner-text {
  padding: 4.5px 15px;
}

.most-popular .second-pricing-table {
  border-radius: 0 0 5px 5px;
  border-left: 2px solid #ff6b57;
  border-right: 2px solid #ff6b57;
  border-bottom: 2px solid #ff6b57;
}

.not-most-popular {
  margin-top: 30px;
}

.cp-selector {
  padding: 4px;
  background: #2e5578;
  margin-bottom: 30px;
  border-radius: 4px;
  position: relative;
}

.cp-selector a {
  width: 48%;
  display: inline-block;
  text-align: center;
  padding: 7px 0 !important;
  z-index: 1;
  position: static;
  font-size: 16px;
  cursor: pointer;
}

.cp-selector a:last-child::after {
  display: none;
}

.cp-selector a:first-child::after {
  display: none;
}

.cp-selector a.active {
  color: #f3f3f3;
}

.cp-selector a .change-box-text {
  position: relative;
  z-index: 1;
  color: #f3f3f3;
}

.cp-selector a:first-child .change-box {
  content: '';
  position: absolute;
  background: #3c994c;
  border-radius: 4px;
  bottom: 3px;
  top: 3px;
  z-index: 0;
  transform: translateY(0);
  width: 50%;
  right: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cp-selector a.active:first-child .change-box {
  left: 3px;
  right: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cp-comparison-selector {
  padding: 2px;
  background: #1b2f41;
  margin-bottom: 10px;
  border-radius: 4px;
  position: relative;
  margin-right: 10px;
  margin-left: 5px;
}

.cp-comparison-selector a {
  width: 120px;
  display: inline-block;
  text-align: center;
  padding: 7px 0 !important;
  z-index: 1;
  position: static;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.cp-comparison-selector a:last-child::after {
  display: none;
}

.cp-comparison-selector a:first-child::after {
  display: none;
}

.cp-comparison-selector a.active {
  color: #f3f3f3;
}

.cp-comparison-selector a .change-box-text {
  position: relative;
  z-index: 1;
}

.cp-comparison-selector a:first-child .change-box {
  content: '';
  position: absolute;
  background: #3c994c;
  border-radius: 4px;
  bottom: 3px;
  top: 3px;
  z-index: 0;
  transform: translateY(0);
  width: 120px;
  right: -122px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cp-comparison-selector a.active:first-child .change-box {
  left: 3px;
  right: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.selector-heading .h5,
.selector-heading h5 {
  font-size: 16px;
}

.second-pricing-table-title {
  text-align: left;
  margin-bottom: 10px;
  font-size: 20px;
}

.second-pricing-table-title span {
  display: block;
  font-size: 15px;
  color: #58676f;
  font-weight: 100;
  letter-spacing: 0.5px;
}

.second-pricing-table-price {
  text-align: left;
  font-size: 30px;
  display: block;
  margin: 20px 0;
  font-style: inherit !important;
}

.second-pricing-table-price i {
  font-style: inherit !important;
  font-weight: 700;
}

.second-pricing-table-price .small,
.second-pricing-table-price small {
  opacity: 0.5;
  font-size: 14px;
}

.second-pricing-table-price.monthly .yearly {
  display: none;
}

.second-pricing-table-price.yearly .monthly {
  display: none;
}

.second-pricing-table-body {
  padding-left: 0;
  text-align: left;
  min-height: 480px;
}

.second-pricing-table-body {
  padding-left: 0;
  text-align: left;
}

.second-pricing-table-body li.not-chacked {
  text-decoration: line-through;
  position: relative;
}

.second-pricing-table-body li.not-chacked:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f00d';
  right: 9px;
  font-size: 15px;
  top: 8px;
  color: #f44336;
}

.pricing-table-button-green {
  background: #3c994c;
  border: 2px solid #3c994c;
  margin-top: 5px;
  float: left;
  color: #f3f3f3;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  padding: 9px;
  width: 100%;
  border-radius: 5px;
  text-decoration: none !important;
}

.pricing-table-button-green:hover {
  background: #4bb75d;
  border: 2px solid #4bb75d;
  color: #f3f3f3;
}

.pricing-table-button-orange {
  background: #ff6b57;
  border: 2px solid #ff6b57;
  margin-top: 5px;
  float: left;
  color: #f3f3f3;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  padding: 9px;
  width: 100%;
  border-radius: 5px;
  text-decoration: none !important;
}

.pricing-table-button-orange:hover {
  background: #ff8171;
  border: 2px solid #ff8171;
  color: #f3f3f3;
}

.second-pricing-table.active {
  background: #a358e0;
  background: -webkit-linear-gradient(left top, #616ad4, #a558e1);
  background: -o-linear-gradient(bottom right, #616ad4, #a558e1);
  background: -moz-linear-gradient(bottom right, #616ad4, #a558e1);
  background: linear-gradient(to bottom right, #5c6bd3, #a358e0);
}

.second-pricing-table.active .second-pricing-table-title {
  color: #fff;
}

.second-pricing-table.active .second-pricing-table-title span {
  color: #e1e6e8;
}

.second-pricing-table.active .second-pricing-table-price {
  color: #fff;
}

.second-pricing-table.active .second-pricing-table-body li {
  color: #d4dce0;
}

.second-pricing-table.active .second-pricing-table-body li.not-chacked:after {
  color: #dccdcd;
}

.position-relative {
  position: relative !important;
}

.futures-version-2-box {
  box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.1);
  background: #2e5578;
  padding: 20px 30px;
  border-radius: 8px;
  border: 1px solid #2e5578;
  position: relative;
  -webkit-box-shadow: 0 10px 13px -7px #000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0 10px 13px -7px #000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  height: 100%;
}

.futures-version-2-box .h5,
.futures-version-2-box h5 {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.2px;
  position: relative;
  color: #f3f3f3;
}

.futures-version-2-box p {
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  position: relative;
  color: #ddd;
}

.futures-version-2-box .far {
  margin-right: 6px;
  font-size: 21px;
}

.futures-version-2-box .fa {
  margin-right: 6px;
  font-size: 21px;
}

.responsivepartner {
  text-align: center;
}

#partners {
  background: #2e5578;
  padding: 20px;
}

#partners #partnerimage {
  max-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

#partners #partnerimage2 {
  max-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

#partners #partnerimage3 {
  max-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.payments {
  float: right;
  max-height: 55px;
  margin-right: 60px;
}

.plan.orange {
  background: #ff6b57;
  border: 2px solid #ff6b57;
}

.plan.gold {
  background: #cb9800;
  border: 2px solid #cb9800;
}

body {
  font-family: Nunito, Arial;
  background: #1b2f41;
  color: #f3f3f3;
  font-size: 15px;
}

a {
  color: #73cbff;
}

a:focus {
  color: #5eb1fa;
  text-decoration: none;
}

a:hover {
  color: #5eb1fa;
  text-decoration: none;
}

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

.col-sm-9 .h2:first-child,
.col-sm-9 h2:first-child {
  margin-top: 20px;
  font-weight: 700;
}

@media (max-width: 600px) {
  #partners {
    height: 300px !important;
  }

  .responsivepartner {
    padding-bottom: 15px !important;
  }

  .content-heading .h2,
  .content-heading h2 {
    font-size: 30px !important;
  }

  .content-heading .h3,
  .content-heading h3 {
    font-size: 20px !important;
  }
}

.content-heading {
  text-align: center;
  font-size: 33px;
  margin: 10px;
  color: #f3f3f3;
}

.content-heading .h2,
.content-heading h2 {
  font-size: 33px;
  margin: 10px;
  color: #f3f3f3;
}

.content-heading .h3,
.content-heading h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px;
  color: #f3f3f3;
}

.content-heading .h1,
.content-heading h1 {
  font-size: 35px;
  margin: 10px;
  color: #f3f3f3;
}

.content-heading .h4,
.content-heading h4 {
  font-size: 25px;
  margin: 10px;
  color: #f3f3f3;
}

.content-heading p {
  font-size: 16px;
  margin: 5px;
  color: rgba(224, 232, 255, 0.9);
}

.content-heading .small,
.content-heading small {
  font-size: 15px;
  margin: 5px;
  color: rgba(224, 232, 255, 0.9);
}

.content-heading span {
  display: block;
  margin: 15px auto;
  width: 20%;
  height: 1px;
  background: #f3f3f3;
}

.wrapper::after,
.wrapper::before {
  position: absolute;
  content: '';
  pointer-events: none;
}

.table {
  margin-top: 10px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 15px;
  border-color: #eaeaea;
}

.table > tbody > tr:first-child > td {
  border-top: none;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.table > thead > tr > th {
  vertical-align: middle;
  padding: 10px 15px;
  border-bottom: none;
  background: #f7f7f7;
  font-size: 14px;
  color: #656d78;
}

.btn strong {
  font-weight: 900;
}

section.footer-area {
  background-size: cover;
  background-position: center;
  background-color: #1b2f41;
}

a.solution-btn {
  color: #f3f3f3;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 15px 36px;
  background: #3c994c;
  border: 2px solid #3c994c;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

a.solution-btn:hover {
  text-decoration: none;
  background: #43ab55;
  border: 2px solid #43ab55;
}

a.solution-btn span {
  font-size: 16px;
  position: relative;
  top: 2px;
  left: 5px;
  transition: all 0.3s ease-in-out;
  color: #f3f3f3;
}

.footer-single-item .logo > a {
  line-height: 0;
  margin-bottom: 35px;
  display: inline-block;
}

.footer-single-item p {
  color: #f3f3f3;
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 24px;
}

.footer-single-item.margin-right {
  margin-right: 15px;
}

.single-footer .h2,
.single-footer h2 {
  font-size: 24px;
  color: #f3f3f3;
  text-transform: capitalize;
  font-weight: 600;
}

.footer-links ul {
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  display: inline-block;
  color: #f3f3f3;
  font-weight: 500;
  margin-bottom: 15px;
  margin-left: 10px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-links a {
  position: relative;
}

.footer-bottom p {
  color: #a3b0d7;
  font-weight: 500;
  margin-top: 10px;
}

.footer-bottom p a {
  color: #a3b0d7;
  padding: 0 3px;
}

.social-links {
  display: inline-block;
}

.social-links a {
  text-decoration: none;
}

.social-links i {
  background: 0 0;
  text-align: center;
  line-height: 30px;
  color: #628cb1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 0;
  font-size: 20px;
  padding: 12px;
  margin-left: 18px;
}

.form-control {
  height: 40px;
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
  transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
}

.form-control:focus {
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
}

.wrapper {
  width: 77%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

section {
  padding-top: 20px;
}

section.blue-bg {
  background: #1b2f41;
}

section.footer-domain {
  margin-top: 30px;
  padding-bottom: 10px;
}

.stats-separate {
  padding-left: 5px;
  padding-right: 5px;
}

.page-heading {
  height: auto;
}

.page-heading .inner {
  background: #1b2f41;
  position: relative;
  padding: 20px 0 5px;
  color: #f3f3f3;
}

.header-content {
  min-height: 300px;
}

.page-heading .h1,
.page-heading h1 {
  font-size: 34px;
  margin-top: 0;
  padding: 0;
}

.title {
  font-size: 48px;
  width: 66%;
  left: 20%;
  opacity: 0;
  top: 45px;
  z-index: 50;
  font-weight: 300;
}

.title strong {
  font-weight: 700;
}

.image {
  right: 20%;
  bottom: 0;
  opacity: 0;
  width: 30%;
}

.big-character {
  position: relative;
  margin-top: 0;
}

.languages {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.languages :after {
  position: absolute;
  top: 11px;
  right: 25px;
  margin-left: -5px;
  border-top: 4px solid #000;
  border-top-color: #ccc;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  z-index: 1;
}

.current-language {
  display: inline-block;
  padding: 5px 5px 5px 5px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 700;
  background: #2e5578;
  color: #f3f3f3;
  min-width: 200px;
}

.ul-language {
  background: #2e5578;
  display: none;
  position: absolute;
  margin: 0;
  top: calc(100% + 2px);
  list-style: none;
  font-size: 13px;
  min-width: 100px;
  padding: 0;
  width: 100%;
}

.languages img {
  width: 25px;
  margin-right: 10px;
}

.languages i {
  width: 25px;
  margin-right: 10px;
}

.ul-language a {
  color: #f3f3f3;
}

.ul-language li {
  padding: 5px 15px 5px 15px;
  text-decoration: none;
}

.ul-language :hover {
  cursor: pointer;
  text-decoration: none;
}

.ul-language li:hover {
  background: #1b2f4182;
  cursor: pointer;
  text-decoration: none;
}

.footer-domain {
  background: #2e5578;
}

.domain-search {
  border-radius: 3px;
  padding: 15px;
  position: relative;
}

.domain-search:after,
.domain-search:before {
  display: table;
  content: ' ';
}

.domain-search:after {
  clear: both;
}

.form-domain {
  margin: 0;
  padding: 0;
  display: block;
}

.search-input {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  padding-right: 5px;
}

.form-domain .input-domain {
  height: 55px;
  background: #1b2f41;
  color: #f3f3f3;
  font-weight: 900;
  margin: 0;
  padding-left: 70px;
}

.form-domain .www {
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 10px;
  color: #f3f3f3;
  font-weight: 900;
  border-right: 1px solid #2e5578;
  width: 60px;
  text-align: center;
  padding: 8px 0;
}

.form-domain .input-domain::-moz-placeholder {
  color: #f3f3f3;
  opacity: 1;
}

.form-domain .input-domain:-ms-input-placeholder {
  color: #f3f3f3;
}

.form-domain .input-domain::-webkit-input-placeholder {
  color: #f3f3f3;
}

.form-domain .domain-extension {
  position: absolute;
  top: 8px;
  right: 13px;
  bottom: 8px;
  background: #d7d7d7;
  z-index: 1;
  height: auto;
  overflow: hidden;
  background: url(../img/select-caret.png) no-repeat right #d7d7d7;
  border-radius: 3px;
}

.form-domain .domain-extension select {
  color: #959595;
  background: 0 0;
  font-weight: 900;
  width: 150px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2;
  height: 39px;
  border: none;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
}

.form-domain .btn {
  height: 55px;
  margin: 0;
  width: 100%;
}

.price-wrap {
  height: 50px;
}

.price-wrap p {
  padding: 15px 0;
  margin: 0;
}

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

.price-wrap ul li {
  display: inline-block;
  color: #f3f3f3;
}

.price-wrap ul li .price-value {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 1450px) {
  .wrapper {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .wrapper {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .title {
    font-size: 36px;
    top: 10px;
  }

  .form-domain {
    width: 60%;
  }

  .price-wrap {
    text-align: center;
    height: auto;
  }

  .price-wrap ul li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-wrap ul li:last-child {
    border-right: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 800px) {
  .title {
    font-size: 36px;
    top: 10px;
  }

  .image {
    right: 20%;
    width: auto;
    max-width: 30%;
  }

  .form-domain,
  .form-domain .btn,
  .search-input {
    width: 100%;
    float: none;
    display: block;
    margin: 0;
    padding: 0;
  }

  .form-domain,
  .search-input {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .domain-search {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .futures-version-2-box {
    height: 250px;
  }

  .page-heading .h1,
  .page-heading h1 {
    font-size: 35px;
    margin-top: 0;
    padding: 0;
  }

  .futures-version-2-box {
    margin-bottom: 30px;
  }

  .price-wrap ul li {
    padding: 5px 15px;
    height: 35px;
    border-right: none;
    -webkit-box-shadow: inset -1px 0 0 0 rgba(249, 249, 249, 0);
    -moz-box-shadow: inset -1px 0 0 0 rgba(249, 249, 249, 0);
    box-shadow: inset -1px 0 0 0 rgba(249, 249, 249, 0);
  }

  .price-wrap ul li .price-value {
    font-size: 18px;
    font-weight: 900;
  }

  .form-domain .domain-extension select {
    width: 80px;
  }

  .table-responsive {
    margin: 20px 0;
  }

  .btn-block {
    margin-bottom: 10px;
  }
}

@media (max-width: 360px) {
  .form-domain .input-domain {
    padding-left: 10px;
  }

  .form-domain .www {
    display: none;
  }
}

.features {
  background: #ebebeb;
  padding: 55px 0;
  overflow: hidden;
}

.features .h3,
.features h3 {
  color: #424242;
  letter-spacing: -0.03em;
  margin-bottom: 70px;
  padding: 0 20px;
}

.features .h4,
.features h4 {
  color: #424242;
  font-weight: 300;
  margin: 20px 0;
}

.features p {
  padding: 0 40px;
}

.h4,
h4 {
  font-size: 23px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f3f3f3;
}

.navbar-dark .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 700;
}

.btn-primary,
.btn-primary.active:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:visited {
  color: #f3f3f3;
  border: none;
  box-shadow: none;
}

.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-secondary,
.btn-secondary.active:focus,
.btn-secondary:active,
.btn-secondary:active:focus,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:visited {
  color: #f3f3f3;
  border: none;
  box-shadow: none;
}

.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.header-sticky {
  background: #1b2f41;
  border-bottom: 1px solid rgba(224, 232, 255, 0.078);
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-header-sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
  -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 17px rgba(0, 0, 0, 0.04);
  opacity: 1;
}

.header_placeholder {
  height: 69px;
}

.top-header-section {
  background: #2e5578;
  font-size: 0.8rem;
}

.breadcrumbs {
  color: #f3f3f3;
}

.breadcrumbs a {
  color: #f3f3f3;
}

.feature-boxes {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  background: #1b2f41;
  border: 2px dashed #2e5578;
  height: 100%;
  width: 100%;
}

.content-heading {
  text-align: center;
  font-size: 35px;
  margin: 10px;
  color: #f3f3f3;
}

.content-paragraph {
  font-size: 16px;
  margin: 5px;
  color: rgba(224, 232, 255, 0.9);
}

.content-paragraph-center {
  text-align: center;
  font-size: 16px;
  margin: 5px;
  color: rgba(224, 232, 255, 0.9);
}

.control-panels-description {
  display: table;
  width: 100%;
}

.control-panels-description-block {
  display: table-cell;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.tabs-asura li {
  float: left;
  text-align: center;
  margin-right: auto;
  font-size: 25px;
  font-weight: 700;
  color: #f3f3f3;
}

.tabs-asura .nav-pills .nav-link {
  border: 1px solid #1b2f41;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 5px;
}

.tabs-asura .nav {
  margin-bottom: 30px;
}

.tabs-asura .nav-link:hover {
  border: 1px solid #2e5578;
  color: #f3f3f3;
  transition: none;
}

.tabs-asura .nav-link.active {
  background-color: #2e5578;
  color: #f3f3f3;
  border: 1px solid #2e5578;
  border-radius: 5px;
}

.tabs-asura li.active a {
  box-shadow: 0 0 15px 1px rgba(18, 18, 28, 0.24);
  background: url(../images/mctabbg.png) left center no-repeat #2b49ff;
}

.small-features-content {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.06);
  background: #2e5578;
  transition: 0.1s linear;
  margin-bottom: 20px;
  color: #f3f3f3;
  border: none;
  padding: 0.5rem 0.5rem;
}

.small-features .h5,
.small-features h5 {
  line-height: 60px;
  font-weight: 600;
  font-size: 15px;
  margin: 0;
}

.small-features i {
  width: 55px;
  height: 50px;
  border-radius: 5px;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
  margin: 5px 15px 0 0;
  float: left;
}

@keyframes rainbow-move {
  100% {
    background-position-x: 4000px;
  }
}

.footer-area .reg-bar {
  padding: 30px 40px;
  background-color: #2e5578;
  background-image: url(../images/templates/footer/shape.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 12px;
}

.footer-area .reg-bar .title-4 {
  font-size: 26px;
  font-family: var(--secondary-font);
  font-weight: 600;
  color: #f3f3f3;
  margin-bottom: 15px;
}

.footer-area .reg-bar .para-2 {
  font-size: 16px;
  font-family: var(--secondary-font);
  font-weight: 400;
  color: #f3f3f3;
}

@media only screen and (max-width: 767.98px) {
  .footer-area .reg-bar .title-4 {
    font-size: 22px;
  }

  .footer-area .reg-bar .para-2 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991.98px) {
  .footer-area .footer-bottom .content {
    flex-wrap: wrap;
  }
}

.footer-area .footer-bottom .links {
  margin-bottom: 4px;
}

.footer-area .footer-bottom .links li {
  position: relative;
}

.footer-area .footer-bottom .links li:not(:last-of-type) {
  margin-right: 20px;
}

.footer-area .footer-bottom .links li:not(:last-of-type)::after {
  position: absolute;
  content: '';
  right: -11px;
  top: 3px;
  bottom: 3px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.footer-area .footer-bottom .links li a {
  font-size: 13px;
  font-family: var(--secondary-font);
  font-weight: 500;
  color: #fff;
}

.footer-area .footer-bottom .links li a:hover {
  text-decoration: underline;
}

.footer-area .footer-bottom .para-3 {
  font-size: 13px;
  font-family: var(--secondary-font);
  font-weight: 500;
  color: var(--text-gray);
}

.footer-area .footer-bottom .para-3 a {
  color: #fff;
  font-weight: 500;
}

.footer-area .footer-bottom .para-3 a:hover {
  text-decoration: underline;
}

.discount-text {
  vertical-align: middle;
  margin-left: 10px;
  padding: 6px 10px;
  font-size: 12px;
  background: #1b2f41;
  border-radius: 20px;
}

.yearly-arrow {
  z-index: -5;
}

@media only screen and (min-width: 1px) and (max-width: 1000px) {
  .yearly-arrow {
    display: none;
  }
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #2e5578;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline-box {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timeline-box::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -14px;
  background-color: #2e5578;
  border: 4px solid #ff6b57;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.timeline-box-left {
  left: 0;
}

.timeline-box-right {
  left: 50%;
}

.timeline-box-left::before {
  content: ' ';
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #2e5578;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #2e5578;
}

.timeline-box-right::before {
  content: ' ';
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #2e5578;
  border-width: 10px 10px 10px 0;
  border-color: transparent #2e5578 transparent transparent;
}

.timeline-box-right::after {
  left: -12px;
}

.timeline-box-content {
  padding: 20px 30px;
  background-color: #2e5578;
  position: relative;
  border-radius: 6px;
}

th {
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .timeline::after {
    left: 31px;
  }

  .timeline-box {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .timeline-box::before {
    left: 60px;
    border: medium solid #2e5578;
    border-width: 10px 10px 10px 0;
    border-color: transparent #2e5578 transparent transparent;
  }

  .timeline-box-left::after,
  .timeline-box-right::after {
    left: 15px;
  }

  .timeline-box-right {
    left: 0;
  }

  .control-panels-description {
    display: block !important;
  }

  .control-panels-description-block {
    display: inline-block !important;
  }
}
