:-webkit-autofill,

:-webkit-autofill:hover,

:-webkit-autofill:focus,

:-webkit-autofill:active {

  -webkit-text-fill-color: rgba(31, 23, 65, 1) !important;

  transition: background-color 5000000s ease-in-out 0s !important;

}



input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  margin: 0;

}



.form-group {

  margin-bottom: 15px;

}



.form-label {

  font-size: 15px;

  font-weight: 500;

  line-height: 1.1;

  color: #1F1741;

  margin-bottom: 7px;

}



.form-control {

  font-size: 18px;

  font-weight: 400;

  line-height: 1.5;

  color: #1F1741;

  padding: 12px 0;

  border: 0;

  border-radius: 0;

  background-color: transparent;

  border-bottom: 1px solid #3F4E5033;

}



.form-control::placeholder {

  font-size: 18px;

  opacity: 1;

  color: rgba(31, 23, 65, .4);

}



.form-control:focus {

  color: #1F1741;

  background-color: transparent;

  border-color: #1F1741;

  outline: 0;

  box-shadow: none;

}



.form-control:focus::placeholder {

  color: rgba(31, 23, 65, 1);

}



.form-control:focus-visible {

  border-color: #1F1741;

  outline: 0;

}



.form-select {

  background-image: url(../img/select-arrow.svg);

  background-repeat: no-repeat;

  background-position: right 15px center;

  background-size: 13px 7.5px;

  padding-right: 40px !important;

}





select option[value=''] {

  color: rgba(31, 23, 65, .4);

}

.form-group.select-group .wpcf7-form-control-wrap {
  border-bottom: 1px solid rgb(63 78 80 / 20%);
}

select.form-select {

  position: relative;

  left: -10px;

  border: none;

  padding-left: 10px;

}

.select-group:focus .wpcf7-form-control-wrap {

  border-color: #1F1741;

}



select:has(option:checked:first-child) {

  color: rgba(31, 23, 65, .4);

}



select option {

  color: rgba(31, 23, 65, 1);

  padding-right: 10px;

  padding-left: 10px;

}



textarea {

  height: 152px;

  min-height: inherit !important;

  resize: none;

}



.form-pt {

  padding-top: 15px;

}



.wpcf7-radio {

  padding-top: 10px;



  .wpcf7-list-item {

    margin: 0 17px 0 0;

  }

}



input[type="radio"],

input[type="checkbox"] {

  visibility: hidden;

  appearance: none;

  cursor: pointer;

  height: 18px;

  width: 18px;

  margin-right: -3px;

}



.wpcf7-list-item-label {

  position: relative;

  padding-left: 15px;

  font-size: 14px;

  font-weight: 400;

  cursor: pointer;

}



.wpcf7-list-item-label::before {

  position: absolute;

  top: 0;

  left: -13px;

  height: 18px;

  width: 18px;

  border-radius: 50%;

  border: 1px solid #1F1741;

  cursor: pointer;

}



.wpcf7-list-item-label::after {

  position: absolute;

  top: 4px;

  left: -9px;

  height: 10px;

  width: 10px;

  opacity: 0;

  background-color: #1F1741;

  border-radius: 50%;

  cursor: pointer;

}



input[type="radio"]:checked~.wpcf7-list-item-label::after,

input[type="checkbox"]:checked~.wpcf7-list-item-label::after {

  opacity: 1;

}



.wpcf7-checkbox {

  .wpcf7-list-item {

    margin: 0;

  }

}



.wpcf7-checkbox .wpcf7-list-item-label::before {

  border-color: rgba(78, 78, 78, 1);

  background-color: #fff;

}



.wpcf7-checkbox .wpcf7-list-item-label::after {

  background: rgba(138, 210, 41, 1) url(../img/form-select-white-arrow.png);

  background-repeat: no-repeat;

  background-position: center;

  top: 0;

  width: 18px;

  height: 18px;

}



.wpcf7-checkbox .wpcf7-list-item-label::before,

.wpcf7-checkbox .wpcf7-list-item-label::after {

  border-radius: 0;

}



.wpcf7-form-control-wrap {

  display: block;

}



.wpcf7-form-control-wrap .wpcf7-not-valid-tip,

.wpcf7-form-control-wrap label.error {

  width: auto;

  height: auto;

  margin-top: 5px;

  font-size: 12px !important;

  line-height: 12px !important;

  padding: 0 !important;

  color: #fb0101 !important;

  text-align: end;

}



.wpcf7-form-control-wrap .wpcf7-radio+.wpcf7-not-valid-tip,

.wpcf7-form-control-wrap label.error,

.wpcf7-form-control-wrap .wpcf7-checkbox+.wpcf7-not-valid-tip,

.wpcf7-checkbox .wpcf7-form-control-wrap label.error {

  left: 0;

  right: inherit;

}



/* .wpcf7-form-control-wrap .wpcf7-not-valid-tip:after,

.wpcf7-form-control-wrap label.error:after,

.error:after {

    border-color: #fb0101 transparent transparent;

    -o-border-image: none;

    border-image: none;

    border-right: 6px solid transparent;

    border-style: solid;

    border-width: 6px;

    content: "";

    height: 0;

    left: 5px;

    position: absolute;

    bottom: -10px;

    width: 0;

    transform: rotate(360deg);

} */



.wpcf7 form .wpcf7-response-output {

  padding: 5px !important;

  text-align: center !important;

  margin: 15px 0 0 !important;

  font-size: 13px !important;

}



.wpcf7 form.failed .wpcf7-response-output,

.wpcf7 form.aborted .wpcf7-response-output,

.wpcf7 form.invalid .wpcf7-response-output,

.wpcf7 form.unaccepted .wpcf7-response-output,

.wpcf7 form.payment-required .wpcf7-response-output {

  border-color: #fb0101 !important;

  color: #fb0101 !important;

}



.wpcf7 form.sent .wpcf7-response-output {

  border-color: #46b450 !important;

  color: #46b450 !important;

}



.wpcf7 form.spam .wpcf7-response-output {

  border-color: #f56e28 !important;

  color: #f56e28 !important;

}



.submit-btn {

  margin-top: 20px;

}



form {

  position: relative;

}



.wpcf7-spinner {

  position: absolute !important;

  bottom: 0;

  right: 0;

  z-index: 9;

}


.splitting .char,
.splitting.animated .char {
  animation: .5s cubic-bezier(.3, 0, .7, 1) both slide-in;
  animation-delay: calc(50ms* var(--char-index));
}

.splitting .word,
.splitting.animated .word {
  animation: .5s cubic-bezier(.3, 0, .7, 1) both slide-in;
  animation-delay: calc(250ms* var(--word-index));
}


