@charset "UTF-8";

/* Absolute Center Spinner */

.loading {
  display: none;
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

/* Transparent Overlay */

.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 50px;
  height: 50px;
  margin-top: -0.5em;
  border: 5px solid #26509a;
  border-radius: 100%;
  border-bottom-color: transparent;
  -webkit-animation: spinner 1s linear 0s infinite;
  animation: spinner 1s linear 0s infinite;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*====================================================*/

/*=== fonts ====*/

/* montserrat-300 - latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/montserrat/montserrat-v26-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/montserrat/montserrat-v26-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/montserrat/montserrat-v26-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/montserrat/montserrat-v26-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/montserrat/montserrat-v26-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-900 - latin */

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/montserrat/montserrat-v26-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*===== color =====*/

/*====================================================*/

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

.row.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

i:before {
  margin-left: 0 !important;
}

body {
  font: 400 15px/28px "Montserrat", sans-serif;
  letter-spacing: 0;
  color: #677294;
  padding: 0;
  overflow-x: hidden;
  z-index: 0;
}

.body_wrapper {
  z-index: 20;
  overflow: hidden;
}

a,
.btn,
button {
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 1250px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.container.custom_container {
  max-width: 1520px;
}

.f_size_50 {
  font-size: 50px;
}

.f_size_40 {
  font-size: 40px;
}

.f_size_35 {
  font-size: 35px;
}

.f_size_30 {
  font-size: 30px;
}

.f_size_28 {
  font-size: 28px;
}

.f_size_22 {
  font-size: 22px;
}

.f_size_24 {
  font-size: 24px;
}

.f_size_20 {
  font-size: 20px;
}

.f_size_18 {
  font-size: 18px;
}

.f_size_16 {
  font-size: 16px;
}

.f_size_15 {
  font-size: 15px;
}

.f_size_14 {
  font-size: 14px;
}

.f_size_13 {
  font-size: 13px;
}

.l_height60 {
  line-height: 60px;
}

.l_height50 {
  line-height: 50px;
}

.l_height45 {
  line-height: 45px;
}

.l_height40 {
  line-height: 40px;
}

.l_height30 {
  line-height: 30px;
}

.l_height34 {
  line-height: 34px;
}

.l_height28 {
  line-height: 28px;
}

.f_size_100 {
  font-size: 100px;
}

.f_p {
  font-family: "Montserrat", sans-serif;
}

/*=========== font-weight ==============*/

.f_300 {
  font-weight: 300;
}

.f_400 {
  font-weight: 400;
}

.f_500 {
  font-weight: 500;
}

.f_600 {
  font-weight: 600;
}

.f_700 {
  font-weight: 700;
}

.f_900 {
  font-weight: 900;
}

.t_color {
  color: #051441;
}

.w_color {
  color: #fff;
}

.t_color2 {
  color: #3f4451;
}

.t_color3 {
  color: #222d39;
}

.t_color4 {
  color: #677294;
}

.text-success {
  color: #199281 !important;
}

.text-warning {
  color: #E8A327 !important;
}

.text-danger {
  color: #FF4B17 !important;
}

.d_p_color {
  color: #bdbed6;
}

.bg_color {
  background: #fbfbfd;
}

.dk_bg_one {
  background: #090a21;
}

.dk_bg_two {
  background: #0f1029;
}

.mt_0 {
  margin-top: 0;
}

.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_75 {
  margin-top: 75px;
}

.mt_80 {
  margin-top: 80px;
}

.mt_100 {
  margin-top: 100px;
}

.mt_130 {
  margin-top: 130px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb-30 {
  margin-bottom: -30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb-50 {
  margin-bottom: -50px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mb_90 {
  margin-bottom: 90px;
}

.pl_20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl_40 {
  padding-left: 40px;
}

.pl_50 {
  padding-left: 50px;
}

.pl_100 {
  padding-left: 100px;
}

.pl_70 {
  padding-left: 70px;
}

.pl_120 {
  padding-left: 120px;
}

.pr_100 {
  padding-right: 100px;
}

.pr_120 {
  padding-right: 120px;
}

.pr_70 {
  padding-right: 70px;
}

.pr_50 {
  padding-right: 50px;
}

.pr_20 {
  padding-right: 20px;
}

.pt_150 {
  padding-top: 150px;
}

.pt_120 {
  padding-top: 40px;
}

.pt_40 {
  padding-top: 40px;
}

.l_spacing2 {
  letter-spacing: 2px;
}

.l_height1n3 {
  line-height: 1.3;
}

.l-height-1n5 {
  line-height: 1.5 !important;
}

.l-height-1n3 {
  line-height: 1.3 !important;
}

.l-spacing-0 {
  letter-spacing: 0 !important;
}

.l-spacing-2 {
  letter-spacing: 2px !important;
}

.l-spacing-1 {
  letter-spacing: 1px !important;
}

.sec_pad {
  padding: 80px 0;
}

.mt-2r {
  margin-top: 2rem;
}

.vertical-middle {
  vertical-align: middle;
}

/*====================================================*/

.btn_hover {
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn_hover:hover {
  color: #fff;
}

.btn_get {
  font: 500 14px/47px "Montserrat", sans-serif;
  color: #6754e2;
  border: 2px solid #ccc5fa;
  border-radius: 4px;
  box-shadow: 0 20px 24px 0 rgba(0, 11, 40, 0.3);
  padding: 0 23px;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  background: #6754e2;
  -webkit-transition: none;
  transition: none;
  min-width: 120px;
  text-align: center;
  margin-left: 40px;
}

.btn_get:hover {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: #fff;
  background: #6754e2;
  border-color: #6754e2;
  box-shadow: none;
}

.price_btn {
  font: 500 15px/53px "Montserrat", sans-serif;
  color: #6754e2;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 0 25px;
  display: inline-block;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

.price_btn:hover {
  color: #fff;
}

.btn_three {
  font: 500 14px "Montserrat", sans-serif;
  color: #fff;
  background: #7444fd;
  border-radius: 3px;
  padding: 15px 30px;
  border: 1px solid #00aff0;
  margin-top: 50px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  display: inline-block;
}

.btn_three:hover {
  color: #7444fd;
  background: transparent;
}

.gr_btn {
  font: 500 14px "Montserrat", sans-serif;
  color: #23b1fe;
  display: inline-block;
  padding: 15px 31px;
  position: relative;
  min-width: 140px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(-48deg, #237efd 0%, #24b0fe 46%, #24e2ff 100%);
  z-index: 1;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.gr_btn:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  width: calc(100% - 2px);
  bottom: 1px;
  border-radius: 4px;
  background: #fff;
  z-index: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}

.gr_btn .text {
  position: relative;
  z-index: 1;
}

.gr_btn:hover {
  color: #fff;
}

.gr_btn:hover:before {
  opacity: 0;
}

/*====================================================*/

/*============== header_area css ==============*/

.header_area {
  width: 100%;
  left: 0;
  z-index: 20;
  top: 0;
  background: #1d3d76;
}

.menu_main {
  padding: 0;
}

.sign-in-btn {
  color: #fff;
  border-radius: 4px;
  padding: 12px !important;
  background: rgba(255, 255, 255, 0.15);
  font-size: 15px;
  font-weight: 400;
}

.sign-in-btn:before {
  height: 0 !important;
}

.sign-in-btn:after {
  display: none !important;
}

.sign-in-btn:hover {
  text-decoration: underline !important;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.sign-up-btn {
  color: #fff;
  border-radius: 4px;
  padding: 12px 20px !important;
  background: #26509a;
  font-size: 15px;
  font-weight: 400;
}

.sign-up-btn:before {
  height: 0 !important;
}

.sign-up-btn:after {
  display: none !important;
}

.sign-up-btn:hover {
  text-decoration: underline !important;
  background: #26509a;
  color: #fff;
}

.ml-30px {
  margin-left: 30px;
}

.sticky_logo img {
  display: block;
}

.sticky_logo img + img {
  display: none;
}

@media (min-width: 992px) {
  .mobile_btn {
    visibility: hidden;
    display: none;
  }
}

.menu > .not-auth-item {
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}

.menu > .nav-item {
  position: relative;
  padding-bottom: 25px;
  padding-top: 25px;
}

.menu > .nav-item > .nav-link {
  font: 400 15px "Montserrat", sans-serif;
  color: #fff;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  position: relative;
}

.menu > .nav-item > .nav-link:after {
  display: none;
}

.menu > .nav-item > .nav-link:hover {
  text-decoration: underline !important;
}

.menu > .nav-item + .nav-item {
  margin-left: 45px;
}

.nav_right_btn .login_btn {
  font: 500 15px "Montserrat", sans-serif;
  padding: 13px 32px;
  min-width: 120px;
  display: inline-block;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
  border-top-right-radius: 45px;
  border: 1px solid transparent;
}

.nav_right_btn .login_btn:hover,
.nav_right_btn .login_btn.active {
  background: #fff;
  box-shadow: 0 20px 24px 0 rgba(0, 11, 40, 0.1);
}

@media (max-width: 991px) {
  .nav_right_btn {
    display: none;
  }
}

.menu_var .menu .nav-item.active .nav-link:before,
.menu_var .menu .nav-item:hover .nav-link:before {
  background: #fff;
}

.menu_var .saas_btn {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #23b1fe;
}

.menu_var .saas_btn.erp_btn_two {
  border-radius: 45px;
  color: #4e78f4;
}

.menu_var .menu_toggle .hamburger-cross span,
.menu_var .menu_toggle .hamburger span {
  background: #fff;
}

/*========= hamburger menu css ========*/

.navbar-toggler {
  padding: 0;
  margin-left: 20px;
}

.navbar-toggler:focus {
  outline: none;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}

.menu_toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}

.menu_toggle .hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.menu_toggle .hamburger span:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.menu_toggle .hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.125s;
          transition-delay: 0.125s;
}

.menu_toggle .hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
}

.menu_toggle .hamburger-cross span {
  display: block;
  background: #1d3d76;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}

.collapsed .menu_toggle .hamburger span:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.collapsed .menu_toggle .hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/*============ sticky menu css ==============*/

.header_area {
  -webkit-transition: none;
  transition: none;
}

.header_area.navbar_fixed {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.06);
}

.header_area.navbar_fixed .menu_main {
  padding: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header_area.navbar_fixed .menu_main .btn_get {
  box-shadow: none;
}

.header_area.navbar_fixed .sticky_logo img {
  display: none;
}

.header_area.navbar_fixed .sticky_logo img + img {
  display: block;
}

.header_area.navbar_fixed .w_menu .nav-item .nav-link {
  color: #051441;
}

.header_area.navbar_fixed .w_menu .nav-item .nav-link:before {
  background: #051441;
}

.header_area.navbar_fixed .menu_var .saas_btn {
  border-color: #23b1fe;
  box-shadow: none;
}

.header_area.navbar_fixed .menu_var .saas_btn:hover {
  background: #23b1fe;
  color: #fff;
}

.header_area.navbar_fixed .menu_var .saas_btn.erp_btn_two {
  border-color: #4e78f4;
}

.header_area.navbar_fixed .menu_var .saas_btn.erp_btn_two:hover {
  background: #4e78f4;
}

.header_area.navbar_fixed .menu_var .menu_toggle .hamburger span,
.header_area.navbar_fixed .menu_var .menu_toggle .hamburger-cross span {
  background: #23b1fe;
}

.hamburger-menu-wrepper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 108;
  padding: 55px 80px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.8s ease 0.4s;
  transition: -webkit-transform 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s;
  transition: transform 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  background: rgba(5, 20, 65, 0.98);
}

.hamburger-menu-wrepper .nav {
  position: relative;
  z-index: 108;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.3s 0s;
  transition: all ease 0.3s 0s;
}

.hamburger-menu-wrepper .nav .nav_logo img {
  opacity: 1 !important;
}

.hamburger-menu-wrepper .nav .close-menu {
  color: #fff;
}

.hamburger-menu-wrepper .animation-box {
  position: absolute;
  top: 5%;
  height: 100%;
  width: 100%;
  left: 0;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hamburger-menu-wrepper .animation-box .menu-box {
  display: table;
  height: 100%;
  width: 62%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hamburger-menu-wrepper.show-menu {
  z-index: 108;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  transition: -webkit-transform 0.7s ease 0.2s;
  -webkit-transition: -webkit-transform 0.7s ease 0.2s;
  transition: transform 0.7s ease 0.2s;
  transition: transform 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
}

.hamburger-menu-wrepper.show-menu .nav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity ease 1.4s 0.7s, -webkit-transform ease 1.4s 0.7s;
  transition: opacity ease 1.4s 0.7s, -webkit-transform ease 1.4s 0.7s;
  transition: transform ease 1.4s 0.7s, opacity ease 1.4s 0.7s;
  transition: transform ease 1.4s 0.7s, opacity ease 1.4s 0.7s, -webkit-transform ease 1.4s 0.7s;
  opacity: 1;
  visibility: visible;
}

.hamburger-menu-wrepper.show-menu .animation-box {
  top: 0;
  opacity: 1;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.hamburger-menu-wrepper.show-menu .animation-box .menu-box {
  opacity: 1;
}

.hamburger-menu-wrepper.show-menu .animation-box .menu-box .offcanfas_menu > li a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity ease 1.4s 0.6s, color 0.3s, -webkit-transform ease 1.4s 0.6s;
  transition: opacity ease 1.4s 0.6s, color 0.3s, -webkit-transform ease 1.4s 0.6s;
  transition: transform ease 1.4s 0.6s, opacity ease 1.4s 0.6s, color 0.3s;
  transition: transform ease 1.4s 0.6s, opacity ease 1.4s 0.6s, color 0.3s, -webkit-transform ease 1.4s 0.6s;
  opacity: 1;
  visibility: visible;
}

.close_icon {
  position: absolute;
  right: 60px;
  top: 40px;
  color: #7b84a2;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.close_icon:hover {
  color: #fff;
}

.burger_menu {
  width: 40px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  font-size: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #051441;
  margin-left: 25px;
}

.menu_main {
  padding: 0 !important;
}

.menu_main .container-fluid {
  padding-left: 65px;
  padding-right: 100px;
}

/*====================================================*/

/*============== agency_banner_area css =============
.agency_banner_area{
    padding-top: 150px;
    position: relative;
    z-index: 1;
    .banner_shap{
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }
}
.agency_content{
    h2{
        font-size: 50px;
        line-height: 66px;
    }
}
*/

/*=============== saas_banner_area_two css ===============*/

.banner_area_main {
  z-index: 1;
}

.banner_area_main .section_intro {
  background: #1d3d76;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section_container {
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
  height: 800px;
}

.section_container .intro_content {
  width: 100%;
  left: 0;
  padding: 100px 15px;
}

.section_container .intro_content h1 {
  font-size: 50px;
  letter-spacing: -0.2px;
  line-height: 70px;
  margin-bottom: 16px;
}

.section_container .intro_content p {
  line-height: 30px;
  margin-bottom: 40px;
}

.section_container .intro_content .valiatebutton {
  max-width: 570px;
  margin: 0 auto;
}

.section_container .intro_content .valiatebutton .form-control {
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 11, 40, 0.1);
  font: 300 16px/36px "Montserrat", sans-serif;
  border: 0;
  color: #051441;
  height: 60px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.section_container .intro_content .valiatebutton .form-control.placeholder {
  color: #a1a8be;
}

.section_container .intro_content .valiatebutton .form-control:-moz-placeholder {
  color: #a1a8be;
}

.section_container .intro_content .valiatebutton .form-control::-moz-placeholder {
  color: #a1a8be;
}

.section_container .intro_content .valiatebutton .form-control::-webkit-input-placeholder {
  color: #a1a8be;
}

.section_container .intro_content .valiatebutton .btn_submit {
  position: absolute;
  top: 0;
  right: 0;
  font: 400 14px/60px "Montserrat", sans-serif;
  color: #fff;
  background: #1c7ce7;
  border-radius: 4px;
  padding: 0 25px;
  border: 0;
  z-index: 2;
}

.animation_img {
  text-align: center;
  margin-top: -320px;
  z-index: 2;
  position: relative;
}

/*============ keyframes animation  =============*/

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

.main_price_area {
  background: #fafafa;
}

/*====================================================*/

/*=========== saas_subscribe_area css ==========*/

.sign_up_area .sign_up_area_content {
  max-width: 600px;
  border-radius: 6px;
  background-color: #26509a;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 22px;
  margin: 0 auto -25px;
  position: relative;
  z-index: 2;
}

.sign_up_area .sign_up_area_content .gr_btn {
  min-width: 200px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

.sign_up_area .sign_up_area_content .gr_btn:before {
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sign_up_area .sign_up_area_content .gr_btn:hover {
  color: #23b1fe;
}

.sign_up_area .sign_up_area_content .gr_btn:hover:before {
  opacity: 1;
}

/*====================================================*/

/*============= saas_service_area css =============*/

.product_service_area {
  padding-top: 80px;
  padding-bottom: 80px;
}

.product_service_item .product_service_content .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 64px;
  color: #00aff0;
  text-align: center;
  margin-bottom: 35px;
  box-shadow: 0 10px 20px 0 rgba(45, 139, 239, 0.5);
}

.product_service_item .product_service_content h4 {
  margin-bottom: 20px;
}

.product_service_item .product_service_content p {
  margin-bottom: 45px;
}

.product_service_item + .product_service_item {
  margin-top: 50px;
}

/*====================================================*/

.price_content .fade {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.price_content .fade.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.price_content .price_item {
  max-width: 270px;
  padding: 40px 30px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 auto 30px;
  border-radius: 8px;
  text-align: center;
  background: rgba(123, 147, 170, 0.2);
  cursor: default;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}

.price_content .price_item ul {
  margin-bottom: 0;
}

.price_content .price_item .tag {
  position: absolute;
  font: 400 14px "Montserrat", sans-serif;
  color: #fff;
  background: #26509a;
  padding: 19px 32px;
  top: -10px;
  left: -39px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.price_content .price_item .tag span {
  position: relative;
  top: 11px;
}

.price_content .price_item .descr {
  max-width: 200px;
  margin: 0 auto;
}

.price_content .price_item p {
  color: #3f4451;
}

.price_content .price_item .price {
  padding-top: 0;
  border: 0;
  padding-bottom: 5px;
  color: #3f4451;
}

.price_content .price_item .price sub {
  color: #677294;
  bottom: 0;
}

.price_content .price_item .p_list {
  margin-bottom: 0;
}

.price_content .price_item .p_list li {
  font: 400 15px/40px "Montserrat", sans-serif;
  color: #3f4451;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0;
  margin-top: 15px;
}

.price_content .price_item .p_list li i {
  font-weight: bold;
  margin-right: 10px;
}

.price_content .price_item .c-btn {
  margin: 35px 0;
}

.price_content .price_item:hover {
  box-shadow: 0 30px 60px 0 rgba(0, 11, 40, 0.3);
}

/*====================================================*/

/*============== faq area css =============*/

.faq_area .pr_50 {
  padding-right: 50px;
}

.faq_tab {
  border: 1px solid #f4f4f9;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(12, 0, 46, 0.04);
  padding: 50px 40px;
}

.faq_tab .nav-tabs {
  border: 0;
  margin-bottom: 0;
  display: block;
}

.faq_tab .nav-item {
  margin: 0;
}

.faq_tab .nav-item .nav-link {
  font: 400 16px/22px "Montserrat", sans-serif;
  color: #677294;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.faq_tab .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  background: #1d3d76;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

.faq_tab .nav-item .nav-link.active {
  color: #1d3d76;
}

.faq_tab .nav-item .nav-link.active:before {
  width: 100%;
}

.faq_content .tab-pane .card {
  border: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #e4e0ee;
}

.faq_content .tab-pane .card .card-header {
  padding: 0;
  border: 0;
  background: transparent;
}

.faq_content .tab-pane .card .card-header .btn {
  color: #1d3d76;
  display: block;
  width: 100%;
  text-align: left;
  font: 500 18px/26px "Montserrat", sans-serif;
  padding: 20px 30px 20px 0;
  position: relative;
  white-space: normal;
}

.faq_content .tab-pane .card .card-header .btn i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  font-size: 20px;
}

.faq_content .tab-pane .card .card-header .btn i + i {
  display: block;
}

.faq_content .tab-pane .card .card-header .btn.collapsed {
  color: #222d39;
}

.faq_content .tab-pane .card .card-header .btn.collapsed i {
  display: block;
}

.faq_content .tab-pane .card .card-header .btn.collapsed i + i {
  display: none;
}

.faq_content .tab-pane .card .card-body {
  padding: 0 0 45px;
  font: 400 15px/26px "Montserrat", sans-serif;
  color: #222d39;
}

/*====================================================*/

/*================== contact_info_area css ================*/

.contact_info_item {
  border-bottom: 1px solid #eeebf6;
  padding-bottom: 25px;
}

.contact_info_item p {
  color: #677294;
  margin-bottom: 8px;
}

.contact_info_item a {
  color: #677294;
  padding-left: 3px;
  display: inline-block;
}

.contact_info_item a:hover {
  color: #5e2ced;
}

.contact_info_item + .contact_info_item {
  border: 0;
  margin-top: 33px;
}

.text_box {
  margin-bottom: 30px;
}

.text_box input[type=text],
.text_box textarea,
.text_box input[type=password],
.text_box input[type=email],
.text_box textarea {
  font: 400 14px/60px "Montserrat", sans-serif;
  color: #222d39;
  height: 45px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  width: 100%;
  border: 1px solid #ced4da;
  padding-left: 10px;
}

.text_box input[type=text].placeholder,
.text_box textarea.placeholder,
.text_box input[type=password].placeholder,
.text_box input[type=email].placeholder,
.text_box textarea.placeholder {
  color: #9ca3b9;
}

.text_box input[type=text]:-moz-placeholder,
.text_box textarea:-moz-placeholder,
.text_box input[type=password]:-moz-placeholder,
.text_box input[type=email]:-moz-placeholder,
.text_box textarea:-moz-placeholder {
  color: #9ca3b9;
}

.text_box input[type=text]::-moz-placeholder,
.text_box textarea::-moz-placeholder,
.text_box input[type=password]::-moz-placeholder,
.text_box input[type=email]::-moz-placeholder,
.text_box textarea::-moz-placeholder {
  color: #9ca3b9;
}

.text_box input[type=text]::-webkit-input-placeholder,
.text_box textarea::-webkit-input-placeholder,
.text_box input[type=password]::-webkit-input-placeholder,
.text_box input[type=email]::-webkit-input-placeholder,
.text_box textarea::-webkit-input-placeholder {
  color: #9ca3b9;
}

.text_box input[type=text]:focus,
.text_box textarea:focus,
.text_box input[type=password]:focus,
.text_box input[type=email]:focus,
.text_box textarea:focus {
  border-color: #f2effc;
  box-shadow: 0 10px 14px 0 rgba(12, 0, 46, 0.06);
  outline: none;
}

.text_box textarea {
  height: 220px;
}

.contact_form_box .btn_three {
  min-width: 180px;
  text-align: center;
  background: #00aff0;
  border-color: #00aff0;
  margin-top: 0;
}

.contact_form_box .btn_three:hover {
  background: transparent;
  color: #00aff0;
}

/*============= login_area css =============*/

.login_area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.login_area .login_info {
  padding: 30px 100px 160px 0;
}

.login_area .login_info:before {
  content: "";
  position: absolute;
  width: 2500px;
  right: 0;
  height: 100%;
  top: 0;
  z-index: -1;
}

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

.login-form .text_box .text_c {
  color: #222d39;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}

.login-form .text_box input[type=password] {
  padding-top: 8px;
  line-height: 50px;
}

.login-form .extra {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font: 400 14px/30px "Montserrat", sans-serif;
  margin-top: 20px;
  flex-wrap: wrap;
}

.login-form .extra .checkbox {
  margin-right: 10px;
}

.login-form .extra .checkbox label {
  margin-bottom: 0;
  color: #222d39;
}

.login-form .extra .checkbox input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: text-top;
}

.login-form .extra .checkbox input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  border: 1px solid #222d39;
  border-radius: 2px;
  background-color: white;
}

.login-form .extra .checkbox input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  border: solid #222d39;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 5px;
}

.login-form .btn_three {
  width: 100%;
  background: #00aff0;
  color: #fff;
  margin-top: 0;
}

.login-form .btn_three:hover {
  box-shadow: 0 20px 30px 0 rgba(61, 100, 244, 0.16);
}

.login-form .alter-login {
  font: 400 15px/26px "Montserrat", sans-serif;
  color: #9ca3b9;
}

.login-form .alter-login a {
  color: #00aff0;
  display: inline-block;
  margin-left: 6px;
}

.login_img {
  margin-right: -150px;
}

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

/*==================== sign_in_area css ==================*/

.sign_info {
  border: 20px solid #fff;
  background: #fbfbfd;
  padding: 80px 50px;
  box-shadow: 0 50px 100px 0 rgba(12, 0, 46, 0.05);
}

.sign_info .login_info {
  padding-left: 30px;
}

.sign_info .sign_info_content h2 {
  font-size: 30px;
  color: #677294;
}

.sign_info .sign_info_content ul li {
  font: 400 16px/34px "Montserrat", sans-serif;
  color: #677294;
}

.sign_info .sign_info_content ul li i {
  color: #5e2ced;
  margin-right: 10px;
}

.sign_info .login-form .text_box {
  margin-bottom: 25px;
}

.sign_info .lead-text {
  font: 400 14px/40px "Montserrat", sans-serif;
  color: #677294;
  padding-right: 20px;
}

.sign_info .social_tag li {
  display: inline-block;
}

.sign_info .social_tag li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  line-height: 44px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin-left: 7px;
}

.sign_info .social_tag li:first-child a {
  background: #4779de;
}

.sign_info .social_tag li:nth-child(2) a {
  background: #e43e30;
}

.sign_info .social_tag li:nth-child(3) a {
  background: #1da1f3;
}

.sign_info .sign-in-form .btn_three {
  width: auto;
  margin-top: 0;
}

.sign_info .sign-in-form .extra .forgotten-password a {
  color: #161341;
  font-weight: 400;
}

.sign_info .sign-in-form .extra .forgotten-password a:hover {
  color: #00aff0;
}

.sign_btn_transparent {
  display: inline-block;
  background: transparent;
  border-color: #5e2ced;
  color: #5e2ced;
}

.sign_btn_transparent:hover {
  background: #5e2ced;
  color: #fff;
}

#success,
#error {
  position: relative;
  top: 10px;
  right: 0;
  left: 0;
  bottom: -15px;
  display: none;
  font-weight: 600;
}

#success {
  color: lawngreen;
}

#error {
  color: orangered;
}

/*====================================================*/

/*================= error_area css ==================*/

.error_area {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 650px;
}

.error_shap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.error_contain h1 {
  font-size: 15vw;
  line-height: 14vw;
  margin-bottom: 0;
}

.error_contain h2 {
  letter-spacing: 12px;
  margin-bottom: 25px;
}

.error_contain .about_btn {
  min-width: 230px;
  box-shadow: 0 20px 30px 0 rgba(15, 0, 57, 0.1);
}

/*================= error_area css ==================*/

/*================= error_two_area css ==================*/

.error_two_area {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 750px;
}

.error_content_two h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  color: #051441;
  margin-top: 40px;
}

.error_content_two p {
  font-size: 20px;
  line-height: 30px;
}

.error_content_two .search {
  margin: 45px 0 40px;
}

.error_content_two .search .form-control {
  background-color: white;
  box-shadow: 0 4px 22px 0 rgba(12, 0, 46, 0.06);
  border: 1px solid transparent;
  border-radius: 45px;
  height: 60px;
  padding: 0 30px;
  color: #677294;
  font-size: 15px;
  font-weight: 300;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.error_content_two .search .form-control.placeholder {
  color: #677294;
}

.error_content_two .search .form-control:-moz-placeholder {
  color: #677294;
}

.error_content_two .search .form-control::-moz-placeholder {
  color: #677294;
}

.error_content_two .search .form-control::-webkit-input-placeholder {
  color: #677294;
}

.error_content_two .search .form-control:focus {
  border-color: #5e2ced;
}

.error_content_two .about_btn {
  background: #051441;
  color: #fff;
  border-radius: 3px;
  padding: 17px 35px;
  font-weight: 400;
}

.error_content_two .about_btn i {
  vertical-align: middle;
  padding-left: 5px;
}

.error_content_two .about_btn:hover {
  box-shadow: none;
}

/*================= error_two_area css ==================*/

/*================= download_area css ==================
.download_area{
    height: 100vh;
    min-height: 700px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    position: relative;
    z-index: 1;
}
.download_parallax_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/new/case/parallax.png") no-repeat scroll center center;
    z-index: -1;
}
.download_content{
    .download_btn{
        width: 250px;
        height: 250px;
        border-radius: 50%;
        border: 1px solid #f6f5fc;
        display: inline-block;
        text-align: center;
        position: relative;
        z-index: 0;
        margin-bottom: 60px;
        &:before{
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 200px;
            height: 200px;
            background: rgb(247, 244, 255);
            border-radius: 50%;
            z-index: -2;
        }
        &:after{
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 160px;
            height: 160px;
            background: rgb(241, 236, 255);
            border-radius: 50%;
            z-index: -1;
        }
        .pulse-x{
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: rgb(241, 236, 255);
            width: 110px;
            height: 110px;
            border-radius: 100%;
            z-index: -2;
            animation: pulsate 3s infinite;
        }
        i{
            width: 120px;
            height: 120px;
            display: inline-block;
            background-image: -moz-linear-gradient( 50deg, rgb(94,44,237) 0%, rgb(164,133,253) 100%);
            background-image: -webkit-linear-gradient( 50deg, rgb(94,44,237) 0%, rgb(164,133,253) 100%);
            background-image: -ms-linear-gradient( 50deg, rgb(94,44,237) 0%, rgb(164,133,253) 100%);
            box-shadow: inset 2px -3.464px 6px 0 rgba(34, 10, 104, 0.2);
            border-radius: 50%;
            line-height: 120px;
            font-size: 55px;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    } 
    h2{
        font-size: 60px;
        color: #051441;
        font-weight: 400;
        margin-bottom: 35px;
    }
    p{
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 400;
        color: #051441;
        a{
            color: #5e2ced;
            position: relative;
            &:before{
                content: "";
                width: 100%;
                height: 1px;
                background: #5e2ced;
                position: absolute;
                left: 0;
                bottom: 0;
            }
        }
    }
}
.thanks_content{
    h2{
        font-size: 50px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    p{
        color: #677294;
    }
    a{
        font-size: 14px;
        font-weight: 500;
        color: #959bad;
        position: relative;
        text-transform: uppercase;
        padding: 0 6px;
        display: inline-block;
        transition: all 0.2s linear;
        margin-top: 45px;
        &:before{
            content: "";
            width: 100%;
            height: 100%;
            border-bottom: 1px solid #959bad;
            left: 0;
            bottom: 0;
            position: absolute;
        }
        i{
            vertical-align: middle;
            display: inline-block;
            transition: all 0.3s linear;
            padding-left: 5px;
        }
        &:hover{
            color: #5e2ced;
            &:before{
               border-color: #5e2ced; 
            }
            i{
                transform: translateX(8px);
            }
        }
    }
}
/*================= download_area css ==================*/

/*====================================================*/

.typography_breacrumb {
  background: #f9f9f9;
}

.typography_breacrumb h1 {
  color: #222d39;
  font-weight: 400;
}

.typography_breacrumb h1 span {
  font-weight: 700;
}

.typography_breacrumb p {
  color: #677294;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4b505e;
}

p {
  font-size: 16px;
  color: #677294;
}

p span {
  padding: 3px 8px;
}

.bg-dark {
  background: #222d39 !important;
}

.bg-purpple {
  background: #6e3ef8;
}

.bg-blue {
  background: #2cabed;
}

.h_title {
  font-size: 24px;
  color: #677294;
  font-weight: 300;
  margin-bottom: 50px;
}

.heading_style h1,
.heading_style h2,
.heading_style h3,
.heading_style h4,
.heading_style h5,
.heading_style h6 {
  color: #4b505e;
  font-weight: 700;
}

.heading_style .h_title {
  font-size: 24px;
  color: #677294;
  font-weight: 300;
}

.heading_style h1 {
  font-size: 50px;
}

.heading_style h2 {
  font-size: 44px;
}

.heading_style h3 {
  font-size: 36px;
}

.heading_style h4 {
  font-size: 30px;
}

.heading_style h5 {
  font-size: 24px;
}

.heading_style h6 {
  font-size: 18px;
}

.heading_style.medium h1,
.heading_style.medium h2,
.heading_style.medium h3,
.heading_style.medium h4,
.heading_style.medium h5,
.heading_style.medium h6 {
  font-weight: 500;
}

.heading_style.medium .h_title {
  font-weight: 300;
}

.heading_style.regular .h_title {
  font-weight: 300;
}

.heading_style.regular h1,
.heading_style.regular h2,
.heading_style.regular h3,
.heading_style.regular h4,
.heading_style.regular h5,
.heading_style.regular h6 {
  font-weight: 400;
}

.tooltip_p .text-green {
  color: #49c10e;
}

.tooltip_p .text-red {
  color: #f0368d;
}

.tooltip > .tooltip-inner {
  background-color: #f00;
  color: #fff;
}

.tooltip > .tooltip-inner .arrow:before {
  border-bottom-color: red;
}

.drop_text span {
  float: left;
  font-size: 54px;
  color: #2cabed;
  font-weight: 700;
  line-height: 50px;
}

.nested {
  font-size: 16px;
  color: #627387;
  line-height: 36px;
  font-weight: 400;
}

.blockquote {
  border-left: 2px solid #4b505e;
  padding-left: 30px;
}

.blockquote p {
  font-size: 18px;
  color: #4b505e;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.blockquote_two {
  background: #f9fafb;
  padding: 20px 20px 20px 40px;
  font-size: 22px;
  font-style: italic;
  color: #627387;
}

.blockquote_two img {
  margin-right: 40px;
}

.blockquote_three {
  background: #f9fafb;
  padding: 40px;
  font-size: 22px;
  color: #677294;
  font-style: italic;
  line-height: 40px;
}

.blockquote_three img {
  margin-right: 40px;
}

.typography_promo_area {
  position: relative;
  z-index: 1;
  height: 400px;
  background-color: #5e2ced;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.typography_promo_area .bg_overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-attachment: fixed;
  opacity: 0.1;
}

.typography_promo_area h2 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

.typography_promo_area .btn_get {
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 30px;
}

.typography_promo_area .btn_get:hover {
  background: #fff;
  color: #051441;
}

.alert {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  margin-bottom: 30px;
}

.alert i {
  float: left;
  font-size: 20px;
  line-height: 32px;
  margin-right: 20px;
}

.alert .alert_close {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}

.alert .alert_close i {
  margin-right: 0;
}

.alert.notice {
  background: #f9f8fc;
  border-color: #e9e6f5;
  color: #677294;
}

.alert.error {
  background: #ffebeb;
  border-color: #f4bdbd;
  color: #eb4a4a;
}

.alert.warning {
  background: #fffaeb;
  border-color: #edd796;
  color: #e7b931;
}

.alert.info {
  background: #ebfcff;
  border-color: #aee9f3;
  color: #49cbe1;
}

.alert.success {
  background: #ecffeb;
  border-color: #b0efac;
  color: #4acc43;
}

.alert.message {
  background: #f5f1fd;
  border-color: #d7caf5;
  color: #8d62e3;
}

.big_alert {
  padding: 40px;
  font-size: 20px;
}

.big_alert i {
  font-size: 24px;
}

.box_alert {
  border: 1px solid #e9e6f5;
  padding: 40px;
  position: relative;
  margin-bottom: 30px;
}

.box_alert .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 20px;
  color: #677294;
  border: 1px solid #e9e6f5;
  background: #f9f8fc;
  border-radius: 50%;
  margin-right: 30px;
}

.box_alert .media-body h5 {
  font-size: 20px;
  line-height: 28px;
  color: #222d39;
  font-weight: 500;
  margin-bottom: 10px;
}

.box_alert .media-body p {
  font-size: 15px;
  line-height: 28px;
  color: #677294;
}

.box_alert .alert_close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #677294;
  font-size: 20px;
  cursor: pointer;
}

.box_alert.box_warning .icon {
  background: #fffaeb;
  border-color: #edd796;
  color: #e7b931;
}

.box_alert.box_success .icon {
  background: #ecffeb;
  border-color: #b0efac;
  color: #4acc43;
}

.box_alert.box_error .icon {
  background: #ffebeb;
  border-color: #f4bdbd;
  color: #eb4a4a;
}

.box_alert.box_info .icon {
  background: #ebfcff;
  border-color: #aee9f3;
  color: #49cbe1;
}

.box_alert.box_info_two .icon {
  background: #f5f1fd;
  border-color: #d7caf5;
  color: #8d62e3;
}

.button_item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.button_item .btn_hover {
  margin-top: 0;
}

.button_item + .button_item {
  margin-top: 20px;
}

.btn_s {
  padding: 9px 44px;
}

.btn_m {
  padding: 16px 50px;
}

.btn_l {
  padding: 24px 86px;
}

.btn_c {
  padding: 16px 50px;
}

.btn_border {
  border-width: 1px;
  border-style: solid;
  border-color: #222d39;
  color: #222d39;
}

.btn_border:hover {
  background: #7444fd;
  border-color: #7444fd;
  color: #fff;
}

.border2 {
  border-width: 2px;
}

.border3 {
  border-width: 3px;
}

.border4 {
  border-width: 4px;
}

.btn_r {
  border-radius: 4px;
}

.btn_r_n {
  border-radius: 0;
}

.btn_r_two {
  border-radius: 8px;
}

.btn_r_three {
  border-radius: 45px;
}

.box_s {
  background: #5f2eed;
  box-shadow: 0 6px #8057f8;
}

.box_s:hover {
  background: #5f2eed;
  color: #fff;
}

.box_s:hover:hover {
  box-shadow: 0 4px #8057f8;
}

.btn-style2 {
  position: relative;
  overflow: visible;
  z-index: auto;
  background: #5f2eed;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.btn-style2:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #dfd5fb;
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: -2;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn-style2:hover {
  background: #5f2eed;
  margin-right: 0;
  margin-bottom: 0;
  color: #fff;
}

.btn-style2:hover:before {
  right: 0;
  bottom: 0;
}

.btn-style3 {
  position: relative;
  background: transparent;
}

.btn-style3:before {
  content: "";
  left: 5px;
  right: 5px;
  bottom: 5px;
  top: 5px;
  background: #5f2eed;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn-style3:hover {
  color: #fff;
}

.btn-style3:hover:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.btn-style4 {
  position: relative;
  background: #dfd5fb;
  border: 0;
}

.btn-style4:before {
  content: "";
  left: 2px;
  right: 2px;
  bottom: 2px;
  top: 2px;
  background: #5f2eed;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn-style4:hover {
  color: #fff;
}

.btn-style4:hover:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.i_btn_one {
  padding: 16px 50px;
}

.i_btn_one i {
  margin-right: 10px;
}

.i_btn_two {
  padding: 16px 50px;
}

.i_btn_two i {
  margin-left: 14px;
}

.i_btn_three {
  padding: 0 50px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.i_btn_three i {
  width: 50px;
  float: left;
  text-align: center;
  height: 100%;
  line-height: 53px;
  margin-right: 35px;
  border-right: 1.2px solid rgba(255, 255, 255, 0.2);
}

.i_btn_three:hover i {
  border-color: #7444fd;
}

.i_btn_four {
  padding: 0 0 0 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.i_btn_four i {
  width: 50px;
  float: left;
  text-align: center;
  height: 100%;
  line-height: 53px;
  margin-left: 35px;
  border-left: 1.2px solid rgba(255, 255, 255, 0.2);
}

.i_btn_four:hover i {
  border-color: #7444fd;
}

.btn_blue {
  background: #2e95ed;
  border-color: #2e95ed;
}

.btn_blue:hover {
  background: #2e95ed;
  color: #fff;
  box-shadow: 0 20px 34px 0 rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.btn_red {
  background: #db247f;
  border-color: #db247f;
}

.btn_red:hover {
  background: #db247f;
  color: #fff;
  box-shadow: 0 20px 34px 0 rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.btn_green {
  background: #62be09;
  border-color: #62be09;
  padding: 16px 64px;
}

.btn_green:hover {
  background: #62be09;
  color: #fff;
  box-shadow: 0 20px 34px 0 rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.btn_yellow {
  background: #e4a817;
  border-color: #e4a817;
  padding: 16px 64px;
}

.btn_yellow:hover {
  background: #e4a817;
  color: #fff;
  box-shadow: 0 20px 34px 0 rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.btn_purple {
  background: #b715f3;
  border-color: #b715f3;
}

.btn_purple:hover {
  background: #b715f3;
  color: #fff;
  box-shadow: 0 20px 34px 0 rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.btn_violte {
  background: #5f2eed;
  border-color: #5f2eed;
}

.btn_violte:hover {
  background: #5f2eed;
  color: #fff;
  box-shadow: 0 20px 34px 0 rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.btn_orange {
  background: #f05b2d;
  border-color: #f05b2d;
  padding: 16px 64px;
}

.btn_orange:hover {
  background: #f05b2d;
  color: #fff;
  box-shadow: 0 20px 34px 0 rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.btn_nill {
  background: #1bbbce;
  border-color: #1bbbce;
  padding: 16px 64px;
}

.btn_nill:hover {
  background: #1bbbce;
  color: #fff;
  box-shadow: 0 20px 34px 0 rgba(0, 11, 40, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.hr {
  width: 100%;
  height: 1px;
  background: #e7e7f6;
  margin-bottom: 40px;
}

ul {
  color: #677294;
}

.small_note {
  color: #666;
  font-style: italic;
}

/*====================================================*/

/*============== footer_area css ==============*/

.f_bg {
  background: #eff2f9;
  box-shadow: 0 -1px 0 0 rgba(231, 236, 246, 0.004);
}

.footer_top {
  padding: 20px 0 100px;
}

.f_widget .widget-wrap {
  margin-top: 35px;
}

.f_widget .widget-wrap p span {
  color: #051441;
}

.f_widget .widget-wrap p a {
  color: #677294;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.f_widget.info-block-area h3 {
  text-transform: uppercase;
}

.f_widget.info-block-area .f_list {
  margin-bottom: 0;
}

.f_widget.info-block-area .f_list li {
  margin-bottom: 15px;
}

.f_widget.info-block-area .f_list li a {
  font: 300 15px/20px "Montserrat", sans-serif;
  color: #fff;
  position: relative;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: inline-block;
}

.f_widget.info-block-area .f_list li a:hover {
  text-decoration: underline;
}

.f_widget.info-block-area .f_list li:last-child {
  margin-bottom: 0;
}

.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  padding: 27px 0;
}

.footer_bottom p a {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.footer_bottom .f_menu {
  margin-bottom: 0;
}

.footer_bottom .f_menu li {
  display: inline-block;
  position: relative;
}

.footer_bottom .f_menu li a {
  color: #7f88a6;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.footer_bottom .f_menu li a:hover {
  color: #6754e2;
}

.footer_bottom .f_menu li + li {
  margin-left: 16px;
}

.footer_bottom .f_menu li + li:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #b1b7ca;
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
}

.footer_bottom a:hover {
  color: #6754e2;
}

.copy_company_info a {
  font-size: 14px;
  color: #fff;
  margin: 15px 0;
  display: block;
}

/*============== footer_dark_one css =============*/

.footer_dark_main {
  background: #1d3d76;
}

.footer_dark_main .f_widget.info-block-area .f_list li a,
.footer_dark_main .f_widget .widget-wrap p a,
.footer_dark_main .copy_company_info a {
  color: #fff;
}

.footer_dark_main .copy_company_info {
  padding-top: 20px;
}

.dark_f_bottom a {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.dark_f_bottom a:hover {
  color: #4069eb;
}

.dark_f_bottom p {
  color: #9ca5c1;
}

.dark_f_bottom p a {
  color: #4069eb;
}

.dark_f_bottom .f_menu li a {
  color: #9ca5c1;
}

.dark_f_bottom .f_menu li a:hover {
  color: #4069eb;
}

.dark_f_bottom .f_menu li + li:before {
  background: #5e6482;
}

.dark_block_area .f-title {
  color: #fff;
}

.dark_block_area.company_widget .copy_company_info {
  margin-top: 25px;
}

.dark_block_area.company_widget .copy_company_info a:first-child {
  margin-left: 0;
}

.dark_block_area.company_widget .copy_company_info a:hover {
  color: #4069eb;
}

.dark_block_area .widget-wrap p span {
  color: #fff;
}

.dark_block_area .widget-wrap p a:hover {
  color: #4069eb;
}

.dark_block_area .f_subscribe .form-control {
  background: transparent;
  border-color: #202430;
}

.dark_block_area .f_subscribe button {
  color: #fff;
}

/*===========footer_dark_ten css ===========*/

.footer_dark_var .f_widget .widget-wrap p a:hover {
  color: #23b1fe;
}

.footer_dark_var .dark_f_bottom .f_menu li a:hover,
.footer_dark_var .dark_f_bottom a {
  color: #23b1fe;
}

/*====================================================*/

@media (max-width: 1650px) {
  .about_content {
    padding: 100px 30px;
  }

  .section_container {
    height: 795px;
  }

  .main_features_item {
    padding: 0;
  }
}

@media (max-width: 1550px) {
  .container.custom_container {
    max-width: 1170px;
  }

  .service_item {
    padding: 47px 15px 0;
  }

  .company_block img,
  .protype_img {
    max-width: 100%;
  }

  .action_img {
    margin-right: 0;
  }

  .service_carousel {
    padding-left: 70px;
  }

  .about_content_left {
    padding: 0 0 0 50px;
  }

  .about_content {
    padding: 60px 30px 100px;
  }

  .about_img .about_img_slider .about_item .about_text {
    padding: 0 20px;
  }

  .footer_top_six .social-widget .f_social_icon a + a {
    margin-left: 0;
  }

  .menu > .nav-item:nth-last-child(-n+2).submenu .dropdown-menu {
    left: auto;
    right: 0;
  }
}

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

  .text_box textarea {
    height: 140px;
  }

  .section_one_img {
    margin-left: 0;
    text-align: center;
  }

  .section_one_img img {
    max-width: 80%;
  }

  .section_one_img .round {
    width: 450px;
    height: 450px;
    left: 50%;
    top: 50%;
    margin-left: -225px;
    margin-top: -225px;
  }

  .scroll-wrap {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section_one-content h2 {
    font-size: 40px;
    line-height: 52px;
  }

  .section_one-content h2 br {
    display: none;
  }

  .support_tab_content .tab-pane .tab_img {
    max-width: 100%;
    margin-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  section.api_documentation .doc-container {
    width: 1000px !important;
  }

  section.api_documentation .doc-container .content {
    width: 700px !important;
  }

  #pricing .container.custom_container {
    max-width: 1050px;
  }

  .price_content .price_item {
    padding: 40px 13px;
  }

  .s_pricing-item {
    padding: 55px 25px;
  }

  .feature_info .f_content h2 {
    padding-right: 0;
  }

  .mobile_img .mobile {
    left: -180px;
  }

  .container.custom_container {
    max-width: 960px;
  }

  .service_item .icon {
    right: 5px;
  }

  .footer_top_two .f_width_24 {
    width: 35%;
  }

  .f_width_12 {
    width: 15%;
  }

  .f_width_20 {
    width: 25%;
  }

  .f_width_24,
  .f_width_12,
  .f_width_20 {
    margin-bottom: 35px;
  }

  .footer_top_two .pl-30,
  .footer_top_two .pl_40,
  .tab-content .tab_img {
    padding-left: 0;
  }

  .action_area_two {
    padding-bottom: 40px;
    padding-top: 20px;
  }

  .about_content_left,
  .about_img {
    max-width: 100%;
    -webkit-box-flex: 1;
            flex: 1;
    padding-left: 0;
  }

  .about_content {
    bottom: 0;
    margin-bottom: 0;
    padding: 90px 30px 100px;
  }

  .footer_top_six .social-widget {
    margin-left: -42px;
  }

  .menu > .nav-item + .nav-item {
    margin-left: 20px;
  }

  .faq_area .pr_50 {
    padding-right: 15px;
  }

  .service_details_area .service_details_img img {
    max-width: 100%;
  }

  .sign_info .login_info {
    padding-left: 0;
  }

  .sign_info .social_tag li a {
    margin-left: 0;
  }

  .login-form .extra {
    font-size: 13px;
  }

  .feature_info .feature_img.f_img_two .four {
    left: 0;
  }

  .product_service_content {
    padding-right: 0;
    padding-left: 0;
  }

  .product_service_item + .product_service_item {
    margin-top: 118px;
  }

  .login_img {
    padding-left: 20px;
    margin-right: -115px;
  }

  .login_area .login_info {
    padding-right: 50px;
  }

  .triangle_shape {
    height: 107%;
  }

  .new_service .new_service_content {
    padding: 50px 15px;
  }

  .navbar .pl_100 {
    padding-left: 48px;
  }

  .details_img img {
    max-width: 100%;
  }

  .price_info_two .price_item:first-child {
    padding-left: 10px;
  }

  .navbar .search_cart .shpping-cart {
    margin-left: 0;
  }

  #multiscroll {
    overflow: auto;
    height: 100vh;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  }

  #multiscroll .ms-left,
  #multiscroll .ms-right {
    width: 100% !important;
    position: relative !important;
    top: auto !important;
  }

  .border_shap.two {
    left: 2%;
  }

  .h_features_img img {
    max-width: 100%;
  }

  .h_features_content {
    padding-right: 0;
  }

  .b_line li:nth-child(8) {
    right: 95px;
  }

  .b_line li:nth-child(7) {
    right: 200px;
  }

  .b_line li:nth-child(5) {
    right: 395px;
  }

  .b_line li:nth-child(4) {
    right: 250px;
  }

  .h_price_inner {
    max-width: 100%;
  }

  .intro {
    margin-right: auto;
  }

  .support_home_img img {
    max-width: 100%;
  }

  .navbar .offcanfas_menu > .nav-item + .nav-item {
    margin-left: 0;
  }

  .header_footer p {
    margin-bottom: 0;
  }

  .f_widget.pl_70,
  .f_widget.pl_40 {
    padding-left: 0;
  }

  .menu_main .container-fluid {
    padding-left: 35px;
    padding-right: 72px;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    max-width: inherit;
  }

  section.api_documentation .doc-container {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  section.api_documentation .doc-container .menu {
    display: none;
  }

  section.api_documentation .doc-container .menu-mobile {
    display: block !important;
  }

  section.api_documentation .doc-container .content {
    float: none !important;
    display: block;
    width: 100% !important;
    margin-top: 30px;
    text-align: left;
  }

  section.api_documentation .doc-container .content .topic {
    overflow: hidden;
    overflow-x: scroll;
  }

  .price_content .price_item {
    padding: 40px 30px;
  }

  .sign-in-btn {
    padding: 0 !important;
  }

  .sign-in-btn,
  .sign-up-btn {
    display: inline-block !important;
    color: #fff;
    background: #26509a;
    padding: 12px 20px !important;
    margin-bottom: 1rem;
  }

  .menu > .not-auth-item {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .dash-btn {
    margin-left: 0 !important;
  }

  .dashboard-header-menu {
    display: block !important;
  }

  .menu_scroll .alter_nav {
    position: relative;
    right: 0;
    top: 0;
  }

  .menu_scroll.menu_poss .w_menu.search_cart a.nav-link {
    color: #051441;
  }

  .menu_scroll .menu > .nav-item:nth-last-child(-n+2).submenu .dropdown-menu {
    left: 0;
    right: auto;
  }

  .service_details_area .service_details_img {
    margin-left: 0;
    margin-bottom: 60px;
  }

  .service_promo_area .shape.shape_four,
  .service_promo_area .shape.shape_three {
    bottom: -2%;
  }

  .banner_top br {
    display: none;
  }

  .footer_top .f_widget {
    padding-left: 0;
    margin-bottom: 40px;
  }

  .footer_top {
    padding-bottom: 60px;
  }

  .footer_bottom,
  .copy_company_info a {
    font-size: 13px;
  }

  .slider_area {
    height: auto;
  }

  .mobile_img .mobile {
    left: 0;
    top: -143px;
  }

  .mobile_img .women_img {
    top: 70px;
    right: 280px;
  }

  .container.custom_container {
    max-width: 100%;
    padding: 0 15px;
  }

  .price_content .col-sm-6 {
    margin-bottom: 30px;
  }

  .pricing_area {
    padding-bottom: 80px;
  }

  .feature_info .feature_img {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .feature_info .feature_img.f_img_two {
    max-width: 570px;
    position: relative;
  }

  .feature_info .feature_img.f_img_two .one {
    right: 40%;
  }

  .features_area .mt_130 {
    margin-top: 80px;
  }

  .service_item {
    padding: 47px 25px 0;
  }

  .service_item .icon {
    right: 20px;
  }

  .feature_info .feature_img.f_img_one {
    margin-left: 0;
  }

  .p_service_item.pl_50,
  .p_service_item.pl_70 {
    padding-left: 0;
  }

  .p_service_item.pr_70 {
    padding-right: 0;
  }

  .p_service_item {
    margin-bottom: 40px;
  }

  .action_content {
    margin-bottom: 40px;
  }

  .action_img {
    margin-top: 0;
  }

  .p_service_info {
    margin-bottom: -40px;
  }

  .footer_area_four .footer_top {
    padding-bottom: 40px;
  }

  .get_started_area .col-lg-6.text-right img {
    margin-top: 50px;
  }

  .faq_tab {
    margin-bottom: 60px;
  }

  .faq_content h3.mt_100 {
    margin-top: 50px;
  }

  .sign_info .login_info {
    margin-top: 50px;
  }

  .sec_title p br {
    display: none;
  }

  .menu > .nav-item + .nav-item {
    margin-left: 0;
  }

  .menu > .nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu {
    padding: 10px 0;
    background: #fff;
    margin-top: 0;
  }

  .menu_main .navbar-collapse {
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 25px;
  }

  .navbar-collapse,
  .menu_four .navbar-collapse {
    max-height: 400px;
    overflow-y: hidden;
    margin-left: 0;
    margin-right: 0;
    background: #fff;
  }

  .menu > .nav-item {
    margin-right: 0;
  }

  .header_area .navbar-brand .menu_toggle {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .navbar .pl_100 {
    padding-left: 20px;
    padding-right: 15px;
  }

  .header_area.navbar_fixed .navbar-brand,
  .navbar_fixed .menu_toggle {
    margin-bottom: 0;
  }

  .menu > .nav-item > .nav-link {
    display: inline-block;
  }

  .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    box-shadow: none;
  }

  .menu > .nav-item.submenu .dropdown-menu .nav-item {
    padding: 0 25px;
  }

  .menu > .nav-item.submenu .dropdown-menu {
    box-shadow: none;
    padding: 0;
    margin: 0;
  }

  .burger_menu {
    display: none;
  }

  .menu > .nav-item.submenu .dropdown-menu .nav-item.submenu .dropdown-menu .nav-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu > .nav-item.submenu .dropdown-menu .nav-item.submenu .dropdown-menu .nav-item:first-child {
    padding-top: 0;
  }

  .menu > .nav-item.submenu .dropdown-menu .nav-item.submenu .dropdown-menu .nav-item:last-child {
    padding-bottom: 0;
  }

  .menu > .nav-item.submenu .dropdown-menu .nav-item.submenu .dropdown-menu .nav-item .nav-link:before {
    content: "\E649";
    display: inline-block;
    font-family: "themify";
    margin-right: 8px;
    width: auto;
    font-size: 9px;
    float: none;
  }

  .menu > .nav-item.submenu .dropdown-menu .nav-item:first-child {
    padding-top: 12px;
  }

  .menu > .nav-item.submenu .dropdown-menu .nav-item:last-child {
    padding-bottom: 0;
  }

  .menu_main .mobile_btn {
    margin-left: 15px;
    display: none;
  }

  .menu_main .btn_get {
    margin-left: -25px;
  }

  .menu_four .btn_get {
    border-color: #ccc5fa;
    box-shadow: none;
    margin-left: 20px;
  }

  .header_area .menu_six .cus_dark {
    margin-left: 30px;
    border-color: #3d64f4;
    color: #3d64f4;
    display: inline-block;
    margin-bottom: 15px;
  }

  .header_area a.menu_cus {
    margin-left: 30px !important;
  }

  .header_area .menu_five .menu_custfive {
    border-color: #3d64f4;
    color: #3d64f4;
    display: inline-block;
  }

  .header_area .menu_four .menu_custfive {
    border-color: #563bd1;
    color: #563bd1;
    display: inline-block;
  }

  .menu_nine .btn_get {
    display: inline-block;
    border-color: #5f51fb;
    color: #5f51fb;
    margin-left: 28px;
    margin-bottom: 10px;
  }

  .header_area_three .menu_four .menu_toggle .hamburger span {
    background: #6754e2;
  }

  .header_area_three {
    padding: 28px 0;
  }

  .header_area_six .container,
  .header_area_seven .container {
    position: relative;
  }

  .footer_top_two .f_widget {
    margin-bottom: 40px;
  }

  .footer_area_two .footer_top_two .row {
    margin-bottom: -40px;
  }

  .header_area .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu_main,
  .header_area.navbar_fixed .menu_main,
  .menu_two,
  .menu_six,
  .menu_seven {
    padding: 15px 0;
  }

  .w_menu .nav-item .nav-link {
    color: #051441;
  }

  .w_menu .nav-item:hover .nav-link,
  .w_menu .nav-item.active .nav-link {
    color: #00aff0;
  }

  .menu_four .menu > .nav-item .nav-link,
  .menu_five .menu > .nav-item .nav-link,
  .menu_six .menu > .nav-item .nav-link,
  .menu_seven .menu .nav-item .nav-link {
    color: #051441;
  }

  .menu_five .menu > .nav-item:hover .nav-link,
  .menu_five .menu > .nav-item.active .nav-link {
    color: #3d64f4;
  }

  .menu_five > .menu > .nav-item:hover .nav-link:before,
  .menu_five .menu > .nav-item.active .nav-link:before {
    background: #3d64f4;
  }

  .menu_seven .menu > .nav-item:hover .nav-link,
  .menu_seven .menu > .nav-item.active .nav-link {
    color: #4069eb;
  }

  .menu_seven > .menu > .nav-item:hover .nav-link:before,
  .menu_seven .menu > .nav-item.active .nav-link:before {
    background: #4069eb;
  }

  .menu_four > .menu > .nav-item:hover .nav-link,
  .menu_four .menu > .nav-item.active .nav-link {
    color: #6754e2;
  }

  .menu_four > .menu > .nav-item:hover > .nav-link:before,
  .menu_four .menu > .nav-item.active > .nav-link:before {
    background: #6754e2;
  }

  .section_container .intro {
    height: 50%;
  }

  .main_features_area {
    padding-top: 50px;
  }

  .product_service_img {
    margin-bottom: 40px;
  }

  .product_service_item + .product_service_item {
    margin-top: 80px;
  }

  .sign_up_area .sign_up_area_content {
    padding: 30px 30px 38px;
    text-align: center;
  }

  .sign_up_area .justify-content-end {
    -webkit-box-pack: center !important;
            justify-content: center !important;
    margin-top: 20px;
  }

  .app_service_area {
    padding-top: 100px;
  }

  .login_area .login_info {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 70px;
  }

  .login_area .login_info:before {
    right: -20%;
  }

  .login_img {
    margin: 0 auto;
    padding: 70px 0;
  }

  .footer_bottom .f_menu li + li {
    margin-left: 7px;
  }

  .triangle_shape {
    height: 115%;
    transform: rotate(-22deg);
    -webkit-transform: rotate(-22deg);
    width: 170%;
  }

  .new_service .separator {
    display: none;
  }

  .new_service .new_service_content {
    margin-top: 0;
  }

  .service_promo_area .shape.shape_two {
    left: 0;
  }

  .service_details_area .details_content {
    padding-top: 50px;
  }

  .breadcrumb_area {
    padding-top: 180px;
  }

  .details_img.text-right {
    text-align: left !important;
  }

  .pr_sidebar {
    margin-top: 60px;
  }

  .alter_nav {
    position: absolute;
    right: 63px;
    top: -4px;
  }

  .header_area_six + section {
    margin-top: 122px;
  }

  .header_contact_info li {
    font-size: 13px;
  }

  .header_contact_info li:before {
    margin: 0 5px 0 0;
  }

  .new_footer_top .pl_70 {
    padding-left: 0;
  }

  .new_footer_top .f_widget {
    margin-bottom: 50px;
  }

  .header_area_six .alter_nav {
    top: 0;
  }

  .menu_pos .w_menu .nav-item:hover .nav-link,
  .w_menu .nav-item.active .nav-link {
    color: #5e53fb;
  }

  .navbar_fixed .menu_pos .container .menu_toggle .hamburger span,
  .navbar_fixed .menu_pos .container .menu_toggle .hamburger-cross span {
    background: #051441;
  }

  .section-1 .section_one-content {
    padding-top: 80px;
  }

  .header_area .container {
    position: relative;
  }

  .menu_main .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }

  .banner_area_main .section_intro {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .banner_area_main .section_intro .b-col {
    text-align: center;
  }

  .banner_area_main .section_intro .ip-demo {
    margin: 50px auto 0 auto;
    float: none;
    transform: none;
    -webkit-transform: none;
    box-shadow: none;
    height: 289px;
    width: 100%;
    border-radius: 5px;
    text-align: left;
    max-width: 400px;
  }

  .banner_area_main .section_intro .ip-demo .ip-body {
    padding: 0;
  }

  .banner_area_main .section_intro .ip-demo .ip-body .topic .left {
    width: 50%;
  }

  .banner_area_main .section_intro .ip-demo .ip-body .topic .right {
    width: 50%;
  }

  .banner_area_main .section_intro .ip-demo .ip-body .switch-menu a {
    max-width: 33.3333%;
  }
}

@media (max-width: 768px) {
  .footer_bottom p {
    text-align: center;
    margin-bottom: 12px !important;
  }

  .footer_bottom .copy_company_info {
    text-align: right !important;
    margin-bottom: 12px;
  }

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

  .banner_top h2 {
    font-size: 32px;
  }

  .l_height60 {
    line-height: 45px;
  }

  .footer_top_two .f_width_24,
  .f_width_12,
  .f_width_20 {
    width: 100%;
  }

  .footer_area_two .footer_bottom p {
    text-align: left;
    margin-bottom: 0 !important;
  }

  .action_area_three:before {
    background-size: contain;
  }

  .action_area_three .action_content {
    margin: 0;
  }

  .mb_90 {
    margin-bottom: 50px;
  }

  .pricing_area {
    padding-bottom: 10px;
  }

  .design_img_two {
    margin-top: -50px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .app_service_area {
    padding-top: 80px;
  }

  .sign_info {
    padding: 50px 30px;
  }

  .banner_top {
    padding-top: 125px;
  }

  .svg_intro_bottom {
    width: 130%;
  }

  .slider_content {
    padding-top: 150px;
  }

  .main_features_area {
    padding-top: 50px;
  }

  .section_container .intro_content {
    position: relative;
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section_container .intro_content h1 {
    font-size: 44px;
  }

  .f_widget .mb_40 {
    margin-bottom: 16px;
  }

  .company_block .mt_30 {
    margin-top: 20px;
  }

  .feature_info .f_content h2 {
    line-height: 33px;
    margin-bottom: 15px;
  }

  .sign_info {
    background: #fff;
  }

  .error_contain h1 {
    font-size: 20vw;
    line-height: 22vw;
  }

  .service_details_area .pr_70 {
    padding-right: 15px;
  }

  .new_footer_area .footer_bottom p {
    text-align: left;
    font-size: 14px;
  }

  .full_header {
    padding: 20px 15px;
  }

  .hamburger-menu-wrepper .animation-box .menu-box {
    width: 100%;
  }

  .hamburger-menu-wrepper .animation-box .menu-box .menu {
    background: transparent;
  }

  .header_footer p {
    display: none;
  }

  .close_icon {
    top: 10px;
    right: 30px;
    z-index: 2;
  }

  .menu_scroll .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .setup_inner .setup_item .line {
    display: none;
  }

  .setup_inner .setup_content {
    text-align: center;
    padding-left: 0;
    max-width: 350px;
    margin: 0 auto;
  }

  .setup_inner .setup_item .round {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .integration_img {
    margin-left: 0;
  }

  .support_home_area img {
    max-width: 100%;
  }

  .support_home_img {
    margin-left: 0;
  }

  .h_leaf.two,
  .h_leaf.one {
    max-width: 40%;
  }

  .hamburger-menu-wrepper .animation-box {
    display: -webkit-box;
    display: flex;
  }

  .hamburger-menu-wrepper .animation-box .menu-box {
    display: block !important;
    width: 80%;
    max-height: 450px;
    overflow-y: scroll;
  }

  .close_icon {
    right: 20px;
    top: 20px;
  }

  .hamburger-menu-wrepper.show-menu .animation-box .menu-box .offcanfas_menu > li a {
    font-size: 25px;
  }

  .navbar .offcanfas_menu > .nav-item:not(:last-child) {
    margin-bottom: 5px;
  }

  .header_footer {
    padding-bottom: 0;
    padding-top: 20px;
    display: block;
  }

  .header_footer ul {
    margin-bottom: 0;
  }

  .navbar .offcanfas_menu > .nav-item.submenu .dropdown-menu {
    padding-top: 0;
  }
}

@media (max-width: 650px) {
  .about_img .about_img_slider .about_item.w45,
  .about_img .about_img_slider .about_item.w55 {
    width: 100%;
  }

  .about_img .pluse_icon {
    display: none;
  }

  .comment-box .post_comment .reply-comment {
    padding-left: 25px;
  }

  .sign_info .login_info .sign-in-form .d-flex {
    display: block !important;
  }

  .sign_info .lead-text {
    padding-right: 0;
    padding-top: 15px;
  }

  .about_img .about_img_slider .about_item .about_text {
    bottom: 30px;
  }

  .t_color3 br {
    display: none;
  }

  .design_developers_area .btn_four {
    margin-top: 35px;
  }

  .company_block .mt_40 {
    margin-top: 25px;
  }

  .f_widget h3.mb-30 {
    margin-bottom: 15px;
  }

  .f_widget .widget-wrap {
    margin-top: 20px;
  }

  .error_contain p br {
    display: none;
  }

  .error_contain h2 {
    letter-spacing: 0.5px;
  }

  .triangle_shape {
    -webkit-transform: rotate(65deg);
    transform: rotate(65deg);
  }

  .post_author_two {
    padding: 25px 20px;
  }

  .comment_inner .comment_box .post_comment {
    padding: 30px 20px 30px;
  }

  .intro {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .section_container .intro {
    width: auto;
  }

  .intro {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 576px) {
  section.api_documentation .doc-container .content .topic h3 span {
    display: none !important;
  }

  .product_service_img img {
    width: 90%;
    height: auto;
  }

  .footer_bottom .copy_company_info,
  .footer_bottom .f_menu,
  .footer_area_two .footer_bottom p {
    text-align: center !important;
  }

  .footer_bottom .copy_company_info {
    margin-bottom: 6px;
  }

  .banner_top h2 {
    font-size: 26px;
    line-height: 35px;
  }

  .l_height60,
  .l_height50 {
    line-height: 45px;
  }

  .f_size_30 {
    font-size: 24px;
    line-height: 35px;
  }

  .mobile_img .mobile {
    left: 0;
    top: -100px;
    max-width: 100%;
  }

  .f_size_40 {
    font-size: 30px;
  }

  .footer_area_two .footer_bottom p {
    margin-bottom: 8px !important;
  }

  .about_content {
    padding: 90px 15px 100px;
  }

  .app_banner_contentmt h2 {
    line-height: 60px;
    font-size: 40px;
  }

  .get_started_area .col-lg-6.text-right img {
    max-width: 100%;
  }

  .get_content .app_btn.app_btn_two {
    margin-left: 0;
  }

  .app_service_item {
    padding: 50px 20px;
  }

  .login-form .extra,
  .security_banner_content .action_btn.d-flex {
    display: block !important;
  }

  .feature_info .feature_img.f_img_one .one {
    left: 0;
    max-width: 80%;
  }

  .feature_info .feature_img.f_img_one .three {
    max-width: 69%;
  }

  .feature_info .feature_img.f_img_two .one {
    right: 131px;
    max-width: 43%;
  }

  .mobile_btn {
    display: none;
  }

  .action_area_three .action_content .white_btn {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer_nine_bottom {
    text-align: center;
  }

  .footer_nine_bottom .flag_selector {
    float: none;
    margin-top: 12px;
  }

  .section_container .intro_content h1 {
    font-size: 30px;
    line-height: 45px;
  }

  .section_container .intro_content .valiatebutton {
    display: block;
  }

  .section_container .intro_content .valiatebutton .form-control {
    width: 100%;
  }

  .section_container .intro_content .valiatebutton .btn_submit {
    position: relative;
    margin-top: 10px;
    display: block;
    max-width: 100%;
    width: 100%;
  }

  .banner_top .valiatebutton .btn_submit {
    position: relative;
    right: 0;
    display: block;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 20px auto 0;
  }

  .breadcrumb_area {
    padding: 110px 0 50px;
  }

  .banner_top .valiatebutton {
    display: block;
  }

  .banner_top .valiatebutton .form-control {
    display: block;
    width: 100%;
  }

  .sign_up_area .subscribe_form_info {
    padding: 80px 20px;
  }

  .pr_sidebar .widget {
    text-align: left;
  }

  .section-1 .section_one-content {
    padding-right: 0;
  }

  .section_one_img .round {
    width: 290px;
    height: 290px;
    margin-left: -145px;
    margin-top: -145px;
  }

  .section_one_img .dots {
    display: none;
  }
}

@media (max-width: 480px) {
  .header_area .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  #docs-page .docs-popup section {
    width: 320px !important;
  }
}

@media (max-width: 450px) {
  .get_content .app_btn {
    margin-top: 5px;
  }

  .pr_footer,
  .login-form .extra {
    display: block !important;
  }

  .sign_info {
    padding: 30px 15px;
  }

  .text_box input[type=text],
  .text_box textarea,
  .text_box input[type=password] {
    padding-left: 10px;
  }

  .btn_six + .btn_six {
    margin-left: 0;
  }
}

/*
@media (max-width: 992px){
    .container {
        max-width: 100%;
    }
}

@media (max-width: 768px){
    .container {
        max-width: 100%;
    }
}


@media (max-width: 576px){
    .container {
        max-width: 100%;
    }
}
*/

/*====================================================*/

#docs-page {
  font-size: 14px;
  color: #283f59;
  position: relative;
}

#docs-page .no-scroll {
  overflow: hidden;
}

#docs-page .docs-popup-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  border: 0;
  right: 0;
  left: 0;
  z-index: 9999999;
}

#docs-page .docs-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  z-index: 10000000000000002000000000000;
}

#docs-page .docs-popup ul {
  margin: 20px 0;
  color: #283f59;
}

#docs-page .docs-popup ul li {
  margin-bottom: 10px;
}

#docs-page .docs-popup ul li::marker {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  -moz-text-align-last: start !important;
       text-align-last: start !important;
}

#docs-page .docs-popup section {
  margin: 0 auto;
  width: 400px;
  height: auto;
  background: #fff;
  top: 0;
  display: block;
  font-size: 14px;
  border-radius: 5px;
  margin-top: 10%;
  color: #333;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.2), 0 1px 3px rgba(0, 0, 0, 0.2);
}

#docs-page .docs-popup section .docs-popup-header {
  height: 50px;
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.1);
}

#docs-page .docs-popup section .docs-popup-header h1 {
  font-size: 17px;
  line-height: normal;
  margin: 10px 0 0;
  display: inline-block;
}

#docs-page .docs-popup section .docs-popup-header a {
  position: absolute;
  right: 15px;
  padding: 7px;
  border-radius: 3px;
  color: #333;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  top: 10px;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

section.api_documentation {
  padding: 50px 0;
  text-align: left;
  color: #16222f;
  background: #fff;
}

section.api_documentation h1,
section.api_documentation h2,
section.api_documentation h3,
section.api_documentation h4,
section.api_documentation h5,
section.api_documentation h6,
section.api_documentation p {
  color: #283f59;
}

section.api_documentation .doc-container {
  padding-right: 15px;
  width: 1170px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

section.api_documentation .doc-container:before {
  display: table;
  content: " ";
}

section.api_documentation .doc-container .menu-mobile {
  display: none;
}

section.api_documentation .doc-container .menu-mobile select {
  outline: none;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 22px 13px;
}

section.api_documentation .doc-container .menu {
  float: left;
  width: 250px;
  color: #16222f;
  margin-top: 15px;
  border-right: 1px solid #eee;
}

section.api_documentation .doc-container .menu ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  background: #fff;
}

section.api_documentation .doc-container .menu ul li.doc_heading {
  font-weight: 600;
  padding: 10px 15px 11px;
  position: relative;
  font-size: 16px;
  color: #283f59;
}

section.api_documentation .doc-container .menu ul li a {
  padding: 5px 15px;
  display: block;
  font-weight: 300;
  color: #16222f;
}

section.api_documentation .doc-container .content {
  float: right;
  width: 860px;
  color: #283f59;
}

section.api_documentation .doc-container .content .topic {
  background: #fff;
  padding: 10px 0;
  margin-bottom: 10px;
}

section.api_documentation .doc-container .content .topic table {
  border-collapse: collapse;
  margin-top: 25px;
  width: 100%;
  margin-bottom: 10px;
}

section.api_documentation .doc-container .content .topic table th {
  padding: 12px 15px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  font-weight: 600;
}

section.api_documentation .doc-container .content .topic table td {
  padding: 10px 15px;
  border-bottom: 1px dashed #e0e0e0;
}

section.api_documentation .doc-container .content .topic ul {
  padding-left: 30px;
}

section.api_documentation .doc-container .content .topic ul.endpoints li a {
  color: #5984CD;
  font-weight: bold;
  text-decoration: underline;
}

section.api_documentation .doc-container .content .topic ul li {
  margin-bottom: 10px;
}

section.api_documentation .doc-container .content .topic ul li::marker {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  -moz-text-align-last: start !important;
       text-align-last: start !important;
}

section.api_documentation .doc-container .content .topic br + p.alert {
  margin-top: 0;
}

section.api_documentation .doc-container .content .topic p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 25px;
}

section.api_documentation .doc-container .content .topic p.subheading {
  margin-top: 20px;
}

section.api_documentation .doc-container .content .topic p.alert {
  border-left: 4px solid #5984CD;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  background-color: #f4f8fa;
  padding: 10px 15px;
  margin-bottom: 30px;
  margin-top: 15px;
  color: inherit;
  font-size: 14px;
  line-height: 25px;
}

section.api_documentation .doc-container .content .topic p.alert.warning {
  border-left-color: #FF4B17;
  background: #f9f2f4;
}

section.api_documentation .doc-container .content .topic h3 {
  line-height: normal;
  font-weight: 500;
  font-size: 19px;
  margin-top: 10px;
  border-bottom: 1px solid #dde1e7;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

section.api_documentation .doc-container .content .topic h3 span {
  display: inline;
  float: right;
  font-size: 14px;
  background: rgba(40, 63, 89, 0.15);
  padding: 1px 5px 3px;
  border-radius: 3px;
  top: 0;
  position: relative;
}

section.api_documentation .doc-container .content .topic pre,
section.api_documentation .doc-container .content .topic .pre {
  background: #192738;
  padding: 10px;
  overflow: hidden;
  overflow-x: scroll;
  width: 100%;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  max-width: none;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

section.api_documentation .doc-container .content .topic pre .xml,
section.api_documentation .doc-container .content .topic .pre .xml {
  display: none;
}

section.api_documentation .doc-container .content .topic pre a,
section.api_documentation .doc-container .content .topic .pre a {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.25);
  padding: 9px 9px;
  position: absolute;
  right: 10px;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
}

section.api_documentation .doc-container .content .topic pre a.execute,
section.api_documentation .doc-container .content .topic .pre a.execute {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.25);
  padding: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  font-weight: 300;
  border-radius: 3px;
  cursor: pointer;
}

section.api_documentation .doc-container .content .topic pre a.execute:hover,
section.api_documentation .doc-container .content .topic .pre a.execute:hover {
  background: rgba(255, 255, 255, 0.35);
}

section.api_documentation .doc-container .content .topic pre a.output,
section.api_documentation .doc-container .content .topic .pre a.output {
  bottom: 10px;
  right: 70px;
  width: 50px;
  text-align: center;
}

section.api_documentation .doc-container .content .topic pre a.output + a.output,
section.api_documentation .doc-container .content .topic .pre a.output + a.output {
  right: 10px;
}

section.api_documentation .doc-container .content .topic pre a.output.current,
section.api_documentation .doc-container .content .topic .pre a.output.current {
  background: #ffffff;
  color: #333333 !important;
}

section.api_documentation .doc-container .content .topic pre a.output.current.only,
section.api_documentation .doc-container .content .topic .pre a.output.current.only {
  width: 90px;
  right: 10px;
  cursor: default;
}

section.api_documentation .doc-container .content .topic pre a.output.current span,
section.api_documentation .doc-container .content .topic .pre a.output.current span {
  color: #333333 !important;
}

section.api_documentation .doc-container #api-response-objects a {
  color: #5984CD;
  text-decoration: underline;
}

section.api_documentation .xml .com,
section.api_documentation .xml .kwd,
section.api_documentation .xml .pln,
section.api_documentation .xml .pun {
  color: #ffce54 !important;
}

section.api_documentation .white .atn,
section.api_documentation .white .atv,
section.api_documentation .white .clo,
section.api_documentation .white .com,
section.api_documentation .white .dec,
section.api_documentation .white .fun,
section.api_documentation .white .kwd,
section.api_documentation .white .lit,
section.api_documentation .white .opn,
section.api_documentation .white .pln,
section.api_documentation .white .pun,
section.api_documentation .white .str,
section.api_documentation .white .tag,
section.api_documentation .white .typ,
section.api_documentation .white .var {
  color: #fff !important;
}

section.api_documentation .orange .atn,
section.api_documentation .orange .atv,
section.api_documentation .orange .clo,
section.api_documentation .orange .com,
section.api_documentation .orange .dec,
section.api_documentation .orange .fun,
section.api_documentation .orange .kwd,
section.api_documentation .orange .lit,
section.api_documentation .orange .opn,
section.api_documentation .orange .pln,
section.api_documentation .orange .pun,
section.api_documentation .orange .str,
section.api_documentation .orange .tag,
section.api_documentation .orange .typ,
section.api_documentation .orange .var {
  color: #ffce54 !important;
}

section.api_documentation .clo,
section.api_documentation .opn,
section.api_documentation .pun {
  color: #e6e9ed !important;
}

section.api_documentation .pln {
  color: #fff;
}

section.api_documentation .str {
  color: #ffce54 !important;
}

section.api_documentation .lit {
  color: #a0d468 !important;
}

section.api_documentation .kwd {
  color: #a0d468 !important;
}

section.api_documentation .fade .atn,
section.api_documentation .fade .atv,
section.api_documentation .fade .clo,
section.api_documentation .fade .com,
section.api_documentation .fade .dec,
section.api_documentation .fade .fun,
section.api_documentation .fade .kwd,
section.api_documentation .fade .lit,
section.api_documentation .fade .opn,
section.api_documentation .fade .pln,
section.api_documentation .fade .pun,
section.api_documentation .fade .str,
section.api_documentation .fade .tag,
section.api_documentation .fade .typ,
section.api_documentation .fade .var {
  color: #999 !important;
}

section.api_documentation .php_var .pln {
  color: #CC6666;
}

section.api_documentation .php_func .pln {
  color: #81A2BE;
}

section.api_documentation .jquery_func .pln {
  color: #81A2BE;
}

section.api_documentation .string {
  color: #ffce54;
}

section.api_documentation .number {
  color: #a0d468;
}

section.api_documentation .boolean {
  color: #a0d468;
}

section.api_documentation .null {
  color: #a0d468;
}

section.api_documentation .key {
  color: #ffce54;
}

section.api_documentation .xtb {
  display: table;
}

section.api_documentation .xtc {
  display: table-cell;
}

section.api_documentation .xmt {
  color: #ffce54;
  display: inline;
}

section.api_documentation .xel {
  color: #ffce54;
  display: inline;
}

section.api_documentation .xdt {
  color: #ffffff;
  display: inline;
}

section.api_documentation .xat {
  color: #ffce54;
  display: inline;
}

/*====================================================*/

.support_form .login_info:before {
  background: transparent !important;
}

.example-vat-validate-response-parent {
  margin-top: 50px;
  margin-bottom: 100px;
}

.example-vat-validate-response-parent .example-vat-validate-response {
  width: 450px;
  background: rgba(36, 58, 85, 0.9);
  margin: 0 auto;
  margin-top: -30px;
  border-radius: 8px;
}

.example-vat-validate-response-parent .example-vat-validate-response .tabs {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #243a55;
}

.example-vat-validate-response-parent .example-vat-validate-response .tabs .nav-link {
  padding: 0.1rem 0.8rem;
  border-radius: 0.25rem;
  font-size: 13px;
  cursor: pointer;
}

.example-vat-validate-response-parent .example-vat-validate-response .tabs .nav-link.active {
  color: #fff;
  background: #1c7ce7 !important;
}

.example-vat-validate-response-parent .example-vat-validate-response .code-type.active {
  display: block !important;
}

.example-vat-validate-response-parent .example-vat-validate-response .code-type {
  display: none !important;
}

.example-vat-validate-response-parent .example-vat-validate-response pre {
  font-size: 87.5%;
  margin: 0;
  color: #212529;
  overflow: hidden;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.example-vat-validate-response-parent .example-vat-validate-response pre code {
  text-align: left;
  overflow-x: hidden;
  /* background: rgba(0,0,0,0.2); */
  border-radius: 6px;
  padding: 0 12px 12px 32px;
  font-size: 12.5px;
  color: #d1d9e1;
  display: block;
}

.example-vat-validate-response-parent .code-table {
  border-radius: 8px;
  font-size: 14px;
}

.example-vat-validate-response-parent .code-table table {
  width: 100%;
  border-collapse: collapse;
}

.example-vat-validate-response-parent .code-table table td:first-child {
  padding-right: 16px;
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
}

.example-vat-validate-response-parent .code-table table td:last-child {
  color: #fff;
}

.example-vat-validate-response-parent .code-table table td {
  padding: 4px;
  vertical-align: top;
}

.example-vat-validate-response-parent .code-table table .valid-badge {
  font-size: 11px;
  top: -1px;
  position: relative;
}

.vat-form {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .example-vat-validate-response-parent {
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .section_intro {
    padding-bottom: 100px;
  }

  .example-vat-validate-response-parent .example-vat-validate-response {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }

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

@media (max-width: 500px) {
  .section_intro {
    padding-bottom: 180px;
  }
}

@media (max-width: 400px) {
  .section_intro {
    padding-bottom: 205px;
  }

  .example-vat-validate-response-parent {
    margin-top: 40px;
  }

  .example-vat-validate-response-parent .example-vat-validate-response pre code {
    overflow-x: scroll;
  }
}

.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #3f4451;
}

.tooltip.bs-tooltip-top > .tooltip-inner {
  background-color: #3f4451;
}

.c-pointer {
  cursor: pointer;
}

html,
body,
#app,
.app-parent,
.body_wrapper {
  min-height: 100%;
}

html {
  height: 100%;
  overflow-y: scroll;
}

.list-group-horizontal .list-group-item {
  display: inline-block;
  width: 20%;
}

.list-group-horizontal .list-group-item {
  margin-bottom: 0;
  margin-left: -4px;
  margin-right: 0;
  border-right-width: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  margin-left: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-right-width: 1px;
}

@media (max-width: 992px) {
  .header_area {
    -webkit-transition: none;
    transition: none;
  }

  body.nav-collapsed .sticky_logo img {
    display: none;
  }

  body.nav-collapsed .sticky_logo img + img {
    display: block;
  }

  body.nav-collapsed .header_area {
    background: #fff;
  }

  body.nav-collapsed .menu_var .menu_toggle .hamburger-cross span {
    background: #23b1fe;
  }
}

.main_features_area {
  padding-top: 80px;
  padding-bottom: 80px;
}

.main_features_item h4 {
  margin: 25px 0 20px;
}

.main_features_item {
  padding: 10px 20px;
  margin-bottom: 30px;
}

@media (min-width: 991px) {
  .fade-enter-active,
  .fade-leave-active {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .fade-enter,
  .fade-leave-to {
    opacity: 0;
  }

  .v-enter {
    opacity: 0;
  }

  .v-enter-active {
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }

  .v-leave-to {
    opacity: 0;
  }
}

.ip-demo {
  max-width: 450px;
  margin: -50px auto 0 auto;
}

.ip-demo .error-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.ip-demo .loading-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
}

@-webkit-keyframes pulsate_load {
  0%, 100% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }
}

.ip-demo .loading-block .world-loading-animation {
  -webkit-animation: pulsate_load 0.9s ease-out;
  -webkit-animation-iteration-count: infinite;
}

.ip-demo .ip-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 5px;
  position: relative;
}

.ip-demo .ip-header .icon-world {
  position: absolute;
  left: 12px;
  z-index: 9;
}

.ip-demo .ip-header input {
  border: 0;
  width: 100%;
  color: #000;
  padding: 0 10px 2px 40px;
  font-size: 15px;
  display: block;
  position: relative;
  height: 40px;
  outline: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ip-demo .ip-header button {
  cursor: pointer;
  outline: none;
  min-width: 100px;
  width: 150px;
  height: 40px;
  padding: 8px 14px;
  background: #26509a;
  color: #fff;
  border: 0;
  font-size: 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ip-demo .ip-body {
  color: #333;
  display: block;
  height: 292px;
  line-height: normal;
  background: #ebf1fa;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 10px;
  position: relative;
}

.ip-demo .ip-body .category {
  display: none;
  height: 100%;
}

.ip-demo .ip-body .category.current {
  display: block;
}

.ip-demo .ip-body .topic.coordinates .left,
.ip-demo .ip-body .topic.coordinates .right {
  padding-top: 10px;
}

.ip-demo .ip-body .topic.other .left,
.ip-demo .ip-body .topic.other .right {
  border-bottom: 0;
  padding-bottom: 10px;
}

.ip-demo .ip-body .topic.connection_top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

.ip-demo .ip-body .topic.connection_bottom {
  padding-top: 0px;
  clear: both;
}

.ip-demo .ip-body .topic .con_header {
  padding: 14px 10px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  position: relative;
  clear: both;
}

.ip-demo .ip-body .topic.security .sec_header {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  position: relative;
  clear: both;
}

.ip-demo .ip-body .topic .left {
  display: inline-block;
  width: 225px;
  border-right: 1px solid rgba(0, 0, 0, 0.075);
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

.ip-demo .ip-body .topic .right {
  display: inline-block;
  width: 225px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  float: right;
}

.ip-demo .ip-body .topic p {
  line-height: 20px;
  margin: 0;
  padding: 5px 10px;
}

.ip-demo .ip-body .topic p span:nth-child(1) {
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 11px;
  width: auto;
  display: block;
  line-height: 18px;
  font-weight: 300;
  color: #000;
}

.ip-demo .ip-body .topic p span:nth-child(2) {
  font-weight: 400;
  font-size: 13px;
  color: #000;
}

.ip-demo .ip-body .topic .loc_header {
  padding: 14px 10px 14px 5px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  clear: both;
}

.ip-demo .ip-body .topic .loc_header .flag {
  width: 30px !important;
  height: 20px;
  margin-right: 10px;
}

.ip-demo .ip-body .switch-menu {
  display: block;
  height: 32px;
  width: 100%;
  text-align: center;
  background: #26509a;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}

.ip-demo .ip-body .switch-menu a {
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  width: 150px;
  color: #85a7e2;
  float: left;
  padding: 8px 0 11px;
}

.ip-demo .ip-body .switch-menu a.current {
  background: #e4ecf9 !important;
  color: #283f59;
}

.ip-demo .ip-body .switch-menu a:nth-child(3) {
  background: #283f59;
  width: 150px;
}

.c-btn {
  font-size: 14px;
  font-weight: 500;
  outline: none !important;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.c-btn-1 {
  color: #fff;
  background: #26509a;
  border-radius: 3px;
  padding: 15px 15px;
}

.c-btn-1:hover {
  text-decoration: underline;
}

.c-btn-2 {
  color: #000;
  background: #ebf1fa;
  border-radius: 3px;
  padding: 15px 15px;
}

.c-btn-2:hover {
  text-decoration: underline;
}

.c-btn-3 {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  padding: 15px 15px;
}

.c-btn-3:hover {
  text-decoration: underline;
}

.h-underline:hover {
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: none;
}

span.switcher {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 220px;
  height: 55px;
  border-radius: 25px;
}

span.switcher input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 220px;
  height: 55px;
  border-radius: 25px;
  background: #ebebeb;
  outline: none;
}

span.switcher input:before,
span.switcher input:after {
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #26509a;
  cursor: pointer;
}

span.switcher input:before {
  content: "Monthly";
  left: 25px;
}

span.switcher input:after {
  content: "Annual";
  right: 27px;
}

span.switcher label {
  z-index: 1;
  position: absolute;
  height: 40px;
  right: 8px;
  bottom: 0;
  top: 0;
  margin: auto 0;
  width: 98px;
  background: #fff;
  border-radius: 20px;
}

span.switcher.switcher-1 input:checked:before {
  color: #26509a;
}

span.switcher.switcher-1 input:checked:after {
  color: #aaaaaa;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

span.switcher.switcher-1 input:checked + label {
  left: 10px;
  right: 100px;
}

span.switcher.switcher-1 input:not(:checked):before {
  color: #aaaaaa;
}

span.switcher.switcher-1 input:not(:checked):after {
  color: #26509a;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

span.switcher.switcher-1 input:not(:checked) + label {
  -webkit-transition: left 0.4s 0.2s, right 0.5s, background 0.35s -0.1s;
  transition: left 0.4s 0.2s, right 0.5s, background 0.35s -0.1s;
}

.text-underline {
  text-decoration: underline !important;
}

.swal2-actions button {
  box-shadow: none !important;
}

.swal2-styled:focus {
  box-shadow: none !important;
}

.swal2-styled.swal2-confirm {
  background-color: #26509a !important;
  border-color: #26509a !important;
}

.sticky-content {
  min-height: calc(100vh - 350px);
}

.text-capitalize {
  text-transform: capitalize;
}

body.swal2-shown {
  padding-right: 0 !important;
}

.login_area,
.panel_area {
  padding-top: 100px;
}

/*====================================================*/

#account-page .v-select input,
#account-page .v-select button {
  border: none !important;
}

#account-page .v-select input {
  line-height: inherit !important;
}

#account-page .v-select .vs__dropdown-toggle {
  border: 1px solid #ced4da !important;
}

#account-page .btn-checkout {
  display: none;
}

#account-page .vs--disabled .vs__search,
#account-page .vs--disabled .vs__dropdown-toggle {
  background-color: #e9ecef !important;
}

#account-page .vs--disabled .vs__open-indicator {
  background: transparent;
}

#account-page .saved-payment-method {
  padding: 20px;
}

#account-page .saved-payment-method div {
  padding: 0.5rem;
}

#account-page .saved-payment-method h5 {
  margin-bottom: 0;
}

#account-page .saved-payment-method span {
  font-size: 14px;
}

#account-page .payments-header:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

#account-page input:disabled {
  background: #e9ecef !important;
}

/*====================================================*/

#plan-select .btn-checkout {
  display: none;
}

#plan-select .braintree-sheet__header {
  background-color: rgba(0, 0, 0, 0.03);
}

