@import url("https://fonts.googleapis.com/css2?family=Oranienbaum&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap");
html,
body {
  overflow-x: hidden;
}
body {
  font-size: 18px;
  color: #262626;
  line-height: 160%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
  .headermiddle .container {
    max-width: 1280px;
  }
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #1376b6;
}

h1,
h2,
h3 {
  font-family: "Oranienbaum", sans-serif;
  font-weight: 400;
  color: #082442;
}

h1 {
  font-size: 60px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 20px;
  font-weight: 500;
}
h5 {
  font-size: 18px;
  font-weight: 500;
}
h6 {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: "Libre Franklin", serif;
}

.padd-40 {
  padding: 40px 0;
}
.padd-50 {
  padding: 50px 0;
}
.padd-60 {
  padding: 60px 0;
}
.padd-80 {
  padding: 80px 0;
}
.padd-100 {
  padding: 100px 0;
}

.radius-15 {
  border-radius: 15px;
}
.radius-25 {
  border-radius: 25px;
}

.border-gray {
  border: 1px solid #d6e2e4;
}

.about-section h2 {
  font-size: 60px;
}
.welcm-col p {
  margin-bottom: 0;
}
.welcm-col {
  background-color: #f3f6f7;
  padding: 40px 30px 30px 40px;
  font-size: 16px;
  width: 100%;
  height: 100%;
  line-height: 23px;
}
.welcm-col h3 {
  margin-top: 30px;
}
a.prple-btn,
.prple-btn,
.border-btn {
  background-color: #7030a0;
  border: 0;
  color: #fff;
  border-radius: 50px;
  padding: 0 20px;
  min-width: 118px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  box-shadow: none;
  text-align: center;
  display: inline-block;
  border: 1px solid #7030a0;
  transition: 0.2s;
}
.border-btn {
  background-color: transparent;
  border: 1px solid #fff;
}
.header-btns a {
  padding: 0px 25px;
  min-width: auto;
}
.header-btns a.prple-btn {
  margin-left: 20px;
}
a.prple-btn:hover,
button.prple-btn:hover {
  background: #3e0b64;
  border-color: #3e0b64;
  color: #fff;
}
.border-btn:hover {
  background: #7030a0;
  border-color: #7030a0;
  color: #fff !important;
}
header {
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.navigation-main > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.navigation-main > ul > li {
  display: inline-block;
  padding: 22px 0;
}
.navigation-main > ul > li > a {
  display: inline-block;
  padding: 6px 15px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.navigation-main > ul > li > a:hover {
  color: #c996ef;
}
button.menu-toggle {
  display: none;
}

.navigation-main > ul > li.activepage > a {
  color: #1376b6;
  background-color: #e7f1f8;
}
.logo-site img {
  width: 120px;
}

.heading-title {
  display: flex;
  align-items: center;
  gap: 28px;
  width: 100%;
  margin-bottom: 70px;
}
.heading-title h2 {
  margin: 0;
}
.margin-left-auto {
  margin-left: auto;
}
.heading-title span {
  background-color: #f3f6f7;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 50px;
  min-width: 70px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
}
.home-videosection {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
}
.home-videosection video {
  width: 100%;
}
.home-videosection .item:before {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.home-videosection .banner-contents,
.banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.home-videosection h1 {
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.home-videosection form {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 130px;
  max-width: 486px;
  margin: 0 auto;
  padding: 6px;
}
.home-videosection form input {
  background: transparent;
  border: none;
  padding: 14px 15px;
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
}
.home-videosection form input::placeholder {
  color: #9e9e9e;
}
.home-videosection button {
  background: #7030a0;
  border-radius: 50%;
  outline: none;
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  padding: 0px;
}
.home-videosection button img {
  max-width: 19px;
}
.row.welcom-row-sec {
  padding-top: 60px;
  align-items: center;
}
.welcom-row {
  align-items: center;
}
.heder-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 11px 0px;
}
.leaderboard-section .heading-title span,
.feeds-section .heading-title span {
  background: #fff;
}
a.card-leaderboard {
  display: inline-block;
  width: 100%;
  padding: 30px;
  position: relative;
}
span.leader-image {
  width: 72px;
  height: 72px;
  display: block;
  margin-bottom: 16px;
}
span.has-number {
  background: #f3f6f7;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #262626;
  position: absolute;
  right: 10px;
  border-radius: 50%;
  top: 10px;
}
a.card-leaderboard h5 {
  font-size: 20px;
  font-weight: 500;
  color: #082442;
}
a.card-leaderboard p {
  margin: 0px;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #262626;
}
.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 6px;
  margin: 5px 7px;
  background: #d9d9d9;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #7030a0;
}
.owl-dots {
  position: absolute;
  top: 8px;
  right: 8px;
}
.deal-section .owl-dots,
.leaderboard-section .owl-dots {
  top: -120px;
}
.container {
  position: relative;
}
.owl-carousel,
.owl-carousel .owl-item {
  position: static;
}
.card-deals {
  padding: 30px 28px;
}
.deal-head {
  display: flex;
  align-items: center;
  margin: 14px 0px 12px 0px;
  flex-wrap: wrap;
  padding-left: 40px;
  position: relative;
}
.deal-head span {
  color: #082442;
}
.card-deals p,
.card-deals span {
  font-size: 12px;
  margin: 0;
  line-height: normal;
}
.deal-head h5 {
  font-weight: 600;
  color: #082442;
  font-size: 12px;
  margin: 0px 3px 0px 0px;
}
.card-deals span.leader-image {
  width: 32px;
  height: 32px;
}
.deals-price {
  color: #082442;
  font-weight: 700;
  font-size: 18px;
  line-height: 15px;
}
.deals-price span {
  font-size: 10px;
  color: #fff;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 30px;
  text-transform: uppercase;
}
span.tags {
  background: #f3f6f7;
  border-radius: 30px;
  font-weight: 400;
  display: inline-block;
  padding: 3px 17px;
  margin: 6px 8px 0 0;
}

.feed-cols {
  padding: 30px;
  margin-bottom: 24px;
  cursor: pointer;
  transition: 0.2s;
}
.feed-cols:hover {
  background: #f1e4fb !important;
}
.feed-head {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  gap: 16px;
}
.feed-head span.leader-image {
  margin: 0;
}
.feed-cols p {
  margin-bottom: 20px;
  font-size: 16px;
}
.feed-head-data h5 {
  font-size: 20px;
  color: #082442;
  margin: 0;
}
.feed-info {
  display: flex;
  gap: 20px;
}
.feed-info span {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}
.feed-date {
  font-size: 12px;
  display: inline-block;
}
.feed-head-data {
  position: relative;
}
a.follow {
  font-size: 14px;
  font-weight: 600;
  margin-left: auto;
}
a.follow:hover {
  background: #262626;
  color: #fff;
}
a.follow:hover {
  color: #000;
}
.feed-head-data a.follow {
  font-weight: 500;
  color: #262626;
  border-radius: 5px;
  background: #f3f6f7;
  padding: 4px 14px;
  position: absolute;
  line-height: normal;
  top: 0;
  left: 100%;
  margin-left: 10px;
}
.feed-cols-2 .feed-head-data h5 {
  font-size: 18px;
}
.feed-cols-2 p {
  font-size: 14px;
  line-height: 20px;
}
.feed-cols-2 a.follow:hover {
  background: transparent;
}
.browse-section h6 {
  font-size: 18px;
  font-weight: 600;
  margin: 0px 0px 25px 5px;
  letter-spacing: normal;
}
.browse-section .row a {
  border: 1px solid #dfe4e5;
  border-radius: 100px;
  padding: 9px 28px;
  display: inline-block;
  margin: 5px;
  font-size: 16px;
  color: #262626;
}
.browse-section .row a:hover {
  background: #dfe4e5;
  color: #000;
}
.platform-section {
  padding-bottom: 310px;
}
.platform-row {
  margin-bottom: 30px;
  overflow: hidden;
}
.platform-content {
  padding-top: 85px;
  padding-bottom: 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.order-2 {
  padding-left: 30px !important;
}
.order-1 {
  padding-right: 30px !important;
}
.platform-content.order-1 {
  padding-left: 60px;
}
.platform-content.order-2 {
  padding-right: 60px;
}
.platform-img {
  padding: 0px;
}
.platform-img img {
  width: 100%;
  height: 100%;
}
.platform-row {
  margin-bottom: 30px;
}
.platform-row p {
  margin: 0;
  line-height: 160%;
}
.form-section {
  margin-top: -240px;
}
.form-section h2 {
  color: #fff;
  margin-bottom: 25px;
}
.form-div {
  padding: 95px 120px;
  position: relative;
  overflow: hidden;
}
.form-div:before,
.form-div:after {
  content: "";
  background-image: url(./images/dot.svg);
  position: absolute;
  top: -37%;
  left: 75%;
  width: 522px;
  height: 522px;
}
.form-div:after {
  left: auto;
  right: 75%;
  top: 45%;
}
.form-div .row {
  position: relative;
  z-index: 9;
}
a.connect-btn {
  background: #fff;
  color: #082442;
  font-size: 14px;
  font-weight: 500;
  border-radius: 100px;
  padding: 11px 20px;
  max-width: 240px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
a.connect-btn.google-signup {
  margin-bottom: 18px;
}
a.connect-btn:hover {
  background: #7030a0;
  color: #fff;
}
input {
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  outline: none;
  border: none;
  display: inline-block;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 10px 24px;
  margin-bottom: 18px;
}
button.prple-btn {
  min-width: 150px;
  margin-top: 6px;
}
.subscribe-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subscribe-section h2 {
  margin: 0;
  color: #262626;
}
.subscribe-section form {
  display: flex;
  align-items: center;
  background: #f3f6f7;
  border-radius: 130px;
  padding: 12px 12px 12px 30px;
}
.subscribe-section .field-email {
  display: flex;
  align-items: center;
}
.subscribe-section form input {
  margin: 0;
  font-weight: 500;
  padding: 6px 12px 7px 8px;
  background: transparent;
  min-width: 263px;
}
.subscribe-section button.prple-btn {
  min-width: 96px;
  line-height: 38px;
  margin: 0;
}
.footer-middle.border-gray {
  border-left: 0;
  border-right: 0;
}
.footer-middle p {
  margin: 0px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 160%;
}
.footer-middle h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 14px;
}
.footer-middle ul {
  padding: 0;
  margin: 0;
}
.footer-middle li {
  margin-bottom: 10px;
  list-style: none;
}
.footer-middle a {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  line-height: 24px;
  color: #262626;
}
.copywrite {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
}
.social-icons {
  display: flex;
  align-items: center;
  gap: 24px;
}

/***********************************
*********term&condition*************
***********************************/
header.header-fix {
  position: static;
}
header.header-fix .navigation-main > ul > li > a {
  color: #082442;
}
.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
header.header-fix .border-btn {
  color: #082442;
  border-color: #d6e2e4;
}
.banner h2 {
  font-size: 60px;
  color: #fff;
  margin: 0;
}
.breadcrum {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 10px;
}
.sidebar {
  position: sticky;
  top: 0;
}
.sidebar a {
  display: inline-block;
  width: 100%;
  line-height: 35px;
  font-size: 16px;
  color: #262626;
}
.sidebar a.active {
  font-weight: 600;
}
a:hover {
  color: #7030a0;
}
.sidebar-right h4 {
  margin: 20px 0px;
  font-size: 24px;
  font-weight: 600;
  color: #262626;
}
.sidebar-right p {
  margin: 0;
}
p.space {
  padding-bottom: 20px;
}
.aq-section {
  background: #f3f6f7;
  padding: 112px 0px 120px 0px;
}
.accordion {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.accordion-button {
  font-size: 18px;
  font-weight: 400;
  font-family: inter;
  color: #070e2c;
}
.accordion-button {
  font-size: 18px;
  font-weight: 400;
  font-family: inter;
  color: #070e2c;
  padding: 24px;
  line-height: 24px;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
  background: transparent;
  color: #262626;
  padding-bottom: 0;
  font-weight: 600;
}
.accordion-body {
  padding: 16px 24px 24px 24px;
}
.deals-detail .accordion p {
  margin: 0;
  text-align: left;
}
.accordion-item {
  box-shadow: none !important;
  border: none;
  background: #fff;
  margin-bottom: 10px;
}
.faq-bottom {
  text-align: center;
}
.faq-bottom p {
  padding: 0px 0px 10px 0px;
}
.faq-bottom a.prple-btn {
  min-width: 171px;
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}
.accordion-button:focus {
  box-shadow: none;
}
.contact-page {
  background: #f3f6f7;
}
.contact-information a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 15px 0px;
  border-bottom: 1px solid #d2e0e5;
  margin-bottom: 20px;
}
.contact-information p {
  margin-bottom: 31px;
}
.contact-form {
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
  border-radius: 20px;
  overflow: hidden;
  border: none;
  padding: 62px 54px;
}
.field-set {
  display: flex;
  gap: 16px;
}
.field {
  border: 1px solid #e2e8f0;
  border: 1px solid #d7dfe9;
  border-radius: 5px;
  width: 100%;
  position: relative;
  margin-bottom: 24px;
  padding: 12px 16px;
}
.field input,
.field select,
.field textarea,
button.select-button,
.select-dropdown a label {
  margin: 0px;
  display: inline-block;
  color: #020617;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  width: 100%;
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: transparent;
  /* border: 1px solid #d7dfe9; */
}
.field input::placeholder {
  color: #020617;
}
.field select::placeholder,
.field textarea::placeholder,
.field select,
.deal-form .field input,
button.select-button,
.select-dropdown a label {
  color: #262626;
  font-weight: 400;
  text-align: left;
}
.field label {
  font-size: 16px;
  line-height: 12px;
  position: absolute;
  top: -7px;
  background-color: #fff;
  margin-bottom: 2px;
  padding: 2px 5px;
}
.field textarea {
  min-height: 146px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  background-image: url(../images/down.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #f3f6f7;
  outline: none;
}
input.prple-btn {
  line-height: 58px;
  margin: 0;
}
.deal-faq {
  text-align: center;
}
.deal-form,
.admin-deal.view-Transactions {
  background: #f3f6f7;
  padding: 80px 0px 120px 0px;
}
.deal-form .field label {
  background: #f3f6f7;
  cursor: pointer;
}
.deal-form form {
  margin: 0 auto;
  max-width: 950px;
  padding: 32px 24px;
}
.boost-form form {
  padding: 75px 24px;
}
.deal-faq .accordion {
  padding-top: 35px;
}
.custom-popup {
  font-size: 12px;
  font-weight: 400;
  font-family: "Inter";
  background: #000;
  color: #fff;
  max-width: 186px;
  border-radius: 6px;
  padding: 8px;
  line-height: 12px;
  position: absolute;
  top: 42px;
  z-index: 9;
  left: 90px;
  display: none;
}
.field.pop-open .custom-popup {
  display: block;
}
.field:hover .custom-popup {
  display: block;
}
.select-btn {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.select-btn a.prple-btn {
  display: inline-block !important;
}
.select-dropdown a {
  position: relative;
  cursor: pointer;
}
.drop-input {
  outline: none;
  border-radius: 5px;
  border: 1px solid rgb(0 0 0 / 20%);
  padding: 7px 10px;
  width: 100%;
}
.select-dropdown a label,
.field .custom-select label {
  width: 100%;
  cursor: pointer;
  display: block;
  position: static;
  line-height: 25px;
  font-size: 16px;
  background-color: transparent;
}
.select-dropdown input[type="radio"] {
  position: absolute;
  left: 0;
  opacity: 0;
}
button.select-button input {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.select-btn .drop-input {
  background: #f3f6f7;
  padding: 14px 15px;
  border-radius: 8px;
}
.select-dropdown {
  position: absolute;
  list-style: none;
  width: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #bbced5;
  border-radius: 8px;
  padding: 10px;
  margin-top: 10px;
  max-height: max-content;
  overflow-y: auto;
  min-width: 210px;
  transition: 0.5s ease;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  left: 0;
}
.select-dropdown.showdropdown {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.custome-search-option span {
  font-size: 14px;
  color: #082442;
  font-weight: 500;
}
.custome-search-option {
  border-top: 1px solid #dae2e5;
  padding-top: 6px;
  margin-top: 9px;
}
.field.function-label button.select-button {
  background-image: url(../images/down.svg);
  background-repeat: no-repeat;
  background-position: 97%;
}
.deal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
}
.search-box {
  display: flex;
  align-items: center;
  width: 72%;
}

.deal-top a {
  background: #f3f6f7;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  padding: 11px 20px;
  min-width: 160px;
  text-align: center;
}
li.tabing-filter.mobile-view a {
  padding: 0px;
  min-width: auto;
}
li.tabing-filter.mobile-view {
  display: none;
}
.search-box a.prple-btn {
  background: #7030a0;
  width: 50px;
  height: 50px;
  padding: 0px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-box input[type="search"] {
  margin: 0;
  background: transparent;
  padding: 0px 30px;
}
.search-box {
  background: #f3f6f7;
  padding: 6px;
  border-radius: 130px;
}
.deals-main-column {
  padding-top: 50px;
}
.nav-link {
  color: #262626;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 25px;
}
.nav-tabs .nav-link {
  border: none;
  border-bottom: 1px solid transparent;
}
.nav-tabs .nav-link.active {
  border-color: #7030a0;
  color: #7030a0;
}
.nav-tabs {
  border-color: #e8e8e8;
}
.sidebar-block {
  background: #f3f6f7;
  border-radius: 15px;
  padding: 30px;
}
.sidebar-col .field {
  border: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  border-radius: 0;
  margin-bottom: 12px;
}
.sidebar-col .field:last-child {
  margin-bottom: 0;
}
.sidebar-col .field label {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  position: relative;
  text-align: left;
  background: transparent;
  top: 0;
  left: 0;
  padding-left: 26px;
  line-height: normal;
}
.sidebar-col .field input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}
.sidebar-col .field label:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #262626;
  position: absolute;
  border-radius: 3px;
  left: 0;
}
.sidebar-col .field label:after {
  content: "";
  background: transparent;
  display: inline-block;
  position: absolute;
  left: 0px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
}
.sidebar-col .field input:checked ~ :after {
  background: #7030a0;
  border-color: #7030a0;
}
.sidebar-col {
  overflow: hidden;
  border-bottom: 1px solid #8f8f8f;
  transition: 0.3s;
  padding: 13px 0px 16px 0px;
  position: relative;
}
.sidebar-col.col-open {
  max-height: 100%;
}
a.col-heading {
  /* background-image: url(../images/down.svg); */
  background-repeat: no-repeat;
  background-position: center right;
  display: inline-block;
  width: 100%;
  transition: 0.2s;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 500;
  color: #262626;
  line-height: 20px;
}
.sidebar-col .toggle-input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
}
.demo {
  /* display: none; */
}
.sidebar-col .toggle-input:checked ~ .demo {
  display: block;
}
.sidebar-col .toggle-input:checked + a.col-heading {
  margin-bottom: 16px;
}
.sidebar-col .toggle-input:checked {
  height: 52px;
  margin: 0;
}
.col-open a.col-heading {
  background-image: url(../images/up.svg);
}
.sidebar-col select {
  width: 100%;
  padding: 6px 20px;
  border-radius: 40px;
  border-color: #c4d3d6;
  background-position: 92%;
}
.card-deal.deals-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border-bottom: 1px solid #8f8f8f;
}
.card-deal.deals-card span.leader-image {
  margin: 0;
  min-width: 104px;
  width: 104px;
  height: 104px;
}
.card-deal.deals-card .deal-head {
  margin: 0;
  padding-left: 0;
  line-height: normal;
  max-width: 580px;
}
.card-deal.deals-card .deal-head .deals-price {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 24px;
}
.card-deal.deals-card .deal-head h5,
.card-deal.deals-card .deal-head span {
  font-size: 16px;
  color: #082442;
}
.card-deal.deals-card .deal-head p {
  font-size: 20px;
  margin-top: 10px;
  width: 100%;
}
.card-deal.deals-card .deal-head .deals-price span {
  font-size: 12px;
}
.card-deal.deals-card .deal-head span.tags {
  font-size: 12px;
  color: #262626;
}
span.tags-date {
  font-size: 12px !important;
  padding: 3px 17px;
  margin-top: 6px;
}
.card-right {
  min-width: 130px;
  text-align: right;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 60px;
  position: relative;
  margin-left: auto;
}
.card-right ul {
  text-align: left;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  list-style: none;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
  padding: 12px;
  border-radius: 8px;
  position: absolute;
  right: 0;
  top: 31px;
  display: none;
}
.card-right.col-open ul {
  display: block;
}
.pagination {
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 50px;
}
.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}
.pagination a {
  font-weight: 500;
}
.pagination a img {
  margin: 0px 15px;
}
.pagination ul a {
  font-size: 16px;
  font-weight: 500;
  background: #f3f6f7;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul a.active {
  background: #262626;
  color: #fff;
}
.deals-page {
  border-bottom: 1px solid #e8e8e8;
  padding: 60px 0px 80px 0px;
}
.deals-detail {
  border-bottom: 1px solid #e8e8e8;
  overflow-x: hidden;
}
.card-deal.deals-card.detail-card {
  border-bottom: none;
  align-items: flex-start;
  cursor: auto;
}
.card-deal.detail-card.deal-head {
  max-width: 827px;
}
.card-deal.detail-card .card-right {
  flex-direction: row;
  gap: 16px;
}
.card-deal.detail-card .card-right a.prple-btn {
  border-radius: 6px;
  line-height: 44px;
  padding: 0px 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: auto;
}
.card-deal.detail-card .deal-head {
  max-width: 65%;
}
.card-deal.detail-card .deal-head p {
  margin-top: 14px;
  font-size: 30px;
}
.card-deal.detail-card .deal-head h5,
.card-deal.detail-card .deal-head span {
  font-size: 24px;
}
.card-deal.detail-card .deal-head .deals-price {
  font-size: 40px;
  line-height: normal;
  margin-bottom: 12px;
}
.card-deal.detail-card .deal-head .deals-price span {
  font-size: 16px;
  line-height: normal;
}
.card-deal.detail-card .deal-head span.tags {
  font-size: 14px;
  color: #262626;
}
span.has-btn {
  display: flex;
  align-items: center;
  gap: 12px;
}
span.has-btn span {
  border-radius: 8px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f6f7;
}
.deals-detail a.card-leaderboard {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px;
}
.deals-detail span.leader-image {
  margin: 0;
}
.deals-detail .accordion {
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
}
.deals-detail .accordion-item {
  background: transparent;
}
.deals-detail .accordion-button {
  background: transparent;
}
.deals-detail .accordion:before,
.deals-detail .accordion:after {
  content: "";
  background: #f3f6f7;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.deals-detail .accordion:after {
  left: auto;
  right: 100%;
}
.deals-detail .accordion {
  max-width: 100%;
  padding: 30px 0px;
  background: #f3f6f7;
  margin: 30px 0px;
  position: relative;
}
.deals-detail .accordion-item:first-child {
  padding-block-start: 10px;
}
.deals-detail .accordion-button::after {
  content: "+";
  background: none;
  font-size: 22px;
  font-weight: 500;
}
.deals-detail .accordion-button:not(.collapsed)::after {
  content: "-";
  background: none;
}
.accordion-body .row,
.deals-detail .accordion .row {
  row-gap: 20px;
}
.deals-detail .accordion h4 {
  margin-bottom: 10px;
  margin-top: 20px;
}
.deals-detail .similar-deal {
  padding-top: 50px;
}

.similar-deal h2 {
  margin-bottom: 30px;
}
.similar-deal {
  padding-top: 90px;
}

.leader-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.leader-form select {
  border-radius: 40px;
  border-color: #dfe4e5;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
  min-width: 150px;
  background-position: 89%;
}
.leader-form label {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}
.leader-form .field-set {
  display: flex;
  gap: 20px;
}
.fields.sort-field {
  margin-top: auto;
  text-align: right;
}
.fields.sort-field select {
  background-color: #f3f6f7;
  border-color: transparent;
}
li.deal-sort {
  margin-left: auto;
}
.nav-tabs .fields.sort-field select {
  border-radius: 40px;
  border-color: #dfe4e5;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
  min-width: 150px;
  background-position: 89%;
}
.leader-form {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
}
.deals-detail.leaderboard .similar-deal {
  padding-top: 60px;
}
.deals-detail.leaderboard {
  padding: 60px 0px 80px 0px;
}
.middle-card {
  display: flex;
  align-items: center;
  gap: 50px;
}
.middle-card span {
  font-size: 12px;
  color: #262626;
  font-weight: 400;
  display: block;
  text-align: center;
}
.middle-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.middle-card span.star {
  display: flex;
  gap: 20px;
}
.deals-detail.leaderboard .deal-head {
  max-width: 443px;
}
.deals-detail.leaderboard span.has-number {
  position: static;
}
.mission-setion h2 {
  color: #fff;
}
.mission-setion .row {
  align-items: center;
  row-gap: 24px;
}
.mission-setion {
  position: relative;
}
img.mission-banner {
  width: 100%;
  height: 100%;
}
.mission-setion img.mission-banner {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  color: #fff;
  bottom: 0;
}
.welcm-col.mission-col {
  background: rgb(38 38 38 / 75%);
}
.welcm-col.mission-col h3 {
  color: #fff;
}
.story-section,
.vission-section,
.meet-section,
.legel-notice {
  text-align: center;
}

.vission-section p {
  max-width: 880px;
  margin: 0 auto;
}
.vission-col h3 {
  font-size: 30px;
  margin: 20px 0px 8px 0px;
}
.meet-section p {
  max-width: 790px;
  margin: 0 auto;
}
.meet-section .row {
  text-align: left;
  padding-top: 80px;
  row-gap: 50px;
}
.meet-section img {
  width: 100%;
}
.meet-section h3 {
  line-height: normal;
  margin: 0px;
  padding-top: 10px;
}
.meet-section .row p {
  font-size: 16px;
  line-height: normal;
}
.story-section h2 {
  margin-bottom: 24px;
}
.mission-setion p {
  max-width: 445px;
  color: #fff;
}
.vission-section h2 {
  margin-bottom: 24px;
}
.vission-section .row {
  padding-top: 45px;
}
.Our-Community .row {
  align-items: center;
}
.container-content {
  padding-right: 10%;
}
.legel-notice p {
  margin-bottom: 26px;
}
.our-plateform img {
  max-width: max-content;
}
.our-plateform h3 {
  margin-bottom: 18px;
  margin-top: 65px;
}
.our-plateform .nav-tabs .nav-link {
  font-size: 24px;
  font-weight: 400;
  color: #262626;
  border-left: 4px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 0;
  padding: 25px 0px;
  padding-left: 21px;
  text-align: left;
}
.our-plateform .nav-tabs .nav-link.active {
  background: transparent;
  border-left: 4px solid #7030a0;
  color: #082442;
}
.our-plateform h2 {
  margin-bottom: 30px;
}
.our-plateform .nav-tabs {
  border: none;
}
.our-plateform {
  padding-bottom: 75px;
}
.our-plateform .row {
  align-items: center;
}

/***************************************
***************new pages*****************
*****************************************/
.banner .form-div img {
  width: auto;
}
.banner.sign-up-banner .form-div {
  padding: 30px;
  color: #fff;
}
.account-checkbox a {
  margin: 0px 6px;
}
.banner.sign-up-banner .form-div h2 {
  font-size: 53px;
  max-width: 80%;
}
.sign-up-banner {
  position: relative;
}
.sign-up-banner:before {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 68%) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
span.login-using:after {
  content: "";
  border-bottom: 1px solid rgb(255 255 255 / 37%);
  display: inline-block;
  width: calc(100% - 120px);
  height: 1px;
}
span.login-using {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  font-size: 16px;
}
span.width-100 a {
  color: #fff;
  text-decoration: underline;
}
span.width-100 {
  width: 100%;
  display: block;
}
.banner.sign-up-banner .form-div h2 {
  padding-bottom: 20px;
}
span.First-span {
  padding: 30px 0px 10px 0px;
}
.flex-span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-span a {
  margin: 0 !important;
  width: 50%;
}
.font-16 {
  font-size: 16px;
}
.flex-span button.prple-btn {
  margin: 0;
}
a.forget-password {
  color: rgb(255 255 255 / 88%);
  text-align: right;
  text-decoration: underline;
  font-size: 16px;
}
.alert-page a {
  display: inline-block;
  width: 100%;
  line-height: 35px;
  font-size: 16px;
  padding: 6px 15px 6px 48px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid;
  position: relative;
}
.alert-page a img {
  max-width: 24px;
  margin-right: auto;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.thanks {
  text-align: center;
}
.thank-block {
  background: #fff;
}
.thanks a.prple-btn {
  margin-top: 40px;
  width: 400px;
  max-width: 100%;
}
.thank-block img {
  max-width: 80px;
  margin-bottom: 20px;
}
.cart-table h5 {
  padding: 20px 20px;
  border-bottom: 2px solid #d6e2e4;
  margin-bottom: 10px;
}
.summery h5 {
  padding-bottom: 10px;
}
.cart-table table {
  width: 100%;
}
.cart-table thead tr {
  margin-bottom: 0px;
}
.cart-table tr {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.cart-table th,
.cart-table td {
  width: 100%;
  padding: 13px 20px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
}
.cart-table th:last-child,
.cart-table td:last-child {
  min-width: 55px;
}
.cart-table td {
  background: #fff;
}
.cart-table td:first-child {
  border-radius: 8px 0px 0px 8px;
}
.cart-table td:last-child {
  border-radius: 00px 8px 8px 0px;
}
.summery .flex-span span:first-child {
  color: #183960 !important;
  font-weight: 600;
}
.cart span {
  color: #262626;
  font-size: 16px;
  font-weight: 500;
}
.flex-span.grand-total span {
  font-weight: 700 !important;
  color: #183960 !important;
}
.flex-span.item-1 {
  border-top: 1px solid #8f8f8f;
}
.summery .flex-span {
  padding: 15px 0px;
  border-top: 1px solid #8f8f8f;
}
.summery .flex-span.item-2 {
  padding-top: 0;
  border: none;
}
.flex-span.discount-code {
  border-top: 2px solid #000;
}
.discount-form {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f6f7;
  border-radius: 30px;
  width: 52%;
}
.discount-form input[type="text"] {
  padding: 1px 10px;
  margin: 0;
  background: transparent;
}
.discount-form button.prple-btn {
  align-content: normal;
  padding: 8px 16px;
  min-width: auto;
  line-height: normal;
  background: #062445;
  border: none;
}
.paypal-payment img {
  border-radius: 10px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
}
.summery {
  background: #fff;
  padding: 25px;
}
.summery span.content {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
  padding-top: 20px;
  color: #777;
}
.cart a.prple-btn {
  width: 100%;
  margin-top: 20px;
}
.cart-table td img {
  max-width: 15px;
  width: 15px;
  height: 15px;
}
form.Checkout-form .flex-span img {
  max-width: 180px;
}
form.Checkout-form .field {
  border-color: #bbced5;
}
form.Checkout-form .flex-span,
.paypal-payment h5 {
  border-bottom: 1px solid #bbced5;
  margin-bottom: 30px;
  padding: 10px 0px 15px 15px;
}
form.Checkout-form h5 {
  margin: 0px;
}
form.Checkout-form .field label {
  background: #f3f6f7;
}
.paypal-payment {
  padding-top: 50px;
}
form.Checkout-form {
  text-align: right;
}
form.Checkout-form a.prple-btn {
  width: auto;
  min-width: 250px;
  margin-left: auto;
}
.feed-col-profile {
  display: flex;
  align-items: center;
  margin-left: auto;
  background: #f3f6f7;
  border-radius: 5px;
  padding: 5px 10px;
  gap: 8px;
}
.feed-col-profile img {
  max-width: 40px;
}
.feed-col-profile span {
  font-size: 10px;
  line-height: normal;
}
.feed-col-profile span strong {
  font-size: 16px;
  display: block;
  color: #082442;
  font-weight: 500;
}
.Referral-Jobs .feed-cols {
  margin-bottom: 0px;
  border-bottom: 1px solid #8f8f8f;
}
.left-job,
.job-sidebar {
  padding: 20px;
}
.Referral-Jobs .leader-form {
  border: none;
}
.Referral-Jobs .feed-cols {
  padding: 20px;
}

.job-sidebar .feed-head span.leader-image {
  width: 50px;
  height: 50px;
}
.job-sidebar .feed-head span.feed-date {
  line-height: normal;
  padding: 0px;
  font-size: 14px;
}
.job-sidebar .feed-head {
  padding-bottom: 20px;
}
.user-sidebar .card-deals {
  padding: 0;
  padding-bottom: 30px;
}
.Referral-Jobs .fields.sort-field select,
.Referral-Jobs .deal-top a.result {
  /* background-color: #fff; */
}
.fields.sort-field select {
  font-size: 14px;
  width: auto;
  min-width: auto;
  text-transform: capitalize;
}
.Referral-Jobs .leader-form .field-set {
  gap: 10px;
}
.Referral-Jobs .leader-form .field-set select {
  background-color: transparent;
}
.Referral-Jobs .search-box {
  /* background: #ffffff; */
  padding: 6px;
  border-radius: 130px;
}
h5.job-heading,
.user-sidebar span.flex-span {
  border-bottom: 1px solid #8f8f8f;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.user-sidebar span.flex-span h5.job-heading {
  margin: 0;
  padding: 0;
  border: none;
  width: 60%;
}
.user-sidebar span.flex-span a,
.view-user {
  text-align: right;
  color: #7030a0;
  font-size: 16px;
  font-weight: 500;
}
span.toggle-content span {
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}
span.toggle-content h5 {
  margin: 0px;
}
span.toggle {
  position: relative;
  align-items: center;
  display: flex;
  gap: 8px;
}
span.toggle span {
  background: #dae2e5;
  height: 25px;
  width: 50px;
  border-radius: 25px;
  position: relative;
  display: inline-block;
}

span.toggle input {
  margin: 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}
span.toggle span:before {
  background: #ffffff;
  width: 19px;
  height: 19px;
  position: absolute;
  border-radius: 50%;
  left: 4px;
  top: 3px;
  content: "";
}
span.toggle input:checked ~ :before {
  right: 4px;
  left: auto;
}
span.toggle input:checked + span {
  background: #4ea72f;
}
.slider-top {
  padding: 20px;
  margin-bottom: 17px;
}
.justify-center {
  text-align: center;
  margin-top: 20px;
}
.justify-center a.prple-btn {
  display: inline-flex;
  gap: 7px;
}
.job-detail .feed-head {
  padding: 0px;
}
.job-detail .feed-cols {
  cursor: auto;
  background: #fff !important;
}
.job-detail .feed-head h6 {
  letter-spacing: normal;
  font-size: 19px;
  color: #062445;
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 500;
}
.job-detail .feed-head span.leader-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.job-detail .feed-col-profile img {
  max-width: 100%;
}
.job-detail .feed-col-profile span {
  font-size: 15px;
}
.job-detail .feed-col-profile span strong {
  font-size: 23px;
  font-weight: 500;
  color: #082442;
}

.job-detail .feed-head span.leader-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.job-detail .feed-cols h5 {
  font-size: 30px;
  font-weight: 400;
  color: #333;
}
.Job-Description p strong {
  display: block;
}
.Job-Description p {
  margin: 0px;
}
.Job-Description ul {
  margin-bottom: 24px;
}
p.inline-strong strong {
  display: inline-block;
}
p.paddint-top {
  padding-top: 10px;
}
.Job-Description {
  font-size: 16px;
  line-height: 25px;
}
.Job-Description a.prple-btn {
  margin-top: 20px;
}
.search-card span.leader-image {
  margin: 0;
  min-width: 72px;
}
.leader-bio h5 {
  color: #0b1b38;
  font-size: 20px;
}
.search-card {
  padding: 15px 0px;
  display: flex;
  gap: 15px;
  font-size: 16px;
  line-height: 23px;
  align-items: center;
  border-bottom: 1px solid #8f8f8f;
}
.video-review {
  width: 300px;
  height: 200px;
  min-width: 300px;
  border-radius: 8px;
  overflow: hidden;
}
.tab-divider span {
  background: #f3f6f7;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}
.tab-divider {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tab-divider:after {
  content: "";
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #8f8f8f;
}
span.progress-ratio img {
  max-width: 16px;
  margin-right: 8px;
}
span.progress-ratio {
  font-size: 13px;
}
.post-block {
  padding-top: 50px;
}
.post-block a.prple-btn {
  margin-top: 30px;
}
.leader-bio h5 span {
  font-size: 12px;
  padding: 3px 12px;
  border-radius: 30px;
}
.search-page {
  border-bottom: 1px solid #8f8f8f;
}
.search-page h2 {
  padding-top: 50px;
}
li.tabing-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f6f7;
  padding: 7px 30px;
  border-radius: 30px;
  margin-left: auto;
}
.search-page .nav-tabs {
  border-color: #e8e8e8;
  align-items: center;
}
li.tabing-filter img {
  max-width: 22px;
}
.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 79%);
  top: 0px;
  z-index: 99;
  display: flex;
  align-items: center;
}
.notification-popup {
  text-align: center;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px;
}
.notification-popup a.border-btn {
  border-color: #7030a0;
  color: #7030a0;
}
.notification-popup a.border-btn:hover {
  color: #fff;
}
.notification-popup a {
  padding: 15px;
  line-height: normal;
  width: 100%;
}
.notification-popup .flex-span {
  gap: 15px;
  max-width: 330px;
  margin: 30px auto 10px auto;
}
.notification-popup p {
  font-size: 16px;
  color: #082442;
  max-width: 350px;
  margin: 0 auto;
  line-height: normal;
}
span.notification-pic {
  background: #f3f6f7;
  display: flex;
  width: 55px;
  height: 55px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 14px;
}
span.notification-pic img {
  max-width: 25px;
}
.user-icons a, .user-icons button {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.user-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.flex-icons {
  flex-wrap: wrap;
  justify-content: right;
}
.user-icons a.submit-icon,.user-icons button.submit-icon {
  background: #7030a0;
}
a.submit-icon svg {
  max-width: 19px;
}
.user-post {
  padding: 15px;
}
.user-post input[type="text"] {
  margin: 0px;
  padding: 5px;
  font-size: 17px;
}
.user-post > p {
  border-bottom: 1px solid #8f8f8f;
  padding-bottom: 11px;
  margin-bottom: 12px;
}
.fost.leader-form {
  justify-content: right;
  padding: 20px 0px;
  border: none;
}
.fost.leader-form select {
  border: none;
}
.user-function {
  margin-left: auto;
  position: relative;
}
.user-function > ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}
li.menu-toggles a {
  height: 100%;
  display: block;
}
.user-function .menu-toggles ul {
  list-style: none;
  padding: 11px;
  margin: 0;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  line-height: 19px;
  position: absolute;
  right: 0px;
  display: none;
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 11%);
  z-index: 9;
  top: 90%;
}
.user-function .menu-toggles ul {
  min-width: 120px;
}
.user-function .menu-toggles ul li a {
  display: inline-block;
  width: 100%;
  padding: 3px 8px;
}
span.menu-toggles {
  position: relative;
}
.user-function .menu-toggles:hover ul {
  display: block;
}
.card-footer {
  border-top: 1px solid #8f8f8f;
  padding-top: 20px;
  margin-top: 30px;
  width: 100%;
}
.card-footer img {
  max-width: 16px;
}
.card-footer div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.card-footer a {
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 6px;
  width: auto;
}

.user-card {
  padding: 20px;
  margin-bottom: 20px;
}
.user-card .user-function {
  margin-bottom: auto;
  margin-top: 0px;
}
.card-header a.follow img {
  max-width: 16px;
}
.card-header a.follow {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: auto;
}
.card-pic {
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
  position: relative;
}
.card-pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.card-pic.half {
  height: 48%;
  position: relative;
}
.card-pic span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 56%);
  font-size: 30px;
  font-weight: 700;
}
.card-pic.half.overlay-pic {
  margin-top: 15px;
}
a.sign-up {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
a.sign-up img {
  max-width: 25px;
}
.card-body.small-user-card {
  padding: 20px;
}
.user-sidebar {
  margin-bottom: 20px;
}
.user-sidebar.job-sidebar span.feed-dates {
  background: #f3f6f7;
  padding: 2px 6px;
  display: inline-block;
  border-radius: 2px;
}
.job-sidebar .feed-head-data h5 {
  font-size: 16px;
  font-weight: 600;
}
.user-sidebar .deal-head {
  padding: 0;
  margin: 10px 0px 4px 0px;
}
.feed-menu {
  margin-left: auto;
}
.job-sidebar .feed-head span.has-number {
  position: static;
  margin-left: auto;
}
.user-sidebar.user-profile {
  overflow: hidden;
}
.user-head h5 {
  margin-bottom: 4px;
  font-size: 20px;
  color: #082442;
}
.profile-data {
  text-align: center;
  margin-top: -60px;
}
.user-head {
  font-size: 15px;
  line-height: normal;
  padding: 15px 0px;
}
.profile-data .middle-card {
  justify-content: center;
  background: #f3f6f7;
  border-radius: 30px;
  padding: 15px;
  margin: 15px 0px;
}
.user-sidebar.user-profile .card-deals {
  padding: 0px 30px 30px;
}
span.user-pic {
  width: 120px;
  height: 120px;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
  margin: 0 auto;
  border: 3px solid #fff;
}
span.user-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.google-chat .feed-head {
  align-items: flex-start;
  padding-bottom: 15px;
}
.google-chat .feed-head-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.google-chat .feed-head-data span.feed-date {
  padding: 0;
  margin-left: 10px;
}
.google-chat .card-footer {
  padding-top: 0;
  margin-top: 0px;
  border-bottom: 1px solid #8f8f8f;
  border-top: 0;
  padding-bottom: 10px;
}
.google-chat span.leader-image {
  min-width: 51px;
}
.google-chat-card.left-space {
  padding-left: 57px;
}
.google-chat {
  background: #f3f6f7;
  padding: 20px;
  margin-top: 20px;
}
.google-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.google-post input {
  margin: 0;
  padding: 9px;
  font-size: 14px;
  line-height: normal;
  background: transparent;
}
.google-post span.leader-image {
  margin: 0;
  width: 30px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.google-post span.leader-image img {
  max-width: 50px;
}
.card-footer .feed-info span {
  position: relative;
  cursor: pointer;
}
.feed-info .social-links {
  flex-direction: column;
  text-align: left;
  align-items: flex-start !important;
  justify-content: left;
  position: absolute;
  background: #fff;
  padding: 15px;
  border-bottom: 10px;
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 11%);
  left: 0px;
  min-width: 201px;
  font-size: 15px;
  gap: 5px !important;
  border-radius: 10px;
  top: 30px;
  z-index: 9;
  display: none;
}
.card-footer .feed-info span:hover .social-links {
  display: flex !important;
}
.slider-top .field {
  border-radius: 30px;
  padding: 6px;
  margin: 0;
  margin-top: 15px;
}
.Activity-accordion span.leader-image {
  width: 300px;
  height: auto;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
}
.Activity-accordion span.leader-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.Activity-accordion span.feed-date {
  padding: 0;
}

.Activity-accordion .feed-head {
  align-items: normal;
  padding-bottom: 30px;
}
.accordion-body .pagination {
  padding-top: 10px;
  justify-content: right;
}
.Video-blocks {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.Video-blocks .card-pic {
  width: 20%;
  padding: 10px;
}
.Video-blocks .card-pic iframe,
.Video-blocks .card-pic img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.card-pic video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 8px;
  min-height: 167px;
  object-fit: cover;
}
.experience-block {
  display: flex;
  gap: 15px;
  font-size: 16px;
}
.Video-blocks .card-pic img {
  min-height: 167px;
  object-fit: cover;
}
span.experience-body ul {
  border-left: 1px solid #d6e2e4;
}
.experience-block {
  padding-top: 15px;
}
.accordion-body .nav-tabs {
  margin-bottom: 20px;
  border: none;
}
.Industry-blocks a {
  border: 1px solid #dfe4e5;
  border-radius: 100px;
  padding: 9px 28px;
  display: inline-block;
  margin: 5px;
  font-size: 16px;
  color: #262626;
}
.accordion-body.deal-body p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
  border-bottom: 1px solid #8f8f8f;
  padding-bottom: 15px;
}
.solo-tab p {
  padding: 15px 0px;
}
.accordion-body .feed-cols {
  border-bottom: 1px solid #8f8f8f;
}
.profile-catagiory {
  padding: 10px 0px;
  border-bottom: 1px solid #8f8f8f;
  font-weight: 600;
}
.profile-catagiory:nth-child(6) {
  margin-bottom: 20px;
}
.user-links a {
  display: flex;
  width: 100%;
  background: #fff;
  margin-bottom: 6px !important;
  border-radius: 10px;
  padding: 1px 13px;
  font-size: 13px;
  gap: 10px;
  align-items: center;
  color: #082442;
}
.user-links a img {
  max-width: 20px;
}
.user-links a img + img {
  margin-left: auto;
}
.profile-detail {
  width: 50%;
}
.profile-detail h5 {
  font-size: 24px;
  font-weight: 600;
}
body.gradiant-border .user-landing-page .middle-card {
  justify-content: center;
  margin: 30px 0px;
  border-image: linear-gradient(to right, #9a9fed 0%, #c2b088 50%, #e6717a 100%)
    1;
  border-radius: 5px;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  padding: 5px;
  padding: 20px 0px;
}
body.gradiant-border .user-landing-page .middle-card span {
  font-size: 15px;
}
body.gradiant-border .user-landing-page .middle-card h4 {
  line-height: 29px;
  font-size: 20px;
  color: #000d2b;
}
.accordion-body a.see-more {
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #8f8f8f;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.user-sidebar.job-sidebar .card-deals {
  padding-bottom: 15px;
  border-bottom: 1px solid #8f8f8f;
  margin-bottom: 15px;
}
.banner-btn img,
.banner .border-btn img {
  max-width: 17px;
}
.banner .border-btn img {
  margin-top: -3px;
  margin-left: 5px;
}
.banner-btn a,
.banner .border-btn a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner-btn a {
  border-radius: 6px;
  font-size: 16px;
  min-width: 120px;
}
.banner-btn {
  display: flex;
  gap: 11px;
  justify-content: right;
}
.user-banner .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  height: 100%;
  padding: 30px 15px;
}
.profile-detail a.follow {
  padding: 0px;
  width: 100%;
  left: 56%;
}
.profile-detail a.follow img {
  max-width: 270px;
}
.profile-detail span.leader-image {
  min-width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  margin-top: -287px;
  background: #f3f6f7;
}
.profile-detail span.leader-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.user-profile-detail {
  padding-top: 40px;
  color: #082442;
}
.user-profile-detail span.feed-date {
  padding-bottom: 14px;
  font-size: 16px;
}
body.gradiant-border span.flex-span,
.primium-user-right button.accordion-button {
  border-image: linear-gradient(to right, #9a9fed 0%, #c2b088 50%, #e6717a 100%)
    1;
  border-radius: 5px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  padding: 5px 5px 20px 5px;
  margin-bottom: 23px;
}
.primium-user-right .accordion-item,
.primium-user-right button.accordion-button.collapsed {
  background: transparent;
}
.primium-user-right .accordion-item .accordion-body {
  background: #fff;
  font-size: 16px;
  padding: 20px;
  border-radius: 15px;
}
.primium-user-right .accordion-button:not(.collapsed)::after {
  content: "-";
  background: transparent;
  font-size: 30px;
  text-align: center;
  display: flex;
  align-items: center;
}
.primium-user-right button.accordion-button.collapsed::after {
  content: "+";
  background: transparent;
  text-align: center;
  font-size: 30px;
  display: flex;
  align-items: center;
}
.primium-user-right button.accordion-button {
  margin-bottom: 25px;
  padding: 25px;
}
.banner h4 {
  color: #fff;
}
.accordion-body.no-bg-tab {
  background: transparent !important;
  padding: 0px;
}
.accordion-body.no-bg-tab .nav-tabs .nav-link.active {
  background: transparent;
}
.accordion-body.no-bg-tab div#myTabContent {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
}
.accordion-body .nav-tabs .nav-link {
  padding: 5px 16px;
  font-size: 16px;
}
.header-user img {
  max-width: 24px;
  min-width: 24px;
}
.header-user ul {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 16px;
  padding: 0;
  margin: 0;
}
a.header-pic img {
  max-width: 50px;
}
.boost-block {
  padding: 20px;
  margin-bottom: 17px;
}