@keyframes slide-in {
  0% {
    transform: scale(.4) translateY(80%);
    opacity: 0;
  }
}


.home .footer-sec,

.page-template-product .footer-sec {

  border-top: inherit;

}



.footer-sec {

  padding: 60px 0;

  border-bottom: 1px solid #3B2D79;

  background-color: #1F1741;

}



.footer-row {

  display: flex;

  flex-wrap: wrap;

  margin: 0 -10px;

}



.footer-col {

  width: 22%;

  padding: 0 10px;

}

.general-links-col {
  width: 28%;

  ul li {
    width: 49%;
    display: inline-block;
  }
}

.footer-logo-col {

  width: 26%;



  .cms-con {

    padding-top: 36px;



    p {

      color: #fff;

    }

  }

}



.downloadapp-col {

  width: 24%;

}



.download-app-img-box {

  display: flex;

  margin: 0 -7px;



  .download-app-img {

    padding: 0 7px;

  }

}



.footer-title {

  font-size: 16px;

  font-weight: 500;

  line-height: 1.4;

  color: #fff;

  margin-bottom: 12px;

}



.footer-col ul li a {

  font-size: 14px;

  font-weight: 400;

  line-height: 1.4;

  color: rgba(199, 203, 254, 1);

  display: inline-block;

  padding: 11px 0;

  word-wrap: break-word;

}



.social-media {

  display: inline-block;

  vertical-align: middle;

  font-size: 0;

  margin-top: 24px;

}



.social-media a {

  display: inline-block;

  width: 27px;

  height: 27px;

  position: relative;

  margin-right: 17px;

  font-weight: 400;

  overflow: hidden;

  transition: all 0.4s ease-in-out;

}



.social-media a:last-child {

  margin-right: 0;

}



.social-media i {

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  display: block;

  width: 24px;

  height: 24px;

  margin: auto;

  mask-position: center;

  mask-repeat: no-repeat;

  mask-size: contain;

  background-color: #fff;

  transition: all 0.4s ease-in-out;

}



.social-media .fb i {

  mask-image: url(../img/facebook.svg);

}





.social-media .instagram i {

  mask-image: url(../img/instagram.svg);

}



.social-media .twitter i {

  mask-image: url(../img/twitter.svg);

}

.social-media .tiktok i {

  mask-image: url(../img/tiktok.svg);

}

.social-media .linkedin i {

  mask-image: url(../img/linkedin.svg);

}

.social-media .youtube i {

  mask-image: url(../img/youtube.svg);

}


.copyright-footer {

  background-color: #1F1741;

  padding: 13px 0;

}



.copyright-footer .cms-con p,

.copyright-footer .cms-con p a {

  font-size: 13px;

  color: #C7CBFE;

}



.copyright-footer .cms-con img {

  display: inline-block;

  vertical-align: middle;

}



.dgrooar-img img {

  width: 34px;

  height: 25px;

  object-fit: contain;

}



.faq-sec {

  padding-bottom: 65px;

}



.faq-sec .sec-head {

  margin-bottom: 50px;

}



.accordion {

  max-width: 740px;

  margin: auto;

}



.accordion-header {

  margin-bottom: 0;

  padding-right: 20px;

}



.accordion-button {

  font-weight: 600;

  font-size: 18px;

  line-height: 1.2;

  color: #1F1741;

  border: 0;

  border-radius: 0;

  background: transparent;

  box-shadow: none;

  outline: 0;

  padding: 30px 0;
  padding-bottom: 15px;
  padding-right: 30px;

}



.accordion-button.collapsed {

  padding: 30px 0;
  padding-right: 25px;

}



.accordion-item {

  background-color: transparent;

  border: 0;

  border-bottom: 1px solid #D9D9D9;

}



.accordion-item:first-of-type {

  border-radius: 0;

  border-top: 1px solid #D9D9D9;

}



.accordion-item:last-child {

  border-bottom: 0;

}



.accordion-button:not(.collapsed) {

  border-color: transparent;

  box-shadow: none;

  background-color: transparent;

  color: #1F1741;

}



.accordion-button:focus {

  box-shadow: none;

}



.accordion-button:not(.collapsed)::after {

  background-image: url(../img/minus.svg);

  top: 12px;

}



.accordion-button::after {

  content: '';

  position: absolute;

  top: 0;

  right: 6px;

  bottom: 0;

  margin: auto;

  background-image: url(../img/plus.svg);

  background-repeat: no-repeat;

  background-position: center;

  background-size: 16px;

  height: 16px;

  width: 16px;

}



.accordion-body {

  padding: 0;

}



.accordion-body {

  padding-bottom: 27px;

  max-width: 90%;

}



.accordion-item:last-of-type {

  border-radius: 0;

}



.accordion-body .cms-con p {

  line-height: 1.5;

  font-size: 18px;

  font-weight: 400;

  line-height: 1.4;

  color: #1F1741;

}

.accordion-body ul li {
  margin-bottom: 10px;
}

.accordion-body ul:last-child {
  margin-bottom: 0;
}



/* download-sec */

.download-sec {

  background-color: #6E20A9;

  padding-top: 55px;

  overflow: hidden;



  .container {

    position: relative;



    &::after {

      content: '';

      position: absolute;

      right: -12%;

      top: -57%;

      background-color: #00E783;

      height: 426px;

      width: 426px;

      border-radius: 50%;

    }

  }

}



.download-mobile-img {

  position: relative;

  z-index: 1;

  overflow: hidden;



  &::after {

    content: '';

    position: absolute;

    right: 0;

    bottom: -41%;

    left: 0;

    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(140, 2, 244, 0.5) 100%);

    height: 98%;

    width: 87%;

    border-radius: 50%;

    z-index: -1;

    margin: auto;

  }



  img {

    margin: auto;

    object-fit: contain;

  }

}



.download-content {

  padding-left: 40px;

  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: center;

}



.download-title {

  font-size: 68px;

  font-weight: 600;

  line-height: 1.2;

  color: #fff;

  margin-bottom: 25px;

}



.download-title+p {

  font-size: 24px;

  font-weight: 400;

  line-height: 1.4;

  color: #fff;

}



.download-btn-box {

  margin-top: 10px;

}

.download-btn {
  transition: all .5s ease-in-out;
  transform: translateY(0);
}



/* what-user-sec */

