/* @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*----------------------------------------------*
 General CSS
/*----------------------------------------------*/

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  /* border: 0; */
  outline: 0;
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  clear: both;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  background: var(--white);
  font-family: var(--primary-font);
  overflow-x: hidden;
}
body.overflow-hidden {
  overflow: hidden !important;
}
textarea {
  resize: none;
}
a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:active {
  outline: 0;
}

a:active,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

*:focus {
  outline: none;
  box-shadow: none;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn-close:focus {
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
  border-color: #dee2e6;
}
b,
strong {
  font-weight: bold;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
video {
  width: 100%;
  height: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

mark {
  background: #ff0;
  color: #111111;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
ul,
ol {
  list-style: none outside none;
}

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: 0 0;
}

/* Reset */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}
.btn.focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}
img {
  max-width: 100%;
}
.pt-75 {
  padding-top: 75px;
}
.pb-35 {
  padding-bottom: 35px;
}
.mb-16 {
  margin-bottom: 16px;
}
/* ========== Variables ============*/

:root {
  --primary-color: #011e45;
  --white: #ffffff;
  --black: #000000;
  /* --primary-font: "Roboto", sans-serif; */
  /* --primary-font: "Urbanist", sans-serif; */
  --primary-font: "Lexend Deca", sans-serif;
  --headng-font: "Source Serif 4", serif;
  --active-color: #2c79c6;
  --time: 20s;
  --time2: 30s;
  --amount: 4;
  --bx-shadow1: 0px 0 5px rgba(128, 173, 233, 0.5);
  --border-radius1: 15px;
  /* --hedng-font-family: "Roboto", sans-serif; */
  /* --hedng-font-family: "Urbanist", sans-serif; */
  --hedng-font-family:  "Lexend Deca", sans-serif;
  --hedng-font-color: #011e45;
  --hedng-font-color2: #cbc9c9;
  --hedng-font-color3: #21272a;
  --switch-background1: #011e45;
  --switch-background-white: #fff;
  --pricing-txt-color: #21272a;
  --price-strikethrougn-color: #aeb0b1;
  --price-hdng-color: #011e45;
  --btn-get-startedBg: #011e45;
  --btn-get-startedBg-Hover: #fff;
  --text-white-color: #fff;
  --chkmark-color: #25a249;
  --pricing-plan-bg: #e5e6f0;
  --pricing-planinnr-bg: #fff;
  --hedng-font-color4: #001d6c;
  --bg-option: #f2f4f8;
  --option-focus-border: #011e45;
  --bg-refresh: rgba(64, 64, 64, 0.5);
  --btn-border-hover: #011e45;
  --btn-bg-1: #011e45;
  --btn-txt-color1: #fff;
  --chkbox-border-1: #011e45;
  --link-color-terms: #21272a;
  --scroll-color-primary: #92c1ff;
  --scroll-color-secondary: #f1f1f1;
  --track-record-bg-1: #0e7dcc;
  --track-record-bg-2: #21a314;
  --track-record-bg-3: #6d07cf;
  --track-record-bg-4: #dc4e0c;
  --bg-white: #fff;
  --btn-contact-sales-bg: #fff;
  --btn-contact-sales-color: #011e45;
  --btn-contact-sales-bordercolor: #011e45;
  --border-color-1: #dde1e6;
  --background-sec-1: #f2f4f8;
  --text-color-2: #161616;
  --bg-sec-3: #f5f4fd;
  --background-primary: #011e45;
}

/* Component */

.common-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--primary-font);
  line-height: 100%;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (min-width: 992px) {
  .common-btn {
    font-size: 12px;
    padding: 8px 12px;
  }
}
@media (min-width: 1200px) {
  .common-btn {
    font-size: 15px;
    padding: 8px 16px;
  }
}
@media (min-width: 1700px) {
  .common-btn {
    font-size: 20px;
    padding: 16px 16px;
  }
}
.primary-color {
  color: var(--primary-color);
}
.bg-primary-color {
  background-color: var(--primary-color);
}