#plan-select .braintree-placeholder {
  margin-bottom: 6px;
}

#plan-select .braintree-show-methods {
  margin-top: 18px;
}

#plan-select #period_totals {
  margin-bottom: 20px;
}

#plan-select .font-1-5 {
  font-size: 1.5em;
}

#plan-select .select-plan-item.disabled {
  background-color: #f8f9fa;
  cursor: not-allowed;
}

#plan-select .saved-payment-method {
  padding: 20px;
}

#plan-select .saved-payment-method div {
  padding: 0.5rem;
}

#plan-select .saved-payment-method h5 {
  margin-bottom: 0;
}

#plan-select .saved-payment-method span {
  font-size: 14px;
}

/*====================================================*/

.app-parent {
  font: 400 15px/28px "Montserrat", sans-serif, sans-serif;
}

.app-parent .outline-none {
  outline: 0 !important;
}

.app-parent .form-control {
  font-size: 0.9rem;
}

.app-parent textarea {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ced4da !important;
}

.app-parent .back-cancel-free {
  position: absolute;
  top: 5px;
  left: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}

.app-parent .pointer-none {
  pointer-events: none;
}

.app-parent .app-header .list-group-horizontal .list-group-item.active {
  background-color: #26509a;
  border-color: #26509a;
  color: #fff;
}

