@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&amp;display=swap");
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@font-face {
  font-family:'poppinssemibold';
  src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
  font-family:'poppinsmedium';
  src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family:'poppinsregular';
  src: url(../fonts/Poppins-Regular.ttf);
}
.fw-600{font-weight: 600;}
body {
  font-family: 'poppinsregular';
  font-size: 16px;
  line-height: 28px;
  color: #27346d;
  font-style: normal;
  text-align: left;
  background-color: #ffffff;
  overflow-x: hidden !important; }

::-moz-selection,
::-webkit-selection,
::selection {
  background: #008F9E;
  color: #ffffff;
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px; }

section,
article,
footer,
header,
nav,
section,
main {
  display: block; }

@media only screen and (max-width: 767px) {
  html {
    scroll-padding-top: 80px; } }
p,
th,
td,
li,
label,
input,
output,
blockquote,
span {
  font-family: 'poppinsregular';
  font-size: 16px;
  line-height: 28px;
  color: #272727;
  font-style: normal;
  text-align: left;
  margin-top: -4px;
}
p.large,
th.large,
td.large,
li.large,
label.large,
input.large,
output.large,
blockquote.large,
span.large {
  font-size: 24px;
  line-height: 25px;
  margin-top: -4px;
}

a, button {
  font-family: 'poppinsregular';
  font-size: 16px;
  line-height: 25px;
  color: #3b368c;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  a:hover,
  button:hover {
    text-decoration: none;
    color: #000;
    border: none;
    outline: none; }

h1,
h1 > a {
  font-family: 'poppinsregular';
  font-size: 76px;
  line-height: 86px;
  color: #002B2F;
  font-style: normal;
  text-align: left;
  margin-top: -2px; }

h2,
h2 > a {
  font-family: 'poppinsregular';
  font-size: 55px;
  line-height: 43px;
  color: #27346d;
  font-style: normal;
  text-align: left;
  margin-top: -4px; }

h3,
h3 > a {
  font-family: 'poppinsregular';
  font-size: 32px;
  line-height: 43px;
  color: #3a4a95;
  font-style: normal;
  text-align: left;
  margin-top: -4px; }

h6,
h6 > a {
  font-family: 'poppinsregular';
  font-size: 24px;
  line-height: 28px;
  color: #27346d;
  font-style: normal;
  text-align: left;
  margin-top: -1px; }

@media only screen and (max-width: 991px) {
  h1,
  h1 > a {
    font-family: 'poppinsregular';
    font-size: 54px;
    line-height: 64px;
    color: #002B2F;
    font-style: normal;
    text-align: left;
    margin-top: -4px; }

  h2,
  h2 > a {
    font-family: 'poppinsregular';
    font-size: 32px;
    line-height: 42px;
    color: #3a4a95;
    font-style: normal;
    text-align: left;
    margin-top: -4px; }

  h3,
  h3 > a {
    font-family: 'poppinsregular';
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #27346d;
    font-style: normal;
    text-align: left;
    margin-top: -1px; }

  h6,
  h6 > a {
    font-family: 'poppinsregular';
    font-size: 20px;
    line-height: 24px;
    color: #27346d;
    font-style: normal;
    text-align: left;
    margin-top: -3px; }

  p,
  th,
  td,
  li,
  label,
  input,
  output,
  blockquote,
  span {
    font-size: 16px;
    line-height: 26px; }
    p.large,
    th.large,
    td.large,
    li.large,
    label.large,
    input.large,
    output.large,
    blockquote.large,
    span.large {
      font-size: 20px;
      line-height: 30px;
      margin-top: -4px; }

  a,
  button {
    font-size: 16px;
    line-height: 26px; } }
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
    margin-top: -4px; } }
.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.text-center {
  text-align: center; }