.border-1 {
  border: 1px solid var(--primary-color);
}
.border-radius-0 {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.hover-border:hover {
  border-color: var(--primary-color);
  color: var(--primary-color) !important;
}
.hover-bg:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.min-height {
  min-height: 100vh;
}
.color-white {
  color: var(--white);
}
.ms-16 {
  margin-left: 16px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-10 {
  margin-top: 10px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.bg-light-grey {
  background-color: #edeff1;
}
.mb-12 {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .custom-container {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }
  .custom-container-banner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .px-md-17 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 1800px) {
  .custom-container {
    max-width: 1600px;
    padding-left: 44px;
    padding-right: 44px;
  }
  .custom-container-banner {
    max-width: 1600px;
  }
}

/* ========================================= */
/* Header start */
/* Sticky header start */
/* Hamburger menu start */
.navbar-toggler {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.bar {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 16px;
  background-color: #001d6c;
  margin: 5px 0;
  transition: 0.4s;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.bar:first-child {
  width: 12px;
}
.bar:last-child {
  width: 12px;
  margin-left: auto;
}
.navbar-toggler.open .bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
  width: 25px;
}

.navbar-toggler.open .bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.open .bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
  width: 25px;
}

/* Hamburger menu end */
.sticky-header {
  border-bottom: 1px solid #dde1e6;
  background: var(--white);
  /* box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%); */
}
.scrollStickyheader.sticky-header {
  position: fixed !important;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #dde1e6;
  background: var(--white);
  /* -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  box-shadow: 0 0 15px rgb(0 0 0 / 10%); */
  animation: 1s ease-in-out 0s normal none 1 running fadeInDown;
}

@media (min-width: 992px) {
  .sticky-header.header-style #navbar {
    padding-left: 0px;
    justify-content: center;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* Sticky header end */
.menu-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 15px;
  border-bottom: 1px solid #dde1e6;
  background: var(--white);
}

.header .item-right {
  display: flex;
  justify-content: flex-end;
}
.header .item-right a {
  display: inline-flex;
  margin-left: 10px;
  transition: color 0.3s ease;
}
.header .menu > ul > li {
  display: flex;
  flex-direction: column;
  margin-left: 25px;
}
.header .menu > ul > li > a {
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  align-items: center;
  letter-spacing: 0.6px;
}
.header .menu > ul > li > a i {
  margin-left: 6px;
}
.header .menu > ul > li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  transition: all 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
}
.single-column-menu .mega-menu-wrap ul li a {
  line-height: 32px;
  color: #011e45;
  font-family: var(--primary-font);
  font-size: 16px;

  font-weight: 500;
}
.single-column-menu .mega-menu-wrap {
  padding: 16px 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .menu > ul > li > a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .mega-menu-wrap {
    background-color: var(--white);
    padding: 39px;
    /*margin-top: 10px;
    */
    border-radius: 0 0 16px 16px;
    -webkit-border-radius: 0 0 16px 16px;
    -moz-border-radius: 0 0 16px 16px;
    -ms-border-radius: 0 0 16px 16px;
    -o-border-radius: 0 0 16px 16px;
  }
  .menu-items {
    width: 100%;
    justify-content: space-between;
  }
  .header .menu > ul > li .sub-menu {
    background-color: transparent;
    box-shadow: none;
    padding-left: 0px;
  }

  .header .menu {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  .menu-main {
    display: flex;
    margin: auto;
    /* justify-content: flex-end; */
  }
  .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
    margin-top: 16px;
    visibility: visible;
    opacity: 1;
  }
  .header .menu > ul > li {
    margin-left: 16px;
  }
}
@media (min-width: 1200px) {
  .header .menu > ul > li {
    margin-left: 42px;
  }
}
.header .menu > ul > li .sub-menu > ul > li {
  line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
  line-height: 1;
  display: block;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
  padding: 10px 0;
  display: inline-block;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 42px;
}
@media (min-width: 992px) {
  .header .menu > ul > li .sub-menu.mega-menu-column-4 {
    width: 92%;
  }
}
.header .list-item {
  padding: 0 16px 0 0;
}
.header .title {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 500;
  line-height: 1;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .header .title {
    /* min-height: 52px; */
  }
}
.header
  .menu
  > ul
  > li
  .sub-menu.mega-menu-column-4
  > .list-item.text-center
  .title {
  text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a {
  color: var(--primary-color);
}

/*responsive*/
@media (max-width: 991px) {
  .header .item-center {
    order: 3;
    flex: 0 0 100%;
  }
  .header .item-left,
  .header .item-right {
    flex: 0 0 auto;
  }
  .header .mobile-menu-trigger {
    display: block;

    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 30px;
  }

  .header .item-right {
    align-items: center;
  }

  .header .menu {
    position: fixed;
    /* width: 320px; */
    width: 100%;
    background-color: #ffffff;
    right: -100%;
    top: 0;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    z-index: 1099;
    opacity: 0;
    visibility: hidden;
  }
  .header .menu.active {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  .header .menu > ul > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .header .menu > ul > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .menu > ul > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 80px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .header .menu .mobile-menu-head.active .go-back {
    display: block;
  }
  .header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }
  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .header .menu .menu-main {
    height: calc(100vh - 180px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header .menu > ul > li .sub-menu.mega-menu,
  .header .menu > ul > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }
  .header .menu > ul > li .sub-menu.active {
    display: block;
  }
  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    margin-top: 0;
  }
  .header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center
    .title {
    margin-bottom: 20px;
  }
  .header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center:last-child
    .title {
    margin-bottom: 0px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    flex: 0 0 100%;
    padding: 0px;
  }
  .header .menu > ul > li .sub-menu > ul > li > a,
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
}
.menu-icon-circle {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #161616; */
  overflow: hidden;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.menu-icon-circle svg {
  width: 32px;
  height: 32px;
}
.menu-list-item-desc {
  color: #161616;
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.menu-back-text {
  color: #161616;
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-left: 10px;
}
/* header end */
/* banner section start*/
.banner-main-slider {
  background-color: #f6f5fd;
}
.banner-slider {
  padding: 16px;
}
.banner-slider .item {
  height: 100%;
  position: relative;
}

.banner-slider .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner-slider .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.5s;
}
.banner-slider .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banner-slider .owl-item.active .banner-button-groups {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}

.banner-slider::before {
  content: "";
  width: 500px;
  height: 500px;
  flex-shrink: 0;
  border-radius: 50%;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 61, 37, 0.2) 0%,
    rgba(255, 0, 17, 0) 100%
  );
  filter: blur(127px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
}
.banner-slider::after {
  content: "";
  width: 500px;
  height: 500px;
  flex-shrink: 0;
  border-radius: 50%;
  background: radial-gradient(
    75.21% 75.21% at 67.65% 52.01%,
    rgba(0, 102, 255, 0.19) 0%,
    rgba(0, 102, 255, 0) 100%
  );
  filter: blur(107.5px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}
.management-details-right-part-gradient::after {
  content: "";
  width: 500px;
  height: 500px;
  flex-shrink: 0;
  border-radius: 50%;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 61, 37, 0.2) 0%,
    rgba(255, 0, 17, 0) 100%
  );
  filter: blur(127px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: -1;
}
.field-force-management-gradient::before {
  content: "";
  width: 500px;
  height: 500px;
  flex-shrink: 0;
  border-radius: 50%;
  background: radial-gradient(
    75.21% 75.21% at 67.65% 52.01%,
    rgba(0, 102, 255, 0.19) 0%,
    rgba(0, 102, 255, 0) 100%
  );
  filter: blur(107.5px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
}
.banner-slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #011e458f !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner-slider .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner-slider .owl-nav .owl-prev:focus {
  outline: 0;
}
.banner-slider .owl-nav .owl-prev:hover {
  background: #011e458f !important;
}
.banner-slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #011e458f !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner-slider .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner-slider .owl-nav .owl-next:focus {
  outline: 0;
}
.banner-slider .owl-nav .owl-next:hover {
  background: #011e45 !important;
}
.banner-slider:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.banner-slider:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.banner-caption {
  color: var(--Color-1, #011e45);
  font-family: var(--headng-font);
  font-weight: 700;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  text-align: center;
}
.banner-sub-caption {
  color: var(--Color-1, #011e45);
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 400;
  /* line-height: 1.2; */
  line-height: 1.5;
  margin-bottom: 32px;
  text-align: center;
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

.banner-slider .owl-dots {
  display: flex;
  width: 100%;
  justify-content: center;
}
.banner-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.banner-slider .owl-dots .owl-dot.active span,
.banner-slider .owl-dots .owl-dot:hover span {
  background: #011e45;
}
.banner-button-groups {
  justify-content: center;
}
.banner-right-content {
  display: flex;
}
.banner-image-wrap {
  position: relative;
  width: 400px;
}
@media (max-width: 389px) {
  .btn-login {
    font-size: 12px;
  }
  .btn-sign-up {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .management-details-right-part-view {
    padding-left: 16px;
    padding-right: 16px;
  }
  .banner-left-content {
    text-align: center;
    margin-top: 42px;
  }
}
@media (max-width: 991px) {
  .banner-right-content {
    justify-content: center;
  }
  .banner-slider::before {
    width: 200px;
    height: 200px;
  }
  .banner-slider::after {
    width: 200px;
    height: 200px;
  }
  .banner-image-wrap {
    padding: 16px;
  }
  .banner-left-content {
    order: 2;
  }
  .menu.active .btn-login {
    margin-left: 0px !important;
  }
  .menu.active .btn-sign-up {
    margin-left: 0px !important;
  }
}
@media (min-width: 992px) {
  .banner-slider {
    padding: 32px 0px 32px 47px;
    background-color: #f6f5fd;
  }
  .banner-left-content {
    width: 42%;
    padding-top: 50px;
  }
  .banner-right-content {
    width: 58%;
    display: flex;
    justify-content: flex-end;
  }
  .banner-caption {
    font-size: 52px;
    text-align: left;
  }
  .banner-sub-caption {
    font-size: 18px;
    text-align: left;
  }
  .banner-button-groups {
    justify-content: flex-start;
  }
  .banner-image-wrap {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .banner-caption {
    font-size: 57px;
  }
}
@media (min-width: 1700px) {
  .banner-slider {
    padding: 100px 0px 100px 47px;
  }
  .banner-caption {
    font-size: 62px;
  }
  .banner-sub-caption {
    font-size: 20px;
  }
  .banner-image-wrap {
    width: 700px;
  }
}
/* banner section end*/

/* Global orgnation section start */
.global-org-sec {
  padding: 32px 16px;
}
.global-org-title {
  color: var(--primary-color);
  font-family: var(--headng-font);
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-align: center;
}
/* Client slider start */
.clients {
  padding: 34px 0 0;
}
.box {
  display: flex;
  align-items: center;
  justify-items: center;
  width: 60%;
  height: auto;
  transition: transform 0.5s ease-in;
  margin: 2px auto;
}
.box img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.box:hover {
  transform: scale(1.2);
}

@media (min-width: 992px) {
  .global-org-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .clients {
    padding-top: 64;
  }
}
@media (min-width: 1700px) {
  .global-org-title {
    font-size: 30px;
  }
}
/* Client slider end */
/* Global orgnation section end */

/*  Sales force automation section start  */
.common-sec-sub-title {
  color: #000;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.5px;
}
.common-sec-title {
  color: var(--primary-color);
  font-family: var(--headng-font);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.automation-left-part {
  padding-top: 32px;
}
@media (max-width: 992px) {
  .automation-left-part {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.force-automation-content-wrap {
  padding: 32px 0 0;
}
.automation-left-part-list-group li {
  display: flex;
  align-items: center;
}
.automation-left-part-list-group li svg {
  width: 32px;
}
.automation-feature-list-icon {
  width: 40px;
}
.automation-feature-list-text {
  margin-left: 12px;
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.5px;
}
.sub-title-space-top {
  margin-top: 12px;
}
.single-title-space-top {
  margin-top: 12px;
}
.field-sales-space-bottom {
  margin-bottom: 52px;
}
@media (max-width: 767px) {
  .force-automation-content-wrap {
    padding: 32px 0 0;
  }
}
@media (max-width: 991px) {
  .order-mob-left-part {
    order: 2;
  }
}
.sales-automation-sec {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .automation-left-part {
    padding-top: 75px;
  }
  .force-automation-content-wrap {
    padding: 64px 0 0;
  }
  .common-sec-sub-title {
    font-size: 16px;
  }
  .common-sec-title {
    font-size: 32px;
  }
  .sales-automation-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .common-sec-title {
    font-size: 37px;
  }
}
@media (min-width: 1700px) {
  .common-sec-title {
    font-size: 42px;
  }
  .sub-title-space-top {
    margin-top: 24px;
  }
  .single-title-space-top {
    margin-top: 24px;
  }
  .field-sales-space-bottom {
    margin-bottom: 124px;
  }
}
/*  Sales force automation section end  */

/* SFA & DMS section start */
.sfa-dms-section {
  padding: 40px 0;
}
.common-circle {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset;
  filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.25));
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.25));
}
.list-of-sales-product ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list-of-sales-product ul li {
  margin: 30px 22px 30px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 992px) {
  .sfa-dms-section {
    padding: 80px 0 40px;
  }
  .list-of-sales-product ul li {
    width: 60px;
  }
}

.list-sales-product-desc {
  margin-top: 11px;
  /* padding: 0 45px; */
}
.sales-product-desc {
  color: var(--primary-color);
  text-align: center;
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
/* SFA & DMS section end */

/*  Management details sec start  */
.management-details-content {
  padding: 32px 0 0;
}
.management-details-content h3 {
  padding-bottom: 24px;
}

.management-details-image-wrap img {
  width: 100%;
  height: 100%;
}
.common-section-inner-title {
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
  text-align: left;
}
.common-section-inner-subtitle {
  color: #161616;
  font-family: var(--primary-font);
  font-size: 16px;

  font-weight: 400;
  line-height: 33px;
}
.content-list-title {
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-size: 20px;

  font-weight: 700;
  line-height: 110%;
}
.content-list-sub-title {
  color: #161616;
  font-family: var(--primary-font);
  font-size: 16px;

  font-weight: 400;
  line-height: 140%;
}
.management-details-content-list {
  padding: 50px 0 0;
}
.content-list-box {
  padding-bottom: 32px;
}

.content-list-box svg {
  width: 42px;
  height: 42px;
  margin-right: 8px;
}
.gradient-field-sales-sec {
  position: relative;
}
.gradient-field-sales-sec::after {
  content: "";
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 61, 37, 0.2) 0%,
    rgba(255, 0, 17, 0) 100%
  );
  filter: blur(127px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.management-details-space-top {
  padding-top: 50px;
}
.management-details-space-bottom {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .management-details-content {
    padding: 40px 0;
  }
  .management-details-content h3 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .management-details-content-list {
    padding: 50px 0 0;
  }
  .order-field-force-div {
    order: 2;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .management-details-image-wrap {
    width: 500px;
    margin: auto;
  }
  .management-details-image-wrap img {
    width: 100%;
    height: 100%;
  }
  .content-list-box {
    text-align: center;
  }
  .content-list-title {
    align-items: center;
  }
  .diagram-image-wrap {
    width: 500px;
    margin: auto;
  }
  .diagram-image-wrap img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .content-list-box svg {
    margin-bottom: 16px;
  }
  .management-details-content {
    text-align: center;
  }
  .management-details-content h3 {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .gradient-field-sales-sec::after {
    width: 400px;
    height: 400px;
  }
  .common-management-details-sec {
    padding: 50px 0 0 0;
  }
  .management-details-space-top {
    padding-top: 100px;
  }
  .management-details-space-bottom {
    padding-bottom: 100px;
  }
  .common-section-inner-title {
    font-size: 34px;
  }
  .common-section-inner-subtitle {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .common-section-inner-title {
    font-size: 35px;
  }
}

@media (min-width: 1700px) {
  .common-section-inner-title {
    font-size: 33px;
  }
  .content-list-title {
    font-size: 22px;
  }
  .gradient-field-sales-sec::after {
    width: 715px;
    height: 715px;
  }
}
/*  Management details sec end  */

/* Transformation section start */
.transformation-section {
  padding: 80px 0;
  background: #011e45;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.transformation-section-success-stories {
  background-color: var(--white);
}
.transformation-section .common-page-single-title {
  color: var(--white);
}
.transformation-section-success-stories .common-page-single-title {
  color: #161616;
}
.common-page-single-title {
  color: #161616;
  /* font-family: var(--primary-font);*/
  font-family: var(--headng-font); 
  font-size: 32px;

  font-weight: 700;
  line-height: 110%;
}
.announce-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
}

.announce-icon.announce-icon-impact {
  position: absolute;
  right: 15px;
  top: auto;
  bottom: -67px;
  width: 100px;
  height: 100px;
}

.announce-icon img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .transformation-section {
    padding: 40px 0;
  }
}

@media (min-width: 992px) {
  .announce-icon.announce-icon-impact {
    position: absolute;
    right: 0;
    top: auto;
    bottom: -105px;
    width: 100px;
    height: 100px;
  }
  .announce-icon {
    right: 98px;
    top: -76px;
    width: 167px;
    height: 177px;
  }
  .announce-icon.announce-icon-impact {
    right: 50px;
    top: auto;
    bottom: -105px;
    width: 167px;
    height: 177px;
  }
  .common-page-single-title {
    font-size: 34px;
  }
  .transformation-section {
    padding: 60px 0;
    background: url("../images/trans-bg.png");
  }
  .transformation-section .common-page-single-title {
    color: #161616;
  }
  .slider-container .dots span.active:before {
    background-color: var(--primary-color);
  }
}
@media (min-width: 1200px) {
  .announce-icon.announce-icon-impact {
    right: 98px;
    top: auto;
    bottom: -105px;
    width: 167px;
    height: 177px;
  }
  .common-page-single-title {
    font-size: 37px;
  }
}
@media (min-width: 1600px) {
  .announce-icon {
    top: -50px;
    right: 118px;
    width: 213px;
    height: 177px;
  }
}
@media (min-width: 1700px) {
  .common-page-single-title {
    font-size: 42px;
  }
}
/* Slider style start */
.slide-image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.slide.active .card {
  border: 1px solid #000;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.slide .card {
  border: 1px solid #cecccc;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.slide-desc {
  color: #161616;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 140%;
}
.slider-container {
  display: block;
  height: 470px;
  width: auto;
  margin: 0 auto;
  position: relative;
  /* max-width: 1300px; */
  margin-top: 20px;
}
.slider-container .arrow-left {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  color: white;
  font-size: 28px;
  cursor: pointer;
  z-index: 9;
  color: var(--primary-color);
}
@media (max-width: 768px) {
  .slider-container .arrow-left {
    display: none;
  }
}
.slider-container .arrow-right {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  color: white;
  font-size: 28px;
  cursor: pointer;
  z-index: 9;
  color: var(--primary-color);
}
@media (max-width: 768px) {
  .slider-container .arrow-right {
    display: none;
  }
}
.slider-container .dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: auto;
  user-select: none;
}
.slider-container .dots span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  cursor: pointer;
  user-select: none;
  padding: 10px 0;
  position: relative;
}
.slider-container .dots span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #ccc;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .slider-container .dots span {
    width: 23px;
    margin-bottom: 15px;
  }
}
.slider-container .dots span.active:before {
  opacity: 1;
}
.slider-container .slider {
  display: block;

  width: 65%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  line-height: 270px;
  color: white;
}
@media (max-width: 768px) {
  .slider-container .slider {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .slider-container .dots span.active:before {
    background-color: var(--white);
    opacity: 1;
  }
}
.slider-container .slider .slide {
  display: inline-block;

  width: 65%;

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0.4, 0.4, 1);
  transition: transform 0.3s ease-in-out 0s, z-index 0.2s ease-in-out 0.1s;
}

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

.slider-container .slider .slide.prev-2 {
  transform: translate3d(-105%, -50%, 0) scale3d(0.4, 0.4, 1);
  z-index: 1;
  opacity: 0.5;
}
.slider-container .slider .slide.prev-1 {
  transform: translate3d(-85%, -50%, 0) scale3d(0.6, 0.6, 1);
  z-index: 2;
}
.slider-container .slider .slide.next-1 {
  z-index: 2;
  transform: translate3d(-15%, -50%, 0) scale3d(0.6, 0.6, 1);
}
.slider-container .slider .slide.next-2 {
  z-index: 1;
  transform: translate3d(5%, -50%, 0) scale3d(0.4, 0.4, 1);
  opacity: 0.5;
}
.slider-container .slider .slide.active {
  z-index: 3;
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Slider style end */
/* Transformation section end */

/* Testimonials start */
.testimonal {
  padding: 50px 0 100px;
}
.testimonial-item {
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-content {
  font-family: Arial, sans-serif;
  margin-top: 10px;
}

.testimonial-slider-wrap {
  overflow: hidden;
}
.star {
  color: #011e45;
}

.rating {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fcefefef;
  margin: auto;
  width: 96px;
  height: 96px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.testimonial-slide:not(.slick-current) .testimonial-image-wrap {
  width: 72px;
  height: 72px;
}
.testimonial-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.slider-nav {
  display: flex;
  align-items: center;
}

.quote-sign svg {
  color: #161616;
  /* margin-bottom: 15px; */
}

/* Static dimensions for the center slide */
.testimonial-slide.slick-current {
  width: 96px;
  height: 96px;
}

.content-main-title {
  color: #000;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 26px;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 110%;
}
.content-role-desc {
  color: #000;
  font-family: var(--primary-font);
  font-size: 17px;

  font-weight: 400;
  line-height: 110%;
}
.content-title {
  color: #000;
  font-family: var(--primary-font);
  font-size: 17px;

  font-weight: 400;
  line-height: 110%;
}
.content-desc {
  color: #161616;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 18px;

  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

.slider-nav .slick-prev::before,
.slider-nav .slick-next::before {
  color: #000;
  font-size: 32px;
}
.slider-nav .slick-prev {
  position: absolute;
  left: -45px;
}
.slider-nav .slick-next {
  position: absolute;
  right: -45px;
}
/* ////////////////// */

/* Testimonials end */

/* Faq Section start */
.custom-accordion {
  padding: 32px 0;
}
@media (min-width: 992px) {
  .custom-accordion {
    padding: 64px 0;
  }
  .slider-container .dots {
    margin: 30px 0;
  }
}
.common-page-single-sub-title {
  color: var(--primary-color);
  text-align: center;
  font-family: var(--primary-font);
  font-size: 20px;

  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.custom-accordion .accordion-button {
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-size: 20px;

  font-weight: 700;
  line-height: 110%;
  background: var(--white);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.custom-accordion.accordion-flush .accordion-item:first-child {
  border-top: 1px solid #dde1e6;
}
.custom-accordion.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid #dde1e6;
}
.custom-accordion .accordion-item {
  border: 1px solid #dde1e6;
  margin-bottom: 1rem;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
}
.custom-accordion .accordion-body {
  color: #21272a;
  font-family: var(--primary-font);
  font-size: 16px;

  font-weight: 400;
  line-height: 140%;
}

.accordion-button::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M13.3999 11.4V6.40002C13.3999 6.13481 13.2945 5.88045 13.107 5.69292C12.9195 5.50538 12.6651 5.40002 12.3999 5.40002C12.1347 5.40002 11.8803 5.50538 11.6928 5.69292C11.5053 5.88045 11.3999 6.13481 11.3999 6.40002V11.4H6.3999C6.13469 11.4 5.88033 11.5054 5.6928 11.6929C5.50526 11.8805 5.3999 12.1348 5.3999 12.4C5.3999 12.6652 5.50526 12.9196 5.6928 13.1071C5.88033 13.2947 6.13469 13.4 6.3999 13.4H11.3999V18.4C11.3999 18.6652 11.5053 18.9196 11.6928 19.1071C11.8803 19.2947 12.1347 19.4 12.3999 19.4C12.6651 19.4 12.9195 19.2947 13.107 19.1071C13.2945 18.9196 13.3999 18.6652 13.3999 18.4V13.4H18.3999C18.6651 13.4 18.9195 13.2947 19.107 13.1071C19.2945 12.9196 19.3999 12.6652 19.3999 12.4C19.3999 12.1348 19.2945 11.8805 19.107 11.6929C18.9195 11.5054 18.6651 11.4 18.3999 11.4H13.3999Z" fill="%23011E45"/></svg>');
}
.accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M6 11H18C18.2652 11 18.5196 11.1054 18.7071 11.2929C18.8946 11.4804 19 11.7348 19 12C19 12.2652 18.8946 12.5196 18.7071 12.7071C18.5196 12.8946 18.2652 13 18 13H6C5.73478 13 5.48043 12.8946 5.29289 12.7071C5.10536 12.5196 5 12.2652 5 12C5 11.7348 5.10536 11.4804 5.29289 11.2929C5.48043 11.1054 5.73478 11 6 11V11Z" fill="%2321272A"/></svg>');
}

/* Faq Section end */

/* contact-us section Start */

.contact-us {
  padding: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.form-title-group {
  text-align: center;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .form-title-group {
    padding-bottom: 0;
  }
  .contact-us {
    padding: 80px 0;
    background: url("../images/world-map.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .contact-card {
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.25),
      0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  }
  .form-title-group {
    text-align: left;
  }
}

.contact-card {
  border-radius: 5px;
  background: #fff;
  border: none;
}
.contact-card .card-body {
  padding: 20px;
}
.contact-us-form .form-control::placeholder {
  color: #697077;
}
.contact-us-form .form-custom-select:focus {
  box-shadow: none;
}
.contact-us-form .custom-form-check-label {
  color: #161616;
  font-family: var(--primary-font);
  font-size: 16px;

  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.contact-us-form .form-control {
  height: 48px;
  border-color: #c1c7cd;
  background-color: #f2f4f8;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-left: 0;
  border-top: 0;
  border-right: 0;
}
.contact-us-form .form-custom-select {
  height: 48px;
  border-color: #c1c7cd;
  background-color: #f2f4f8;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-left: 0;
  border-top: 0;
  border-right: 0;
}

.contact-us-form .form-control.form-textarea {
  height: 96px;
}
.contact-us-form {
  padding-top: 32px;
}
.contact-card .common-form-title {
  margin-bottom: 12px;
}

.separetor {
  height: 100%;
  width: 1px;
  margin: auto;
  background-color: rgba(33, 39, 42, 0.2);
}
.contact-details-col {
  margin-bottom: 16px;
}
.contact-info {
  margin-left: 14px;
  margin-top: 4px;
}
.contact-info-title {
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-size: 20px;

  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}
.contact-info-details {
  color: #161616;
  font-family: var(--primary-font);
  font-size: 18px;

  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 991px) {
  .form-contact-order {
    display: flex;
    order: 3;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .contact-card .card-body {
    padding: 40px;
  }
  .contact-us-form {
    padding-top: 40px;
  }

  .contact-details-col {
    margin-bottom: 35px;
  }
}

.common-form-title {
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-size: 31px;

  font-weight: 700;
  line-height: 110%;
}
.common-form-sub-title {
  color: #161616;
  font-family: var(--primary-font);
  font-size: 18px;

  font-weight: 400;
  line-height: 140%;
}
.focus-bg:focus {
  background: #001d6c;
}
/* Contact us section end */

/* Download app section start */

.download-app-right-part {
  padding-top: 32px;
}
.download-app-title {
  color: #011e45;
  font-family: var(--primary-font);
  font-size: 24px;

  font-weight: 700;
  line-height: 110%;
  margin-bottom: 24px;
}
.download-app-link {
  display: flex;
}
.download-app-sub-title {
  color: #011e45;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 48px;
}
.app-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .download-app-right-part {
    text-align: center;
  }
  .download-app-left-part {
    width: 100%;
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media (max-width: 991px) {
  .order-app-img {
    order: 2;
    display: flex;
  }
  .download-app-left-part {
    margin-top: 32px;
  }
  .download-app-section {
    text-align: center;
  }
  .download-app-left-part {
    margin-left: auto;
    margin-right: auto;
  }
  .download-app-link {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .download-app-title {
    font-size: 34px;
  }
  .download-app-title {
    margin-bottom: 38px;
  }
  .download-app-sub-title {
    font-size: 18px;
  }
  .download-app-sub-title {
    margin-bottom: 28px;
  }
}
@media (min-width: 992px) {
  .download-app-right-part {
    padding-top: 80px;
    padding-left: 60px;
  }
  .download-app-sub-title {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .download-app-title {
    font-size: 36px;
  }
}
@media (min-width: 1700px) {
  .download-app-title {
    font-size: 42px;
  }
}
/* Download app section end */

/* Achieve section start */
.grid-sec-wrap {
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.acheive-card-wrap {
  margin-top: 33px;
}
.achieve-sec {
  background: rgba(237, 239, 241, 1);
  padding: 75px 0;
}
.acheive-card {
  border: 0;
  background: transparent;
}
.acheive-icon-box {
  text-align: center;
  margin-bottom: 16px;
}

.acheive-content-title {
  color: #011e45;
  font-family: var(--primary-font);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}
.acheive-content-desc {
  color: #161616;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 16px;

  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 1700px) {
  .acheive-content-title {
    font-size: 20px;
  }
}
/* Achieve section end */

/* Success stories and details start */
.logo-caption-wrapper {
  width: 70px;
  overflow: hidden;
}
.logo-caption-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.banner-sub-caption-stories {
  margin-top: 24px;
}

.banner-image-content-story {
  position: relative;
}

.banner-slider.banner-slider-stories {
  padding: 0;
}
.banner-image-content-story:before {
  content: "";
  height: 100%;
  width: 20vw;
  background-color: #011e45;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.banner-image-content-story .banner-image-wrap {
  width: 800px;
  overflow: hidden;
  padding: 32px 0;
}
.banner-image-content-story .banner-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.stories-card {
  border: 1px solid #dbd4d4;
  background: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.banner-left-single-title {
  color: var(--primary-color);
  font: var(--primary-font);
  font-size: 38px;
  font-weight: 700;
  line-height: 110%;
}
.stories-card .card-body {
  padding: 30px 17px;
}
.stories-logo-card-box {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
}
.stories-card-logo-top-wrap {
  width: 90px;
  display: flex;
  justify-content: center;
  margin: auto;
}
.stories-card-logo-top-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.stories-card-title-wrap {
  margin-bottom: 20px;
}
.stories-card-title {
  font-family: var(--primary-font);
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: center;
}
.stories-card-dec-wrap {
  margin-bottom: 20px;
}
.stories-card-desc {
  font-family: var(--primary-font);
  color: #161616;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
}
.stories-readmore-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.w-165 {
  width: 165px;
}
.banner-slider-stories .owl-nav {
  display: none;
}

.stories-card:hover {
  border: 1px solid #dbd4d4;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25),
    0px 0px 27px 0px rgba(0, 0, 0, 0.25);
}

.view-more-btn-wrap {
  margin: 32px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.success-stories-selection {
  padding: 50px 0;
}
.project-challange {
  padding: 60px 0 0;
  background-color: #edeff1;
}

.stories-card {
  margin-bottom: 12px;
}

@media (max-width: 992px) {
  .solution-right-content-svg svg {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 992px) {
  .stories-card {
    margin-bottom: 24px;
  }
  .project-challange {
    padding: 80px 0 0;
  }
}
/* Timeline start */

.card-line {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  width: 100%;
  align-items: stretch;
  margin-bottom: 96px;
}
.chalange-timeline-container {
  padding: 32px 0 0;
}
.challenge-timeline-card {
  border-radius: 8px;
  background: #fff;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.challenge-timeline-card .card-body {
  background-color: var(--white);
  border-radius: 8px;
  position: relative;
  z-index: 1;
  flex: 1;
  min-height: 150px;
}

.card-line-orange-grey .challenge-timeline-card::before {
  content: "";
  background-color: #f76c00;
  width: 60%;
  height: 100%;
  top: 15px;
  left: -15px;
  position: absolute;
  z-index: 1;
  display: flex;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
}
.card-line-skyblue-grey .challenge-timeline-card::before {
  content: "";
  background-color: #0088bb;
  width: 60%;
  height: 100%;
  top: 15px;
  left: -15px;
  position: absolute;
  z-index: 1;
  display: flex;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
}
.card-line-blue-grey .challenge-timeline-card::before {
  content: "";
  background-color: #011e45;
  width: 60%;
  height: 100%;
  top: 15px;
  left: -15px;
  position: absolute;
  z-index: 1;
  display: flex;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
}
.card-line-lightblue-grey .challenge-timeline-card::before {
  content: "";
  background-color: #5392ad;
  width: 60%;
  height: 100%;
  top: 15px;
  left: -15px;
  position: absolute;
  z-index: 1;
  display: flex;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
}
.card-line-orange-grey .challenge-timeline-card::after,
.card-line-skyblue-grey .challenge-timeline-card::after,
.card-line-blue-grey .challenge-timeline-card::after,
.card-line-lightblue-grey .challenge-timeline-card::after {
  content: "";
  background-color: #d9d9d9;
  width: 100%;
  height: 100%;
  top: 15px;
  right: -15px;
  position: absolute;
  z-index: 0;
  display: flex;
  border-radius: 0px 21px 21px 0;
  -webkit-border-radius: 0px 21px 21px 0;
  -moz-border-radius: 0px 21px 21px 0;
  -ms-border-radius: 0px 21px 21px 0;
  -o-border-radius: 0px 21px 21px 0;
}
.challenge-timeline-card .card-body {
  padding: 32px 16px;
}
.challenge-timeline-card-top {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.challenge-timeline-card-title {
  font-family: var(--primary-font);
  font-size: 74.136px;

  font-weight: 700;
  line-height: 100%; /* 74.136px */
  letter-spacing: 0.292px;
}
.challenge-timeline-card-title-color-orange {
  color: #f76c00;
}
.challenge-timeline-card-title-color-skyblue {
  color: #0088bb;
}
.challenge-timeline-card-title-color-blue {
  color: #011e45;
}
.challenge-timeline-card-title-color-lightblue {
  color: #5392ad;
}

.challenge-timeline-card-desc {
  color: #161616;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 14px;

  font-weight: 400;
  line-height: 140%;
}
/* Timeline end */

.succ-stories-card-btn {
  padding: 14px;
}
.about-client-sec {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .success-stories-selection {
    padding: 60px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .success-stories-selection {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .logo-banner {
    margin: 15px auto;
    justify-content: center;
    text-align: center;
    display: flex;
    width: 100%;
  }
  .banner-slider.banner-slider-stories {
    padding: 0 0 16px;
  }
}
@media (min-width: 992px) {
  .about-client-sec {
    padding: 40px 0;
  }
  .succ-stories-card-btn {
    padding: 16px;
  }
  .logo-caption-wrapper {
    width: 109px;
    overflow: hidden;
  }
  .banner-slider-stories .banner-right-content {
    width: 45%;
  }
  .banner-slider-stories .banner-left-content {
    width: 45%;
  }
  .banner-slider-stories .owl-dots {
    position: absolute;
    bottom: 12px;
  }
  .chalange-timeline-container {
    padding: 44px 0 0px;
  }
}
.banner-left-single-title {
  font-size: 38px;
}
.proj-chal-title-space {
  margin-bottom: 16px;
}
@media (min-width: 1700px) {
  .about-client-sec {
    padding: 60px 0;
  }
  .succ-stories-card-btn {
    padding: 18px;
  }
  .logo-caption-wrapper {
    width: 209px;
    overflow: hidden;
  }
  .stories-card-logo-top-wrap {
    width: 161px;
  }
  .stories-card .card-body {
    padding: 60px 34px;
  }
  .stories-card-title {
    font-size: 28px;
  }
  .stories-logo-card-box {
    margin-bottom: 44px;
  }
  .success-stories-selection {
    padding: 150px 0;
  }
  .banner-left-single-title {
    font-size: 42px;
  }
  .proj-chal-title-space {
    margin-bottom: 32px;
  }
}
/* Success stories and details end */
/* Solution style start */
.h-100 {
  height: 100%;
}
.solution-right-content-svg {
  margin-right: 12px;
}
.solution-right-part li:not(:last-child) {
  margin-bottom: 32px;
}
.max-solution-sec {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .max-solution-sec {
    padding: 45px 0 60px;
  }
}
@media (max-width: 991px) {
  .solution-left-part {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .max-solution-sec {
    padding: 80px 0;
  }
  .solution-left-part {
    padding-right: 50px;
  }
  .solution-right-content-svg svg {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1700px) {
  .solution-right-part li:not(:last-child) {
    margin-bottom: 64px;
  }
  .max-solution-sec {
    padding: 100px 0;
  }
  .solution-right-content-svg svg {
    width: 64px;
    height: 64px;
  }
  .solution-right-content-svg {
    margin-right: 16px;
  }
}
/* Solution style end */

/* Impact timeline start  */
.impact-timeline-sec {
  background-color: #011e45;
  padding: 80px 0;
}
.impact-timeline-wrap {
  padding-top: 66px;
}

.impact-timeline .timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.impact-timeline .timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.impact-timeline .container {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}

@media (min-width: 1199px) {
  .impact-timeline .container.left {
    right: 25%;
  }

  .impact-timeline .container.right {
    left: 25%;
  }
}
.impact-timeline .container::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #fff;
  border-radius: 16px;
  z-index: 1;
}

.impact-timeline .container.right::after {
  left: -8px;
}

.impact-timeline .container::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #fff;
  z-index: 1;
}

.impact-timeline .container.right::before {
  left: 8px;
}

.impact-timeline .container .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}
.impact-timeline .container.left .date {
  right: -75px;
}

.impact-timeline .container.right .date {
  left: -75px;
}
.impact-timeline .container .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: #fff;
  border: 2px solid #011e45;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: #011e45;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-number {
  color: #011e45;
  font-family: var(--primary-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
}
.impact-timeline .container.left .icon {
  right: 56px;
}

.impact-timeline .container.right .icon {
  left: 56px;
}

.impact-timeline .container .content {
  padding: 30px 90px 30px 30px;
  background: #fff;
  position: relative;
  border-radius: 0 500px 500px 0;
}

.impact-timeline .container.right .content {
  padding: 30px 30px 30px 90px;
  border-radius: 500px 0 0 500px;
}

.impact-timeline .container .content h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #011e45;
}
.impact-timeline .container.left .content h2 {
  text-align: right;
}
.impact-timeline .container.right .content h2 {
  text-align: left;
}

.impact-timeline .container .content p {
  margin: 0;
  color: #21272a;
  font-family: var(--primary-font);

  font-weight: 400;
  line-height: 140%;
}

@media (max-width: 767px) {
  .impact-timeline .container .content p {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .impact-timeline .container .content p {
    font-size: 18px;
  }
}
.impact-timeline .container.left .content p {
  text-align: left;
}
.impact-timeline .container.right .content p {
  text-align: left;
}

@media (max-width: 1199px) {
  .impact-timeline .timeline::after {
    left: 40px;
  }

  .impact-timeline .container {
    width: 100%;
    padding-left: 72px;
    padding-right: 30px;
  }

  .impact-timeline .container.right {
    left: 0%;
  }

  .impact-timeline .container.left::after,
  .impact-timeline .container.right::after {
    left: 32px;
  }

  .impact-timeline .container.left::before,
  .impact-timeline .container.right::before {
    left: 39px;
    border-color: transparent #fff transparent transparent;
  }

  .impact-timeline .container.left .date,
  .impact-timeline .container.right .date {
    right: auto;
    left: 15px;
  }

  .impact-timeline .container.left .icon,
  .impact-timeline .container.right .icon {
    right: auto;
    left: 89px;
  }

  .impact-timeline .container.left .content,
  .impact-timeline .container.right .content {
    padding: 12px 12px 12px 69px;
    border-radius: 500px 0 0 500px;
  }
}

/*  */
@keyframes floatAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.impact-roket-image {
  position: absolute;
  top: -36px;
  left: -50px;
  width: 185px;
  animation: floatAnimation 2s ease-in-out infinite;
}

.impact-roket-image img {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .impact-roket-image {
    position: absolute;
    top: -103px;
    left: -50px;
    width: 300px;
    animation: floatAnimation 2s ease-in-out infinite;
  }
}
/* Impact timeline end */
/* Read Caswe studies section start */
.read-case-studies-sec {
  padding: 0px 0 60px;
}
@media (min-width: 992px) {
  .read-case-studies-sec {
    padding: 80px 0;
  }
}

/* Read Caswe studies section end */
/* Top to bottom and bottom to top button style start */
.scroll-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background-color: #bebdbd;
  color: #181a20;
  display: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.arrow-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
}
/* Top to bottom and bottom to top button style end */
/* Footer start */
.footer-bg {
  background-color: #181a20;
}
.footer {
  padding-top: 72px;
  padding-bottom: 52px;
}
.footer-line {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 52px auto;
}
.footer-column-title {
  color: var(--white);
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
}
.footer-column-subtitle {
  color: var(--white);
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
}
.footer-nav-list li a {
  color: var(--white);
  font-family: var(--primary-font);
  font-size: 14px;

  font-weight: 500;
  line-height: 100%;
  padding-left: 0;
  text-align: center;
}
.footer-nav-list li a:hover {
  color: #2f9eff;
}
.footer-social-contact li a {
  padding-left: 0;
  text-align: center;
}
.footer-social-contact li a svg path {
  fill: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.footer-social-contact li a:hover svg path {
  fill: #2f9eff;
}
.year-text,
.year-sub-text {
  color: var(--white);
  font-family: var(--primary-font);
  font-size: 14px;

  font-weight: 400;
  line-height: 140%;
  text-align: center;
}
.footer-bottom-menu .footer-bottom-menu-list li a {
  color: var(--white);
  font-family: var(--primary-font);
  font-size: 16px;

  font-weight: 500;
  line-height: 100%;
  padding-left: 0;
  text-align: center;
}
.common-footer-column {
  margin-bottom: 32px;
}
.footer-social-contact {
  justify-content: center;
}
.subscribe-btn {
  margin: auto;
}
@media (min-width: 992px) {
  .footer-column-title,
  .year-text,
  .year-sub-text,
  .footer-nav-list li a,
  .footer-bottom-menu .footer-bottom-menu-list li a {
    text-align: left;
  }
  .common-footer-column {
    margin-bottom: 0px;
  }
  .footer-social-contact {
    justify-content: flex-start;
  }
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-column-title {
    text-align: left;
  }
  .footer-column-subtitle {
    text-align: left;
  }
  .subscribe-btn {
    margin-right: auto;
    margin-left: inherit;
  }
}
.subscribe-btn {
  background: #2097fc;
  border-color: #2097fc;
}
.subscribe-btn:hover {
  border-color: var(--white);
  color: var(white);
  background: transparent;
}
/* Footer end */

/* /////////////////////////// */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background-color: #001d6c;
}
.text {
  /* color: var(--primary-color); */
  color: white;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 42px;

  font-weight: 700;
  line-height: 110%; /* 46.2px */
}
/* /////////////////////////// */
/* //////////////////////////////////////// */
/*  Visit help search sec start */
.visit-help-center-sec {
  background-color: #011e45;
  padding: 1.3rem;
}
.visit-help-btn {
  color: var(--white);
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding: 14px 21px;
  letter-spacing: 0.5px;
}
.visit-help-btn:hover {
  background-color: var(--white);
  color: #011e45;
}
.help-fom-control-input {
  display: flex;
  width: 100%;
  height: 52px;
  padding: 10px 13px;
  align-items: center;
  border-radius: 10px;
  background: var(--white);
  padding-left: 50px;
}
.help-search-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.help-search-icon svg {
  width: 32px;
}
@media (min-width: 992px) {
  .help-fom-control-input {
    width: 350px;
    /* height: 60px; */
  }
}
@media (min-width: 1700px) {
  .visit-help-btn {
    font-size: 20px;
    padding: 16px 21px;
  }
  .help-fom-control-input {
    width: 587px;
    height: 70px;
  }
}
.lady-image-wrap {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
}
.lady-image-wrap img {
  width: 100%;
  height: 100%;
}
.help-btn-wrap {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .form-help-search-wrap {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-help-search-wrap {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .lady-image-wrap {
    position: absolute;
    right: 40px;
    bottom: 0;
    margin: 0;
  }
  .help-btn-wrap {
    margin-bottom: 0px;
  }
}
/*  Visit help search sec end */
/* //////////////////////////////////////// */
/* //////////////////////////////////////// */
/* Max map section start */

.max-map-canvas {
  width: 100%;
  height: 450px;
}
/* Max map section end */
/* //////////////////////////////////////// */
/* //////////////////////////////////////// */
/* How can i help sec start */
.how-can-help-sec {
  background-color: #011e45;
  padding: 52px;
}
.how-can-help-form-wrap {
  width: 100%;
}
.common-help-text {
  color: var(--white);
  font-family: var(--primary-font);
  font-size: 16px;
  padding: 5px;

  font-weight: 500;
  line-height: 134%; /* 26.8px */
}
.common-help-link {
  color: var(--white);
  font-family: var(--primary-font);
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 5px;
  padding: 5px;
}

.how-can-help-wrap {
  margin-bottom: 32px;
}
.how-can-help-title {
  color: var(--white);
  font-family: var(--primary-font);
  font-size: 32px;

  font-weight: 700;
  line-height: 110%;
}
.common-help-topic-link-wrap {
  margin-top: 12px;
}
.common-help-link:hover {
  color: var(--white);
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .common-help-link {
    padding: 10px;
  }
  .common-help-text {
    padding: 10px;
  }
  .common-help-topic-link-wrap {
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .how-can-help-title {
    font-size: 52px;
  }
}
@media (min-width: 1700px) {
  .how-can-help-sec {
    padding: 83px;
  }
  .how-can-help-title {
    font-size: 65px;
  }
  .how-can-help-wrap {
    margin-bottom: 43px;
  }
  .common-help-link {
    font-size: 20px;
  }
  .common-help-text {
    font-size: 20px;
  }
}
/* How can i help sec end */
/* //////////////////////////////////////// */
/* //////////////////////////////////////// */
/* Getting started card start */
.help-product-sec {
  padding: 60px 0 26px;
}
.help-product-card {
  border: 1px solid #cdcbcb;
  background: #fff;
  text-align: center;
  padding: 28px 7px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  margin-bottom: 24px;
}

.help-product-card:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25),
    0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.get-start-image-top {
  margin-bottom: 20px;
}
.start-title {
  color: #011e45;
  font-family: var(--primary-font);
  text-align: center;
  font-family: var(--primary-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 16px;
}
.start-desc {
  color: #161616;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

@media (min-width: 992px) {
  .help-product-sec {
    padding: 94px 0px 80px;
  }
}
@media (min-width: 1700px) {
  .help-product-sec {
    padding: 125px 0px;
  }
  .help-product-card {
    padding: 56px 16px;
  }
  .get-start-image-top {
    margin-bottom: 40px;
  }
}
/* Getting started card end */
/* //////////////////////////////////////// */
/* //////////////////////////////////////// */
/* 404 start */

.four-o-four-bg {
  background: url("../images/abstract-bg.png");
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.four-o-four-icon-top {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.four-o-four-text-lg {
  color: var(--primary-color);
  text-align: center;
  font-family: var(--primary-font);
  font-size: 146px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.four-o-four-sub-text {
  color: var(--primary-color);
  text-align: center;
  font-family: var(--primary-font);
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 20px;
}
.four-o-four-desc {
  color: #21272a;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.four-o-four-icon-top svg {
  width: 70px;
  height: 70px;
}
.four-o-four-btn-wrap {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .four-o-four-text-lg {
    font-size: 151px;
  }
  .four-o-four-sub-text {
    font-size: 32px;
    margin-bottom: 26px;
  }
  .four-o-four-desc {
    font-size: 15px;
  }
  .four-o-four-icon-top svg {
    width: 54px;
    height: 54px;
  }
}
@media (min-width: 1200px) {
  .four-o-four-text-lg {
    font-size: 156px;
  }
  .four-o-four-sub-text {
    font-size: 37px;
    margin-bottom: 26px;
  }
  .four-o-four-desc {
    font-size: 20px;
  }
  .four-o-four-icon-top svg {
    width: 74px;
    height: 74px;
  }
}
@media (min-width: 1700px) {
  .four-o-four-text-lg {
    font-size: 161px;
  }
  .four-o-four-sub-text {
    font-size: 42px;
    margin-bottom: 48px;
  }
  .four-o-four-desc {
    font-size: 25px;
  }
  .four-o-four-icon-top svg {
    width: 94px;
    height: 94px;
  }
  .four-o-four-btn-wrap {
    margin-top: 48px;
  }
}
/* 404 end */
/* //////////////////////////////////////// */

/*start Css_sajal  */
.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

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

.mb-40 {
  margin-bottom: 40px !important;
}

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

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.pl-25 {
  padding-left: 25% !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.bnr_secAbout {
  background: #f2f4f8;
  padding-top: 7vw;
  padding-bottom: 5vw;
  position: relative;
}

.bnr_hdngwrpr {
  padding-right: 10%;
}

.abt_hdng_one {
  font-family: var(--hedng-font-family);
  font-weight: 700;
  font-size: 4rem;
  color: var(--hedng-font-color);
  margin-bottom: 40px;
}

.abt_hdng_two {
  font-family: var(--hedng-font-family);
  font-weight: 700;
  font-size: 8.5rem;
  color: var(--hedng-font-color);
  margin-bottom: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 23vw;
  opacity: 0.2;
}

.abt_txt2_wrpr {
  display: inline-block;
  max-width: 74%;
  position: relative;
  margin-top: -47px;
  padding-left: 19%;
}

.abt_txt2 {
  font-family: var(--hedng-font-family);
  font-weight: 700;
  font-size: 3rem;
  color: var(--hedng-font-color);
  margin-bottom: 40px;
  line-height: 3.3rem;
}

.bnr_txt_about {
  font-family: var(--hedng-font-family);
  color: #161616;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.563rem;
}

.sec_abtus {
  padding-top: 50px;
  position: relative;
}

.abt_txt {
  font-size: 1.25rem;
  font-weight: 400;
  color: #161616;
}

.animating_shape3 {
  display: inline-block !important;
  -webkit-animation: blob-skew calc(var(--time, 30s) * 0.5) linear 0s infinite;
  animation: blob-skew calc(var(--time, 30s) * 0.5) linear 0s infinite;
  transform-origin: center;
  width: 100%;
  max-width: 500px;
}

.blob_turn {
  position: relative;
  transform-origin: center;
}

.blob_turn2 {
  animation: blob-turn-2 var(--time, 30s) linear infinite;
  position: relative;
  transform-origin: center;
}

.abt_bnr_lft {
  position: relative;
}

.abt_bnr_logo {
  position: absolute;
  width: 100%;
  max-width: 320px;
}

@keyframes border-transform {
  0%,
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
}

@keyframes blob-skew {
  0% {
    transform: skewY(0deg);
  }

  13% {
    transform: skewY(calc((1.8deg) * var(--amount, 2)));
  }

  18% {
    transform: skewY(calc((2.2deg) * var(--amount, 2)));
  }

  24% {
    transform: skewY(calc((2.48deg) * var(--amount, 2)));
  }

  25% {
    transform: skewY(calc((2.5deg) * var(--amount, 2)));
  }

  26% {
    transform: skewY(calc((2.48deg) * var(--amount, 2)));
  }

  32% {
    transform: skewY(calc((2.2deg) * var(--amount, 2)));
  }

  37% {
    transform: skewY(calc((1.8deg) * var(--amount, 2)));
  }

  50% {
    transform: skewY(0deg);
  }

  63% {
    transform: skewY(calc((-1.8deg) * var(--amount, 2)));
  }

  68% {
    transform: skewY(calc((-2.2deg) * var(--amount, 2)));
  }

  74% {
    transform: skewY(calc((-2.48deg) * var(--amount, 2)));
  }

  75% {
    transform: skewY(calc((-2.5deg) * var(--amount, 2)));
  }

  76% {
    transform: skewY(calc((-2.48deg) * var(--amount, 2)));
  }

  82% {
    transform: skewY(calc((-2.2deg) * var(--amount, 2)));
  }

  87% {
    transform: skewY(calc((-1.8deg) * var(--amount, 2)));
  }

  100% {
    transform: skewY(0deg);
  }
}

@keyframes blob-turn-2 {
  0% {
    transform: rotate(0deg);
  }

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

.rokt_pic {
  max-width: 328px;
  position: relative;
  margin-top: -127px;
}

.missn_picLft {
  width: 37vw;
  position: absolute;
  right: 10px;
  top: 0;
}

.misn_lft {
  min-height: 618px;
}

.missn_picLft img {
  width: 100%;
  max-width: 500px;
}

.ellipse_wrpr {
  position: relative;
  margin-top: -324px;
  z-index: -1;
  height: 372px;
}

.vid_wrprOne_innr {
  position: relative;
}

.vid_cont {
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: var(--bx-shadow1);
  box-shadow: var(--bx-shadow1);
  border-radius: var(--border-radius1);
}

.journey_btm_wrpr:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 37vw;
  height: 100%;
  background: #011e45;
  z-index: -1;
}

.journey_btm_wrpr {
  padding-bottom: 100px;
}
.journey_wrpr_innr {
  width: 100%;
}

.rotated_txt {
  font-family: var(--hedng-font-family);
  color: var(--hedng-font-color);
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  opacity: 0.2;
  font-weight: 700;
}

.journey_wrpr_innr .rotated_txt {
  font-size: 7rem;
  position: absolute;
  top: 0;
  right: -280px;
  margin-left: -27px;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.vision_wrpr_lft {
  width: 100%;
  position: relative;
}

.vissn_wrpr_rgt {
  padding-left: 160px;
  min-height: 526px;
}

.vissn_wrpr_rgt .rotated_txt {
  font-size: 8rem;
  position: absolute;
  bottom: -72px;
  left: 0;
  margin-left: -27px;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}

.abt_hdng3 {
  font-weight: 700;
  color: var(--hedng-font-color);
  font-size: 2.625rem;
  position: relative;
  margin-top: -55px;
  padding-left: 12%;
}

.pd_lft_missn {
  padding-left: 12%;
}

.missn_rgtwrpr {
  position: relative;
}

.rotating_circle {
  position: absolute;
  top: 34px;
  left: 16px;
  -webkit-animation: blob-turn-2 calc(var(--time2, 30s) * 0.5) linear 0s
    infinite;
  animation: blob-turn-2 calc(var(--time2, 30s) * 0.5) linear 0s infinite;
  transform-origin: center;
}

.list_items_first {
  margin: 0;
  padding: 0;
  padding-left: 22px;
}

.list_items_first li {
  list-style-position: outside;
  font-size: 1.25rem;
  font-weight: 400;
  color: #161616;
}

.list_items2 {
  width: 60%;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.list_items2 li {
  font-size: 1.563rem;
  font-weight: 500;
  color: #161616;
  line-height: 2.063rem;
}

.rotating_circle2 {
  position: absolute;
  z-index: -1;
  -webkit-animation: blob-turn-2 calc(var(--time2, 30s) * 0.5) linear 0s
    infinite;
  animation: blob-turn-2 calc(var(--time2, 30s) * 0.5) linear 0s infinite;
  transform-origin: center;
}

.rot_circle_dashed2 {
  width: 100%;
}

.video_wrprOne {
  padding-top: 61px;
  padding-bottom: 156px;
}

.abt_bnr_lft:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30vw;
  height: 20vw;
  display: block;
  background: #ff3d2633;
  background: radial-gradient(at center, #ff3d261c, #ff001100);
  border-radius: 50%;
  -webkit-filter: blur(60px);
  filter: blur(60px);
}

.bnr_secAbout:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30vw;
  height: 20vw;
  display: block;
  background: #0066ff00;
  background: radial-gradient(at center, #0066ff2f, #0066ff00);
  border-radius: 50%;
  -webkit-filter: blur(60px);
  filter: blur(60px);
  opacity: 0.9;
}
.sec_abtus:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30vw;
  height: 20vw;
  display: block;
  background: #ff3d2633;
  background: radial-gradient(at center, #ff3d261c, #ff001100);
  border-radius: 50%;
  -webkit-filter: blur(60px);
  filter: blur(60px);
}

.sec_visn {
  position: relative;
}

.sec_visn:before {
  content: "";
  position: absolute;
  bottom: -122px;
  left: -9vw;
  width: 30vw;
  height: 30vw;
  display: block;
  background: #0066ff00;
  background: radial-gradient(at center, #0066ff2f, #0066ff00);
  border-radius: 50%;
  -webkit-filter: blur(144px);
  filter: blur(144px);
  z-index: -1;
}
.sec_val:after {
  content: "";
  position: absolute;
  top: -85px;
  right: 16%;
  width: 34vw;
  height: 31vw;
  display: block;
  background: #ff3d2633;
  background: radial-gradient(at center, #ff3d2624, #ff001100);
  border-radius: 50%;
  -webkit-filter: blur(60px);
  filter: blur(60px);
  z-index: -1;
}

.wid_ful_tab {
  max-width: 1640px;
}

.banner_foot_bottom {
  float: left;
  width: 100%;
  background: #fff;
  padding: 25px 0;
  text-align: center;
  display: none;
}

.fixed_mobile {
  position: fixed;
  z-index: 100;
  right: 90px;
  top: 125px;
  height: 100vh;
  display: none;
  width: 411px;
}

.fixed_mobile .mobile_fram {
  width: 80%;
}

.modile_innder_banner {
  position: absolute;
  margin: 58px 0 0 44px;
  top: 0;
  overflow: hidden;
  width: 241px;
  height: 432px;
  transition: all 0.5s;
}

.modile_innder_banner ul,
.modile_innder_banner ul li img {
  float: left;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.8s ease-in;
  -o-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}

.modile_innder_banner ul {
  padding-left: 0;
}

.modile_innder_banner ul li {
  float: left;
  width: 100%;
  list-style: none;
}
.my_con {
  position: absolute;
  z-index: 105;
  color: #fff;
  width: 100%;
  margin-top: 18%;
}

.my_con h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
  text-align: left;
}

.backgroun_sec {
  float: left;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.backgroun_sec .my_image {
  height: calc(100vh - 0px);
  width: 100%;
}

.backgroun_sec .my_image,
.backgroun_sec .my_image1 {
  position: absolute;
  z-index: 0;
  left: 0;
}
.home_banner {
  width: 100vw;
  overflow: hidden;
  background: url("../images/bang-new.jpg") center bottom / 100% no-repeat;
  position: relative;
  height: 100vh !important;
  background-size: cover !important;
}

.slick_platform .slick-slide img {
  width: 100%;
  max-width: 285px;
  margin: calc(43vh - 200px) auto;
}

.my_fixed_image1 {
  right: 0;
  background: url(../images/bg1.png) no-repeat;
}

.my_fixed_image2 {
  left: 0;
  background: url(../images/bg2.png) no-repeat;
}

.my_fixed_image1,
.my_fixed_image2 {
  width: 50%;
  height: 100vh;
  top: 0;
  position: fixed;
  z-index: 0;
  background-size: 100% 100%;
  display: block;
  transition: all 1s;
}

#features .features-list li {
  float: left;
  padding: 11px 0;
  position: relative;
  margin-top: 0;
  width: 100%;
  line-height: 20px;
  font-size: 24px;
  display: list-item;
  text-align: left;
  list-style: none;
}
#features .features-list li i {
  background-color: #fff;
  border-radius: 50%;
  color: #00a1ff;
  display: block;
  font-size: 15px;
  height: 36px;
  line-height: 36px;
  margin: 20px auto;
  position: absolute;
  text-align: center;
  top: 10px;
  transition: all 0.5s ease 0s;
  width: 36px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.ht_100_Platformbnr {
  height: 100%;
}

#features {
  height: 100%;
}
#features .features-list li {
  margin-bottom: 15px !important;
  min-height: 133px !important;
}

#features .features-content {
  padding-left: 80px !important;
  padding-right: 20px;
  /* text-align: justify; */
  line-height: 1.1;
}
#features .features-content h4 {
  font-size: 12px;
  text-transform: uppercase;
  font-family: var(--primary-font);
  color: #fff;
  line-height: 15px;
}

#features .features-content p {
  font-size: 15px;
  margin-bottom: 0;
}
.sec2_title {
  width: 100%;
  text-align: center;
  color: #2683ae;
  font-size: 30px;
  margin: 80px 0 30px;
}
.service_ul_left,
.service_ul_right {
  float: left;
  width: 100%;
  list-style: none;
}
.service_ul_left li,
.service_ul_right li {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  padding: 0;
}
.service_ul_left li img,
.service_ul_right li img {
  box-shadow: 0 0 10px #ccc;
  border-radius: 50%;
  width: 70px;
}
.service_ul_left li .servise_text {
  width: calc(100% - 95px);
  margin-left: 15px;
  text-align: left;
  margin-top: 2px;
}

.service_ul_left li .servise_text h2,
.service_ul_right li .servise_text h2 {
  color: #13171c;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.service_ul_left li img {
  float: left;
}
.service_ul_left li .servise_text,
.service_ul_right li img {
  float: right;
}
.service_ul_right li .servise_text h2,
.service_ul_right li .servise_text p {
  text-align: right;
}
.service_ul_right li .servise_text {
  float: left;
  width: calc(100% - 95px);
  text-align: left;
  margin-top: 2px;
}
.service_ul_right li .servise_text {
  margin-left: 0;
  margin-right: 15px;
}
.service_ul_left li .servise_text p,
.service_ul_right li .servise_text p {
  color: #575c62;
  font-size: 13px;
  line-height: 22px;
}
p.b_para {
  text-shadow: 0 1px 4px rgb(117 114 114);
}
/* fullpage */
.vid_flashy {
  position: relative;
  display: inline-block;
}

.vid_flashy:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(../images/play.png) no-repeat center;
  background-size: 51px;
  width: 100%;
  height: 100%;
  z-index: 99;
}

/* start sign_up */
.pricingtablecontainer {
  overflow: auto;
  margin: 23px 0;
  padding: 30px 0;
}

.pricingtable {
  padding: 0 10px;
  /* max-width: 25%;
  min-width: 250px;
  flex: 1 0 100%; */
}
.pricingtable .js-montlypricing {
  display: none;
}

.pricingtable ul {
  position: relative;
  padding: 10px;
  margin-bottom: 5px;
}

.pricingtable_innr {
  border: 2px solid #dde0ff;
  border-radius: 5px;
  position: relative;
  padding: 41px 10px 10px;
  background: #fff;
}


.pricingtable li {
  display: flex;
  padding: 5px 10px;
  align-items: center;
  justify-content: center;
}

.pricingtable li.disable {
  opacity: 0.5;
  text-decoration: none;
}

.pricingtable__head {
  border: none !important;
  font-weight: bold;
  font-size: 2rem;
  color: var(--hedng-font-color);
}

.pricingtable__highlight {
  border-radius: 6px;
  color: white;
  padding: 5px 15px !important;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}

.pricingtable__popular {
    color: #ffffff;
    border: none !important;
    border-radius: 11px;
    background-color: #011e45;
    padding: 10px 25px !important;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    font-size: 13px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    z-index: 9;
}

.pricingtable__btn {
  border: none !important;
}
.pricingtable_innr.popular_bx_shdw {
  box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.pricingtable .popular .pricingtable__highlight {
  background: #f0c80f;
}

.pricingtable .starter .pricingtable__highlight {
  background: #00ce6c;
}

.pricingtable .enterprise .pricingtable__highlight {
  background: #65b2de;
}

.pricingtable .platinum .pricingtable__highlight {
  background: #a182d2;
}
.switchToggle {
  display: flex;
  justify-content: center;
  margin: 50px 0 10px 0;
}

.switchToggle i {
  margin: 0 15px;
}

.form-switch {
  align-items: center;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  justify-content: space-between;
  margin-bottom: 20px;
}

.form-switch i {
  position: relative;
  display: inline-block;
  width: 69px;
  height: 30px;
  border: 1px solid var(--switch-background1);
  border-radius: 15px;
  transition: all 0.3s linear;
  background: var(--switch-background1);
}

.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: var(--switch-background-white);
  border-radius: 50%;
  transform: translate3d(4px, 3px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch input {
  display: none;
}

.form-switch input:checked + i::after {
  transform: translate3d(40px, 3px, 0);
}
.pricingtable_innr_txt {
  color: var(--pricing-txt-color);
  font-size: 1.125rem;
  font-weight: 400;
}
.price_strikethrough {
  font-size: 2.375rem;
  text-decoration: line-through;
  font-weight: 400;
  color: var(--price-strikethrougn-color);
  margin-bottom: 5px;
  line-height: 1.3;
}
.signup_planHdng {
  font-size: 3.375rem;
  font-weight: 500;
  color: var(--price-hdng-color);
  margin-bottom: 5px;
  line-height: 1.1;
}
.signup_plnPricing {
  color: var(--pricing-txt-color);
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: center;
}

.btn_get_started {
  background: var(--btn-get-startedBg);
  color: var(--text-white-color);
  padding: 12px 30px;
  border-radius: 2px;
  border: 1px solid var(--btn-get-startedBg);
  transition: all 0.5s;
  letter-spacing: 1px;
}

.btn_get_started:hover {
  background: var(--btn-get-startedBg-Hover);
  border: 1px solid var(--btn-get-startedBg);
}
.pricingtable li .pricing_features {
    display: inline-block;
    width: 15px;
    padding-left: 13px;
    position: relative;
}
.pricing_features .chkmark {
  position: absolute;
  left: 3px;
  top: 4px;
  color: var(--chkmark-color);
}
.pricingtable li.disable .chkmark {
  display: none;
}
.scrnChzn .form-switch .beforeinput, .scrnChzn .form-switch .afterinput {
    font-size: 1.4rem;
    position: relative;
    color: #bbb8b8;
}
.scrnChzn .form-switch .beforeinput.active,
.scrnChzn .form-switch .afterinput.active {
    color: #011e45;
}
/* .form-switch .plan_discount {
  background: var(--price-hdng-color);
  font-size: 0.75rem;
  color: var(--text-white-color);
  position: absolute;
  top: -24px;
  left: -4px;
  padding: 2px 9px;
  border-radius: 17px;
  text-transform: uppercase;
  width: 72px;
  text-align: center;
} */

.form-switch .plan_discount {
    background: #F44336;
    font-size: 0.75rem;
    color: var(--text-white-color);
    position: absolute;
    bottom: -37px;
    left: 12px;
    padding: 2px 9px;
    border-radius: 17px;
    text-transform: uppercase;
    width: 224px;
    text-align: center;
}
.usrRngWrpr  {
  margin-top:20px;
}
.sec_plan {
  background: var(--pricing-plan-bg);
  padding-top: 75px;
  padding-bottom: 129px;
}
.pricing_hdng_sub {
  font-size: 1.25rem;
  color: var(--hedng-font-color4);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.pricing_hdng_main {
  /* font-size: 2.625rem; */
  font-size: 3rem;
  color: var(--hedng-font-color3);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  font-family: var(--headng-font);
}
.pln_txt {
  color: var(--hedng-font-color3);
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}

.pricing_hdng_custom {
  /* font-size: 2.625rem; */
  font-size: 3rem;
  color: var(--hedng-font-color);
  font-weight: 700;
  text-align: center;
  margin-bottom: 14px;
  margin-top: 60px;
  font-family: var(--headng-font);
}
.fw_500 {
  font-weight: 500 !important;
}

.plan_featureTop {
  /* width: 42%; */
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.plan_featureTop li {
  list-style: none;
  margin-bottom: 10px;
}

.plan_featureTop li .pricing_features {
  display: inline-block;
  width: 90%;
  padding-left: 32px;
  position: relative;
  font-size: 1.125rem;
  font-weight: 400;
}
.top_freetrial_wrpr {
  padding-bottom: 100px;
  padding-top: 60px;
}

.hedng_main_2 {
  font-size: 1.9rem;
  color: var(--hedng-font-color);
  font-weight: 700;
  margin-bottom: 15px;
}
.option_part {
  width: 100%;
  padding: 10px 33px 10px 20px;
  border: 1px solid transparent;
  border-bottom: 1px solid #d9d9d9;
  color: #495057;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  background: var(--bg-option) url(../images/angle-down-solid.svg) no-repeat;
  background-size: 15px;
  background-position: 98% center;
  outline: none;
  border-radius: 0;
}

.option_part:focus,
form.free_trial input.form-control:focus {
  border: 1px solid var(--option-focus-border);
}

form.free_trial input.form-control {
  width: 100%;
  padding: 10px 33px 10px 20px;
  border: 1px solid transparent;
  background: var(--bg-option);
  border-bottom: 1px solid #d9d9d9;
  color: #495057;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  background-size: 15px;
  background-position: 98% center;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

form.free_trial .form-group {
  margin-bottom: 30px;
}

.btn_refresh {
  padding: 10px 12%;
  background: var(--bg-refresh);
  border-radius: 0;
  outline: none;
  color: var(--text-white-color);
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 1rem;
  border: 1px solid transparent;
  max-width: 150px;
}

.btn_refresh:hover {
  border: 1px solid var(--btn-border-hover);
  background: var(--btn-bg-1);
  color: var(--btn-txt-color1);
}
.catcha_img_wrpr {
  display: inline-block;
  max-width: 81px;
}
.custm_ckbx input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custm_ckbx label {
  position: relative;
  cursor: pointer;
}

.custm_ckbx label:before {
  content: "";
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 2px solid var(--chkbox-border-1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 9px;
}

.custm_ckbx input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--chkbox-border-1);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.sign_trms_lnks {
  color: var(--link-color-terms);
  font-weight: 400;
  font-size: 1rem;
  text-decoration: underline;
}

.wid_full {
  width: 100%;
}
.sign_up_btn i {
  transition: all 0.2s;
}

.sign_up_btn:hover i {
  transform: translateX(10px);
}

.dis_blk {
  display: block !important;
}

.pricing_plan_features {
  margin-top: 10px;
}

/* Define the styles for the scrollbar */
.pricing_plan_features {
  scrollbar-width: thin;
  scrollbar-color: #2f2f2f #bbb;
}
.pricing_plan_features::-webkit-scrollbar {
  width: 5px;
  /* Width of the scrollbar */
}

/* Track */
.pricing_plan_features::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Color of the scrollbar track */
  scrollbar-color: #f1f1f1 var(--scroll-color-primary);
  -webkit-scrollbar-color: #f1f1f1 var(--scroll-color-primary);
}

/* Handle */
.pricing_plan_features::-webkit-scrollbar-thumb {
  background: var(--scroll-color-primary);
  /* scrollbar-color: #f1f1f1 var(--scroll-color-primary);
  -webkit-scrollbar-color: #f1f1f1 var(--scroll-color-primary); */
  opacity: 0.5;
}

/* Handle on hover */
.pricing_plan_features::-webkit-scrollbar-thumb:hover {
  background: var(--scroll-color-primary);
  /* scrollbar-color: #f1f1f1 var(--scroll-color-primary);
  -webkit-scrollbar-color: #f1f1f1 var(--scroll-color-primary); */
}
.track_record_icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 10px;
}

.track_record_icon img {
  width: 33px;
  height: 33px;
}
.track_record_iconBG_1 {
  background: var(--track-record-bg-1);
}

.track_record_iconBG_2 {
  background: var(--track-record-bg-2);
}

.track_record_iconBG_3 {
  background: var(--track-record-bg-3);
}

.track_record_iconBG_4 {
  background: var(--track-record-bg-4);
}
.track_record_content h3 {
  font-size: 1.5rem;
  color: var(--hedng-font-color);
  font-weight: 600;
  margin-bottom: 0;
}

.track_record_content p {
  font-size: 1rem;
  color: var(--hedng-font-color3);
  font-weight: 400;
  margin-bottom: 8px;
}
.track_record_sec {
  padding-top: 90px;
  padding-bottom: 50px;
  border-top: 1px solid var(--pricing-plan-bg);
}
.cont_sales_hedng {
  font-size: 2.4rem;
  color: var(--hedng-font-color);
  font-weight: 700;
}
.btn_contact_sales {
  background: var(--btn-contact-sales-bg);
  color: var(--btn-contact-sales-color);
  padding: 12px 30px;
  border-radius: 2px;
  border: 1px solid var(--btn-contact-sales-bordercolor);
  transition: all 0.5s;
  letter-spacing: 1px;
  font-weight: 700;
  margin-right: 10px;
  margin-bottom: 10px;
}

.btn_contact_sales:hover {
  background: var(--btn-contact-sales-bordercolor);
  color: var(--btn-contact-sales-bg);
  padding: 12px 30px;
  border-radius: 2px;
  border: 1px solid var(--btn-contact-sales-bordercolor);
  transition: all 0.5s;
  letter-spacing: 1px;
  font-weight: 700;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* end sign_up */
.scroll-btn-2 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background-color: #3586d7;
  color: #02060b;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.track_record_innr {
  border: 1px solid var(--border-color-1);
}
.track_record_innr {
  border: 1px solid var(--border-color-1);
  padding: 6px 15px;
}
.track_record_innr_wrpr {
  margin-bottom: 15px;
}
.bg_signup_faq {
  background: var(--background-sec-1);
}
.freetrial_innr_bottm {
  margin-bottom: 20px;
}
.top_freetrial_wrpr {
  position: relative;
}
.top_freetrial_wrpr:before {
  content: "";
  position: absolute;
  bottom: -122px;
  left: -9vw;
  width: 30vw;
  height: 30vw;
  display: block;
  background: #0066ff00;
  background: radial-gradient(at center, #0066ff2f, #0066ff00);
  border-radius: 50%;
  -webkit-filter: blur(144px);
  filter: blur(144px);
  z-index: -1;
}
.bg_signup_faq {
  position: relative;
}
.bg_signup_faq .container {
  z-index: 1;
  position: relative;
}
.bg_signup_faq:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 31vw;
  height: 20vw;
  display: block;
  background: #ff3d2633;
  background: radial-gradient(at center, #ff3d261c, #ff001100);
  border-radius: 50%;
  -webkit-filter: blur(60px);
  filter: blur(60px);
  z-index: 0;
  opacity: 0.5;
}
.scroll-btn {
  z-index: 99;
}
/* /////////////////////////////////// */
/* start download brochure */

.banner_sec_downldBrochure {
  position: relative;
}
.banner_sec_downldBrochure:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30vw;
  height: 41vw;
  display: block;
  background: #ff3d2633;
  background: radial-gradient(at center, #ff3d261c, #ff001100);
  border-radius: 50%;
  -webkit-filter: blur(60px);
  filter: blur(60px);
  z-index: -1;
}
.banner_sec_downldBrochure:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30vw;
  height: 20vw;
  display: block;
  background: #0066ff00;
  background: radial-gradient(at center, #0066ff2f, #0066ff00);
  border-radius: 50%;
  -webkit-filter: blur(60px);
  filter: blur(60px);
  opacity: 0.9;
  z-index: -1;
}
.banner_downldBrochure_wrpr img {
  position: relative;
  z-index: 2;
}
.sec_brochure_inside {
  background: var(--bg-sec-3);
  padding-top: 75px;
  padding-bottom: 75px;
}
.hedng2 {
  font-size: 3.25rem;
  color: var(--hedng-font-color);
  font-weight: 700;
}
.dwnld_broch_txt {
  color: var(--text-color-2);
}
.hedng_3 {
  font-size: 1.938rem;
  font-weight: 700;
}
.hedng_4 {
  font-size: 2.438rem;
  font-weight: 700;
  color: var(--price-hdng-color);
}
.form_brochure .option_part {
  width: 100%;
  padding: 10px 33px 10px 20px;
  border: 1px solid transparent;
  /* border-bottom: 1px solid #d9d9d9; */
  color: #495057;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  background: #ffffff url(../images/angle-down-solid.svg) no-repeat;
  background-size: 15px;
  background-position: 98% center;
  outline: none;
  border-radius: 0;
}
form.form_brochure input.form-control {
  width: 100%;
  padding: 10px 33px 10px 20px;
  border: 1px solid transparent;
  background: var(--bg-white);
  color: #495057;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  background-size: 15px;
  background-position: 98% center;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}
form.form_brochure .form-group {
  margin-bottom: 15px;
}
.form_brochure_wrpr {
  background: var(--primary-color);
  padding-top: 100px;
  padding-bottom: 100px;
}
.form_brochure {
  padding-left: 24px;
  padding-right: 24px;
}
.sec_brochure_lft {
  padding-right: 10%;
}
.dwnld_icon {
  display: inline-block;
}
.btn_download_now {
  background: var(--btn-get-startedBg);
  color: var(--text-white-color);
  padding: 12px 30px;
  border-radius: 2px;
  border: 1px solid var(--btn-get-startedBg);
  transition: all 0.5s;
  letter-spacing: 1px;
}
.btn_download_now:hover .dwnld_icon {
  filter: invert(1);
}

.btn_download_now:hover,
.btn_download_now:focus {
  background: var(--btn-get-startedBg-Hover) !important;
  border: 1px solid var(--btn-get-startedBg) !important;
}
.sec_brochure_lft {
  position: relative;
  z-index: 6;
}
.sec_brochure_lft:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30vw;
  height: 20vw;
  display: block;
  background: #0066ff00;
  background: radial-gradient(at center, #0066ff2f, #0066ff00);
  border-radius: 50%;
  -webkit-filter: blur(60px);
  filter: blur(60px);
  opacity: 0.9;
  z-index: 1;
}
.list_items_indemand {
  margin: 0;
  padding: 0;
  list-style: disc;
  padding-left: 20px;
}
.list_items_indemand li {
  margin-bottom: 15px;
}
.hedng_pd_rgt {
  padding-right: 14%;
}
.sec_brochure_indemand {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec_brochure_indemand {
  position: relative;
}
.sec_brochure_indemand:before {
  content: "";
  position: absolute;
  bottom: -122px;
  left: -9vw;
  width: 30vw;
  height: 30vw;
  display: block;
  background: #0066ff00;
  background: radial-gradient(at center, #0066ff2f, #0066ff00);
  border-radius: 50%;
  -webkit-filter: blur(144px);
  filter: blur(144px);
  z-index: -1;
}
.sec_brochure_indemand:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30vw;
  height: 20vw;
  display: block;
  background: #ff3d2633;
  background: radial-gradient(at center, #ff3d261c, #ff001100);
  border-radius: 50%;
  -webkit-filter: blur(60px);
  filter: blur(60px);
  z-index: -1;
}
.sec_grab_now {
  background: var(--background-primary);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.floating_pdfIcon {
  position: absolute;
  top: -77px;
  right: 15vw;
  z-index: 1;
  opacity: 0.1;
}
.sec_grab_now_innr {
  position: relative;
  z-index: 9;
}
/* end download brochure */
/*end Css_sajal  */

.mega-menu-text-link:hover {
  color: var(--primary-color);
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.contact-modal-btn {
  display: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
  padding: 12px 16px;
  background: var(--primary-color);
  color: var(--white);
  align-items: center;
  justify-content: center;
  font-family: var(--primary-font);
  line-height: 100%;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 24px 0 0 24px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-border-radius: 24px 0 0 24px;
  -moz-border-radius: 24px 0 0 24px;
  -ms-border-radius: 24px 0 0 24px;
  -o-border-radius: 24px 0 0 24px;
}

.contact-modal-right-part {
  background: #1a40aa;
  width: 100%;
  height: 100%;
  border-radius: 0 0 14px 14px;
  -webkit-border-radius: 0 0 14px 14px;
  -moz-border-radius: 0 0 14px 14px;
  -ms-border-radius: 0 0 14px 14px;
  -o-border-radius: 0 0 14px 14px;
}

@media (min-width: 768px) {
  .contact-modal-right-part {
    border-radius: 0 14px 14px 0px;
    -webkit-border-radius: 0 14px 14px 0px;
    -moz-border-radius: 0 14px 14px 0px;
    -ms-border-radius: 0 14px 14px 0px;
    -o-border-radius: 0 14px 14px 0px;
  }
}
.contact-modal-right-part {
  padding: 32px;
}
.contact-modal-left-part {
  padding: 32px;
}

.modal-contact-form .form-label {
  color: #fff;
}
.modal-contact-form .form-check-label {
  color: #fff;
}

.contact-modal-form-close-btn .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='m7 7l10 10M7 17L17 7'/%3E%3C/svg%3E");
  opacity: 1;
}
.contact-modal-form-close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  background: #2097fc;
  color: var(--white);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 22px;
}

.modal-contact-title {
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.modal-contact-desc {
  color: #000;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.contact-modal-left-part-list {
  margin-top: 16px;
}
.contact-modal-left-part-list .list-group li {
  color: #000;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
  border: 0;
}
.contact-modal-left-part-list .list-group li span {
  margin-left: 12px;
}

.modal-contact-form .form-label {
  color: var(--white);
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.modal-contact-form .form-control {
  color: #000;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.contact-modal-form .modal-content {
  border: none;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.modal-contact-form-submit {
  background: #2097fc;
  border-color: #2097fc;
  padding: 8px 30px;
}
.modal-contact-form-submit:hover {
  background: #2f9eff;
  border-color: #2f9eff;
}

/* To prepevent body scroll when modal open start */
body.modal-open {
  overflow: hidden;
  position: fixed;
}
/* To prepevent body scroll when modal open end */

.contact-us-form-submit-btn:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background: transparent;
}


    /*app listing*/

    .bg_gry {
    background: #fafafa;
}
.bgaiLab {
    background: url(../images/ai_master_banner.jpg) #000;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 78px;
    background-position: top center;
    padding-top: 70px;
}

    .bgaiLab:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        background: -webkit-linear-gradient(2deg,rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.48) 100%);
        background: -moz-linear-gradient(2deg,rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.48) 100%);
        background: linear-gradient(2deg,rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.48) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
        z-index: 1;
    }

    .bgaiLab > .custom-container-banner {
        position: relative;
        z-index: 2;
    }
    .srchappsWrpr {
        position: relative;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50px;
    }
        .srchappsWrpr input[type="text"] {
            height: 60px;
        }
        .selSolnWrpr {
            position: relative;
            margin-top: 33px;
        }
  .selSolnWrpr .form-label {
    margin-bottom: .5rem;
    position: absolute;
    top: -21px;
    left: 11px;
    background: #e5e5e5;
    z-index: 9;
    padding: 2px 16px;
    color: var(--primary-color) !important;
    border-radius: 16px;
}
    .select2-container .select2-selection--single,
    .select2-container .select2-selection--multiple {
        height: auto !important;
        border: 1px solid #ced4da;
        border-radius: 0.375rem;
        padding: 0.375rem 0.75rem;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #0d6efd;
        border: none;
        color: #fff;
        margin-top: 0.25rem;
    }
    .select2-container {
        width: 100% !important;
       height: 38px;
    }
        .select2-container .select2-selection--single {
            height: 57px !important;
        }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 39px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 52px !important;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        font-weight: bold;
        height: 33px;
        margin-right: 10px;
        margin-top: -2px;
        position: absolute;
        right: 0;
        padding: 1px;
    }
    .select2-search.select2-search--inline {
    /*    height: 30px !important;*/
        display: inline-block !important;
    }
    .select2-container .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 0;
        margin-left: 5px;
        padding: 0;
        max-width: 100%;
        resize: none;
        height: 36px;
        vertical-align: bottom;
        font-family: sans-serif;
        overflow: hidden;
        word-break: keep-all;
    }                                                                                                               
    /*
    .select2-container--default .select2-results__option {
        padding-left: 35px;
        position: relative;
    }

    .select2-container--default .select2-results__option .fa-square {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #ccc;
    }

    .select2-container--default .select2-results__option[aria-selected="true"] .fa-check-square {
        color: #0d6efd;
    }*/
    .select2-results__option .checkbox-item {
        display: flex;
        align-items: center;
    }

    .select2-results__option .checkbox-item i {
        margin-right: 8px;
    }


    /* Optional: Style checkbox alignment in results */
    select[multiple][data-checkboxes="true"] + .select2 .select2-results__option {
        padding-left: 35px !important;
        position: relative;
    }

    select[multiple][data-checkboxes="true"] + .select2 .select2-results__option input[type="checkbox"] {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    /* Optional: Better visual for selected tags */
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #d1ecf1;
        border: 1px solid #bee5eb;
        color: #0c5460;
    }
    .select2-results__option {
        display: flex !important;
        align-items: center;
    }
    .select2-selection__choice[title="Select All"] {
        display: none !important;
    }
    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none;
    /*    max-height: 43px;*/
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #d1ecf1;
        border: 1px solid #bee5eb;
        color: #0c5460;
        margin-bottom: 2px;
        margin-top: 2px;
    }
    .lrn_mrelnkLlisting {
        position: absolute;
        bottom: 31px;
        left: 0;
        width: 100%;
     }
    .lrn_mrelnkLlisting a {
        border: 1px solid;
        padding: 7px 15px;
        /* color: #043d89; */
        color: #fff;
        transition: all 0.5s;
          background: #00BA8B;
    display: inline-block;
    width:100%;
    }
    .lrn_mrelnkLlisting a i{
        transition: all 0.5s;
    }

    .lrn_mrelnkLlisting a:hover i {
        padding-left: 5px;
    }
    .lrn_mrelnkLlisting a:hover  {
        background: #0aad84;
        color: #fff;
    }
    .acheive-content-title_listing {
        color: #011e45;
        font-family: var(--primary-font);
        text-align: center;
        font-size: 19px;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 0.5px;
        margin-bottom: 16px;
    }
    .secBrdr {
    border: 1px solid #eee;
    border-radius: 5px;
}
    .appLstWrpr .secBrdr {
        transition:border-color linear 0.5s;
    }
    .appLstWrpr .secBrdr:hover {
        border-color: #d8e0eb;
        box-shadow: 0 0 3px 5px #f1f1f1;
    }
.appLstCatWrpr .nav-tabs .nav-link {
    font-weight: 600;
    color: #939393;
    border: none;
    border-bottom: 2px solid transparent;
}

        .appLstCatWrpr .nav-tabs .nav-link.active {
            color: #fdfdfd;
            border-color: #ffffff;
            background-color: transparent;
        }

.appLstCatWrpr ul.list-unstyled li a {
    display: block;
    padding: 6px 0;
    color: #ffffff;
    transition: color 0.2s ease;
    font-size: 14px;
}

    .appLstCatWrpr ul.list-unstyled li a:hover {
        color: #0d6efd;
        text-decoration: underline;
    }
.bg_explrSolns {
    background: #011e45 !important;
}
.appLstCatWrpr > .nav.nav-tabs  {
    border-bottom: 1px solid #5e5e5e;
}
.explrSubTitle {
    opacity: 0.8 !important;
}

@media (max-width: 991px) {
    .selSolnWrpr {
            position: relative;
            margin-top: 42px;
        }
    }
/*app listing*/




/*app details*/
.appLstDetWrprTop h4 {
    font-weight: 700;
}

.appLstDetWrprTop .btn {
    min-width: 130px;
}

.appLstDetWrprOuter > .nav.nav-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}


.appLstDetWrprOuter .nav-tabs .nav-link {
    font-weight: 600;
    color: #444;
    border: none;
    border-bottom: 2px solid transparent;
}

    .appLstDetWrprOuter .nav-tabs .nav-link.active {
        color: #011e45;
        border-color: #011e45;
        background-color: transparent;
    }

.appLstDetWrprOuter ul.list-unstyled li a {
    display: block;
    padding: 6px 0;
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

    .appLstDetWrprOuter ul.list-unstyled li a:hover {
        color: #0d6efd;
        text-decoration: underline;
    }
.subscribe-btn2 {
    background:transparent;
    border-color: #ffffff;
}
    .subscribe-btn2:hover {
         background: #2097fc; 
    }
.appdetToppic {
    display: inline-block;
    overflow: hidden;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    background: #fff;
}
.appdetBtnWrpr {
    margin-top:27px;
}
.margendbtn {
    margin-right: 10px;
}
.content_list_titleAppdet {
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 600;
}
.content_list_titleAppdet svg{
    vertical-align:top;
}
.content_list_sub_titleAppdet {
    color: #5e5e5e;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}
.appDetList {
    list-style:none !important;
}
    .appDetList li {
        padding: 6px 0;
        color: #333;
    }

    .appDetList i {
        font-size: 1rem;
    }
.screenshotWrpr {
    max-width: 1000px;
}
#thumb-carousel .owl-item .item img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
#main-carousel,
#main-carouselApp  {
    border: 1px solid #eee;
}
#thumb-carousel .owl-item.active.current .item img,
#thumb-carouselApp .owl-item.active.current .item img{
    border: 1px solid #2d70b8;
    /* box-shadow: 0 0 4px #0072ff, 0 0 4px #0072ff; */
}

#secAppWrpr{
  display:none;
}
.brkts {
    display: inline-block;
    font-size: 51px;
    font-weight: 500;
}
.flashy-container .flashy-content.flashy-image img {
    /* max-width: 100%; */
    max-width: 1200px;
    width: 100%;
}

#main-carousel .owl-nav .owl-next ,
#main-carouselApp .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #011e458f !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
#main-carousel .owl-nav .owl-prev,
#main-carouselApp .owl-nav .owl-prev  {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #011e458f !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
#main-carousel .owl-nav .owl-prev span ,
#main-carousel .owl-nav .owl-next span ,
#main-carouselApp .owl-nav .owl-prev span ,
#main-carouselApp .owl-nav .owl-next span{
    font-size: 1.6875rem;
    color: #fff;
    line-height: 0.5;
}
#main-carousel:hover .owl-nav .owl-prev,
#main-carousel:hover .owl-nav .owl-next,
#main-carouselApp:hover .owl-nav .owl-prev,
#main-carouselApp:hover .owl-nav .owl-next{
  opacity:1;
}
#main-carousel .owl-nav .owl-prev:hover,
#main-carousel .owl-nav .owl-next:hover,
#main-carouselApp .owl-nav .owl-prev:hover,
#main-carouselApp .owl-nav .owl-next:hover {
    background: #011e45 !important;
    opacity:1;
}
.title_CTA {
  font-size: 60px;
}
@media (max-width: 360px) {
    .margendbtn {
        margin-right: 5px;
    }
    .appLstDetWrprTop .btn {
        min-width: 130px;
        font-size: 14px;
    }
}
/*app details*/

/* pricing */
.explrPlnsBtn {
    background: transparent !important;
    color: #000 !important;
}
.explrPlnsBtn:hover {
    background: #011e45 !important;
    color: #fff !important;
}
.trial_formInnr {
    border: 1px solid #011e45;
    padding: 16px 22px;
    border-radius: 2px;
}
.form-switch .beforeinput, .form-switch .afterinput {
    font-size: 1.4rem;
    position: relative;
}
.pricingtablecontainer .owl-stage-outer {
    padding-top: 35px;
}
.pricingtable {
    width: 100%;
}
.pricingtable {
    padding: 0 10px;
}
.user-limit-text{
    font-weight:600;
    font-size:15px;
}
.plan-feature-content-box{
    display:flex;
    width:100%;
    justify-content:space-between;
    align-items: center;
}
.plan-info-icon{
    color: #666;
    padding-left:10px;
}
.plan_featureTop .pricing_features .chkmark{
    padding-right:12px;
}
.plan_featureTop{
    width:100%;
}
.trial_formInnr{
    border: 1px solid #011e45;
    padding: 16px 22px;
    border-radius: 2px;
}

.ht_10 {
    height: 10px;
}

.pricingtablecontainer .owl-prev,
.pricingtablecontainer .owl-next {
    position: absolute;
    top: 50%;
    line-height: 1 !important;
    background: var(--primary-color) !important;
    border-radius: 5px !important;
    width: 30px;
    height: 59px;
}

.pricingtablecontainer .owl-next {
    right: 0;
}

    .pricingtablecontainer .owl-prev span,
    .pricingtablecontainer .owl-next span {
        font-size: 54px;
        line-height: 22px;
        color: #fff;
        display: inline-block;
    }

.pricingtablecontainer .owl-dots {
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: translate(-27px, -23px);
}

    .pricingtablecontainer .owl-dots .owl-dot.active span {
        background: var(--primary-color);
    }

.viewAllFeatures {
    color: var(--primary-color);
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    z-index: 99;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #eee;
    border-top: 1px solid #cfcccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}
.viewAllFeatures i {
    vertical-align: middle;
    margin-left:10px;
}

 .pricingtable {
        width: 100%;
    }

    .pricingtablecontainer .owl-stage-outer {
        padding-top: 35px;
    }

    .pricingtable_innr {
        height: 600px;
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;
    }

 .plan-feature-content {
    display: flex;
    width: 80%;
}

.feature-item {
    font-size: 14px;
    font-weight: 500;
    padding-left: 14px;
    color: #666;
}
.usrRngWrpr label {
  font-weight: 500;
  font-size: 20px;
}
.usrRngWrpr select:focus {
  box-shadow: none;
}

.fs-5 {
    font-size: 42px !important;
}
.addOnWrpr  li .pricing_features {
    padding-left: 0;
}
.widFll {
  width: 200px;
}

/* chkout page */
 /*form styles*/
        #msform {
            position: relative;
            margin-top: 30px;
        }

            #msform .form-label {
                text-align: left;
                width: 100%;
            }

            #msform fieldset {
                background: white;
                border: 0 none;
                border-radius: 3px;
                box-shadow: 0 0 5px 1px rgb(215 215 215 / 40%);
                padding: 20px 30px;
                box-sizing: border-box;
                width: 80%;
                margin: 0 10%;
                position: relative;
            }

                /*Hide all except first fieldset*/
                #msform fieldset:not(:first-of-type) {
                    display: none;
                }

            /*inputs*/
            #msform input,
            #msform textarea {
                padding: 15px;
                border: 1px solid #ccc;
                border-radius: 4px;
                margin-bottom: 10px;
                width: 100%;
                box-sizing: border-box;
                font-family: montserrat;
                color: #2c3e50;
                font-size: 13px;
            }

            #msform .form-control {
                height: 38px;
                border-radius: 2px;
                border: 1px solid #d3d3d3;
                display: flex;
                align-items: center;
                background: #f5f5f5 !important;
                border-top: transparent !important;
                border-left: transparent !important;
                border-right: transparent !important;
            }

            #msform input:focus,
            #msform textarea:focus {
                -moz-box-shadow: none !important;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                border: 1px solid #d3d3d3;
                outline-width: 0;
                transition: All 0.5s ease-in;
                -webkit-transition: All 0.5s ease-in;
                -moz-transition: All 0.5s ease-in;
                -o-transition: All 0.5s ease-in;
            }

            /*buttons*/
            #msform .action-button {
                width: 100px;
                background: #00BA8B;
                font-weight: bold;
                color: white;
                border: 0 none;
                border-radius: 4px;
                cursor: pointer;
                padding: 10px 5px;
                margin: 10px 5px;
            }

                #msform .action-button:hover,
                #msform .action-button:focus {
                    /* box-shadow: 0 0 0 2px white, 0 0 0 3px #2098ce;*/
                    box-shadow: 0 1px 3px 2px #c9c9c9;
                }

           #msform .action-button-previous {
    width: 100px;
    background: #d7d7d7;
    font-weight: bold;
    color: #464646;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

                #msform .action-button-previous:hover,
                #msform .action-button-previous:focus {
                    /* box-shadow: 0 0 0 2px white, 0 0 0 3px #2098ce;*/
                    box-shadow: 0 1px 3px 2px #c9c9c9;
                }

        /*headings*/
        .fs-title {
            font-size: 18px;
            text-transform: uppercase;
            color: var(--primary-color) !important;
            margin-bottom: 10px;
            letter-spacing: 2px;
            font-weight: bold;
            text-align: left;
        }

        .fs-subtitle {
            font-weight: normal;
            font-size: 16px;
            color: var(--primary-color) !important;
            margin-bottom: 20px;
            text-align: left;
        }

        /*progressbar*/
        #progressbar {
            margin-bottom: 30px;
            overflow: hidden;
            /*CSS counters to number the steps*/
            counter-reset: step;
        }

        #progressbar {
            margin-bottom: 30px;
            overflow: hidden;
            counter-reset: step;
            width: 500px;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            padding-left: 0;
            text-align: center;
        }

            #progressbar li {
                list-style-type: none;
                color: #666;
                text-transform: uppercase;
                font-size: 9px;
                width: 25%;
                float: left;
                position: relative;
                letter-spacing: 1px;
                z-index: 18;
                height: 86px;
            }

                #progressbar li span {
                    padding-top: 33px;
                    font-size: 10px;
                }

                #progressbar li:before {
                    content: counter(step);
                    counter-increment: step;
                    width: 24px;
                    height: 24px;
                    line-height: 26px;
                    display: block;
                    font-size: 12px;
                    color: #333;
                    background: #ededed;
                    border-radius: 25px;
                    margin: 0 auto 10px auto;
                }

                /*progressbar connectors*/

                #progressbar li:after {
                    content: "";
                    width: 79%;
                    height: 2px;
                    background: #e7e7e7;
                    position: absolute;
                    left: -39%;
                    top: 9px;
                    z-index: -1;
                }


                #progressbar li:first-child:after {
                    /*connector not needed before the first step*/
                    content: none;
                }

                /*marking active/completed steps blue*/
                /*The number of the step and the connector before it = blue*/
                #progressbar li.active:before,
                #progressbar li.active:after {
                    background: var(--primary-color);
                    color: white;
                }

        #msform .cs-selector {
            height: 38px;
            border-radius: 2px;
            border: 1px solid #d3d3d3;
            display: block;
            align-items: center;
            background: #f5f5f5 !important;
            border-top: transparent !important;
            border-left: transparent !important;
            border-right: transparent !important;
            width: 100%;
            max-width: 100%;
            text-align: left;
        }

        span.cs-flag {
            width: 20px;
            height: 18px;
            margin-left: 2px;
        }

        .cs-name-selected {
            margin-top: 10px;
            display: inline-block;
        }

        .cs-list li {
            text-align: left;
        }

        ul.cs-list {
            max-height: 100px;
            overflow-x: hidden;
            overflow-y: auto;
            border: 1px solid #aaa;
            padding: 0;
            position: absolute;
            background-color: white;
            margin: 0;
            z-index: 1000;
            width: 100%;
            max-width: 450px;
        }


        .select2-results__option .wrap:before {
            font-family: "FontAwesome";
            color: #3F51B5;
            content: "\f096";
            width: 25px;
            height: 25px;
            padding-right: 10px;
        }

        .select2-results__option[aria-selected=true] .wrap:before {
            content: "\f14a";
        }

        .select2-search--dropdown.select2-search--hide {
            display: block;
        }

        #msform .select2-container .select2-selection--single .select2-selection__rendered {
            width: 100%;
            padding: 0.375rem 1.5rem 0.375rem 0.75rem;
            font-family: var(--primary-font) !important;
            font-size: 12px;
            font-weight: 400;
            line-height: 27px;
            letter-spacing: 0.3px;
            color: #464f60;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border: 1px solid #d3d3d3;
            background: #f5f5f5 !important;
            border-top: transparent !important;
            border-left: transparent !important;
            border-right: transparent !important;
            text-align: left;
        }

        #msform .select2-container--default .select2-selection--single {
            /* background-color: #ebebeb; */
            background-color: transparent;
            border: 1px solid transparent;
            border-radius: 4px;
            height: 42px;
        }
  #msform  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
        .radInptWrpr input[type="radio"] {
            width: 20px !important;
            margin-bottom: 5px !important;
        }

        .compDetTxt {
            font-size: 12px;
        }

        .compDetWrpr .form-label {
            font-size: 14px;
            margin-bottom: 5px;
        }

        .fw_bold {
            font-weight: bold;
        }

        .paymentalrtWrpr {
            background: #fff6eb;
            border: 1px solid #f7e5cf;
            padding: 10px;
            margin-top: 10px;
        }

        .paymntalrtTxt {
            font-size: 12px;
        }

        .widcvv {
            max-width: 100px;
        }
        .subBilDet {
            width: 100%;
        }
        .subBilDet td {
            padding: 10px;
            font-size: 12px;
        }

        .billBg {
            background: #eee;
            border-bottom: 1px solid #dbdbdb;
        }

        .billHedng {
            font-size: 15px !important;
            color: var(--primary-color);
            background: #eee;
            font-weight: 600;
            border-bottom: 1px solid #dbdbdb;
        }

        .bilHedng2 {
            font-size: 12px;
            color: var(--primary-color);
            font-weight: 600;
        }

        .btn_editPlan {
            padding: 5px 9px !important;
            height: 27px;
            width: 59px !important;
            background: var(--primary-color) !important;
            line-height: 1.3 !important;
            border-radius: 3px;
            font-size: 12px;
            color: #fff !important;
        }


            /* .btn_editPlan:hover {
                background: var(--primary-hover-color) !important;
            } */

        .highlightBill {
            color: var(--primary-color);
            font-size: 16px !important;
        }

        .totlAmt {
            border-bottom: 1px dashed #d5d5d5;
        }
        .subBilDet ul li {
            font-size: 12px;
        }
        .subBillWrpMain {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 15px;
}


        .chkoutStps {
            position: fixed;
            width: 100%;
            left: 0;
            z-index: 9999;
            top: -2px;
            background: #fff;
            box-shadow: 0 2px 4px #f5f5f5;
            padding-top: 50px !important;
        }
        .margtp_lrg {
            margin-top:180px !important;
        }
       .chkoutStps  #progressbar{
           margin-bottom:10px !important;
       }
        @media (min-width:992px){
            .dynamic-body-space .row {
                padding-top: 50px !important;
            }
        }

                @media (min-width: 768px){
            .subBillWrpMain {
                width: 80%;
            }
        }
            @media (max-width:992px){
                .margtp_lrg {
                        margin-top: 144px !important;
                    }
            }
        @media (max-width:767px) {
            #msform fieldset {
                width: 100%;
                margin: 0;
            }
        }

        @media (max-width:360px) {
            .btn_editPlan {
                font-size: 10px;
            }
        }