.app-parent .app-header .list-group-horizontal .list-group-item {
  border-radius: 0;
  font-weight: 300;
  color: #495057;
  cursor: pointer;
}

.app-parent .app-header .list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.app-parent .app-header .list-group-horizontal .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.app-parent .app-header .list-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.app-parent .app-header .list-group .list-group-item.active {
  background-color: #26509a;
  border-color: #26509a;
  color: #fff;
  font-weight: 500;
}

.app-parent .app-header .list-group .list-group-item {
  border-radius: 0;
  font-weight: 300;
  color: #495057;
  cursor: pointer;
}

.app-parent .app-header .list-group .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.app-parent .app-header .list-group .list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.app-parent .dash-stat {
  font-size: 30px;
  line-height: 30px;
}

.app-parent .dash-stat + small {
  line-height: 12px;
  display: block;
}

.app-parent .btn-dash-upgrade {
  color: #fff;
}

.app-parent .btn-dash-upgrade:hover {
  opacity: 0.9;
}

.app-parent .progress-bar {
  background-color: #26509a !important;
}

.app-parent .api-access-block input {
  cursor: pointer;
}

.app-parent .text-danger {
  color: #FF4B17 !important;
}

.app-parent .bg-danger {
  background: #FF4B17 !important;
}

.app-parent .text-success {
  color: #199281 !important;
}