.boost-con span {
  font-size: 13px;
  font-weight: 500;
}
.boost-con h5 {
  margin: 0;
  font-size: 23px;
  font-weight: 700;
}
.radio-box h5 {
  font-size: 22px;
  font-weight: 700;
  color: #082442;
}
.boost-block a {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: normal;
  white-space: nowrap;
  text-decoration: underline;
  padding-top: 15px;
}
.boost-block.light-boost a {
  color: #0f0f0d;
  font-weight: 500;
}
.accordion-body .feed-head-data h5 {
  font-size: 18px;
}
span.experience-body h5 {
  font-weight: 600;
}
.job-detail .deal-top .search-box,
.job-detail .deal-top a.result {
  background: #fff;
}
span.experience-pic {
  width: 100px;
  height: 100px;
}
.recent-list .field {
  border-radius: 30px;
  padding: 8px 15px;
  margin: 18px 0px;
}
.recent-list .feed-head {
  border-top: 1px solid #8f8f8f;
  padding: 16px 0px;
}
.recent-list.job-sidebar {
  max-height: 985px;
  overflow: hidden;
  position: relative;
  overflow-y: auto;
  scrollbar-width: thin;
}
.recent-list.job-sidebar:after {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 51px;
}
.chat-with textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #8f8f8f;
  padding: 15px;
  min-height: 195px;
}
.chat-with .user-icons {
  justify-content: right;
}
.chat-with {
  padding: 15px;
  margin-bottom: 20px;
}