#msform .select2-container--default .select2-selection--single {
  padding:0;
}
    /* checkout page end */
 .bdgeWrpr {
    position: absolute;
    display: flex;
    right: 0;
    max-width: 200px;
    flex-wrap: wrap;
    justify-content: end;
    font-size: 10px;
    padding-right: 10px;
    top: 10px;
}
/* .bdgeWrpr {
    position: absolute;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 10px;
    padding-right: 10px;
    padding-left: 10px;
    top: 10px;
    left: 0;
} */
/* .bdgeWrpr {
    position: absolute;
    display: flex;
    right: 0;
    max-width: 130px;
    flex-wrap: wrap;
    justify-content: end;
    font-size: 11px;
    padding-right: 10px;
    top: -1px;
    background: #516fff;
    border-radius: 0 0  0 5px;
    padding-top: 2px;
    padding-left: 2px;
} */
.bdgeWrpr span {
    padding: 4px 10px;
    border-radius: 19px;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 4px;
    text-align: right;
}
 /* .bdgeWrpr span {
    border-radius: 19px;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 4px;
    text-align: right;
} */
 /* .bdgeType {
    border: 1px solid #d0d1d7;
    background: #dddddd;
    color: #000000;
} */
/* .bdgeCase {
    border: 1px solid #cdcdcd;
    background: #efefef;
    color: #000000;
} */