.app-parent .text-success:hover,
.app-parent .text-success:focus {
  color: #199281 !important;
  opacity: 0.9;
}

.app-parent .bg-success {
  background: #199281 !important;
}

.app-parent .bg-success:hover,
.app-parent .bg-success:focus {
  background: #199281 !important;
  opacity: 0.9;
}

.app-parent .text-primary {
  color: #26509a !important;
}

.app-parent .bg-primary {
  background: #26509a !important;
}

.app-parent .bg-primary:hover {
  background: #26509a !important;
}

.app-parent .bg-primary:not([disabled]):hover {
  opacity: 0.9;
}

.app-parent input,
.app-parent select {
  border: 1px solid #ced4da;
}

.app-parent input:focus,
.app-parent select:focus {
  box-shadow: none !important;
  border: 1px solid #ced4da;
}

.app-parent button,
.app-parent .btn {
  border: none !important;
  box-shadow: none !important;
}

.app-parent button.reset-btn {
  border: 1px solid #ced4da !important;
}

.app-parent .panel-price-block .plan-price {
  padding: 12px 0 16px;
}

.app-parent .panel-price-block .price {
  padding: 0 0 8px;
}

.app-parent .panel-price-block .price .pay {
  font-size: 18px;
  font-weight: 500;
  color: #212529;
}

