html,
html * {
  /* font-family: 'Roboto', sans-serif; */
  font-family: "Rubik", sans-serif;
}

.topnav .navbar-nav .nav-link {
  font-size: 13px;
  padding: 1rem 0.75rem;
}

.topnav .navbar-nav .nav-link.nuxt-link-exact-active {
  color: #556ee6;
  background-color: transparent;
}

.ml_4 {
  margin-left: 4px;
}

.login_form label.el-form-item__label {
  font-size: 13px;
  line-height: 13px;
  padding: 0;
  margin-bottom: 5px !important;
}

.el-form-item--mini,
.el-form-item--small {
  margin-bottom: 23px !important;
}

.el-form-item__error {
  font-size: 12px !important;
  text-transform: capitalize;
  padding-top: 4px !important;
  padding-left: 2px;
  color: #f9813a !important;
  position: relative;
  margin-bottom: 10px;
}

.el-input__inner {
  border-radius: 2px !important;
}

.el-table th {
  font-weight: 700;
  color: #444;
}

.el-table tr td {
  font-weight: 500;
  color: #777;
}

.el-table tr td .t_mute {
  font-weight: 400;
  color: #999;
}

.action_col .action_btn {
  padding: 4px !important;
  font-size: 11px !important;
  line-height: 11px;
  border-radius: 2px;
}

.action_col.mb_1 .action_btn {
  margin-bottom: 3px;
}

.el-table .caret-wrapper {
  width: 18px !important;
}
.ml_auto {
  margin-left: auto;
}
.mr_auto {
  margin-right: auto;
}
.header_btn .btn {
  font-size: 12px;
  padding: 0px 10px;
  border-radius: 2px;
  line-height: 25px;
}
.fl_left {
  float: left;
}
.fl_right {
  float: right;
}

.el-table .cell {
  line-height: 1.2rem !important;
}

.custom_form .el-form-item--mini .el-form-item__label {
  line-height: 1.2rem;
  margin-bottom: 5px;
  padding: 0;
}

.el-range-editor--mini .el-range-separator {
  min-width: 30px;
}

.el-table--mini td {
  padding: 6px 0;
}

.el-table--mini th {
  padding: 0;
}
.drawer_footer {
  position: absolute;
  top: calc(100vh - 50px);
  width: 100%;
}
.demo-drawer__content .card-body {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.align-top .el-checkbox__input {
  vertical-align: top;
}

.el-message {
  left: unset;
  right: -180px;
}

.el-table th > .cell {
  text-transform: capitalize;
}

.number_right .el-input--mini .el-input__inner {
  /* text-align: right; */
  padding: 0px 0px 0px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.price_error {
  background: #ff000026;
  color: #000;
}
.price_success {
  background-color: #34c38f29 !important;
  color: #000;
}

.custom_radio .el-radio-group label {
  font-weight: 500;
  margin-bottom: 0;
}

.scheme_check {
  margin-top: 0 !important;
  vertical-align: middle !important;
}

.number_right .el-form-item--mini.el-form-item,
.el-form-item--small.el-form-item {
  margin-bottom: 0 !important;
}

.number_right .el-form-item__error {
  position: relative !important;
}

.dropdown.d-inline-block:hover .dropdown-menu {
  top: 100% !important;
}
.dropdown.d-inline-block:hover .dropdown-menu {
  display: block;
}
.min_head {
  height: 36px;
}
.border_left {
  border-left: 1px solid #eff2f7 !important;
}
.border_right {
  border-right: 1px solid #eff2f7 !important;
}
.line_height_32px {
  line-height: 32px;
}
.loading_start {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30px;
  z-index: 1000;
  background: #fff;
}
.loading_start .col-md-12 {
  width: 100%;
  height: 30px;
  background-color: #000;
  margin-bottom: 30px;
}
.loading_start .row {
  margin: 0;
}
.loading_wrapper {
  min-height: 1200px;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.text-line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f6f6;
  background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}

/* .text-line {
  height: 40px;
  width: 230px;

} */

.header_loader {
  height: 50px;
  width: 125px;
}

.nav_loader {
  margin-bottom: 10px;
  width: 75%;
  margin-left: auto;
  opacity: 0.5;
  border-radius: 10px;
}
.nav_main_icon {
  height: 50px;
}
.nav_main_text {
  height: 10px;
}

.el-dialog__wrapper.show_dialog {
  display: block !important;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.custom_feild .el-input__inner {
  padding: 0.81rem 0.96rem 0.81rem 44px !important;
  font-size: 16px !important;
  line-height: 1.5;
  height: auto !important;
}

.custom_feild .el-input__prefix {
  font-size: 16px;
  line-height: 52px;
  top: 0;
  padding-left: 10px;
}

.custom_feild.el-range-editor.el-input__inner {
  padding: 8px 15px !important;
  font-size: 16px !important;
  line-height: 1.5;
  height: auto !important;
}

.el-select-dropdown__item {
  height: auto;
}

/* .custom_feild.el-range-editor .el-range-input{
  padding: .810rem .96rem .810rem 40px !important;
  font-size: 16px !important;
  line-height: 1.5;

  font-size: 16px;
  line-height: 52px;
  top: 0;
  padding-left: 10px;

} */

.view_plan_btn .el-input__suffix-inner {
  line-height: 52px;
  text-decoration: underline;
}

.el-input__inner::-webkit-input-placeholder {
  /* Edge */
  color: #333;
  font-weight: 700;
}

.el-input__inner:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
  font-weight: 700;
}

.el-input__inner::placeholder {
  color: #333;
  font-weight: 700;
}

.login_form .el-input__inner {
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: solid 1px #dadada;
  font-size: 14px;
}

.custom_switch .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background-color: #45bfb4;
  border-color: #45bfb4;
  color: #fff;
}
.custom_switch .el-radio-button__inner:hover {
  color: #45bfb4;
}
.custom_switch .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background-color: #45bfb4;
  border-color: #45bfb4;
}
.custom_switch .el-radio-button--mini .el-radio-button__inner {
  padding: 15px 20px;
  font-size: 16px;
}