.button {
  background-color: #ffffff;
  padding: 11px 20px;
  text-align: center;
  color: #3b368c;
  font-size: 16px;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

  .button:hover {
    background-color: #006bff;
    color: #ffffff; }

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 24px;
  width: 45px;
  height: 45px;
  background-color: #006bff;
  border-radius: 5px;
  color: #ffffff !important;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 99999;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }
  .scrollToTop:hover {
    background-color: #ffffff;
    color: #006bff !important;
    -webkit-box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25); }
  .scrollToTop.active {
    bottom: 30px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    color: #006bff; }

@media only screen and (max-width: 1199px) {
  .scrollToTop {
    right: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px; } }
header{
  background-color: transparent;
  padding: 0px 0px;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 9999;
	border-bottom: 1px solid #DDD;
}
.box_shadow {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); }

.navbar {
  padding: 0px; }
  .navbar li {
    margin: 0px; }

.navbar-brand {
  margin: 0px;
  padding: 0px; }

.logo {
  max-width: 100%;
  height: 40px; }

.nav-link{
  padding: 20px 16px 20px !important;
  color: #000;
}
.menu .nav-link{border-bottom: 3px solid transparent;font-family: 'poppinsmedium';}
.menu .nav-link:hover{color: #008F9E;border-bottom: 3px solid #008F9E;}

.language-select {
  background-color: transparent;
  border: none;
  outline: none;
  height: auto !important;
  line-height: 0px !important;
  padding: 4px 20px 4px 18px;
  margin-left: 25px;
  margin-right: 8px; }
  .language-select .current {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #27346d; }
  .language-select::after {
    height: 8px;
    width: 8px;
    margin-top: -6px;
    right: 8px;
    border-color: #27346d; }

.download {
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  background-color: #008F9E;
  color: #ffffff;
  margin-left: 7px;
  padding: 10px 28px 10px !important;
	font-family: 'poppinsmedium';
	font-size: 16px;
}

  .download:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    color: #008F9E; }

.navbar-toggler {
  border: none;
  padding: 0px;
  margin: 0px 0px 0px 20px;
  line-height: 0px; }
  .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }
  .navbar-toggler .icon-bar {
    width: 35px;
    height: 2px;
    background-color: #002B2F;
    margin: 0px;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .navbar-toggler .middle-bar {
    margin: 6px 0px;
    opacity: 1; }

.toggle-active .top-bar {
  -webkit-transform: rotate(-45deg) translate(-7px, 4px);
  -ms-transform: rotate(-45deg) translate(-7px, 4px);
  transform: rotate(-45deg) translate(-7px, 4px);
  background: #002B2F; }
.toggle-active .middle-bar {
  opacity: 0; }
.toggle-active .bottom-bar {
  -webkit-transform: rotate(45deg) translate(-7px, -4px);
  -ms-transform: rotate(45deg) translate(-7px, -4px);
  transform: rotate(45deg) translate(-7px, -4px);
  background: #27346d; }

@media only screen and (max-width: 1199px) {
  .nav-link {
    font-size: 16px;
    padding: 6px 10px 3px !important; }

  .language-select {
    margin-left: 0px; }
    .language-select .current {
      font-size: 16px; }
    .language-select .option {
      font-size: 16px; } }
@media only screen and (max-width: 991px) {
  .navbar-collapse {
    margin-top: 25px;
    max-height: 300px;
    overflow: auto; }
    .navbar-collapse .nav-link {
      background-color: #F3F8F9;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      margin-bottom: 5px; }
      .navbar-collapse .nav-link:hover {
        padding-left: 14px !important; }
    .navbar-collapse::-webkit-scrollbar {
      width: 5px; }
    .navbar-collapse::-webkit-scrollbar-track {
      background-color: #f7f6fe;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px; }
    .navbar-collapse::-webkit-scrollbar-thumb {
      background-color: #27346d;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px; } }
@media only screen and (max-width: 767px) {
  header {
    padding: 14.5px 0px !important; }

  .logo {
    max-width: 100%;
    height: 30px; }

  .navbar-toggler {
    margin-left: 5px; }
    .navbar-toggler .icon-bar {
      width: 30px; }

  .language-select {
    margin-left: 0px; }

  .navbar-collapse .download {
    margin-left: 0px;
    margin-bottom: 0px;
    background-color: #008F9E;
	}
    .navbar-collapse .download:hover {
      color: #ffffff; } }
.hero {
  background-color: #f7f6fe;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 145px;
  padding-bottom: 85px;
}
.hero{
  padding-bottom: 60px !important;
  padding-top: 140px;
}
.features-hero{
  padding-top:100px;
  padding-bottom:30px !important;
}
.hero__content h6 {
  margin-bottom: 27px;
  color: #006bff; }
.hero__content h1 {
  max-width: 80%;
  margin-bottom: 25px; }

.hero__content__link {
  margin-top: 35px; }
  .hero__content__link a:first-of-type {
    margin-right: 18px; }
  .hero__content__link a:hover {
    border: none;
    outline: none; }
  .hero__content__link img {
    max-width: 100%;
    max-height: 56px;
    border: none;
    outline: none; }

.hero__ratings {
  display: flex;
  align-items: center;
  margin-top: 60px; }

.hero__ratings__store:first-of-type {
  margin-right: 60px; }

.hero__ratings__star {
  margin-bottom: 10px; }
  .hero__ratings__star i {
    display: inline-block;
    line-height: 0px;
    font-size: 18px;
    color: #ff8e25; }

.hero__thumb {
  direction: ltr; }
  
@media only screen and (max-width: 1600px) {
.hero__img {
  width: 52%;
  height: 100%;
  position: absolute;
  top: 18%;
  right: 10px;
}
}
.hero__img {
  top: 18%;
  right: 10px;
}
  .hero__img .hero__circle {
    position: absolute;
    right: 0px;
    top: -100px;
    width: 100%;
    height: auto;
    z-index: 1;
    -webkit-animation: spin 8s linear infinite;
    -moz-animation: spin 8s linear infinite;
    animation: spin 8s linear infinite; }
  .hero__img .hero__wallet {
    position: absolute;
    top: 80px;
    right: 30px;
    z-index: 2;
    max-width: 100%;
    height: auto;
    animation: shake 2s linear infinite;
    -moz-animation: shake 2s linear infinite;
    -webkit-animation: shake 2s linear infinite; }
  .hero__img .hero__mock {
    position: absolute;
    z-index: 3;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: auto; }

@media only screen and (max-width: 1600px) {
  .hero__mock {
    position: absolute;
    bottom: 20%;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%); } }
@media only screen and (max-width: 1300px) {
  .hero__img .hero__circle {
    top: 50px; }
  .hero__img .hero__wallet {
    right: 40px;
    width: 200px;
    height: 180px;
    top: 150px; }
  .hero__img .hero__mock {
    position: absolute;
    bottom: 200px; } }
@media only screen and (max-width: 1199px) {
  .hero {
    padding: 120px 0px 225px; } }
@media only screen and (max-width: 991px) {
  .hero {
    padding-top: 100px;
    padding-bottom: 115px; }

  .hero__img {
    display: none; } }
@media only screen and (max-width: 767px) {
  .hero {
    margin-top: 60px;
    padding-top: 80px;
    padding-bottom: 95px; }

  .hero__content__link img {
    max-width: 120px;
    height: 40px; }
  .hero__content__link a:first-of-type {
    margin-right: 10px; }

  .hero__ratings {
    margin-top: 40px; }

  .hero__ratings__store:first-of-type {
    margin-right: 30px; }

  .hero__ratings__star i {
    font-size: 16px; } }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes shake {
  0% {
    transform: translate(13px, 0); }
  50% {
    transform: translate(-13px, 5px); }
  100% {
    transform: translate(13px, 0); } }
@-moz-keyframes shake {
  0% {
    -moz-transform: translate(13px, 0); }
  50% {
    -moz-transform: translate(-13px, 5px); }
  100% {
    -moz-transform: translate(13px, 0); } }
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(13px, 0); }
  50% {
    -webkit-transform: translate(-13px, 5px); }
  100% {
    -webkit-transform: translate(13px, 0); } }
@keyframes slide {
  0% {
    -webkit-transform: translate(13px, 40); }
  50% {
    -webkit-transform: translate(-13px, 20px); }
  100% {
    -webkit-transform: translate(0px, 0); } }
.client {
  position: relative;
  top: -136px;
  margin-bottom: -136px;
  z-index: 4; }

.client__wrapper {
  padding: 60px 12px;
  background-color: #ffffff;
  box-shadow: 0px 14px 30px rgba(39, 59, 130, 0.25);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }

.client__logo__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 34px; }

.owl-carousel .owl-item img {
  width: 100%; }

.client__logo img {
  display: block !important;
  width: 100px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (max-width: 1199px) {
  .client__logo img {
    width: 70px !important;
    height: 70px; } }
@media only screen and (max-width: 991px) {
  .client {
    top: 0px;
    margin-bottom: 0px; }

  .client__wrapper {
    margin-top: 100px; } }
@media only screen and (max-width: 767px) {
  .client__logo img {
    width: 60px !important;
    height: 50px; }

  .client__wrapper {
    margin-top: 80px; } }
.invest {
  overflow: hidden; }

.invest__area {
  padding: 120px 0px; }

.invest__thumb {
  direction: rtl; }

.invest__content h6 {
  margin-bottom: 28px;
  color: #006bff; }
.invest__content h2 {
  margin-bottom: 23px; }
.invest__content p {
  color: #545a79; }

.invest__feature__wrapper {
  margin-top: 54px; }

.invest__feature__item {
  display: flex;
  align-items: center;
  margin-top: 40px; }
  .invest__feature__item h6 {
    margin-bottom: 12px;
    color: #27346d; }
  .invest__feature__item p {
    color: #545a79; }
  .invest__feature__item:first-of-type {
    margin-top: 0px; }

.invest__feature__item__img {
  margin-right: 30px; }
  .invest__feature__item__img img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }

@media only screen and (max-width: 1199px) {
  .invest__area {
    padding: 100px 0px; } }
@media only screen and (max-width: 767px) {
  .invest__area {
    padding: 80px 0px; }

  .invest__feature__item__img img {
    width: 70px;
    height: 70px; } }
.wallet {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: 80px;
  overflow-x: clip; }

.wallet__area {
  padding: 35px 0px;
  position: relative; }
  .wallet__area_one {
    padding: 35px 0px;
    position: relative; }
.wallet__content h6 {
  margin-bottom: 28px;
  color: #006bff; }
.wallet__content h2{margin-bottom: 25px;color: #002B2F;font-family: 'poppinsmedium';font-size: 31px;}
h3.whychooseinnerttl{margin-bottom: 12px;color: #002B2F;font-family: 'poppinsmedium';font-size: 35px;line-height: 50px;}
.wallet__content p {
  color: #545a79;
  margin-bottom: 0px; }
.wallet__content ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px 0px 60px 0px;
  padding: 0px;
	padding-left: 33px;
}
.wallet__content li {
  list-style-position: outside;
/*  display: flex;*/
/*  align-items: center;*/
  margin-top: 0px;
  margin-bottom: 16px;
	font-size: 16px;
	position: relative;
	color: #272727;
	font-family: 'poppinsregular';
}
  .wallet__content li i {
    width: 20px;
    height: 20px;
    background-color: #008F9E;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
	  position: absolute;
left: -33px;
	  top: 3px;
}
  .wallet__content li:last-of-type {
    margin-bottom: 0px; }

.wallet__thumb {
  position: absolute;
  right: 0;
  top: 0;
  direction: ltr;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px); }
  .wallet__thumb img {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px); }

@media only screen and (max-width: 1199px) {
  .wallet__area {
    padding: 100px 0px; }
    .wallet__area_one {
      padding: 100px 0px; } }
@media only screen and (max-width: 767px) {
  .wallet__area {
    padding: 80px 0px; }
    .wallet__area_one {
      padding: 80px 0px; } }
@media only screen and (max-width: 1400px) {
  .wallet__thumb {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px); }
    .wallet__thumb img {
      width: 100%;
      -webkit-transform: translateY(-80px) translateX(200px);
      -ms-transform: translateY(-80px) translateX(200px);
      transform: translateY(-80px) translateX(200px); } }
@media only screen and (max-width: 1200px) {
  .wallet {
    overflow: hidden;
    margin-top: 0px; }

  .wallet__thumb img {
    width: 100%;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px); } }
.design {
  background-color: #ffffff;
  padding: 60px 0px;
  overflow: hidden; }
  .design-one{
    padding: 40px 0px 40px 0px;}
.design__thumb {
  direction: rtl; }

.design__content h6 {
  color: #006bff;
  margin-bottom: 28px; }
.design__content h2 {
  margin-bottom: 22px; }
.design__content p {
  color: #545a79; }

.design__content__cards {
  display: flex;
  align-items: center;
  margin-top: 55px; }
  .design__content__cards:last-of-type {
    margin-top: 30px; }

.design__content__cards__item {
  width: 230px;
  padding: 30px 10px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 12px 24px #e6cfe6;
  box-shadow: 0px 12px 24px #e6cfe6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background-color: #e1f3fd; }
  .design__content__cards__item h6 {
    color: #27346d;
    text-align: center;
    margin-bottom: 8px; }
  .design__content__cards__item p {
    color: #545a79;
    font-weight: 700;
    text-align: center; }
    .design__content__cards__item p::after {
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      margin-bottom: -5px; }
  .design__content__cards__item:first-of-type {
    margin-right: 24px;
    background-color: #ffecff; }

.third--item {
  background-color: #eafff8 !important; }

.fourth--item {
  background-color: #ffe9e9; }

@media only screen and (max-width: 1199px) {
  .design {
    padding: 100px 0px; } }
@media only screen and (max-width: 767px) {
  .design {
    padding: 80px 0px; }

  .design__content__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35px; }

  .design__content__cards__item:first-of-type {
    margin-right: 0px; }
  .design__content__cards__item:last-of-type {
    margin-top: 30px; } }
.choice {
  background-color: #f7f6fe;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.choice__area {
  padding: 120px 0px; }

.choice__title {
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin-right: auto;
  margin-left: auto; }
  .choice__title h6 {
    color: #006bff;
    margin-bottom: 29px; }
  .choice__title h2{margin-bottom: 22px; color: #002B2F;font-family: 'poppinssemibold';}
  .choice__title p {
    color: #545a79; }

.choice__slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px; }

.owl-carousel .owl-item img {
  display: inline-block; }

.choice__slider__item {
  padding: 40px 10px;
  text-align: center;
  background-color: transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .choice__slider__item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px; }
  .choice__slider__item h6 {
    text-align: center;
    margin-bottom: 18px; }
  .choice__slider__item p {
    text-align: center;
    color: #545a79; }
    .choice__slider__item p::after {
      content: "";
      display: block;
      width: 0px;
      height: 0px;
      margin-bottom: -5px; }
  .choice__slider__item:hover {
    background-color: #ffffff; }

@media only screen and (max-width: 1199px) {
  .choice__area {
    padding: 100px 0px; } }
@media only screen and (max-width: 767px) {
  .choice__area {
    padding: 80px 0px; }

  .choice__slider {
    margin-top: 30px; } }
.payment {
  background-color: #ffffff;
  overflow: hidden; }

.payment__area {
  padding: 120px 0px; }

.payment__thumb {
  direction: rtl;
  position: relative; }
  .payment__thumb .card-one {
    position: absolute;
    top: 15%;
    left: -200px;
    -webkit-box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    animation: slide 2s linear infinite; }
  .payment__thumb .card-two {
    position: absolute;
    bottom: 10%;
    right: 00px;
    animation: slide 2s linear infinite;
    -webkit-box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7.12744px 35.6372px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    animation-delay: 3s; }

.payment__content h6 {
  color: #006bff;
  margin-bottom: 25px; }
.payment__content h2 {
  margin-bottom: 22px; }
.payment__content p {
  color: #545a79;
  margin-bottom: 27px; }
.payment__content ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px; }
.payment__content li {
  list-style-position: outside;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 15px; }
  .payment__content li i {
    width: 30px;
    height: 30px;
    background-color: #00cf86;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px; }
  .payment__content li:last-of-type {
    margin-bottom: 0px; }
.payment__content .hero__content__link {
  margin-top: 38px; }
  .payment__content .hero__content__link .button {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #006bff;
    color: #ffffff; }
    .payment__content .hero__content__link .button:hover {
      background-color: #ffffff;
      color: #006bff; }

@media only screen and (max-width: 1199px) {
  .payment__area {
    padding: 100px 0px; } }
@media only screen and (max-width: 767px) {
  .payment__area {
    padding: 80px 0px; } }
.work {
  padding: 120px 0px 90px;
  background-color: #f7f6fe;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.work__item {
  padding: 30px;
  position: relative; }
  .work__item img {
    margin-bottom: 30px;
    width: 130px;
    height: 114px; }
  .work__item h6 {
    margin-bottom: 27px; }

.work__item--primary::before {
  content: "";
  position: absolute;
  top: 25%;
  right: -125px;
  background-image: url("file:///C|/Nirav/HTML/LinkedoJet/Varun Html/assets/images/choice/line-one.png");
  width: 250px;
  height: 48px;
  background-repeat: no-repeat; }

.work__item--secondary::before {
  content: "";
  position: absolute;
  top: 15%;
  right: -125px;
  background-image: url("file:///C|/Nirav/HTML/LinkedoJet/Varun Html/assets/images/choice/line-two.png");
  width: 250px;
  height: 48px;
  background-repeat: no-repeat; }

@media only screen and (max-width: 1399px) {
  .work__item--primary::before,
  .work__item--secondary::before {
    content: none; } }
@media only screen and (max-width: 1199px) {
  .work__item {
    padding: 30px 12px; } }
@media only screen and (max-width: 991px) {
  .work {
    padding: 100px 0px 95px; }

  .work__item {
    padding-bottom: 0px; } }
@media only screen and (max-width: 767px) {
  .work {
    padding: 80px 0px 75px; }

  .work__item img {
    width: 90px;
    height: auto; }
  .work__item h2 {
    margin-bottom: 0px; } }
.shot {
  background-color: #ffffff;
  padding-top: 120px;
  padding-bottom: 105px; }

.shot__item {
  padding: 20px 0px;
  text-align: center; }
  .shot__item img {
    max-width: 248px !important;
    height: 511px !important;
    height: auto;
    -webkit-box-shadow: 0px 4px 21px rgba(79, 124, 238, 0.25);
    box-shadow: 0px 4px 21px rgba(79, 124, 238, 0.25);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    margin-top: 9px; }

.shot__slider__wrapper {
  position: relative;
  margin-top: 35px; }
  .shot__slider__wrapper .slide__button {
    text-align: center;
    margin-top: 20px; }
    .shot__slider__wrapper .slide__button a {
      width: 60px;
      height: 60px;
      line-height: 60px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: #006bff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      .shot__slider__wrapper .slide__button a img {
        max-width: 100%;
        height: auto; }
      .shot__slider__wrapper .slide__button a:first-of-type {
        margin-right: 20px; }
    .shot__slider__wrapper .slide__button .next img {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .shot__slider__wrapper .device {
    width: 271px !important;
    height: 531px !important;
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

@media only screen and (min-width: 1800px) {
  .shot__slider__wrapper .slide__button {
    margin-top: 0px; }
    .shot__slider__wrapper .slide__button a {
      position: absolute;
      top: 50%;
      right: 38.5%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 99; }
      .shot__slider__wrapper .slide__button a:first-of-type {
        margin-right: 0px; }
    .shot__slider__wrapper .slide__button .next {
      position: absolute;
      left: 38.5% !important; } }
@media only screen and (max-width: 1199px) {
  .shot {
    padding-bottom: 85px; } }
@media only screen and (max-width: 767px) {
  .shot {
    padding-bottom: 70px; }

  .shot__slider__wrapper {
    margin-top: 15px; }
    .shot__slider__wrapper .slide__button a {
      width: 40px;
      height: 40px; }
      .shot__slider__wrapper .slide__button a img {
        max-width: 18px;
        height: auto; } }
.pricing {
  background-color: #E6F4F5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.pricing__area {
  padding: 100px 0px; }
  .pricing__area .choice__title {
    margin-bottom: 51px; }

.pricing__item {
  padding: 40px;
  background-color: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .pricing__item img {
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 20px; }
  .pricing__item h6 {
    margin-bottom: 22px; }
  .pricing__item p {
    color: #545a79; }
    .pricing__item p:first-of-type {
      margin-bottom: 26px; }
  .pricing__item .button {
    margin-top: 35px;
    margin-bottom: 30px; }
  .pricing__item ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px; }
  .pricing__item li {
    list-style-position: outside;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 15px; }
    .pricing__item li i {
      width: 30px;
      height: 30px;
      background-color: #ffffff;
      color: #3b368c;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-weight: 600;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      margin-right: 10px;
      -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); }
    .pricing__item li:last-of-type {
      margin-bottom: 0px; }
  .pricing__item:hover {
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2); }

.pricing__item--standard{box-sizing: border-box;padding: 7px; }
  .pricing__item--standard .button {
    background-color: #006bff;
    color: #ffffff; }
    .pricing__item--standard .button:hover {
      background-color: #ffffff;
      color: #3b368c; }
  .pricing__item--standard li i {
    background-color: #00cf86;
    color: #ffffff; }
  .pricing__item--standard .standard__inner {
    background-color: #ffffff;
    padding: 33px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }

@media only screen and (max-width: 1399px) {
  .pricing__item {
    padding: 40px 20px; }

  .pricing__item--standard {
    padding: 7px; }
    .pricing__item--standard .standard__inner {
      padding: 33px 13px; } }
@media only screen and (max-width: 1199px) {
  .pricing__area {
    padding: 100px 0px; }

  .pricing--three {
    margin-top: 30px; } }
@media only screen and (max-width: 991px) {
  .pricing__item--standard {
    margin-top: 30px; } }
@media only screen and (max-width: 767px) {
  .pricing__area {
    padding: 80px 0px; }

  .pricing__item {
    padding: 30px 12px; }
    .pricing__item img {
      width: 70px;
      height: 70px; }

  .pricing__item--standard {
    padding: 7px; }
    .pricing__item--standard .standard__inner {
      padding: 23px 6px; } }
.testimonial {
  background-color: #ffffff; }

.testimonial__area {
  padding: 120px 0px; }

.testimonial__item {
  padding: 40px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 40px bottom 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .testimonial__item h6 {
    margin-bottom: 18px; }
  .testimonial__item .testimonial__author {
    display: flex;
    align-items: center;
    margin-top: 30px; }
    .testimonial__item .testimonial__author img {
      max-width: 100%;
      height: auto;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      margin-right: 20px; }
    .testimonial__item .testimonial__author .testimonial__author__info h6 {
      margin-bottom: 4px; }
    .testimonial__item .testimonial__author .testimonial__author__info p {
      color: #545a79; }
  .testimonial__item:hover {
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25); }

.testimonial__content h6 {
  color: #006bff;
  margin-bottom: 24px; }
.testimonial__content h2 {
  margin-bottom: 17px; }
.testimonial__content p {
  color: #545a79; }
.testimonial__content .testimonial__item {
  margin-top: 55px; }

.testimonial__down {
  margin-top: 30px; }

@media only screen and (max-width: 1199px) {
  .testimonial__area {
    padding: 100px 0px; }

  .testimonial__item {
    padding: 40px 20px; } }
@media only screen and (max-width: 991px) {
  .testimonial__item {
    margin-bottom: 30px; }

  .testimonial__item__secondary {
    margin-bottom: 0px; } }
@media only screen and (max-width: 767px) {
  .testimonial__area {
    padding: 80px 0px; }

  .testimonial__item {
    padding: 30px 12px; } }
.app__area {
  padding: 65px 60px;
  background-color: #E6F4F5;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
	margin-top: 185px;
	margin-bottom: 80px;
}

.app__area__content {
  max-width: 720px; }
  .app__area__content .button__group {
    margin-top: 34px; }
    .app__area__content .button__group .button {
      width: auto;
      padding: 15px 30px 12px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px;
      background-color: #006bff;
      color: #ffffff; }
      .app__area__content .button__group .button i {
        font-size: 18px; }
      .app__area__content .button__group .button:first-of-type {
        margin-right: 24px; }
      .app__area__content .button__group .button:hover {
        background-color: #ffffff;
        color: #006bff; }

.android {
  position: absolute;
  bottom: 0px;
  right: 60px; }

@media only screen and (max-width: 1199px) {
  .app__area {
    margin-top: 0px;
    padding: 100px 20px; } }
@media only screen and (max-width: 767px) {
  .app__area {
    padding: 20px 12px; }

  .app__area__content h2 {
    font-size: 28px;
    line-height: 38px; }
  .app__area__content .hero__content__link {
    margin-top: 25px; }
    .app__area__content .hero__content__link img {
      max-width: 120px;
      height: 40px; } }
footer {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left bottom 0px;
  padding-top: 120px;
  background-size: 100% auto !important;
  background-position: center bottom 0px !important; }

.footer__cta {
  max-width: 1076px;
  margin: 0px auto;
  padding: 80px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  text-align: center; }

.footer__social {
  margin-top: 30px; }
  .footer__social a {
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #27346d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .footer__social a i {
      color: #27346d;
      font-size: 16px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .footer__social a:last-of-type {
      margin-right: 0px; }
    .footer__social a:hover {
      background-color: #006bff;
      border: 1px solid #006bff; }
      .footer__social a:hover i {
        color: #ffffff; }

.input__group {
  max-width: 560px;
  margin: 40px auto 0px;
  position: relative; }
  .input__group input[type="email"] {
    width: 100%;
    padding: 20px 80px 20px 30px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    border: 1px solid #c1c1c1;
    font-size: 18px;
    color: #27346d; }
    .input__group input[type="email"]:focus {
      outline: none !important;
      border: 1px solid #006bff !important; }
    .input__group input[type="email"]::placeholder {
      color: #27346d; }
  .input__group button {
    width: 50px;
    height: 50px;
    background-color: #006bff;
    line-height: 50px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .input__group button i {
      font-size: 24px;
      color: #ffffff; }

.footer__links {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 30px;
  border-bottom: 1px solid #27346d; }
  .footer__links a {
    padding: 5px 30px;
    line-height: 16px;
    border-right: 1px solid #27346d; }
    .footer__links a:hover {
      color: #006bff; }
    .footer__links a:first-of-type {
      padding-left: 0px; }
    .footer__links a:last-of-type {
      padding-right: 0px;
      border-right: 0px; }

.footer__credit {
  padding: 30px 12px 25px; }
  .footer__credit a:hover {
    color: #006bff; }

@media only screen and (max-width: 1199px) {
  footer {
    padding-top: 100px; }

  .footer__links {
    padding-top: 100px; }

  .footer__cta {
    padding: 60px 20px; } }
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 80px; }

  .footer__links {
    padding-top: 80px;
    padding-bottom: 20px; }
    .footer__links a {
      margin-bottom: 10px;
      padding: 0px 15px;
      border-right: 0px; }
      .footer__links a:first-of-type {
        padding-left: 15px; }
      .footer__links a:last-of-type {
        padding-right: 15px; }

  .footer__cta {
    padding: 40px 12px; }

  .input__group {
    margin: 30px auto 0px; }
    .input__group input[type="email"] {
      width: 100%;
      padding: 12px 50px 10px 15px;
      font-size: 16px; }
    .input__group button {
      width: 30px;
      height: 30px;
      line-height: 30px; }
      .input__group button i {
        font-size: 14px; } }



.slttl{font-size: 35px;font-family: 'poppinssemibold';line-height: 47px;}
.appttl{font-size: 38px;font-family: 'poppinsmedium';margin-bottom: 20px;color: #002B2F;}
.appbox{background-color: #fff;text-align: center;padding: 15px 5px 10px;border-radius: 10px;}
.appbox .imgbox{min-height: 50px;}
.appbox p{text-align: center;font-size: 14px;margin-top: 10px;}
.appsecbox{margin-top: 30px;}
.leftscwidth{width: 90%}
.ourcust{
	box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	overflow: hidden;
	padding: 30px;
	border-radius: 20px;
	min-height: 430px;
}
.ourcust .media img{float: left;}
.ourcust .media-body{padding-top: 5px;}
.ourcust p{color: #3F3F3F;margin-top: 5px;}
.ourcust h5{color: #002B2F;font-family: 'poppinssemibold';font-size: 16px;}
.ocphead{color: #002B2F;font-family: 'poppinsmedium';}
p.ocdate{color: #3F3F3F;text-align: right;margin-top: 0px;}
.ocphead{line-height: 26px;}
.ourcustpadd{padding-top: 40px;}
.ourcustbtnsecpadd{padding-top: 40px;text-align: center;}
.whyleadimg{margin-top: 60px;width: 80%;}
.swapflsec{padding-left: 3%;}
.swapflsec-one{padding-left: 3%;}
.ttlbg{font-size: 35px;text-align: center;}
.campp{text-align: center;margin-top: 10px;color: #fff;}
.lastbxpadd{padding-bottom: 100px;}
.faqs .accordion-header{border: 1px solid #ddd;margin-top: 15px;font-family: 'poppinssemibold'; margin-top:5px;}
.faqs .accordion-header button{font-family: 'poppinssemibold';}
.card-header-one a{font-family: 'poppinsmedium';}
.card-header-one p{font-family: 'poppinsregular'; color: #272727;}
.faqs .accordion-header button:hover{color: #000;}
.faqs .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.faqs .accordion-body{border: 1px solid #ddd;border-top: none;color: #272727;}
.accordion-button:focus{box-shadow: none;}
.priceinnsec{margin-top: 25px;}
.pricebox{
	background-color: #fff;
	box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.1);
	padding: 30px;
	text-align: center;
	border-radius: 15px;
	color: #000;
	font-family: 'poppinssemibold';
	font-size: 24px;
	min-height: 338px;
	margin-bottom: 15px;
}
.pricebox p{text-align: center;font-size: 16px;align-items: center;}
.all-auto{min-height: 55px;}
.pricebox h1{text-align: center;font-size: 50px;font-family: 'poppinssemibold';color: #000;margin: 10px;}
.btn-green{
	background-color: #008F9E;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 28px 10px;
	border-radius: 5px;
	display: block;
	text-align: center;
	margin-top: 25px;
	font-family: 'poppinsmedium';
}
.activepricebox{background-color: #008F9E;color: #fff;}
.pricebox:hover .btn-green{
	background-color: #ffffff;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	color: #008F9E;
}
.cust-price{margin: 40px 0px;}
.pricesec{text-align: center;margin-bottom: 25px;}
.activepricebox .btn-green{background-color: #fff;color: #008F9E;}

.switchToggle input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; }
.switchToggle label{
	cursor: pointer;
	text-indent: -9999px;
	width: 70px;
	max-width: 70px;
	height: 35px;
	background: #d1d1d1;
	display: block;
	border-radius: 100px;
	position: relative;
	top: -5px;
}
.switchToggle label:after {
	content: '';
	position: absolute;
	top: 4.4px;
	left: 5px;
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}
.switchToggle input:checked + label, .switchToggle input:checked + input + label {background: #008F9E;}
.switchToggle input + label:before, .switchToggle input + input + label:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 35px;
	width: 26px;
	height: 26px;
	border-radius: 90px;
	transition: 0.3s;
	text-indent: 0;
	color: #fff;
}
.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 10px;
	width: 26px;
	height: 26px;
	border-radius: 90px;
	transition: 0.3s;
	text-indent: 0;
	color: #fff;
}
.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {
	left: calc(100% - 4px);
	transform: translateX(-100%);
}
.switchToggle label:active:after {width: 60px;}
.toggle-switchArea { margin: 10px 0 10px 0;}
.eachttl{
	font-size: 31px;
	color: #002B2F;
	margin-top: 30px;
	text-align: center;
	font-family: 'poppinssemibold';
	margin-bottom: 15px;
}
.pricepoint li{font-size: 16px;}
.uprun{text-align: center;}
.upttl{font-size: 24px;margin-bottom: 25px;color: #002B2F;}
.uprunsec .pricebox{padding: 48px 25px;min-height: 260px;position: relative;width: 80%;margin: auto;}
.uprunsec .pricebox:hover{background-color: #fff;}
.uprunsec .pricebox:hover p{color: #000;}
.button-outlined{
	border: 1px solid #008F9E;
	color: #008F9E;
	padding: 10px 28px 10px !important;
	border-radius: 5px;
	font-family: 'poppinsmedium';
}
.button-outlined:hover{border: 1px solid #008F9E;background-color: #008F9E;color: #fff;}
.uprun{margin-top: 45px;}
.uprun-one{margin-top: 30px;}
.prinum{
	background-color: #008F9E;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	line-height: 41px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: -19px;
	top: -17px;
}
.getstartsec{
  background-color: #fff;
  padding: 40px 10%;
  margin-top: 20px;
  border-radius: 15px;
  box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.1);
}
.getstartsec .form-control{background-color: #F5F5F5;height: 60px;border:none;}
.getstartsec .form-control:focus{box-shadow: none;}
.getstartsec h4{font-size: 25px;color: #000;margin-bottom: 50px;font-family: 'poppinsmedium';}
.getstartsec .btn-green{
	display: inline-block;
	border: 1px solid #008F9E;
	margin-top: 40px;
	padding: 10px 28px 10px !important;
}
.getstartsec .btn-green:hover{background-color: transparent;color: #008F9E;border: 1px solid #008F9E;}
.footer{background-color: #001D20;padding: 50px 0px 0px;}
.logofoot{width: 220px;margin-bottom: 25px;}
.logofoot img{width: 58%;}
.footfirst p{color: #fff;font-family: 'poppinsregular';}
.footfirst{width: 85%;}
.footmiddle{width: 95%;margin: auto;}
.footmiddle a{color: #fff;margin-bottom: 15px;}
.foottl{color: #fff;font-family: 'poppinssemibold';margin-bottom: 10px;}
.logofoot img{width: 100%;}
.ulpadd{padding-top: 25px;}
.footcont{width: 88%;float: right;}
.footcont h4{color: #fff;font-family: 'poppinssemibold';}
.footcont a{color: #fff;}
.footcont ul{padding-left: 35px;margin-top: 40px;}
.footcont li{position: relative;margin-bottom: 25px;}
.footcont i{position: absolute;left: -35px;color: #008F9E;font-size: 22px;}
.footcont .subttl{font-size: 20px;margin-top: 5px;}
.footcont p{color: #fff;line-height: 25px;margin-top: 10px;}
.footbtm p{color: #fff;}
.footsoc{padding-left: 0px;text-align: right;}
.footsoc li{list-style: none;}
/*.footsoc i{color: #fff;}*/
.footsoc a{
	background-color: #008F9E;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	font-size: 26px;
}
.free-btn-signup{
	background-color: #008F9E;
	padding: 5px 15px;
	transform: rotate(-90deg);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	position: fixed;
	right: -55px;
	top: 300px;
	z-index: 9999;
}
.free-btn-signup span{color: #fff;font-size: 18px;font-weight: 600;}
.fixform{position: relative;}
.fixformsec{
	background-color: #fff;
	position: fixed;
	right: 0%;
	top: 242px;
	box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.1);
	border-radius: 15px 0px 0px 15px;
	width: 300px;
	padding: 30px 20px;
	z-index: 9999;
}
.fixform .free-btn-signup{position: fixed;top: 40px;left: -45px;}
.fixformsec .form-control{background-color: #EFEFEF;border: none;height: 48px;margin-bottom: 20px;}
.fixformsec .form-control:focus{box-shadow: none;}
.fixform h1{font-size: 30px;font-family: 'poppinssemibold';line-height: 30px;margin-bottom: 5px;}
.fixform p{margin-bottom: 30px;font-size: 15px;}
.formsignup1{right: 290px;position: fixed;top: 270px;z-index: 9999;}
.formsignup1 i{color: #fff;}
.fixform .btn-green:hover{
  background-color: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  color: #008F9E;
	cursor: pointer;
}
.fixform .btn-green span:hover{cursor: pointer;}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {left: 0;}
.owl-nav button.owl-next {right: 0;}
.owl-dots{text-align: center;padding-top: 0px;}
.owl-dots button.owl-dot{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active{background-color: #000;}
.owl-dots button.owl-dot:focus{outline: none;}
.owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav button:focus{outline: none;}
.whytrust{display: none;}
.whytrust2{display: block;}
.sllinkeinimg{width: 205px;margin-top: -32px;}
.trustsl img{width: 130px;}
.accordion-button{padding: 1rem 2rem 1rem 1rem;}
.slstats{
	background-color: #fff;
	box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	padding: 20px 15px 16px;
	width: 65%;
	z-index: 1;
	position: relative;
	margin-bottom: 55px;
}
.slstats ul{margin-bottom: 0px;}
.slstats h3{color: #008F9E;font-family: 'poppinssemibold';margin-bottom: 10px;font-size: 40px;}
.slstats p{color: #005062;}
.midst{border-left: 1px solid #008F9E;border-right: 1px solid #008F9E;}
.deskhero{display: block; border: 2px solid #9ad6dc;}
.mobhero{display: none;}
.begiMrgn{margin-top: 35px;}
.eachttl{font-family: 'poppinsmedium';}
.ttlbg{font-family: 'poppinsmedium';font-family: 'poppinssemibold';}
.midst p{font-size: 17px;}
.accordion-button{font-size: 16px;}
.firstbox{width: 26%;border-right: 1px solid #008F9E;}
.secbox{width: 28%;border-right: 1px solid #008F9E;padding-left: 10px;}
.thirdbox{width: 38%;padding-left: 10px;}
.slstats p{font-size: 16px;line-height: 20px;}
.thirdbox p:first-child{margin-left: -10px;font-size: 16px;line-height: 20px;}
.tbsecpadd{padding-top: 0px;}
.ttl2nd.slttl{text-align: center;}
.getstartsec .eachttl{margin-top: 0px;margin-bottom: 42px;line-height: 45px;}
.whylinkedin{display: block;margin-top: 50px;}
.whylinkedin2{display: none;}
a.forgot-link{margin-top: 40px !important;
  line-height: 1.5;
  vertical-align: middle;}
.monthprice{display: none;}
.yrprice{display: block;}
.slstats h3{line-height: 35px;}
.thirdbox h3{margin-bottom: 8px;}
.slstats li{margin-bottom: 2px;}
.footsoc i{font-size: 18px;}
.clientimage img{width: 100%;border-radius: 50%;}
.ttlbg{line-height: 55px;}
.uprunttl{margin-bottom: 45px;}
.footbtm{padding-bottom: 15px;}
.footsoc{margin-bottom: 0px;}
.clientimage img{width: 100%;}
.accordion-button::after{position: relative;right: -15px;}
.pricebox h4{font-size: 24px;}
.features-box{background-color:#fff; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07); padding: 6px; border-radius: 10px;}

.features-box h5{font-size: 17px; font-family: 'poppinssemibold'; color:#002B2F;}
.features{margin-top:30px;}
.features-pl{padding-left:0px;}
.features-margin-top,.p-margin-top,.Prospect-mt{margin-top:25px;}
.features-h2 {
  font-size: 31px;
  color: #002B2F;
  font-family: 'poppinssemibold';
  margin-bottom: 15px;
}
.mobile{display:none;}
.mobile-one{display:none;}
.Prospect h5{
  font-size:17px;
  color: #002B2F;
  font-family: 'poppinsmedium';
}
.Prospect p{color: #272727; margin-top:10px;}
.owl-pr{padding-right:20px;}
.Prospect-img-p{padding-right:0px;}
.download-one{width: 100%;}
.features-box-one img{max-width:80% !important;}
.features-box-one h5{margin-left:-20px;}
.faqsearchsec{position: relative;}
.faqsearchsec .form-control{height: 60px;padding: 15px 140px 15px 45px;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);border-color: transparent;}
.faqsearchsec i{position: absolute;top: 22px;left: 20px;color: #848484;}
.faqsearchsec .form-control:focus{box-shadow: none;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);border-color: transparent;}
.faqsearchsec .btn-green{display: inline-block;position: absolute;right: 7px;top: -18px;}
.faqsearchsec .btn-green:hover{
	background-color: #ffffff;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	color: #008F9E;
}
.faqpage{background-color: #fff;border: 1px solid #F2F2F2;border-radius: 2px;margin-top:15px;}
.faqpage-border{border-right: 1px solid #BBBBBB}
.faqleftsecpar{padding-right: 0px;border-right: 1px solid #BBBBBB;}
.faqleftsec{padding: 20px;padding-right: 0px;}
.faqrightsec{padding: 20px 15px 20px 0px;}
.faqrightsec button:hover{color: #000;}
.faqrightsec .ttlfaq{background-color: #EDEDED;}
.faqrightsec .accordion-item{border: 1px solid #DCDCDC !important;}
.faqrightsubsec{padding: 15px;}
.faqrightsubsec .accordion-button{padding-top: 0px;}
.faqrightsubsec .accordion-item{border-left: none !important;border-right: none !important;}
.card-header-one [data-toggle="collapse"]:after {
    display: inline-block;
    transform: rotate(180deg) ;
    transition: all linear 0.25s;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f077";
    margin-left: auto;
    position: absolute;
    right:0%;
}
.dots-one1{display: flex; }
[data-toggle="collapse"].collapsed:after {transform: rotate(0deg) ;}
.custleftfaq .nav-link:not(.collapsed){background-color: green;color: #fff;}
@media (min-width: 0px) and (max-width:319px){
  .li-two{float:none;}
  .li-one{float:none;}
  .ourcustbtnsecpaddone ul{padding:0px !important; }
  .ourcustbtnsecpaddone .download {margin-top:5px; margin-left: 0px;}
  .ourcustbtnsecpaddone  {padding:10px; padding-top: 8px !important;}
  .ourcustbtnsecpaddone h4{font-size: 20px;}
 .wallet__area {padding:0px 0px 0px;}
 .wallet__area_one {padding: 0px 0px 0px;}
.Prospect-img-p{padding-left:10px;}
.design {padding: 30px 0px;}
.mobile{display: none;}
.mobile-one{display: block;}
.dashboard{display: block;}
.dashboard-one{display: none;}
.features-box{margin-top:20px;}
.features-margin-top{margin-top:0px;}
.features-hero-one {padding-bottom: 30px !important;}
.slttl {font-size: 24px; line-height: 40px;}
.features{margin-top: 0px;}
.hero { padding-top: 30px; padding-bottom: 0px;}
.list-inline-item{margin-top:10px;}
.wallet__area {padding:15px 0px 20px;}
.wallet__content h2 {font-size: 21px; line-height: 50px;}
.wallet__content h2 {margin-bottom:15px;}
.rightimg {margin-top: 30px;}
.wallet__content h2 {line-height: 35px;}
.Prospect-mt {margin-top: 25px !important;}
.eachttl {font-size: 22px; text-align: left; margin-bottom:35px;}
.ttl2nd.slttl {text-align: left;}
.footcont {width: 88%;float: left;}
.footmiddle {width: 100%;margin-top: 40px;}
.footsoc {padding-left: 0px; text-align: left;}
.list-inline-item:not(:last-child) {margin-right: .5rem;}
.footsoc a {width: 30px; height: 30px; line-height: 35px; display: flex; align-items: center; justify-content: center;}
}
.btn-faq-one .accordion-button{
  font-family: 'poppinssemibold';
  padding-left:0px !important;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.btn-faq-one::before {
  transform: rotate(-90deg);
flex-shrink: 0;
width: 1.25rem;
height: 1.25rem;
margin-right:12px;
content: "";
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-size: 1.25rem;
transition: transform .2s ease-in-out;
}
.btn-faq-one:not(.collapsed)::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(0deg);
}
.btn-faq-one:hover{
  color:#008F9E;
}
.btn-faq-one:not(.collapsed) {
  color: #008F9E;
  background-color:transparent;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.btn-faq-one{
  font-family: 'poppinssemibold';
  padding-left:0px !important;
  padding-top:0px !important  ;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.accordion-header-one{border:transparent !important; box-shadow: transparent !important;}
.accordion-header-one .custleftfaq .nav-link:not(.collapsed) {background-color: #008F9E; color: #fff;}
.faqleftsec .nav-link:focus, .nav-link:hover {color: #008F9E;}
.accordion-header-one .nav-item{width:100%;}
.faqleftsec button{background-color: transparent;box-shadow: none;border: none;}
.accordion-header-one .nav-link{padding:10px !important;}
.faqrightsec-padding{padding:25px 25px 10px 10px;}
.faqrightsec-padding .accordion-item{border:transparent !important; margin-bottom:15px;}
.faqrightsec-padding .accordion-header{margin-bottom:0px !important; margin-top: 0px;}
.card-header-one .card-header{background-color:transparent; border: transparent; padding:1rem 0rem;}
.card-header-one{background-color:transparent; border: transparent; border-bottom: 1px solid #DEDEDE; border-radius: 0px;}
.card-header-one:last-child{border: none;}
.dots{background-color:#008F9E; width:10px; height:10px; border-radius:50px; margin-right:10px; margin-top:8px;}
.dots-one ul{margin-bottom:0px; padding-left:0px;}
.dots-one1 a{color:#000;}
.card-header-one .accordion-body {border: transparent; }
.accordion-collapse .accordion-body{padding-bottom:0px;}
.faqrightsec .ttlfaq{background-color: #EDEDED !important;}
.card-header-one .card-body{padding-left:20px;}
.card-header-one .list-inline-item{margin-bottom: 0px;}
.card-header-one .card-header{padding-right:0px;}
.faqleftsec .accordion-item{border: none;}
.accordion-body .card-body a{color:#008F9E;}
.ourcustbtnsecpaddone{
  background-color: #e6f4f5;
  border-radius: 15px;
  padding: 15px;
  margin-top: 20px;
}
.ourcustbtnsecpaddone ul{
  margin-bottom:0px;
  overflow: hidden;
  padding:20px;
}
.ourcustbtnsecpaddone h4 {
  padding-top:8px;
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
}
.li-one{float: left;}
.li-two{float: right;}
.ourcustbtnsecpaddone ul{list-style-type:none}

@media (min-width:320px) and (max-width:767px){

  .faqleftsec{display: none;}
  .faqrightsec-padding {
    padding: 15px 15px 10px 15px;
  }

  .li-two{float:none;}
  .li-one{float:none;}
  .ourcustbtnsecpaddone ul{
    padding:10px;
  }
  .ourcustbtnsecpaddone .download {margin-top:5px; margin-left: 0px;}
  .ourcustbtnsecpaddone  {padding:10px; padding-top: 8px !important;}
  .ourcustbtnsecpaddone h4{font-size: 20px;}

  .dots-one1 a{padding-right:15px;}
 .card-header-one ul,.card-header{padding-left: 0px !important; margin: 0px !important;}
 .card-header-one ul{display: flex;}
 .dots{margin-top:6px !important;}
  .Prospect-mt{margin-top: 25px !important;}
  .Prospect-img-p{padding-left:10px; padding-right:0px;}
  .features-box{padding:5px;}
  .mobile{display:block;}
  .dashboard{display: none;}
  .mobile-one{display:block;}
  .dashboard-one{display: none;}
	header{background-color: #fff;}
	.appsecbox{margin-top: 30px;padding-bottom: 0px;}
	.appsecbox .col{width: 50%;flex: none;}
	.appsecbox .appbox{margin-bottom: 20px;}
	.app__area{padding-bottom: 0px;}
	.hero__img{width: 100%;position: static;margin-top: 10px;display: block;padding-left: 5px;padding-right: 5px;}
	.hero__content h1{max-width: 100%;font-size: 35px;line-height: 40px;}
	.deskhero{display: none;}
	.mobhero{display: block;}
	.android{position: static;width: 100%;display: none;}
	.hero{padding-top: 30px;padding-bottom: 0px;}
	.hero__content h1{font-size: 30px;}
	.trustsl img{width: 120px;}
	.wallet__content li{font-size: 14px;margin-bottom: 12px;line-height: 20px;}
	.wallet__content li i{margin-right: 0px;left: -32px;}
	.wallet__content h2{font-size: 21px;line-height: 50px;}
	.ourcust .media-body{padding-top: 0px;}
	.ourcust p{margin-top: 0px;font-size: 15px;}
	p.ocdate{text-align: left;padding-top: 0px;font-size: 12px;}
	.ocphead{line-height: 20px;margin-bottom: 15px;margin-top: 20px;}
	.ourcust{margin-bottom: 15px;min-height: 415px;}
	.ourcust h5{font-size: 18px;}
	.whyleadimg{margin-top: 35px;width: 100%;}
	.ourcustbtnsecpadd{padding-top: 25px;}
	.wallrespadd{padding-top: 30px;}
	.design{padding: 30px 0px;}
	.wallet__area{padding: 40px 0px;}
  .wallet__area_one {
    padding: 40px 0px;}
	.rightimg{margin-top: 30px;}
	.ttlbg{font-size: 29px;line-height: 35px;font-family: 'poppinssemibold';}
	.app__area{margin-top: 30px;}
    .getstartsec{margin-top: 25px;}
    .getstartsec h4{margin-bottom: 20px;}
    .getstartsec .form-control{margin-top: 15px;}
    .uprunsec .pricebox{margin: auto;margin-bottom: 40px;}
    .uprunsec .button-outlined{width: 280px;margin-top: 20px;text-align: center;}
	.footer{padding: 30px 0px;}
	.logofoot{width: 100%;margin-bottom: 30px;}
	.footmiddle{width: 100%;margin-top: 40px;}
	.ulpadd{padding-top: 30px;}
	.footcont{width: 100%;float: none;}
	.footsoc{text-align: left;margin-top: 15px;}
	.footer{padding-bottom: 0px;}
	.free-btn-signup{right: -55px;top: 150px;}
	.fixformsec{top: 10%;}
	.formsignup1{right: 270px;}
	.wallet__content ul{margin: 20px 0px 15px 0px;padding-left: 32px;}
	.leftscwidth{width: 100%;}
	.wallet__area{padding: 20px 0px 25px;}
  .wallet__area_one {padding:20px 0px 25px;}
  .wallet__area_one h2{text-align: left;}
	.wallet__area h2{text-align: left;}
	.uprunsec .pricebox p{display: none;}
	.uprunsec .pricebox{min-height: auto;padding: 20px;width: 70%;box-shadow: none;}
	.upttl{margin-bottom: 0px;font-size: 18px;font-family: 'poppinsregular';}
	.wallet__content h2{line-height: 35px;}
	.uprun{margin-top: 0px;}
	.ourcust{border: 1px solid #ddd;box-shadow: none;}
	.ourcust .media-body{padding-top: 3px;margin-left: -20px;}
	.ourcust h5{margin-bottom: 6px;}
	.ourcustpadd{padding-top: 15px;}
	.whytrust{display: block;}
	.whytrust2{display: none;}
	.app__area__content h2{text-align: center;}
	.sllinkeinimg{width: 160px;margin-top: -15px;}
	.whytrust li{margin-bottom: 40px;}
	.ptresprice{margin: 25px 0px 20px 0px !important;}
	.slstats{width: 100%;padding: 20px 15px 10px;}
	.slstats h3{font-size: 25px;}
	.slstats p{font-size: 11px;line-height: 15px;}
	.introttl{margin-top: 6px;}
	.whytrust .owl-carousel .owl-item img{width: 30%;}
	.whytrust .media img{width: 80% !important;}
	.mobicoinfo img{width: 80%;position: relative;top: -5px;}
	.mobicoinfo p{margin-left: -20px;}
	.wallet__content li i{top: 0px;}
	.wallet__content li{margin-bottom: 16px;}
	.uprunsec .download{width: 280px;padding: 15px 10px 15px !important;font-size: 16px;}
	.button-outlined{padding: 14px 15px 13px !important;}
	.campp{padding: 0px;text-align: left;}
	.switchToggle{position: relative;top: -5px; }
  .button-outlined,.button-outlined-one{
    padding: 10px 41px 10px !important;
  }
	.upttl{margin-bottom: 0px;}
	.pricebox{min-height: auto;}
	.pricebox h4{margin-bottom: 0px;font-size: 19px;}
	.logofoot{width: 179px;}
	.begiMrgn{margin-top: 0px;}
	.cust-price{margin: 15px 0px;}
	.app__area{margin-bottom: 30px;}
	.eachttl{line-height: 45px;}
	.slttl{font-size: 24px;line-height: 40px;}
	h3.whychooseinnerttl{font-size: 24px;line-height: 38px;}
	.ttl2nd.slttl{text-align: left;}
	.mobicoinfo p{font-size: 14px;}
	.getstartsec .btn-green{margin-top: 25px;width: 100%;}
	.getstartsec .eachttl{margin-bottom: 0px;}
	.getstartsec{padding: 20px;}
	.eachttl{font-size: 24px;}
	.fixformsec{width: 280px;}
	.prinum{top: 50%;transform: translate(-100%,-50%);left: unset;}
	p{font-size: 14px;}
  .card-header-one p{font-size:16px !important;}
  .card-header-one a{font-size:16px;}
	a{font-size: 14px;}
	.pricebox p{font-size: 14px;}
	.accordion-body{font-size: 14px;}
	.eachttl{text-align: left;}
	.innttl{font-size: 21px;line-height: 35px;color: #002B2F;}
	.ttlbg{text-align: left;}
	.ptresprice{margin-bottom: 0px;}
	.ourcust{min-height: 583px;}
	.switchToggle label{top:0px;}
	.whylinkedin{display: none;}
	.whylinkedin2{display: block;}
	.mobicoinfo{margin-bottom: 20px;}
	.ptresprice{margin-bottom: 0px;}
	.secbox{padding-left: 0px;}
	.thirdbox{padding-left: 0px;}
	.thirdbox p:first-child{margin-left: -10px;font-size: 10px;line-height: 16px;}
	.slstats{padding: 5px 12px 20px;margin-bottom: 40px;margin-top: 25px;}
	.secbox{width: 27%;}
	.slstats ul{margin: 5px 0px -25px 0px !important;}
	header{background-color: #fff !important;}
    .footsoc li{margin-right: 0px !important;}
    .footsoc a{width: 36px;height: 36px;line-height: 35px;}
    .uprunsec .pricebox{margin-bottom: 30px;}
	.swapflsec{padding-left: 0px;}
  .swapflsec-one{padding-left: 0px;}
	.wallet__content li i{width: 20px;height: 20px;font-size: 10px;}
	.footcont li:last-child{margin-bottom: 0px;}
	.mobst{position: relative;top: -6px;}
	.foothrmob{margin-top: 0px;}
  .slider-m{padding-right:0px !important;}
}
@media (min-width:320px) and (max-width:332px){
	.firstbox{width: 23%;}
	.secbox{width: 22%;}
	.slstats p{font-size: 8px;}
	.slstats h3{font-size: 20px;}
	.thirdbox p:first-child{font-size: 8px;}
	.slstats h3{margin-bottom: 0px;}
  .features-box h5{font-size:12px;}
}
@media (min-width:320px) and (max-width:442px){
  .owl-pr-mobile{padding:15px; padding-top: 0px;}
  .owl-pr-mobile-design{margin-top:15px; margin-bottom:15px;}
  .features-box h5{font-size:11px !important;}
  .m-h5{margin-left:-7px;}
  .features-margin-top{margin-top:20px;}
  .features-hero-one{padding-bottom:30px !important;}
  .Prospect-img-p{width:15%;}
}
@media (min-width:443px) and (max-width:544px){
  .owl-pr-mobile{padding:10px; padding-top: 0px;}
  .owl-pr-mobile-design{margin-top:15px; margin-bottom:15px;}
  .features-box h5{font-size:15px !important;}
  .m-h5{margin-left:-7px;}
  .features-hero-one{padding-bottom:30px !important;}
  .Prospect-img-p{width:11%;}
}
@media (min-width:545px) and (max-width:767px){
  .Prospect-img-p{width:11%;}
  .owl-pr-mobile{padding:10px; padding-top: 0px;}
  .owl-pr-mobile-design{margin-top:15px; margin-bottom:15px;}
}@media (min-width:992px) and (max-width:1024px){
  .Features-img-one{margin-top:40px; width:100% !important; text-align: center;}

}
@media (min-width:768px) and (max-width:1024px){
  .card-header-one ul,.card-header{padding-left: 0px !important; margin: 0px !important;}
 .card-header-one ul{display: flex;}
 .dots{margin-top:6px !important;}
  .owl-pr-mobile{padding:10px; padding-top: 0px;}
  .owl-pr-mobile-design{margin-top:25px; margin-bottom:15px;}
  .swapflsec-one{padding-left: 0px;}
  .Features-img-one{margin-top:40px; width:80%; text-align: center;}
  .mobile {
    display: block;
  }
  .navbar {
    padding: 20px 0px !important;
  }
  .dashboard {
    display: none;
  }
  .mobile-one {
    display: block;
  }
  .dashboard-one{
    display: none;
  }
	#mainNav{padding: 20px 0px;}
	.wallet__content h2{font-size: 42px;}
	.hero{padding-top: 135px;padding-bottom: 45px;}
	.design{padding: 45px 0px;}
	.ourcust .media-body{padding-top: 0px;}
	p.ocdate{text-align: left;}
	.tbsecpadd{padding-top: 45px;}
	.wallet__area{padding: 50px 0px;}
  .wallet__area_one{padding: 50px 0px;}
	.wallet__content h2{font-size: 35px;}
	.hero__content h1{max-width: 100%;}
	.wallet__content li{font-size: 16px;}
	.wallet__content ul{margin: 30px 0px 30px 0px;}
	.wallet__area{padding: 50px 0px 0px;}
  .wallet__area_one{padding:0; padding-bottom:30px;}
	.slttl{font-size: 40px;}
	.wallet{margin-bottom: 45px;}
	.upttl{font-size: 23px;}
	.uprunsec .pricebox{padding: 30px 15px;width: 95%;}
	.android{display: none;}
	.app__area{margin-bottom: 45px;margin-top: 45px;padding: 30px;}
	.pricebox{padding: 25px 15px 17px;}
	.pricebox .btn-green{padding: 10px 15px 7px;font-size: 14px;}
	.footfirst{width: 100%;}
	.footmiddle{width: 100%;padding-top: 40px;}
	.footcont{width: 95%;padding-top: 40px;}
	.footer{padding: 40px 0px 0px;}
	.wallet__content h2{font-size: 27px;}
	.slttl{font-size: 35px;line-height: 55px;}
	.ttlbg{font-size: 35px;line-height: 55px;}
	.eachttl{font-size: 27px;}
	.pricebox p{font-size: 16px;}
	.ourcust .media-body{padding-left: 0px;}
	.whylinkedin{display: block;margin-top: 30px;width: 100%;}
	.whylinkedin2{display: none;}
	.hero{padding-bottom: 0px;}
	.hero__img{display: block;margin: auto;position: static;padding-top: 50px;margin-bottom: -15px;}
	.txtcen.slttl{text-align: center;}
	.app__area__content p{text-align: center;}
	.appbox p{font-size: 13px;}
	.ocphead{padding: 5px 0px;}
}
@media (min-width:1025px) and (max-width:1199px){
  .card-header-one ul,.card-header{padding-left: 0px !important; margin: 0px !important;}
 .card-header-one ul{display: flex;}
 .dots{margin-top:6px !important;}
  .owl-pr-mobile{padding-left:10px; padding-right:10px;}
  .dashboard{display:none;}
  .mobile{display:block;}
  .dashboard-one{display:none;}
  .mobile-one{display:block;}
	header{padding: 15px 0px;}
	.slstats{width: 92%;margin-top: 30px;}
	.hero{padding: 120px 0px 60px;}
	.hero__img{top: 76%;transform: translate(0,-30%);}
	.ourcust .media img{width: 50px;}
	.ourcust  .media-body{padding-top: 0px;}
	.ourcust p{margin-top: 5px;}
	.design{padding: 60px 0px;}
	.ourcust{min-height: 525px;}
	.wallet__area{padding: 60px 0px;}
  .wallet__area_one{padding:0px; padding-bottom:30px;}
  .wallet__area_m{margin-bottom:0px; padding-bottom:0px;}
  .owl-pr-mobile-design{margin-top: 20px; padding-top:30px; padding-bottom:30px;}
	.uprunsec .pricebox{padding: 48px 25px;min-height: 385px;}
	.pricebox{min-height: 375px;}
	.getstartsec{margin-top: 30px;}
	.app__area{padding: 20px;}
	.ourcustpadd{padding-top: 25px;}
	.download{padding: 10px 28px 10px !important;}
	.android{display: none;}
	.app__area__content{max-width: 100%;}
	.app__area{margin-bottom: 60px;margin-top: 60px !important;}
	.appttl{text-align: center;}
	.app__area__content p{text-align: center;}
	.pricebox{padding: 25px 15px;}
	.begiMrgn{margin-top: 80px;}
	.begiMrgnThird{margin-top: 52px;}
	p{font-size: 16px;}
	.tbsecpadd{padding-top: 60px;}
	.whychooseinnerttl{line-height: 55px;}
	.slttl{text-align: center;}
	.whylinkedin{display: block;margin-top: 40px;width: 98%;}
	.whylinkedin2{display: none;}

	.slstats{width: 88%;margin-top: 0px;}
	.slstats ul{margin: 0px !important;}
	.slstats h3{font-size: 37px;}
	.secbox{padding-left: 0px;}
	.thirdbox{padding-left: 0px;}
	.slstats{padding: 15px 10px 10px;}
	.thirdbox p:first-child{font-size: 16px;margin-left: -20%;}
	.slstats p{font-size: 16px;}
	.ttlbg{line-height: 50px;}
}
@media (min-width:1200px) and (max-width:1399px){
  .features-box {
    height: 103px;
    align-items: center;
    display: flex;
  }
	.ourcust{min-height: 478px;}
	.uprunsec .pricebox{min-height: 330px;}
	.slstats{width: 70%;}
	.android{right: 25px;width: 33%;}
	.app__area__content{max-width: 68%;}
	.app__area{padding: 50px 60px;}
	.pricebox{min-height: 367px;}
	.begiMrgn{margin-top: 62px;}
	.slstats{width: 80%;}
	.hero__img{top: 44%;}
	.whylinkedin{display: block;margin-top: 50px;}
	.whylinkedin2{display: none;}
	.tbsecpadd{padding-top: 60px;}
}

@media (min-width:1025px) and (max-width:1099px){
  .features-box{height: 100%; display: flex;}
  .uprun{margin-top: 18px;}
	.hero__img{top: 40%;transform: translate(0,-21%);}
}
@media (min-width:1100px) and (max-width:1199px){
	.hero__img{top: 40%;transform: translate(0,-21%);}
  .features-box{height: 100%; display: flex;}
  .uprun{margin-top: 18px;}
}

@media (min-width:768px) and (max-width:1024px){
	.uprunsec .pricebox{padding: 30px 20px;min-height: 320px;}
	.ourcust{min-height: 515px;}
	.whyleadimg{width: 100%;}
	h3.whychooseinnerttl{font-size: 30px;line-height: 45px;}
	.hero__img{top: 40%;}
}
@media (min-width:768px) and (max-width:991px){
	.uprunsec .pricebox{min-height: 325px;}
	.pricebox{min-height: 370px;}
	.begiMrgn{margin-top: 75px;}
	.cust-price{margin: 30px 0px;}
	.whytrust{display: block;}
	.whytrust2{display: none;}
	.ourcust{border: 1px solid #ddd;box-shadow: none;}
	.slstats{width: 78% !important;margin-top: 23px;}
	.midpric{margin-top: 52px;}
	/* header{background-color: #fff !important; padding-top: 15px !important; padding-bottom: 15px !important;} */
	.foothrmob{margin: 10px 0px 20px;}
}
@media(min-width:768px) and (max-width:991px){
	.slstats{width: 100%;}
	.slstats ul{margin: 0px !important;}
  .Prospect-img-p{padding-right:0px !important; padding-left:10px;}
}
@media (min-width:992px) and (max-width:1024px){

  .features-box{height: 100%; display: flex;}
  .uprun{margin-top: 18px;}
	.slstats{width: 94%;margin-top: 20px;}
	.slstats ul{margin: 0px !important;}
	.slstats h3{font-size: 40px;}
	.secbox{padding-left: 0px;}
	.thirdbox{padding-left: 0px;}
	.slstats{padding: 15px 10px 10px;}
	.thirdbox p:first-child{font-size: 16px;}
	.ourcust{min-height: 525px;}
	.app__area__content{max-width: 100%;}
	.begiMrgn{margin-top: 60px;}
	.app__area__content p{text-align: center;}
	.slstats p{font-size: 16px;}
	.footmiddle{padding-top: 0px;}
	.footcont{padding-top: 0px;}
	.whychooseinnerttl{line-height: 35px;}
}
@media (min-width:1200px) and (max-width:1299px){
	.ourcust .media-body{padding-top: 5px;}
	.ourcust p{color: #3F3F3F;margin-top: 5px;}
	.slstats{width: 80%;}
	.secbox{width: 27%;padding-left: 0px;}
	.thirdbox{padding-left: 0px;}
	.hero__img{top: 41%;transform: translate(0,-20%);}
}
@media (min-width:1300px) and (max-width:1399px){
	.hero__img{top: 21%;}
	.slstats{width: 80%;}
	.secbox{width: 27%;padding-left: 0px;}
	.thirdbox{padding-left: 0px;}
}
@media (min-width:1400px) and (max-width:1499px){
	.hero__img{top: 26%;}
	.slstats{width: 72%;}
	.thirdbox p:first-child{margin-left: -25%;}
}
@media (min-width:1500px) and (max-width:1599px){
	.hero__img{top: 23%;}
	.slstats{width: 70%;}
	.thirdbox p:first-child{margin-left: -25%;}
}
@media (min-width:1600px) and (max-width:1659px){
	.hero__img{top: 35%;}
	.slstats{width: 70%;}
	.thirdbox p:first-child{margin-left: -20%;}
}
@media (min-width:1660px) and (max-width:1700px){
	.hero__img{top: 32%;}
	.slstats{width: 70%;}
	.thirdbox p:first-child{margin-left: -20%;}
}
@media (min-width:1700px) and (max-width:1749px){
	.hero__img{/* width: 54%; */top: 28%;}
	.slstats{width: 70%;}
	.thirdbox p:first-child{margin-left: -20%;}
}
@media (min-width:1750px) and (max-width:1800px){
	.hero__img{/* width: 53%; */top: 27%;}
	.slstats{width: 70%;}
	.thirdbox p:first-child{margin-left: -20%;}
}
@media (min-width:1801px) and (max-width:1850px){
	.hero__img{/* width: 53%; */top: 25%;}
	.slstats{width: 70%;}
	.thirdbox p:first-child{margin-left: -20%;}
}
@media (min-width:1851px) and (max-width:3000px){
	.hero__img{/* width: 51%; */top: 26%;}
	.slstats{width: 70%;}
	.thirdbox p:first-child{margin-left: -20%;}
}




/* ///////////// About-page-css ////////////////// */
.bg-about-img{
  background-image:url('../images/aboutus-pages/about_us_slider.webp');
  background-size: cover;
background-position: center center;
padding:260px;
}

.about-header{
  background-color:#F4FEFF !important;
  padding: 0px 0px;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 9999;
	border-bottom: 1px solid #DDD;
}

.about-slttl{
  font-size: 35px;
font-family: 'poppinssemibold';
line-height:47px;
text-align: center;
color:#fff;
letter-spacing: 6.8px;
}
.about-p{
  color:#272727;
  margin-top:20px;
  line-height:25px;
}
.about-design{
  padding:60px 200px 60px 200px;
}
.a-design{padding:60px 0px 60px 0px;}
.founder{
  background-color:#008F9E;
  border-radius:50px;
  width:30%;
  margin: auto;
  padding:13px 10px 7px 10px;
left: 50%;
transform: translate(-50%, -60%);
position: absolute;
}
.founder-img{position: relative !important;}
.founder h5{font-weight:600; color:#fff; font-size:15px;}
.founder p{text-align: center; color:#fff; font-size: 13px;}


/* /////////////////////////////////////////////// */
.slick-arrow {
  display: none !important; /* `arrows: false;` is not enough to prevent horizontal scrolling */
}
.slick-slide {
  background: #c69;
  border: 2px solid #fff;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  outline: none; /* revent the appearance of a tiny gray contour */
  padding: 18px 0;
  text-align: center;
}
.slider:nth-of-type(n+3) .slick-slide { background: #9c6; }
.slider:nth-of-type(n+5) .slick-slide { background: #69c; }
.slider-nav {
  margin-bottom: 12px;
}
.slider-nav .slick-current,
.slider-nav .slick-slide:hover {
  cursor: pointer;
  opacity: .7;
}

/* features ads  */
#ads{ position: sticky;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 9999;}
  #ads .owl-stage{display: flex;}
  #ads .item{height: 100%;}
.banner-one{background-color: #002B2F;}
.banner-two{background-color: #008F9E;}
.ads-font{font-size:22px; font-weight:900; color:#fff;}
/* #ads h6, span{font-weight: 600; color: #fff;} */
#ads h5{font-size: 18px;font-weight: 600; color: #fff;}
#ads .button-outlined-ads{white-space: nowrap;  border: 1px solid #002B2F;color: #002B2F;padding: 10px 20px 10px !important; border-radius: 5px; font-family: 'poppinsmedium';}
#ads a:hover{border: 1px solid #008F9E; color: #002B2F !important;}
@media only screen and (max-width: 1399px) {#ads h6{font-size: 16px !important;}#ads h5{font-size: 15px;}#ads p{font-size: 14px !important;}#ads .me-4{margin-right: 15px !important;}#ads .button-outlined-ads{padding: 10px 6px 10px !important;}}
@media only screen and (max-width: 1199px){ #ads img{border-radius: 20px; width:100%;} #ads h6{font-size: 18px !important;} #ads p{line-height: 20px !important;}#ads .button-outlined-ads{font-size: 13px;}}
@media only screen and (max-width: 768px){ #ads img{border-radius: 20px; width:20%;} #ads h6{font-size: 18px !important;} #ads p{line-height: 20px !important;}#ads .button-outlined-ads{font-size: 13px;}}
@media  (min-width:768px) and (max-width: 991px){ #ads p {font-size: 12px !important;}}
@media  (min-width:0px) and (max-width: 559px){
     .ads-font{font-size:16px;}
     #ads .button-outlined-ads {padding: 5px 6px 5px !important; font-size: 12px;}
     #ads p {font-size: 12px !important;}
     .mobile-ul li{padding-top:10px;}
     .mobile-ul{margin-top:0px !important; padding-bottom:10px;}
}
@media (min-width:810px) and (max-width: 991.98px) {
     .banner-two{min-height:132px;}
     .ads-font{font-size:17px;}
}
@media (min-width:992px) and (max-width:1023px) {
     .ads-font{font-size:17px;}
     #ads h5{line-height: 0px !important;}
     .banner-one{min-height:92px;}
}
/* features ads  */


/* new features add */
.new-feature{position: absolute;top: 0%; right: 0%;transform: translate(50%, -50%);width: 20%;}
/* new features add */


/* bottom-ads-Bar-start */
.sticky-ads-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, .1);
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E6F4F5;
  z-index: 20;
  min-height: 103px;
}
.sticky-ads-h4{color:#000;}
.sticky-ads-close {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px 0 0;
  position: absolute;
  right: 0;
  top: -35px;
  background-color: #C7D5D3;
  box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, .08);
  cursor: pointer;
}
.sticky-ads-bottom .sticky-ads-close svg {width: 30px; height:30px; fill: #0F564B;}
.sticky-ads-bottom .sticky-ads-content-bottom {
  display: block;
  position: relative;
  width: 100%;
  padding: 0px;
}
.sticky-ads-logo{background-color:#D4F0F2; padding-bottom:10px; padding-top:10px; display: flex; justify-content: center;}
.sticky-ads-logo img{
  width:70%;
  position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%, -32%);
}
.sticky-ads-h4{font-weight:700;}
.sticky-ads-p{line-height: 22px; text-align: center;}
.sticky-ads-boxtwo{padding:23px 10px;}
.form-control-one{background-color: transparent !important; border:1px solid #B4B4B4 !important; margin-top:0px;}
.download-sticky{
  box-shadow: 0px 0px 0px !important;
  position: relative;
  background-color: #008F9E !important;
  color: #ffffff !important;
  padding: 10px 16px 10px !important;
  font-family: 'poppinsmedium' !important;
  font-size: 16px !important;
  margin-right: 10px !important;
  border: none;
  border-radius:5px;
}
.download-sticky:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  color: #008F9E;
}
#mlb2-12389760.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  background-color: #008F9E;
  border: none !important;
  text-align: center;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  cursor: pointer;
  font-family: 'poppins';
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 21px !important;
  height: auto;
  padding: 10px 16px 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}
#mlb2-12389760.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  text-align: center;
  color: #ffffff !important;
  cursor: pointer;
  font-family: 'poppins';
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 21px !important;
}

.ml-form-embedSubmitLoad::after {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  margin: 1px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #ffffff #ffffff #ffffff transparent;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite !important;
}
@keyframes ml-form-embedSubmitLoad {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
#thank-you{line-height:1em; font-size:20px; margin-top:10px; display: none;}
@media (min-width:320px) and (max-width:767.98px){.sticky-ads-boxtwo{padding-bottom:10px;}.btn-close-one{right:2% !important; top:2% !important;}.sticky-ads-bottom{margin-bottom:60px;}.sticky-ads-logo img{position: relative; transform:none; left: auto; width:30%; padding-top:30px;}}
@media (min-width:768px) and (max-width:992.98px){.sticky-ads-logo img{position: relative; transform:none; left: auto; width:100%; padding-top:30px;}}
@media (min-width:0px) and (max-width:559px) {
  .sticky-ads-p{font-size:13px;}
  .sticky-ads-h4{font-size:16px;}
  .ml-form-embedSubmit button{padding-top:0px;}
}
.slb-one-bottom {
  position: fixed !important;
  background: #fff;
  bottom: -1px;
  width: 100%;
  text-align: center;
  padding: 8px;
  -webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.7);
  moz-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
  z-index: 9999;
}
/* bottom-ads-Bar-end */

.value{color:#575757; font-weight:800; font-size:16px; line-height: 25px !important;}
.value-h1{color:#002B2F; font-size:35px; font-family: 'poppinsbold'; line-height:43px; margin-bottom:15px;}
.value-p{color:#272727; font-size:16px; line-height:25px;}

.js .slider-single > div:nth-child(1n+2) { display: none }
.js .slider-single.slick-initialized > div:nth-child(1n+2) { display: block }
.slider-single h3 {line-height: 10rem;}
.slider-nav h3::before {
	content: "";
	display: block;
	padding-top: 75%;
}
.slider-nav-one div{border-top:4px solid transparent; }
   .slick-slide.slick-slide h6{border-top:5px solid white;}
   .slick-slide.slick-slide-one.is-active h6{border-top:5px solid #005062;}
   .slick-slide-one{padding-right: 50px;}
   .slick-slide.slick-slide-two.is-active h6{border-top:5px solid #0655FF;}
   .slick-slide-two{padding-right: 50px;}
   .slick-slide.slick-slide-three.is-active h6{border-top:5px solid #FFDE06;}
   .slick-slide-three{padding-right: 50px ;}
   .slick-slide.slick-slide-four.is-active h6{border-top:5px solid #F80066;}
   .slick-slide-for{padding-right: 50px;}
   .slider-h6{padding:30px 0px 0px 0px; color:#8B8B8B;}
   .slider-nav{margin-top:60px;}
   .slider-h4{
	padding-top:10px;
	color:#8B8B8B;
	font-weight:600;
	font-size:16px;
}

.slick-slide.is-active h4{color:#002B2F !important;}
.slider-nav h3 span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slider-nav .slick-slide { cursor: pointer; }
.slick-slide.is-active h3 {color: #c00;background-color: #fff}
.slick-arrow{display: block !important;}
.slick-next::before{
	content: "\f061";
	font-size:25px!important;
font-family:"fontawesome";
color:#002B2F;
}
.slick-prev::before{
	content: "\f060";
	font-size:18px!important;
font-family:"fontawesome";
color:#002B2F;
font-size: 2.2rem;
transition: 0.2s;
color: #002B2F;
}
.slick-next::before {
	font-size:18px !important;
	transition: 0.2s;
	color: #002B2F;
   }
.slick-arrow{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 20px;
	background-color: #D9DFE0;
	display: flex;
align-items: center;
justify-content: center;
/* justify-content: space-between; */
display: flex !important;
align-items: center;
justify-content: center;
}
   .slick-prev{margin-left:-20px;}
   .slick-next{right: 0px;}
   .slider-single{position: relative;}
   .slick-prev.slick-disabled::before, .slick-next.slick-disabled::before{opacity:5 !important;}
   .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{background-color:#D9DFE0; color:#002B2F;}

   /* about */ 
     .core-value .card{box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.10);border: none; padding: 20px;border-radius: 15px;}
    .core-value .card-body{padding: 20px 0px;}
    .core-value h1{text-align: center;}
    .community .card-body{padding: 20px 0px;}
    .community .card{box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.10);border: none; padding: 30px;border-radius: 15px; align-items: center;}
    .community .ocphead{text-align: center;}
    .community h1{text-align: center;}
    .community-img{width: 20%;}
    .ptb-100{padding-top: 100px; padding-bottom: 100px;}
    .pb-100{padding-bottom: 100px;}
    .community{margin-bottom: 100px;}
    /* .review-bg{background-image: url(../images/aboutus-pages/review.webp); background-repeat: no-repeat; background-size: cover; background-position: center;} */
    .codes1{position: absolute; top: -20px;left: 180px;}
    .codes2{position: absolute; bottom: -20px;right: 180px;}
    .w-80{width: 80%;}
    .review-txt{display: flex; align-items: end;flex-direction: column;}
    .review-txt{margin-right: 150px;}
    #read{color: #008F9E;}
    #more {display: none;}
    .a-design button{background: none; border: none; padding: 10px 0px 0px 0px; color: #008F9E !important}
    /* @media ( min-width: 1025px) and (max-width: 1199.98px){
      .a-design, h1, .value {text-align: center !important;}} */

    @media (min-width:768px) and (max-width:1024.98px){
      .hero-content h1{font-size: 30px;margin-bottom: 20px !important}.community-img{width: 35%;}}

    @media (min-width: 768px) and (max-width: 1024.98px){
      .a-design {padding: 50px 0px 80px 0px !important;}
      .aboutus_img{width:80% !important;margin-top: 20px;}
      .hero {padding-bottom: 20px !important;}}
      
    @media only screen and (max-width: 1400px) {
      .codes1{position: absolute; top: -20px;left: 115px;}
    .codes2{position: absolute; bottom: -20px;right: 115px;}
    .review-txt{margin-right: 115px;}
    .core-value .card{border-radius: 25px;}}

    @media only screen and (max-width: 1199px) {
      .codes1{position: absolute; top: -20px;left: 30px;}
    .codes2{position: absolute; bottom: -20px;right: 30px;}
    .review-txt{margin-right: 30px;}}

    @media only screen and (max-width: 991px) {
      .codes1{position: absolute; top: -20px;left: 0px;}
    .codes2{position: absolute; bottom: -20px;right: 0px;}
    .review-txt{margin-right: 0px; margin-top: 20px !important;}
  }

    @media only screen and (max-width: 570px) {
      .codes1{position: absolute; top: -20px;left: 10px;}
    .codes2{position: absolute; bottom: -20px;right: 10px;}
    .review-txt{margin-right: 10px;}}

    @media only screen and (max-width: 992px) {
      .mission__content{padding-top: 20px;} .ptb-100{padding-top: 50px; padding-bottom: 50px;} .mission-img{margin-top: 20px;}.community{margin-bottom: 0px;}}

    @media only screen and (max-width: 767px) {
      .hero-content h1 {max-width: 80%;margin-bottom: 25px;} .hero{margin-top: 30px;}}

    @media only screen and (max-width: 576px) {
      .order-xs-1{order: 1;}.order-xs-2{order: 2;}
      .codes1{width: 30px; position: absolute; top: -20px;left: 20px;}
      .codes2{width: 30px; position: absolute; bottom: -20px;right: 20px;}
      .review-txt{margin-right: 20px;}}

    @media only screen and (max-width: 500px) {
      .codes1{width: 20px; position: absolute; top: -30px;left: 20px;}
      .codes2{width: 20px; position: absolute; bottom: -20px;right: 20px;}}

    @media only screen and (max-width: 5444px) {
      .hero-content h1 {padding-top: 20px !important;}}

    @media (min-width:320px) and (max-width:767px){
	    .hero-content h1{max-width: 100%;font-size: 35px;line-height: 40px;margin-bottom: 20px !important; margin-top: 40px !important;}
      .hero {padding-bottom: 20px !important;}
      .aboutus_img{margin-top: 20px;}}

    @media (min-width:320px) and (max-width:442.98px){
      .aboutus_img{width:80% !important;}}

    @media (min-width:443px) and (max-width:544.98px){
      .aboutus_img{width:80% !important;}}
    
    @media (min-width:545px) and (max-width:767.98px){
      .aboutus_img{width:80% !important;}}

    @media (min-width:1025px) and (max-width:1199.98px){
      .aboutus_img{width:80% !important;}}

   /* about */

/* new css */
.pt-100{padding-top: 100px;}
.row-gap-3{row-gap: 25px;}
.bg-orange{background: #ffe5c7;border-radius: 25px;box-shadow: 0px 14px 27px rgba(0, 0, 0, 0.08);}
.bg-greenlight{background: #f0ffea;border-radius: 25px;box-shadow: 0px 14px 27px rgba(0, 0, 0, 0.08);}
.bg-greendark{background: #d0ecee; border-radius: 25px;box-shadow: 0px 14px 27px rgba(0, 0, 0, 0.08);}
.bg-blue{background: #e0f9ff;border-radius: 25px;box-shadow: 0px 14px 27px rgba(0, 0, 0, 0.08);}
.bg-red{background: #ffe9e9;border-radius: 25px;box-shadow: 0px 14px 27px rgba(0, 0, 0, 0.08);}
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-180px * 10)); }
}
.slider {  background: #008F9E;  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);  height: 70px;  margin: auto;  overflow: hidden;  position: relative;  width: 100%;  display: flex;  align-items: center;}
.slider::before, .slider::after { background: linear-gradient(to right, #008F9E 0%, rgba(255, 255, 255, 0) 100%); content: ""; height: 100px; position: absolute; width: 200px; z-index: 2;}
.slider::after { right: 0; top: 0; transform: rotateZ(180deg); }
.slider::before { left: 0; top: 0; }
.slider .slide-track { display: flex; align-items: center; width: calc(180px * 30); /* 20 unique + 10 duplicate for smooth looping */ animation: scroll 20s linear infinite;}
.slider .slide {width: 180px;width: 180px; justify-content: center; display: flex;}
.bg-outreach{background-image: url(../images/home-img/bg.webp); background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 50px;}
@media only screen and (max-width: 767px) {.pt-100{padding-top: 70px;}}
@media only screen and (max-width: 575px) {.pt-100{padding-top: 40px;}.slider::before, .slider::after { background: linear-gradient(to right, #008F9E00 0%, rgba(255, 255, 255, 0) 100%); }.slider .slide {width: 180px;}}
/* new css */