.app-parent .panel-price-block .price-yearly .pay {
  font-size: 14px;
  font-weight: 500;
  color: #212529;
}

.app-parent .panel-price-block .free-plan {
  display: block;
  margin: 0 auto;
}

.app-parent .mollie-component {
  width: 100%;
  padding: 5px 15px 5px;
  color: #222;
  border: 2px solid transparent;
  /*border-radius: 6px;*/
  background-color: #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.05s ease;
  transition: all 0.05s ease;
}

.app-parent .way-to-pay .ways {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
  background: #fff;
}

.app-parent .way-to-pay .ways .way:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.app-parent .way-to-pay .ways .way:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.app-parent .way-to-pay .ways .way.paypal-active {
  background: #ffc439 !important;
}

.app-parent .way-to-pay .ways .way {
  cursor: pointer;
  padding: 0.5rem 0.7rem;
}

.app-parent .way-to-pay .ways .way img {
  width: 36px;
  margin-right: 1rem;
}

.app-parent .way-to-pay .ways .way span {
  font-weight: 500;
}

.app-parent .way-to-pay .ways .way:hover {
  background: rgba(0, 0, 0, 0.05);
}

.app-parent .way-to-pay .ways .way-disabled {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.02);
}

.app-parent .change-way {
  margin-top: 1rem;
  text-align: center;
  padding: 0.7rem;
  background: rgba(0, 0, 0, 0.025);
  border-radius: 5px;
}