span.chat-text {
  display: inline-block;
  background: #e7eff2;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
  line-height: normal;
}
.chat-paricular {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  position: relative;
}
.chat-paricular.right-chat span.chat-text {
  background: #f3f6f7;
}
span.chat-pic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
}
.chat-paricular.right-chat {
  margin-left: auto;
}
.chat-paricular {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  position: relative;
  max-width: 85%;
}
.chat-board {
  padding: 20px;
}
span.chat-time {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  white-space: nowrap;
  font-size: 15px;
  margin-bottom: 15px;
}
span.chat-time:after,
span.chat-time:before {
  border-bottom: 1px solid #d6e2e4;
  content: "";
  width: 100%;
}
.flex-span.chat-top {
  margin-bottom: 20px;
}
.recent-list.job-sidebar .nav-tabs .nav-link {
  font-size: 15px;
  padding: 8px 15px;
}
.recent-list.job-sidebar .nav-tabs .nav-link.active {
  color: #262626;
  font-weight: 700;
  border-color: #d6e2e4;
}
.message .user-profile-pic {
  max-height: 150px;
  overflow: hidden;
}
.flex-span.chat-top .menu-toggles ul {
  right: auto;
  min-width: 160px;
}
.user-catagory-pic {
  display: flex;
}
.user-catagory-pic a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px !important;
  background: #000;
  color: #fff;
  font-size: 13px;
}
.user-catagory-pic a img {
  max-width: 100%;
}
li.relative-list {
  position: relative;
}
a.border-list {
  border-top: 1px solid #8f8f8f;
}
.account-list a {
  display: flex;
  align-items: center;
  padding: 6px 0px;
  gap: 7px;
  font-size: 15px;
}
.account-list {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  position: absolute;
  z-index: 999;
  right: 0;
  min-width: 200px;
  display: none;
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 11%);
}
.account-list a img {
  min-width: 20px;
  max-width: 20px;
}
li.relative-list:hover .account-list {
  display: block;
}
.account-list span.leader-image {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.account-list h5 {
  font-size: 16px;
}
.account-list span.feed-date {
  line-height: normal;
  padding: 0px !important;
}
.notification-list span.menu-toggles img {
  transform: rotate(90deg);
}
.account-list .feed-head {
  gap: 7px;
  border-top: 1px solid #8f8f8f;
  padding: 10px 0px 0px;
}
.account-list.notification-list .flex-span {
  margin-bottom: 0;
  border: none;
  padding-bottom: 10px;
}
.account-list.notification-list {
  min-width: 400px;
  padding: 20px;
}
.banner.sign-up-banner img {
  min-height: 63vw;
  object-fit: cover;
}
.banner.sign-up-banner .flex-span img {
  min-height: auto;
}
.accordion-body .deals-price {
  font-size: 25px;
  color: #082442;
}
.accordion-body .card-deals p {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}
.accordion-body .card-deals span.tags,
.profile-data span.tags {
  font-size: 13px;
  font-weight: 400;
}
.profile-detail .feed-head {
  padding-bottom: 0;
}
.primium-user-right .accordion-item .accordion-body.no-bg-tab {
  padding: 0px;
}
.user-sidebar.Licences h5 {
  font-size: 15px;
}
.user-sidebar.Licences h5.job-heading {
  font-size: 18px;
}
.accordion-body .feed-cols-2 p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
}
.nyse-col h4 {
  font-size: 25px;
  font-weight: 700;
  color: #082442;
}
span.header-dot {
  background: #65249a;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 400;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  position: absolute;
  top: -3px;
  right: -4px;
}

