.container {
  max-width: 1300px !important;
}
.navbar .navbar-brand {
  display: none;
}
.navbar-nav li {
  list-style: none;
  display: inline-block;
  padding: 0 26px;
}
.navbar-nav li a {
  color: #0b0b0b !important;
  font-size: 16px;
  font-weight: 500;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.navbar-nav li a:hover {
  color: #0eb56a !important;
}
.nav_item_center {
  margin: 0px 33px 0px 33px !important;
}
header {
  position: relative;
}
.inr_bnr {
  padding: 20% 0 0 0;
  text-align: center;
  z-index: 111;
}
.inr_bnr a {
  color: #fff;
  font-size: 18px;
}

.inr_bnr a:hover {
  text-decoration: none;
  color: #fff;
}
.pisumify-hero-shape {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-290px);
  z-index: -1;
}
.coming_rt img {
  width: 100%;
}
#countdown {
  font-size: 2em;
  display: flex;
  gap: 20px;
}

.coming_lft .time-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.coming_lft .number {
  font-size: 2.5em;
  font-weight: bold;
}

.coming_lft .label {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #ccc;
}
.coming_lft {
  margin: 120px 0 0 0;
}
.pisumify-hero-shape img {
  height: 970px;
}
.coming_lft h1 {
  font-size: 25px;
  font-weight: 600;
}
.coming_lft h2 {
  font-size: 50px;
  font-weight: bold;
  background: -webkit-linear-gradient(#2dd693, #03aa5c);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 70px;
}
.inr_bnr_rt {
  margin: 35px 0 0 0;
}
.inr_bnr_rt img {
  width: 100%;
}
.pirsumify_rt {
  position: relative;
}
.facebook-box img {
  rotate: -16deg;
  animation: jumpTwo 4s infinite linear;
}
@-webkit-keyframes moveclouds2 {
  0% {
    margin-right: 200px;
  }

  100% {
    margin-right: -200px;
  }
}

@keyframes moveUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-70%);
  }
}

@-webkit-keyframes moveUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-70%);
  }
}
@keyframes tpfadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

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

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

@-webkit-keyframes tpfadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

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

@keyframes tpfadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

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

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

@-webkit-keyframes tpfadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

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

@keyframes tpfadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

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

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

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

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

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

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