.custom_select .el-input--mini .el-input__inner {
  height: 52px;
  line-height: 52px;
  font-size: 16px;
}
.custom_select .el-input__suffix-inner {
  line-height: 52px;
  text-decoration: underline;
}
.custom_select .el-input__prefix {
  font-size: 16px;
  line-height: 52px;
  top: 0;
  padding-left: 5px;
}
.custom_select .el-input--prefix .el-input__inner {
  padding-left: 44px;
}
.h_75 {
  height: 75px;
}

.h_100 {
  height: 100px;
}

.h_50 {
  height: 50px;
}
.h_25 {
  height: 25px;
}
#sidebar {
  width: 300px;
  right: -300px;
}

/*footer{
  display: none;
}*/

.el-dialog__wrapper.show_dialog {
  display: block !important;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.word_break_keep {
  word-break: keep-all;
}

.font_size_50 {
  font-size: 50px;
}
.modal-title-imps {
  margin-top: -37px;
  margin-bottom: 25px;
}

.confirm_model .el-dialog__headerbtn .el-dialog__close {
  color: #fff !important;
  position: absolute;
  right: -30px;
  top: -30px;
  width: 30px;
  height: 30px;
  background-color: var(--main-color);
  color: #fff;
  text-shadow: none;
  border-radius: 50%;
  z-index: 99;
  opacity: 1;
  border: solid 2px #fff;
  line-height: 27px;
}
.confirm_model .el-dialog__footer {
  border-top: 1px solid #e9ecef;
  padding-bottom: 10px;
}

.confirm_model .el-dialog__body {
  text-align: initial;
  padding: 25px 25px 10px;
}

.result_wrapper {
  margin-top: -40px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 150px;
}

.header .top-bar .top-right-link li .line {
  padding: 0 10px;
}

a.del_file {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  background: #333;
  line-height: 16px;
  font-size: 16px;
  padding: 5px;
  color: #fff;
  cursor: pointer;
}
.file_wrapper {
  position: relative;
}

/* .el-select .el-input {
  width: 200px;
  } */
.el-select .el-input {
  width: 100%;
}
.input-with-select .el-input-group__prepend {
  background-color: #fff;
}

.option_image img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.option_image span {
  vertical-align: middle;
}
.account_info a {
  padding: 5px;
  /* border: solid 1px #45bfb4; */
  background-color: #45bfb4;
  border-radius: 5px;
  line-height: 16px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.custom_select.el-select.el-select--mini.w-100 .el-input {
  width: 100%;
}

.el-input-number.is-controls-right.custom_number .el-input__inner {
  padding-left: 15px;
  padding-right: 15px;
}
.el-input-number.is-controls-right.custom_number .el-input-number__decrease,
.el-input-number.is-controls-right.custom_number .el-input-number__increase {
  display: none !important;
}
.btn_otp {
  margin-top: 25px;
}

.el-select.w-100.custom_feild .el-input {
  width: 100%;
}
.report-detail {
  display: inline;
  padding-right: 20px;
}
.report-detail b {
  color: #212529;
}

.cur_po {
  cursor: pointer;
}

label.el-form-item__label.top_bank_label {
  line-height: 1rem;
  padding-bottom: 10px !important;
}

.va_mid {
  vertical-align: middle;
}

.op_image {
  max-width: 100px;
}
.mtn-40 {
  margin-top: -20px;
}
.recharge-form-part-dis {
  padding: 0px 35px !important;
}

.mob_btn.btn {
  padding: 0.75rem 1.5rem;
}
td.left.w-40 {
  width: 150px !important;
}

.mt_12 {
  margin-top: 12px;
}
.wallet-menu a.balance {
  color: #fff;
  cursor: pointer;
}
.dis-dashboard {
  color: #45bfb4;
  cursor: pointer;
}
.account_info.custom_account_info {
  border-radius: 5px;
  font-size: 12px !important;
  line-height: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.bg-light-rc {
  background-color: #f0ad4e !important;
}

/* dashboard user css */
.small-box:hover .icon > i,
.small-box:hover .icon > i.fa,
.small-box:hover .icon > i.fab,
.small-box:hover .icon > i.fad,
.small-box:hover .icon > i.fal,
.small-box:hover .icon > i.far,
.small-box:hover .icon > i.fas,
.small-box:hover .icon > i.ion {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.small-box .icon > i {
  font-size: 90px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  color: rgba(0, 0, 0, 0.15);
}
.small-box {
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.small-box > .inner {
  padding: 28px;
}
.small-box:hover {
  text-decoration: none;
}
.small-box > .inner > h3,
.small-box > .inner > p,
.small-box > .inner > a {
  color: #ffffff;
}
.small-box > .inner > p {
  font-size: 20px;
}
.small-box > .inner > a {
  font-size: 18px;
  cursor: pointer;
}
.small-box > .small-box-footer {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 3px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
}
.small-box:hover {
  border: 2.5px solid #fff;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .col-lg-3 .small-box h3,
  .col-md-3 .small-box h3,
  .col-xl-3 .small-box h3 {
    font-size: 2.2rem;
  }
}

/* end dashboard user css */
.add-money-pop .el-dialog__header {
  background-color: #f1f1f1;
}

.bharat_logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}
.amount-select a .amount {
  color: #fff;
  cursor: pointer;
}

#team {
  padding: 20px;
  margin: 40px 0px;
}
.sec-heading h6 {
  font-family: "Rubik", sans-serif;
  font-size: 50px;
  margin-bottom: 50px;
}
.single-box {
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  margin: 20px;
}

.info-area {
  padding: 0 20px 45px;
}
.img-area {
  overflow: hidden;
  padding: 15px 0 15px;
}
.img-area img {
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 150px;
}
.single-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.info-area i {
  display: inline-block;
  color: #ffb400;
  margin: 0 4px;
  font-size: 1rem;
}
.info-area h4 {
  font-weight: 600;
}
.info-area h5 {
  color: #3b04db;
  margin: 8px 0 0;
  font-weight: 600;
}
.info-area a {
  display: inline-block;
  margin: 10px 0 0;
  background-color: var(--main-color);
  color: #fff;
  padding: 10px 20px;
  border-radius: 10%;
  text-decoration: none;
  transition: 0.4s ease-in;
}
.info-area a:hover {
  background-color: black;
}
.team-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  text-align: center;
  width: 100%;
}
.team-slider button.owl-dot {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 6px;
  text-align: center;
  border-radius: 50%;
  background-color: #262626;
}
.team-slider .owl-dot.active {
  background-color: var(--main-color);
}
.move {
  position: relative;
  -webkit-animation: move 2s ease-in-out infinite;
  animation: move 2s ease-in-out infinite;
}
@-webkit-keyframes move {
  0% {
    top: 3px;
  }
  50% {
    top: -3px;
  }
  100% {
    top: 3px;
  }
}

.framebx {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin-top: -195px;
  margin-left: -200px;
  border-radius: 2px;
  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: transparent;
  color: #333;
  font-family: "Open Sans", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.containerb {
  width: 100%;
  height: 100%;
}

.ck1 {
  width: 290px;
  height: 290px;
  border-radius: 50%;
  border: 1px solid #5dd09a;
  position: absolute;
  margin: calc((400px - 290px) / 2);
  filter: blur(0.5px);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.containerb .x1 {
  transform: rotateY(180deg);
}

.ck1:nth-child(1) {
  -webkit-animation-name: c1;
  animation-name: c1;
}

.ck1:nth-child(2) {
  -webkit-animation-name: c2;
  animation-name: c2;
}

.ck1:nth-child(3) {
  -webkit-animation-name: c3;
  animation-name: c3;
}

.ck1:nth-child(4) {
  -webkit-animation-name: c4;
  animation-name: c4;
}

.ck1:nth-child(5) {
  -webkit-animation-name: c5;
  animation-name: c5;
}

.ck1:nth-child(6) {
  -webkit-animation-name: c6;
  animation-name: c6;
}

.ck1:nth-child(7) {
  -webkit-animation-name: c7;
  animation-name: c7;
}

.ck1:nth-child(8) {
  -webkit-animation-name: c8;
  animation-name: c8;
}

.ck1:nth-child(9) {
  -webkit-animation-name: c9;
  animation-name: c9;
}

.ck1:nth-child(10) {
  -webkit-animation-name: c10;
  animation-name: c10;
}

@-webkit-keyframes c1 {
  0% {
    transform: rotateX(0) rotateY(0) rotateZ(0);
  }
  100% {
    transform: rotateX(360deg) rotateY(-360deg) rotateZ(0);
  }
}

@keyframes c1 {
  0% {
    transform: rotateX(0) rotateY(0) rotateZ(0);
  }
  100% {
    transform: rotateX(360deg) rotateY(-360deg) rotateZ(0);
  }
}
@-webkit-keyframes c2 {
  5% {
    transform: rotateX(0) rotateY(0) rotateZ(0);
  }
  100% {
    transform: rotateX(360deg) rotateY(-360deg) rotateZ(0);
  }
}
@keyframes c2 {
  5% {
    transform: rotateX(0) rotateY(0) rotateZ(0);
  }
  100% {
    transform: rotateX(360deg) rotateY(-360deg) rotateZ(0);
  }
}
@-webkit-keyframes c3 {
  10% {
    transform: rotateX(0) rotateY(0) rotateZ(0);
  }
  100% {
    transform: rotateX(360deg) rotateY(-360deg) rotateZ(0);
  }
}
@keyframes c3 {
  10% {
    transform: rotateX(0) rotateY(0) rotateZ(0);
  }
  100% {
    transform: rotateX(360deg) rotateY(-360deg) rotateZ(0);
  }
}
@-webkit-keyframes c4 {
  15% {
    transform: rotateX(0) rotateY(0) rotateZ(0);
  }
  100% {
    transform: rotateX(360deg) rotateY(-360deg) rotateZ(0);
  }
}
@keyframes c4 {
  15% {
    transform: rotateX(0) rotateY(0) rotateZ(0);
  }
  100% {
    transform: rotateX(360deg) rotateY(-360deg) rotateZ(0);
  }
}
@-webkit-keyframes c5 {
  20% {
    transform: rotateX(0) rotateY(0) rotateZ(0);
  }
  100% {
    transform: rotateX(360deg) rotateY(-360deg) rotateZ(0);
  }
}
@keyframes c5 {
  20% {
    transform: rotateX(0) rotateY(0) rotateZ(0);
  }
  100% {
    transform: rotateX(360deg) rotateY(-360deg) rotateZ(0);
  }
}

/* circle 3 css............................ */

.remove {
  display: none;
}

.circle-containerbx1 {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 40px;
  left: 50%;
  width: 300px;
  height: 300px;
}

.circleb1 {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 5px solid;
  border-color: var(--main-color) #ffffff var(--main-color);
  border-radius: 50%;
  animation: circleMove1 15s linear infinite;
}

.circleb2 {
  top: 25px;
  left: 25px;
  position: absolute;
  width: 250px;
  height: 250px;
  border: 5px dashed #20a89b;
  border-radius: 50%;
  animation: circleMove2 12s linear infinite;
}

.circleb3 {
  top: 50px;
  left: 50px;
  position: absolute;
  width: 200px;
  height: 200px;
  border: 5px dashed #f36a22;
  border-radius: 50%;
  animation: circleMove1 10s linear infinite;
}

.circleb4 {
  top: 75px;
  left: 75px;
  position: absolute;
  width: 150px;
  height: 150px;
  border: 5px solid;
  border-color: #ffffff var(--main-color);
  border-radius: 50%;
  animation: circleMove2 12s linear infinite;
}

.circleb5 {
  top: 112px;
  left: 114px;
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: transparent;
  animation: circleCenter 2s ease-in-out infinite;
}
.circleb5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  z-index: 99;
  top: 10px;
}

@keyframes circleMove1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes circleMove2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes circleCenter {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

/* popup box started........................ */

.login-popup {
  position: fixed;
  left: -307px;
  top: 0;
  width: 100%;
  height: 100%;

  background-color: rgba(0, 0, 0, 0.6);

  transition: all 1s ease;
}
.login-popup.show {
  visibility: visible;
  opacity: 1;
}
.login-popup .box {
  background-color: #ffffff;
  width: 750px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;

  margin-left: 50px;
  transition: all 1s ease;
}
.login-popup.show .box {
  opacity: 1;
  margin-left: 0;
}
.login-popup .box .img-area {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-popup .box .img-area h1 {
  font-size: 30px;
}
/* .login-popup .box .img-area .img{
position: absolute;
left:-180px;

top:10px;
width: 700px;
height: 100%;
object-fit: cover;
background-image: url('/assets/images/webp/a.webp');
background-size: cover;
background-position: center;
padding: 20px;

z-index: -1;

} */

.login-popup .box {
  width: 990px;
  height: 100vh;
}

.login-popup .box .form {
  width: 100%;
  padding: 40px 30px;
  text-align: center;
}

.login-popup .box .form h1 {
  color: var(--main-color);
  font-size: 45px;
  margin: 0 0 30px;
}
.login-popup .box .form h6 {
  color: var(--main-color);
  font-size: 2rem;
  margin: 15px 0px;
}
.login-popup .box .form p {
  color: cadetblue;
  font-size: 2rem;
}

.login-popup .box .form .btn {
  width: 100%;
  background-color: var(--main-color);
  margin-top: 40px;
  height: 45px;
  border: none;
  border-radius: 25px;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}
.login-popup .box .form .btn:focus {
  outline: none;
}

.login-popup .box .form .close {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 30px;
  cursor: pointer;
}
.box_ln {
  width: 100%;
  border-bottom: 2px solid black;
}
.visit_img {
  margin-top: 20px;
  margin-left: 170px;
  position: relative;
}
.visit_img img {
  width: 90%;
}
.visit_img .bot_btns {
  position: absolute;
  top: 218px;
  left: 121px;
}
.visit_img .bot_btns .btn1 {
  margin-right: 115px;
}
.visit_img .bot_btns button a {
  padding: 2px 31px;
  background-color: var(--main-color);
  border: none;
  outline: none;
  font-size: 1rem;
  color: white;
  border-radius: 2px;
  text-decoration: none;
  display: block;
}
.visit_img .bot_btns button a:hover {
  background-color: black;
}

@media (max-width: 767px) {
  .login-popup .box {
    width: calc(100% - 30px);
  }
  .login-popup .box .img-area {
    display: none;
  }
  .login-popup .box .form {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.loginText p {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 10px;
}

/* footer style start..................... */

.new_footer_area {
  background: transparent;
  font-family: "Rubik", sans-serif;
}

.new_footer_top {
  padding: 30px 0px 120px;
  position: relative;
  overflow-x: hidden;
}
.new_footer_area .footer_bottom {
  padding-top: 5px;
  padding-bottom: 10px;
}
.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  padding: 27px 0px;
}
.footer_bottom2 {
  width: 100vw;
  height: 50px;
  background-color: var(--main-color);
  text-align: center;
  font-weight: 400;
}
.footer_bottom2 .ftext {
  color: black;
  line-height: 50px;
}
.ftext a {
  text-decoration: none;
  color: #000;
}
.ftext a:hover {
  font-weight: bolder;
}
.ftext span {
  opacity: 1;
  font-weight: 500;
  font-size: 1rem;
}
.footer_bottom2 .fa {
  margin: 0px 5px;
  color: #dc143c;
}
.footer_bottom2 p {
  font-size: 1rem;
  text-transform: capitalize;
  letter-spacing: 1px;
  opacity: 0.7;
}
.new_footer_top .company_widget p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #6a7695;
  margin-bottom: 0px;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
  border-width: 1px;
  margin-top: 0px;
}
.btn_get_two:hover {
  background: transparent;
  color: var(--main-color);
}
.btn_get:hover {
  color: #fff;
  background: var(--main-color);
  border-color: var(--main-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
}

.new_footer_top .f_widget.about-widget .f_list li a:hover {
  color: var(--main-color);
}
.new_footer_top .f_widget.about-widget .f_list li {
  margin-bottom: 11px;
}
.f_widget.about-widget .f_list li:last-child {
  margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
  margin-bottom: 15px;
}
.f_widget.about-widget .f_list {
  margin-bottom: 0px;
}
.new_footer_top .f_social_icon a {
  width: 44px;
  height: 44px;
  line-height: 43px;
  background: transparent;
  border: 1px solid #e2e2eb;
  font-size: 24px;
}
.f_social_icon a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 45px;
  color: #858da8;
  display: inline-block;
  background: #ebeef5;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ti-facebook:before {
  content: "\e741";
}
.ti-twitter-alt:before {
  content: "\e74b";
}
.ti-vimeo-alt:before {
  content: "\e74a";
}
/* .ti-pinterest:before {
content: "\e731";
} */

.btn_get_two {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}

.btn_get_two:hover {
  background: transparent;
  color: var(--main-color);
}

.new_footer_top .f_social_icon a:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  color: white;
}
.new_footer_top .f_social_icon a + a {
  margin-left: 4px;
}
.new_footer_top .f-title {
  margin-bottom: 30px;
  color: #263b5e;
}
.f_600 {
  font-weight: 600;
}
.f_size_18 {
  font-size: 18px;
}
/* h1,
h2,
h3,
h4,
h5 {
  color: #ffffff;
} */
.new_footer_top .f_widget.about-widget .f_list li a {
  color: #6a7695;
}

.new_footer_top .footer_bg {
  position: absolute;
  top: 71px;
  left: 0px;
  background: url("/assets/images/footer_bg.png") no-repeat scroll center 0;
  width: 100%;
  height: 266px;
  filter: hue-rotate(170deg);
  z-index: -99;
}

.new_footer_top .footer_bg .footer_bg_one {
  background: url("/assets/images/volks.gif") no-repeat center center;
  width: 330px;
  height: 105px;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
  background: url("/assets/images/cyclist.gif") no-repeat center center;
  width: 88px;
  height: 100px;
  background-size: 100%;
  bottom: 0;
  left: 38%;
  position: absolute;
  -webkit-animation: myfirst 30s linear infinite;
  animation: myfirst 30s linear infinite;
  filter: hue-rotate(200deg);
}
.new_footer_top .footer-items {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
}

@media screen and (max-width: 576px) {
  .new_footer_top .footer-wid {
    margin-top: 140px;
    display: flex;
  }
  .new_footer_top .footer-wid h3 {
    line-height: 43px;
    margin-right: 15px;
  }
  .new_footer_top {
    padding: 0%;
    padding-top: 25px;
  }
}

@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }
  100% {
    left: 100%;
  }
}

/*************footer End*****************/

.cont_pop {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 100px;
}

.section_our_solution .row {
  align-items: center;
  position: relative;
}

.our_solution_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.our_solution_category .solution_cards_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solution_cards_box .solution_card {
  flex: 0 50%;
  z-index: -1;
  background-image: linear-gradient(360deg, var(--main-color) 0%, #bceee8 100%);
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  padding: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 295px;
  min-width: 300px;
  transition: 0.7s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: black !important;
}

.solution_cards_box .solution_card:hover {
  background: #195e5c;
  color: #fff !important;
  /* transform: scale(1.1); */
  /* z-index: 9; */
}

.solution_cards_box .solution_card:hover::before {
  background: rgba(12, 15, 26, 0.15);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: #fff;
}

.solution_cards_box .solution_card:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.solution_card .so_top_icon .fas {
  font-size: 3rem;
}

.solution_card .solu_title h3 {
  color: #212121;
  font-size: 1.3rem;
  margin-top: 13px;
  margin-bottom: 13px;
  text-align: center;
  font-weight: 400;
}
.solution_card .solu_title h3:hover {
  color: white !important;
}

.solution_card .solu_description h6 {
  text-align: center;
  font-weight: 300;
}

.solution_card .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
  text-align: center;
  color: rgb(63, 63, 63);
  font-weight: 400;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.our_solution_content p {
}

.hover_color_bubble {
  position: absolute;
  background: rgba(12, 15, 26, 0.15);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: transparent;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

.cer_img {
  position: absolute;
  top: 790px;
  right: 180px;
}
.cer_img img {
  width: 360px;
  filter: grayscale(30%);
  z-index: 99;
}

.bkbtn2 .btn {
  cursor: pointer;
  position: absolute;
  top: 800px;
  right: 40px;
}

/* .man_shad{
position: absolute;
bottom: 89px;
right: 180px;
}
.man_shad img{
width: 380px;
opacity: 0.3;
} */
/*start media query*/

@media screen and (max-width: 1200px) {
  .cer_img img {
    display: none;
  }
}

@media screen and (max-width: 950px) {
  .bkbtn2 .btn {
    cursor: pointer;
    position: absolute;
    top: 720px !important;
    right: 350px !important;
  }
  .contact-information-area {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .bkbtn2 .btn {
    cursor: pointer;
    position: absolute;
    top: 730px !important;
    right: 240px !important;
  }
  .contact-information-area {
    margin-bottom: 100px;
  }
  .contact-area .default-btn {
    padding: 15px 74px;
    margin-left: 130px;
  }
}
@media screen and (max-width: 576px) {
  .cer_img img {
    display: none;
  }
  .bkbtn2 .btn {
    cursor: pointer;
    position: absolute;
    /* top: 770px !important;
  right: 150px !important; */
  }
}
@media screen and (max-width: 440px) {
  .bkbtn2 .btn {
    top: 600px !important;
    right: 110px !important;
  }
  .main {
    display: none;
  }
  .app-image {
    width: 427px;
    top: 40px;
  }
  .app-content .app-btn-box .google-btn {
    left: 90px;
  }
  .ck1 {
    display: none;
  }
  .page-banner-image1 img {
    display: none;
  }
  .page-banner-area {
    height: 260px;
  }
}

@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }
  /* .cer_img img{
 display: none;
}
.man_shad img{
display: none;
} */
  /* .btn:not(:disabled):not(.disabled) {
cursor: pointer;
position: absolute;
top: 10px !important;
right: 170px !important;

} */

  .our_solution_category {
    width: 100%;
  }

  .our_solution_category .solution_cards_box {
    flex: auto;
  }
}
@media only screen and (min-width: 768px) {
  .our_solution_category .solution_cards_box {
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }
  .our_solution_category {
    width: 50%;
    margin-left: 151px;
  }
}

/* popup style...................... */

/* .modal-content{
width: 227% !important;
margin-left: -319px;
height: 698px !important;
margin-top: 42px;
} */
#contactForm .form-group {
  margin-bottom: 8px !important;
}

.modal-body {
  padding: 0px !important;
}
.contact-area {
  padding: 0px !important;
}
#contactForm {
  margin: auto;
}
#contactForm .form-group {
  margin-bottom: 25px;
}
#contactForm .form-group label {
  display: block;
  margin-bottom: 10px;
  color: var(--black-color);
  font-weight: 500;
  font-size: 15px;
}
#contactForm .form-group .form-control {
  height: 55px;
  padding: 15px 20px;
  line-height: initial;
  color: #000;
  background-color: #fff;
  border: 1px solid #e5e7ec;
  -webkit-box-shadow: -12px 8px 25px rgba(217, 35, 12, 0.03);
  box-shadow: -12px 8px 25px rgba(217, 35, 12, 0.03);
  border-radius: 5px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 15px;
  font-weight: 400;
}
#contactForm .form-group .form-control::-webkit-input-placeholder {
  color: var(--paragraph-color);
}
#contactForm .form-group .form-control:-ms-input-placeholder {
  color: var(--paragraph-color);
}
#contactForm .form-group .form-control::-ms-input-placeholder {
  color: var(--paragraph-color);
}
#contactForm .form-group .form-control::placeholder {
  color: var(--paragraph-color);
}
#contactForm .form-group .form-control:focus {
  border: 1px solid var(--main-color);
}
#contactForm .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
#contactForm .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
#contactForm .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
#contactForm .form-group .form-control:focus::placeholder {
  color: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