.bdgeType {
    border: 1px solid #d5f0fb;
    background: #d5f0fb;
    color: #000000;
}

.bdgeCase {
    border: 1px solid #d5f0fb;
    background: #ebf9ff;
    color: #000000;
}
.appLstWrpr .acheive-card {
    padding-top: 69px !important;
    padding-bottom: 15px;
}
.prceFltrWrprTop {
    border: 1px solid #dde0ff;
    border-radius: 6px;
}

 .lrn_mrelnkLlisting_byplan {
        position: relative;
        width: 100%;
     }
.lrn_mrelnkLlisting_byplan a {
        border: 1px solid;
        padding: 7px 15px;
        background: #00BA8B;
        color: #fff;
        transition: all 0.5s;
       display: inline-block;
    }
  


.lrn_mrelnkLlisting_byplan a:hover {
    background: #0aad84;
    border-color: inherit;
    color: #fff;
}
  .byplanLnk {
    color: #00BA8B;
    text-decoration:underline;

  }

 .byplanLnk:hover {
    color: #017054;
}
.rngeSelinpt  {
    border: 1px solid #d5d2d2;
    padding: 5px;
    font-weight: 600;
    border-radius: 6px;
    width:100%;
}
 /* Change toggle color when unchecked */
  .addOnWrprOuter .form-check-input[type="checkbox"].form-switch:not(:checked) {
    background-color: #f0f0f0;  /* Switch track color */
    border-color: #ccc;         /* Border color */
  }

  /* Optional: Change the switch knob (circle) color */
  .addOnWrprOuter .form-check-input[type="checkbox"].form-switch:not(:checked)::before {
    background-color: #999;
  }
 .addOnWrprOuter .form-switch input {
    display: block;
}
 .addOnWrprOuter  .form-check-input {
    border: var(--bs-border-width) solid #8d8d8d;
        margin-right: 10px;
        cursor:pointer;
}

 .addOnWrprOuter .form-switch{
  justify-content:start;
 }

  .addOnWrprOuter .form-check-label {
    cursor:pointer;
  }
  .addOnWrprOuter {
    border: 1px solid #dde0ff;
    border-radius: 6px;
  }

   .addOnWrprOuter.add-margin-top {
    /* margin-top: 200px; */
    transition: margin-top 0.3s ease;
  }

  .addOnWrprOuter.add-border {
    border: 2px solid #00BA8B; /* You can change to any color */
    transition: border 0.3s ease;
  }

  .addOnWrprOuter .form-check-label {
  cursor: pointer;
  -webkit-user-select: text;   /* Allow selection */
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;

  /* Remove selection background */
  ::selection {
    background: none !important;
  }

  ::-moz-selection {
    background: none !important;
  }

  ::-webkit-selection {
    background: none !important;
  }
}

.lrn_mrelnkLlistingFindplan {
    border: 1px solid;
    padding: 14px 15px;
    background: #00BA8B;
    color: #fff;
    transition: all 0.5s;
    display: inline-block;
    border: transparent;
    min-width: 255px;
}
.lrn_mrelnkLlistingFindplan:hover, 
.lrn_mrelnkLlistingFindplan:focus {
background: #059772;
}

.buyplanBtn {
    border: 1px solid;
    padding: 14px 15px;
    background: #00BA8B;
    color: #fff;
    transition: all 0.5s;
    display: inline-block;
    border: transparent;
    min-width: 255px;
    transition: all 0.3s;
}
.buyplanBtn:hover, .buyplanBtn:focus {
    background: #059772;
    color: #fff !important;
   
}
.buyplanBtn:hover svg, .buyplanBtn:focus svg {
margin-left:5px;
}
.buyplanBtn svg {
 transition: all 0.3s;
}

@keyframes blinkRed {
  0% { border-color: #dc3545; }
  50% { border-color: transparent; }
  100% { border-color: #dc3545; }
}

.blink-red {
  animation: blinkRed 1s infinite;
}