.mobile-view {
  display: none;
}
.user-post.bg-white.radius-15.mobile-view {
  margin-bottom: 24px;
}
.mobile-tab {
  display: none;
}
.Referral-Jobs a.follow {
  color: #7030a0;
}
.Referral-Jobs a.follow path {
  fill: #7030a0;
}
.user-sidebar.user-profile .card-deals .flex-span a {
  text-align: center;
}
.container-fluid {
  max-width: 1920px;
  padding: 0px 50px;
}
.admin-bar a {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 5px;
  font-weight: 400;
  padding: 10px 30px;
}
.admin-bar a img {
  max-width: 25px;
  min-width: 25px;
}
img.white-img {
  display: none;
}
.admin-bar a:hover {
  background: #7030a0;
  color: #fff;
}
.admin-bar a:hover img.dark-img {
  display: none;
}
.admin-bar a:hover img.white-img {
  display: block;
}
.deal-form .container-fluid form {
  max-width: 100%;
  background: #f3f6f7;
  border-radius: 15px;
}
.deal-form.admin-deal-form {
  background: transparent;
}
.admin-deal-form.radius-25 form {
  max-width: 1000%;
}
.deals-detail.admin-deal-form .accordion:after {
  display: none;
}
.profile-detail span.leader-image {
  position: relative;
}
.admin-deal-form .profile-detail a.follow {
  left: 62%;
}
.admin-deal-form .field {
  width: 32%;
}

.admin-deal-form .field label {
  background: #fff;
}
.user-landing-page.admin-deal-form .admin-bar {
  padding-top: 40px;
}
.copywrite.padd-40.admin-copywrite {
  border-top: 1px solid #d6e2e4;
}

/*******************************************
*****************admin page*****************
*******************************************/
.admin-pagination .pagination {
  padding: 0;
}
.admin-pagination {
  display: flex;
  align-items: center;
  padding-top: 45px;
  font-size: 13px;
  border-bottom: 1px solid #d6e2e4;
  padding-bottom: 50px;
}
.admin-pagination span a {
  background: #7030a0;
  color: #fff;
  padding: 7px 15px;
  border-radius: 20px;
  line-height: normal;
}
.admin-pagination span select {
  border: 1px solid #000;
  padding: 6px 9px;
  min-width: 54px;
  border-radius: 20px;
  line-height: normal;
  background-color: #f3f6f7;
  background-position: 83%;
  border-color: #bbced5;
}
.admin-pagination span {
  display: flex;
  gap: 10px;
  align-items: center;
}
.admin-pagination .pagination ul a.active {
  background: #7030a0;
}
.justify-space {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.admin-deal-form .accordion {
  max-width: 100%;
  background-color: transparent;
  padding-bottom: 0px;
}
.admin-deal-form .accordion-body {
  padding: 30px 50px 30px 50px;
}
.admin-deal-form .accordion-button,
h2.padd-heading {
  padding: 30px 50px 20px 50px !important;
  border-bottom: 1px solid #bbced5;
  background: transparent;
}
.admin-deal-form button.accordion-button.collapsed {
  border-bottom-color: transparent !important;
}
.admin-deal-form .accordion-item {
  background: transparent;
}
.admin-deal-form select,
.admin-deal-form input {
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  outline: none;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 7px 15px;
  margin-bottom: 18px;
  border: 1px solid #bbced5;
  background-position: 95% center;
}
.fields {
  width: 32%;
}
.fields.full-field {
  width: 49%;
}
.admin-deal-form .field-set {
  flex-wrap: wrap;
}
.fields label {
  font-size: 15px;
}
.admin-deal-form form {
  padding-top: 50px;
  display: flex;
  align-items: flex-end;
  gap: 50px;
}
.admin-deal-form .form-right a {
  margin-top: 20px;
  min-width: 180px;
  margin-left: auto;
  font-size: 17px;
}
.admin-deal-form .form-right a.border-btn {
  border-color: #7030a0;
  color: #7030a0;
}
.admin-deal-form .form-right a.border-btn:hover {
  color: #fff;
}
.form-right {
  max-width: 200px;
  text-align: right;
  margin-bottom: 24px;
}
.admin-deal-form {
  margin-bottom: 30px;
}
.admin-deal span.has-number {
  position: static;
  min-width: 40px;
}
.card-deal.deals-card span.status {
  padding: 1px 8px;
  border-radius: 10px;
  font-size: 14px;
  line-height: normal;
}
.admin-deal .middle-card {
  gap: 25px;
  margin: 0 auto;
}
.admin-deal .middle-card h4 {
  min-width: 160px;
}
.admin-deal .card-deal.deals-card,
.leader-col {
  background: #ffffff;
  cursor: pointer;
}
.admin-deal .card-deal.deals-card:nth-child(even),
.leader-col:nth-child(even) {
  background: #f3f6f7;
}
.admin-deal .card-deal.deals-card:first-child,
.Transaction-card:first-child {
  border-radius: 10px 10px 0px 0px;
}
.admin-deal .card-deal.deals-card:last-child,
.Transaction-card:last-child {
  border-radius: 0px 0px 10px 10px;
  border-bottom: none;
}
.edit-deal {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 90px;
  justify-content: right;
}

.edit-deal a.prple-btn img {
  max-width: 18px;
}
.edit-deal a.prple-btn {
  border-radius: 5px;
  padding: 4px;
  line-height: normal;
  min-width: auto;
}
.admin-deal-form .accordion-button::after,
.admin-deal-form .accordion-button:not(.collapsed)::after {
  background-image: url(../images/filter.svg);
  transform: rotate(0deg);
}
.deal-form.edit-deal {
  background: transparent;
}
.deal-form.edit-deal .admin-deal-form {
  margin-top: 0;
  margin-bottom: 0;
}
.deal-form.edit-deal .admin-deal-form .accordion-body {
  border-bottom: 1px solid #bbced5;
}
.deal-form.edit-deal form {
  max-width: 100%;
  padding: 0px;
}
.edit-deal-form {
  padding: 30px 50px 50px 50px;
}
.edit-deal-form .boost-form {
  padding-top: 50px;
}
.edit-deal-form input.prple-btn {
  width: auto;
  min-width: 200px;
}
.edit-deal-form .field-set .field {
  width: 50%;
  /* background-color: #fff; */
}
/* .edit-deal-form  .field{
    background-color: #fff;
} */
/* .deal-form.edit-deal .field label:before {
    content: "";
    background: #ecf1f2;
    width: 100%;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: -3px;
    left: 0px;
}
.deal-form.edit-deal .field label span{
    position: relative;
} */
.deal-form.edit-deal h4 {
  margin-bottom: 25px;
}
/* .deal-form.edit-deal .field label {
    background: transparent;
} */
.deal-form.edit-deal .field-set {
  align-items: flex-start;
}
.deal-form.edit-deal .field textarea {
  min-height: auto;
  font-size: 16px;
  font-weight: 400;
  color: #262626;
}

.profile-edit-user label span {
  font-weight: 400;
  min-width: 220px;
  display: inline-block;
}
.profile-edit-user label {
  width: 50%;
  padding-bottom: 3px;
  font-weight: 600;
  text-align: left;
  font-size: 16px;
}
.profile-edit-user {
  display: flex;
  flex-wrap: wrap;
}
.admin-deal .middle-card h4 {
  min-width: 200px;
  font-size: 16px;
}
.Transaction-card:nth-child(even) {
  background: #f3f6f7;
}
.Transaction-card {
  background: #ffffff;
  padding: 24px;
  border-bottom: 1px solid #8f8f8f;
}
.Transaction-card .card-deal.deals-card {
  padding: 0px !important;
  background: transparent !important;
  border: none;
  border-radius: 0px !important;
}
.Transaction-card .accordion-button::after {
  content: "-";
  background: #7030a0;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
}
.Transaction-card .accordion-button.collapsed::after {
  content: "+";
}
.Transaction-card .accordion-button {
  padding: 0px;
}
.Transaction-card .card-deal.deals-card {
  padding: 0px;
  background: transparent !important;
}
.Transaction-card .profile-edit-user {
  padding: 30px;
}
.Transaction-card .profile-edit-user span {
  min-width: auto;
  margin-right: 10px;
}
.Transaction-card button.accordion-button {
  padding: 0;
  width: 40px;
}
.Transaction-card .deal-head {
  min-width: 160px;
}
.Transaction-card .card-deal.deals-card span.status {
  min-width: 80px;
  text-align: center;
  padding: 2px 8px;
  border-radius: 45px;
  line-height: normal;
  font-size: 13px;
}
.view-Transactions .admin-deal-form form {
  padding-top: 0;
  align-items: center;
}
.admin-deal-form .field select,
.admin-deal-form .field input {
  margin: 0;
  background-color: transparent;
  border: none;
  padding: 0px 5px;
  border: none;
}
.profile-edit-user label a {
  border: 1px solid #4ea72f;
  color: #4ea72f;
  border-radius: 18px;
  padding: 2px 10px;
  font-weight: 500;
}
.user-about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.padd-all-50 {
  padding: 50px 30px;
  border-bottom: 1px solid #bbced5;
}
.padd-all-50:last-child {
  border-bottom: 0px;
}
.about-user-block {
  width: 50%;
}
.about-user-block label {
  display: block;
  font-size: 16px;
}
.user-board p span {
  display: block;
  font-weight: 400;
  font-size: 40px;
}
.user-board {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
.user-board-col {
  width: 25%;
}
.user-board p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.user-board-col a {
  text-decoration: underline;
  color: #7030a0;
  font-size: 16px;
}
.edit-profile {
  padding-top: 80px;
  padding-bottom: 120px;
}
.padd-all-50 input.prple-btn {
  width: auto;
  min-width: 200px;
}
.edit-profile .field label {
  background: #f3f6f7;
}
.about-user-form h4 {
  display: inline-block;
  margin-bottom: 25px;
}
.edit-profile .accordion-body.no-bg-tab div#myTabContent {
  background: transparent;
}
.edit-profile .justify-space {
  padding: 50px 30px 0px 30px;
}
.edit-profile .justify-space h2 {
  margin-bottom: 0px;
}
.edit-profile .nav-tabs .nav-link.active {
  background: transparent;
}
ul.profile-tab {
  margin: 0px 30px;
}
.edit-profile .accordion-body.no-bg-tab div#myTabContent {
  background: transparent;
  padding-left: 0;
  padding-right: 0px;
}