.app-parent .change-way span {
  cursor: pointer;
  text-decoration: underline;
}

.app-parent .creditcart-type-block {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
}

.app-parent .creditcart-type-block .creditcard-header {
  padding: 0.5rem 0.7rem;
  background: rgba(0, 0, 0, 0.025);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.app-parent .creditcart-type-block .creditcard-header img {
  width: 36px;
  margin-right: 1rem;
}

.app-parent .creditcart-type-block .creditcard-body {
  padding: 0.5rem 1rem;
}

.app-parent .creditcart-type-block .creditcard-body label {
  font-size: 14px;
}

.app-parent .billing-page .pagination .page-item:focus,
.app-parent .billing-page .pagination .page-link:focus {
  outline: none !important;
  box-shadow: none !important;
}

.app-parent .billing-page .pagination .page-item.active .page-link {
  background-color: #26509a;
  border-color: #26509a;
  color: #fff;
}

.app-parent .billing-page .pagination .page-link {
  color: #26509a;
}

.app-parent .billing-page .pagination .page-item.disabled .page-link {
  color: #6c757d !important;
}

.app-parent .billing-page .active-plan {
  background: rgba(48, 191, 144, 0.15);
}

.app-parent .billing-page .download-invoice-link {
  color: #158dce;
}

.app-parent .plan-parent .current-plan-badge {
  position: absolute;
  top: 19px;
  right: 20px;
}

.app-parent .plan-parent .plan-btn:disabled {
  opacity: 0.65 !important;
}

.app-parent .mollie-wrapper {
  background: #fff;
}

@media (max-width: 600px) {
  .app-parent .billing-page tr td:first-child {
    width: auto !important;
  }
}

@media (max-width: 768px) {
  .app-parent .plan-card {
    max-width: 450px;
    margin: 0 auto;
  }

  .dashboard-header-item {
    margin-top: 20px;
  }

  .app-header {
    display: none !important;
  }

  .main-header-list,
  .main-header-a {
    display: none !important;
  }

  .member-header-list {
    display: block !important;
  }
}