.what-user-sec {

  background: linear-gradient(270deg, #FAF5FF 0%, #F3E8FF 50.28%, #FAF5FF 100%);



  .container {

    max-width: 1430px;

  }

}



.user-detail-content {

  padding: 35px 84px 65px;

}



.content-slider-col .cms-con {

  text-align: center;



  p {

    font-size: 34px;

    font-weight: 500;

    line-height: 1.4;

    color: #1F1741;

  }

}



.user-detail-wrap {

  margin: 0 -30px;



  .slick-slide {

    padding: 0 30px;

  }

}



.user-detail-box {

  display: flex;

  align-items: center;

  border: 1px solid #C283FD;

  border-radius: 200px;

  padding: 22px 26px;

  background-color: transparent;

  transition: all .5s ease-in-out;

  position: relative;
  cursor: pointer;



  &::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    background-image: url(../img/quote-img.svg);

    background-repeat: no-repeat;

    background-size: 32px;

    height: 32px;

    width: 32px;

  }

}



.user-detail-wrap .slick-current .user-detail-box {

  background-color: rgba(255, 255, 255, 0.7);

  border: 1px solid rgba(255, 255, 255, 0.7);

}



.user-img {

  border-radius: 50%;

  overflow: hidden;

  flex: 0 0 84px;



  img {

    height: 100%;

    width: 100%;

    object-fit: cover;

  }

}



.user-description {

  padding-left: 16px;

}



.user-name {

  font-size: 24px;

  font-weight: 500;

  line-height: 1.2;

  color: #1F1741;

  margin-bottom: 3px;

}



.user-designation {

  font-size: 18px;

  font-weight: 400;

  line-height: 1.3;

  color: #8121CF;

}



.membership-tab {

  background-color: #F3E8FF;

  padding: 6px 9px;

  border-radius: 420px;

  margin-bottom: 60px;

  width: fit-content;
  border: none;

}

.nav-link:focus-visible {
  box-shadow: none;
}

.membership-tab-btn {

  background-color: #8121CF;

  padding: 8px 15px;

  min-width: 127px;

  background-color: transparent;

  font-size: 13.46px;

  font-weight: 500;

  line-height: 1.2;

  text-align: center;

  color: #1F1741;

  border-radius: 0;

  text-transform: uppercase;

  transition: all .5s ease-in-out;



  &.active {

    background-color: #8121CF !important;

    color: #fff !important;

    border-radius: 168px !important;

    border-color: #8121CF !important;

  }



  &:hover {

    color: #1F1741;
    border: none;

  }

}



.slick-track {

  display: flex;

}



.membership-wrap {

  margin: 0 -13px;



  .slick-slide {

    padding: 2px 13px;

    height: inherit;



    &>div {

      height: 100%;

    }

  }

}



.membership-col {

  height: 100%;

}



.membership-box {

  background: linear-gradient(0deg, #FFFFFF 0%, #fff 0%);

  border: 1px solid rgba(31, 23, 65, 0.1);

  padding: 30px;

  border-radius: 20px;

  box-shadow: 0 0 0 0 #5A1B8817;

  transition: all .5s ease-in-out;

  height: 100%;

}



.membership-plan {

  background-color: rgba(129, 33, 207, 1);

  border-radius: 200px;

  padding: 10px 20px;

  font-size: 20px;

  font-weight: 500;

  line-height: 1.2;

  color: #fff;

  display: inline-block;

}



.membership-box .cms-con p {

  line-height: 1.4;

  color: #1f1741;

}



.membership-pricing {

  font-size: 50px;

  font-weight: 600;

  line-height: 1.5;

  color: #1f1741;

  padding: 15px 0 10px;

}



.membership-box .cms-con ul {

  border-top: 1px solid #D9B3FF;

  padding-top: 27px;
  margin-bottom: 0;

  li {

    margin-bottom: 10px;
    line-height: 1.4;

    &.no {
      &:before {
        background: url(../img/svg/close.svg) no-repeat;
      }
    }

    span {
      text-transform: capitalize;
    }


    &::before {

      height: 18px;

      width: 18px;

      background-size: 18px;

      top: 2px;
      background: url(../img/svg/right.svg) no-repeat;

    }

  }

}

.rental-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  padding: 10px 0;
}

#seller .membership-box .cms-con ul li span {
  font-weight: 700;
}

#seller .membership-box .cms-con p {
  font-size: 14px;
}

.membership-btn {
  margin-top: 30px;
  border-top: 1px solid #D9B3FF;
  padding-top: 26px;
}

.membership-btn .btn {

  width: 100%;

}



.member-bottom-content {

  text-align: center;

  padding-top: 43px;



  .cms-con {

    padding-bottom: 15px;



    p {

      font-weight: 500;

      font-size: 20px;

      line-height: 1.5;

      color: #1f1741;

    }

  }

}



.btn-underline {

  font-size: 20px;

  font-weight: 500;

  line-height: 1.2;

  text-decoration: underline;

  color: #8121CF;

}



.btn-underline:hover {

  color: #00E783;

  text-decoration: underline;

}



/* How-work-sec */

.how-work-sec {

  padding: 100px 0 120px;

}

.how-work-sec .container {
  max-width: 1810px;
}

.how-work-sec .tab-content {
  background-image: url(../img/how-it-work-bg-new.png);
  background-color: #5A1B88;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 120px 85px;
}

.how-work-sec .sec-title {
  font-size: 120px;
  font-weight: 800;
  line-height: 1;
  color: rgba(90, 27, 136, 0.1);
  text-transform: uppercase;
}

/*.sue-tab{mask-image: url(../img/svg/sue-tab.svg);}
.seller-tab{mask-image: url(../img/svg/seller-tab.svg);}
.customer-tab{mask-image: url(../img/svg/customer-tab.svg);}
.affiliate-tab{mask-image: url(../img/svg/affiliate-tab.svg);}*/
.how-work-sec .nav-link .icon {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  transition: all 0.4s ease-in-out;
  opacity: 0.5;
}

.how-work-sec .nav-link {
  font-size: 18px;
  color: rgba(31, 23, 65, 0.5);
  font-weight: 600;
  display: flex;
  align-items: center;
  border: none;
  min-width: 194px;
  padding: 16px 10px 15px;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  margin: 0;
}

.how-work-sec .nav-tabs .nav-item.show .nav-link,
.how-work-sec .nav-tabs .nav-link.active {
  border: none;
  background-color: #5A1B88;
  border-radius: 20px 20px 0 0;
  color: #fff;
}

.how-work-sec .nav-tabs .nav-item.show .nav-link .icon,
.how-work-sec .nav-tabs .nav-link.active .icon {
  filter: brightness(0) invert(1);
  opacity: 1;
}

.how-work-sec .nav-tabs {
  border: none;
}

.how-work-row {

  /*  --bs-gutter-x: 10px;*/
  padding-top: 25px;


  >* {
    margin-bottom: 15px;

  }

}



.how-work-box {

  height: 100%;

  text-align: center;

}



.how-work-icon {

  height: 72px;

  width: 72px;
  display: flex;
  margin: auto;



  img {

    object-fit: contain;
    margin: auto;
    filter: brightness(0) invert(1);

  }

}