.form-heading a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.form-heading h4 {
  margin: 0;
}
.form-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.middle-span span {
  min-width: 180px;
  text-align: center;
}
.middle-span {
  max-width: 590px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
span.title {
  min-width: 220px;
  text-align: center;
}
span.select {
  min-width: 80px;
}
span.select select {
  background-color: #cdcdcd;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  padding: 0px 5px;
  background-position: 95%;
  min-width: 90px;
}
.Transaction-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  padding: 24px 24px 10px 24px;
}
.deal-form.edit-deal .field label,
.edit-profile .field label {
  background: #fff;
}
.view-Transactions .admin-deal-form form .form-right a:first-child {
  margin-top: 0;
}
.view-Transactions .admin-deal-form form .form-right {
  margin-top: -8px;
}
.deal-form.edit-deal .admin-deal-form .custom-popup {
  top: 0;
}
.field.matter-textarea {
  min-height: 300px;
}
span.id {
  min-width: 40px;
  text-align: center;
}
span.title-1 {
  min-width: auto;
}
.deal-job-hrading .middle-span {
  max-width: 795px;
}
.deal-job-hrading .middle-span span {
  min-width: 204px;
}
.admin-deal-list.job-middle-span .deal-head {
  max-width: 300px;
}
.admin-deal-list.job-middle-span .middle-span span {
  min-width: 180px;
}
span.status {
  min-width: 64px;
}
.admin-deal-list.job-middle-span span.job-status {
  min-width: 65px;
}
.admin-deal-list.job-middle-span .middle-span {
  max-width: 455px;
  gap: 25px;
  justify-content: center;
  margin: 0 auto;
}
.admin-deal-list.job-middle-span span.title {
  min-width: 300px;
  text-align: center;
}
.card-deal.deals-card,
.Transaction-card {
  cursor: pointer;
}
.card-deal.deals-card:hover,
.Transaction-card:hover,
.leader-col:hover {
  background-color: #f1e4fb !important;
}
.field.deal-full {
  width: 100%;
}
.field.half-deal {
  width: 49%;
}
.ragister-dashboard img {
  width: 100%;
  height: 100%;
}
.ragister-dashboard img {
  width: 100%;
  height: 100%;
  margin-top: 6px;
}
.dashboard-col {
  text-align: center;
  padding: 20px;
  color: #fff;
  border-radius: 3px;
}
.dashboard-block .justify-space {
  padding: 0px;
  padding-top: 30px;
}
.dashboard-block .justify-space span {
  margin-left: 0;
}
.dashboard-block,
.dashboard-leader {
  padding: 50px 30px;
}
.dashboard-leader .leader-head {
  max-width: 300px;
  margin-right: auto;
}
.dashboard-block {
  padding-bottom: 30px;
}
.ragister-dashboard,
.dashboard-slider {
  padding: 0px 30px;
}
.ragister-dashboard .row,
.dashboard-block .row,
.dashboard-slider .row {
  row-gap: 25px;
}
.ragister-dashboard a {
  display: inline-block;
}
.slider-right-col .justify-space {
  display: inline-block;
  width: 100%;
}
.slider-right-col .justify-space span {
  display: inline-block;
  width: 100%;
  text-align: left;
  line-height: normal;
  padding-bottom: 25px;
}
.justify-space span {
  margin-left: auto;
}
.dashboard-slider p {
  padding: 15px;
  color: #fff;
  position: absolute;
  bottom: 28px;
  left: 20px;
  right: 20px;
  margin: 0px;
  z-index: 99;
}
.dashboard-slider .item:before {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(1deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.dashboard-slider .col-md-8.col-sm-12 {
  position: relative;
}
.dashboard-slider .owl-stage-outer,
.dashboard-slider .owl-stage,
.dashboard-slider .owl-item,
.dashboard-slider .owl-carousel.dasboard-owl {
  height: 100%;
}
.dashboard-slider .owl-dots {
  top: auto;
  position: absolute;
  bottom: 0px;
  margin: 0px;
  left: 0;
  right: 0;
}
.slider-right-col .justify-space span strong {
  display: block;
  font-size: 30px;
}
.dashboard-block .justify-space strong {
  display: block;
  text-align: left;
}
.leader-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-bottom: 1px solid #8f8f8f; */
  padding: 10px 15px;
}
.leader-head a {
  display: block;
  font-size: 15px;
  padding: 0;
  line-height: normal;
}

.dashboard-leader .leader-date {
  min-width: 85px;
  font-weight: 600;
  font-size: 15px;
  line-height: normal;
}
.dashboard-leader .right-col .leader-date {
  text-align: center;
}
.leader-date span {
  display: block;
}
.leader-col span.leader-image {
  margin: 0;
  max-width: 50px;
  height: 50px;
}
.leader-head {
  margin-left: 15px;
  margin-right: auto;
}
.dashboard-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.dashboard-leader .row {
  row-gap: 25px;
}
.pagination-bottom {
  display: flex;
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
  justify-content: left;
  padding-top: 30px;
}
.pagination-bottom select {
  border-radius: 10px;
  padding: 2px 10px;
  min-width: 67px;
  background-position: 90% 50%;
  border: none;
  margin: 0px 10px 0px 20px;
}
.feed-info a.follow {
  background: #7030a0;
  background-color: #7030a0;
  color: #fff;
  border-radius: 50px;
  padding: 0 20px;
  min-width: 118px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  box-shadow: none;
  text-align: center;
  display: inline-block;
  border: 1px solid #7030a0;
  transition: 0.2s;
}
.feed-info a.follow path {
  fill: #fff;
}
.feed-info a.follow:hover {
  background: #3e0b64;
  border-color: #3e0b64;
}
span.feed-date strong {
  display: block;
}
.left-job span.feed-date {
  line-height: 19px;
  padding-top: 7px;
}
span.sallery {
  display: block;
  line-height: normal;
  margin: 0;
}
span.post {
  display: inline-block;
  width: 100%;
  padding: 8px 0px;
}
.job-detail .feed-head h6 span {
  display: block;
  font-size: 14px;
  padding-bottom: 4px;
  font-weight: 400;
}
.feed-col-profile {
  display: none;
}
/******************
*******popup*******
********************/
.popup-overlay {
  background: rgb(0 0 0 / 62%);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.popup-overlay .popups {
  border-radius: 15px;
  background: #fff;
  min-width: 32%;
  padding: 50px;
}

.popups {
  text-align: center;
  background: #7030a0;
  color: #fff;
  border-radius: 30px;
  max-width: 750px;
  margin: 0 auto;
  padding: 30px;
  position: relative;
}

.popups img {
  max-width: 180px;
}

.popups h2 {
  color: #fff;
  margin: 30px 0px 15px 0px;
}

.popup-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.login-required-modal .popups a.prple-btn {
  border-color: #7030a0;
  color: #fff;
  background-color: #7030a0;
}

.login-required-modal .popups a.border-btn {
  border-color: #7030a0;
  color: #7030a0;
  background-color: #fff;
}

.login-required-modal .popups a.border-btn:hover {
  border-color: #7030a0;
  color: #fff;
  background-color: #7030a0;
}

.custom-confirm-modal .popups a.prple-btn {
  border-color: #7030a0;
  color: #fff;
  background-color: #7030a0;
}

.custom-confirm-modal .popups a.border-btn {
  border-color: #7030a0;
  color: #7030a0;
  background-color: #fff;
}

.custom-confirm-modal .popups a.border-btn:hover {
  border-color: #7030a0;
  color: #fff;
  background-color: #7030a0;
}

.popups a.border-btn {
  border-color: #fff;
  color: #fff;
}

.popups a.prple-btn {
  color: #7030a0;
  background-color: #fff;
}

.popups a {
  width: 50%;
}

.popups a.border-btn:hover {
  color: #fff;
}

a.pop-close {
  display: inline-block;
  float: right;
  width: 40px !important;
  height: 40px;
  font-size: 40px;
  font-weight: 300;
  color: #9a9a9a;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 15px;
}

.card-deal.deals-card.detail-card:hover {
  background: transparent !important;
}

/*************************
********animate***********
***********************/
.btn:hover {
  /* transform: translateY(-3px); */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
  background-color: #ab5de7;
}
.btn:hover::after {
  /* transform: scaleX(1.4) scaleY(1.6); */
  transform: scaleX(1.1) scaleY(1.1);
  opacity: 0;
}
.btn-animated {
  /* animation: moveInBottom 5s ease-out; */
  animation-fill-mode: backwards;
}
a.prple-btn.btn.btn-animate:active {
  color: #fff;
  border-color: #7030a0;
  background: #7030a0;
}
a.btn.btn-animate {
  position: relative;
}

input::placeholder,
select::placeholder {
  color: #000;
}

.demo .accordion {
  padding-bottom: 0;
}
.demo .accordion-item {
  margin: 0;
  background: transparent;
}
.demo .accordion-body {
  padding: 0;
  padding-bottom: 12px;
}
.demo button.accordion-button {
  padding: 0;
  background: transparent !important;
  font-size: 15px;
  font-weight: 500 !important;
  color: #7030a0;
}
.accordion-collapse.show + .accordion-header span.see-more {
  display: none !important;
}
.accordion-collapse.show + .accordion-header span.hide {
  display: block !important;
}
.accordion-button span.hide {
  display: none;
}

.demo .accordion-button::after {
  background-size: 14px;
}
.admin-job-view .deal-head {
  min-width: 150px;
  width: 150px;
}
.admin-job-view .middle-card h4 {
  min-width: 180px;
}
/***************************
*********applicants********
******************************/

.admin-applicant-head,
.applicant-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 10px 24px;
}
.applicant-bar {
  padding: 24px;
  background: #ffffff;
  cursor: pointer;
}
.applicant-bar:nth-child(even) {
  background: #f3f6f7;
}
.applicant-bar:hover {
  background: #f1e4fb !important;
}
.admin-applicant-head span {
  font-size: 15px;
  color: #262626;
  text-align: center;
}
.applicant-bar h4,
.applicant-bar h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #082442;
  text-align: center;
  max-width: 158px;
  line-height: 26px;
}
.applicant-bar h5,
span.title1 {
  max-width: 180px;
  text-align: left;
  width: 180px;
}
.applicant-bar a.prple-btn {
  min-width: 94px;
  line-height: 40px;
}
span.action {
  max-width: 150px;
  display: flex;
  width: 150px;
  justify-content: center;
  gap: 5px;
}
span.action a {
  max-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: inherit;
}
span.action a.message-icon {
  margin-left: 15px;
}
/* span.action a.message-icon img {
    max-width: 36px;
} */
span.eduction {
  width: 158px;
}
span.profile {
  width: 94px;
}
.applicant-bar .job,
.admin-applicant-head .job {
  min-width: 205px;
  width: 205px;
  text-align: left;
}
.applicant-bar .amount,
.admin-applicant-head .amount {
  width: 70px;
}
.applicant-bar .date,
.admin-applicant-head .date {
  width: 105px;
  text-align: left;
  line-height: 22px;
}
.earning-deal {
  width: 80px;
}
.admin-applicant-head .job,
.admin-applicant-head .amount,
.admin-applicant-head .date {
  text-align: center;
}
.earning-row .user-board-col {
  display: flex;
  flex-wrap: wrap;
  row-gap: 100px;
  width: 50%;
}
.earning-row .user-board-col p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  width: 50%;
}
.earning-row .user-board-col span {
  display: block;
  font-weight: 300;
  font-size: 50px;
}
.Withdraw-block {
  width: 50%;
  text-align: left;
  padding: 0px 50px 30px 50px;
}
/* .Withdraw-block h4, h2#headingsmall button.accordion-button {
    padding: 0px 50px !important;
    text-align: left;
} */
.Withdraw-block p {
  padding: 30px 0px 10px 0px;
  line-height: 24px;
  font-weight: 500;
}
.Withdraw-block span.see-more {
  display: inline-block;
  padding-top: 10px;
}
.earning-row {
  display: flex;
}
div#collapseOn {
  display: block;
}
.Withdraw-block .accordion-button {
  padding: 0px !important;
  display: inline-block !important;
  text-align: center;
  border: none;
  margin: 0px;
}
.Withdraw-block .accordion-body {
  padding: 10px 50px 0px 50px;
}

.earning-page h2#headingOne {
  border-bottom: 1px solid #bbced5;
}
.earning-page h2#headingOne ::after {
  display: none;
}
h2 a {
  position: relative;
  color: #082442;
}
h2 a:after {
  border-bottom: 2px solid #00336a;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: 8px;
}
.field.checkbox {
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  width: auto;
}
.field.checkbox input {
  width: 20px;
  height: 20px;
}
.field.checkbox label {
  position: static;
  font-size: 17px;
}
h2#headingsmall a:after {
  display: none;
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.deal-sort .fields.sort-field select {
  border-radius: 40px;
  border-color: #dfe4e5;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
  min-width: 150px;
  background-position: 89%;
}
.new-sort {
  position: relative;
}
.deal-sort {
  position: absolute;
  right: 0px;
  bottom: 10px;
}
/**************************
********16-04-205*********
************************/
.popups.application-popup {
  max-width: 850px;
}
.popups.application-popup h2 {
  margin-top: 0;
}
.popups.application-popup p {
  text-align: left;
}
.popups p a {
  color: #fff;
  text-decoration: underline;
}
.popups p strong {
  display: block;
}
.field-popup {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  text-align: left;
}
.field-popup input {
  margin: 0px;
  width: 15px;
  height: 15px;
  margin-right: 9px;
}
.application-popup .popup-btns {
  justify-content: center;
}
p.popup-p {
  margin-bottom: 0;
}

/**************************************
**********18-04-2025******************
*************************************/
.project-page {
  padding: 80px 0px 120px 0px;
}
.project-inner {
  padding: 30px 50px;
  border-radius: 30px;
}
.project-field {
  text-align: right;
  margin: 8px 0px 8px 20px;
}
.project-field input.prple-btn {
  width: auto;
  min-width: 200px;
}
.project-field textarea {
  border: 1px solid #d7dfe9;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 6px;
  padding: 12px 16px;
}
.project-inner p a {
  text-decoration: underline;
}
.field-project input {
  border: 1px solid #d7dfe9;
  border-radius: 5px;
  width: 100%;
  padding: 9px 16px;
  margin: 0px;
}
.field-project a.prple-btn {
  min-width: 190px;
}
.field-project {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 450px;
}
.project-status p a.prple-btn {
  display: block;
  max-width: 180px;
  text-decoration: none;
  margin-top: 7px;
}
/************************
****22-04-2025*********
**************************/
.project-status {
  padding-top: 25px;
}
.project-status p {
  margin-bottom: 25px;
}
html.no-overflow,
body.no-overflow {
  overflow-x: revert;
}
.sidebar a {
  line-height: normal !important;
  padding: 8px 0px;
  text-transform: capitalize;
}
.term-section li {
  list-style: auto;
  padding: 5px 0px;
}
.term-section .sidebar-right h5 {
  font-weight: 600;
  text-transform: capitalize;
}
.newslettertext p a,
.donotsell-page p a,
p.space a {
  color: #7030a0;
  cursor: pointer;
}
.newslettertext p {
  padding-top: 10px;
  padding-right: 40px;
  font-size: 15px;
  line-height: 22px;
}
.sidebar-right h4 {
  text-transform: capitalize;
}
.donotsell-page .contact-form {
  margin-top: 30px;
}

p.call-mail-text span {
  padding: 0px 10px;
  text-transform: capitalize;
}
.profile-catagiory a.border-btn {
  color: #7030a0;
  border-color: #7030a0;
  max-width: 160px;
}
.profile-catagiory span {
  min-width: 210px;
}
.profile-catagiory .user-catagory-pic {
  min-width: 240px;
  justify-content: right;
}
.popups.user-popup {
  background: #fff;
  color: #262626;
  text-align: left;
  max-width: 700px;
  min-height: 450px;
}
.popups.user-popup h2 {
  text-align: center;
  color: #262626;
  margin: 0px 0px 30px 0px;
}
.popups.user-popup a.prple-btn {
  width: 100%;
  color: #fff;
  background: #7030a0;
  margin-top: 30px;
}
.popup-feed h5 {
  margin-bottom: 20px;
  font-weight: 600;
}
.popups.user-popup.feed-mainpopup {
  max-width: 750px;
  min-height: auto;
}
.popup-feed .feed-head .leader-image {
  width: 50px;
  height: 50px;
  min-width: 50px;
}
.popup-feed .leader-image img {
  width: 100%;
  height: 100%;
}
.popup-feed .feed-head h5 {
  margin-bottom: 4px !important;
  font-size: 17px;
}
.popup-feed span.feed-date {
  font-size: 15px;
  line-height: 20px;
}
.popup-feed {
  max-height: 500px;
  overflow-y: auto;
}
p.dosell-text a {
  font-weight: 500;
}
.popup-feed a.feed-head {
  width: 100%;
}

