:-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, 0.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, 0.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, 0.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: 0.5s cubic-bezier(0.3, 0, 0.7, 1) both slide-in;
  animation-delay: calc(50ms * var(--char-index));
}

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

@keyframes slide-in {
  0% {
    transform: scale(0.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: 18%;

  padding: 0 10px;
}

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

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

.footer-logo-col {
  width: 26%;

  .cms-con {
    padding-top: 36px;

    p {
      color: #fff;
    }
  }
}

.downloadapp-col {
  width: 23%;
}

.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 0.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 0.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 0.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 0.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, 0.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, 0.7);

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

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

  .cms-con p a {
    color: rgba(31, 23, 65, 0.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: 0.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, 0.5);
  }

  70% {
    box-shadow: 0 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: 0.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;
    min-width: 65px;
  }

  .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;
  }
}

/* Blog Style */
.blog .inner-page-banner,
.single-post .inner-page-banner,
.search .inner-page-banner,
.archive .inner-page-banner {
  min-height: auto;
}
.blog .inner-page-banner .sec-head,
.single-post .inner-page-banner .sec-head,
.search .inner-page-banner .sec-head,
.archive .inner-page-banner .sec-head {
  margin-bottom: 0;
}
.single-post .inner-page-banner .page-title {
  font-size: 54px;
}

.blog-listing-filter-search {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(31, 23, 65, 0.1);
  border-radius: 10px;
  /*box-shadow: 0px 4px 10px 0px #0000001a;*/
  max-width: 1133px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.blog-listing-filter-search .form-control {
  font-size: 20px;
  box-shadow: none;
  padding: 16px 30px;
}

.search-submit-btn {
  font-size: 18px;
  min-width: 50px;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5a1b88;
  margin-right: 20px;
  transition: all 0.4s ease-in-out;
}

.search-submit-btn:hover {
  background-color: #00e783;
}

.search-submit-btn svg {
  display: block;
  height: 25px;
  width: 25px;
}

.blog-category {
  display: block;
  margin-bottom: 3.625rem;
}

.blog-category ul {
  text-align: center;
}

.blog-category ul li.categories {
  font-size: 0;
}

.blog-category ul li {
  width: auto;
  display: inline-block;
}

.blog-category ul li a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  background-color: transparent;
  padding: 9px 16px;
  border-radius: 17px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}

.blog-category ul li a:hover {
  color: rgb(129 33 207 / 80%);
}
.blog-category ul li.current-cat a {
  color: #fff;
  background-color: #8121cf;
}

.blog-listing .row > div {
  margin-bottom: 25px;
}

.blog-list-box {
  width: 100%;
  display: block;
  position: relative;
  /*background-color: #faf5ff;*/
  border-radius: 16px;
  background: linear-gradient(360deg, #fff 0, #e0e3ff 100%);
  border: 1px solid rgba(31, 23, 65, 0.1);
  height: 100%;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.blog-list-box:hover {
  box-shadow: 0 0 20px 2px #5a1b8817;
}

.blog-list-img {
  position: relative;
  aspect-ratio: 415/248;
  overflow: hidden;
  z-index: 3;
  display: block;
}

.blog-list-img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease-in-out;
}

.blog-list-box:hover .blog-list-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}

.blog-list-con {
  padding: 24px;
  position: relative;
  z-index: 2;
  width: 100%;
}

.blog-post-title {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 48px;
  transition: all 0.5s ease-in-out;
}
.btn-read-more {
  transition: all 0.4s ease-in-out;
}
.blog-list-box:hover .btn-read-more {
  color: #00e783;
}

.blog-list-bottom {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #6a6a6a;
  gap: 11px;
}

.list-style {
  width: auto;
  position: relative;
  padding-left: 15px;
}
.list-style:before {
  position: absolute;
  content: "";
  background: #d3d5d8;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.blog-listing #load-more {
  margin-top: 60px;
}

.blog-details-img {
  border-radius: 30px;
  overflow: hidden;
  max-width: 750px;
  max-height: 440px;
  margin-left: auto;
  position: relative;
  margin-right: -158px;
}

