.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col {
  /* width: calc(25% - 2rem);
    margin: 1rem; */
  cursor: pointer;
}

.flip_card {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.front,
.back {
  background-size: cover;
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25); */
  border-radius: 10px;
  background-position: center;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 280px;
  height: auto;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
}

.back {
  background: #3e1e37;
  border: 1px solid #6f566a;
  border-radius: 50px;
  /* background: #cedce7;
    background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
    background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
    background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%); */
}

.front:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  opacity: 0;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
}

.flip_card:hover .front,
.flip_card:hover .back {
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.inner {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}

.flip_card .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip_card .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.flip_card:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip_card:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.front .inner p {
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 28px;
}

.smart_sec .front .inner p {
  font-size: 22px;
}

.front .inner p:after {
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

.front .inner span {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Montserrat';
  font-weight: 300;
}

@media screen and (max-width: 64rem) {
  .col {
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 48rem) {
  .col {
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 32rem) {
  .col {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}

.list li {
  margin-left: 15px;
  margin-bottom: 10px;
}


/* ****************************************************************************** */


/* 2.12 - Counter or Funfact - Start
================================================== */
.funfact_block .funfact_value {
  line-height: 1;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 6px;
  align-items: center;
  display: inline-flex;
  color: var(--bs-heading-color);
  font-family: var(--bs-heading-font-family);
}

.funfact_block .funfact_title {
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
}

.funfact_block.style_2 {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 52px 60px 52px 50px;
  background-position: center center;
  border-radius: var(--bs-border-radius-lg);
  box-shadow: 19px 122px 35px 0 rgba(0, 0, 0, 0), 12px 78px 32px 0 rgba(0, 0, 0, 0.01), 7px 44px 27px 0 rgba(0, 0, 0, 0.05), 3px 19px 20px 0 rgba(0, 0, 0, 0.09), 1px 5px 11px 0 rgba(0, 0, 0, 0.1);
}

.funfact_block.style_2:not(:last-child) {
  margin-bottom: 30px;
}

.funfact_block.style_2 .funfact_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--bs-heading-color);
}

.funfact_section:has(.insurance_achievement_funfacts) {
  z-index: 1;
  margin-top: -330px;
  position: relative;
}

.insurance_achievement_funfacts {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insurance_achievement_funfacts .funfact_block {
  padding: 40px 30px;
  border-radius: 10px;
  background-color: var(--bs-white);
  box-shadow: 0 4px 10px 0 rgba(0, 61, 43, 0.1);
}

.insurance_achievement_funfacts .funfact_block .funfact_icon {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insurance_achievement_funfacts .funfact_block .funfact_value {
  margin: 20px 0 8px;
}

.insurance_achievement_funfacts .funfact_block .funfact_title {
  font-size: 18px;
}

.insurance_achievement_funfacts .image_block {
  max-width: 320px;
}

.funfact_block.left_layout {
  gap: 20px;
  display: flex;
  align-items: flex-start;
}

.funfact_block.left_layout .funfact_icon {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border-radius: var(--bs-border-radius);
}

.funfact_block.left_layout .funfact_value {
  font-size: 34px;
  margin-bottom: 4px;
}

.funfact_block.left_layout .funfact_title {
  font-size: 17px;
}

.financial_analyst_funfact {
  gap: 40px;
  display: flex;
  flex-direction: column;
}

.financial_analyst_funfact .funfact_block.left_layout {
  align-items: center;
}

.financial_analyst_funfact .funfact_block.left_layout .funfact_value {
  margin: 0;
  width: 155px;
  flex: 0 0 auto;
  font-size: 54px;
}

.financial_analyst_funfact .funfact_block.left_layout .funfact_title {
  font-size: 18px;
  line-height: 26px;
}

.financial_analyst_funfact .ticker {
  margin-top: 40px;
}

.ticker {
  width: 100%;
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--bs-dark);
  font-family: var(--bs-font-heading-family);
}

.ticker-component {
  height: 60px !important;
}

.ticker-text {
  padding: 10px 30px;
  position: relative;
}

.ticker-text:after {
  top: 0px;
  right: -30px;
  content: "";
  position: relative;
}

.money_transactions_card {
  display: flex;
  height: 100%;
  background-size: auto;
  flex-direction: column;
  padding: 0px;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  /* background-position: center bottom; */
  border-radius: var(--bs-border-radius-lg);
  background-color: #ffffff3b !important;
  -webkit-border-radius: var(--bs-border-radius-lg);
  -moz-border-radius: var(--bs-border-radius-lg);
  -ms-border-radius: var(--bs-border-radius-lg);
  -o-border-radius: var(--bs-border-radius-lg);
}

.money_transactions_card .btn {
  align-self: center;
}

.row:has(.money_transactions_card) .shape_circle_image {
  text-align: center;
}

.section_decoration {
  z-index: 1;
  position: relative;
}

.section_decoration .decoration_item {
  z-index: -1;
  position: absolute;
}

.shape_circle_image img {
  opacity: .2;
}

/* 2.12 - Counter or Funfact - End
  ================================================== */

.section-header_1 {
  padding: 50px;
}


/* **************************************************************************** */



.team-section {
  position: relative;
  overflow-x: hidden;
}

.team-section .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.team-section .item-bg {
  width: 300px;
  height: 500px;
  position: absolute;
  top: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
  opacity: 0;
  left: -30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.team-section .item-bg .news-slider__item:hover {
  left: 0;
  top: 0;
  opacity: 1;
}

.team-section .news-slider {
  z-index: 2;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

@media screen and (max-width: 1300px) {
  .news-slider {
    max-width: 1000px;
  }
}

@media screen and (max-width: 576px) {
  .news-slider {
    margin-top: 45px;
  }
}

.news-slider__wrp {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.news-slider__item {
  width: 400px;
  flex-shrink: 0;
}

@media screen and (max-width: 992px) {
  .news-slider__item {
    width: 340px;
  }
}

.news-slider__ctr {
  position: relative;
  z-index: 12;
}

.news__item {
  padding: 40px;
  color: #000;
  border-radius: 10px;
  display: block;
  transition: all 0.3s;
}

@media screen and (min-width: 800px) {
  .news__item:hover {
    color: #316b02;
    transition-delay: 0.1s;
  }

  .news__item:hover .news-date,
  .news__item:hover .news__title,
  .news__item:hover .news__txt {
    opacity: 1;
    transition-delay: 0.1s;
  }

  .news__item:hover .news__img {
    box-shadow: none;
  }
}

@media screen and (max-width: 992px) {
  .news__item {
    padding: 30px;
  }
}

@media screen and (max-width: 576px) {
  .news__item {
    padding: 20px;
  }
}

.news-date {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid;
  display: inline-block;
  opacity: 0.7;
  transition: opacity 0.3s;
}

@media screen and (max-width: 576px) {
  .news-date {
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    padding-bottom: 0;
  }
}

.news-date__title {
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .news-date__title {
    margin-right: 10px;
  }
}

.news-date__txt {
  font-size: 16px;
}

.news__title {
  font-size: 25px;
  font-weight: 500;
  opacity: 1;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: opacity 0.3s;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .news__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.news__txt {
  margin: 10px 0;
  line-height: 1.6em;
  font-size: 15px;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.news__img {
  border-radius: 10px;
  box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
  height: 200px;
  margin-top: 30px;
  width: 100%;
  transition: all 0.3s;
  transform-origin: 0% 0%;
}

@media screen and (max-width: 576px) {
  .news__img {
    height: 180px;
    margin-top: 20px;
  }
}

.news__img img {
  max-width: 100%;
  border-radius: 10px;
  height: 100%;
  width: 100%;
}

.news-slider__item {
  border: 1px solid #dc69c7;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.news-slider__item:hover {
  /* background: #fff; */
  background: #39032cf5;
  border-radius: 10px;
  box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
  border: 1px solid #fff;
}





/* **************************************************************************** */



.thecontainer {
  width: 300%;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.panel {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.butn-circle {
  width: 160px;
  height: 160px;
  position: relative;
  overflow: hidden;
}

.full-width {
  width: 100% !important;
}


.bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.bg-pattern.pattern-center {
  background-position: center center;
}

.bg-pattern.patrn1 {
  background-size: 60px;
  background-repeat: repeat;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}


.awards-list .cont li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.awards-list .cont li:hover {
  border-color: #eee;
}

.awards-list .cont li .date {
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  margin-right: 10px;
}

.awards-list .cont li .arrow-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}

.awards-list .cont li .arrow-icon svg {
  width: 15px;
}

.call-action-img .sec-bg-img {
  height: 450px;
  width: 130%;
  position: relative;
  margin-bottom: -200px;
}

.call-action-img .sec-lg-head {
  position: relative;
}

.call-action-img .sec-lg-head:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 400%;
  height: 100%;
  background: #1a1a1a;
}

.call-action-center .bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 4;
}


/* ******************************************************************************* */

/* signup */

.signup {
  padding-top: 170px;
  padding-bottom: 80px;
}

.signup button {
  /* border-radius: 20px;
  border: 1px solid #000;
  background-color: #7b0060; */
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
  cursor: pointer;

}

.signup button {
  background: url(../new_image/button/small_button.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 14px 21px;
  border: transparent;
}

.signup button:active {
  transform: scale(0.95);
}

.signup button:focus {
  outline: none;
}

.signup .overlay button {
  /* background-color: transparent;
  border-color: #ffffff; */
  background: url(../new_image/button/small_button.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 14px 19px;
  border: transparent;
}

.signup .overlay button:hover,
.signup button:hover {
  box-shadow: 0px 5px 10px 3px #c187b9;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

.signup form {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 50px;
  height: 100%;
  text-align: center;
  gap: 15px;
}

.signup input {
  background-color: #eee;
  border: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
}

.signup .container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  position: relative;
  overflow: hidden;
  /* width: 768px;
  max-width: 100%;
  min-height: 480px; */
  width: 950px;
  max-width: 100%;
  min-height: 600px;
}

.signup .form-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  transition: all 0.6s ease-in-out;
}

.signup .sign-in {
  z-index: 2;
}

.signup .sign-up {
  z-index: 1;
}

.signup .container.right-panel-active .sign-in {
  transform: translateX(100%);
}

.signup .container.right-panel-active .sign-up {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
  animation: show 0.6s;
}

@keyframes show {

  0%,
  49.99% {
    opacity: 0;
    z-index: 1;
  }

  50%,
  100% {
    opacity: 1;
    z-index: 5;
  }
}

.signup .overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
}

.signup .container.right-panel-active .overlay-container {
  transform: translateX(-100%);
}

.signup .overlay {
  /* background: #ff416c;
  background: -webkit-linear-gradient(to right, #ff4b2b, #ff416c); */
  /* background: linear-gradient(to right, #ff4b2b, #ff416c); */
  background: linear-gradient(to right, #39002c, #7f226a);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  color: #ffffff;
  position: relative;
  left: -100%;
  height: 100%;
  width: 200%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}

.signup .container.right-panel-active .overlay {
  transform: translateX(50%);
}

.signup .overlay-panel {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  text-align: center;
  top: 0;
  height: 100%;
  width: 50%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
  gap: 25px;
}

.signup .overlay-left {
  transform: translateX(-20%);
}

.signup .container.right-panel-active .overlay-left {
  transform: translateX(0);
}

.signup .overlay-right {
  right: 0;
  transform: translateX(0);
}

.signup .container.right-panel-active .overlay-right {
  transform: translateX(20%);
}


/* ************************************************************************** */


:root {
  --dark-blue: #1F4782;
  --dark-gray: #303335;
  --golden: #AB834C;
  --golden-tainoi: #E9BE71;
  --gray: #818C96;
  --white: #FFF;
}

.general-container {
  display: flex;
  height: 30rem;
  margin: 0 auto;
  max-width: 100%;
  width: 70rem;
}

/* .general-container .content .icon{
  position: relative;
} */
/* .general-container .content .icon .left_cont{
  position: absolute;
        top: 1rem;
        left: calc(var(--base) * 0.5);
        transform-origin: 0 50%;
        rotate: 90deg;
        font-size: 1rem;
        font-weight: 300;
        text-transform: uppercase;
} */

.general-container .content {
  background: #7b0064;
  border-radius: 4rem;
  cursor: pointer;
  flex: 1;
  margin-right: 0.8rem;
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -ms-border-radius: 4rem;
  -o-border-radius: 4rem;
}

.general-container .content:hover {
  flex: 10;
  box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3);
}

.general-container .content.active {
  flex: 10;
  box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3);
}

/* .general-container .content::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(3deg, #64065091, #1d1c1c42);
  z-index: 0;
} */

.general-container .content.active>.card-title {
  opacity: 1;
  transform: translateX(0);
}

.general-container .icon {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  bottom: 1rem;
  color: var(--golden-tainoi);
  display: flex;
  font-size: 1.5rem;
  height: 2.5rem;
  justify-content: center;
  left: 1.1rem;
  position: absolute;
  width: 2.5rem;
}

/* Different images */
.general-container .content.active:nth-of-type(1) {
  background-image: url(../new_image/Home/Section4/Payment_Gateway.png);
}

.general-container .content.active:nth-of-type(2) {
  background-image: url(../new_image/Home/Section4/Payment_Links.png);
}

.general-container .content.active:nth-of-type(3) {
  background-image: url(../new_image/Home/Section4/Smart_collect.png);
}

.general-container .content.active:nth-of-type(4) {
  background-image: url(../new_image/Home/Section4/Instant_settlement.png);
}

.general-container .content.active:nth-of-type(5) {
  background-image: url(../new_image/Home/Section4/QR.png);
  margin-right: 0;
}

/* Icon color variations */
.general-container .content:nth-of-type(2) .icon {
  color: var(--dark-gray);
}

.general-container .content:nth-of-type(3) .icon {
  color: var(--dark-blue);
}

.general-container .content:nth-of-type(4) .icon {
  color: var(--gray);
}

.general-container .content:nth-of-type(5) .icon {
  color: var(--golden);
}

.general-container .card-title {
  bottom: 1.2rem;
  color: var(--white);
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  left: 4.5rem;
  line-height: 1.1;
  opacity: 0;
  padding: 0 100px 0 0px;
  position: absolute;
  text-shadow: 0.05rem 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.61, 0.41, 0.95) 300ms;
  transition-property: opacity, transform;
  user-select: none;
  gap: 20px;
}

/* .general-container .card-title h3,
.general-container .subtitle{
  opacity: 0;
  transform: translateX(2rem);
  -webkit-transform:;
  -moz-transform:;
  -ms-transform:;
  -o-transform:;
} */

.general-container .content:hover>.card-title,
.general-container .content:hover>.card-title h3,
.general-container .content:hover>.subtitle {
  opacity: 1;
  transform: translateX(2);
}

.general-container .card-title h3,
.general-container .subtitle {
  color: #fff;
  text-shadow: 6px 8px 12px #0a0a0a;
}

.how-works .single-item:hover .icon-area {
  border-radius: 50%;
  border: 8px solid var(--s2);
  transition: all .4s;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.banking-service-item {
  /* min-height: 400px; */
  min-height: auto;
}

.service-item7 {
  min-height: 510px;
}

.tax-items:hover .cion,
.choose8-content .choose8-items:hover .cion {
  border: 1px dashed rgb(0, 0, 0);
  background: linear-gradient(358deg, #6C245E, #c38abc);
}

.tax_pay .service-tax-item {
  min-height: 400px;
}

.value-dirve-item {
  min-height: 320px;
}

label.error {
  color: red;
}

.qr_code.money_transactions_card {
  display: flex;
  height: 535px;
}

.how-make-items:hover .cion {
  transform: translateX(15px);
}

.partnered_tag {
  font-size: 43px;
}

.wid-50 {
  width: 82%;
}

.wid-90 {
  width: 90%;
}

.wid-55 {
  width: 75%;
}

.wid-57 {
  width: 70%;
}

.choose-section.ins .choose-items14 .cont h5 {
  font-size: 25px;
  padding-bottom: 8px;
}

.ins .how-make-items h5 {
  font-size: 27px;
}

.tax-items .cont h5 {
  font-size: 24px;
}

.single-item .box h5 {
  font-size: 21px;
}

.recognitions-item .cion {
  animation: updown 2s linear infinite;
}

.escro .choose-items16 .mb-7 h5 {
  font-size: 25px;
}

.footer-section3 .single-box ul a.active {
  color: var(--s2);
}

.sweet-alert .icon.success .placeholder{
  background: bottom;
}

.signup_success p,.signup_success h4 {
  color: #000;
}


/* ************************************************************************************** */

/* updating images */

.bg_gradient_1 {
  background: url(../new_image/Home/Section1/Header.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_gradient_2 {
  background: url(../new_image/Home/Section2/BG.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_gradient_3 {
  background: url(../new_image/Home/Section3/Ellipse13.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 34%;
  background-color: #10070e;
  padding-bottom: 90px;
  position: relative;
}

.bg_gradient_4 {
  background: url(../new_image/Home/Section5/BG.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 43%;
}

.bg_back_company {
  background: url(../new_image/Payment/Payment_Gateway/Section6/BG.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.smart_track_bg {
  background: url(../new_image/Payment/Smart_Collect/Section6/Section.png);
  background-size: cover;
  background-repeat: no-repeat;
}

/* .feature-item17{
  display: flex;
  justify-content: space-between;
  gap: 50px;
} */
.track_bg {
  background: url(../new_image/Payment/Payment_Gateway/Section6/Glass.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 136px 2px;
}

.tracking-wrap.home {
  /* background: url(../new_image/Payment/Payment_Gateway/Section6/Glass.png);
  background-size: cover;
  background-repeat: no-repeat; */
  /* border-radius: 32px; */
  /* padding: 107px 12px; */
  /* padding: 132px 2px; */
  background: #38002b;
  border-radius: 32px;
  padding: 90px 8px;
}

.feature-item17 {
  position: relative;
}

.feature-item17 .feature_img {
  width: 100%;
  max-width: 350px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.pay_link_track_bg {
  background: url(../new_image/Payment/Payment_Links/Section6/BG.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.pay_tracking {
  background: url(../new_image/Payment/Payment_Links/Section6/Gass.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0;
}


.bg-0 {
  background: transparent;
}

.tracking-wrap.smart_tracking {
  padding: 105px 2px;
}

.bg-black {
  background: #000000;
}

.open_acc_bg_img {
  position: absolute;
  bottom: -42px;
  width: 100%;
  max-width: 635px;
  z-index: -1;
}

.hero9-vid {
  width: 100%;
  padding: 100px;
}

.img_1 {
  padding: 60px;
}

.list li {
  color: #fff;
}

.rounded-pill {
  border-radius: 13px !important;
}

.features {
  /* background: #3b002e; */
  background: linear-gradient(45deg, #000, #3b002e, #000);
}

.bg_gradient_5 {
  background: linear-gradient(45deg, #000, #3b002e, #000);
}

.bg_190117 {
  background: #190117;
}

.bg_200019 {
  background: #200019;
}

.bg_12000e {
  background: #12000e;
}

.bg_190117 {
  background: #190117;
}

.bg_22001a {
  background: #22001a;
}

.bg_2D0023 {
  background: #2D0023;
}

.bg_2b0422 {
  background: #2b0422;
}

.bg_21131e {
  background: #21131e;
}

.bg_2e0024 {
  background: #2e0024;
}

.bg_28001f {
  background: #28001f;
}

.bg_140110 {
  background: #140110;
}

.bg_23061d {
  background: #23061d;
}

.bg_140210 {
  background: #140210;
}

.bg_black {
  background: #000;
}

.features_gradient {
  background: linear-gradient(311deg, #421338, #1d0017, #421338);
}

.financial-about-thumb {
  padding: 0px 50px 0px 0;
}

.line-area img {
  filter: grayscale(1);
}

.ff79e2 {
  color: #ff79e2;
}

.banking-service-item {
  box-shadow: -4px 11px 9px 2px #56214c;
}

.banner_gradient {
  background: linear-gradient(180deg, #1d0017 20%, #421338 70%);
}

.bg_gradient_360 {
  background: linear-gradient(360deg, #1d0017 20%, #421338 70%);
}

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

.bg_470b3b {
  background: #470b3b !important;
}

/* .hero14-thumb{
  background: url(../new_image/Payment/QR/Section1/img.png);
  background-size: cover;
  background-repeat: no-repeat;
} */

.tracking-section.instant {
  background: url(../new_image/Payment/Instant_Settlement/Section7/Section.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 2px;
}

.qr_track_bg {
  background: url(../new_image/Payment/QR/Section6/BG.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 2px;
  /* padding: 170px 2px; */
}

.new_bg_grad {
  background: url(../new_image/Payment/Smart_Collect/Section3/Sections.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-nav {
  /* background image */
  background: url(../new_image/Group3.png);
  padding: 26px 25px 20px;
  background-size: contain;
  background-repeat: no-repeat;
  /* background color */
  /* border-radius: 20px;  
  padding:20px;
      background: 
     linear-gradient(to bottom, #ffffff, #f9f9f9), 
     url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIW2P8z/D/PwAI/gNzYHdVNQAAAABJRU5ErkJggg=="); 
   background-repeat: repeat;
   background-size: auto;
   border: 1px solid #e5b5e9; 
   box-shadow: 
     inset 0 0 10px rgba(255, 192, 255, 0.6), 
     0 0 12px rgba(255, 182, 255, 0.7);         */
}

.inv_ban_vid {
  /* width: 100%;
  max-width: 300px; */
  mix-blend-mode: lighten;
}

.invoice_track {
  background: url(../new_image/Payment/Invoice/Section6/Section.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
  /* padding: 170px 2px; */
}

.new_bg_gradient {
  background: url(../new_image/Payment/Smart_Collect/Section2/Section.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ban_3_gradient {
  background: linear-gradient(331deg, #603055, #1d0017, #603055);
}

.bg_radial_gradient {
  /* background: linear-gradient(331deg, #603055, #1d0017, #603055); */
  /* background: radial-gradient(#832a6f, #180013 50%); */
  background: radial-gradient(#551446, #180013 50%);
}

.ban_4_gradient {
  background: linear-gradient(331deg, #603055, #1d0017, #1d0017, #603055);
}

.ban_4_gradient_360 {
  background: linear-gradient(331deg, #603055, #1d0017, #1d0017, #603055);
}

.ban_4_gradient_33 {
  background: linear-gradient(33deg, #603055, #1d0017, #1d0017, #603055);
}

.ban_4_gradient_35 {
  background: linear-gradient(33deg, #492340, #1d0017, #1d0017, #492340);
}

.ban_4_gradient_left_right {
  background: linear-gradient(to right, #603055, #1d0017, #1d0017, #603055);
}

.ban_3_gradient_center {
  background: linear-gradient(to right, #1d0017, #603055, #1d0017);
}

.card_gradient {
  background: linear-gradient(331deg, #603055, #1d0017, #603055);
}

.single_card {
  background: linear-gradient(to bottom, #651d56, #c187b9);
}

.security-message i {
  display: none;
}

.pay_track_bg {
  background: url(../new_image/Payout/Section7/Section.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 65px 0;
}

.bg_dc69c7 {
  background: #dc69c7;
}

.bg_080407 {
  background: #080407;
}

.bg_13010f {
  background: #13010f;
}

.bg_1f0018 {
  background: #1f0018;
}

.onboard_track_bg {
  background: url(../new_image/Onboarding/Section7/Section.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}

.p-150 {
  padding: 0px 120px;
}

.bg_150110 {
  background: #150110;
}

.bg_1f0118 {
  background: #1f0118;
}

.blog8-items._1 {
  border: 2px solid rgb(119 38 101);
  border-style: dashed;
  border-radius: 0 !important;
  min-height: 585px;
}

.blog8-items._2 {
  border: 2px solid rgb(119 38 101);
  border-style: dashed;
  border-radius: 0 !important;
  padding: 5px;
}

.blog8-items._3 {
  border: 2px solid rgb(119 38 101);
  border-style: dashed;
  border-radius: 0 !important;
  padding: 5px;
}

.blog-items10.blog-items12 {
  min-height: 545px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.service-item7 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 585px;
}

.modern-items {
  display: flex;
  flex-direction: column;
  /* min-height: 700px; */
  min-height: 620px;
}

.contact-us .sec-img img {
  width: 100%;
  max-width: 500px;
}

#contactForm input,
#contactForm textarea {
  border: 1px solid #fff;
}

#contactForm input::placeholder,
#contactForm textarea::placeholder {
  color: #fff;
}

.banner-section5 .hero5-thumb {
  max-width: 435px;
}

.new_button {
  background: url(../new_image/button/small_button.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 10px 20px;
}

.new_button:hover {
  box-shadow: 0px 5px 10px 3px #c187b9;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}


.new_button_1 {
  background: url(../new_image/button/button_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  /* padding: 14px 25px; */
  padding: 20px 30px;
}

.new_button_1:hover {
  box-shadow: 0px 5px 10px 3px #c187b9;
  border-radius: 38px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  -o-border-radius: 38px;
}


.new_button_2 {
  background: url(../new_image/button/small_button.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 14px;
}

.new_button_2:hover {
  box-shadow: 0px 5px 10px 3px #c187b9;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}


.new_button_know {
  background: url(../new_image/button/small_button.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 21px;
}

.new_button_know:hover {
  box-shadow: 0px 5px 10px 3px #c187b9;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
}

.new_button_in_sign {
  background: url(../new_image/button/small_button.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 14px 20px;
}

.new_button_in_sign:hover {
  box-shadow: 0px 5px 10px 3px #c187b9;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

.pg_but {
  background: url(../new_image/button/small_button.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 11px 20px;
}

.pg_but:hover {
  box-shadow: 0px 5px 10px 3px #c187b9;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

.choose-item12 .icon {
  width: 100%;
  max-width: 40px;
}

.choose-item12 .cont h5 {
  font-size: 24px;
}


.how-make-items:hover {
  background: var(--bg6) !important;
}

.how-make-items:hover h5,
.how-make-items:hover p {
  color: #000 !important;
}

.what-thumb img {
  width: 100%;
  max-width: 250px;
}

.paystep-items .m-auto img {
  width: 100%;
  max-width: 100px;
}

.about-thumb12 img.w-100 {
  width: 100%;
  max-width: 425px;
}

.about-thumb12 {
  text-align: center;
}

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

.how-works .line-area.second._1 {
  right: initial;
  left: -30%;
  bottom: 2px;
}

.api_ban_img_size {
  text-align: center;
}

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

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

.payout .how-make-items:hover .cion {
  background: #000 !important;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}

.payout .how-make-items .cion img {
  width: 100%;
  max-width: 50px;
}

.on_vid {
  mix-blend-mode: lighten;
}

.on_vid video {
  padding: 50px;
}

.onboard .service-item7 {
  min-height: 630px;
}

.onboard_ban {
  text-align: center;
}

.onboard_ban img {
  width: 100%;
  max-width: 500px;
  animation: updown 4s linear infinite;
}

.banner-section6 .hero6-thumb img {
  width: 100%;
  max-width: 500px;
}

.inner-banner .sec-img img {
  width: 100%;
  max-width: 500px;
}

.sweet-alert button {
  background-color: var(--bg1) !important;
}

.sweet-alert button:hover {
  background-color: var(--bg10) !important;
}

.sweet-alert p {
  color: var(--bg1);
}

.img-area img {
  width: 100%;
  max-width: 470px;
}

.smart_ban_img {
  width: 100%;
  max-width: 630px;
  animation: updown 4s linear infinite;
  -webkit-animation: updown 4s linear infinite;
}

.w-365 {
  width: 365px;
}

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

.escrow_2 .choose-items14 .cont h5 {
  font-size: 26px;
}

.service-item11:hover {
  background: #5f014b;
  border-radius: 44px;
  border: 1px solid #3b002e;
}

.choose-thumb13 .img_50 {
  width: 100%;
  max-width: 500px;
}

.sign input {
  color: #000;
}

.bg_21021a {
  background: #21021a;
}

.money-security-content.api_bank .security-message:hover {
  cursor: auto;
}

.tax_pay .service-tax-item {
  /* min-height: 440px; */
}

.sign h3,
.sign span {
  color: #000;
}

.footer-section3 .single-box ul li a:hover {
  color: var(--p1) !important;
}

.blog-items10.blog-items12 .thumb img {
  min-height: 270px;
}

.sweet-alert .icon.success .placeholder{
  cursor: auto;
}

.signup_success,.signin_success {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  gap: 20px;
  padding: 20px;
  width: 80%;
  margin: auto;
  text-align: center;
  background: #fff;
  height: 100%;
}

.Logo{
  width: 100%;
  max-width: 110px;
}

.foot_Logo{
  width: 100%;
  max-width: 180px;
}

.signup_success h4,.signup_success p,.signin_success h4,.signin_success p {
  color: #000;
}

.btn_success {
  background-color: var(--bg1) !important;
  background-image: none !important;
  border-radius: 25px;
}

/* ***************************************** Responsive starts ******************************** */

@media (max-width: 1745px) and (min-width:1536px) {
  .smart_track_bg {
    padding: 25px 0px;
  }

}

@media (max-width:1024px) and (min-width:992px) {
  .banner-section5 .hero5-thumb {
    position: initial;
    transform: translateY(0%) !important;
  }

  .pt-150 {
    padding-top: 85px;
  }

  .service-item11 .d-flex {
    flex-direction: column;
  }

  .news-slider__item {
    width: 100%;
  }

  .feature-item17 .feature_img {
    max-width: 175px;
  }
}

@media (max-width:1024px) {

  .blog-items10.blog-items12 .thumb img {
    min-height: auto;
  }
  .pay_tracking {
    background: transparent;
  }

  .visible-slowly-right div div {
    opacity: 1 !important;
  }

  .track_bg {
    background: transparent;
    padding: 0px 2px;
  }

  .general-container {
    height: 195rem;
    max-width: 100%;
    flex-direction: column;
    gap: 50px;
  }

  .choose-items16.style2 .reliable-ele2 {
    width: 250px;
  }

  .choose-items16.style3 .reliable-ele3 {
    width: 250px !important;
  }

  .on_vid video {
    padding: 0px;
  }
  .onboard .service-item7 {
    min-height: 575px;
}

._faq{
  margin-top: 30px;
}
/* .policy_.mb-16 {
  margin-bottom: 0rem !important;
} */
.blog-details-content.pb-20 {
  padding-bottom: 0px !important;
}

.faq_.pb-12{
  padding-bottom: 0rem !important;
}
  .w-365 {
    width: 100%;
  }

  .sec-img.payout img {
    margin-top: 50px;
  }

  .sec-img.p-15 {
    padding: 0 !important;
  }

  .news-slider__item {
    width: 100%;
  }

  .smart_track_bg,
  .tracking-section.instant,
  .invoice_track,
  .pay_track_bg,
  .onboard_track_bg,
  .qr_track_bg {
    background: #27001f;
  }

  .feature-item16 .icon img {
    width: 100%;
  }

  .onboard_ban {
    text-align: center;
    padding-top: 60px;
  }

  .p-150 {
    padding: 0px 0px;
  }

}


@media (max-width: 991px) and (min-width:768px) {
  .pt-md-20 {
    padding-top: 1rem !important;
  }

  .pt-150 {
    padding-top: 50px;
  }

  .opening-account-wrapper::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-section .bars-button {
    display: none !important;
  }

  .custom-nav {
    background: none;
  }

  .tracking-wrap.home {
    padding: 29px 8px;
  }

  .image_block {
    margin: 0 auto;
  }

  .banner-section5 .hero-content5 {
    padding: 50px 0 0px;
  }

  .abroad-items.style1 .abroad1,
  .abroad-items.style2 .abroad2 {
    position: initial !important;
    max-width: 230px;
    height: auto;
    position: inherit;
    animation: none;
    -webkit-animation: none;
  }

  /* .general-container .content > .card-title ,
.general-container .content > .card-title h3,
.general-container .content > .subtitle
{
  opacity: 1;
  transform: translateX(2);
}
.general-container .content > .card-title {
  opacity: 1;
  transform: translateX(0);
}
.general-container .content {
  flex: 10;
  box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3);
} */
  .general-container {
    height: 148rem;
  }

  .hero9-vid {
    width: 100%;
    padding: 0px;
  }

  .faq-section {
    padding-bottom: 60px;
  }

  .tracking-wrap.smart_tracking {
    padding: 25px 2px;
  }

  .tracking-wrap.smart_tracking {
    padding: 25px 2px;
  }



  .feature-item16 .icon img {
    width: 100%;
  }

  .tracking-section.instant {
    padding: 50px 2px;
  }

  .banner-section13 {
    padding-top: 100px !important;
  }

  .tax_pay .service-tax-item {
    min-height: auto;
  }

  .singleTab .tabContents .tabItem {
    transform: translateY(0px);
  }

  .thecontainer {
    width: 100%;
    height: auto;
    flex-direction: column;
  }

}


@media (max-width: 767px) {
  .tracking-wrap.home {
    background: transparent;
  }

  .general-container .card-title {
    padding: 0 10px 0 0px;
  }

  .partnered_tag {
    font-size: 20px;
  }

  .general-container .content.active:nth-of-type(1),
  .general-container .content.active:nth-of-type(2),
  .general-container .content.active:nth-of-type(3),
  .general-container .content.active:nth-of-type(4),
  .general-container .content.active:nth-of-type(5) {
    background: #7b0064;
  }

  .pt-150 {
    padding-top: 0px;
  }

  .banner-section5 .hero-content5 {
    padding: 50px 0 0px;
  }

  .abroad-items.style1 .abroad1 {
    position: initial !important;
    max-width: 300px;
    height: auto;
    position: inherit;
    animation: none;
  }

  .abroad-items.style2 .abroad2 {
    position: initial !important;
    max-width: 200px;
    height: auto;
    position: inherit;
    animation: none;
  }

  .abroad-items.style3 .abroad3 {
    animation: none;
    left: auto;
    max-width: 200px;
  }

  .banking-service-item {
    min-height: auto;
  }

  .abroad-items {
    align-items: center;
  }

  .pay_tracking {
    padding: 50px 0;
  }

  .choose-items16.style2,
  .choose-items16.style3 {
    height: 400px;
  }

  .feature-item17 .feature_img {
    position: initial;
  }

  .feature-item16 .icon img {
    width: 100%;
  }

  .banner-section14.pt-150 {
    padding-top: 43px;
  }

  .section_decoration {
    gap: 20px;
  }

  .modern-items {
    min-height: auto;
  }

  .service-item7 {
    min-height: 420px;
  }

  .invoice_track {
    padding: 60px 0;
  }

  .tracking-wrap {
    padding: 0px 8px;
  }

  .qr_track_bg {
    padding: 85px 2px;
  }

  .choose-items16.style2 .reliable-ele2 {
    width: 300px !important;
  }


  .blog-items10.blog-items12 {
    min-height: 453px;
  }

  .accordion-working .accordion-single .header-area .accordion-btn .icon img {
    width: 100%;
  }

  .blog8-items._1 {
    min-height: auto;
  }

  .thecontainer {
    width: 100%;
    height: auto;
    flex-direction: column;
  }

  .new_button_know {
    padding: 18px;
  }

}

@media (max-width:520px) {
  .general-container {
    height: 79rem;
  }

  .general-container .card-title {
    padding: 0 10px 0 0px;
  }
}