.pricing-header span.price {
  font-size: 30px;
  font-weight: 800;
  color: #7030a0;
}
.plan {
  border: 0;
  padding: 20px;
  border-radius: 0;
  height: 100%;
  background-color: #f3f6f7;
}

.price-page {
  padding: 90px 0;
}

.pricing-header {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100px;
}
.price-page a.prple-btn {
  width: 100%;
}
.price-page .col-md-4.col-sm-12 {
  padding: 0;
}

.Basic.plan {
  background: #7030a0;
  background: linear-gradient(
    124deg,
    rgba(112, 48, 160, 0.38) 0%,
    rgb(112 48 160 / 2%) 100%
  );
}
.Premium.plan {
  background-color: #082442;
  color: #fff;
}

.plan ul {
  padding: 20px 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  margin: 20px 0;
  width: 100%;
}
.Basic.plan ul.check-uls {
  border-color: #000;
}
.plan li {
  padding: 0 0px;
  font-size: 16px;
  line-height: 22px;
  min-height: 60px;
  position: relative;
  padding-left: 26px;
  list-style: none;
}
ul.check-uls li::before {
  background: url("../images/check.png");
  background-repeat: no-repeat !important;
  background-position: left center !important;
  padding-left: 0;
  background-size: 18px !important;
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}
ul.check-uls li.x-icon::before {
  background: url("../images/x.png");
}
.Premium.plan ul.check-uls li::before {
  filter: invert(1);
}

.Premium.plan h3 {
  background-color: #edd4ff;
  padding: 0 20px;
  border-radius: 50px;
}
.Premium.plan span.price {
  color: #fff;
  margin-top: 10px;
}
.feachures.plan li {
  font-weight: 500;
}
.feachures.plan {
  color: #222;
}

.price-page-2 .plan {
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}
.price-page-2 .plan li {
  display: flex;
  flex-direction: column;
  margin: 16px 0;
  min-height: 66px;
}
.price-page-2 .plan li:after {
  content: attr(data-label);
  order: -2;
  font-weight: 700;
  color: #000;
}
.price-page-2 .Premium.plan li::after {
  color: #fff;
}
.price-page-2 .row {
  justify-content: center;
}

.price-page-2 .Premium.plan {
  color: #ffffffba;
}
.Basic.plan h3 {
  background-color: #ffffffba;
  padding: 0 20px;
  border-radius: 50px;
}
.price-page.price-page-2 .row {
  max-width: 1050px;
  margin: 0 auto;
}

.price-owl.owl-carousel .owl-nav button.owl-prev,
.price-owl.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
  font-size: 25px;
  border: 0;
}
.price-owl.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
}
.price-owl.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.price-owl.owl-carousel .owl-nav button.disabled {
  display: none;
}

.cart-header {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
.cart-header a img {
  width: 30px;
  display: block;
  margin: 0 auto;
}
.cart-header a {
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 0 !important;
  display: inline-block;
  position: relative;
}
header.header-fix .cart-header a {
  color: #082442;
}
header.header-fix .cart-header a img {
  filter: invert(1);
}

.cart-header a span {
  background-color: #fff;
  width: 22px;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  font-weight: 700;
  position: absolute;
  right: -13px;
  top: -6px;
  color: #7030a0;
}

/*************************************
***********13-05-2025******************
*************************************/
.deal-pop .popups {
  border-radius: 15px;
  background: #fff;
  min-width: 32%;
  padding: 50px;
}
.popup-overlay.deal-pop a.prple-btn {
  background-color: #7030a0;
  color: #fff;
}
.deal-pop .popups h2 {
  color: initial;
  margin-top: 0;
}

.deal-pop .popups a.border-btn {
  color: #7030a0;
  border-color: #7030a0;
}
.deal-pop .popups p {
  color: initial;
  margin: 10px 0px 40px 0px;
}
.deal-pop .popups .popup-btns {
  max-width: 450px;
  margin: 0 auto;
}

/*****************************
**********22-05-2025*********
******************************/
.boost-form.boost-card {
  margin: 0 auto;
  max-width: 950px;
  padding: 0px 24px 100px 24px;
}
.boost-form.boost-card .row {
  margin: 0px -5px;
  padding-top: 10px;
  row-gap: 20px;
}
.boost-form.boost-card .row .col-md-6 {
  padding: 0px 5px;
}
.deal-card {
  border-radius: 10px;
  border: 1px solid;
  position: relative;
}
.card-head {
  border-radius: 10px 10px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 15px;
  font-size: 23px;
  font-weight: 700;
  color: #082442;
}
.card-head h4 {
  margin-bottom: 0;
}
.card-content {
  padding: 20px 15px;
}
.card-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
  color: #5d5d5d;
  padding-bottom: 5px;
}
.card-content li {
  padding-bottom: 20px;
  line-height: 21px;
}
.card-content ul span {
  font-size: 14px;
  font-weight: 400;
  color: #212529;
  display: block;
  background-image: url(../images/list-check.svg);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 25px;
}
.card-content button.prple-btn {
  width: 100%;
  line-height: 38px;
  margin: 0;
}
.modal-dialog {
  max-width: 900px;
}
.modal-body .boost-form.boost-card {
  padding: 50px;
}
.modal-body {
  padding: 0px;
}
.modal-body .boost-form form {
  padding: 0;
  padding-top: 40px;
}
.modal-body .boost-form form p {
  margin-bottom: 25px;
}

.radio-btn input {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}
.radio-btn span {
  width: 19px;
  height: 19px;
  border: 2px solid #7030a0;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  position: relative;
}
.radio-btn span:after {
  background: #7030a0;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  content: "";
  border-radius: 50%;
  left: 1px;
  top: 1px;
  opacity: 0;
}
.radio-btn input:checked + :after {
  opacity: 1;
}
.radio-btn input:checked + span {
  border-color: #fff;
}
.modal-body .card-head h4 {
  margin-right: auto;
  margin-left: 10px;
}
.radio-btn label {
  position: static;
  font-size: 15px;
}
.gender-radio .radio-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.gender-radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 6px;
}
.gender-radio .radio-btn input:checked + span {
  background: #7030a0;
  border-color: #7030a0;
}
.modal-body .custom-popup {
  top: 6px;
}
.boost-form .field input::placeholder {
  font-weight: 400;
  color: #262626;
}
.modal-body button.close {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 44px;
  font-weight: 300;
  display: inline-block;
  float: right;
  transform: rotate(45deg);
  padding-top: 15px;
  padding-right: 15px;
  color: #082442;
}

/*******************************
*********************************
***********************************/
.home-videosection h1 {
  color: #fff;
  line-height: 46px;
  margin-bottom: 30px;
}
.home-videosection span {
  font-size: 34px;
}
.card-gallery .row {
  margin: 0px -2px;
  overflow: hidden;
  row-gap: 4px;
}
.card-gallery .row > * {
  padding: 0px 2px;
}
.card-gallery.card-max .row > * {
  max-height: 172px;
}
.card-pic {
  text-align: center;
  background: #262622;
  border-radius: 0;
}
.card-pic img,
.card-pic video {
  max-width: 60%;
  margin: 0 auto;
  min-height: 450px;
  object-fit: cover;
}
.card-gallery .card-pic img {
  max-width: 100%;
  min-height: auto;
}
.card-pic.half {
  height: 50%;
  margin-bottom: 2px;
  border-radius: 0;
}
.card-pic.half.overlay-pic {
  margin-top: 0;
}

.card-body button.btn.btn-primary {
  background: no-repeat;
  border: none;
  padding: 0;
  color: #7030a0;
  font-weight: 500;
  box-shadow: none;
  outline: none;
}
.user-card .collapse + button span.hide {
  display: none;
}
.user-card .collapse.show + button span.more {
  display: none;
}
.user-card .collapse.show + button span.hide {
  display: block;
  margin-left: 10px;
}

.feed-info button {
  padding: 0;
  background: transparent;
  border: none;
  position: relative;
  color: #262626;
}
.feed-info button:hover {
  background: transparent;
  box-shadow: none;
  color: #262626;
}
.social-tooltip {
  color: #262626;
  text-align: left;
  padding: 11px;
  margin: 0;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  line-height: 19px;
  position: absolute;
  right: 0px;
  display: none !important;
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 11%);
  z-index: 9;
  bottom: 100%;
  min-width: 160px;
  left: 0px;
}
.card-body button.btn.btn-primary:after {
  display: none;
}
.feed-info button:hover .social-tooltip {
  display: block !important;
}
.social-modal .modal-body {
  padding: 15px;
}
.social-modal span.leader-image {
  width: 50px;
  height: 50px;
}
.social-modal .feed-head-data h5 {
  font-size: 16px;
}
.social-modal .feed-head {
  padding-bottom: 15px;
  gap: 10px;
}
.social-modal a.prple-btn {
  line-height: 38px;
}
.modal-header-left img {
  max-width: 16px;
}
.modal-header-left button {
  padding: 0px 15px;
}
.social-modal .modal-body .modal-header {
  padding: 0px;
  border: none;
}
.social-modal .tab-content {
  margin-top: 20px;
}
.modal-header-left .nav-tabs {
  border: navajowhite;
}
.social-modal .modal-dialog {
  max-width: 450px;
}
.social-modal .modal-body button.close {
  padding: 0px !important;
}

.lb-nav {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  opacity: 1;
  border: 1px solid #fff;
  width: 40px;
  height: 41px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 63%);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 10px;
}
.lb-nav a.lb-next {
  left: auto;
  right: 10px;
}
.lb-nav a.lb-prev:after,
.lb-nav a.lb-next:after {
  content: "";
  background: transparent;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  margin-left: 5px;
}
.lb-nav a.lb-next:after {
  transform: rotate(-135deg);
  margin-left: 0;
  margin-right: 5px;
}
.card-pic.no-show {
  display: none;
}
/* .card-gallery .card-pic {
  height: 288px;
}
.card-gallery .card-pic.half {
  height: 143px;
} */
.card-gallery.card-max .card-pic {
  height: 172px;
}
.lightboxOverlay {
  opacity: 1;
}
.lightbox .lb-image {
  border: none;
  width: 100% !important;
  object-fit: cover;
}
.lb-outerContainer {
  width: 60% !important;
}
html.open-gallery-html {
  overflow: hidden;
}

.popup-content {
  position: fixed;
  bottom: 0;
  z-index: 999999;
  opacity: 1;
  color: #ffff;
  left: 0px;
  right: 0px;
  display: none;
  padding: 15px;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
}
.open-gallery .popup-content {
  display: block !important;
  background-color: #000;
}
.open-gallery .popup-content.open-popup-content {
  background-color: #fff !important;
  color: #262626;
}
.popup-content .feed-head-data {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.popup-content p {
  font-size: 14px;
  line-height: normal;
}
.popup-content h5,
.popup-content button.btn.btn-primary {
  color: #fff;
}
.mobile-pop-desc,
.popup-content.open-popup-content .pop-desc {
  display: none;
  transition: 0.5s;
}
.popup-content.open-popup-content .mobile-pop-desc {
  display: block;
  transition: 0.5s;
}
.popup-content {
  max-width: 60%;
  margin: 0 auto;
}
/*****************************************
**************03-06-2025*****************
*******************************************/
.follower-list {
  padding-top: 15px;
}
.follow-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 15px;
}
.follow-card h4 {
  font-size: 18px;
  color: #082442;
  font-weight: 600;
  white-space: nowrap;
  margin: 0;
}
.follow-card h4 span {
  font-weight: 400;
  display: block;
}

/********************************
**********21-06-2025*************
**********************************/
.user-icons a {
  position: relative;
}
.user-icons input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.pop-uploads {
  margin-top: 10px;
}
.pop-uploads input[type="text"] {
  padding: 0;
  margin: 0px;
}
.pop-uploads .flex-span {
  padding: 12px 0px 25px 0px;
  border-top: 1px solid #8f8f8f;
  padding-top: 11px;
  margin-top: 25px;
}
.image-upload {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.image-upload iframe {
  width: 100%;
}
.upload-icon {
  border-radius: 10px;
  overflow: hidden;
}
.image-upload label {
  width: 49%;
  position: relative;
}
label .close-btn {
  background-color: #ffff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  right: 8px;
  border-radius: 50%;
  line-height: 30px;
  width: 30px;
  height: 30px;
  z-index: 99;
  cursor: pointer;
}
span.close-btn:after {
  content: "+";
  color: #7030a0;
  line-height: normal;
  display: inline-block;
  transform: rotate(45deg);
  margin-left: 4px;
  font-size: 30px;
  margin-top: -2px;
}
.profile-modal .modal-content {
  border-radius: 15px;
  padding: 30px;
}
label.label-none {
  display: none;
}
.user-function .menu-toggles ul button {
  background: transparent;
  border: none;
}
.profile-modal .modal-content {
  overflow-y: auto;
}

.modal.profile-modal.show .modal-dialog {
  border-radius: 15px;
  overflow: hidden;
}
.modal.profile-modal .modal-body button.close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #7030a0;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 0px;
  color: #fff;
  float: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  justify-content: center;
  transform: none;
}
.modal.profile-modal .modal-body button.close:before {
  content: "+";
  font-size: 30px;
  transform: rotate(45deg);
  margin-left: 3px;
  margin-bottom: 2px;
}
.modal.profile-modal .modal-body {
  position: static;
}
.social-modal .modal-body .tab-pane {
  max-height: 340px;
  overflow: auto;
}
.card-pic img,
.card-pic video {
  max-width: 100%;
  min-height: auto;
}
.card-pic img {
  min-height: auto;
}
.tab-divider span {
  white-space: nowrap;
}

.file-block span.leader-image {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9f9f9f;
  padding: 5px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}
.file-block span.leader-image img {
  max-width: 36px;
}

/************10-09-2025********
********************************/

.header-search {
  width: 70%;
  padding: 10px;
  display: none;
  background: #f3f6f7;
  border-radius: 30px;
  position: absolute;
  top: 26px;
  right: 200px;
}
.header-search input {
  margin: 0;
  padding: 0px;
  background: transparent;
  padding-left: 10px;
}
.header-search.open {
  display: flex;
}

.aq-section .accordion-item {
  border-bottom: 2px solid #d7dfe9;
}
.feed-info button:hover {
  color: #7030a0;
}