#contactForm .form-group .form-select {
  height: 55px;
  padding: 15px 20px;
  line-height: initial;
  color: #000;
  background-color: #fff;
  border: 1px solid #e5e7ec;
  -webkit-box-shadow: -12px 8px 25px rgba(217, 35, 12, 0.03);
  box-shadow: -12px 8px 25px rgba(217, 35, 12, 0.03);
  border-radius: 5px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 15px;
  font-weight: 400;
  width: 100%;
}
#contactForm .form-group .form-select:focus {
  border: 1px solid var(--main-color);
}
#contactForm .form-group textarea.form-control {
  min-height: 115px;
}
#contactForm .list-unstyled {
  padding: 0;
  color: red;
  margin-top: 5px;
  font-size: 14px;
}
#contactForm div#msgSubmit {
  margin-bottom: 0;
}
#contactForm .text-danger {
  color: #dc3545 !important;
  font-size: 18px !important;
  margin-bottom: 0 !important;
  margin-top: 15px !important;
}
#contactForm .send-btn {
  margin-top: 25px;
}
#contactForm .send-btn .default-btn {
  border: none;
}
#contactForm .form-cookies-consent {
  margin-bottom: 0;
}
#contactForm .form-cookies-consent a {
  color: var(--main-color);
}
#contactForm .form-cookies-consent a:hover {
  color: var(--optional-color);
}
#contactForm .form-cookies-consent [type="checkbox"]:checked,
#contactForm .form-cookies-consent [type="checkbox"]:not(:checked) {
  display: none;
}
#contactForm .form-cookies-consent [type="checkbox"]:checked + label,
#contactForm .form-cookies-consent [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  color: var(--paragraph-color);
  font-weight: 400;
  font-size: 15px;
}
#contactForm .form-cookies-consent [type="checkbox"]:checked + label:before,
#contactForm
  .form-cookies-consent
  [type="checkbox"]:not(:checked)
  + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: var(--white-color);
}
#contactForm .form-cookies-consent [type="checkbox"]:checked + label:after,
#contactForm
  .form-cookies-consent
  [type="checkbox"]:not(:checked)
  + label:after {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--main-color);
  position: absolute;
  top: 9.5px;
  left: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 30px;
}
#contactForm
  .form-cookies-consent
  [type="checkbox"]:not(:checked)
  + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#contactForm .form-cookies-consent [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#contactForm .form-cookies-consent [type="checkbox"]:hover + label:before {
  border-color: var(--main-color);
}
#contactForm .form-cookies-consent [type="checkbox"]:checked + label:before {
  border-color: var(--main-color);
}
#contactForm .form-cookies-consent p {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 25px;
}
#contactForm .form-cookies-consent p:last-child {
  margin-right: 0;
}
.contact-information-area {
  padding: 100px 0;
}
.contact-information-area .section-title {
  text-align: center;
  max-width: 585px;
  margin: 0 auto 40px;
}
.contact-information-area .section-title span {
  color: var(--optional-color);
  display: block;
  margin-bottom: 15px;
}
.contact-information-area .section-title h2 {
  font-size: 35px;
  margin-bottom: 0;
  line-height: 1.4;
}
.contact-area {
  padding: 100px 0;
}
.contact-area .section-title {
  text-align: center;
  max-width: 585px;
  margin: 0 auto 40px;
}
.contact-area .section-title span {
  color: var(--optional-color);
  display: block;
  margin-bottom: 15px;
}
.contact-area .section-title h2 {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.2;
  margin-top: 7px;
}