.how-work-desc {

  padding-top: 40px;



  .cms-con {

    margin: auto;



    p {

      line-height: 1.3;
      color: rgba(255, 255, 255, 0.7);

    }

  }

}



.how-work-name {

  font-size: 22px;

  font-weight: 600;

  line-height: 1.2;

  color: #fff;

  margin-bottom: 12px;
  min-height: 55px;

}




/* --------- Inner Page --------- */

.inner-page-banner {

  padding: 150px 0 80px;

  background: linear-gradient(180deg, #FFFFFF 0%, #F3E8FF 100%);

  min-height: 415px;



  .container,

  .inner-page-banner-wrap {

    height: 100%;

  }

}



.inner-page-banner-content {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: end;

  height: 100%;

  max-width: 1075px;

  margin: 0 auto;



  .sec-head {

    margin-bottom: 30px;

  }



  .page-title {

    font-size: 76px;

    font-weight: 600;

    line-height: 1;

    color: #5A1B88;

    text-align: center;

  }



  .cms-con {

    margin: 0 auto;



    p {

      font-size: 24px;

      font-weight: 500;

      line-height: 1.4;

      text-align: center;

      color: #1F1741;

    }

  }

}



.mission-top-content {

  max-width: 1020px;

  padding-left: 85px;



  .sec-title {

    font-size: 50px;

  }



  .cms-con {

    max-width: 810px;

  }

}



.mission-bottom-sec .container {

  max-width: 1310px;

  margin: 0 auto;

}



.mission-img {

  img {

    border-radius: 20px;

    object-fit: cover;

  }

}



.mission-content {

  padding-left: 46px;
  margin-bottom: 40px;


  .sec-title {

    font-size: 30px;

    color: #1F1741;

    max-width: 73%;

  }

}

.mission-content:last-child {
  margin-bottom: 0;
}



/* counter-sec */

.trusted-bussiness-sec .sec-head {

  margin-bottom: 46px;

}



.sec-head {

  .cms-con {

    padding-top: 10px;

  }

}



.counter-box {

  background: linear-gradient(360deg, #FAF5FF 0%, #EAD5FF 100%);

  padding: 50px 28px;

  height: 100%;

  text-align: center;

  border-radius: 20px;

  overflow: hidden;



  .counter {

    font-size: 75px;

    font-weight: 500;

    line-height: 1.2;

    color: #8121CF;

    display: inline-block;

  }



  .counter-sign {

    font-size: 75px;

    font-weight: 500;

    line-height: 1.2;

    color: #8121CF;

    display: inline-block;

  }



  .cms-con {

    padding-top: 17px;



    p {

      font-size: 18px;

      font-weight: 500;

      line-height: 1.4;

      color: #1F1741;

    }

  }

}



.trusted-bussiness-sec .row>div:last-child .counter-sign {

  font-size: 60px;

}



/* team-sec */

.team-sec {

  background: linear-gradient(360deg, #EEF0FF 0%, #C7CBFE 100%);

  padding-bottom: 75px;

}



.team-memeber-row {

  --bs-gutter-x: 2.5rem;

  padding-top: 30px;



  &>* {

    margin-bottom: 40px;

  }

}



.team-memeber-box {

  height: 100%;
  cursor: pointer;

}



.team-member-img {

  height: 260px;

  width: 260px;

  object-fit: cover;

  border-radius: 50%;

  background-color: #ECEDFF;

  margin: auto;

  margin-bottom: 20px;

  overflow: hidden;

}

.team-member-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}


.memeber-name {

  font-size: 28px;

  font-weight: 600;

  line-height: 1.3;

  color: #5a1b88;

  margin-bottom: 5px;

}



.memeber-designation {

  font-size: 18px;

  font-weight: 400;

  line-height: 1.4;

  color: rgba(31, 23, 65, .7);

  max-width: 80%;

  margin: 0 auto;

}



.gallery-content .sec-title {

  color: rgba(31, 23, 65, 1);

}



.gallery-content .cms-con {

  max-width: 82%;

}



.gallery-wrap {

  padding-top: 40px;

  padding-bottom: 40px;

  padding-left: 57px;

  position: relative;

  z-index: 2;



}

.gallery-content {
  padding: 40px 0;
}


.gallery-wrap-inner {

  display: flex;

  margin: 0 -10px;

  position: relative;



  &::after {

    content: '';

    position: absolute;


    background: linear-gradient(180deg, #fff, #faebe300);

    width: 100%;

    height: 220px;

    inset: 0px 0% auto;

    top: 0;
    z-index: 1;

  }



  &::before {

    content: '';

    position: absolute;


    background: linear-gradient(0, #fff, #faebe300);

    width: 100%;

    height: 220px;

    z-index: 1;

    bottom: 0;
    inset: auto 0% 0px;

  }

}



.gallery-col {

  width: 50%;

  padding: 0 9px;

  overflow: hidden;

}



.marquee-animate,

.marquee-row {

  display: flex;

  flex-direction: column;

  gap: 20px;

}



.gallery-img {

  border-radius: 20px;

  overflow: hidden;



  img {

    height: 100%;

    width: 100%;

    object-fit: cover;

  }

}



.marquee-main {

  overflow: hidden;

  height: 80vh;

}



.marquee-animate {

  height: 100%;

  margin-top: 0;

  animation: 10s linear infinite myMarquee;

}



.marquee-reverse .marquee-animate {

  animation-direction: reverse;

}



@keyframes myMarquee {

  100% {

    margin-top: 0;

  }

}



/* 

.marquee-animate:hover {

  animation-play-state: paused;

} */



.contact-form-sec {

  padding: 138px 0 170px;

}



.contact-form-wrap {

  padding: 40px 35px;

  background-color: rgba(250, 245, 255, 1);

  border-radius: 18px;

  margin-right: 80px;



  .sec-title {

    font-size: 24px;

    color: #0A165E;

  }

}



.contact-form {

  padding-top: 10px;

}

.contact-form .btn::before {
  bottom: -24px;
}

.contact-information-wrap {

  padding-left: 30px;

  padding-bottom: 38px;

  border-bottom: 1px solid rgba(227, 227, 236, 1);



  .sec-head {

    margin-bottom: 45px;

  }



  .sec-title {

    font-size: 54px;

    font-weight: 500;

  }

}



.contact-information-box {

  .icon-box {

    width: 48px;

    height: 48px;

    padding: 10px;

    background: rgba(129, 33, 207, 1);

    border-radius: 50%;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 23px;

    img {

      width: 100%;

      height: 100%;

      object-fit: contain;

    }

  }



  .information-title {

    font-size: 16px;

    font-weight: 600;

    line-height: 1.3;

    color: rgba(31, 23, 65, 1);

    margin-bottom: 13px;

    margin-top: 28px;

  }



  .address {

    font-size: 16px;

    font-weight: 400;

    line-height: 1.6;

    color: rgba(31, 23, 65, .7);



    &+.address {

      margin-top: 25px;

    }

  }



  strong {

    font-weight: 600;
    color: rgba(31, 23, 65, 1);

  }



  .cms-con p a {

    color: rgba(31, 23, 65, .7);

    &:hover {

      color: #00E783;

    }

  }



  .cms-con {

    padding-top: 6px;

  }



  .cms-con+.cms-con {

    margin-top: 9px;

  }

}



.contact-map-wrap {

  height: 700px;



  iframe {

    height: 100%;

    filter: grayscale(1);

  }

}



.page-template-marketplace-template .membership-plans-sec {

  padding-bottom: 90px;

}



.membership-plans-wrap {

  margin: 0;

}



.membership-slider-row.row .membership-col {

  margin-bottom: 25px;

}

.download-app {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1F1741;
  display: flex;
  align-items: center;
}

.app-store {
  mask-image: url(../img/svg/app-store.svg);
}

.play-store {
  mask-image: url(../img/svg/play-store.svg);
}

.download-app a {
  padding: 6px;
  border-radius: 2px;
}

.download-app span {
  margin-right: 15px;
}

.download-app a i {
  width: 15px;
  height: 15px;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #fff;
}

.download-app .btn~.btn {
  margin-left: 5px;
}

.team-popup.membership-popup .modal-dialog {
  max-width: 850px;
}

.team-popup.membership-popup .btn-close {
  filter: unset;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #5A1B88;
  background-image: url(../img/svg/close-popup.svg);
}

.team-popup.membership-popup .modal-body {
  padding: 0;
  background: #fff;
}

.team-bio-text {
  padding: 40px 25px;
  height: 100%;
}

.team-img {
  width: 100%;
  height: 100%;
  background-color: #ecedff;
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.team-bio-text .memeber-designation {
  font-weight: 400;
  color: #1f1741;
  margin-bottom: 20px;
  max-width: 100%;
  font-size: 16px;
  display: block;
}


.footer-whatsapp {
  position: fixed;
  right: 15px;
  bottom: 160px;
  width: 60px;
  height: 60px;
  background-color: #1cd766;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  z-index: 99;
  padding: .9375rem;
  animation: breathe 2s ease-in-out infinite;
}

.btn-sticky-main {
  position: fixed;
  right: 0;
  top: 50%;
  /* writing-mode: sideways-lr; */
  text-orientation: mixed;
  transform: translateY(-50%);
  background: #fff;
  z-index: 99;
  display: flex;
  border-radius: 0;
  overflow: hidden;
  display: block;
  border-radius: 10px 0 0 10px;
}

.btn.sign-sticky-btn {
  padding: 12px;
  border-radius: 0;
  margin: 0;
  display: block;
  font-size: 12px;
  font-weight: 600;
}

.btn.sign-sticky-btn span {
  margin-bottom: 5px;
  display: block;
}

.btn.sign-sticky-btn span img {
  max-width: 25px;
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
  filter: brightness(10) invert(1);
}

.btn.sign-sticky-btn.community-sticky-btn span img {
  filter: brightness(10) invert(0);

}
.btn.sign-sticky-btn.btn-purple::before{background-color: #1F1741;}
.btn.sign-sticky-btn.btn-green::before{background-color: #00af63;}

.btn.community-sticky-btn{background-color: #24ae34;border-color: #24ae34;}
.btn.community-sticky-btn:before{display: none;}
.btn.community-sticky-btn:hover::before{display: none;}

/* 
.btn.sign-sticky-btn::before {
  bottom: 50%;
  left: -20%;
} */


@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .5)
  }

  70% {
    box-shadow: 0 0 0 .9375rem rgba(37, 211, 102, 0)
  }

  100% {

    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)
  }
}

.footer-whatsapp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(100);

}



@media (min-width: 1025px) {

  .btn.sign-sticky-btn:hover::before {
    width: 700%;
  }

  .btn.sign-sticky-btn.btn-purple:hover{background-color: #1F1741;border-color: #1F1741;}
  .btn.sign-sticky-btn.btn-green:hover{background-color: #00af63;border-color: #00af63;}


  .footer-col ul li a:hover,

  .copyright-footer .cms-con p a:hover {

    color: #00E783;

  }

  .user-detail-wrap .slick-slide {
    opacity: .5;
  }

  .user-detail-wrap .slick-slide.slick-current {
    opacity: 1;
  }


  .membership-box:hover {

    background: linear-gradient(360deg, #FFFFFF 0%, #E0E3FF 100%);

    box-shadow: 0px 0px 20px 2px #5A1B8817;

    border-color: #5A1B88;



    .membership-btn .btn {

      border-color: #00E783;

      color: #fff;



      &::before {

        width: 140%;

      }

    }

  }

  .download-btn:hover {
    transform: translateY(-5px);
  }

}



@media (max-width: 1699px) {

  .download-sec .container::after {

    right: 0;

  }

}



@media (max-width: 1499px) {

  .download-title {

    font-size: 55px;

  }



  .user-detail-content {

    padding: 35px 35px 65px;

  }



  .content-slider-col .cms-con {

    p {

      font-size: 28px;

    }

  }



  /* --------- Inner Page --------- */

  .inner-page-banner {

    min-height: 375px;
    padding-bottom: 75px;

  }



  .inner-page-banner-content {

    .page-title {

      font-size: 70px;

    }

  }



  .counter-box {



    .counter,

    .counter-sign {

      font-size: 70px;

    }

  }



  .trusted-bussiness-sec .row>div:last-child .counter-sign {

    font-size: 45px;

  }



  .contact-map-wrap {

    height: 500px;

  }

  .how-work-sec .sec-title {
    font-size: 100px;
  }

  .how-work-sec .tab-content {
    padding: 80px 30px;
  }

  .how-work-icon {
    width: 50px;
    height: 50px;
  }

  .how-work-desc {
    padding-top: 25px;
  }

  .how-work-name {
    font-size: 18px;
    min-height: 44px;
  }

}


@media (max-width: 1199px) {

  .form-control {

    padding: 10px 0;

    font-size: 16px;

  }



  .form-control::placeholder {

    font-size: 14px;

  }



  .form-select {

    background-position: right 5px center;

  }



  .form-pt {

    padding-top: 0;

  }



  .footer-sec {

    padding: 40px 0;

  }



  .footer-logo-col {

    width: 23%;



    img {

      max-width: 160px;

    }



    .cms-con {

      padding-top: 20px;



      p {

        font-family: 14px;

      }

    }

  }



  .downloadapp-col {

    width: 26%;

  }



  .footer-col ul li a {

    padding: 5px 0;

  }



  .social-media {

    margin-top: 15px;

  }



  .social-media i {

    height: 20px;

    width: 20px;

  }



  /* faq-sec */

  .faq-sec .sec-head {

    margin-bottom: 30px;

  }



  .faq-sec {

    padding-bottom: 40px;

  }



  .accordion-button.collapsed {

    padding: 20px 0;
    padding-right: 25px;

  }



  .accordion-button {

    padding: 20px 0 12px;
    padding-right: 30px;

  }



  .accordion-body {

    padding-bottom: 18px;

    max-width: 92%;

  }



  /* download-sec */

  .download-sec .container::after {

    height: 390px;

    width: 390px;

  }



  .download-mobile-img {

    &::after {

      height: 100%;

      width: 100%;

    }



  }



  .download-title+p {

    font-size: 20px;

  }



  /*  */

  .user-detail-wrap {

    margin: 0 -15px;



    .slick-slide {

      padding: 2px 15px;

    }

  }



  .content-slider-col .cms-con {

    p {

      font-size: 22px;

    }

  }



  .user-detail-content {

    padding: 5px 0 40px;

  }



  .user-detail-box {

    padding: 18px 15px;



    &::before {

      background-size: 26px;

      height: 26px;

      width: 26px;

    }

  }



  .user-img {

    flex: 0 0 70px;

  }



  .user-name {

    font-size: 20px;

  }



  .user-designation {

    font-size: 16px;

  }



  /* membership-sec */

  .membership-tab {

    margin-bottom: 40px;

  }



  .membership-box {

    padding: 20px 15px;

    border-radius: 20px;

  }



  .membership-plan {

    padding: 8px 15px;

    font-size: 16px;

  }



  .membership-box .cms-con p {

    font-size: 14px;

  }



  .membership-pricing {

    font-size: 35px;

    line-height: 1.3;

    padding: 15px 0 5px;

  }


  .membership-box .cms-con ul {

    li {

      margin-bottom: 8px;
      font-size: 14px;
      padding-left: 25px;

      &::before {
        width: 16px;
        height: 16px;
      }

    }

  }



  /* how-work-sec */

  .how-work-sec {

    padding: 70px 0 50px;

  }



  .how-work-desc {

    padding-top: 20px;



    .cms-con {

      max-width: 100%;

    }

  }



  .how-work-box .cms-con p {
    font-size: 14px;

  }

  .how-work-sec .sec-title {
    font-size: 60px;
  }

  .how-work-sec .nav-link {
    font-size: 16px;
    min-width: 140px;
    padding: 10px 6px 10px;
  }

  .how-work-sec .nav-link .icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }

  .how-work-sec .tab-content {
    padding: 40px 15px;
  }

  .how-work-icon {
    width: 40px;
    height: 40px;
  }


  /* --------- Inner Page --------- */

  .inner-page-banner {

    min-height: auto;

    padding: 130px 0 70px;

  }



  .inner-page-banner-content {

    display: block;



    .sec-head {

      margin-bottom: 15px;

    }



    .page-title {

      font-size: 50px;

    }



    .cms-con {

      p {

        font-size: 18px;

      }

    }

  }



  .mission-top-content {

    max-width: 780px;

    padding-left: 0;



    .sec-title {

      font-size: 40px;

    }



    .cms-con {

      max-width: 100%;

    }

  }



  .mission-content {

    padding-left: 15px;
    margin-bottom: 20px;

    .sec-head {
      margin-bottom: 15px;
    }

    .sec-title {

      max-width: 100%;

    }

  }



  .counter-box {

    padding: 30px 20px;



    .counter,

    .counter-sign {

      font-size: 50px;

    }



    .cms-con {

      padding-top: 10px;



      p {

        font-size: 16px;

      }

    }

  }



  .trusted-bussiness-sec .row>div:last-child .counter-sign {

    font-size: 30px;

  }



  .team-sec {

    padding-bottom: 55px;

  }



  .team-memeber-row {

    --bs-gutter-x: 1rem;

    padding-top: 20px;

  }



  .team-member-img {

    height: 200px;

    width: 200px;

  }



  .memeber-name {

    font-size: 22px;

  }



  .memeber-designation {

    font-size: 16px;

    max-width: 100%;

  }

  .gallery-wrap {
    padding-left: 0;
  }

  .gallery-wrap-inner {
    max-width: 80%;

    &::before,

    &::after {

      height: 180px;

    }

  }



  .marquee-main {

    height: 45vh;

  }



  .contact-form-sec {

    padding: 90px 0;

  }



  .contact-form-wrap {

    margin-right: 0;

  }



  .contact-information-wrap {

    .sec-title {

      font-size: 40px;

    }

  }



  .contact-map-wrap {

    height: 400px;

  }



  .page-template-marketplace-template .membership-plans-sec {

    padding-bottom: 65px;

  }

}



@media (max-width: 991px) {

  .user-detail-wrap {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .user-detail-slider .user-description {
    display: none;
  }

  .user-detail-box {
    display: block;
    padding: 0;
    border: 1px solid transparent;
    transform: scale(0.8);
  }

  .user-detail-wrap .slick-current .user-detail-box {
    border: 2px solid #8121cf;
    background-color: transparent;
    transform: scale(1);
  }

  .user-detail-wrap .slick-slide {
    padding: 2px 0px;
  }

  .user-detail-box::before {
    display: none;
  }

  .user-detail-wrap .slick-current .user-detail-box::before {
    display: block;
    background-size: 22px;
    height: 22px;
    width: 22px;
    top: -2px;
    left: -2px;
  }

  .user-description {
    padding-left: 0;
    margin-bottom: 5px;
  }

  .gallery-wrap-inner {
    max-width: 100%;
  }

  .footer-col,

  .footer-logo-col,

  .downloadapp-col {

    width: 33.33%;

  }



  textarea {

    height: 90px;

  }



  .accordion-body .cms-con p {

    font-size: 16px;

  }



  .download-title {

    font-size: 32px;
    margin-bottom: 15px;
  }

  .download-title+p {
    font-size: 18px;
  }

  .download-title br {
    display: none;
  }



  .download-sec .container::after {

    display: none;

  }



  .download-content {

    padding-left: 20px;

  }



  .content-slider-col .cms-con {
    margin-bottom: 20px;

    p {

      font-size: 18px;

    }

  }



  .btn-underline {

    font-size: 16px;

  }



  .membership-box .cms-con ul {

    li {

      padding-left: 28px;

      margin-bottom: 6px;



      &::before {

        width: 18px;

        height: 18px;

        top: 2px;

        background-size: 17px;

      }

    }

  }



  .member-bottom-content {

    padding-top: 30px;



    .cms-con {

      padding-bottom: 10px;



      p {

        font-size: 16px;

        line-height: 1.2;

      }

    }

  }



  /* how-work-sec */

  .how-work-sec {

    padding: 60px 0 55px;

  }



  .how-work-row {

    --bs-gutter-x: 15px;

    padding-top: 10px;

  }



  /* --------- Inner Page --------- */

  .inner-page-banner {

    padding: 110px 0 70px;

  }



  .mission-img {

    max-width: 70%;

    margin: 0 auto;

  }



  .mission-content {

    padding-left: 0;

    padding-top: 25px;
    margin-bottom: 0;

  }


  .trusted-bussiness-sec .sec-head {

    margin-bottom: 30px;

  }



  .team-sec {

    padding-bottom: 35px;

  }



  .gallery-content .cms-con {

    max-width: 100%;

  }



  .gallery-wrap {

    padding-block: 0px;

    padding-left: 0;

    margin: 0 auto;

  }



  .contact-form-sec {

    padding: 70px 0;

  }



  .contact-form-wrap {

    margin-top: 40px;

  }



  .contact-information-wrap {

    padding-left: 0;

    padding-bottom: 30px;



    .sec-head {

      margin-bottom: 25px;

    }

  }



  .page-template-marketplace-template .membership-plans-sec {

    padding-bottom: 35px;

  }

  .contact-information-box {
    .icon-box {
      margin-bottom: 12px;
    }
  }

  .team-popup.membership-popup .modal-dialog {
    max-width: 95%;
  }

  .counter-box {
    padding: 20px 15px;
  }

  .counter-box .counter,
  .counter-box .counter-sign {
    font-size: 36px;
  }

  .counter-box .cms-con {
    padding-top: 6px;
  }

  .counter-box .cms-con p {
    font-size: 14px;
  }

  .team-member-img {
    width: 150px;
    height: 150px;
  }

  .memeber-name {
    font-size: 16px;
  }

  .team-bio-text .memeber-name {
    font-size: 22px;
  }

  .memeber-designation {
    font-size: 14px;
  }

  .team-memeber-row {
    &>* {
      margin-bottom: 20px;
    }
  }

  .btn.sign-sticky-btn {
    padding: 12px;
    font-size: 14px;
  }
}

@media (max-width:999px) and (orientation: landscape) {
  .gallery-wrap-inner {

    &::before,
    &::after {
      height: 80px;
    }
  }

  .btn.sign-sticky-btn {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .sec-title br {
    display: none;
  }

  .trusted-bussiness-sec .row>* {

    margin-bottom: 25px;

  }

  .user-detail-wrap {
    max-width: 350px;
  }

  .accordion-body {

    padding-bottom: 15px;

    max-width: 95%;

  }

  .benifit-name {
    font-size: 14px;
  }

  .download-sec {

    padding-block: 40px;

  }

  .team-member-img {
    width: 130px;
    height: 130px;
  }


  .download-content {

    padding-left: 0;

    text-align: center;

  }



  .download-btn-box {

    justify-content: center;
    max-width: 280px;
    margin: auto;

  }

  .membership-btn {
    margin-top: 25px;
    padding-top: 20px;
  }

  /* --------- Inner Page --------- */

  .inner-page-banner-content {

    .page-title {

      font-size: 40px;

    }



    .cms-con {

      p {

        font-size: 16px;

      }

    }

  }



  .mission-top-content {

    .sec-title {

      font-size: 30px;

    }

  }

  .team-gallery-sec {
    padding-bottom: 0;
    padding-top: 40px;

    .container {
      padding: 0;
    }
  }

  .gallery-content {
    padding: 0 15px;

    .sec-head {

      margin-bottom: 15px;
    }

  }



  .gallery-wrap {

    padding-block: 40px;

    max-width: 100%;

  }



  .gallery-wrap-inner {
    max-width: inherit;
    flex-wrap: wrap;
    margin: 0;

    &::before,

    &::after {

      height: 100%;
      width: 8%;

    }

    &::before {
      right: 0;
      background: linear-gradient(90deg, #fff, #faebe300);
      inset: auto 0% auto -1px;
    }

    &::after {
      background: linear-gradient(270deg, #fff, #faebe300);
      inset: auto -1px auto 0%;
      right: 0;
      left: inherit;
    }

  }

  .gallery-col {
    width: 100%;
    padding: 5px 0;
  }

  .marquee-main,
  .marquee-animate {
    height: auto;
  }

  .marquee-animate {
    width: 10000px;
  }

  .marquee-animate,
  .marquee-row {
    flex-direction: row;
    gap: 10px;
  }

  /*.marquee-row:not(:last-child) {
    margin-right: 10px;
  }*/

  .gallery-img {
    width: 180px;
    height: 120px;
    object-fit: cover;

    img {
      object-position: center;
    }
  }

  @keyframes myMarquee {

    100% {

      margin-left: 0;

    }
  }



  .contact-information-wrap {

    .sec-title {

      font-size: 30px;



      br {

        display: none;

      }

    }

  }



  .contact-information-box {

    .information-title {

      margin-top: 20px;

    }



    .address {

      font-size: 14px;



      &+.address {

        margin-top: 15px;

      }



    }

  }

  .how-work-name {
    font-size: 16px;
    min-height: 40px;
  }

  .how-work-sec .nav-link {
    min-width: 115px;
  }

  .copyright-footer {
    margin-bottom: 42px;
    padding-bottom: 35px;
  }

  .btn-sticky-main {
    position: fixed;
    right: 0;
    top: unset;
    left: 0;
    bottom: 0;
    writing-mode: unset;
    text-orientation: unset;
    transform: unset;
    border-radius: 10px 10px 0 0;
    display: flex;

  }

  .btn-sticky-main .btn.sign-sticky-btn {
    width: 50%;
    padding: 12px 8px;
    align-items: center;
  }

  .btn.sign-sticky-btn span img {
    max-width: 20px;
  }


}



@media (max-width: 568px) {

  .user-detail-wrap {
    max-width: 300px;
  }

  .form-group {

    margin-bottom: 12px;

  }


  .form-label {

    font-size: 14px;

  }



  .form-control {

    padding: 6px 0;

    font-size: 14px;

  }

  .address-main {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
  }

  .contact-information-box {
    & .address {
      width: 100%;

      &+.address {
        margin-top: 15px;
      }
    }
  }

  textarea {

    height: 80px;

  }



  .wpcf7-list-item-label::before {

    height: 16px;

    width: 16px;

    top: 2px;

  }



  .wpcf7-list-item-label::after {

    height: 8px;

    width: 8px;

    top: 6px;

  }



  .submit-btn {

    margin-top: 15px;

  }



  .wpcf7-list-item-label {

    font-size: 12px;

    padding-left: 11px;

    padding-top: 2px;

  }



  .wpcf7-radio {

    .wpcf7-list-item {

      margin: 0 10px 0 0;

    }

  }



  .footer-sec {

    padding: 20px 0;

  }



  .footer-col,

  .footer-logo-col,

  .downloadapp-col {

    width: 100%;

  }



  .footer-logo-col {

    order: 3;

  }



  .downloadapp-col {

    margin-top: 15px;

  }



  .footer-title {

    margin-bottom: 8px;

  }



  .footer-logo-col {

    .cms-con {

      padding-top: 25px;

    }

  }



  .copyright-footer .cms-con p {

    padding-top: 3px;

  }



  .copyright-footer .cms-con p,

  .copyright-footer .cms-con p a {

    font-size: 12px;

    text-align: center;

  }



  .copyright-footer {

    padding: 10px 0;
    padding-bottom: 30px;

  }



  /* faq-sec */

  .accordion-button.collapsed {

    padding: 15px 0;
    padding-right: 10px;
  }



  .accordion-button {

    padding: 15px 0 10px;
    padding-right: 10px;

    font-size: 16px;

  }



  .accordion-button::after {

    width: 14px;

    height: 14px;

    background-size: 14px;

    right: -15px;

  }



  .accordion-button:not(.collapsed)::after {

    top: 6px;

  }



  .accordion-body {

    max-width: 100%;

  }



  .accordion-body .cms-con p {

    font-size: 14px;

  }



  .download-title {

    font-size: 24px;
    margin-bottom: 12px;

  }




  .download-title+p {

    font-size: 14px;

  }



  .user-detail-content {

    padding: 15px 0 20px;

  }



  .user-detail-content .cms-con p {

    font-size: 14px;

  }



  .user-img {

    flex: 0 0 60px;

  }



  .user-name {

    font-size: 16px;

  }



  .user-designation {

    font-size: 12px;

  }



  .user-detail-wrap .slick-current .user-detail-box::before {
    background-size: 18px;
    height: 18px;
    width: 18px;
  }



  .membership-tab {

    margin-bottom: 20px;
    overflow: auto;
    white-space: nowrap;
    display: block !important;
    padding: 5px;

  }

  .membership-tab-btn {
    white-space: normal;
    display: inline-block;
    min-width: 60px;
    font-size: 12px;
    padding: 8px 7px;
  }



  .membership-pricing {

    font-size: 30px;

  }



  .member-bottom-content {

    padding-top: 20px;

  }



  .how-work-sec {

    padding: 40px 0 40px;

  }

  .how-work-sec .container {
    padding: 0;
  }

  .how-work-sec .sec-title {
    font-size: 30px;
  }

  .how-work-sec .nav-link .icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }

  .how-work-sec .nav-link {
    font-size: 14px;
    padding: 8px 5px;
    min-width: 70px;
    width: auto;
    flex-grow: 1;
  }

  .how-work-sec .nav-tabs .nav-item.show .nav-link,
  .how-work-sec .nav-tabs .nav-link.active {
    border-radius: 12px 12px 0 0;
  }

  .how-work-sec .tab-content {
    border-radius: 0;
  }

  .how-work-sec .tab-content {
    padding: 30px 15px;
  }

  .how-work-box {
    display: flex;
  }

  .how-work-sec .nav-tabs {
    padding: 0 15px;
  }

  .how-work-icon {

    height: 40px;

    width: 40px;
    flex: 0 0 50px;
    margin: 0;
    margin-top: 5px;

  }

  .how-work-name {
    font-size: 15px;
    margin-bottom: 10px;
    min-height: 0;
  }

  .how-work-desc {
    padding-top: 0;
    padding-left: 15px;
    text-align: left;

  }

  .how-work-desc .cms-con p {
    font-size: 12px;
  }



  /* --------- Inner Page --------- */

  .inner-page-banner {

    padding: 80px 0 35px;

  }



  .inner-page-banner-content {

    .page-title {

      font-size: 35px;

    }



    .cms-con {

      p {

        font-size: 14px;



        br {

          display: none;

        }

      }

    }

  }



  .mission-top-content {

    .sec-title {

      font-size: 22px;

    }

  }



  .mission-img {

    max-width: 100%;

  }



  .mission-content {

    .sec-title {

      font-size: 22px;

    }

  }



  .trusted-bussiness-sec .row {

    --bs-gutter-x: 15px;



    &>* {

      margin-bottom: 15px;

    }

  }



  .counter-box {

    padding: 20px 12px;



    .counter,

    .counter-sign {

      font-size: 40px;

    }



    .cms-con {

      p {

        font-size: 14px;

      }

    }

  }



  .team-memeber-row {

    &>* {

      margin-bottom: 25px;

    }

  }



  .team-sec {

    padding-bottom: 20px;

  }



  .memeber-designation {

    font-size: 14px;

  }

  .contact-form-sec {

    padding: 50px 0;

  }



  .contact-form-wrap {

    margin-top: 20px;

    padding: 20px 15px;

    border-radius: 12px;



    .sec-title {

      font-size: 20px;

    }

  }



  .contact-information-wrap {

    padding-bottom: 0;



    .sec-title {

      font-size: 26px;

    }

  }



  .contact-information-box {
    display: flex;

    .icon-box {

      width: 40px;

      height: 40px;

      padding: 8px;
      flex: 0 0 40px;

    }



    .information-title {

      margin-top: 15px;

      margin-bottom: 5px;

      font-size: 14px;

    }


    .cms-con+.cms-con {

      margin-top: 5px;

    }

  }

  .contact-information-box .contact-info {
    width: calc(100% - 40px);
    padding-left: 10px;
  }


  .contact-information-wrap .row>* {

    margin-bottom: 20px;

  }



  .contact-map-wrap {

    height: 350px;

  }



  .page-template-marketplace-template .membership-plans-sec {

    padding-bottom: 15px;

  }

  .team-img {
    height: 300px;
  }

  .team-bio-text {
    padding: 20px 15px;
  }

  .team-bio-text .memeber-designation {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .membership-popup .btn-close {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
  }

  .btn-sticky-main .btn.sign-sticky-btn {
    padding: 10px 5px;
    font-size: 12px;
  }

}



@media (max-width:390px) {
  .contact-information-box {
    & .address {
      width: 100%;

      br {

        display: none;

      }

      &+.address {
        margin-top: 15px;
      }
    }
  }


}

@media (max-width:350px) {
  .how-work-sec .nav-link {
    font-size: 12px;
  }

  .how-work-sec .nav-tabs {
    padding: 0 5px;
  }

  .how-work-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 40px;
  }

  .how-work-desc {
    padding-left: 10px;
  }
}