.feed-info button:hover path {
  fill: #7030a0;
}
.notification-list .nav-tabs {
  gap: 5px;
  justify-content: space-between;
  margin-bottom: 15px;
}
.notification-list .nav-tabs .nav-link {
  padding: 0px 8px;
  font-size: 15px;
}
.notification-list span.dot {
  background-color: #7030a0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.photot-field-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  font-size: 16px;
  flex-wrap: wrap;
}
.profile-upload {
  text-align: center;
  width: 250px;
}
.profile-upload input {
  position: absolute;
  left: 0;
  right: 0px;
  top: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.profile-upload button {
  position: relative;
  display: block;
  margin: 15px auto 7px auto;
}
.upload-img {
  height: 250px;
  overflow: hidden;
}
.profile-upload.width-800 {
  width: calc(100% - 300px);
}
.upload-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upload-img.radius-50 {
  border-radius: 50%;
}
.document-block {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.document-col {
  border: 1px solid rgb(97 115 130 / 62%);
  border-radius: 5px;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: calc(20% - 12px);
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 180px;
}

.document-col img {
  max-width: max-content;
  margin: 0 auto;
  width: 100%;
}
.document-col .light-col {
  height: 100%;
}
.document-col img.preview {
  height: 100%;
  object-fit: cover;
}
.document-col span {
  line-height: normal;
  margin-top: 10px;
}
.document-col a {
  color: #7030a0;
  font-weight: 500;
}
a.upload-btn {
  color: #262626;
  font-weight: 400;
}

.document-col input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
img.preview[alt="default"] + img,
img.preview[alt="default"] ~ span,
video.preview.default-video ~ span {
  display: none;
}
.document-col video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 136px;
}
video.preview.default-video {
  display: block;
}
video.preview {
  display: none;
}
.fost.leader-form span.toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
}
span.toggle.grey-toggle.Following-radio {
  margin-left: auto;
  margin-right: 0px;
}
.fost.leader-form span.toggle label {
  margin-bottom: 0;
}
.fost.leader-form {
  gap: 10px;
}
a.leaderboard {
  text-decoration: underline;
  font-size: 12px;
}
.text-area {
  position: relative;
}
.tooltips {
  position: absolute;
  top: 0px;
  right: 15px;
}
.tooltips img {
  max-width: 24px;
}
.tooltips span {
  display: inline-block;
  background: #e7eff2;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
  line-height: normal;
  position: absolute;
  right: 0px;
  text-align: left;
  top: 55px;
  min-width: 280px;
  opacity: 0;
}
.tooltips:hover span {
  opacity: 1;
}
span.emial-notify input {
  width: auto;
}
span.emial-notify {
  display: block;
}
.men-pop-inner {
  background: #fff;
  padding: 30px;
  display: inline-block;
  max-width: 450px;
  border-radius: 7px;
  position: relative;
}
.menu-popup {
  position: fixed;
  background: #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.menu-popup.open {
  display: flex;
}
span.close_pop {
  position: absolute;
  right: 10px;
  top: 10px;
  transform: rotate(45deg);
  font-size: 41px;
  cursor: pointer;
}
.men-pop-inner select {
  width: 100%;
  padding: 3px;
  margin-bottom: 15px;
}
.men-pop-inner .field select {
  margin: 0;
}
.men-pop-inner textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  line-height: normal;
  min-height: 82px;
}
.backend-profile-detail {
  background: #f3f6f7;
}
.account-checkbox {
  /* display: flex !important; */
  margin-bottom: 10px;
}
.account-checkbox input {
  width: auto;
  margin: 0px;
  margin-right: 7px;
}
span.acitive-time {
  font-weight: 600;
  font-size: 14px;
  color: #632397;
  margin-left: auto;
}
.tooltip-icon img {
  width: 16px;
}
.unread {
  background: #d7e9fb;
}
.notification-list .feed-head {
  position: relative;
  padding: 7px !important;
}
.notification-list .feed-head:first-child {
  border-top: 0px;
}

.notification-list span.leader-image {
  margin-left: 15px;
}
.user-landing-page .middle-card h4 {
  position: relative;
}
.user-landing-page .middle-card .custom-popup {
  min-width: 120px;
  right: 0;
  top: 26px;
  left: auto;
}
.user-landing-page .middle-card h4:hover .custom-popup {
  display: block;
}
.user-landing-page .feed-date {
  line-height: 20px;
}
.banner h2 {
  text-transform: uppercase;
}
.banner.sign-up-banner select {
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  outline: none;
  border: none;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 24px;
  margin-bottom: 18px;
  background-position: 97% 50%;
}
.edit-deal input,
.edit-deal select,
.deal-form .field input,
.deal-form .field select,
.deal-form .field textarea {
  border: 1px solid #d7dfe9;
  background-position: 97% 50%;
}
.edit-deal .field,
.deal-form .field {
  padding: 0;
  border: navajowhite;
}
.edit-deal .field label,
.deal-form .field label {
  position: static;
  padding: 0px;
  background: transparent;
  font-size: 16px;
}

input#password {
  margin-bottom: 5px;
}

/* strength meter container */
.strength-meter {
  display: flex;
  height: 6px;
  margin-top: 6px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}

.strength-meter div {
  flex: 1;
  transition: background-color 0.3s ease;
  background-color: #ddd;
}

.strength-meter div.active.red {
  background-color: red;
}
.strength-meter div.active.orange {
  background-color: orange;
}
.strength-meter div.active.yellow {
  background-color: yellow;
}
.strength-meter div.active.green {
  background-color: green;
}

.custom-checkbox input {
  width: auto;
  margin-right: 10px;
}
.circle-checkbox label {
  background: transparent;
  border: 1px solid #979797;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}
.circle-checkbox label:before {
  content: "";
  background: #632397;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 2px;
  opacity: 0;
}
.circle-checkbox input:checked ~ :before {
  opacity: 1;
}
.circle-checkbox {
  position: relative;
}
.circle-checkbox input {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
  opacity: 0;
  margin: 0px;
}
p.mt-20 {
  margin-top: 20px;
}
.donotsell-page input.prple-btn {
  width: auto;
  min-width: 220px;
}
/***********29-10-2025*********/
.aq-section .search-box {
  background: #fff;
  margin: 0 auto;
  margin-bottom: 30px;
}
/*******05-11-2025*******/
.pdf-accordion {
  padding: 0px;
}
.pdf-accordion .feed-head {
  padding: 0px;
  width: 100%;
}
.pdf-name h4 {
  margin: 0px;
}
.pdf-accordion .accordion-button:after {
  display: none !important;
}
.pdf-accordion .accordion-button {
  padding: 0px !important;
  border: none !important;
  margin-bottom: 0px !important;
}
.pdfdownload-btn {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
.pdf-bg {
  padding: 20px;
  background: #000;
}
.pdf-bg span {
  max-height: 500px;
  overflow-y: auto;
  display: inline-block;
}
.pdf-accordion .accordion-body {
  padding: 30px 0px !important;
}
.pdf-accordion .accordion-col {
  margin-bottom: 20px;
}
.accordion-col .accordion-body {
  display: none;
}
.accordion-col.open .accordion-body {
  display: block;
}

.pdf-accordion .pdf-accordion-button {
  display: inline-block;
  width: auto;
  border: none;
  background: transparent;
  padding: 0px;
  transform: rotate(180deg);
}
span.accordion-btn {
  display: flex;
}
.accordion-col.open .pdf-accordion-button {
  transform: none;
}

.create-deal-form p {
  margin-bottom: 20px;
}
.small-banner p {
  color: #fff;
}
.profile-modal .modal-content span.leader-image {
  width: 50px;
  height: 50px;
}
.profile-modal .modal-content .feed-head {
  padding-bottom: 15px;
}
.profile-modal .modal-content img.icon {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}
.profile-modal input.prple-btn {
  line-height: 45px;
}
.profile-modal .pop-uploads .flex-span {
  padding: 10px 0px 15px 0px;
  margin-top: 15px;
}
.video-gallery video {
  cursor: pointer;
}

/* Popup */
.video-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.video-popup video {
  width: 80%;
  max-width: 800px;
  border-radius: 10px;
}
.video-popup.active {
  display: flex;
}
.matters-sidebar .feed-head {
  align-items: flex-start;
}
.matters-sidebar .feed-head-data h5 {
  margin-bottom: 5px;
}
.matters-sidebar span.leader-image {
  min-width: 42px;
}

.preview-modal .modal-content {
  padding: 40px 40px;
  border-radius: 30px;
}
.preview-modal .modal-body button.close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0;
  transform: none;
}
.pop-btn-row img,
.preview-modal .modal-body button.close img {
  max-width: 40px;
}
.pop-btn-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: auto;
  padding: 20px;
}
.pop-uploads-inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #bdbdbd;
}
.pop-con {
  padding: 20px 20px 4px 20px;
  font-size: 16px;
  line-height: 24px;
}
.pop-con span {
  margin-bottom: 5px;
  color: #0077ff;
  display: inline-block;
}
.preview-modal .image-upload img.icon {
  max-height: 330px;
  object-fit: cover;
  width: 100%;
}

.user-seclect-field {
  background: #f3f6f7;
  border-radius: 5px;
  padding: 3px 5px;
  display: inline-block;
  align-items: center;
  margin-top: 8px;
}
.user-seclect-field select {
  background-color: transparent;
  border: none;
  padding: 0px 15px 0px 0px;
  background-image: url(../images/Polygon-arrow.png);
}
.banner p {
  color: #fff;
}
.notification-list .user-function {
  display: none;
}
.Excite-content {
  display: flex;
  gap: 25px;
  padding: 25px;
  border: 1px solid #8f8f8f;
  border-radius: 10px;
  margin: 25px 0px 35px 0px;
}

span.Excite-profile {
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
span.Excite-profile img {
  max-width: 50px;
}
.Excite-link,
.Excite-linka {
  display: flex;
  align-items: center;
  gap: 10px;
}
#exampleModal4 .modal-dialog {
  max-width: 960px;
}
.Excite-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.Excite-img {
  max-width: 239px;
}
.blockmember-modal .modal-content {
  padding: 40px;
  border-radius: 30px;
}
.blocked-member-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blocked-member-name {
  margin-right: auto;
}
.blocked-member-name h5 {
  margin: 0;
}
.blocked-member-list {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #b1b1b1;
  padding: 15px 0px;
  width: calc(50% - 10px);
}
.blocked-member-link-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.blockmember-modal .card-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
}
.blockmember-modal .modal-body button.close {
  float: none;
  padding: 1px;
  transform: none;
}
.flex-icons span.toggle {
  margin-right: 10px;
}
span.toggle label {
  font-size: 14px;
  font-weight: 500;
}

.aq-section .search-box form#faqSearchForm {
  display: flex;
  width: 100%;
}

/*****************26/11/2025**********/
a.bio-link {
  color: #65249a;
  font-weight: 500;
}
.leader-bio {
  font-weight: 500;
}
.advance-form {
  padding-top: 20px;
}
.advance-form .dropdown-toggle {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: center;
  max-width: 315px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.advance-form a span {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 10px;
  height: 10px;
  display: inline-block;
  transform: rotate(-45deg);
  margin-top: -6px;
}
.advance-form-cad {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  max-width: 490px;
  margin: 0 auto !important;
  position: static !important;
  transform: none !important;
  margin-top: 20px !important;
}
.advance-form a.show span {
  transform: rotate(135deg);
  margin-top: 6px;
}
.advance-form-cad label {
  background: transparent;
  position: static;
  padding: 0px;
}
.advance-form-cad .field-set {
  display: flex;
  gap: 16px;
  margin-top: 14px;
}
.advance-form-cad .field {
  padding: 0px;
  border: none;
  margin: 0;
}
.advance-form-cad .field select {
  border: 1px solid #262626;
  border-radius: 4px;
  padding: 13px 15px;
  margin-top: 4px;
  background-position: 95% 50%;
}
.advance-form-cad span.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advance-form-cad span.flex label {
  font-size: 14px;
}
.advance-form input.prple-btn {
  background: #673ab7;
  color: #fff;
  padding: 0px !important;
  margin-right: 0;
  margin-left: auto;
  max-width: 100px;
}
.advance-form-cad .field.last-field {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}
.advance-form .dropdown-toggle::after {
  display: none;
}
.dasboard-profile {
  display: flex;
  align-items: center;
  gap: 65px;
  background: #ecf1f2;
  border-radius: 10px;
  padding: 40px;
  font-size: 16px;
  line-height: normal;
}

.dasboard-uder-profile {
  text-align: center;
  width: 150px;
}

.dasboard-uder-profile img {
  border: 7px solid #4ea72f;
  border-radius: 50%;
}
.dasboard-uder-profile span {
  display: block;
  margin: 5px 0px 12px 0px;
}
.icon-box {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #b1b1b1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.icon-box p {
  margin: 0;
}
.dasboard-profile-detail {
  width: calc(100% - 215px);
}
.dasboard-profile-detail h4 {
  font-size: 28px;
  font-weight: 600;
}
.dasboard-profile-detail h5 {
  font-size: 20px;
  margin-bottom: 4px;
}
.dashboard-user {
  padding: 40px 30px 0px 30px;
}
.faq-top {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0 auto;
  justify-content: space-between;
  max-width: 900px;
  margin-bottom: 30px;
}
.faq-top .search-box {
  margin: 0px !important;
  width: 100%;
}
.faq-top a {
  background: #ffffff;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  padding: 11px 20px;
  min-width: 160px;
  text-align: center;
  display: inline-block;
}

/* ==========================================
   PORTABLE BUSINESS TAB STYLING
   ========================================== */
/* Preference Item Container */
.preference-item {
  display: grid;
  grid-template-columns: 1fr 64px;
  gap: 1px 12px; /* keep header->input tight while using margin for item spacing */
  padding: 6px 0;
  margin: 0 0 20px 0; /* consistent gap between each preference item */
  border-radius: 0;
  max-width: 560px;
  width: 100%;
  padding-left: 0; /* ensure alignment with numbered labels */
  align-items: start; /* make controls start-aligned to match spacing */
}

/* Preference Header (Title & Description) */
.preference-header {
  grid-column: 1;
  padding-right: 0;
  padding-left: 0; /* align left */
  max-width: 420px;
}

.preference-header h4 {
  margin: 0 0 6px 0; /* keep a small, consistent gap below each heading */
}

.preference-header p {
  font-size: 12px;
  color: #666;
  margin: 0;
}

/* Toggle Switch Styling */
.preference-toggle {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  grid-column: 2;
  grid-row: 1;
}

.toggle-switch {
  appearance: none;
  -webkit-appearance: none;
  width: 44px;
  height: 24px;
  background-color: #ccc;
  border: none;
  border-radius: 34px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
  outline: none;
}

.toggle-switch:checked {
  background-color: #4caf50;
}

.toggle-switch:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: white;
  top: 3px;
  left: 3px;
  transition: left 0.3s ease;
}

.toggle-switch:checked:before {
  left: calc(100% - 21px);
}

.toggle-label {
  margin-left: 10px;
  cursor: pointer;
}

/* Preference Input Field */
.preference-input {
  width: 100%;
  margin-top: 0; /* control spacing via sibling selector for consistency */
  grid-column: 1 / -1;
  max-width: 360px;
}

.preference-input input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  color: #333;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: -1px; /* ensure no extra top margin */
}

/* make sure h4 headings inside preference-header don't add extra margin */
.preference-header h4 {
  margin: 0 0 2px 0;
}

/* Ensure equal spacing under headings whether the next control is a toggle or an input */
.preference-header + .preference-toggle,
.preference-header + .preference-input {
  margin-top: 6px; /* consistent gap below every heading */
}

/* Inline preference toggle under form fields (email / phone) */
.field-privacy-text {
  font-size: 14px;
  color: #262626;
  margin: 10px 0 6px 0;
}
.field-privacy-toggle {
  justify-content: flex-start;
  margin-bottom: 0;
}

.preference-toggle {
  align-self: start; /* align toggle to the top of the header row */
}

.preference-input input:focus {
  outline: none;
  border-color: #6b2bbb;
  box-shadow: 0 0 0 3px rgba(107, 43, 187, 0.1);
}

/* Visibility Notice */
.visibility-notice {
  display: block;
  font-size: 11px;
  color: #999;
  margin: 2px 0 0 0; /* sit closer to the related input */
  margin-bottom: 0;
  line-height: 1.2;
  font-style: italic;
}

/* Reduce space between preference header label and its input to ~1px */
.preference-header + .preference-input {
  margin-top: 1px;
  padding-top: 0;
}
.preference-header label {
  display: block;
  margin-bottom: 0;
}
.preference-input input {
  margin-top: 1px;
}

/* Submit Button */
.about-user-form .prple-btn {
  margin-top: 20px;
}

/* Responsive Design for Portable Business Tab */
@media (max-width: 768px) {
  .preference-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }

  .preference-header {
    padding-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }

  .preference-toggle {
    width: 100%;
    justify-content: space-between;
  }

  .preference-input {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .preference-item {
    padding: 12px;
    margin-bottom: 15px;
  }

  .toggle-switch {
    width: 45px;
    height: 26px;
  }

  .toggle-switch:before {
    width: 22px;
    height: 22px;
  }

  .toggle-switch:checked:before {
    left: 21px;
  }
}

.preference-header label {
  display: block;
  margin-bottom: 0;
  margin-left: 29px;
  font-size: 11px;
}

.preference-header + .preference-input {
  margin-left: 27px;
}

.preference-input {
  margin-left: 26px;
}

input#hideemail {
  width: 53px;
  margin-top: 6px;
}

input#hidephone {
  width: 53px;
  margin-top: 6px;
}

.field.noborder {
  border: 0px;
  padding: 12px 0px;
}