@-webkit-keyframes tpfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tpfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes tpupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes zoom2 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes play-btn-1 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes play-btn-2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.main-inr-hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0 15px 0;
}
.get_started ul {
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 0;
}
.get_started ul li {
  color: #000;
  font-weight: 600;
  list-style: none;
}
.get_started ul li a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.get_started ul li.get_btn a {
  background: #000;
  background: linear-gradient(to right, #009bf0 1%, #0135a5 100%);
  padding: 11px 15px;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.get_started ul li.get_btn a:hover {
  background: linear-gradient(to right, #0135a5 1%, #009bf0 100%);
}
.inr_bnr_lft h1 {
  font-size: 17px;
  font-weight: 500;
  padding: 30px 0 0 0;
}
.inr_bnr_lft h3 {
  font-size: 60px;
  font-weight: 700;
  padding: 10px 0 0 0;
  line-height: 75px;
  color: #333;
}
.inr_bnr_lft h3 span {
  color: #15cb81;
}
.inr_bnr_lft p {
  font-size: 15px;
  font-weight: 500;
  padding: 28px 0 0 0;
}
.banner {
  overflow: hidden;
}
.try_free {
  text-align: center;
  margin: 25px 0 0;
}
.try_free button {
  background: linear-gradient(to right, #009bf0 1%, #0135a5 100%);
  padding: 11px 25px;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  margin: 15px 0 0 0;
}
.try_free button:hover {
  background: linear-gradient(to right, #0135a5 1%, #009bf0 100%);
  color: #fff;
}
.free_forever {
  margin: 0 0 40px 0;
}
.free_forever ul {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  padding: 41px 0 10px 0;
}
.free_forever ul li {
  list-style: none;
}
.free_forever ul li a {
  color: #000;
  font-weight: 500;
  list-style: none;
  text-decoration: none;
  background: #fff;
  box-shadow: 0px 0px 10px #dbdbdb;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.country_select select{
  /* margin: 18px 0 0 0; */
      /* width: 110px; */
}
select#country-selector{
      /* padding-left: 36px; */
}
.logo-hdr {
  display: flex;
  align-items: center;
  gap: 91px;
}
.satisfied_client {
  text-align: center;
}
.our_platforms h1 {
  font-size: 40px;
  font-weight: 700;
  padding: 70px 0 75px 0;
  text-align: center;
  color: #13034a;
}
.our_platforms h1 span {
  color: #16c77e;
  font-weight: 500;
  font-style: italic;
}
.main_platform {
  text-align: center;
  padding-bottom: 38px;
  padding-top: 18px;
}
.main_platform h2 {
  font-size: 25px;
  font-weight: 700;
  padding: 5px 0 7px 0;
  text-align: center;
  color: #13034a;
}
.main_platform p {
  font-size: 17px;
  font-weight: 500;
  padding: 5px 35px 20px;
  color: #453478;
}
.main_platform a {
  font-size: 17px;
  font-weight: 600;
  padding: 5px 0 7px 0;
  text-align: center;
  color: #13034a;
}
.main_platform.active {
  box-shadow: 0px 0px 7px #f0f0f0;
  border-radius: 22px;
}
.main_platform a:hover {
  color: #1bd083;
  text-decoration: none;
}
.finnaly_sec {
  background: url(../images/finally_bg.jpg) no-repeat;
  margin: 100px 0 0 0;
  padding: 0 0 70px 0;
  background-size: cover;
}
.finnaly_sec h1 {
  font-weight: 700;
  font-size: 45px;
  padding: 70px 0 70px 0;
  text-align: center;
  line-height: 34px;
}
.main_finally {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 25px 30px 0;
  min-height: 415px;
}
.finnaly_sec h2 {
  font-weight: 700;
  font-size: 22px;
  padding: 15px 0 10px 0;
  text-align: center;
  line-height: 34px;
  color: #111111;
}
.finnaly_sec p {
  font-size: 18px;
  color: #647082;
  font-weight: 400;
  padding: 0 0 20px 0;
}
.finnaly_sec .col-md-4 {
  margin-bottom: 15px;
  padding-right: 8px;
  padding-left: 8px;
}
.learn_btn {
  text-align: center;
  padding: 50px 0 0 0;
}
.learn_btn a {
  background: #03ad66;
  padding: 11px 25px;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  margin: 15px 0 0 0;
}
.learn_btn a:hover {
  text-decoration: none;
  color: #fff;
  background: #009d5c;
}
.main_compaign {
  display: flex;
  gap: 30px;
  margin: 80px 0;
  padding: 0 80px;
}
.compaign_box {
  background: #10c67b;
  border-radius: 8px;
  text-align: center;
  padding: 25px 30px 0;
}
.sec-compaign_box {
  background: #0095ec;
}
.sec-compaign_box {
  background: #0095ec;
}
.thrd-compaign_box {
  background: #050d36;
}
.compaign_box h3 {
  font-weight: 600;
  font-size: 34px;
  padding: 15px 0 10px 0;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.compaign_box p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding: 0 0 20px 0;
}
footer {
  position: relative;
  overflow: hidden;
}
.footer_logo p {
  color: #6b849f;
  font-size: 16px;
  margin-top: 18px;
  line-height: 24px;
  padding-right: 130px;
}
.Service_footer {
  margin: 65px 0 0 0;
}
.Service_footer h5 {
  color: #273863;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.Service_footer a {
  color: #6b849f;
  font-size: 16px;
  font-weight: 500;
}
.Service_footer a:hover {
  text-decoration: none;
}
.term-sec ul {
  display: flex;
  margin: 0;
  padding: 0 50px 0 0;
  gap: 35px;
}
.term-sec ul li {
  list-style: none;
}
.term-sec ul li a {
  color: #17bf75;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.footer_fab_side a {
  color: #fff;
  font-size: 14px;
}
.inr_ftr {
  padding: 70px 0px 45px;
}
.inr_ftr li {
  padding-bottom: 11px;
}
.inr_ftr a:hover {
  text-decoration: none;
  color: #17bf75;
}
.term-sec ul li a:hover {
  color: #00d276;
}
.copyright_sec {
  border-top: 1px solid #f0f0f0;
}
.copy-write p {
  padding: 35px 0px;
  margin-bottom: 0px;
  font-size: 16px;
  color: #6b849f;
}
.main_copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faqs {
  background: url(../images/question_bg.jpg) no-repeat;
  text-align: center;
  padding: 70px 0 0 0;
  min-height: 635px;
  background-size: cover;
  overflow: hidden;
}
.main_faqs h3 {
  font-weight: 700;
  font-size: 40px;
  margin: 0 0 60px 0;
}
.main_faqs h3 span {
  background: -webkit-linear-gradient(#27c789, #0db874);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
[data-toggle="collapse"] .fa:before {
  content: "\f077";
}
[data-toggle="collapse"].collapsed .fa:before {
  content: "\f078";
}
.arrow-expand {
  margin-left: 10px;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.7s ease;
}
.questions_sec .answer-group {
  background: #fff;
  /* padding: 15px 25px; */
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  margin: 0 0 15px 0;
}
.questions_sec .answer-group p {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.questions_sec .card-body p {
  font-weight: 500;
  font-size: 17px;
  margin: 0;
  color: #8a8888;
  text-align: left;
  padding: 15px 25px;
}
.questions_sec {
  padding: 0 150px;
}
.questions_sec .answer-group .card-body {
  padding-left: 0;
}
.inr-signup {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.08);
  padding: 80px;
  margin: 50px 0 75px 0;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}
.inr-signup input {
  background: #fff;
  width: 100%;
  border: 1px solid #c1c1c1;
  height: 50px;
  padding: 0 25px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.inr-signup select {
  background: #fff;
  width: 100%;
  border: 1px solid #c1c1c1;
  height: 50px;
  padding: 0 25px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.pisumify-signin__check-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0 0 0;
}
.pisumify-signin__checkbox--group {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.inr-signup input[type="checkbox"] {
  width: 14px;
  height: 14px;
  outline: none;
  cursor: pointer;
  position: relative;
  border: 1px solid #c9c9c9;
  background: transparent;
  border-radius: 2px;
}
.inr-signup .pisumify-signin__checkbox--group label {
  margin-bottom: 0;
}
.pisumify-signin__forgot a {
  color: #0eb56a;
}
.pisumify-signin__forgot a:hover {
  text-decoration: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: initial;
  top: initial;
  right: initial;
}
.pisumify-btn {
  background: linear-gradient(to right, #0135a5 1%, #009bf0 100%);
  border: 0;
  color: #fff;
  font-weight: 500;
  padding: 0 30px;
  border: 1px solid transparent;
  gap: 10px;
  transition: all 0.5s ease;
  cursor: pointer;
  height: 56px;
  font-size: 18px;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  line-height: 58px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  font-weight: 600;
  border: 0;
  margin: 15px 0 10px 0;
}
.pisumify-btn:hover {
  background: linear-gradient(to right, #009bf0 1%, #0135a5 100%);
}
.pisumify-btn {
  width: 100%;
}
.pisumify-signin__bottom {
  text-align: center;
}
.pisumify-signin__heading {
  margin-bottom: 30px;
}
.pisumify-signin__title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
}
.pisumify_bottom_or {
  position: relative;
  text-align: center;
}
.pisumify_bottom_or::after {
  position: absolute;
  height: 1px;
  width: 200px;
  left: 150px;
  content: "";
  background: #d9d9d9;
  top: 13px;
}
.pisumify_bottom_or p {
  background: #fff;
  color: #333;
  z-index: 3333;
  position: relative;
  padding: 0 10px;
  font-size: 16px;
  display: inline-block;
}
.pisumify-signin__button--group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pisumify-btn__other {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  color: #333;
  font-weight: 400;
  border: 0;
  height: 58px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.facebook-box {
  position: absolute;
  top: 0;
  animation: tpupdown 0.8s infinite alternate;
  width: 60px;
}
.instagram-box {
  position: absolute;
  top: 0;
  right: 0;
  animation: rotate2 15s linear infinite;
      width: 60px;
}
.whatsapp-box {
  position: absolute;
  bottom: 6px;
  right: -19px;
  animation: tpupdown 2s infinite alternate;
  width:62px;
}
.inr-signup-lft {
  width: 55%;
}
.inr-signup-lft label {
  margin-bottom: 20px;
}
#userMenuOffcanvas {
  z-index: 111111;
}
.inr-shadow {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.08);
  padding: 80px;
  margin: 0px;
}

.inr-shadow input {
  border-radius: 4px;
  height: 50px;
  padding: 0 25px;
}

.inr-shadow .account-form {
  padding: 0px;
}

.inr-shadow .custom--card {
  background: unset;
  border: unset;
  /* border-radius: 20px; */
}

.inr-shadow .account-form__title {
  border-bottom: 0px;
  text-align: left;
}

.inr-shadow .custom--card.account__top {
  display: none;
}

.inr-shadow .gap-row {
  gap: 50px;
}

.input-recovery label {
  margin-bottom: 20px !important;
}
.logo-hdr .country_select .select__input {
  background: transparent !important;
}
.actives-btn {
  display: flex;
  gap: 10px;
  height: 72px;
}
/* subscription buttons start */
.sub-wrap {
  background: #f7f9fc;
  padding: 40px;
}
.subscription {
  max-width: 500px;
  margin: auto;
  padding: 30px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.subscription h4 {
  font-size: 24px;
  color: #0243af;
  margin-bottom: 25px;
}

.actives-btn {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.toggle-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  font-size: 16px;
  border: 2px solid #0243af;
  border-radius: 8px;
  background-color: white;
  color: #0243af;
  cursor: pointer;
  transition: all 0.35s ease;
  font-weight: 600;
  line-height: 1.5;
  box-shadow: none;
  transform: scale(1);
}

.toggle-btn:hover {
  background-color: #0243af;
  color: white;
  transform: scale(1.03);
}

.toggle-btn.active {
  background-color: #0243af;
  color: white;
  box-shadow: 0 6px 16px rgba(2, 67, 175, 0.25);
}

.subscription .icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.toggle-btn:hover .icon {
  transform: rotate(5deg);
}
/* subscription buttons start */
/* privacy policy start */
/* Privacy policy Two Cards css STart ******************************************************************************/

.breadcrumb {
  display: none;
}

.privacy-hed {
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
  background-image: linear-gradient(
    to right,
    #018ce5 0,
    #0144b0 22%,
    #f6e27a 45%,
    #f6f2c0 50%,
    #cfb424 55%,
    #e29217 78%,
    #462523 100%
  );
  color: transparent;
  -webkit-background-clip: text;
}
.privacy-hed ul li,
.privacy-hed p {
  color: #200e4e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
/* Privacy policy Two Cards css End *********************************************************************/
.privacy-hed {
  background-image: linear-gradient(
    to right,
    #018ce5 0,
    #0144b0 22%,
    #0143af 45%,
    #014cb6 50%,
    #008fe7 55%,
    #0142af 78%,
    #0046b1 100%
  ) !important;
  text-align: center;
}
.privacy-inner:first-child(1) {
  text-align: center;
}
.hed-bg {
  background-color: #dfdfdf;
  padding: 40px;
}
/* privacy policy End */
/*Pricing & Packages Two Cards css START ******************************************************************************/

.pricing-packages {
  background: linear-gradient(to bottom, #f3f3f9 50%, #ffffff 50%);
}
.pricing-title {
  font-weight: 700;
  font-size: 2rem;
  color: #0135a5;
}
.subtext {
  color: #555;
  max-width: 600px;
  margin: 0 auto 2rem;
}
.toggle-switches .btn {
  border-radius: 30px;
  padding: 6px 20px;
  font-weight: 600;
}
.toggle-switches .btn.active {
  background: linear-gradient(to right, #009bf0 1%, #0135a5 100%);
  color: white;
  line-height: 1.9;
}
.badge-discount {
  background-color: #ff5e5e;
  font-size: 0.8rem;
  padding: 5px 10px;
  border-radius: 20px;
}

.card-pricing {
  border-radius: 15px;
  border: 1px solid #ccc;
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  height: 100%;
  border-top: 6px solid #0135a5;
}
.silver {
  border-color: #9fe550;
  border-top: 6px solid #9fe550;
}
.silver .card-hed{
  border: 1px solid #9fe550;
}
.card-pricing:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.price {
  font-size: 2rem;
  font-weight: 700;
}
.package-title {
  font-weight: 700;
  font-size: 30px;
  margin-top: 10px;
}
.features {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  text-align: left;
}
.features li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #212529;
}
.features i {
  color: #0135a5;
  margin-right: 6px;
}
.btn-select {
  background: #013fac !important;
  color: white !important;
  border-radius: 30px;
  padding: 8px 24px !important;
  font-weight: 600 !important;
  line-height: 1.9 !important;
  border-radius: 24px !important;
}
.btn-silver {
  background: #7b7b7b !important;
}
.btn-gold {
  background: #c5a34f !important;
}
.border-top-feature {
  border-top: 1px solid #63e1f1;
}
.silver-feture {
  border-top: 1px solid #9fe550;
}
.gold-featur {
  border-top: 1px solid #c5a34f;
}
.recommended-badge {
  background: #0135a5;
  color: white;
  font-size: 0.75rem;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  left: 0;
  margin: auto;
  width: fit-content;
}
.gold {
  border-color: #c5a34f;
}
.gold .package-title {
  color: #c5a34f;
}
.gold .price {
  color: #c5a34f;
}
.free {
  border-color: #63e1f1;
}
.free .package-title,
.free .price {
  color: #63e1f1;
}
.silver .package-title,
.silver .price {
  color: #7b7b7b;
}
.fit-content {
  width: fit-content;
  background-color: #ffffff;
  padding: 6px;
  border-radius: 24px;
  margin: auto;
}
.card-hed {
  background: #f8f7fb;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #63e1f1;
}
.gold-hed {
  background: #fcf8ef;
  border: 1px solid #c5a34f;
}
.card-pricing .card-hed .price span {
  font-size: 14px;
  color: #0192e9;
}
.gold-bor,
.silver-bor,
.package-title .border-wr {
  border: 1px solid #0135a5;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: inline-block;
}
.silver-bor {
  border: 1px solid #7b7b7b;
}
.gold-bor {
  border: 1px solid #c5a34f;
}
.package-title i {
  font-size: 24px;
  font-size: 22px;
    line-height: 40px;
    /* display: flex
; */
    /* align-items: center;
  /* justify-content: center; */
}
.card-pricing p{
  color: #212529;
  font-size: 14px;
}
.silver-feture li i {
  color: #7b7b7b;
}
.gold-featur li i {
  color: #c5a34f;
}
.privacy-inner h6,
.privacy-inner h5 {
  font-size: 16px;
      margin-top: 32px;
    margin-bottom: 12px;
}
.privacy-inner ul li,
.privacy-inner p {
  font-size: 16px;
}
.privacy-wrapper h3 {
  font-size: 26px;
}
.gold .gold-hed .package-title .gold-bor {
  border: 1px solid #c5a34f;
}
.gold .gold-hed .package-title i{
  color: #c5a34f;
}
.silver .card-hed .package-title .silver-bor{
  border: 1px solid #9fe550;
}
.silver .card-hed .package-title i{
color: #9fe550;
}
.silver .card-hed .package-title{
color: #9fe550;
}
/* Pricing & Packages Two Cards css End ******************************************************************************/
.solutions-hero{
  padding: 20px 0 !important;
}
.privacy-hero h1{
  color: #000 !important;
}
/* new step step accordian start________________________________________________________ */
.step-tracker .circle {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  background-color: #cbd5e1;
  border: 2px solid #cbd5e1;
  color: white;
  font-weight: bold;
  margin: 0 auto;
}

.step-tracker .active .circle,
.step-tracker .done .circle {
  background-color: #22c55e;
  border-color: #22c55e;
}

.step-tracker .done .circle::after {
  content: "✔";
}

.step-tracker small {
  display: block;
  margin-top: 6px;
}

.step-tracker .line {
  flex-grow: 1;
  height: 2px;
  background-color: #cbd5e1;
  margin: 0 5px;
}

.step-tracker .done ~ .line {
  background-color: #22c55e;
}
.close-coming{
      font-size: 12px !important;
}
/* new step step accordian End________________________________________________________ */
@media (max-width:991px){
    .whats-posh {
    right: 40.1% !important;
    top: 42% !important;
}
}
@media (max-width: 768px) {
  .logo img {
    width: 185px;
  }
  .main-inr-hdr {
    flex-direction: column;
    gap: 28px;
  }
  .inr-signup {
    margin: 20px 0 75px 0;
    padding: 30px 20px;
    flex-direction: column;
  }
  #navbarNav,
  #navbarSupportedContent {
    position: absolute;
    background: #eef3f7;
    top: 62px;
    border-radius: 6px;
    width: 180px;
    left: -105px;
    padding: 15px 0;
    z-index: 11;
  }
  .main-inr-hdr .navbar-toggler {
    padding: 3px 6px;
    font-size: 17px;
    margin: 17px 0 0 0;
  }
  .inr-signup-rt img {
    width: 100%;
  }
  .inr_ftr {
    padding: 30px 0px 45px;
  }
  .Service_footer {
    margin: 25px 0 0 0;
  }
  .footer_logo p {
    padding-right: 0;
  }
  .main_copyright {
    flex-direction: column;
  }
  .term-sec ul {
    padding: 0;
  }
  .copy-write p {
    padding: 15px 0px;
  }
  .copyright_sec {
    padding-bottom: 15px;
  }
  .inr_bnr_lft h3 {
    font-size: 38px;
    font-weight: 700;
    padding: 10px 0 0 0;
    line-height: 50px;
    color: #333;
  }
  .inr_bnr_lft p {
    padding: 13px 0 0 0;
    line-height: 30px;
  }
  .satisfied_client img {
    width: 100%;
  }
  .inr_bnr_rt {
    margin: 45px 0 0 0;
  }
  .our_platforms h1 {
    font-size: 30px;
    padding: 45px 0 25px 0;
  }
  .finnaly_sec h1 {
    font-size: 28px;
    padding: 45px 0 35px 0;
  }
  .main_finally {
    padding: 25px 30px 0;
    min-height: 360px;
  }
  .learn_btn {
    padding: 25px 0 0 0;
  }
  .finnaly_sec {
    padding: 0 0 55px 0;
  }
  .main_compaign {
    margin: 80px 0;
    padding: 0 15px;
    flex-direction: column;
  }
  .compaign_box h3 {
    font-size: 22px;
    line-height: 40px;
  }
  .faqs {
    padding: 45px 0 0 0;
    min-height: 635px;
  }
  .main_faqs h3 {
    font-size: 25px;
    margin: 0 0 35px 0;
  }
  .questions_sec {
    padding: 0;
  }
  .questions_sec .answer-group p {
    text-align: left;
    font-size: 16px;
  }
  .account .py-60 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 26px;
  }
  .acount-hvh {
    min-height: auto !important;
  }
  .acount-hvh .inr-signup-lft {
    width: 100%;
  }
  .acount-hvh .account__thumb {
    width: 100%;
    height: 100%;
  }
  .acount-hvh .inr-shadow .gap-row {
    justify-content: space-between !important;
  }
  .inr-shadow .gap-row {
    gap: 0px;
  }
  .inr-signup-lft{
    width: 100%;
  }
      .whats-posh {
       right: 0 !important;
    top: 46% !important;
}
}