.contact-area .default-btn {
  padding: 10px 54px;
  margin-left: 130px;
  margin-bottom: 10px;
  text-align: center;
  color: #fff !important;
  font-size: var(--font-size);
  font-weight: 400;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 7.5px;
  z-index: 0;
  background-color: #009286;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
}
.contact-area .default-btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 550px;
  height: 550px;
  margin: auto;
  background-color: var(--optional-color);
  border-radius: 50%;
  z-index: -1;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: translateX(-50%) translateY(-5%) scale(0.4);
  transform: translateX(-50%) translateY(-5%) scale(0.4);
  -webkit-transition: -webkit-transform 0.9s;
  transition: -webkit-transform 0.9s;
  transition: transform 0.9s;
  transition: transform 0.9s, -webkit-transform 0.9s;
}
.contact-area .default-btn:hover {
  color: var(--white-color);
}
.contact-area .default-btn:hover:before {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateX(-45%) translateY(0) scale(1);
  transform: translateX(-45%) translateY(0) scale(1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.bkbtn {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  margin: auto;

  background-image: linear-gradient(
    160deg,
    var(--main-color) 0%,
    #bceee8 100%
  ) !important;

  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  animation: morphing 5s infinite;
  overflow: hidden;
}
.bkbtn:hover {
  animation-play-state: paused;
}
.bkbtn h1 {
  color: rgb(7, 7, 7) !important;
  font-family: Helvetica Neue, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  margin-bottom: 15px !important;
  /* padding: 5px; */
}
.animated .fa {
  font-size: 45px !important;
  margin-bottom: 5px;
}
@-moz-keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
      rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
      rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@-webkit-keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
      rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
      rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@-o-keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
      rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
      rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
      rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
      rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
  animation-duration: 1s;
}

.top-services-item .icon img {
  width: 30%;
}

.financial_img img {
  width: 100%;
  border-radius: 50px;
  padding: 10px;
}
/* .secont-menu-wlt{
position: absolute;
  top: 11px;
  right: 154px;
  display: flex;
  flex-direction: column;
  background-color: #45bfb4;
  border-radius: 5px;
  padding: 4px;
  height: 42px;
} */
.wallet_menu_info {
  margin-right: 22px;
}
.wallet_menu_info a {
  background-color: #45bfb4;
  border-radius: 5px;
  line-height: 16px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.wallet_menu_balance {
  font-size: 16px;
  padding: 8px;
  transform: translate(0px, 4px);
}
.bstyle {
  padding: 5px 45px 5px 5px;
  display: flex;
  flex-direction: column;
}
.wallet_menu_refresh {
  margin-left: 2px;
  color: white;
  cursor: pointer;
}
.wallet_menu_refresh:hover {
  color: rgb(49, 49, 59);
}
.wallet_menu_holding {
  transform: translateY(-7px);
  font-size: 16px;
  color: white;
}
.wallet_menu_holding:hover {
  color: rgb(49, 49, 59);
}
/* .wallet_menu_refresh{
position: absolute;
  margin-left: 92px;
}
.wallet_menu_refresh:hover{
color: rgb(49, 49, 59);
}
.wallet_menu_holding{
position: absolute;
  top: 28px;
  margin-left: 90px;
  font-size: 1rem;
}
.wallet_menu_holding:hover{
color: rgb(49, 49, 59);
} */
.holding-table td {
  padding: 1px 6px;
  font-size: 16px;
  border: none;
}
.marqu {
  width: 70%;
  height: 25px;
}
marquee {
  margin: 0rem 13rem;
}
/* start api user dashboard card style */

.card-container {
  width: 99%;
  margin: 0 auto;
}
.single-item-card {
  border-radius: 0.25rem;
  border: 2px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.single-item-card:hover {
  border: 2px solid black;
}
.card-icon i {
}
.card-icon {
  background-color: #ffffff;
  font-size: 2rem;
  border-radius: 50px;
  padding: 16px 16px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.text-end h3 {
  font-size: 1.3rem;
  align-items: center;
}
.text-end {
  margin-top: 5px;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* End api user dashboard card style */
/*
.wallet_menu_info{
position: relative;
    padding-right: 40px !important;
}
span.refresh_btn {
    position: absolute;
    right: 0;
    line-height: 44px;
    border-left: 1px solid #5ae7da;
    width: 35px;
    text-align: center;
    top: 0;
} */

/* .refresh_btn{
  line-height: 32px !important;
  border-left: 1px solid #5ae7da;
  width: 35px;
  text-align: center;

  margin-left: 0px;
  display: block !important;
} */

.custom_feild2 .el-select .el-input {
  width: 100% !important;
}
.rbtn {
  transform: translate(567px, 0px);
  width: 35%;
}
.custom_select2 .el-input--mini .el-input__inner {
  height: 52px;
  width: 414px;
  /* line-height: 52px; */
  font-size: 16px;
}
.main_bbps .bbpswidth {
  width: 598px;
  /* line-height: 52px; */
  font-size: 16px;
}

.main_bbps .el-tabs__item.is-active {
  color: #f9fbfc;
  background-color: #45bfb4;
}
.main_bbps .el-tabs__item:hover {
  color: #45bfb4;
  cursor: pointer;
}
.main_bbps .el-tabs--card > .el-tabs__header .el-tabs__item.is-active:hover {
  color: #ffffff;
}
.main_bbps .el-tabs__item.is-active:hover {
  color: #ffffff;
}
.main_bbps .el-tabs__active-bar {
  background-color: #45bfb4;
}

.marqu {
  width: 100%;
  height: 25px;
}
marquee {
  margin: 0rem !important;
}
#header {
  padding-top: 10px;
  padding-bottom: 5px;
}
.secont-menu-wlt {
  position: absolute;
  top: 0px;
  right: 154px;
  display: flex;
  flex-direction: column;
  background-color: #f9813a;
  border-radius: 5px;
  padding: 10px;
  height: 58px;
}
.new-darkbg {
  background-color: #3c4048;
  padding: 15px;
}
.el-input__inner {
  background-color: transparent;
}
.bbps-form-main .el-input__inner::placeholder {
  color: black !important;
}
.el-textarea textarea {
  background-color: transparent;
}
.bbps-form-main .el-textarea textarea::placeholder {
  color: black !important;
}
.gift-cform input::placeholder {
  color: black !important;
}

.confirm_model .el-dialog__headerbtn .el-dialog__close {
  color: #fff !important;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 30px;
  height: 30px;
  background-color: var(--main-color);
  color: #fff;
  text-shadow: none;
  border-radius: 0 !important;
  z-index: 99;
  opacity: 1;
  border: solid 2px #fff;
  line-height: 27px;
}
.el-button--primary:focus,
.el-button--primary:hover {
  background: #3c4048;
  border-color: #3c4048;
  color: #fff;
}

.el-dialog ::placeholder {
  color: black !important;
}
.main-bftable .el-input__inner {
  color: #dcdfe6;
}

.recharge-form-part-dis {
  padding: 0px 26px !important;
}
.main-api-card {
  width: 100%;
  background-color: white;
  margin: 10px;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
}
.api-left-text {
  min-width: 55%;
}
.left-tamount {
  background: linear-gradient(135deg, #6decdf 0%, #9ab6f8 100%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-left: -15px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 25px;
  border-radius: 0px 8px 8px 0px;
}
.api-left-text p {
  color: black;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.3px;
}
.api-left-text a {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.3px;
  color: #000;
  cursor: pointer;
}
.api-left-profile {
  background-color: #ededed;
  padding: 12px;
  border-radius: 0px 8px 8px 0px;
  margin-left: -15px;
  padding-left: 15px;
}
.api-left-profile span {
  font-size: 1rem;
  color: #2c2c2c;
  text-transform: capitalize;
}
.api-verifybtn {
  margin-left: 10px;
  padding: 0.5rem 1rem;
  background-color: white;
}
.api-verifybtn a {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--main-color);
}

.api-right-text {
  transform: perspective(550px) rotateY(-35deg) scale(0.9) rotateX(10deg);
  transition: 0.6s ease all;
  border-radius: 0.5rem;
  background: url("/assets/images/api-card.png") no-repeat;
  background-size: cover;
  height: 298px;
  /* width: 200px; */
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
  margin: 0 auto;
}
.api-right-text:hover {
  transform: perspective(500px) rotateY(0deg) translateY(0px) rotateX(0deg)
    scale(1);
  filter: blur(0);
  opacity: 1;
}
.api-right-text .ac-details {
  border: 1px solid #f26b17;
  padding: 6px;
  margin: 130px 16px 0px;
  border-radius: 50px;
}
.api-right-text .ac-details button {
  display: block;
  text-align: center;
  font-size: 15px;
  color: white;
  background: none;
  border: none;
  outline: none;
  font-weight: 200;
}
.api-right-text span {
  margin-left: 19px;
  font-size: 12px;
  display: block;
  margin-top: 30px;
}
.api-right-text span.ac-number {
  margin-top: 6px;
  display: block;
  font-weight: 100;
  font-size: 12px;
}

.api-right-cards {
  background-color: white;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 18rem;
}
.api-right-cards .small-box:nth-child(1) {
  background: linear-gradient(135deg, #ffdea7 0%, #ea6362 100%);
}
.api-right-cards .small-box:nth-child(2) {
  background: linear-gradient(135deg, #44e0a7 0%, #d5e969 100%);
}
.api-right-cards .small-box > .inner {
  padding: 27px !important;
}
.api-right-cards .small-box:hover {
  border: none;
  overflow: hidden;
}
.nav-tabs .nav-item {
  cursor: pointer;
}
.exdmt-table .login_form .el-input__inner {
  border-radius: 0 !important;
}

.upi-dialog-desh .el-dialog {
  border: 7px solid var(--main-color);
}
.el-select.el-dinput {
  width: 100%;
}
.exdmt-table .el-input__inner {
  color: #2b2b2b;
}

a.small-box-footer i {
  background: #363636;
  padding: 5px 8px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: all 0.3s ease;
  color: white;
}
.small-box > .inner > p {
  font-size: 25px;
  color: #000000ad;
}
a.small-box-footer i:hover {
  background: var(--main-color);
}
a.small-box-footer span.ng-binding {
  color: black;
  font-weight: 500;
}

.exdmt-table .custom_switch .el-radio-button__inner:hover {
  color: #2c2c2cc2 !important;
  font-weight: 500;
}

/* ===== Global Cards ===== */
.card-shadow {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* ===== Wallet Summary ===== */
.wallet-summary-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wallet-summary .label {
  color: #888;
  font-size: 14px;
}

.wallet-summary .amount {
  font-size: 28px;
  font-weight: 700;
  margin-top: 5px;
}

/* ===== Meta Grid ===== */
.wallet-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 20px;
}

.meta-box {
  background: #f7f9fc;
  padding: 12px;
  border-radius: 10px;
}

.meta-box span {
  font-size: 12px;
  color: #888;
}

.meta-box strong {
  display: block;
  margin-top: 3px;
}

.section-title {
  margin-bottom: 15px;
  font-weight: 600;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
}

.service-card {
  background: #dfdfdf;
  padding: 14px;
  border-radius: 12px;
  text-align: center;
  transition: 0.2s;
  font-weight: 600;
  color: #0b3267;
  border: transparent;
}

.service-card:hover {
  background: #000000;
  color: #ffffff;
}

/* ===== Stats ===== */
.wallet-stats-new {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 20px;
}

.stat-card {
  background: #fff;
  padding: 18px;
  border-radius: 14px;
  display: flex;
  gap: 12px;
  align-items: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.stat-card .icon {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.icon.charge {
  background: #ff6b6b;
}
.icon.commission {
  background: #28c76f;
}

/* ===== Account Card ===== */
.account-card img {
  border-radius: 12px;
}

.btn-kyc {
  background: #dfdfdf;
  border: none;
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 600;
}