/* Remove any previous checkbox background overrides */
/* DELETE any old rules like:
.field-set.tgle input[type="checkbox"] {
    background-color: #ccc !important;
    border-color: #ccc !important;
}
*/

/* hide email phone checkbox */
.field-set.tgle .field {
  border: 0;
  padding: 12px 0;
}

/* Toggle size */
.field-set.tgle input.toggle-switch {
  width: 53px;
  height: 22px;
  cursor: pointer;

  /* Use browser native styling */
  accent-color: #ccc; /* OFF state */
}

/* ON state */
.field-set.tgle input.toggle-switch:checked {
  accent-color: #4caf50; /* Green */
}

input#hideemail,
input#hidephone {
  width: 53px;
  margin-top: 6px;
  accent-color: #ccc; /* OFF color */
  cursor: pointer;
}

input#hideemail:checked,
input#hidephone:checked {
  accent-color: #4caf50; /* ON color */
}

.tgle {
  display: flex;
  gap: 419px;
  margin-top: -11px;
  padding: 0px 0px 15px 0px;
}

.tgle .noborder label {
  font-size: 12px;
  font-weight: 500;
}

/*//for siguup form*/
span.eye-icon {
  position: absolute;
  right: 22px;
  /* top: 96%; */
  transform: translateY(44%);
  cursor: pointer;
}
input#password {
  margin-bottom: 16px;
}

/* Share modal */
.share-modal .modal-dialog {
  max-width: 430px;
}
.share-modal .modal-content {
  border-radius: 16px;
  border: 0;
}
.share-modal .modal-body {
  padding: 24px 28px 28px 28px;
}
.share-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
}
.share-icons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}
.share-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background-color: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-icon svg {
  max-width: 22px;
}
.share-icon.whatsapp {
  background-color: #25d366;
}
.share-icon.facebook {
  background-color: #3b5998;
}
.share-icon.generic {
  background-color: #000000;
}
.share-icon.linkedin {
  background-color: #0077b5;
}
.share-subtitle {
  font-size: 14px;
  margin-bottom: 8px;
}
.share-link-row {
  display: flex;
  align-items: center;
  border: 1px solid #d6e2e4;
  border-radius: 8px;
  padding: 6px 12px;
  margin-bottom: 24px;
}

.share-link-input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 14px;
  height: auto;
  line-height: 1.4;
  padding: 0px;
  margin-bottom: 0px;
}

.copy-btn {
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #262626;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 0 6px;
}
.share-close-row {
  text-align: center;
}
.share-close-btn {
  min-width: 150px;
  background-color: #003c3a;
  border-color: #003c3a;
}
a.pop-close {
  display: inline-block;
  float: right;
  width: 40px !important;
  height: 40px;
  font-size: 40px;
  font-weight: 300;
  color: #9a9a9a;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 15px;
}

.card-deal.deals-card.detail-card:hover {
  background: transparent !important;
}

/* end share popup */
.header-my-search{
  margin-bottom: 20px;
}
.transparent-btn {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}
.select2-container{
  width: 100%!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    display: flex;
    flex-wrap: nowrap;      /* keep items in one row */
    overflow-x: auto;       /* scroll only if needed */
    overflow-y: hidden;
    white-space: nowrap;
    gap: 4px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
  margin-top:-5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    flex: 0 0 auto;         /* prevent shrinking */
}
.select2-container--default .select2-search--inline .select2-search__field{
  position:absolute;
  margin-top:-5px;
}

/* leaderboard start */
.podium-wrapper {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0;
    margin-bottom: 60px;
    margin-top: 80px;
    padding: 0;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: nowrap;
}
.podium-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 0;
    gap: 0;
    height: auto;
    justify-content: flex-end;
}

.podium-section.second {
    gap: 0;
    margin: 0 -30px 0 0;
    padding: 0;
    margin-right: -55px;
}

.podium-section.first {
    gap: 0;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

.podium-section.third {
    gap: 0;
    margin: 0 0 0 -30px;
    padding: 0;
    margin-left: -55px;
}

.attorney-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    flex: 0 0 auto;
    width: auto;
    height: auto;
    margin: 0 0 80px 0;
    padding: 0;
    text-align: center;
}

.attorney-card.second {
    width: auto;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0;
}

.attorney-card.first {
    width: auto;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0;
}

.attorney-card.third {
    width: auto;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0;
}

.profile-container {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    overflow: visible;
}

.profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #666;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: visible;
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.rank-badge {
    position: absolute;
    top: -10px;
    right: -19px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    margin: 0;
    border: none;
    z-index: 10;
}

.rank-badge.first {
    width: 35px;
    height: 35px;
}

.rank-badge.second {
    width: 35px;
    height: 35px;
}

.rank-badge.third {
    width: 35px;
    height: 35px;
}

.attorney-info {
    text-align: center;
    margin: 0;
    padding: 0;
}

.attorney-name {
    font-size: 13px;
    font-weight: 600;
    color: #1a3a52;
    margin: 0;
    padding: 0;
    min-width: 120px;
}

.attorney-stats {
    background: #061D35;
    color: white;
    padding: 0px 16px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    margin: 4px 0 0 0;
}

.podium {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0;
    margin-top: 0;
    position: relative;
    z-index: 0;
}

.podium-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    gap: 0;
    margin: 0;
    padding: 0;
    height: auto;
}

.podium-image {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
    margin: 0;
    padding: 0;
}

.podium-step.second .podium-image {
    width: 280px;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
}

.podium-step.first .podium-image {
    width: 360px;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
}

.podium-step.third .podium-image {
    width: 280px;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
}

.podium-block {
    display: none;
}

.podium-step.second .podium-block {
    display: none;
}

.podium-step.first .podium-block {
    display: none;
}

.podium-step.third .podium-block {
    display: none;
}

.podium-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
}

.podium-block::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%);
}

.podium-number {
    z-index: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

/* Layout adjustments */
.podium-wrapper {
    flex-wrap: nowrap;
}

.attorney-card.second {
    margin-right: -5px;
}

.attorney-card.third {
    margin-left: 0;
}

/* Responsive */
@media (max-width: 768px) {

    .podium-wrapper {
        gap: 0;
        flex-direction: column;
        align-items: center;
    }

    .podium-section {
        width: 100%;
        margin-bottom: 30px;
        flex-direction: row;
        align-items: flex-end;
        justify-content: center;
    }

    .attorney-card {
        width: 140px;
        margin-right: 15px;
    }

    .attorney-card.second {
        width: 140px;
    }

    .attorney-card.first {
        width: 140px;
    }

    .attorney-card.third {
        width: 140px;
    }

    .profile-image {
        width: 60px;
        height: 60px;
        font-size: 12px;
    }

    .rank-badge {
        font-size: 16px;
        padding: 4px 8px;
    }

    .attorney-name {
        font-size: 13px;
    }

    .attorney-stats {
        font-size: 10px;
        padding: 4px 8px;
    }

    .podium-step.first .podium-image {
        width: 200px;
    }

    .podium-step.second .podium-image,
    .podium-step.third .podium-image {
        width: 170px;
    }

    .podium-step.second .podium-block {
        width: 140px;
        height: 150px;
    }

    .podium-step.first .podium-block {
        width: 160px;
        height: 180px;
    }

    .podium-step.third .podium-block {
        width: 140px;
        height: 110px;
    }

    .podium-block {
        font-size: 50px;
    }
}

@media (max-width: 480px) {

    .podium-wrapper {
        padding: 0 10px;
    }

    .podium-section {
        margin-bottom: 20px;
    }

    .attorney-card {
        width: 120px;
        margin-right: 10px;
    }

    .attorney-card.second {
        width: 120px;
    }

    .attorney-card.first {
        width: 120px;
    }

    .attorney-card.third {
        width: 120px;
    }

    .profile-image {
        width: 50px;
        height: 50px;
        font-size: 11px;
    }

    .rank-badge {
        font-size: 14px;
        padding: 3px 6px;
        top: -10px;
        right: -10px;
    }

    .attorney-name {
        font-size: 12px;
    }

    .attorney-stats {
        font-size: 9px;
        padding: 3px 6px;
    }

    .podium-step.first .podium-image {
        width: 170px;
    }

    .podium-step.second .podium-image,
    .podium-step.third .podium-image {
        width: 150px;
    }

    .podium-step.second .podium-block {
        width: 120px;
        height: 120px;
    }

    .podium-step.first .podium-block {
        width: 140px;
        height: 150px;
    }

    .podium-step.third .podium-block {
        width: 120px;
        height: 90px;
    }

    .podium-block {
        font-size: 40px;
        padding: 10px;
    }
}

/* Podium */
.podium-wrapper {
margin-bottom: 60px;
}

.podium-number {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
/* leaderboard end */

/* 18-03-2026 New section of Home page */

.welcome-section {
    padding: 70px 0;
    text-align: center;
}

.welcome-section p {
    margin: 50px auto 0 auto;
    max-width: 1150px;
}

.proccess-section {
    padding: 70px 0;
}

.proccess-section .item {
    padding: 20px;
    background-color: #f3f6f7;
    border-radius: 15px;
}

.proccess-section .item figure {
    height: 180px;
    background-color: #000000;
    border-radius: 15px;
    overflow: hidden;
}

.proccess-section .item figure img {
    height: 180px;
    object-fit: cover;
}

.proccess-section .item p {
    margin: 0 !important;
    font-size: 16px;
}

.proccess-section .owl-dots {
    position: absolute;
    top: -80px !important;
    right: 22%;
}

.download-section {
    padding: 0 0 50px 0;
}

.download-section p {
    margin-top: 1.5rem;
    max-width: 450px;
}

.download-section .d-flex {
    margin-top: 50px;
    gap: 30px;
}

@media only screen and (max-width:760px) {
    .welcome-section {
        padding: 30px 0;
    }

    .welcome-section img {
        height: 50px;
    }

    .welcome-section p {
        margin: 20px auto 0 auto;
    }

    .proccess-section {
        padding: 70px .75rem 30px .75rem;
    }

    .proccess-section .owl-dots {
        right: 0;
    }

    .download-section {
        padding: 30px 0;
    }

    .download-section .d-flex {
        margin-top: 1.5rem;
        gap: 1.5rem;
    }
}

/* 24-03-2026 css of Mobile Landing page */

.mobile-banner-contents {
    padding: 70px 0;
    height: 630px;
    background-color: #082442;
}

.mobile-banner-contents h1 {
    font-weight: 400;
    font-size: 64px;
    line-height: 1;
    color: #FFFFFF;
    text-align: left;
    max-width: 80%;
    padding: 1rem 0;
    margin: 0;
}

.mobile-banner-contents ul {
    margin: 0;
    padding: 1rem 0;
    list-style: none;
}

.mobile-banner-contents ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 1%;
    color: #FFFFFF;
}

.mobile-banner-contents p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 1%;
    color: #FFFFFF;
    margin: 0;
    padding: 1rem 0;
    max-width: 75%;
}

.mobile-banner-contents .d-flex {
    margin: 0;
    padding: 1rem 0;
    gap: 30px;
}

@media only screen and (max-width:760px) {
    .mobile-banner-contents {
        padding: 30px 0;
        height: auto;
    }

    .mobile-banner-contents h1 {
        font-size: 40px;
    }

    .mobile-banner-contents ul li {
        font-size: 16px;
    }

    .mobile-banner-contents p {
        font-size: 16px;
        max-width: 100%;
    }

    .mobile-banner-contents .d-flex {
        margin: 0 0 2rem 0;
        gap: 20px;
    }

    .mobile-banner-contents .text-end {
        text-align: center !important;
    }

    .mobile-banner-contents .text-end img {
        margin-bottom: -100px;
    }
}

@media only screen and (min-width:761px) and (max-width:1080px) {
    .mobile-banner-contents {
        height: auto;
    }

    .mobile-banner-contents h1,
    .mobile-banner-contents p {
        max-width: 100%;
    }
}

@media only screen and (min-width:1081px) and (max-width:1200px) {

    .mobile-banner-contents h1,
    .mobile-banner-contents p {
        max-width: 100%;
    }
}

.mobile-welcome-section {
    padding: 150px 0 70px 0;
    text-align: center;
}

.mobile-welcome-section h2 {
    font-size: 64px;
    color: #181818;
}

.mobile-welcome-section p {
    margin: 50px auto 0 auto;
    max-width: 850px;
    font-size: 22px;
    line-height: 1.6;
    color: #282828;
}

@media only screen and (max-width:760px) {
    .mobile-welcome-section {
        padding: 100px 0 30px 0;
    }

    .mobile-welcome-section h2 {
        font-size: 40px;
    }

    .mobile-welcome-section p {
        margin: 30px auto 0 auto;
        font-size: 18px;
    }
}

@media only screen and (min-width:761px) and (max-width:1080px) {
    .mobile-welcome-section {
        padding: 70px 0;
    }
}

.mobile-proccess-section {
    padding: 70px 0;
}

.mobile-proccess-section .item {
    background-color: #f3f6f7;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.mobile-proccess-section .item .overlay-content {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0;
    padding: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.mobile-proccess-section .center .item .overlay-content {
    opacity: 1;
}

.mobile-proccess-section .item .overlay-content p {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 2%;
    color: #1D1D1E;
    margin: 0;
    padding: 0;
}

.mobile-proccess-section .item img {
    border-radius: 15px;
}

.mobile-proccess-section .owl-nav [class*="owl-"] {
    width: 32px;
    height: 32px;
    background-color: #7030A0 !important;
    border-radius: 50%;
    color: #FFFFFF !important;
}

.mobile-proccess-section .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -80px;
    right: 22%;
}

@media only screen and (max-width:760px) {
    .mobile-proccess-section .owl-nav {
        right: 10px;
    }

    .mobile-proccess-section .item .overlay-content p {
        font-size: 20px;
    }

    .mobile-proccess-section .item .overlay-content .image-overlay {
        opacity: 0.8;
    }
}

.mobile-image-section {
    height: 690px;
    position: relative;
    z-index: 1;
    background-color: #082442;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

@media only screen and (max-width:760px) {
    .mobile-image-section {
        height: 300px;
    }
}

@media only screen and (min-width:761px) and (max-width:1080px) {
    .mobile-image-section {
        height: 500px;
    }
}

.image-text-section {
    padding-top: 100px;
}

.image-text-section img {
    float: left;
}

.text-image-section {
    padding-top: 100px;
}

.text-image-section img {
    float: right;
}

.image-text-section article,
.text-image-section article {
    margin: 3rem 0;
}

.image-text-section h3,
.text-image-section h3 {
    font-size: 42px;
    margin: 0;
}

.image-text-section p,
.text-image-section p {
    font-size: 22px;
    color: #5A5A5A;
    margin: 0;
}

@media only screen and (max-width:760px) {
    .image-text-section {
        padding-top: 50px;
        text-align: center;
    }

    .image-text-section img {
        float: none;
    }

    .text-image-section {
        padding-top: 50px;
        text-align: center;
    }

    .text-image-section img {
        float: none;
    }

    .text-image-section .d-flex {
        flex-wrap: wrap-reverse;
    }

    .image-text-section article,
    .text-image-section article {
        margin: 2rem 0;
    }

    .image-text-section h3,
    .text-image-section h3 {
        font-size: 36px;
    }

    .image-text-section p,
    .text-image-section p {
        font-size: 18px;
    }
}

.mobile-download-section {
    margin-top: 100px;
    padding: 70px 0;
    background-color: #082442;
    text-align: center;
}

.mobile-download-section p {
    font-size: 22px;
    color: #FFFFFF;
}

.mobile-download-section .d-flex {
    margin-top: 30px;
    gap: 30px;
    justify-content: center;
}

.Mobile-Download-owl {
    margin-top: 50px;
}

.Mobile-Download-owl .owl-item {
    transform: scale(0.9);
    transition: 0.4s;
}

.Mobile-Download-owl .owl-item.active.center {
    transform: scale(1);
}

.Mobile-Download-owl .owl-item img {
    border-radius: 10px;
}

@media only screen and (max-width:760px) {
    .mobile-download-section {
        margin-top: 30px;
        padding: 50px 0;
    }

    .mobile-download-section p {
        font-size: 18px;
    }
}