.blog-details-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-post-category {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 4px 8px;
  margin-bottom: 14px;
  background-color: rgb(129 33 207 / 10%);
  display: inline-block;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
.blog-post-category a {
  color: #8121cf;
}
.blog-post-category:hover {
  background-color: rgb(129 33 207 / 20%);
}
.blog-details-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  gap: 40px;
  position: relative;
  margin-bottom: 60px;
}
.blog-details-top:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 50%;
  background-color: rgba(31, 23, 65, 0.1);
  left: 0;
  bottom: 0;
}
.blog-details-top > * {
  flex: 1;
}
.blog-details-text .sec-title {
  margin-bottom: 25px;
  font-weight: 700;
}
.blog-details-sec,
.latest-blog-sec {
  padding-top: 70px;
  padding-bottom: 70px;
}
.addtoany_shortcode a {
  display: block !important;
}
.blog-details-content {
  display: flex;
  gap: 60px;
}
.related-blog-head .sec-title-lg {
  font-size: 24px;
}
.social-media-sticky {
  width: 3%;
}
.blog-details-content .cms-con {
  width: 63%;
}
.related-blog-sec {
  width: 25%;
}
.related-blog-sec .blog-list-box {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 0;
}
.related-blog-sec .blog-list-box:hover {
  box-shadow: none;
}
.related-blog-sec .blog-list-con {
  padding: 0;
  width: calc(100% - 80px);
}
.related-blog-sec .blog-list-bottom {
  font-size: 12px;
}
.related-blog-sec .blog-list-img {
  aspect-ratio: 1/1;
  flex: 0 0 80px;
  border-radius: 6px;
}
.related-blog-sec .latest-blog-title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 7px;
  display: block;
}
.related-blog-row > * {
  margin-bottom: 20px;
}
.related-blog-row > *:last-child {
  margin-bottom: 0px;
}
.latest-blog-sec {
  background: linear-gradient(270deg, #faf5ff 0%, #f3e8ff 50.28%, #faf5ff 100%);
}
.latest-blog-sec .blog-list-box {
  border-radius: 12px;
}
.latest-blog-sec .blog-list-img {
  aspect-ratio: 470 / 195;
}
.latest-blog-sec .blog-list-con {
  padding: 18px;
}
.latest-blog-sec .blog-post-title {
  font-size: 18px;
  min-height: 40px;
  font-weight: 500;
}
.social-media-sticky .a2a_kit a {
  display: block;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
.a2a_kit .a2a_svg {
  border-radius: 50% !important;
  background-color: #ebeced !important;
  transition: all 0.4s ease-in-out;
}
.a2a_kit .a2a_svg svg {
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}
.a2a_kit .a2a_svg svg path {
  fill: #232f3e !important;
  transition: all 0.4s ease-in-out;
}
.social-media-sticky .a2a_kit a:hover svg path {
  fill: #8121cf !important;
}
.social-media-sticky .a2a_kit a:hover .a2a_svg.a2a_s_facebook {
  background-color: #1877f2 !important;
}
.social-media-sticky .a2a_kit a:hover .a2a_svg.a2a_s_whatsapp {
  background-color: #24ae34 !important;
}
.social-media-sticky .a2a_kit a:hover .a2a_svg.a2a_s_print {
  background-color: #007bff !important;
}
.social-media-sticky .a2a_kit a:hover .a2a_svg.a2a_s_link {
  background-color: #800080 !important;
}
.social-media-sticky .a2a_kit a:hover .a2a_svg.a2a_s_a2a {
  background-color: #000 !important;
}
.social-media-sticky .a2a_kit a:hover svg path {
  fill: #fff !important;
}

.pagination {
  display: block;
  text-align: center;
}
.page-numbers {
  display: inline-block;
  padding: 7px 12px;
  margin: 0 2px 0 0;
  border: 1px solid rgba(31, 23, 65, 0.1);
  line-height: 1;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
  background: #8121cf;
  color: #fff;
  border-color: rgba(31, 23, 65, 0.1);
}

/* Home-new */

.sec-title-xl {
  font-weight: 800;
  font-size: 60px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
}

.trusts-inner {
  background-color: #5a1b88;
  padding: 102px 20px 84px;
  background-image: url(../img/trusts-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 20px;
}

.trusts-card-img img {
  object-fit: cover;
  aspect-ratio: 588/350;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.trusts-con {
  max-width: 1250px;
  margin: 0 auto;
}
.trusts-inner .sec-head {
  margin-bottom: 50px;
}

.trusts-card-img {
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 12px;
}

.trusts-card-con .trusts-card-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 8px;
  display: block;
}

.trusts-card-con p {
  line-height: 1.5;
  color: #ffffff;
}

.empower-con-inner {
  min-height: 753px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 660px;
  margin-left: auto;
  transform: translateX(-85px);
}
.empower-img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.empower-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.empower-con-inner .btn {
  width: fit-content;
}

.empower-con-inner .cms-con {
  max-width: 95%;
  margin-bottom: 35px;
}

.empower-con-inner .cms-con p {
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
}

.empower-con-inner .sec-title-xl {
  font-weight: 600;
}

.empower-con-inner .sec-head {
  margin-bottom: 14px;
}

.empower-con {
  position: relative;
  z-index: 5;
}

.latest-blog-head .sec-title {
  color: #000;
}
.latest-blog-head {
  margin-bottom: 40px;
}


@media only screen and (hover: hover) {
  .trusts-card:hover .trusts-card-img img {
    transform: scale(1.05);
  }
}

@media only screen and (max-width: 1699px) {
  .blog-details-img {
    margin-right: -85px;
  }
  /* home-new */
  .empower-con-inner {
    min-height: 600px;
  }
  .trusts-inner {
    padding: 90px 20px 84px;
  }
}
@media only screen and (max-width: 1499px) {
  .blog-details-img {
    margin-right: -40px;
  }
  .trusts-inner {
    padding: 80px 20px 84px;
  }
  /* new-home */
  .empower-con-inner {
    min-height: 550px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-details-img {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 1299px) {
  .blog-details-img {
    width: 100%;
    max-height: 400px;
  }
  .blog-details-top:after {
    display: none;
  }
  .blog-details-top {
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(31, 23, 65, 0.1);
    padding-bottom: 40px;
  }
  .blog-details-content {
    gap: 30px;
  }
  .blog-details-content .cms-con {
    width: 67%;
  }
  .related-blog-head .sec-title-lg {
    font-size: 20px;
  }
  .related-blog-head .sec-head {
    margin-bottom: 15px;
  }

  /* new-home */

  .sec-title-xl {
    font-size: 50px;
  }
  .trusts-inner {
    padding: 70px 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .blog-category ul li a {
    font-size: 16px;
    padding: 8px 12px;
  }

  .blog-listing-filter-search {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .blog-list-img {
    border-radius: 12px;
  }

  .blog-list-con {
    border-radius: 12px;
    padding-top: 16px;
    padding-left: 15px;
  }

  .blog-post-title {
    font-size: 18px;
    padding-right: 15px;
  }
  .blog-details-content {
    flex-wrap: wrap;
  }
  .social-media-sticky {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .social-media-sticky .a2a_kit a {
    display: inline-block !important;
  }
  .blog-details-content {
    margin: 0 -15px;
  }
  .blog-details-content > * {
    padding: 0 15px;
  }
  .blog-details-content .cms-con {
    width: 70%;
  }
  .related-blog-sec {
    width: 30%;
  }
  .social-media-sticky .theiaStickySidebar {
    position: unset !important;
  }
  .blog-details-content {
    gap: 0px;
  }
  /* new-home */
  .sec-title-xl {
    font-size: 45px;
  }
  .trusts-inner {
    padding: 60px 30px;
  }
  .empower-con-inner {
    min-height: 450px;
    margin-left: 0;
    transform: unset;
  }
  .empower-sec:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 40%);
    z-index: 1;
  }
}

@media only screen and (max-width: 992px) {
  .blog-listing-filter-search .form-control {
    font-size: 16px;
    padding: 12px 22px;
  }

  .search-submit-btn {
    min-width: 40px;
    width: 40px;
  }

  .search-submit-btn svg {
    display: block;
    height: 20px;
    width: 20px;
  }

  .blog-listing #load-more {
    margin-top: 40px;
  }

  .blog-category {
    margin-bottom: 30px;
    z-index: 4;
  }
  .related-blog-row .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }

  .related-blog-row .slick-dots li {
    line-height: 0;
  }

  .related-blog-row .slick-dots li button {
    font-size: 0;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #203063;
    height: 16px;
    width: 16px;
    position: relative;
    transition: all 0.4s ease-in-out;
    margin-right: 6px;
  }

  .related-blog-row .slick-dots li button::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #c1202f;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }

  .related-blog-row .slick-dots li.slick-active button {
    border-color: #c1202f;
  }

  .related-blog-row .slick-dots li.slick-active button::after {
    opacity: 1;
    visibility: visible;
  }
  .blog-details-sec,
  .latest-blog-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .blog-details-content .cms-con {
    width: 100%;
    margin-bottom: 20px;
  }
  .related-blog-sec {
    display: block;
    width: 100%;
  }
  .related-blog-row {
    display: flex;
    flex-wrap: wrap;
  }
  .related-blog-row > * {
    width: 50%;
  }
  .blog-list-bottom {
    flex-wrap: wrap;
    gap: 11px;
  }
  .list-style {
    padding-left: 10px;
  }
  .latest-blog-row .row > * {
    margin-bottom: 20px;
  }
  .latest-blog-row .row > *:nth-last-child(-n + 2) {
    margin-bottom: 0px;
  }
  /* new-home */
  .container-xl {
    max-width: 1812px;
    padding: 0 15px;
  }
  .sec-title-xl {
    font-size: 40px;
  }
  .empower-con-inner {
    min-height: 350px;
  }
  .trusts-inner .sec-head {
    margin-bottom: 40px;
  }
  .trusts-card-img {
    margin-bottom: 14px;
  }
  .trusts-card-con .trusts-card-title {
    font-size: 20px;
  }
  .empower-con-inner .cms-con {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .blog-listing-filter-search .form-control {
    font-size: 16px;
  }

  .blog-listing-filter-search {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .blog-category .selectFilter {
    display: block;
    background: linear-gradient(360deg, #fff 0, #e0e3ff 100%);
    color: #1f1741;
    position: relative;
    border-radius: 50px;
    font-size: 16px;
    padding: 14px 18px;
    line-height: 1;
    font-weight: 700;
    border: 1px solid rgba(31, 23, 65, 0.1);
    width: 100%;
    z-index: 3;
    text-align: left;
  }

  .blog-category .selectFilter::after {
    content: "";
    position: absolute;
    right: 20px;
    top: -3px;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #1f1741;
    border-right: 3px solid #1f1741;
    transform: rotate(45deg);
    margin: auto;
    transition: border 0.4s ease-in-out, transform 0.4s ease-in-out;
  }

  .blog-category .filterDropdown {
    margin: 0 auto;
    width: 100%;
    top: 51px;
    position: absolute;
    background: linear-gradient(360deg, #fff 0, #e0e3ff 100%);
    border-radius: 0;
    z-index: 2;
    display: none;
    border: 1px solid rgba(31, 23, 65, 0.1);
    border-radius: 20px;
    overflow: hidden;
    margin-top: -50px;
    max-height: 580px;
    padding-top: 44px;
  }

  .blog-category ul {
    text-align: left;
  }

  .blog-category ul li.categories {
    padding: 0;
  }

  .blog-category ul li {
    display: block;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
  }

  .blog-category ul li:last-child {
    border-bottom: none;
  }

  .blog-category ul li a {
    font-size: 16px;
    padding: 10px 15px;
    display: block;
    border-radius: 0;
  }
  /* new-home */
  .trusts-inner {
    padding: 40px 20px;
  }
  .empower-con-inner {
    min-height: 300px;
  }
  .sec-title-xl {
    font-size: 30px;
  }
  .trusts-inner .sec-head {
    margin-bottom: 30px;
  }

  .empower-con-inner .cms-con {
    margin-bottom: 15px;
  }
}

@media (max-width: 568px) {
  .blog-listing-filter-search .form-control {
    padding: 10px 15px;
  }

  .search-submit-btn {
    min-width: 35px;
    width: 35px;
    margin-right: 15px;
  }

  .search-submit-btn svg {
    height: 16px;
    width: 16px;
  }

  .blog-listing .row > div {
    margin-bottom: 25px;
  }

  .blog-listing #load-more {
    margin-top: 30px;
  }
  .blog-details-top {
    gap: 30px;
  }
  .blog-details-top > * {
    flex: 0 100%;
  }
  .blog-details-text .sec-ti {
    margin-bottom: 20px;
  }
  .blog-details-top {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .related-blog-row > * {
    width: 100%;
  }
  .related-blog-head .sec-title-lg {
    font-size: 18px;
  }
  .blog-details-sec,
  .latest-blog-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .latest-blog-row .row > *:nth-last-child(-n + 2) {
    margin-bottom: 20px;
  }
  .latest-blog-row .row > *:last-child {
    margin-bottom: 0;
  }
  .page-numbers {
    font-size: 12px;
    padding: 5px 8px;
  }
  /* new-home */
  .sec-title-xl {
    font-size: 26px;
  }
  .trusts-card-con .trusts-card-title {
    margin-bottom: 5px;
  }
  .trusts-inner {
    padding: 30px 15px;
  }
  .empower-con-inner {
    min-height: fit-content;
    padding: 40px 0;
  }
  .trusts-sec .container-xl {
    padding: 0;
  }
  .trusts-inner {
    border-radius: 0;
  }
}
