/**
 * @license
 *
 * Font Family: General Sans
 * Designed by: Frode Helland
 * URL: https://www.fontshare.com/fonts/general-sans
 * © 2022 Indian Type Foundry
 *
 * Font Styles:
 * General Sans Variable(Variable font)
 * General Sans Variable Italic(Variable font)
 * General Sans Extralight
 * General Sans Extralight Italic
 * General Sans Light
 * General Sans Light Italic
 * General Sans Regular
 * General Sans Italic
 * General Sans Medium
 * General Sans Medium Italic
 * General Sans Semibold
 * General Sans Semibold Italic
 * General Sans Bold
 * General Sans Bold Italic
 *
*/


/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 700.0;
*
* available axes:

* 'wght' (range from 200.0 to 700.0)

*/

/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 700.0;
*
* available axes:

* 'wght' (range from 200.0 to 700.0)

*/

@font-face {
  font-family: 'GeneralSans-Regular';
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'),
       url('../fonts/GeneralSans-Regular.woff') format('woff'),
       url('../fonts/GeneralSans-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'GeneralSans-Medium';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'),
       url('../fonts/GeneralSans-Medium.woff') format('woff'),
       url('../fonts/GeneralSans-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'GeneralSans-Semibold';
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2'),
       url('../fonts/GeneralSans-Semibold.woff') format('woff'),
       url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
       font-weight: 600;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'GeneralSans-Bold';
  src: url('../fonts/GeneralSans-Bold.woff2') format('woff2'),
       url('../fonts/GeneralSans-Bold.woff') format('woff'),
       url('../fonts/GeneralSans-Bold.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}


.schinput {
    width: 350px;
    padding: 0px 15px;
	border-radius: var(--br-5xs);
    border: 1px solid #ccc;
	background-color: var(--color-whitesmoke-500);
}

input,
input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 4;
}

.form-controlb {
  border-radius: 2px;
  width: 187px;
  height: 35px;
  float: left;
  margin:1px;
  background-color: var(--color-whitesmoke-500);
  color: #666;
  box-shadow: none;
}

.form-controlbc {
  border-radius: 2px;
  width: 125px;
  height: 35px;
  float: left;
  margin:1px;
  background-color: var(--color-whitesmoke-500);
  color: #666;
  box-shadow: none;
}

.menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: var(--padding-xs) var(--padding-9xs) var(--padding-xs)
    var(--padding-5xs);
  cursor: pointer;
  border-radius: var(--br-5xs);
  border: 1px solid var(--color-indianred-200);
  justify-content: center;
  margin-right: 5px;
}
.menu-itemb {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  border-radius: var(--br-5xs);
  border: 1px solid #fff;
  justify-content: center;
  margin-right: 30px;
  padding: var(--padding-xs) var(--padding-8xs) var(--padding-xs)
    var(--padding-5xs);
  gap: var(--gap-5xs);
}
a:link { 
  text-decoration: none;
	color:#163E8F;
} 
a:visited { 
  text-decoration: none;
  color:#163E8F;
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none;
  color:#163E8F;
}
.menu-title {
  position: relative;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-weight: 500;
  white-space: nowrap;
}

.menu-item:hover, .menu-itemb:hover {
  background-color: #d73964;
  color:#fff;
}

.menuactive{
  background-color: #d73964;
  color:#fff;
}

.screenshot-rectangle1 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 3.31px;
}

.text-container391 {
  height: 17px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 var(--padding-9xs);
  box-sizing: border-box;
}

.badge {
  height: 20px;
  border-radius: var(--br-9xs);
  background-color: var(--red-100);
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-9xs);
  box-sizing: border-box;
  font-size: var(--body-xs-size);
  color: var(--red-800);
}


.icon-jam-icons-outline-l745 {
  height: 24px;
  width: 24px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
  min-height: 24px;
}

.left8,
.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.left8,
.menu {
  max-width: 100%;
}
.menu {
  justify-content: flex-start;
  font-size: var(--button-m-size);
  color: var(--blue-gray-900);
  font-family: var(--body-xs);
}
.left8 {
  width: 100%;
  justify-content: space-between;
  gap: var(--gap-xl);
}

.header,
.search-bar-child {
  background-color: var(--color-gray-1500);
  box-sizing: border-box;
  max-width: 100%;
}
.header {
  align-self: stretch;
  width: 100%;
  height: 75px;
  backdrop-filter: blur(30px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: var(--padding-5xl) var(--padding-82xl);
  text-align: left;
  font-size: var(--font-size-14xl-1);
  color: var(--color-darkslateblue-500);
  font-family: var(--font-nunito);
  position: fixed;
  z-index: 99;
}
.search-bar-child {
  height: 93px;
  width: 675px;
  position: relative;
  border-radius: 0 var(--br-3xs) var(--br-3xs) var(--br-3xs);
  border: 0.5px solid var(--color-silver-200);
  display: none;
}

.search2 {
  position: relative;
  font-size: var(--font-size-base-2);
  font-weight: 600;
  font-family: var(--inter-14-semi-bold);
  color: var(--light-base-modal);
  text-align: left;
}
.formkitsearch-icon3 {
  height: 18px;
  width: 18px;
  position: absolute;
  margin: 0 !important;
  top: 19px;
  left: 13px;
  overflow: hidden;
  flex-shrink: 0;
}

.header-frames1,
.search-bar, .search-barb, .confirm-frames1, .stop-frames1 {
  box-sizing: border-box;
  flex-direction: row;
  justify-content: flex-start;
  z-index: 1;
}
.header-frames1 {
  cursor: pointer;
  border: 0;
  padding: 10px;
  background-color: var(--color-darkslateblue-600);
  width:105px;
  border-radius: var(--br-8xs);
  align-items: flex-start;
  position: relative;
  gap: var(--gap-smi);
}
.header-frames1:hover {
  background-color: #d73964;
  color:#fff;
}

.confirm-frames1 {
  cursor: pointer;
  border: 0;
  padding: var(--padding-lgi) var(--padding-smi);
  background-color: #2b4d8a;
  width:85px;
  border-radius: var(--br-8xs);
  align-items: flex-start;
  position: relative;
  gap: var(--gap-smi);
}
.stop-frames1 {
  cursor: pointer;
  border: 0;
  padding: var(--padding-lgi) var(--padding-smi);
  background-color: #E91F62;
  width:115px;
  border-radius: var(--br-8xs);
  align-items: flex-start;
  position: relative;
  gap: var(--gap-smi);
}
.search-bar {
  width: 675px;
  margin: 0 !important;
  position: absolute;
  right: -100px;
  bottom: 21px;
  border-radius: 0 var(--br-3xs) var(--br-3xs) var(--br-3xs);
  
  align-items: flex-end;
  padding: var(--padding-base) var(--padding-6xl) var(--padding-xl)
    var(--padding-4xl);
  gap: var(--gap-15xl);
}
.search-barb {
  width: 695px;
  margin: 0 !important;
  position: inherit;
  right: -100px;
  bottom: 21px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0 var(--br-3xs) var(--br-3xs) var(--br-3xs);
  background-color: var(--color-gray-1500);
  border: 0.5px solid var(--color-silver-200);
  align-items: flex-end;
  padding: var(--padding-base) var(--padding-6xl) var(--padding-xl)
    var(--padding-4xl);
  gap: var(--gap-15xl);
}

.no-money8 {
  margin-block-start: 0;
  margin-block-end: 5px;
}
.no-problem3 {
  margin: 0;
  color: var(--true-black);
}
.no-money-no-container {
  margin: 0;
  height: 163px;
  position: relative;
  font-size: inherit;
  line-height: 110%;
  font-weight: 700;
  font-family: 'GeneralSans-Bold';
  display: inline-block;
  z-index: 1;
}

.blob-groups {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 163px;
  max-width: 100%;
}
.trade-by-barter {
  font-weight: 600;
}
.paragraph255 {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: var(--button-xl-size);
  font-family: 'GeneralSans-Regular';
  line-height: 160%;
}
.secondary-headline-frame3 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-lg);
  max-width: 100%;
}
.btn-fligt-child {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: var(--br-3xs) var(--br-3xs) 0 0;
  background-color: var(--color-indianred-200);
  width: 100%;
  height: 100%;
  display: none;
}
.icround-close-icon {
  position: absolute;
  top: 6px;
  left: 12px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  z-index: 1;
}
.btn-fligt {
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: var(--color-indianred-200);
  width: 47px;
  height: 37px;
  position: relative;
  border-radius: var(--br-3xs) var(--br-3xs) 0 0;
}
.cards-frame {
  align-self: stretch;
  flex-direction: column;
  gap: var(--gap-49xl);
}
.blob-groups-container,
.cards-frame,
.download-buttons-frame {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.download-buttons-frame {
  flex: 1;
  flex-direction: column;
  min-height: 418px;
  font-size: var(--heading-1-m-size);
  color: var(--color-darkslateblue-600);
}
.blob-groups-container {
  width: 575px;
  flex-direction: row;
  padding: var(--padding-xl) 0;
  box-sizing: border-box;
  position: relative;
  min-width: 575px;
}
.menu-frame-icon {
  width: 688px;
  position: relative;
  max-height: 100%;
  overflow: hidden;
  max-width: 103%;
  flex-shrink: 0;
}
.section-frame {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  box-sizing: border-box;
  min-width: 436px;
  max-width: 100%;
}
.secondary-headline-frame2,
.top-section-frame, .top-section-dashboard, .top-section-bpframe {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 100%;
}
.secondary-headline-frame2 {
  flex: 1;
  align-items: center;
  row-gap: 20px;
}
.top-section-frame {
  width: 1304px;
  align-items: flex-start;
  padding: 0 var(--padding-10xl);
  box-sizing: border-box;
  min-height: 600px;
  text-align: left;
  font-size: var(--button-m-size);
  color: var(--dark1);
  font-family: var(--font-general-sans);
  margin-top: 90px;
  background-color: #F7F8FB;
}

.paragraph256,
.secondary-headline25 {
  margin: 0;
  position: relative;
  font-family: inherit;
}
.secondary-headline25 {
  align-self: stretch;
  font-size: inherit;
  line-height: 110%;
  font-weight: 700;
}
.paragraph256 {
  width: 938px;
  height: 80px;
  font-size: var(--font-size-3xl);
  line-height: 180%;
  font-weight: 400;
  display: inline-block;
  max-width: 100%;
}
.secondary-headline24 {
  width: 1320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 var(--padding-xl);
  box-sizing: border-box;
  gap: var(--gap-13xl);
  max-width: 100%;
  font-size: var(--heading-2-size);
  font-family: var(--font-general-sans);
}

.button-text372 {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-weight: 500;
}
.text-container397 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 var(--padding-base);
  background-image: url("../images/untapped.jpg"); 
}

.blob-group-icon,
.blob-group-icon1 {
  position: absolute;
  margin: 0 !important;
}
.blob-group-icon {
  width: 523px;
  top: -40px;
  right: -108px;
  height: 665px;
}
.blob-group-icon1 {
  width: 139px;
  top: -74.5px;
  left: 67px;
  height: 582px;
  object-fit: contain;
}
.smarta-deal {
  color: var(--color-darkslateblue-600);
}
.get-smarta-deal-container {
  height: 64px;
  position: relative;
  display: inline-block;
}
.trade-smarta {
  font-weight: 500;
}
.who-says-you-container {
  width: 442.9px;
  height: 51.2px;
  position: relative;
  font-size: var(--font-size-lgi-6);
  display: inline-block;
  flex-shrink: 0;
  max-width: 100%;
}
.frame-instance {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-lgi);
  max-width: 100%;
}
.user-thumb-instance-child {
  height: 59.7px;
  width: 59.7px;
  position: relative;
}
.appstore,
.download-on-the {
  position: relative;
  line-height: 19.9px;
  font-weight: 500;
}
.appstore {
  width: 114px;
  border: 0;
  outline: 0;
  font-weight: 600;
  font-family: var(--font-general-sans);
  font-size: var(--font-size-5xl-9);
  background-color: var(--gold-3);
  height: 30px;
  letter-spacing: 0.25px;
  line-height: 29.85px;
  color: var(--true-black);
  text-align: left;
  display: inline-block;
}
.frame-instance1,
.user-thumb-instance {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.user-thumb-instance {
  border-radius: 9.95px;
  background-color: var(--light-base-modal);
  box-shadow: 0 24.9px 59.7px rgba(170, 170, 170, 0.29);
  overflow: hidden;
  flex-direction: row;
  align-items: center;
  padding: 14.924999237060547px var(--padding-xs) 14.924999237060547px
    14.924999237060547px;
  gap: 14.92px;
}
.user-thumb-instance-item {
  height: 59.7px;
  width: 59.7px;
  position: relative;
}
.get-on,
.google-play {
  position: relative;
  line-height: 19.9px;
  font-weight: 500;
}
.google-play {
  width: calc(100% - 0px);
  border: 0;
  outline: 0;
  font-weight: 600;
  font-family: var(--font-general-sans);
  font-size: var(--font-size-5xl-9);
  background-color: var(--gold-3);
  align-self: stretch;
  height: 30px;
  letter-spacing: 0.25px;
  line-height: 29.85px;
  color: var(--true-black);
  text-align: left;
  display: inline-block;
  min-width: 89px;
}
.get-on-parent,
.user-thumb-instance1 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.user-thumb-instance1 {
  border-radius: 9.95px;
  background-color: var(--light-base-modal);
  box-shadow: 0 24.9px 59.7px rgba(170, 170, 170, 0.29);
  overflow: hidden;
  flex-direction: row;
  align-items: center;
  padding: 14.924999237060547px var(--padding-3xs) 14.924999237060547px
    14.924999237060547px;
  box-sizing: border-box;
  gap: 14.92px;
  min-width: 161px;
}
.card-round-frame,
.group-instance {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.card-round-frame {
  align-self: stretch;
  flex-direction: row;
  gap: var(--gap-lgi-9);
  font-size: var(--font-size-mini-9);
  color: var(--new-styles-text-body-dark);
  font-family: var(--font-poppins);
}
.group-instance {
  width: 500px;
  flex-direction: column;
  gap: var(--gap-33xl);
  max-width: 100%;
}
.left-frame-icon {
  width: 501.4px;
  position: absolute;
  margin: 0 !important;
  top: -388.6px;
  left: -427.7px;
  height: 679.2px;
  object-fit: contain;
}
.header-frame-item {
  height: 91px;
  width: 91px;
  position: relative;
  z-index: 1;
}
.header-frame10 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.appstore-google-play-frame {
  flex: 1;
  background-color: var(--light-base-modal);
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding: var(--padding-202xl) var(--padding-224xl) var(--padding-199xl)
    var(--padding-242xl);
  box-sizing: border-box;
  gap: var(--gap-xl);
  max-width: 100%;
  z-index: 1;
}
.section-frame1,
.text-container-instance,
.text-instance {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  box-sizing: border-box;
}
.section-frame1 {
  width: 1525px;
  justify-content: flex-start;
  padding: 0 var(--padding-12xs) 0 0;
  position: relative;
  max-width: 103%;
  flex-shrink: 0;
}
.text-container-instance,
.text-instance {
  padding: 0;
}
.text-instance {
  width: 1483px;
  justify-content: flex-start;
  max-width: 103%;
  flex-shrink: 0;
}
.text-container-instance {
  align-self: stretch;
  justify-content: flex-end;
  max-width: 100%;
  text-align: left;
  font-size: var(--font-size-28xl-7);
  color: var(--true-black);
  font-family: var(--font-general-sans);
}
.section {
  align-self: stretch;
  position: relative;
}
.section {
  background-color: var(--color-gray-200);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-61xl) 0;
  box-sizing: border-box;
  gap: var(--gap-61xl);
  max-width: 100%;
}

.secondary-headline26 {
  align-self: stretch;
  position: relative;
  line-height: 110%;
  font-weight: 800;
}

.secondary-headline26 {
  margin: 0;
  font-size: var(--heading-2-size);
  font-family: inherit;
}
.top14 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-5xs);
}

.icon-jam-icons-outline-l759 {
  height: 24px;
  width: 24px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
  min-height: 24px;
}
.button-text373 {
  margin: 0;
  position: relative;
  font-size: inherit;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-weight: 700;
  font-family: inherit;
}
.text-container398 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 var(--padding-lgi);
}
.icon-jam-icons-outline-l760 {
  height: 24px;
  width: 24px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
  min-height: 24px;
}
.button150 {
  border-radius: var(--br-5xs);
  background-color: var(--color-indianred-200);
  border: 2px solid var(--color-indianred-200);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-xl) var(--padding-3xl);
  font-size: var(--button-xl-size);
  color: var(--light-base-modal);
}

.buttons-group134 {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.buttons-group134 {
  display: flex;
  gap: var(--gap-base);
  text-align: left;
  font-size: var(--button-m-size);
  color: var(--blue-600);
}
.section-text11 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-13xl);
  max-width: 100%;
}
.user-thumb-icon {
  height: 180px;
  width: 180px;
  border-radius: var(--br-168xl-5);
  object-fit: cover;
}
.icon-container {
  height: 96px;
  width: 96px;
  position: absolute;
  margin: 0 !important;
  bottom: 0.5px;
  left: -92px;
  z-index: 1;
}
.i-c-round-close-frame,
.user-thumb-parent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.user-thumb-parent {
  position: relative;
}
.i-c-round-close-frame {
  padding: 0 var(--padding-base);
  flex-shrink: 0;
}
.icon-container1 {
  width: 32px;
  height: 32px;
  position: absolute;
  margin: 0 !important;
  bottom: 1.5px;
  left: 109px;
}
.user-thumb-icon1 {
  width: 150.5px;
  height: 150.5px;
  border-radius: 235.11px;
  object-fit: cover;
}
.icon-container2 {
  width: 48px;
  height: 48px;
  position: absolute;
  margin: 0 !important;
  right: 48px;
  bottom: 1.5px;
}
.left-side-frame,
.search-bar-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.left-side-frame {
  align-self: stretch;
  height: 225px;
  align-items: center;
  position: relative;
}
.search-bar-container {
  flex: 1;
  align-items: flex-start;
  padding: 0 0 var(--padding-mini);
  box-sizing: border-box;
  min-width: 98px;
}
.icon-container3 {
  height: 64px;
  width: 64px;
  position: absolute;
  margin: 0 !important;
  top: 35.5px;
  left: 0;
}
.user-thumb-icon2 {
  width: 128px;
  height: 128px;
  border-radius: var(--br-281xl);
  object-fit: cover;
}
.icon-container4 {
  width: 48px;
  height: 48px;
  position: absolute;
  margin: 0 !important;
  top: -0.5px;
  left: 13px;
}
.third-card,
.user-thumb-instance2 {
  display: flex;
  align-items: center;
  position: relative;
}
.third-card {
  flex-direction: column;
  justify-content: flex-end;
  padding: 161px 0 0;
  box-sizing: border-box;
  min-width: 128px;
}
.user-thumb-instance2 {
  align-self: stretch;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 0 0 var(--padding-72xl);
  row-gap: 20px;
}
.cards-round,
.cards-round-frame {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cards-round-frame {
  align-self: stretch;
  align-items: center;
  position: relative;
  min-height: 387px;
  flex-shrink: 0;
}
.cards-round {
  width: 370px;
  top: 73px;
  right: -16px;
  align-items: flex-end;
  padding: 0;
  box-sizing: border-box;
  gap: var(--gap-lg);
  z-index: 1;
}
.cards-round,
.icon-container5,
.user-thumb-icon3 {
  margin: 0 !important;
  position: absolute;
}
.icon-container5 {
  height: 48px;
  width: 48px;
  top: 0;
  left: 0;
}
.user-thumb-icon3 {
  height: 150px;
  width: 150px;
  right: -64px;
  bottom: -119.5px;
  border-radius: 234.38px;
  object-fit: cover;
}
.icon-container6 {
  height: 96px;
  width: 96px;
  position: relative;
  z-index: 1;
}
.user-thumb-group {
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.eighth-card,
.ninth-card,
.user-thumb-group {
  display: flex;
  flex-direction: row;
}
.ninth-card {
  width: 210px;
  align-items: flex-end;
  justify-content: flex-end;
  padding: var(--padding-19xl) 0 0;
  box-sizing: border-box;
  position: relative;
}
.eighth-card {
  align-self: stretch;
  align-items: flex-start;
  justify-content: flex-start;
}
.icon-container7 {
  width: 32px;
  height: 32px;
  position: relative;
}
.seventh-card {
  width: 369px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: var(--gap-11xs);
  max-width: 100%;
}
.user-thumb-icon4 {
  height: 151px;
  width: 151px;
  border-radius: 157.29px;
  object-fit: cover;
}
.icon-container8 {
  height: 24px;
  width: 24px;
  position: absolute;
  margin: 0 !important;
  top: 42px;
  right: 0;
}
.fifteenth-card {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.icon-container9 {
  width: 48px;
  height: 48px;
  position: absolute;
  margin: 0 !important;
  right: 48px;
  bottom: 0;
}
.fourteenth-card,
.thirteenth-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.fourteenth-card {
  align-self: stretch;
  height: 238px;
  align-items: center;
  position: relative;
}
.thirteenth-card {
  flex: 1;
  align-items: flex-start;
  min-width: 130px;
  min-height: 292px;
}
.user-thumb-icon5 {
  width: 128px;
  height: 128px;
  border-radius: var(--br-281xl);
  object-fit: cover;
}
.last-user-thumb {
  height: 201px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.icon-container10 {
  height: 60px;
  width: 60px;
  position: relative;
}
.third-user-thumb,
.twelfth-card {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}
.third-user-thumb {
  flex: 1;
  gap: var(--gap-xl);
  min-width: 135px;
}
.twelfth-card {
  align-self: stretch;
  gap: var(--gap-6xl);
}
.cards-round1,
.section1 {
  display: flex;
  max-width: 100%;
}
.cards-round1 {
  width: 433px;
  margin: 0 !important;
  position: absolute;
  top: 63px;
  left: -49px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: var(--gap-71xl);
  z-index: 1;
}
.section1 {
  align-self: stretch;
  background-color: var(--color-darkslateblue-600);
  overflow: hidden;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-237xl) var(--padding-61xl);
  box-sizing: border-box;
  position: relative;
  gap: var(--gap-61xl);
  z-index: 2;
  margin-top: -48px;
  color: var(--light-base-modal);
}
.header-frame9,
.homepage {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  font-family: var(--body-xs);
}
.header-frame9 {
  align-self: stretch;
  align-items: flex-start;
  padding: 0 var(--padding-11xs) 0 0;
  max-width: 100%;
  text-align: center;
  font-size: var(--caption-m-size);
  color: var(--blue-gray-900);
}
.homepage {
  width: 100%;
  position: relative;
  background-color: var(--light-base-modal);
  overflow: hidden;
  align-items: flex-end;
  padding: 0 0 var(--padding-279xl);
  gap: var(--gap-8xs);
  letter-spacing: normal;
  text-align: left;
  font-size: var(--button-xl-size);
  color: var(--blue-600);
}
@media screen and (max-width: 1200px) {
  .header {
    padding-left: var(--padding-31xl);
    padding-right: var(--padding-31xl);
    box-sizing: border-box;
  }
  .appstore-google-play-frame {
    flex-wrap: wrap;
    padding-left: var(--padding-111xl);
    padding-right: var(--padding-102xl);
    box-sizing: border-box;
  }
  .section {
    padding-top: var(--padding-33xl);
    padding-bottom: var(--padding-33xl);
    box-sizing: border-box;
  }
	.frame-with-description {
    padding-top: var(--padding-4xl);
    padding-bottom: var(--padding-28xl);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1050px) {
	
	.any-question {
    font-size: var(--font-size-21xl);
    line-height: 60px;
  }

  .rectangle-darleneb {
    gap: var(--gap-143xl);
  }
	.rectangle-darlene {
    flex-wrap: wrap;
    gap: var(--gap-59xl);
    justify-content: center;
  }
	.oops1 {
    font-size: var(--font-size-7xl);
  }
  .post-a-new-deal-text {
    max-width: 100%;
  }
	.subframe-with-vector-inner {
    flex: 1;
  }
	.frame-with-description {
    padding-top: var(--padding-xl);
    padding-bottom: var(--padding-12xl);
    box-sizing: border-box;
  }
	.brand-new-prod-frame {
    gap: var(--gap-27xl);
  }
	.categorycolumn {
    display: none;
  }
  .no-money-no-container {
    font-size: var(--font-size-39xl);
    line-height: 63px;
  }
  .blob-groups-container {
    flex: 1;
  }
  .secondary-headline-frame2 {
    flex-wrap: wrap;
  }
  
  .secondary-headline25 {
    font-size: var(--font-size-26xl);
    line-height: 49px;
  }
  .get-smarta-deal-container {
    font-size: var(--font-size-19xl);
  }
  .secondary-headline26 {
    font-size: var(--font-size-26xl);
    line-height: 49px;
  }
	.rectangle-e-prod {
    max-width: 100%;
  }
	
	.subframe-with-vector {
    flex-wrap: wrap;
  }
  .rectangle15 {
    min-width: 100%;
  }
	
}
@media screen and (max-width: 750px) {
	.mappingstext {
    padding-left: var(--padding-8xl);
    padding-right: var(--padding-8xl);
    box-sizing: border-box;
  }
	.ellipse-darlene {
    flex-wrap: wrap;
  }
	.rectangle-group-icon {
    flex: 1;
  }
	.frame-parent482 {
    flex-wrap: wrap;
    gap: var(--gap-6xl);
  }
	.proposed-deal-owner8 {
    flex-wrap: wrap;
  }
	.land-property-frame-group {
    flex-wrap: wrap;
    gap: var(--gap-6xl);
  }
	.land-house-frame-inner {
    padding-right: var(--padding-7xl);
    box-sizing: border-box;
  }
	.land-property-frame3 {
    flex: 1;
  }
	.deal_topframe {
    gap: var(--gap-mid);
  }
	.main-frame13 {
    gap: var(--gap-6xl);
  }
	.frame-with-description {
    gap: var(--gap-33xl);
    min-width: 100%;
  }
	.section-padding-top-heading {
        padding-top: 4rem;
        padding-bottom: 2.5rem;
    }
	
	#osx-container {background-color:#eee; color:#000; font: 16px/24px "Lucida Grande",Arial,sans-serif; padding-bottom:4px; width:350px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; border-radius:0 0 6px 6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000; box-shadow:0 0 64px #000;}
	
	.smarter29 {
    gap: var(--gap-15xl);
  }
	.hour-ago-u-i-w {
    gap: var(--gap-lgi);
    min-width: 100%;
  }
	.rectangle-e-prod {
    gap: var(--gap-38xl);
  }
	.need-parent21,
  .need-parent22,
  .offer-group1,
  .offer-items,
  .offer-parent26,
  .offer-parent27 {
    padding-top: var(--padding-5xl);
    padding-bottom: var(--padding-5xl);
    box-sizing: border-box;
  }
	
	.deals-details {
    flex-wrap: wrap;
  }
  .header {
    padding-left: var(--padding-6xl);
    padding-right: var(--padding-6xl);
    box-sizing: border-box;
  }
  .cards-frame {
    gap: var(--gap-15xl);
  }
  .blob-groups-container,
  .section-frame {
    min-width: 100%;
  }
  .secondary-headline24 {
    gap: var(--gap-base);
  }

  .card-round-frame {
    flex-wrap: wrap;
  }
  .group-instance {
    gap: var(--gap-7xl);
  }
  .appstore-google-play-frame {
    padding: var(--padding-125xl) var(--padding-41xl) var(--padding-123xl)
      var(--padding-46xl);
    box-sizing: border-box;
  }
  .section {
    gap: var(--gap-21xl);
    padding-top: var(--padding-15xl);
    padding-bottom: var(--padding-15xl);
    box-sizing: border-box;
  }
  .section-text11 {
    gap: var(--gap-base);
  }
  .section1 {
    gap: var(--gap-21xl);
    padding: var(--padding-237xl) var(--padding-21xl) var(--padding-147xl);
    box-sizing: border-box;
  }
	
	.container {
    gap: var(--gap-21xl);
  }
	
 .footer-box-layout1 .footer-title h3 {
        font-size: 1.375rem;
    }
	
 .footer-bottom-wrap .copyright-text {
        text-align: center;
        margin-bottom: 0.9375rem;
    }
	
 .footer-bottom-wrap .payment-option {
        text-align: center;
    }

.rectangle15 {
    gap: var(--gap-xl);
  }
	
}
@media screen and (max-width: 450px) {
	.wshipping-content-block {
	padding: 50px 0px;
}
	.any-question {
    font-size: var(--font-size-11xl);
    line-height: 45px;
  }
 .landorhousetext,
  .landorhousetext1 {
    flex-wrap: wrap;
  }
 .landtext-wrapper {
    gap: var(--gap-7xl);
  }
	.valuecell-parent {
    gap: var(--gap-25xl);
  }
	.mappingframe {
    gap: var(--gap-13xl);
  }
	.rectangle-darleneb {
    gap: var(--gap-62xl);
  }
	.rectangle-darlene {
    gap: var(--gap-20xl);
  }
	.info {

	background-color:#d8416a; 

	border:1px solid #1abc9c; 

	color:#fff; 

	font-size: 0.8em;

    font-weight: normal;

	z-index:90000;

	width:90%;
	
	height:130px;

	padding:10px;

	margin:5px;
	
	border-radius:15px;

}
	.frame-child102 {
  width: 45.6px;
  position: relative;
  border-radius: 50%;
  height: 45.6px;
  object-fit: cover;
}
	.oops1 {
    font-size: var(--font-size-lgi);
  }
	.rectangle-parent44 {
    gap: var(--gap-2xl);
    padding-top: var(--padding-xl);
    padding-bottom: var(--padding-19xl);
    box-sizing: border-box;
  }
	.description-parent35 {
    flex-wrap: wrap;
  }
	 .stephs-offer3 {
    font-size: var(--font-size-lg);
    line-height: 27px;
  }
	.child-rectangle-b {
    padding-top: var(--padding-xl);
    padding-bottom: var(--padding-13xl);
    box-sizing: border-box;
  }
	.stephs-need1 {
    font-size: var(--font-size-lg);
    line-height: 27px;
  }
	.i-will-give-you-my-land-or-hou {
    flex-wrap: wrap;
  }
	.land-house-frame {
    padding-top: var(--padding-17xl);
    padding-bottom: var(--padding-xl);
    box-sizing: border-box;
  }
	.subframe-with-vector-inner {
    gap: var(--gap-6xl);
    min-width: 100%;
  }
	.frame-with-description {
    gap: var(--gap-7xl);
    padding-bottom: var(--padding-xl);
    box-sizing: border-box;
  }
	 .brand-new-prod-frame {
    gap: var(--gap-4xl);
  }
	.rectangle-e-prod {
    gap: var(--gap-9xl);
  }
	.need31,
  .need32,
  .need33,
  .offer27,
  .offer28,
  .offer29 {
    font-size: var(--button-m-size);
    line-height: 25px;
  }
	
 .deals-details {
    gap: var(--gap-lgi);
  }
  .menu {
    gap: var(--gap-5xl);
  }
  .no-money-no-container {
    font-size: var(--font-size-24xl);
    line-height: 48px;
  }
  .paragraph255 {
    font-size: var(--font-size-lgi);
    line-height: 31px;
  }
  .cards-frame {
    gap: var(--gap-mid);
  }
  
  .secondary-headline25 {
    font-size: var(--font-size-15xl);
    line-height: 37px;
  }
  .paragraph256 {
    font-size: var(--font-size-lg);
    line-height: 32px;
  }

  .button-text372 {
    font-size: var(--button-m-size);
    line-height: 19px;
  }
  .get-smarta-deal-container {
    font-size: var(--font-size-10xl);
  }
  .appstore,
  .google-play {
    font-size: var(--caption-m-size);
    line-height: 24px;
  }
  .appstore-google-play-frame {
    padding-left: var(--padding-xl);
    padding-right: var(--padding-xl);
    box-sizing: border-box;
  }
  .section {
    gap: var(--gap-xl);
  }
  
  .secondary-headline26 {
    font-size: var(--font-size-15xl);
    line-height: 37px;
  }
  .paragraph257 {
    font-size: var(--button-m-size);
    line-height: 29px;
  }
  .button-text373 {
    font-size: var(--font-size-lgi);
    line-height: 19px;
  }
  .user-thumb-icon2 {
    align-self: stretch;
    width: auto;
  }
  .third-card {
    flex: 1;
  }
  .user-thumb-instance2 {
    flex-wrap: wrap;
  }
  .thirteenth-card {
    min-height: auto;
  }
  .twelfth-card {
    flex-wrap: wrap;
  }
  .section1 {
    gap: var(--gap-xl);
  }
	
	.container {
    gap: var(--gap-xl);
  }
}
@media only screen and (min-width: 1230px) {
    .containerfooter {
        max-width: 1210px;
    }
}

.section-text59,
.smarter29 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.section-text59 {
  gap: 15.33px;
}
.smarter29 {
  flex-shrink: 0;
}

.uiwtimeohours {
  width: 229px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-10xs);
  box-sizing: border-box;
}

.octiconlocation-nig-child {
  height: 50px;
  width: 223px;
  position: relative;
  border-radius: var(--br-11xl);
  background-color: var(--color-indianred-200);
  display: none;
}
.all-offer-categories17 {
  position: relative;
  font-size: var(--caption-regular-size);
  font-weight: 600;
  font-family: var(--font-nunito);
  color: var(--light-base-modal);
  text-align: left;
  z-index: 1;
}
.octiconlocation-nig {
  cursor: pointer;
  border: 0;
  padding: var(--padding-mini) var(--padding-mini) var(--padding-base);
  background-color: var(--color-indianred-200);
  flex: 1;
  border-radius: var(--br-11xl);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--gap-3xs);
  white-space: nowrap;
}
.octiconlocation-nig:hover {
  background-color: var(--color-palevioletred-300);
}

.blender-offer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0 var(--padding-xl) 0 0;
  position: relative;
  gap: var(--gap-smi);
  cursor: pointer;
  width: 250px;
}
.mdifood-italian-icon34 {
  height: 24px;
  width: 24px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.agriculture-food17 {
  position: relative;
  font-weight: 500;
}







/* import css starts here */
.form-control {
  width: 250px;
  height: 22px;
  border-radius: var(--br-3xs);
  background-color: var(--color-whitesmoke-500);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-2xl) var(--padding-260xl) var(--padding-2xl)
    var(--padding-2xl);
  box-sizing: border-box;
  white-space: nowrap;
}

.form-controlg {
  width: 250px;
  height: 22px;
  border-radius: var(--br-3xs);
  background-color: var(--color-whitesmoke-500);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-2xl) var(--padding-260xl) var(--padding-2xl)
    var(--padding-2xl);
  box-sizing: border-box;
  white-space: nowrap;
}


.sbt-btn{
  display: flex;
  gap: var(--gap-3xs);
  cursor: pointer;
  border: 0;
  padding: 5px;
  background-color: var(--color-darkslateblue-600);
  height: 50px;
  margin: 5px !important;
  border-radius: var(--br-8xs);
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.sbt-btn:hover {
  background-color: var(--color-darkslateblue-100);
}
.search37 {
  position: relative;
  font-size: var(--font-size-base-2);
  font-weight: 600;
  font-family: var(--inter-14-semi-bold);
  color: var(--light-base-modal);
  text-align: left;
}
.section-frame2 {
  flex-direction: row;
  justify-content: flex-start;
  gap: var(--gap-2xs);
  font-size: var(--button-m-size);
  color: var(--color-royalblue-200);
	display: flex;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 8px;
	cursor:pointer;
}
.formkitsearch-icon55 {
  height: 18px;
  width: 18px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.search-people-with-container29 {
  position: relative;
  text-decoration: underline;
  line-height: 140%;
  cursor: pointer;
  margin-top: 25px;
}
.here29,
.search-people-with29 {
  font-weight: 500;
}

/*Footer starts here */

.footer {
  background: #2b4d8a ;
  width: 100%;
}

.footer .block h4 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 25px;
}

.footer .block.about img {
  margin-bottom: 25px;
}

.footer .block.about p {
  line-height: 26px;
}

.footer .block ul li {
  margin-bottom: 10px;
}

.footer .block ul li a {
  display: block;
  font-size: 12px;
  color: #797979;
}

.footer .block ul li a:hover {
  color: #E91F62 ;
  text-decoration: underline;
}

.footer .block ul.terms-list {
  margin-top: 10px;
}

.footer .block ul.terms-list li a {
  padding-right: 10px;
}
.footer .block-2 {
  padding: 18px 30px;
  background: #46484A;
  border-radius: 2px;
}

.footer .block-2.app-promotion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.footer .block-2.app-promotion p {
  margin-left: 20px;
  color: #fff;
}

.footer .block-2.discount-coupon p {
  color: #fff;
  margin-bottom: 0;
}

.footer .block-2.discount-coupon p a {
  color: #E91F62 ;
}

.footer-bottom {
  position: relative;
  background: #000;
  padding: 5px 0;
}
.footer-bottom .copyright p {
  color: #fff;
  margin-bottom: 0;
}

.col-12 p {
	font-size: 14px;
}

/*Proposed delas starts here */

.container{
  display: flex;
  justify-content: flex-start;
}

.container,
.rectangle-e-prod {
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
  font-family: var(--font-general-sans);
}

.container {
  width: 1532px;
  gap: var(--gap-62xl);
  max-width: 100%;
  flex-shrink: 0;
  font-size: var(--body-xs-size);
  color: var(--color-darkslategray-300);
  margin-top: 10px;
}

.categorydiv,
.categorycolumn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.categorydiv {
  align-self: stretch;
  flex: 1;
  gap: var(--gap-8xl);
  width: 258px;
}
.categorycolumn {
  height: 100%;
  width: 290px;
  gap: var(--gap-28xl);
  padding-top: 10px;
}

.item_search,
.share-button-vector {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.share-button-vector {
  gap: 25.55px;
  max-width: 100%;
}
.item_search {
  
  height: 53.77px;
  padding: 0 var(--padding-mini) 0 0;
  margin-top: 15px;
  box-sizing: border-box;
  position: relative;
  font-size: var(--font-size-sm-6);
  color: var(--color-darkgray-500);
  float:right;
}

.brand-new-products15 .morewatermark {
/* the actual 'watermark' */
text-decoration: none;
position: absolute;
top: 500; /* or whatever */
background-color: #E91F62;
color:white;
border-radius: 15px;
padding: 5px;
margin:5px;
text-align: center;
/*left: 0;  or whatever, position according to taste */
filter:alpha(opacity=50); /* for <= IE 8 */
z-index:10;
}

.electricity-products,
.u-i-w-t-i-desc-loc {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  flex-shrink: 0;
}
.u-i-w-t-i-desc-loc {
  flex: 1;
  flex-direction: column;
  align-items: center;
}
.electricity-products {
  width: 812px;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 0 0 var(--padding-3xl);
  box-sizing: border-box;
}

.search-barc {
  width: 675px;
  margin: 0 !important;
  position: absolute;
  right: -5px;
  bottom: 21px;
  border-radius: 0 var(--br-3xs) var(--br-3xs) var(--br-3xs);
  
  align-items: flex-end;
  padding: var(--padding-base) var(--padding-6xl) var(--padding-xl)
    var(--padding-4xl);
  gap: var(--gap-15xl);
}

.search-bar-details {
  margin: 0 !important;
  bottom: 10px;
  border-radius: 0 var(--br-3xs) var(--br-3xs) var(--br-3xs);
  align-items: flex-end;
  gap: var(--gap-15xl);
}
.ago-indicator {
  margin-top: 90px;
  font-size: var(--font-size-xl-5);
  color: var(--gray-gray-700);
}

.rectangle-e-prod {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: var(--gap-95xl);
  max-width: calc(100% - 324px);
  font-size: var(--font-size-lg);
  color: var(--color-slategray-1200);
}

.brand-new-prod-frame {
  flex-direction: column;
  align-items: center;
  gap: var(--gap-73xl);
  max-width: 100%;
}
.brand-new-prod-frame-wrapper,
.hour-ago-u-i-w {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.brand-new-prod-frame-wrapper {
  flex-direction: column;
  padding: var(--padding-lg) 0 0;
  box-sizing: border-box;
  max-width: calc(100% - 38px);
  flex-shrink: 0;
}

.hour-ago-u-i-w {
  flex-direction: row;
  gap: var(--gap-19xl);
  max-width: 100%;
}

.ikorodu-loc-rect {
  height: 2809.5px;
  width: 0.5px;
  position: relative;
  border-right: 0.5px solid var(--color-lightsteelblue-600);
  box-sizing: border-box;
}






/*Proposed dela listing starts here */

.deals-details {
  width: 273.97px;
  flex: 1;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  gap: 3.24px;
  margin: 2px;
}

.more-button {
  height: 1083px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.make-an-offer,
.subshare-framea,
.subshare-frameb{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.subshare-framea {
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: var(--gold-3);
  align-self: stretch;
  height: 39.7px;
  border-radius: 9.24px 9.24px 1.76px 1.76px;
  background: linear-gradient(180deg, #f3c053, #b17c18);
  align-items: center;
  justify-content: center;
}

.subshare-frameb {
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: var(--color-darkslateblue-500);
  align-self: stretch;
  height: 39.7px;
  border-radius: 9.24px 9.24px 1.76px 1.76px;
  align-items: center;
  justify-content: center;
}

.product-title {
  align-self: stretch;
  height: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.location-marker1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8.797616004943848px 0.8797616958618164px;
}

.proposed-deal29 {
  position: relative;
  font-size: var(--font-size-mini-8);
  line-height: 110%;
  font-weight: 500;
  font-family: var(--font-poppins);
  color: var(--light-base-modal);
  text-align: left;
}

.offer-items,
.rectangle16,
.text-frame11 {
  align-self: stretch;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.offer-items,
.text-frame11 {
  align-items: center;
  justify-content: flex-start;
}
.text-frame11 {
  padding: 0 var(--padding-9xs);
  text-align: center;
  font-size: var(--font-size-smi-6);
  color: var(--color-gray-700);
}
.offer-items {
  background-color: var(--color-lavender-300);
  padding: 8.974143981933594px 18.487071990966797px;
  gap: 15.71px;
}

.need31 {
  position: relative;
  line-height: 150%;
  font-weight: 600;
}

.rectangle16 {
  align-items: flex-start;
  justify-content: center;
  padding: 0 var(--padding-11xs) 0 0;
  gap: 18.49px;
}

.rectangle-child1 {
  flex: 1;
  position: relative;
  border-radius: 7.82px;
  width: 226.1px;
  overflow: hidden;
  height: 175.07px;
}

.container1,
.iframe-parent {
  display: flex;
  justify-content: flex-start;
}
.container1 {
  flex-direction: row;
  align-items: center;
  gap: 16.21px;
  cursor: pointer;
  font-size: var(--font-size-sm-3);
  color: var(--blue-600);
}
.iframe-parent {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.iframe {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.get-me-your66 {
  position: relative;
  line-height: 110%;
  font-weight: 600;
}

.l-g-logo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15.43px;
}

.description188,
.i-want-8032 {
  position: relative;
  line-height: 110%;
}

.i-want-8032 {
  font-weight: 500;
  color: var(--color-seagreen);
}

.agriculture30 {
  position: relative;
  line-height: 110%;
  font-weight: 500;
}
.epmore-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15.43px;
}
.uiwtime-o-icon137 {
  height: 10px;
  width: 10px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.hours-ago155 {
  position: relative;
  line-height: 110%;
  font-weight: 500;
}

.fluentgrid-24-regular-icon153 {
  height: 12.3px;
  width: 12.3px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.uiwtimeo3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15.43px;
}

.octiconlocation-24171 {
  height: 12.3px;
  width: 12.3px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.nigeria-lagos151 {
  position: relative;
  line-height: 110%;
  font-weight: 500;
}
.text-frame12 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15.43px;
}
.epmore-icon71 {
  height: 12.9px;
  width: 12.9px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.more-details68 {
  position: relative;
  text-decoration: underline;
  line-height: 110%;
  font-weight: 500;
}

.screenshot-2023-12-25-at-152746 {
  width: 31px;
  height: 31.3px;
  position: absolute;
  margin: 0 !important;
  top: 4.7px;
  left: 9px;
  border-radius: var(--br-136xl);
  object-fit: cover;
  z-index: 1;
}

.bxsup-arrow-icon62 {
  width: 71.3px;
  height: 71.3px;
  position: absolute;
  margin: 0 !important;
  top: 500px;
  left: 202.4px;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 2;
}

/* Bottum listings starts here */
.brand-new-products15 {
  flex: 1;
  gap: 18.49px;
}
.brand-new-products-wrapper,
.brand-new-products15,
.offer-group1 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.brand-new-products-wrapper {
  text-align: center;
  font-size: var(--font-size-smi-6);
  color: var(--color-gray-700);
}
.offer-group1 {
  flex: 1;
  border-radius: 0 0 var(--br-xl) var(--br-xl);
  background-color: var(--light-base-modal);
  border-right: 0.5px solid var(--color-lightsteelblue-900);
  border-bottom: 0.5px solid var(--color-lightsteelblue-900);
  border-left: 0.5px solid var(--color-lightsteelblue-900);
  padding: 26.974143981933594px var(--padding-lg) 26.974143981933594px
    8.487071990966797px;
  gap: 15.71px;
  z-index: 3;
}

.offer27 {
  position: relative;
  line-height: 150%;
  font-weight: 600;
}
.description-section-icon {
  /*width: 226.1px;
  flex: 1;
  position: relative;
  border-radius: 7.82px;
  max-height: 100%;
  object-fit: cover;*/
	
  flex: 1;
  position: relative;
  border-radius: 7.82px;
  width: 226.1px;
  overflow: hidden;
  height: 175.07px;
	
}

.epmore-parent51,
.l-g-refrigerator1 {
  display: flex;
  justify-content: flex-start;
}
.epmore-parent51 {
  flex-direction: row;
  align-items: center;
  padding: 0 var(--padding-xl) 0 0;
  gap: 16.21px;
  font-size: var(--font-size-sm-3);
  color: var(--blue-600);
}
.l-g-refrigerator1 {
  align-self: stretch;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.electronic-goods-and-agricultu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.i-will-give175 {
  position: relative;
  line-height: 110%;
  font-weight: 600;
}

.description189,
.lg-refrigerator20 {
  position: relative;
  line-height: 110%;
  flex-shrink: 0;
}
.lg-refrigerator20 {
  font-weight: 500;
  color: var(--color-seagreen);
}
.description-parent125 {
  width: 194.4px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-xl) 0 0;
  box-sizing: border-box;
  gap: 15.43px;
}
.fluentgrid-24-regular-icon154 {
  height: 12.3px;
  width: 12.3px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.electronic-products107 {
  position: relative;
  line-height: 110%;
  font-weight: 500;
}
.uiwtimeo-component1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 var(--padding-xl) 0 0;
  gap: 15.43px;
}

.uiwtime-o-icon138 {
  height: 10px;
  width: 10px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.hours-ago156 {
  position: relative;
  line-height: 110%;
  font-weight: 500;
}
.hours-ago-indicator1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0 var(--padding-xl) 0 0;
  gap: 15.43px;
}
.octiconlocation-24172 {
  height: 12.3px;
  width: 12.3px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.nigeria-lagos152 {
  position: relative;
  line-height: 110%;
  font-weight: 500;
}
.epmore-component {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0 var(--padding-xl) 0 0;
  gap: 15.43px;
}
.epmore-icon72 {
  height: 12.9px;
  width: 12.9px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.more-details69 {
  position: relative;
  text-decoration: underline;
  line-height: 110%;
  font-weight: 500;
}

.share-button10,
.subway-share-component {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.share-button10 {
  height: 42px;
  width: 42px;
  border-radius: 7.64px;
  border: 0.4px solid var(--color-slategray-600);
  box-sizing: border-box;
  justify-content: flex-start;
  padding: 6.872977256774902px 14.509618759155273px;
  position: relative;
  cursor: pointer;
}
.subway-share-component {
  width: 219px;
  margin: 0 !important;
  position: absolute;
  top: 1007px;
  left: 14px;
  justify-content: space-between;
  gap: var(--gap-xl);
  z-index: 5;
}

.make-an-offer-child,
.make-an-offer-parent {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.make-an-offer-child {
  width: calc(100% - 21.8px);
  border: 0;
  outline: 0;
  background-color: var(--gold-3);
  height: 29.3px;
  flex: 1;
  padding: 7.636641025543213px;
  font-family: var(--font-general-sans);
  font-weight: 600;
  font-size: var(--font-size-smi-2);
  color: var(--light-base-modal);
  min-width: 75px;
  cursor:pointer;
}
.make-an-offer-parent {
  width: 133px;
  border-radius: 7.64px;
  background-color: var(--color-darkslateblue-600);
  border: 0.4px solid var(--color-indianred-400);
  padding: 6.872977256774902px var(--padding-9xs);
  cursor: pointer;
}
.subwayshare57,
.vector-share-icon {
  height: 13.8px;
  width: 13.8px;
  position: relative;
}
.subwayshare57 {
  margin: 0 !important;
  position: absolute;
  top: 14px;
  left: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.vector-grid-icon {
  width: 59.4px;
  height: 44.5px;
  position: absolute;
  margin: 0 !important;
  top: 545px;
  left: 13.9px;
  object-fit: contain;
  z-index: 4;
}



/*Proposed delas ends here */

.heading-layout2 {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--font-size-mini-3);
}

/*.heading-layout2:after {
    content: "";
    height: 0.25rem;
    width: 3.125rem;
    background-color: #E91F62;
    position: absolute;
    bottom: 0;
    left: 0;
}*/

.heading-layout2 .heading-title {
    /*font-size: 1.625rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.2;*/
	position: relative;
    line-height: 110%;
    font-weight: 500;
    white-space: pre-wrap;
}

.rowoffer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  grid-auto-rows: minmax(auto, auto);
}


/* Category widgets starts here */

.fordesktop {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0rem 0.0625rem 0.0625rem 0rem rgba(0, 0, 0, 0.1);
}

.fordesktop .accordion-box {
    padding: 1.375rem 1.25rem 1.25rem;
    border-bottom: 0.0625rem solid #cccccc;
}

.fordesktop .accordion-box .card {
    border: none;
}


.fordesktop .accordion-box .card .card-header {
    background-color: transparent;
    border: none;
    padding: 0;
}

.fordesktop .accordion-box .card .card-header .parent-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size:12px;
	font-family: GeneralSans-Medium;
    margin-bottom: 0.375rem;
    color: #646464;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fordesktop .accordion-box .card .card-header .parent-list img {
    margin-right: 0.35rem;
}

.fordesktop .accordion-box .card .card-header .parent-list:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 0.9375rem;
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fordesktop .accordion-box .card .card-header .parent-list:hover {
    color: #E91F62;
}

.fordesktop .accordion-box .card .card-header .parent-list.collapsed:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.fordesktop .accordion-box .card .card-body {
    padding: 0;
}

.fordesktop .accordion-box .card .card-body .sub-list {
    padding-top: 0.125rem;
    margin-left: 0.9375rem;
}

.fordesktop .accordion-box .card .card-body .sub-list li {
    margin-bottom: 0.5rem;
	list-style-type: none;
}

.fordesktop .accordion-box .card .card-body .sub-list li a {
    padding-left: .75rem;
    font-size: 0.9375rem;
    color: #646464;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fordesktop .accordion-box .card .card-body .sub-list li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 0.9375rem;
    font-weight: 600;
    color: #E91F62;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.2;
}

.fordesktop .accordion-box .card .card-body .sub-list li a:hover {
    color: #E91F62;
}

.collapse:not(.show){
	display: none;
}

/* Modal content stuffs starts here */
#osx-container {background-color:transparent; color:#000; font: 16px/24px "Lucida Grande",Arial,sans-serif; padding-bottom:4px; width:600px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; border-radius:0 0 6px 6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000; box-shadow:0 0 64px #000;}

#osx-modal-content, #osx-modal-data {display:none;}

/* Overlay */
#osx-overlay {background-color:#000;}

/* Container */
#osx-container a {color:#ddd;}
#osx-container #osx-modal-title {color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close {display:none; position:absolute; right:0; top:0;}
#osx-container .close a {display:block; color:#777; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close a:hover {color:#000;}
#osx-container #osx-modal-data {font-size:12px; padding:6px 12px;}
#osx-container h2 {margin:10px 0 6px;}
#osx-container p {margin-bottom:10px;}
#osx-container span {color:#777;}

/*------------------- 4.7 Pagination -------------------*/
.pagination-layout1 {
    margin: 1.875rem;
    background-color: #ffffff;
    padding: .5rem;
    border: 0.0625rem solid #e1e1e1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pagination-layout1 .btn-prev a,
  .pagination-layout1 .btn-next a {
    padding: 0.675rem 0.9375rem;
    color: #646464;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pagination-layout1 .btn-prev a:hover,
    .pagination-layout1 .btn-next a:hover {
    color: #E91F62;
}

.pagination-layout1 .btn-prev a i,
    .pagination-layout1 .btn-next a i {
    color: #E91F62;
}

.pagination-layout1 .btn-prev a i {
    margin-right: 0.8rem;
}

.pagination-layout1 .btn-next a i {
    margin-left: 0.8rem;
}

.pagination-layout1 .page-number a {
    display: inline-block;
    padding: 0.5rem 0.625rem;
    margin-right: .5em;
    color: #444444;
    font-weight: 600;
    border-radius: 0.125rem;
    font-size: 0.9375rem;
    line-height: 1;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-align: center;
}

.pagination-layout1 .page-number a:hover {
    background-color: #E91F62;
    color: #ffffff;
}

.pagination-layout1 .page-number a.active {
    background-color: #E91F62;
    color: #ffffff;
}

/*------------------- 4.3 Footer -------------------*/
.footer-top-wrap {
    background-color: #1a1a1a;
    padding: 4.6875rem 0 2.875rem;
}

.footer-box-layout1 {
    margin-bottom: 1.875rem;
	margin-left: 25px;
	margin-right: 25px;
}

.footer-box-layout1 .footer-logo {
    margin-bottom: 1.5rem;
}

.footer-box-layout1 .footer-logo a {
    display: inline-block;
}

.footer-box-layout1 p {
    font-size: 0.9375rem;
    color: #a5a5a5;
    margin-bottom: 1.25rem;
}

.footer-box-layout1 .footer-social li {
    display: inline-block;
    margin-right: 0.25rem;
    margin-bottom: 0.3125rem;
}

.footer-box-layout1 .footer-social li:last-child {
    margin-right: 0;
}

.footer-box-layout1 .footer-social li a {
    display: block;
    text-align: center;
    height: 2.375rem;
    width: 2.375rem;
    line-height: 2.375rem;
    background-color: rgba(255, 255, 255, 0.19);
    border-radius: 50%;
    color: #a5a5a5;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-box-layout1 .footer-social li a:hover {
    background-color: #E91F62;
    color: #ffffff;
}

.footer-box-layout1 .footer-title {
    margin-bottom: 1.75rem;
    padding-bottom: 1.5rem;
    position: relative;
}

.footer-box-layout1 .footer-title:after {
    content: "";
    height: 0.1875rem;
    width: 2.5rem;
    background-color: #E91F62;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer-box-layout1 .footer-title h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
    color: #ffffff;
}

.footer-box-layout1 .footer-menu-box ul li {
    margin-bottom: 0.375rem;
}

.footer-box-layout1 .footer-menu-box ul li:last-child {
    margin-bottom: 0;
}

.footer-box-layout1 .footer-menu-box ul li a {
    font-size: 0.9375rem;
    color: #a5a5a5;
    padding: 0.3125rem 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-box-layout1 .footer-menu-box ul li a:hover {
    color: #ffffff;
}

.footer-bottom-wrap {
    background-color: #111212;
    padding-bottom:2.5625rem;
	font-size: 1rem;
}

.footer-bottom-wrap .copyright-text {
    color: #ababab;
}

.footer-bottom-wrap .copyright-text a {
    color: #f5f5f5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-bottom-wrap .copyright-text a:hover {
    color: #E91F62;
}

.footer-bottom-wrap .payment-option {
    text-align: right;
}

.footer-bottom-wrap .payment-option a {
    display: block;
}

/*------------------- 6.5 Section Space -------------------*/
.section-padding-top-heading {
    padding-top: 1.9375rem;
    padding-bottom: 1.4375rem;
}

.bg-accent {
    background-color: #f5f7fa;
}

.row.gutters-20 > [class^="col-"] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}



/*------------------- 4.9 Section Heading -------------------*/
.heading-layout1 {
    text-align: center;
    margin-bottom: 3.125rem;
}

.heading-layout1 .heading-title {
    font-weight: 700;
    margin-bottom: 0;
}

.flex-heading-layout1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.process-box-layout2 {
    background-color: #ffffff;
    text-align: center;
    padding: 1.5rem 1.875rem 0.9375rem 1.875rem;
    margin-bottom: 1.875rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.process-box-layout2 .item-icon {
    font-size: 2.125rem;
    color: #E91F62;
    margin-bottom: 1.5rem;
}

.process-box-layout2 .item-icon i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.process-box-layout2 .item-content .item-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.process-box-layout2:hover {
    box-shadow: 0rem 0rem 1.25rem 0.0625rem rgba(0, 0, 0, 0.2);
}

.process-box-layout2:hover .item-icon i {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*details page css starts here */
.safetytips {
  width: 302.2px;
  position: relative;
  line-height: 165%;
  font-weight: 500;
  display: inline-block;
}

.widget-border-title {
    color: #2a2a2a;
    border-bottom: 0.0625rem solid #e1e1e1;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0.6875rem 1.875rem;
    margin-bottom: 0;
}

.safety-tips-frame {
  align-self: stretch;
  flex: 1;
  border-radius: 9.63px;
  background-color: var(--light-base-modal);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16.075550079345703px var(--padding-12xs);
  gap: 17.33px;
  color: var(--color-gray-400);
}

.rectangle15,
.subframe-with-vector {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.subframe-with-vector {
  align-self: stretch;
  margin-top: 15px;
  flex-direction: row;
  justify-content: center;
  gap: var(--gap-4xl);
  font-size: var(--font-size-3xl-1);
  color: var(--gray-gray-700);
}
.rectangle15 {
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--gap-21xl);
  text-align: left;
  font-size: var(--font-size-lg);
  color: var(--color-slategray-1200);
  font-family: var(--font-general-sans);
}

.land-house-property,
.u-i-wtimeo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  box-sizing: border-box;
  max-width: 100%;
}
.u-i-wtimeo {
  width: 600px;
  justify-content: flex-start;
  padding: var(--padding-3xs);
  flex-shrink: 0;
}
.land-house-property {
  width: 890px;
  justify-content: center;
  padding: 0 var(--padding-xl);
}

/*Needs and offers listings starts here */

.frame-with-description {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  width: 486px;
	
  flex: 1;
  border-radius: var(--br-xl);
  border: 0.5px solid var(--color-lightsteelblue-1000);
  flex-direction: column;
  align-items: center;
	margin-left: 100px;
  padding: var(--padding-17xl) var(--padding-20xl) var(--padding-54xl)
    var(--padding-18xl);
  gap: var(--gap-85xl);
  
}

.ellipse-parent75,
.no-money-frame3,
.subframe-with-vector-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ellipse-parent75 {
  align-self: stretch;
  flex: 1;
  box-shadow: 0 0 4.14px rgba(0, 0, 0, 0.05);
  justify-content: center;
  gap: var(--gap-3xl);
}
.subframe-with-vector-inner {
  height: 533.3px;
  width: 354.2px;
  justify-content: flex-start;
  min-width: 354.2px;
  max-width: 100%;
  font-size: var(--font-size-sm-5);
  color: var(--color-indianred-200);
}

.ellipse8,
.text-block-wrapper {
  display: flex;
  justify-content: flex-start;
}
.text-block-wrapper {
  width: 235.4px;
  flex-direction: row;
  align-items: center;
  font-size: var(--font-size-mini-3);
  color: var(--gray-gray-700);
}
.ellipse8 {
  align-self: stretch;
  border-radius: 8.46px;
  background-color: var(--light-base-modal);
  flex-direction: column;
  align-items: flex-start;
  padding: 21.998123168945312px 38.91975402832031px;
  gap: var(--gap-2xs);
  font-size: var(--font-size-base-2);
}

.proposed-deal-owner9 {
  position: relative;
  letter-spacing: 0.28px;
  line-height: 13.37px;
  font-weight: 600;
}

.text-block2,
.text-block4 {
  display: flex;
  flex-direction: row;
}
.text-block4 {
  margin: 0 !important;
  position: absolute;
  top: 25px;
  left: 28.68px;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3.24px;
  z-index: 1;
}
.text-block2 {
  flex: 1;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 19.15px;
}

.frame-icon4 {
  height: 42px;
  width: 42px;
  position: relative;
  border-radius: 50%;
  object-fit: cover;
  min-height: 42px;
}
.text-block3 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.steph-doe8 {
  position: relative;
  line-height: 150%;
  font-weight: 600;
}
.octicon-shape {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 6.74px;
  font-size: var(--font-size-xs-8);
  color: var(--color-darkgray-600);
}
.octiconlocation-2476 {
  height: 9.7px;
  width: 9.7px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.fct-nigeria8 {
  position: relative;
  line-height: 150%;
  font-weight: 500;
}
.frame7 {
  height: 16.5px;
  width: 16.5px;
  position: relative;
  border-radius: 50%;
  background-color: var(--light-base-modal);
}
.mditick-decagram-icon13 {
  height: 11.3px;
  width: 11.3px;
  margin: 0 !important;
  top: 2.6px;
  left: 3px;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 1;
}

.no-money-frame3 {
  align-self: stretch;
  height: 92.4px;
  border-radius: 9.63px;
  background-color: var(--light-base-modal);
  justify-content: center;
  padding: 16.075550079345703px;
  box-sizing: border-box;
}
.with-no-money7 {
  width: 276.7px;
  position: relative;
  line-height: 165%;
  font-weight: 500;
  display: inline-block;
}

/*Top deal starts here */
.deal_topframe,
.main-frame13 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-15xl);
  max-width: 100%;
}
.main-frame13 {
  align-items: flex-start;
  padding: 0 var(--padding-11xs);
  box-sizing: border-box;
  gap: var(--gap-32xl);
  text-align: center;
  font-size: var(--font-size-sm-6);
  color: var(--color-gray-700);
}
.frame-parent481 {
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: var(--gold-3);
  align-self: stretch;
  height: 67.3px;
  border-radius: 18.95px 18.95px var(--br-11xs-9) var(--br-11xs-9);
  background: linear-gradient(180deg, #f3c053, #b17c18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: var(--gap-lgi-9);
}
.screenshot-2023-12-25-at-152719 {
  width: 48.3px;
  height: calc(100% - 18.4px);
  position: absolute;
  margin: 0 !important;
  top: 8.4px;
  bottom: 10px;
  left: 9.5px;
  border-radius: 241.67px;
  max-height: 100%;
  object-fit: cover;
}
.proposed-deal-frame-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.proposed-deal-frame2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 9.477320671081543px 0.9477319121360779px;
}
.stephs-proposed-deal8 {
  position: relative;
  font-size: var(--font-size-base-2);
  line-height: 110%;
  font-weight: 500;
  font-family: var(--font-poppins);
  color: var(--light-base-modal);
  text-align: left;
}
.share-with-friends14 {
  width: 628px;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  box-sizing: border-box;
  flex-shrink: 0;
}
.solve1 {
  font-weight: 600;
}
.span253 {
  font-family: var(--font-general-sans);
}
.solve {
  color: var(--color-darkslategray-100);
}
.if-you-can-container,
.stephs-need1 {
  position: absolute;
  margin: 0 !important;
  z-index: 2;
}
.if-you-can-container {
  width: 430.3px;
  bottom: -12.2px;
  left: calc(50% - 216.6px);
  font-size: var(--font-size-sm-3);
  line-height: 165%;
  display: inline-block;
  color: var(--color-gray-400);
}
.stephs-need1 {
  top: -19.3px;
  right: 251.7px;
  font-size: var(--font-size-3xl-1);
  line-height: 150%;
  font-weight: 600;
  color: var(--gray-gray-700);
  text-align: left;
}
.land-house-frame {
  align-self: stretch;
  box-shadow: 0 0 1.8px rgba(99, 110, 172, 0.25);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding: var(--padding-37xl) 0 var(--padding-11xl);
  box-sizing: border-box;
  position: relative;
  gap: var(--gap-smi);
  max-width: 100%;
}
.solve2 {
  width: 104.2px;
  position: relative;
  font-size: var(--font-size-sm-3);
  letter-spacing: 0.27px;
  line-height: 13.03px;
  font-weight: 600;
  font-family: var(--font-general-sans);
  color: var(--light-base-modal);
  text-align: center;
  display: inline-block;
  flex-shrink: 0;
}
.solve-wrapper {
  cursor: pointer;
  border: 0.4px solid var(--color-indianred-400);
  padding: var(--padding-smi);
  background-color: var(--color-teal);
  width: 384px;
  border-radius: 7.24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.button-node:hover,
.lets-trade-container:hover,
.solve-wrapper:hover {
  background-color: var(--color-lightseagreen);
  border: 0.4px solid var(--color-rosybrown-100);
  box-sizing: border-box;
}

.nonactiveimg{
	display:none;
}

.land-property-frame3 {
  height: 188.6px;
  width: 243.6px;
  position: relative;
  border-radius: 8.42px;
}

.land-house-frame-child {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 !important;
  top: -39.3px;
  left: 0;
  border-radius: 0 4.74px 0 0;
  box-sizing: border-box;
}

.frame-wrapper238,
.land-house-frame-inner {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
}
.frame-wrapper238 {
  width: 575.4px;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.land-house-frame-inner {
  align-self: stretch;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 var(--padding-34xl) 0 var(--padding-20xl);
  box-sizing: border-box;
  flex-shrink: 0;
}

.land-property-frame-group {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 49.28px;
}

.solve-wrapperb:hover {
  background-color: var(--color-darkslateblue-100);
}
.solve-wrapperb {
  cursor: pointer;
  border: 0.4px solid var(--color-indianred-400);
  padding: var(--padding-smi);
  background-color: var(--color-darkslateblue-600);
  width: 384px;
  border-radius: 7.24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.solve-wrapperb:hover {
  border: 0.4px solid var(--color-rosybrown-100);
  box-sizing: border-box;
}

.fluentgridregular4,
.rectangle-container3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16.62px;
}
.rectangle-container3 {
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 15.79px;
  min-width: 184px;
}

.get-your-my-land-or-house {
  width: 254.9px;
  display: flex;
  flex-direction: row;
  align-items: left;
  justify-content: left;
  text-align: left;
}

.description88,
.i-will-give66 {
  position: relative;
  line-height: 110%;
}
.i-will-give66 {
  font-weight: 500;
  color: var(--color-seagreen);
}
.i-will-give-you-my-land-or-hou {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 7.58px;
}
.fluentgridregular1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16.62px;
}
.fluentgrid-24-regular-icon65 {
  height: 13.3px;
  width: 13.3px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.land-house3 {
  position: relative;
  line-height: 110%;
  font-weight: 500;
}
.fluentgridregular2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16.62px;
}
.uiwtime-o-icon52 {
  height: 10.8px;
  width: 10.8px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.hours-ago70 {
  position: relative;
  line-height: 110%;
  font-weight: 500;
}
.fluentgridregular3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16.62px;
}
.octiconlocation-2473 {
  height: 13.3px;
  width: 13.3px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.nigeria-lagos66 {
  position: relative;
  line-height: 110%;
  font-weight: 500;
}
.carbonview-icon33 {
  height: 13.3px;
  width: 13.3px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.views37 {
  position: relative;
  line-height: 110%;
  font-weight: 500;
}
.proposed-deal-owner8,
.share-with-friends14 {
  display: flex;
  flex-direction: row;
  max-width: 100%;
}
.proposed-deal-owner8 {
  flex: 1;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--gap-xl);
}
.steph-doe-wrapper,
.steph-doe7 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.steph-doe7 {
  align-self: stretch;
  flex-direction: row;
  gap: var(--gap-sm);
}
.steph-doe-wrapper {
  height: 94px;
  width: 238px;
  flex-direction: column;
}
.frame-land-house-property,
.subwayshare-icon,
.text-container560 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.text-container560 {
  flex: 1;
  flex-direction: column;
  padding: 9.477320671081543px var(--padding-3xs) 9.477320671081543px
    9.477320671081543px;
}
.frame-land-house-property {
  height: 50px;
  width: 216.1px;
  flex-direction: row;
  z-index: 1;
}
.subwayshare-icon {
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: var(--gold-3);
  align-self: stretch;
  flex-direction: row;
}
.location-icon2,
.text-container561 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.text-container561 {
  margin: 0 !important;
  position: absolute;
  top: 11.52px;
  left: 29.82px;
  justify-content: center;
  padding: 0 var(--padding-base);
}
.location-icon2 {
  height: 39.8px;
  flex: 1;
  border-radius: 7.24px 7.24px 0 0;
  background-color: var(--light-base-modal);
  border: 0.4px solid var(--color-indianred-200);
  box-sizing: border-box;
  justify-content: flex-start;
  padding: 6.513739585876465px 13.75123119354248px;
  position: relative;
  gap: 4.34px;
  cursor: pointer;
}
.subwayshare26,
.vector-icon64 {
  height: 13px;
  width: 13px;
  position: relative;
}
.subwayshare26 {
  margin: 0 !important;
  position: absolute;
  top: 13.4px;
  left: 17px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.share-with-friends15 {
  position: relative;
  font-size: var(--font-size-smi-3);
  letter-spacing: 0.36px;
  line-height: 17.06px;
  font-weight: 600;
  font-family: var(--font-general-sans);
  color: var(--color-darkslategray-600);
  text-align: left;
}

/*Bottum deal starts here */
.click {
  color: var(--color-slategray-200);
}
.span254 {
  color: var(--color-gray-400);
}
.lets-trade3 {
  font-weight: 600;
  color: var(--color-darkslategray-100);
}
.if-youre-interested-container3,
.lets-trade4 {
  position: relative;
  font-size: var(--font-size-sm-3);
  text-align: center;
  display: inline-block;
}
.if-youre-interested-container3 {
  width: 430.3px;
  line-height: 165%;
  max-width: 100%;
  color: var(--color-gray-400);
}
.lets-trade4 {
  width: 104.2px;
  letter-spacing: 0.27px;
  line-height: 13.03px;
  font-weight: 600;
  font-family: var(--font-general-sans);
  color: var(--light-base-modal);
  flex-shrink: 0;
}
.button-node,
.button-nodeb,
.child-rectangle-a {
  display: flex;
  align-items: center;
  max-width: 100%;
}
.button-node {
  cursor: pointer;
  border: 0.4px solid var(--color-indianred-400);
  padding: var(--padding-smi);
  background-color: var(--color-darkslateblue-600);
  width: 384px;
  border-radius: 7.24px;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  white-space: nowrap;
}
.button-node:hover,
.lets-trade-container:hover {
  background-color: var(--color-darkslateblue-100);
}

.button-nodeb {
  cursor: pointer;
  border: 0.4px solid var(--color-indianred-400);
  padding: var(--padding-smi);
  background-color: var(--color-teal);
  width: 384px;
  border-radius: 7.24px;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  white-space: nowrap;
}
.button-nodeb:hover,
.lets-trade-container:hover {
  background-color: var(--color-lightseagreen);
}

.frame-child312,
.text-container-description-child, .imagetabs {
  align-self: stretch;
  position: relative;
  border-radius: 4.74px;
  object-fit: cover;
  z-index: 1;
}
.text-container-description-child, .imagetabs {
  width: 75px;
  height: 75px;
}
.imagetabs, .text-container-description-child {
  cursor:pointer;
}
.frame-child312 {
  height: 39.5px;
  max-width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
}

.child-rectangle-b-child {
  width: 666px;
  height: 358px;
  position: relative;
  border-radius: var(--br-8xs) var(--br-8xs) 0 0;
  background-color: var(--color-lavender-300);
  border: 0.5px solid var(--color-lavender-300);
  box-sizing: border-box;
  display: none;
  max-width: 100%;
}

.child-rectangle-b,
.safety-tips-frame5 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.safety-tips-frame5 {
  align-items: flex-start;
  gap: var(--gap-smi);
  text-align: center;
  font-size: var(--font-size-sm-6);
  color: var(--color-gray-700);
}
.child-rectangle-b {
  border-radius: var(--br-8xs) var(--br-8xs) 0 0;
  box-sizing: border-box;
  align-items: center;
  padding: var(--padding-5xs) var(--padding-11xl) var(--padding-30xl)
    var(--padding-20xl);
  gap: var(--gap-9xl);
  max-width: 100%;
}

.offerpainting {
background-color: var(--color-lavender-300);
border: 0.5px solid var(--color-lavender-300);
}
 
.needpainting{
  background-color: var(--light-base-modal);
  border: 0.5px solid var(--color-indianred-200);
}

.click-any-of {
  width: 447px;
  position: relative;
  line-height: 160%;
  display: inline-block;
  flex-shrink: 0;
  font-size:14px;
  text-align: center;
  max-width: 100%;
}

.screenshot {
  align-self: stretch;
  border-radius: var(--br-5xs);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-base);
  box-sizing: border-box;
  max-width: 100%;
  z-index: 1;
}

.facebook-logo-frame,
.facebook-logo-frame-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  box-sizing: border-box;
  max-width: 100%;
}
.facebook-logo-frame {
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.facebook-logo-frame-wrapper {
  width: 487px;
  justify-content: flex-start;
}

.carbonclose-outline-icon1 {
  height: 45px;
  width: 55px;
  margin: 0 !important;
  top: 0;
  right: 0;
  float:right;
  flex-shrink: 0;
  cursor: pointer;
  z-index: 1;
}

.child-rectangle-a {
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--gap-3xl);
}

.ellipse-shape16,
.frame-child314 {
  box-sizing: border-box;
  max-width: 100%;
}
.ellipse-shape16 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-12xs) 0 var(--padding-9xs);
  min-height: 492px;
  flex-shrink: 0;
}
.frame-child314 {
  width: 666px;
  height: 358px;
  position: relative;
  border-radius: var(--br-8xs) var(--br-8xs) 0 0;
  background-color: var(--color-lavender-300);
  border: 0.5px solid var(--color-lavender-300);
  display: none;
}

.text-container-child1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-7xs) 0 0;
}

.stephs-offer3 {
  position: relative;
  line-height: 150%;
  font-weight: 600;
  font-size: 20px;
  z-index: 1;
}
.frame-parent482,
.main-text-frame {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-parent482 {
  flex-direction: row;
  gap: 49.28px;
}
.main-text-frame {
  flex-direction: column;
  z-index: 1;
}

.rectangle-group-icon {
  height: 188.6px;
  width: 243.6px;
  position: relative;
  border-radius: 8.42px;
}

.text-block1,
.vector7 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16.62px;
}
.text-block1 {
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 15.79px;
  min-width: 198px;
}
.i-will-give-you-my-food-stuff-wrapper {
  width: 254.9px;
  display: flex;
  flex-direction: row;
  align-items: left;
  justify-content: left;
  text-align: left;
}
.i-will-give67 {
  flex: 1;
  position: relative;
  line-height: 110%;
  font-weight: 600;
margin-left: 10px;
}
.description-parent35 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 7.58px;
}

.description89,
.i-want-8013 {
  position: relative;
  line-height: 110%;
}
.i-want-8013 {
  font-weight: 500;
  color: var(--color-seagreen);
}
.rectangle-container4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16.62px;
}
.fluentgrid-24-regular-icon66 {
  height: 13.3px;
  width: 13.3px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.agriculture-yam9 {
  position: relative;
  line-height: 110%;
  font-weight: 500;
}
.octicon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16.62px;
}
.octiconlocation-2474 {
  height: 13.3px;
  width: 13.3px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.uiwtime-o-icon53 {
  height: 10.8px;
  width: 10.8px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.hours-ago71 {
  position: relative;
  line-height: 110%;
  font-weight: 500;
}
.ellipse-border {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16.62px;
}
.nigeria-lagos67 {
  position: relative;
  line-height: 110%;
  font-weight: 500;
}
.carbonview-icon34 {
  height: 13.3px;
  width: 13.3px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.views38 {
  position: relative;
  line-height: 110%;
  font-weight: 500;
}
.text-container-description {
  width: 241px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-4xs);
}

.newlayere{

width: 98%;

border-radius: 10px;

border-left: 1px solid #CCC;	

border-right: 1px solid #CCC;	

border-top: 1px solid #CCC;	

border-bottom: 1px solid #CCC;

padding:10px;

margin-bottom:5px;

color:#300;	

}

.accept {
  width: 15px;
  height: 15px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
}

.phoneinput{
	
}

/* No record frame starts here */
.add-deal-button-frame,
.post-a-new-deal-here,
.rectangle-parent44 {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
}
.post-a-new-deal-here {
  width: 680px;
  height: 411px;
  flex-direction: row;
  align-items: flex-start;
}
.add-deal-button-frame {
  align-self: stretch;
  background-color: var(--color-gray-300);
  border-left: 0.5px solid var(--color-cornflowerblue-100);
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  padding: 0 0 836px;
  gap: var(--gap-111xl);
  flex-shrink: 0;
  text-align: left;
  font-size: var(--font-size-13xl-1);
  color: var(--color-gray-900);
  font-family: var(--font-general-sans);
}
.rectangle-parent44 {
  align-self: stretch;
  width: 639px;
  border-radius: var(--br-xl);
  background-color: var(--light-base-modal);
  border: 0.5px solid var(--color-lightsteelblue-800);
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  padding: var(--padding-2xl) var(--padding-2xl) var(--padding-40xl);
  gap: var(--gap-23xl);
  z-index: 1;
}
.frame-child95 {
  width: 639px;
  height: 411px;
  position: relative;
  border-radius: var(--br-xl);
  background-color: var(--light-base-modal);
  border: 0.5px solid var(--color-lightsteelblue-800);
  box-sizing: border-box;
  display: none;
  max-width: 100%;
}
.screen-recording-2023-12-14-at5 {
  align-self: stretch;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
  z-index: 2;
}
.frame-with-children,
.text59 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-10xs);
}
.frame-with-children {
  width: 202px;
  flex: 1;
  gap: var(--gap-4xs);
}
.no-records-here,
.oops1 {
  position: relative;
  z-index: 2;
}
.oops1 {
  height: 43px;
  font-weight: 600;
  display: inline-block;
}
.no-records-here {
  font-size: var(--button-m-size);
  line-height: 110%;
  color: var(--color-darkolivegreen);
  text-align: center;
}

.post-a-new {
  position: relative;
  font-size: var(--caption-m-size);
  letter-spacing: 0.5px;
  line-height: 24px;
  font-family: var(--body-xs);
  color: var(--light-base-modal);
  text-align: left;
}
.propose-a-deal38 {
  cursor: pointer;
  border: 0;
  padding: var(--padding-base) var(--padding-sm) var(--padding-base)
    var(--padding-17xl);
  background-color: var(--color-darkslateblue-600);
  border-radius: var(--br-5xs);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-4xl);
  white-space: nowrap;
  z-index: 2;
}
.propose-a-deal38:hover {
  background-color: var(--color-darkslateblue-100);
}
.icround-add-icon {
  height: 24px;
  width: 24px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  min-height: 24px;
}


.your-offer-what-do-you-want-t-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: var(--font-size-13xl-1);
  color: var(--color-gray-500);
  font-family: var(--font-general-sans);
  margin-top: 20px;
}

.your-offer-what-container {
  position: relative;
}
.your-offer {
  font-weight: 600;
}
.what-do-you {
  font-weight: 500;
}
.select-the-icon-that-best-rela-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 11.428570747375488px 1.1428570747375488px;
  text-align: center;
  font-family: var(--font-poppins);
}
.select-the-icon-container1 {
  position: relative;
  line-height: 110%;
  font-size: 18px;
}
.span21 {
  color: var(--color-indianred-200);
}
.frame-child102 {
  width: 75.6px;
  position: relative;
  border-radius: 50%;
  height: 75.6px;
}
.vector-container {
  align-content: center;
  justify-content: center;
  gap: 10.2px;
}
.icontitle {
  line-height: 110%;
  display: inline-block;
 font-size: 15px;
 text-align: center;
}

.table-striped td{
	text-align: center;
}

.frame-parent481b {
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: var(--gold-3);
  align-self: stretch;
  height: 67.3px;
  border-radius: 18.95px 18.95px var(--br-11xs-9) var(--br-11xs-9);
  background: var(--color-darkslateblue-500);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: var(--gap-lgi-9);
}

/*Existing and new offer starts here */
.rectangle-parent {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-3xs);
  font-size: var(--caption-m-size);
  color: var(--color-slategray-200);
  font-family: var(--body-xs);
  padding: 10px;
  width: 639px;
  height: 445px;
  background: #fff;
  border-radius:25px;
  z-index: 0;
}

.carbonclose-outline-icon {
  width: 35px;
  margin: 0 !important;
  top: 25px;
  height: 35px;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
  float: right;
  z-index: 1;
}
.frame-wrapper70 {
  margin: 0 !important;
  position: absolute;
  top: 240px;
  left:220px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 2;
  text-align: center;
  font-size: var(--button-m-size);
  font-family: var(--font-general-sans);
}
.screen-recording-2023-12-14-at {
  width: 115.9px;
  height: 104px;
  z-index: 5;
}
.note-youre-about-to-propose-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-3xs) var(--padding-12xs);
}
.existing-offers {
  font-weight: 500;
}
.note-youre-about-container {
  width: 489px;
  position: relative;
  line-height: 145%;
  display: inline-block;
  flex-shrink: 0;
}
.exiting-offer {
  position: relative;
  letter-spacing: 0.5px;
  line-height: 24px;
}

.text-container-container-pading,
.text-container-container-padingb,
.frame-wrapper71-pading,
.frame-wrapper71,
.text-container-container, 
.frame-wrapper71-deal,
.frame-wrapper71-pop,
.text-container-container-deal,
.frame-wrapper71-dash,
.text-container-container-dash,
.frame-wrapper71-dashc,
.frame-wrapper71-prev,
.frame-wrapper71-pay,
.frame-wrapper71-payc,
.text-container-container-prev{
  margin: 0 !important;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 3;
  color: var(--default-white);
}
.frame-wrapper71 {
  width: 247px;
  top: 459px;
  left: 200px;
  border-radius: var(--br-5xs);
  border: 1px solid #2b4d8a;
  background-color: #2b4d8a;
  box-sizing: border-box;
  height: 56px;
  flex-direction: row;
  align-items: center;
  padding: var(--padding-xl) var(--padding-5xl);
  cursor: pointer;
  z-index: 4;
  color: var(--color-gray-500);
}

.frame-wrapper71-deal {
  width: 247px;
  left: 200px;
  border-radius: var(--br-5xs);
  border: 1px solid #2b4d8a;
  background-color: #2b4d8a;
  box-sizing: border-box;
  height: 56px;
  flex-direction: row;
  align-items: center;
  padding: var(--padding-xl) var(--padding-5xl);
  cursor: pointer;
  z-index: 4;
  color: var(--color-gray-500);
}

.text-container-container {
  width: 247px;
  top: 459px;
  left: 500px;
  border-radius: var(--br-5xs);
  border: 1px solid var(--color-mistyrose-100);
  box-sizing: border-box;
  height: 56px;
  flex-direction: row;
  align-items: center;
  padding: var(--padding-xl) var(--padding-5xl);
  cursor: pointer;
  z-index: 4;
  color: var(--color-gray-500);
}

.text-container-container-deal {
  width: 247px;
  left: 500px;
  border-radius: var(--br-5xs);
  border: 1px solid var(--color-indianred-200);
  box-sizing: border-box;
  height: 56px;
  flex-direction: row;
  align-items: center;
  padding: var(--padding-xl) var(--padding-5xl);
  cursor: pointer;
  z-index: 4;
  color: var(--color-gray-500);
}

.frame-wrapper71-prev {
  width: 247px;
  top: 459px;
  left: 120px;
  border-radius: var(--br-5xs);
  border: 1px solid #2b4d8a;
  background-color: #2b4d8a;
  box-sizing: border-box;
  height: 56px;
  flex-direction: row;
  align-items: center;
  padding: var(--padding-xl) var(--padding-5xl);
  cursor: pointer;
  z-index: 4;
  color: var(--color-gray-500);
}

.text-container-container-prev {
  width: 247px;
  top: 459px;
  left: 380px;
  border-radius: var(--br-5xs);
  border: 1px solid var(--color-mistyrose-100);
  box-sizing: border-box;
  height: 56px;
  flex-direction: row;
  align-items: center;
  padding: var(--padding-xl) var(--padding-5xl);
  cursor: pointer;
  z-index: 4;
  color: var(--color-gray-500);
}

.frame-wrapper70b {
  margin: 0 !important;
  position: absolute;
  top: 240px;
  left:520px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 2;
  text-align: center;
  font-size: var(--button-m-size);
  font-family: var(--font-general-sans);
}
.frame-wrapper71b,
.text-container-containerb {
  margin: 0 !important;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 3;
  color: var(--default-white);
}
.frame-wrapper71b {
  width: 247px;
  top: 459px;
  left: 500px;
  border-radius: var(--br-5xs);
  border: 1px solid var(--color-mistyrose-100);
  background-color: var(--color-darkslateblue-100);
  box-sizing: border-box;
  height: 56px;
  flex-direction: row;
  align-items: center;
  padding: var(--padding-xl) var(--padding-5xl);
  cursor: pointer;
  z-index: 4;
  color: var(--color-gray-500);
}

.text-container-containerb {
  width: 247px;
  top: 459px;
  left: 770px;
  border-radius: var(--br-5xs);
  border: 1px solid var(--color-mistyrose-100);
  box-sizing: border-box;
  height: 56px;
  flex-direction: row;
  align-items: center;
  padding: var(--padding-xl) var(--padding-5xl);
  cursor: pointer;
  z-index: 4;
  color: var(--color-gray-500);
}
.button61,
.paragraph-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.button61 {
  border-radius: var(--br-5xs);
  justify-content: center;
  padding: var(--padding-xs) 0;
  position: relative;
  font-size: var(--button-m-size);
  color: var(--blue-600);
}
.paragraph-parent {
  justify-content: flex-start;
  gap: var(--gap-mid);
  cursor: pointer;
  font-size: var(--caption-m-size);
  left: 250px;
  padding:25px;
}

.deal-from-steph {
  font-weight: 600;
}
.icon-jam-icons-outline-l379 {
  width: 24px;
  position: relative;
  height: 24px;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
  z-index: 0;
}
.text-container180 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 var(--padding-base) 0 0;
  z-index: 1;
}
.button-text164 {
  position: relative;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-weight: 600;
}
.icon-jam-icons-outline-l380 {
  width: 24px;
  position: relative;
  height: 24px;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 2;
}
.badge71 {
  margin: 0 !important;
  position: absolute;
  top: 8px;
  left: 24px;
  border-radius: var(--br-xs);
  background-color: var(--default-alert);
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-12xs-5) var(--padding-7xs-5);
  z-index: 3;
  text-align: center;
  font-size: var(--body-xs-size);
  color: var(--default-white);
  font-family: var(--body-xs);
}
.text17 {
  position: relative;
  line-height: 140%;
}
.premium-deals-inner15 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: center;
  font-size: var(--font-size-xl-4);
  color: var(--color-slategray-300);
  margin-bottom: 25px;
  padding:25px;
}
.my-offer-1-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-3xs) var(--padding-12xs);
}
.select-out-of1 {
  width: 595px;
  position: relative;
  line-height: 160%;
  display: inline-block;
  flex-shrink: 0;
}

/*Existing offers and needs starts here */
.frame-parent139,
.rectangle-parent47 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.rectangle-parent47 {
  width: 504px;
  height: 423px;
  position: relative;
  gap: var(--gap-3xs);
}
.frame-parent139 {
  top: 767px;
  gap: var(--gap-46xl);
  color: var(--default-white);
  font-family: var(--font-poppins);
}
.button58,
.text-container171 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 var(--padding-lg);
}
.button58 {
  width: 261px;
  border-radius: var(--br-7xs);
  background-color: #2b4d8a;
  border: 1.5px solid #2b4d8a;
  box-sizing: border-box;
  height: 42px;
  padding: var(--padding-mini) var(--padding-lg);
  font-size: var(--font-size-smi);
  color: var(--default-white);
  font-family: var(--font-general-sans);
}

.icon-jam-icons-outline-l361 {
  width: 18px;
  position: relative;
  height: 18px;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
}
.button-text155 {
  position: relative;
  letter-spacing: 0.38px;
  line-height: 18px;
  font-weight: 600;
  color:#fff;
}

.frame-wrapper465 {
  flex-direction: column;
  padding: var(--padding-3xs);
}
.frame-wrapper464,
.frame-wrapper465,
.rectangle-parent45 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.frame-wrapper464 {
  margin: 0 !important;
  position: absolute;
  top: 330px;
  left: 29px;
  flex-direction: row;
  z-index: 3;
  font-size: var(--body-xs-size);
  color: var(--blue-600);
  font-family: var(--body-xs);
}
.rectangle-parent45 {
  width: 704px;
  border-radius: 0 0 var(--br-11xl) var(--br-11xl);
  height: 423px;
  flex-direction: column;
  position: relative;
  gap: var(--gap-3xs);
}

.frame-child155 {
  width: 703px;
  position: absolute;
  margin: 0 !important;
  top: 18px;
  left: 0;
  border-radius: var(--br-xl);
  background-color: var(--default-white);
  height: 405px;
  z-index: 0;
}
.frame-wrapper461,
.frame-wrapper462 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.frame-wrapper461 {
  width: 665px;
  margin-left: 20px;
  margin-right: 20px;
  top: 0;
  left: 0;
  border-radius: var(--br-xl) var(--br-xl) var(--br-11xs) var(--br-11xs);
  background-color: #2b4d8a;
  height: 71px;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.my-offer-11 {
  line-height: 110%;
  font-weight: 500;
  color:#000;
}
.frame-wrapper463,
.rectangle-parent46 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.rectangle-parent46 {
  flex-direction: row;
  gap: var(--gap-33xl);
}
.frame-wrapper463 {
  margin: 0 !important;
  position: absolute;
  top: 109px;
  left: 41px;
  flex-direction: column;
  z-index: 2;
  text-align: center;
  font-size: var(--font-size-mini-3);
  color: var(--color-gray-500);
  font-family: var(--font-general-sans);
}
.frame-child156 {
  width: 257px;
  position: relative;
  border-radius: 8.88px;
  height: 199px;
  object-fit: cover;
}
.frame-parent140,
.uiwtime-o-parent18 {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 17.536945343017578px;
}
.frame-parent140 {
  flex-direction: column;
  align-items: flex-start;
  gap: 16.660099029541016px;
}
.i-will-give-you-my-new-vehicle-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.i-will-give24 {
  width: 269px;
  font-weight: 600;
  display: inline-block;
  flex-shrink: 0;
}
.description21,
.i-will-give24,
.i-will-give25 {
  position: relative;
  line-height: 110%;
}
.i-will-give25 {
  padding-right:15px;
  font-weight: 500;
  color: var(--color-seagreen);
}
.description-parent18 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-5xs);
}

.fluentgrid-24-regular-parent18 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 17.536945343017578px;
}
.fluentgrid-24-regular-icon20 {
  width: 14px;
  position: relative;
  height: 14px;
  overflow: hidden;
  flex-shrink: 0;
}
.uiwtime-o-icon20 {
  width: 11.4px;
  position: relative;
  height: 11.4px;
  overflow: hidden;
  flex-shrink: 0;
}
.buttons-group-wrapper3 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.badge68 {
  margin: 0 !important;
  position: absolute;
  top: 6px;
  left: 18px;
  border-radius: var(--br-4xs);
  background-color: var(--default-alert);
  display: none;
  padding: 0.375px 4.125px;
  z-index: 3;
  text-align: center;
  font-size: var(--font-size-4xs);
  color: var(--default-white);
}
.badge68,
.button-317,
.buttons-group46 {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.button-317 {
  border-radius: var(--br-7xs);
  display: none;
  padding: var(--padding-4xs) var(--padding-7xs);
  position: relative;
}
.buttons-group46 {
  display: flex;
  gap: var(--gap-xs);
  cursor: pointer;
}
.button-229 {
  border-radius: var(--br-7xs);
  border: 1.5px solid var(--blue-600);
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-4xs);
}
.text-container172 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 var(--padding-xs);
}
.button-text156 {
  position: relative;
  letter-spacing: 0.38px;
  line-height: 18px;
  font-weight: 500;
}
.icon-jam-icons-outline-l364 {
  width: 18px;
  position: relative;
  height: 18px;
  overflow: hidden;
  flex-shrink: 0;
}
.icon-jam-icons-outline-l365 {
  width: 18px;
  position: relative;
  height: 18px;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
  z-index: 0;
}
.text-container173 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 var(--padding-xs);
  z-index: 1;
}
.icon-jam-icons-outline-l366 {
  width: 18px;
  position: relative;
  height: 18px;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 2;
}

.carbonclose-outline-icon5 {
  width: 75px;
  float: right;
  margin: 0 !important;
  height: 35px;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
  z-index: 1;
}

/*Propose deal starts here */
.get-me-your-brand-new-product-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 11.428570747375488px 1.1428570747375488px;
  text-align: center;
  font-size: var(--font-size-base-7);
}
.st-category-container {
  position: relative;
  line-height: 110%;
  font-weight: 500;
  margin-right: 20px;
}
.frame-parent149,
.frame-parent151 {
  flex-direction: column;
  align-items: flex-start;
}
.frame-parent151 {
  display: flex;
  justify-content: flex-start;
  text-align: center;
}
.frame-parent149 {
  gap: var(--gap-2xl);
}
.frame-parent149,
.frame-parent152,
.select-parent {
  display: flex;
  justify-content: flex-start;
}
.select-parent {
  width: 554px;
  border-radius: var(--br-8xs);
  border: 1px solid var(--color-gainsboro-100);
  box-sizing: border-box;
  height: 49px;
  flex-direction: row;
  align-items: center;
  padding: var(--padding-xs) var(--padding-3xs) var(--padding-xs)
    var(--padding-smi);
  position: relative;
  gap: var(--gap-3xs);
  font-size: var(--font-size-smi);
  color: var(--color-darkgray-100);
}
.frame-parent152 {
  position: absolute;
  top: 621px;
  left: 547px;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
}
.optional {
  color: var(--color-indianred-200);
}

.frame-parent150,
.select-any-parent {
  display: flex;
  justify-content: flex-start;
}
.select-any-parent {
  width: 554px;
  border-radius: var(--br-8xs);
  border: 1px solid var(--color-gainsboro-100);
  box-sizing: border-box;
  height: 49px;
  flex-direction: row;
  align-items: center;
  padding: var(--padding-xs) var(--padding-3xs) var(--padding-xs)
    var(--padding-smi);
  gap: var(--gap-3xs);
  text-align: center;
  font-size: var(--font-size-smi);
  color: var(--color-darkgray-100);
}
.frame-parent150 {
  flex-direction: column;
  align-items: flex-start;
}
.briefly-describe-your-need-her-wrapper {
  width: 554px;
  border-radius: var(--br-8xs);
  border: 1px solid var(--color-gainsboro-100);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-xs) var(--padding-3xs) var(--padding-xs)
    var(--padding-smi);
  text-align: left;
  font-size: var(--font-size-smi);
  color: var(--color-darkgray-100);
}
.st-category-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-3xs) var(--padding-12xs);
}
.button-text26 {
  position: relative;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-size: 15px;
}

/*Proposed deal image upload starts here */
.propose-a-deal-inner5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.propose-a-deal-inner5 {
  position: absolute;
  top: 272px;
  left: 581px;
  font-size: var(--font-size-xl);
}

.propose-a-deal-child44 {
  position: absolute;
  top: 239px;
  left: 1017px;
  border-radius: 50%;
  width: 87px;
  height: 87px;
  object-fit: cover;
}

.dealimageupload {
  top: 474px;
  width: 512px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 59px 126px;
  font-size: var(--font-size-xl-1);
  color: var(--color-indianred-200);
}

.congratulations-parent {
  left: calc(50% - 212px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 22.89824676513672px;
  font-size: 35.2px;
  color: var(--color-gray-400);
}
.congratulations,
.paragraph4 {
  position: relative;
  font-weight: 600;
}
.paragraph4 {
  font-size: 19.4px;
  line-height: 160%;
  font-weight: 500;
  color: var(--blue-gray-600);
}
.screenshot-2023-12-25-at-1527 {
  width: 146.7px;
  position: relative;
  border-radius: 733.54px;
  height: 148.3px;
  object-fit: cover;
}

.upgrade-your-deal-to-premium-v-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 2.150416374206543px;
}

.upgrade-your-deal {
  position: relative;
  font-size: 20px;
  background: linear-gradient(180deg, #f3c053, #b17c18);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paragraph-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8.150416374206543px 0;
  text-align: center;
  font-size: var(--button-m-size);
}

.paragraph3 {
  width: 502.9px;
  position: relative;
  line-height: 160%;
  display: inline-block;
  flex-shrink: 0;
}
.this-upgrade-boosts-stephs-c {
  margin: 0;
}
.blank-line {
  margin: 0;
  font-size: 14.7px;
}
.get-this-benefit {
  margin: 0;
  font-size: 17.9px;
  font-weight: 600;
  color: var(--color-indianred-100);
}

.frame-parent5,
.frame-parent6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.frame-parent6 {
  gap: 7.33537483215332px;
  z-index: 1;
}
.frame-parent5 {
  top: 399px;
  left: calc(50% - 376px);
  width: 753px;
  gap: var(--gap-2xl);
  font-size: 26.1px;
}

.premium-deals {
  position: relative;
  background-color: var(--color-whitesmoke-100);
  text-align: left;
  font-size: var(--font-size-mid-6);
  color: var(--blue-gray-600);
  font-family: var(--font-general-sans);
}

.premium-paydeals {
  position: relative;
  text-align: left;
  font-size: var(--font-size-mid-6);
  color: var(--blue-gray-600);
  font-family: var(--font-general-sans);
}

.info {

	background-color:#d8416a; 

	border:1px solid #1abc9c; 

	color:#fff; 

	font-size: .9em;

    font-weight: normal;
	
	cursor: pointer;

	z-index:1;

	width:95%;

	padding:15px;

	margin:5px;
	
	border-radius:15px;

}

.congratulations {
  font-size: var(--font-size-13xl-1);
  font-weight: 600;
  color: var(--color-gray-700);
}

.party-popper-joypixels-1-icon {
  width: 168px;
  height: 175px;
  object-fit: cover;
}

.thank-you {
  top: 172px;
  left: 218px;
  font-size: 40px;
  font-weight: 600;
  color: var(--color-gray-700);
  z-index: 6;
}

.you-will-be {
  line-height: 160%;
  font-weight: 500;
  flex-shrink: 0;
}
.you-will-be-notified-if-your-d-wrapper {
  margin: 0 !important;
  top: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-3xs) var(--padding-12xs) 0;
  z-index: 0;
}
.frame-wrapper478 {
  margin: 0 !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 2;
  text-align: center;
  font-size: var(--font-size-lg);
}

.rectangle-parent-prev {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-3xs);
  font-size: var(--caption-m-size);
  color: var(--color-slategray-200);
  font-family: var(--body-xs);
  padding: 10px;
  width: auto;
  background: #fff;
  border-radius:25px;
  z-index: 0;
}


/* Members dashboard starts here */

.top-section-dashboard {
  width: 1304px;
  align-items: flex-start;
  padding: 0 var(--padding-10xl);
  box-sizing: border-box;
  min-height: 986px;
  text-align: left;
  font-size: var(--caption-regular-size);
  color: var(--color-gray-300);
  font-family: var(--font-general-sans);
  background-color: #F7F8FB;
}

.ikorodu-loc-dashboard {
  height: 986px;
  width: 0.5px;
  position: relative;
  border-right: 0.5px solid var(--color-lightsteelblue-600);
  box-sizing: border-box;
}

.dashboard-child4,
.dashboard-child5 {
  position: absolute;
  left: 336px;
  width: 100%;
}
.dashboard-child4 {
  top: 0;
  background-color: var(--color-gray-100);
  box-sizing: border-box;
  height: 986px;
}
.dashboard-child5 {
  top: -2px;
  background-color: var(--color-aliceblue-100);
  height: 178px;
}
.dashboard-child6 {
  position: absolute;
  top: 240px;
  left: 400px;
  border-radius: var(--br-xl);
  border: 0.5px solid var(--color-lightsteelblue-300);
  box-sizing: border-box;
  width: 750px;
  height: 680px;
}

.smarta-logo11 {
  position: absolute;
  top: 10.9px;
  left: 25px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 2.494884967803955px;
  cursor: pointer;
  font-size: var(--font-size-5xl-9);
  color: var(--color-darkslateblue-200);
  font-family: var(--font-nunito);
  margin-bottom: 30px;
}

.card-header{
	margin-top: 75px;
}

.smarta-logo-child9 {
  position: relative;
  height: 46px;
  overflow: hidden;
  flex-shrink: 0;
}

.marta-deal11 {
  position: absolute;
  top: 73px;
  left: 1130px;
  font-size: var(--font-size-mid);
  font-weight: 600;
  font-family: var(--font-nunito);
  color: var(--color-gray-600);
  margin-left: 5px;
}

.dashboard-child7 {
  position: absolute;
  top: 66px;
  left: 1080px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 5px;
}
.dashboard-child8 {
  position: absolute;
  top: 70px;
  left: 1024px;
  width: 45px;
  height: 45px;
  margin-right: 5px;
}

.iconlyboldnotification11 {
  position: absolute;
  top: 80px;
  left: 1035px;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.my-dashboard1 {
  position: relative;
  line-height: 150%;
  font-weight: 600;
}
.my-dashboard-container {
  position: absolute;
  top: 69px;
  left: 443px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: var(--font-size-4xl-3);
  color: var(--gray-gray-700);
}

.frame-parent137 {
  position: absolute;
  top: 286px;
  left: 420px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 100px;
  font-size: var(--font-size-13xl-1);
  color: var(--color-gray-500);
}

.hi-tolu-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--gap-mini);
}
.hi3 {
  font-weight: 500;
}
.tolu3 {
  font-weight: 600;
}
.hi-tolu1 {
  position: relative;
}
.you-are-currently-container1 {
  position: relative;
  font-size: 19.6px;
  line-height: 110%;
  color: black;
}

.bistar-fill-group,
.ellipse-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 11.612902641296387px;
}
.ellipse-group {
  border-radius: 64.52px;
  background-color: var(--white);
  box-shadow: 0 1.3px 14.84px rgba(146, 179, 194, 0.25);
  align-items: center;
  justify-content: center;
  padding: 5.483870506286621px 8.064516067504883px;
  gap: 29.677417755126953px;
}

.bistar-fill-icon5 {
  width: 34.8px;
  position: relative;
  height: 34.8px;
  overflow: hidden;
  flex-shrink: 0;
}

.solarlock-bold-icon11 {
  width: 35px;
  position: relative;
  height: 35px;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #fff;
  padding:5px;
  border-radius:25px;
}

.frame-parent138,
.rectangle-parent15 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  gap: 22.25599670410156px;
}
.frame-parent138 {
  position: absolute;
  top: 423px;
  left: 450px;
  flex-direction: column;
  gap: 16px;
  font-size: 22.2px;
  color: var(--color-gray-500);
}

.your-quick-links-wrapper {
  border-bottom: 0.4px solid var(--color-gray-200);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 7.931034564971924px;
}

.your-quick-links {
  position: relative;
  font-weight: 600;
}

.frame-child33 {
  z-index: 0;
}
.frame-child33,
.xm-7-icon {
  width: 95.4px;
  position: relative;
  border-radius: 13.37px;
  height: 95.4px;
  object-fit: cover;
}

.dashicontitle {
  position: absolute;
  line-height: 110%;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.frame-parent139Dash {
  position: absolute;
  top: 714px;
  left: 450px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 55px;
  font-size: var(--font-size-lg);
  color: var(--blue-gray-600);
}

.frame-parent141 {
  position: relative;
  gap: var(--gap-3xs);
}

.frame-parent140 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.frame-parent140 {
  gap: 7px;
}

.paragraph-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.paragraph1 {
  position: relative;
  line-height: 160%;
}

.span {
  font-weight: 600;
  font-size: var(--font-size-xl);
  color: var(--color-indianred-200);
}

.paragraph-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 0;
}

.button-group,
.frame-wrapper187 {
  align-items: flex-start;
  justify-content: flex-start;
}
.button-group {
  flex-direction: row;
  position: relative;
  gap: 12px;
}
.frame-wrapper187 {
  flex-direction: column;
  padding: var(--padding-3xs);
  font-size: 13.2px;
  color: var(--color-gray-300);
  font-family: var(--body-xs);
}

.button10,
.text-container27 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 5.808120727539062px;
}
.button10 {
  width: 206px;
  border-radius: 5.27px;
  border: 0.7px solid var(--color-indianred-200);
  box-sizing: border-box;
  height: 37px;
  justify-content: flex-end;
  padding: 13.173433303833008px 15.808120727539062px;
  z-index: 0;
}
.button-text25 {
  position: relative;
  letter-spacing: 0.33px;
  line-height: 15.81px;
  color: var(--color-gray-600);
}

.solarshare-linear-icon {
  width: 24px;
  position: absolute;
  margin: 0 !important;
  top: 6px;
  left: 16px;
  height: 24px;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 1;
}

.fordesktop .accordion-box .card .card-headerb {
    background-color: transparent;
    border: none;
    padding: 0;
}

.fordesktop .accordion-box .card .card-headerb .parent-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size:13.5px;
	font-family: GeneralSans-Medium;
    margin-bottom: 0.575rem;
    color: #646464;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fordesktop .accordion-box .card .card-headerb .parent-list img {
    margin-right: 0.35rem;
}

.fordesktop .accordion-box .card .card-headerb .parent-list:hover {
    color: #fff;
	background-color: #E91F62;
	padding:5px;
	border-radius:25px;
}

.fordesktop .accordion-box .card .card-header .parent-list.collapsed:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.fordesktop .accordion-box .card .card-headerb .active{
    color: #fff;
	background-color: #E91F62;
	padding:5px;
	border-radius:25px;

}

.dashboard-child9 {
  position: absolute;
  top: 50px;
  left: 1010px;
  font-size: .8em;
  border-radius: 5px;
  color: #fff;
  background-color: #E91F62;
  padding:.5px;
  margin-right: 5px;
}

.dashboard-child6b {
  position: absolute;
  top: 240px;
  left: 400px;
  border-radius: var(--br-xl);
  border: 0.5px solid var(--color-lightsteelblue-300);
  box-sizing: border-box;
  width: 750px;
  min-height: 380px;
  padding:25px;
}

.text-container-container-dash {
  width: 247px;
  left: 340px;
  border-radius: var(--br-5xs);
  border: 1px solid var(--color-indianred-200);
  box-sizing: border-box;
  height: 56px;
  flex-direction: row;
  align-items: center;
  padding: var(--padding-xl) var(--padding-5xl);
  cursor: pointer;
  z-index: 4;
  color: var(--color-gray-500);
}

.frame-wrapper71-dash {
  width: 247px;
  left: 80px;
  border-radius: var(--br-5xs);
  border: 1px solid #2b4d8a;
  background-color: #2b4d8a;
  box-sizing: border-box;
  height: 56px;
  flex-direction: row;
  align-items: center;
  padding: var(--padding-xl) var(--padding-5xl);
  cursor: pointer;
  z-index: 4;
  color: var(--color-gray-500);
}

.frame-wrapper71-pay {
  width: 247px;
  left: 10px;
  border-radius: var(--br-5xs);
  border: 1px solid #2b4d8a;
  background-color: #2b4d8a;
  box-sizing: border-box;
  height: 56px;
  flex-direction: row;
  align-items: center;
  padding: var(--padding-xl) var(--padding-5xl);
  cursor: pointer;
  z-index: 4;
  color: var(--color-gray-500);
}
.frame-wrapper71-payc {
  width: 247px;
  left: 280px;
  border-radius: var(--br-5xs);
  border: 1px solid #2b4d8a;
  box-sizing: border-box;
  height: 56px;
  flex-direction: row;
  align-items: center;
  padding: var(--padding-xl) var(--padding-5xl);
  cursor: pointer;
  z-index: 4;
  color: var(--color-gray-500);
}
.hi-user-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 23px;
  font-size: var(--font-size-13xl-1);
  color: var(--color-gray-500);
  font-family: var(--font-general-sans);
}

.you-are-currently-container {
  position: relative;
  font-size: var(--button-m-size);
  line-height: 110%;
  color: var(--color-gray-300);
}

.star {
  font-weight: 600;
  color: var(--color-indianred-200);
}

.frame-child29 {
  width: 50px;
  position: relative;
  border-radius: 50%;
  height: 50px;
  object-fit: cover;
}

.to-become-a-container {
  left: calc(50% + 29px);
  font-size: var(--font-size-lg);
  line-height: 110%;
  text-align: center;
  display: inline-block;
  width: 267px;
  color: var(--color-darkslateblue-300);
  font-family: var(--font-general-sans);
}

.to-become-a {
  font-weight: 500;
}
.star-member {
  font-weight: 600;
  color: #ef9e24;
}

.dashboard-child6c {
  position: absolute;
  top: 240px;
  left: 400px;
  border-radius: var(--br-xl);
  border: 0.5px solid var(--color-lightsteelblue-300);
  box-sizing: border-box;
  width: 750px;
  height: 600px;
  padding:25px;
  background: #fff;
}

/*profile infor details starts here*/
.frame-parent190 {
  position: absolute;
  top: 186px;
  left: 105.5px;
  width: 480px;
  flex-direction: row;
  align-items: center;
  gap: var(--gap-16xl);
  font-size: var(--font-size-13xl-1);
  color: var(--color-gray-500);
}

.ellipse-parent68 {
  gap: var(--gap-3xs);
  cursor: pointer;
  float: left;
}

.fullnamedetails{
  display: flex;
  flex-direction: column;
  width: 350.8px;
  justify-content: flex-start;
  gap: var(--gap-5xs);
  text-align: center;
  float:left;
}

.tolu5 {
  font-weight: 650;
}

.theemailid {
  position: relative;
  font-size: var(--caption-regular-size);
  line-height: 110%;
  font-weight: 500;
  font-family: var(--font-poppins);
  color: var(--color-indianred-200);
  
}

.frame-child141 {
  width: 105px;
  height: 105px;
  object-fit: cover;
}

.ellipse-parent68,
.ellipse-parent69 {
  align-items: flex-start;
  justify-content: flex-start;
}
.ellipse-parent69 {
  margin-top: -25px !important;
  backdrop-filter: blur(3.33px);
  gap: 8.333333015441895px;
  z-index: 1;
}

.frame-child142 {
  width: 30px;
  background-color: var(--color-darkslateblue-400);
  height: 30px;
  border-radius: 50%;
  float:right;
}

.faedit-icon {
  width: 20px;
  margin: 5px !important;
  top: 9.2px;
  left: 8.3px;
  height: 20px;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 1;
}

.frame-parent191 {
  position: absolute;
  top: 150px;
  left:60px;
  flex-direction: column;
  gap: 9.200128555297852px;
  text-align: left;
  font-size: var(--font-size-base-4);
  color: var(--color-gray-300);
}

.statusactive,
.status {
  position: relative;
  line-height: 110%;
}

.statusactive {
  font-weight: 500;
  color: var(--color-seagreen);
}

.text-container-parent {
  position: absolute;
  border-radius: var(--br-5xs);
  background-color: var(--color-darkslateblue-300);
  width: 301px;
  height: 56px;
  top:230px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-xl) var(--padding-5xl);
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  color: var(--white);
  font-family: var(--body-xs);
}

.text-container28 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 var(--padding-5xl);
}

.post-what-you {
  position: relative;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: var(--white);
}

.note-you-are-expected-to-setu-wrapper {
  position: absolute;
  border-radius: var(--br-5xs);
  background-color: var(--color-honeydew-100);
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-base) var(--padding-10xl);
  text-align: center;
  color: var(--color-gray-400);
  font-family: var(--font-general-sans);
 margin-bottom: 50px;
}

.note {
  font-weight: 600;
}

.note-you-are-container {
  width: 487px;
  position: relative;
  line-height: 160%;
  display: inline-block;
  flex-shrink: 0;
  font-size: 15px;
}

.select-what-best-relates-to-yo-wrapper {
  align-items: center;
  justify-content: center;
  padding: 11.428570747375488px 1.1428570747375488px;
  text-align: center;
  font-size: var(--font-size-base-7);
  color: var(--color-gray-300);
  font-family: var(--font-poppins);
}

.span3 {
  color: var(--color-indianred-200);
}

.specific-need {
  font-weight: 600;
  color: var(--color-indianred-200);
}

.i-have-a {
  font-weight: 300;
}

.rectangle-parent18 {
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 0;
  color: var(--color-slategray-200);
  border-radius: var(--br-8xs);
  border: 0.5px solid #dadee3;
  padding:7px;
  font-size: 14px;
  width: 550px;
	float:left;
}

.frame-parent146 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  color: var(--color-slategray-300);
  font-family: var(--font-general-sans);
	
}

.frame-child43 {
  width: 24px;
  position: relative;
  border-radius: var(--br-8xs);
  border: 1px solid var(--color-slategray-300);
  box-sizing: border-box;
  height: 24px;
  float:left;
  margin-right:10px;
}

.frame-wrapper71-dashc {
  width: 247px;
  left: 350px;
  border-radius: var(--br-5xs);
  border: 1px solid #2b4d8a;
  box-sizing: border-box;
  height: 56px;
  flex-direction: row;
  align-items: center;
  padding: var(--padding-xl) var(--padding-5xl);
  cursor: pointer;
  z-index: 4;
  color: var(--color-gray-500);
}

.desktopmenu{
    margin-top: 75px;
}

.frame-parent190b {
  top: 65px;
  left: 705.5px;
  width: 670px;
  flex-direction: row;
  align-items: center;
  gap: var(--gap-16xl);
  font-size: var(--font-size-13xl-1);
  color: var(--color-gray-500);
}

.button45,
.text-container127,
.text-container128 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.button45 {
  width: 228px;
  border-radius: var(--br-7xs);
  border: 1.5px solid var(--color-indianred-100);
  box-sizing: border-box;
  height: 42px;
  padding: var(--padding-mini) var(--padding-lg);
  font-size: var(--font-size-smi);
  color: var(--color-gray-400);
  font-family: var(--font-general-sans);
  cursor:pointer;
}

.icon-jam-icons-outline-l254 {
  width: 18px;
  position: relative;
  height: 18px;
  overflow: hidden;
  flex-shrink: 0;
}

.text-container127 {
  padding: 0 var(--padding-lg);
}

.button-text124 {
  position: relative;
  letter-spacing: 0.38px;
  line-height: 18px;
  font-weight: 500;
}

.button45:hover {
  width: 228px;
  border-radius: var(--br-7xs);
  box-sizing: border-box;
  height: 42px;
  padding: var(--padding-mini) var(--padding-lg);
  font-size: var(--font-size-smi);
  font-family: var(--font-general-sans);
  cursor:pointer;
	
  border: 1px solid #2b4d8a;
  background-color: #2b4d8a;
  color: white;
}

.icon-jam-icons-outline-l254:hover {
  width: 18px;
  position: relative;
  height: 18px;
  overflow: hidden;
  flex-shrink: 0;
  color: white;
}

.fluentdelete-28-regular-icon {
  width: 28px;
  position: absolute;
  margin: 0 !important;
  top: 7px;
  left: 7px;
  height: 28px;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 3;
}

.text-container27 {
  padding: 0 var(--padding-lg);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.button-text26 {
  position: relative;
  letter-spacing: 0.38px;
  line-height: 18px;
  font-weight: 600;
}

.button8 {
  width: 165px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: var(--br-7xs);
  background: green;
  border: 1.5px solid green;
  box-sizing: border-box;
  height: 42px;
  padding: var(--padding-mini) var(--padding-lg);
  font-size: var(--font-size-smi);
  color: var(--white);
  font-family: var(--font-general-sans);
  margin-right: 10px;
}


.button9 {
  width: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: var(--br-7xs);
  background: linear-gradient(180deg, #ceb713, #eda212);
  border: 1.5px solid var(--color-goldenrod);
  box-sizing: border-box;
  height: 42px;
  padding: var(--padding-mini) var(--padding-lg);
  font-size: var(--font-size-smi);
  color: var(--white);
  font-family: var(--font-general-sans);
  margin-right: 10px;
}

.button11 {
  width: 103px;
  display: flex;
  border-radius: var(--br-7xs);
  box-sizing: border-box;
  height: 42px;
  padding: var(--padding-mini) var(--padding-lg);
  font-size: var(--font-size-smi);
  font-family: var(--font-general-sans);
  cursor: pointer;
  background-color: var(--color-darkslateblue-200);
  border: 1.5px solid var(--color-darkslateblue-200);
  color: var(--white);
  margin-right: 10px;
}

.button12 {
  width: 42px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: var(--br-7xs);
  border: 1.5px solid var(--color-indianred-100);
  box-sizing: border-box;
  height: 42px;
  display: flex;
  padding: var(--padding-mini) var(--padding-lg);
  z-index: 0;
  font-size: var(--font-size-smi);
  color: var(--color-gray-400);
  font-family: var(--font-general-sans);
  margin-right: 10px;
}

.button9a {
  width: 230px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: var(--br-7xs);
  border: 1.5px solid #2b4d8a;
  box-sizing: border-box;
  height: 42px;
  padding: var(--padding-mini) var(--padding-lg);
  font-size: var(--font-size-smi);
  color: black;
  font-family: var(--font-general-sans);
  margin-right: 10px;
}

.button9b {
  width: 230px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: var(--br-7xs);
  border: 1.5px solid var(--color-indianred-100);
  box-sizing: border-box;
  height: 42px;
  padding: var(--padding-mini) var(--padding-lg);
  font-size: var(--font-size-smi);
  color: black;
  font-family: var(--font-general-sans);
  margin-right: 10px;
}

.button9b9 {
  width: 130px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: var(--br-7xs);
  border: 1.5px solid var(--color-indianred-100);
  box-sizing: border-box;
  height: 42px;
  padding: var(--padding-mini) var(--padding-lg);
  font-size: var(--font-size-smi);
  color: black;
  font-family: var(--font-general-sans);
  margin-right: 10px;
}
.iconamoonunavailable-bold1 {
  height: 30px;
  width: 30px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.vector-icon4 {
  height: 28px;
  width: 28px;
  position: relative;
}

.dashboardpops {
  border-radius: var(--br-xl);
  border: 0.5px solid var(--color-lightsteelblue-300);
  box-sizing: border-box;
  width: auto;
  min-height: 300px;
  padding:25px;
  background: #fff;
}

/* Proocess payment starts here*/

.fordesktop .accordion-box .card .card-headerbb {
    background-color: transparent;
    border: none;
    padding-top: 120px;
}

.dashboard-child5-process {
  position: absolute;
  left: 336px;
  width: 100%;
  top: -2px;
  height: 178px;
}

.frame-parent49,
.frame-parent52 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.frame-parent52 {
  margin: 0 !important;
  top: 350px;
  left: 123.7px;
  gap: 16.20469093322754px;
  z-index: 1;
  font-size: var(--font-size-base-4);
  color: var(--blue-gray-600);
}

.carbonclose-outline-icond {
  width: 45px;
  margin: 0 !important;
  top: 25px;
  height: 45px;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
  float: right;
  z-index: 1;
}

.frame-parent51,
.iconamooncopy-fill-group {
  margin: 0 !important;
  position: absolute;
  display: flex;
  align-items: center;
}
.iconamooncopy-fill-group {
  top: 56.2px;
  left: 155.8px;
  flex-direction: row;
  justify-content: flex-start;
  gap: 4.994537353515625px;
  z-index: 2;
  font-size: var(--font-size-smi-8);
  color: var(--color-indianred-100);
}
.frame-parent51 {
  top: 5.1px;
  left: 135.6px;
  flex-direction: column;
  justify-content: center;
  gap: 2.675906181335449px;
  z-index: 0;
}

.paragraph-wrapper2,
.paragraph15 {
  margin: 0 !important;
  position: absolute;
}
.paragraph15 {
  width: 364px;
  top: 10.2px;
  left: 5.1px;
  line-height: 208%;
  display: inline-block;
  z-index: 0;
}
.paragraph-wrapper2 {
  width: 377.8px;
  top: 41.4px;
  left: -43.5px;
  height: 170.6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: var(--font-size-base-7);
  color: var(--blue-gray-600);
}
.paragraph15 {
  line-height: 160%;
}
.reference-295b6a28bd1 {
  margin: 0;
}

.reference5 {
  white-space: pre-wrap;
}

.b6a28bde9d13 {
  font-weight: 500;
  font-family: var(--font-general-sans);
  color: var(--color-gray-600);
}

.iconamooncopy-fill1 {
  width: 17.1px;
  position: relative;
  height: 17.1px;
  overflow: hidden;
  flex-shrink: 0;
}
.paragraph16 {
  position: relative;
  line-height: 160%;
  font-weight: 500;
}
.badge40,
.button40,
.paragraph-group {
  flex-direction: row;
  align-items: center;
}
.badge40 {
  margin: 0 !important;
  position: absolute;
  top: 6.8px;
  left: 20.5px;
  border-radius: 10.23px;
  background-color: var(--default-alert);
  display: none;
  justify-content: center;
  padding: 0.42643922567367554px 4.690831661224365px;
  z-index: 3;
  text-align: center;
  font-size: var(--font-size-2xs-2);
  color: var(--white);
  font-family: var(--button-m);
}
.button40,
.paragraph-group {
  display: flex;
  cursor: pointer;
}
.button40 {
  border-radius: 6.82px;
  justify-content: center;
  padding: 10.234540939331055px 0;
  position: relative;
  font-size: var(--font-size-sm-6);
  color: var(--blue-600);
}
.paragraph-group {
  justify-content: flex-start;
  gap: 14.498933792114258px;
}

.icon-jam-icons-outline-l232 {
  width: 20.5px;
  position: relative;
  height: 20.5px;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
  z-index: 0;
}

.text-container116 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 13.646055221557617px 0 0;
  z-index: 1;
}

.button-text114 {
  position: relative;
  letter-spacing: 0.43px;
  line-height: 20.47px;
  font-weight: 600;
}

.icon-jam-icons-outline-l233 {
  width: 20.5px;
  position: relative;
  height: 20.5px;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 2;
}

.screenshot-2023-12-25-at-1710 {
  width: 107.5px;
  position: relative;
  height: 48.6px;
  object-fit: cover;
}

.paragraph18 {
  position: relative;
  line-height: 160%;
}
.date1,
.paragraph18 {
  font-weight: 600;
}

.paragraph19 {
  position: relative;
  line-height: 130%;
}

.guaranty-trust-bank1 {
  font-weight: 500;
}
.badge41,
.button41 {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.badge41 {
  margin: 0 !important;
  position: absolute;
  top: 6.8px;
  left: 20.5px;
  border-radius: 10.23px;
  background-color: var(--default-alert);
  display: none;
  padding: 0.42643922567367554px 4.690831661224365px;
  z-index: 3;
  font-size: var(--font-size-2xs-2);
  color: var(--white);
  font-family: var(--button-m);
}
.button41 {
  border-bottom: 0.4px solid var(--blue-600);
  display: flex;
  position: relative;
  text-align: center;
  font-size: var(--font-size-sm-6);
  color: var(--blue-600);
}
.text-container117 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.button42,
.text-container118 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 var(--padding-lg);
}
.button42 {
  width: 110px;
  border-radius: var(--br-7xs);
  border: 0.5px solid var(--color-indianred-100);
  box-sizing: border-box;
  height: 42px;
  padding: var(--padding-mini) var(--padding-lg);
  font-size: var(--font-size-smi);
  color: var(--color-indianred-100);
  font-family: var(--font-general-sans);
}

.icon-jam-icons-outline-l236 {
  width: 18px;
  position: relative;
  height: 18px;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
}
.button-text115 {
  position: relative;
  letter-spacing: 0.38px;
  line-height: 18px;
  font-weight: 600;
}

.paragraph20 {
  width: 235px;
  position: relative;
  font-size: var(--font-size-sm);
  line-height: 160%;
  font-weight: 500;
  font-family: var(--font-general-sans);
  color: var(--blue-gray-600);
  display: inline-block;
}

.paragraph22 {
  width: 242px;
  position: relative;
  font-size: var(--font-size-sm);
  line-height: 160%;
  font-weight: 500;
  font-family: var(--font-general-sans);
  color: var(--blue-gray-600);
  display: inline-block;
}

.a1 {
  color: inherit;
}
.span15 {
  text-decoration: underline;
}
.screenshot-2023-12-25-at-15276 {
  position: absolute;
  top: 38px;
  left: 975.2px;
  border-radius: 825.82px;
  width: 165.2px;
  height: 167px;
  object-fit: cover;
}

/*Notifications starts here */

.rectangle-darlene-parent,
.rectangle-parent14,
.victorianicholasframe {
  align-self: stretch;
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
}
.rectangle-parent14 {
  background-color: var(--color-whitesmoke-800);
  flex-direction: row;
  align-items: center;
  padding: var(--padding-13xl) 0 var(--padding-9xl);
  box-sizing: border-box;
  gap: var(--gap-305xl);
  z-index: 1;
}
.rectangle-darlene-parent,
.victorianicholasframe {
  flex-direction: column;
  align-items: flex-start;
}
.rectangle-darlene-parent {
  gap: var(--gap-12xs);
  text-align: left;
  font-size: var(--button-m-size);
  color: var(--true-black);
  font-family: var(--inter-14-semi-bold);
}
.victorianicholasframe {
  gap: var(--gap-5xl);
}

.rectangle-darlene-child {
  height: 138px;
  width: 827px;
  position: relative;
  border-radius: var(--br-4xs) var(--br-4xs) 0 0;
  background-color: var(--light-base-modal);
  display: none;
  max-width: 100%;
}

.rectangle-darlene {
  background-color: var(--light-base-modal);
  width: 100%;
  border-radius: var(--br-4xs) var(--br-4xs) 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-3xl) 0 var(--padding-6xl);
  box-sizing: border-box;
  gap: var(--gap-138xl);
  z-index: 1;
}

.ellipse-darlene,
.ellipse-ronke {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
}
.ellipse-ronke {
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-5xs);
  min-width: 275px;
}
.ellipse-darlene {
  width: 578px;
  flex-direction: row;
  align-items: flex-end;
  gap: var(--gap-mini);
}

.frame-new-registration {
  height: 91px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-base) 0 0;
  box-sizing: border-box;
}

.rectangle-new-registration {
  width: 8px;
  flex: 1;
  position: relative;
  border-radius: 0 var(--br-6xl) var(--br-6xl) 0;
  background-color: var(--color-indianred-300);
  z-index: 2;
}

.frame-ronke-oshodi {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 var(--padding-2xl);
}

.rectangle-ronke-icon {
  width: 75px;
  height: 75px;
  position: relative;
  border-radius: 50%;
  object-fit: cover;
  z-index: 2;
}
.new-referral-registration,
.ronke-oshodi1 {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.ronke-oshodi1 {
  width: 163px;
  font-weight: 500;
}
.new-referral-registration {
  align-self: stretch;
  height: 37px;
  font-size: var(--caption-regular-size);
  color: var(--color-gray-600);
  flex-shrink: 0;
}

.div14 {
  position: relative;
  font-size: var(--caption-regular-size);
  color: var(--color-gray-600);
  white-space: nowrap;
  z-index: 2;
}

.rectangle-darleneb {
  background-color: var(--color-whitesmoke-800);
  width: 100%;
  color:black;
  border-radius: var(--br-4xs) var(--br-4xs) 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-3xl) 0 var(--padding-6xl);
  box-sizing: border-box;
  gap: var(--gap-138xl);
  z-index: 1;
}

.rectangle-new-registrationb {
  width: 8px;
  flex: 1;
  position: relative;
  border-radius: 0 var(--br-6xl) var(--br-6xl) 0;
  background-color: var(--color-darkgray-200);
  z-index: 2;
}

.rectangle-new-registrationc {
  width: 8px;
  flex: 1;
  position: relative;
  border-radius: 0 var(--br-6xl) var(--br-6xl) 0;
  background: linear-gradient(180deg, #f3c053, #b17c18);
  z-index: 2;
}


/*Notification messages starts here */

.dealtitlesframe,
.group-frame24,
.mappingstext {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.mappingstext {
  width: 620px;
  flex-direction: row;
  margin-top: 20px;
  padding: 0 var(--padding-36xl);
  box-sizing: border-box;
  font-size: var(--font-size-sm-6);
  color: var(--color-gray-700);
}
.dealtitlesframe,
.group-frame24 {
  align-self: stretch;
  flex-direction: column;
}
.dealtitlesframe {
  background-color: var(--color-gray-300);
  border-left: 0.5px solid var(--color-cornflowerblue-100);
  box-sizing: border-box;
  padding: var(--padding-225xl) var(--padding-7xl) var(--padding-150xl);
  gap: var(--gap-57xl);
  margin-top: -176px;
}
.group-frame24 {
  text-align: left;
  font-size: var(--font-size-6xl);
  color: var(--color-gray-900);
  font-family: var(--font-general-sans);
}

.button-instance7,
.groupframe,
.table-cell-frame {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
}
.button-instance7 {
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 46.06px;
}
.groupframe,
.table-cell-frame {
  box-sizing: border-box;
}
.table-cell-frame {
  align-self: stretch;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 var(--padding-lg) 0 var(--padding-15xl);
  font-size: var(--font-size-base-3);
  font-family: var(--body-xs);
}
.groupframe {
  flex: 1;
  border-radius: var(--br-xl);
  border: 0.5px solid var(--color-gray-500);
  flex-direction: column;
  align-items: center;
  padding: var(--padding-16xl) var(--padding-4xl) var(--padding-4xl);
  gap: 274px;
  z-index: 2;
}

.mappingframe {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-11xs) 0 var(--padding-12xs);
  gap: var(--gap-46xl);
}

.stabletablecell1,
.valuecell-parent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.stabletablecell1 {
  width: 249.4px;
  margin: 0 !important;
  position: absolute;
  top: 121px;
  left: 29px;
  align-items: flex-start;
  gap: 7.74px;
  text-align: center;
  font-size: var(--font-size-sm-8);
  color: var(--color-indianred-200);
}
.valuecell-parent {
  flex: 1;
  align-items: center;
  position: relative;
  gap: var(--gap-69xl);
  min-width: 203px;
}

.stabletablecell,
.valuecell {
  display: flex;
  justify-content: center;
}
.stabletablecell {
  cursor: pointer;
  border: 0;
  padding: var(--padding-3xs);
  background-color: var(--color-indianred-200);
  width: 169px;
  margin: 0 !important;
  position: absolute;
  top: 63.5px;
  left: 29px;
  border-radius: var(--br-11xl);
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
}
.stabletablecell:hover {
  background-color: var(--color-palevioletred-300);
}
.valuecell {
  align-self: stretch;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  gap: var(--gap-lg);
}

.landorhousetext {
  gap: var(--gap-xl);
}
.landorhousetext,
.landtext,
.landtext-wrapper {
  display: flex;
  flex-direction: row;
}
.landtext {
  flex: 1;
  align-items: center;
  justify-content: flex-start;
}
.landtext-wrapper {
  align-self: stretch;
  align-items: flex-start;
  justify-content: center;
}

.landorhousetext1 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 7.58px;
  text-align: center;
  font-size: var(--font-size-sm-6);
}
.cellvaluecontainer,
.landorhousetext {
  flex: 1;
  align-items: flex-start;
  justify-content: flex-start;
}
.cellvaluecontainer {
  display: flex;
  flex-direction: column;
  gap: var(--gap-base);
  min-width: 184px;
  font-size: var(--button-m-size);
}

.descriptionframe {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.mappingstext1 {
  position: relative;
  line-height: 110%;
  font-weight: 600;
}

.landorhousetitle {
  width: 254.9px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.i-will-give27 {
  flex: 1;
  position: relative;
  line-height: 110%;
  font-weight: 600;
}

.description40,
.i-will-give28 {
  position: relative;
  line-height: 110%;
}
.i-will-give28 {
  font-weight: 500;
  color: var(--color-seagreen);
}

.mappings {
  position: relative;
  font-size: var(--caption-regular-size);
  line-height: 19px;
  font-weight: 500;
  font-family: var(--font-general-sans);
  color: var(--light-base-modal);
  text-align: center;
}

.rectangleborder {
  border: 0;
  outline: 0;
  height: 120px;
  width: 120px;
  position: relative;
}

.button11b {
  width: 103px;
  display: flex;
  border-radius: var(--br-7xs);
  box-sizing: border-box;
  height: 42px;
  padding: var(--padding-mini) var(--padding-lg);
  font-size: var(--font-size-smi);
  font-family: var(--font-general-sans);
  cursor: pointer;
  background-color: lightseagreen;
  border: 1.5px solid lightseagreen;
  color: var(--white);
  margin-right: 10px;
}

/*New referral noti message starts here */
.social-media-button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.riwhatsapp-fill-parent,
.social-media-button1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-media-button1 {
  width: 150px;
  border-radius: var(--br-11xl);
  background: linear-gradient(180deg, #4ee059, #1dbf29);
  flex-direction: column;
  padding: var(--padding-3xs) var(--padding-xl);
  box-sizing: border-box;
}

.riwhatsapp-fill-parent {
  align-self: stretch;
  flex-direction: row;
  gap: var(--gap-xs);
}

.riwhatsapp-fill-icon {
  width: 30px;
  position: relative;
  height: 30px;
  overflow: hidden;
  flex-shrink: 0;
}

.whatsapp {
  position: relative;
  font-weight: 600;
}

.social-media-telegram {
  width: 150px;
  border-radius: var(--br-11xl);
  border: 1px solid #09c;
  flex-direction: column;
  padding: var(--padding-3xs) var(--padding-xl);
  box-sizing: border-box;
}

.social-media-wechat {
  width: 150px;
  border-radius: var(--br-11xl);
  border: 1px solid #4ee059;
  flex-direction: column;
  padding: var(--padding-3xs) var(--padding-xl);
  box-sizing: border-box;
}

.social-media-viber {
  width: 150px;
  border-radius: var(--br-11xl);
  border: 1px solid #68318D;
  flex-direction: column;
  padding: var(--padding-3xs) var(--padding-xl);
  box-sizing: border-box;
}

/*Accept reject buttons */
.frame-parent117 {
  background-color: var(--color-indianred-100);
}

.frame-parent115,
.frame-parent117,
.frame-parent118 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.frame-parent118 {
  border-radius: 9.62px;
  border: 0.2px solid var(--color-indianred-300);
  align-items: center;
  padding: 3.66015625px 13.282550811767578px;
  gap: 2.7734375px;
  cursor: pointer;
  color: var(--color-gray-500);
}

.frame-parent115 {
  align-items: flex-start;
}
.frame-parent115 {
  margin: 10px !important;
  gap: 5.98046875px;
  z-index: 1;
  text-align: center;
  font-size: var(--font-size-base-4);
  color: var(--default-white);
}

.frame-parent116,
.frame-parent117 {
  border-radius: 9.62px;
  border: 0.5px solid var(--color-indianred-300);
  align-items: center;
  padding: 3.66015625px 13.282550811767578px;
  gap: 2.7734375px;
  cursor: pointer;
}
.frame-parent116 {
  background-color: var(--color-darkslateblue-200);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.accept-deal-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 9.622395515441895px;
}

.accept-deal {
  width: 138.6px;
  position: relative;
  letter-spacing: 0.36px;
  line-height: 17.32px;
  font-weight: 500;
  display: inline-block;
  flex-shrink: 0;
}

.charmcircle-tick-icon {
  width: 28.9px;
  position: relative;
  height: 28.9px;
  overflow: hidden;
  flex-shrink: 0;
}

/*Live deals stuffs starts here */
.call-1-parent,
.rectangle-parent34 {
  position: absolute;
  display: flex;
  justify-content: flex-start;
}
.call-1-parent {
  margin: 0 !important;
  top: 373px;
  left: 79px;
  flex-direction: row;
  align-items: center;
  gap: var(--gap-7xs);
  z-index: 3;
}
.rectangle-parent34 {
  top: 400px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-3xs);
  font-size: var(--caption-m-size);
  color: var(--color-gray-700);
}

.frame-child61 {
  width: 639px;
  position: relative;
  border-radius: var(--br-xl);
  background-color: var(--default-white);
  border: 0.5px solid var(--color-lightsteelblue-300);
  box-sizing: border-box;
  height: 545px;
  z-index: 0;
}

.rectangle-parent35 {
  width: 569.5px;
  position: absolute;
  margin: 0 !important;
  top: 60px;
  left: 47px;
  height: 425px;
  z-index: 2;
}

.group-child38 {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 34px;
  background-color: var(--default-white);
  box-shadow: 5.1px 5.1px 15.3px rgba(190, 190, 190, 0.13);
  border: 3.4px solid var(--default-white);
  box-sizing: border-box;
  width: 569.5px;
  height: 425px;
}
.group-child39 {
  position: absolute;
  top: 46px;
  left: 319px;
  border-radius: 17.84px;
  width: 231px;
  height: 347px;
  object-fit: cover;
}
.floyd,
.miles {
  margin: 0;
  font-weight: 400;
}
.miles {
  font-weight: 300;
  margin-top: 12px;
}
.floyd-miles4 {
  position: absolute;
  top: 25px;
  left: 32.3px;
  font-size: 54.4px;
  text-transform: capitalize;
  color: var(--color-darkslateblue-200);
  display: inline-block;
  width: 212.5px;
  height: 129.2px;
}
.business-handle,
.floydmiles {
  position: absolute;
  left: 34px;
  font-weight: 500;
}
.floydmiles {
  top: 198.9px;
  text-transform: lowercase;
  display: inline-block;
  width: 248.2px;
  height: 22.1px;
}
.business-handle {
  top: 178.5px;
  font-size: var(--font-size-base-3);
  text-transform: capitalize;
  color: var(--color-silver);
}
.email2,
.floydmilesagmailcom {
  position: absolute;
  top: 265.2px;
  left: 34px;
  text-transform: lowercase;
  font-weight: 500;
  display: inline-block;
  width: 248.2px;
  height: 22.1px;
}
.email2 {
  top: 244.8px;
  font-size: var(--font-size-base-3);
  text-transform: capitalize;
  color: var(--color-silver);
  width: 91.8px;
}

.call-1-icon,
.div42 {
  position: relative;
  cursor: pointer;
}
.call-1-icon {
  width: 61px;
  height: 61px;
  object-fit: cover;
}
.div42 {
  text-transform: lowercase;
  font-weight: 500;
}

.group-child39c {
  border-radius: 20.84px;
  width: 231px;
  height: 347px;
  object-fit: cover;
}

.safety-tips-framec {
  align-self: stretch;
  width:300px;
  flex: 1;
  border-radius: 9.63px;
  background-color: var(--light-base-modal);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 17.33px;
  color: var(--color-gray-400);
}

.email-field,
.name-email-frame {
  display: flex;
  flex-direction: row;
  z-index: 1;
}
.email-field {
  margin: 0 !important;
  position: absolute;
  cursor:pointer;
  top: 82px;
  left: 73.5px;
  backdrop-filter: blur(3.64px);
  align-items: flex-start;
  justify-content: flex-start;
  gap: 9.11px;
}
.name-email-frame {
  width: 115px;
  height: 115px;
  align-items: flex-end;
  justify-content: flex-end;
  padding: var(--padding-63xl) var(--padding-5xs) 0;
  box-sizing: border-box;
  position: relative;
  gap: 10.93px;
}
.first-name-field {
  height: 100%;
  width: 100%;
  position: absolute;
  margin: 0 !important;
  top: 0;
  right: -0.3px;
  bottom: 0;
  left: 0.3px;
  border-radius: 50%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.country-field {
  height: 32.8px;
  width: 32.8px;
  position: relative;
  border-radius: 50%;
  background-color: var(--color-darkslateblue-800);
}
.faedit-icon {
  height: 12.8px;
  width: 16.2px;
  position: absolute;
  margin: 0 !important;
  top: 10px;
  left: 9.1px;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 1;
}

.servicesoffered-parent {
  width: 100%;
  cursor: pointer;
  border-bottom: 0.9px solid var(--color-slategray-900);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 31.929059982299805px var(--padding-22xl);
  gap: 27.61px;
}

.penaltyrecovery,
.servicesoffered {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 100%;
}
.penaltyrecovery {
  height: 23.3px;
  align-items: flex-start;
  min-width: 172px;
  text-align: left;
  font-size: var(--font-size-base-5);
  color: var(--color-slategray-900);
}
.servicesoffered {
  align-items: center;
  gap: 41.42px;
}

.socialmediahelp {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.realtimedatabenefits {
  position: relative;
  line-height: 16.96px;
  font-weight: 600;
}
.what-is-search {
  position: relative;
  line-height: 23.3px;
  font-weight: 500;
}

.icsharp-arrow-downward-icon {
  height: 20.7px;
  width: 20.7px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.processdevelopment {
  align-self: stretch;
  display: flex;
  align-items: center;
}
.faqquestion {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-2xs) 0 0;
  box-sizing: border-box;
  max-width: 100%;
}
.processdevelopment {
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--gap-25xl);
  max-width: 100%;
}

.anyquestion {
  width: 599px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-5xs);
  max-width: 100%;
}

.any-question {
  margin: 0;
  position: relative;
  font-size: inherit;
  line-height: 150%;
  font-weight: 600;
  font-family: inherit;
  z-index: 2;
}

.you-can-ask {
  align-self: stretch;
  position: relative;
  font-size: var(--font-size-base-5);
  line-height: 23.3px;
  font-weight: 500;
  color: var(--color-slategray-900);
  text-align: center;
  z-index: 1;
}

/*Financials starts here */
.group-frame14,
.line-segment-child {
  align-self: stretch;
  box-sizing: border-box;
}
.group-frame14 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0 var(--padding-12xs) 0 0;
  gap: var(--gap-9xl);
  max-width: 100%;
}
.line-segment-child {
  height: 0.5px;
  position: relative;
  border-top: 0.5px solid var(--color-slategray-1100);
  z-index: 2;
}

.solar-balance {
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: var(--gold-3);
  width: 81px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.coin-stack {
  height: 81px;
  flex: 1;
  position: relative;
}

.financials-tab {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: var(--light-base-highlight);
  width: 100%;
  height: 100%;
}

.streamlinecoins-stack-icon4 {
  position: absolute;
  top: 23px;
  left: 24px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  z-index: 1;
}
.streamline-coin,
.text-frame2,
.wrapper15 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.wrapper15 {
  flex-direction: row;
  padding: 0;
  font-size: var(--font-size-16xl);
  color: var(--color-indianred-200);
}
.streamline-coin,
.text-frame2 {
  flex-direction: column;
  padding: 0 var(--padding-9xs) 0 0;
}
.streamline-coin {
  height: 77px;
  flex: 1;
  padding: var(--padding-8xs) 0 0;
  box-sizing: border-box;
  min-width: 233px;
  max-width: 100%;
}
.eye-icon {
  height: 32.9px;
  width: 32.9px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
  z-index: 2;
}

.naira-symbol1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-8xs);
}
.paragraph208 {
  position: relative;
  line-height: 160%;
  font-weight: 600;
  z-index: 2;
}

.balfigure {
  margin: 0;
  color:#d8416a;
  height: 47px;
  position: relative;
  font-size: inherit;
  font-weight: 600;
  font-family: inherit;
  display: inline-block;
  z-index: 2;
}

/*Progress bar starts here*/

.wshipping-content-block {
	padding: 10px 0px;
	background-color: #fff;
}

.shipping-form-block {
	width: 100%;
	padding: 10px 15px 0px;
}

#progressbar {
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	overflow: hidden;
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 12px;
	width: 14.28%;
	float: left;
	position: relative;
	text-align: center;
}
#progressbar.process5 li {
	width: 20%;
}
#progressbar.process4 li {
	width: 25%;
}
#progressbar.process3 li {
	width: 33.3333%;
}
#progressbar.process2 li {
	width: 50%;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 40px;
	line-height: 40px;
	display: block;
	font-size: 14px;
	color: #333;
	background: #e0e0e0;
	border-radius: 50%;
	margin: 0 auto 5px auto;
	font-weight: bold;
	z-index: 1;
	position: relative;
}
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #e0e0e0;
	position: absolute;
	left: -50%;
	top: 19px;
	z-index: 0;
}
#progressbar li:first-child:after {
	content: none;
}
#progressbar li.active:before, #progressbar li.active:after {
	background: #27AE60;
	color: white;
}
#progressbar li.active:last-child:before {
	content: "\f00c";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
}

.steps fieldset {
	background-color: #f8f8f8;
	border: 0 none;
	border-radius: 3px;
	padding: 20px 30px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
.steps fieldset:not(:first-of-type) {
	display: none;
}

.media-content-inner,
.media-content-item {
  border-radius: 17.63px;
  width: 149px;
  height: 149px;
  object-fit: cover;
  cursor: pointer;
  margin:15px;
}




/*Business page starts here*/

.span174 {
  font-weight: 500;
}

.business-page-inner1 {
  position: absolute;
  top: 50px;
  left: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-3xs);
  font-size: 24.7px;
  color: var(--gray-gray-700);
}

.frame-parent266 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.tolu-toki-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.496951103210449px;
  z-index: 0;
}

.tolu2 {
  font-weight: 600;
}

.tolu3 {
  font-size: var(--font-size-mid-2);
  font-weight: 500;
  color: var(--color-darkgray-100);
}

.ellipse-parent5 {
  margin: 0 !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 1;
}

.frame-child68{
  position: relative;
  border-radius: 50%;
  z-index: 0;
}
.frame-child68 {
  width: 159.8px;
  height: 159.8px;
  object-fit: cover;
}

.mditick-decagram-icon {
  width: 47px;
  margin: 0 !important;
  top: 706.7px;
  left: 400.5px;
  height: 47px;
  flex-shrink: 0;
  z-index: 1;
  background-color: var(--white);
  border-radius: 50%;
}

.icround-mail-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--gap-xs);
}

.globalperformance {
	display: flex; 
	align-items: center; 
	justify-content: center;
	float: left;
}

.group-parent {
  width: 270px;
  height: 135px;
  font-family: var(--font-manrope);
}

.busspagebutton{
  width: 247px;
  border-radius: var(--br-5xs);
  border: 1px solid #2b4d8a;
  background-color: #2b4d8a;
  box-sizing: border-box;
  height: 56px;
  flex-direction: row;
  align-items: center;
  padding: var(--padding-xl) var(--padding-5xl);
  cursor: pointer;
  z-index: 4;
  color: var(--color-gray-500);
}


/*Sign in and signup starts here */

.frame-wrapper71-signup {
  width: 247px;
  border-radius: var(--br-5xs);
  border: 1px solid #2b4d8a;
  background-color: #2b4d8a;
  box-sizing: border-box;
  height: 56px;
  flex-direction: row;
  align-items: center;
  padding: var(--padding-xl) var(--padding-5xl);
  cursor: pointer;
  z-index: 4;
  color: var(--color-gray-500);
}

.sign-in {
  width: 100%;
  position: relative;
  background-color: var(--white);
  height: 800px;
  padding: 20px;
  overflow: hidden;
  text-align: center;
  font-size: var(--font-size-sm-7);
  color: var(--color-gray-400);
  font-family: var(--font-poppins);
}

.sign-up {
  width: 100%;
  position: relative;
  background-color: var(--white);
  height: 1050px;
  padding: 20px;
  overflow: hidden;
  text-align: center;
  font-size: var(--font-size-sm-7);
  color: var(--color-gray-400);
  font-family: var(--font-poppins);
}
.frame-parent3 {
  position: absolute;
  top: 407px;
  left: 784px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.password-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-3xs) var(--padding-12xs);
}

.password {
  position: relative;
  line-height: 110%;
  font-weight: 500;
}

.enter-your-password-parent {
  width: 300px;
  border-radius: var(--br-8xs);
  border: 1px solid var(--color-gainsboro-100);
  box-sizing: border-box;
  height: 49px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-xs) var(--padding-3xs) var(--padding-xs)
    var(--padding-smi);
  position: relative;
  gap: var(--gap-3xs);
  font-size: var(--font-size-smi);
  color: var(--color-darkgray-200);
}

.mdihide-icon {
  width: 24px;
  position: absolute;
  margin: 0 !important;
  top: 12.5px;
  left: 516px;
  height: 24px;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 1;
}

.forgot-your-password {
  font-size: var(--font-size-smi);
  letter-spacing: -0.03em;
  line-height: 110%;
  font-weight: 500;
  color: var(--color-indianred-100);
  cursor: pointer;
  margin-top:15px;
}

.secondary-headline {
  font-size: 40px;
  line-height: 110%;
  font-weight: 600;
  font-family: var(--font-general-sans);
  color: var(--blue-gray-900);
  text-align: left;
}

.frame-parent4 {
  position: absolute;
  top: 302px;
  left: 784px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.provide-email-or-your-handle-wrapper {
  width: 300px;
  border-radius: var(--br-8xs);
  border: 1px solid var(--color-gainsboro-100);
  box-sizing: border-box;
  height: 49px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-xs) var(--padding-3xs) var(--padding-xs)
    var(--padding-smi);
  font-size: var(--font-size-smi);
  color: var(--color-darkgray-200);
}

.buttons-group2, .buttons-group2b {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.buttons-group2 {
  position: absolute;
  top: 536px;
  left: 784px;
  display: flex;
  gap: var(--gap-base);
  cursor: pointer;
  text-align: left;
  font-size: var(--button-m-size);
  color: var(--blue-600);
  font-family: var(--button-m);
}

.buttons-group2b {
  position: absolute;
  top: 400px;
  left: 784px;
  display: flex;
  gap: var(--gap-base);
  cursor: pointer;
  text-align: left;
  font-size: var(--button-m-size);
  color: var(--blue-600);
  font-family: var(--button-m);
}
.button2,
.text-container6 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 var(--padding-5xl);
}
.button2 {
  border-radius: var(--br-5xs);
  background-color: var(--color-darkslateblue-200);
  border: 2px solid var(--color-darkslateblue-200);
  box-sizing: border-box;
  height: 56px;
  padding: var(--padding-xl) var(--padding-5xl);
  font-size: var(--caption-m-size);
  color: var(--white);
}

.icon-jam-icons-outline-l12 {
  width: 24px;
  position: relative;
  height: 24px;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
}

.frame-child6 {
  width: 24px;
  position: relative;
  border-radius: var(--br-8xs);
  border: 1px solid var(--color-gray-400);
  box-sizing: border-box;
  height: 24px;
}
.rectangle-container {
  position: absolute;
  top: 552px;
  left: 960px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-3xs);
  font-size: var(--font-size-smi);
  color: var(--color-darkgray-200);
}
.sign-in-child {
  position: absolute;
  top: 90px;
  left: 50px;
  border-radius: 0 var(--br-81xl) var(--br-81xl) 0;
  width: 500px;
  height: 700px;
  object-fit: cover;
}

.cover,
.icon {
  position: absolute;
}
.icon {
  height: 69%;
  width: 83.03%;
  top: 22.97%;
  right: -2.64%;
  bottom: 8.03%;
  left: 19.61%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: contain;
}
.cover {
  top: 250px;
  left: 50px;
  background: linear-gradient(211.38deg, #d73963, #163e8f);
  border-radius: 0 var(--br-81xl) var(--br-81xl) 0;
  width: 500px;
  height: 700px;
  text-align: left;
  font-size: 47.8px;
  color: var(--white);
  font-family: var(--font-nunito);
}

.dont-have-an-container {
  position: absolute;
  top: 615px;
  left: 783px;
  font-size: var(--button-m-size);
  text-align: left;
  cursor: pointer;
  color: #a0a0a0;
}

.parent149regform{
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-2xl);
  display: flex;
  justify-content: flex-start;
  float: right;
  top:550px;
}

/*Business page starts here*/
.headerbp {
  background-color: var(--color-gray-1500);
  box-sizing: border-box;
  max-width: 100%;
}
.headerbp {
  align-self: stretch;
  width: 100%;
  height: 80px;
  backdrop-filter: blur(30px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: var(--padding-5xl) var(--padding-82xl);
  text-align: left;
  font-size: var(--font-size-14xl-1);
  color: var(--color-darkslateblue-500);
  font-family: var(--font-nunito);
  position: fixed;
  z-index: 99;
}

.top-section-bpframe {
  width: 1304px;
  align-items: flex-start;
  padding: 0 var(--padding-10xl);
  box-sizing: border-box;
  min-height: 600px;
  text-align: left;
  font-size: var(--button-m-size);
  color: var(--dark1);
  font-family: var(--font-general-sans);
  margin-top: 90px;
  background-color: #F7F8FB;
}

.rectangle-parent35bp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 2;
  font-size: var(--font-size-37xl-2);
  color: var(--white);
}

.home-parent {
  font-size: var(--font-size-sm);
  color: var(--color-gray-900);
  font-family: var(--font-nunito); 
  border-top-right-radius: 80px;
  background-color: var(--color-darkslateblue-100);
  height: 700px;
}

.busspagemenu {
  left: 5px;
  font-size: 15px;
  margin:5px;
  padding:5px;
  color:white;
}

.bpagemenuhover:hover{
	background-color: transparent;
    border-radius: var(--br-8xs);
  	border: 1px solid var(--color-gray-400);
    padding: 5px;
  	color:#fff;
	width: 200px;
	height:45px;
}

.group-parent4 {
  position: absolute;
  top: 77px;
  left: 320px;
  width: 75%;
  height: 420px;
}

.rectangle-parent36 {
  position: absolute;
  top: 0;
  left: 0;
  width: 1013px;
  height: 240px;
}

.group-child12 {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: var(--br-8xs) var(--br-8xs) 0 0;
  width: 1013px;
  height: 240px;
  object-fit: cover;
}

.group-child13,
.group-child14 {
  position: absolute;
  top: 63px;
  left: 84.7px;
  width: 660px;
  height: 76px;
}
.group-child14 {
  top: 0;
  left: 0;
  border-radius: var(--br-8xs) var(--br-8xs) 0 0;
  background-color: var(--color-darkslateblue-300);
  backdrop-filter: blur(22.8px);
  border-left: 0.5px solid var(--color-cornflowerblue-100);
  box-sizing: border-box;
  width: 1013px;
  height: 240px;
}
.no-money,
.no-problem {
  position: absolute;
  top: 73px;
  left: 84.7px;
  font-weight: 600;
}
.no-problem {
  left: 401px;
  color: var(--color-crimson-100);
}
.lets-do-business {
  margin: 0;
  font-weight: 500;
  color:white;
}
.using-trade-by {
  margin: 0;
  font-weight: 600;
  color:white;
}
.lets-do-business-container {
  position: absolute;
  top: 139px;
  left: 550px;
  font-size: var(--font-size-mid-6);
}

.rectangle-parent38 {
  position: absolute;
  top: 132px;
  left: 0;
  width: 1014px;
  height: 300px;
  font-size: var(--font-size-sm-2);
  color: var(--color-gray-400);
  font-family: var(--button-m);
}

.ellipse-parent16,
.ellipse-parent17 {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8.32317066192627px;
}
.ellipse-parent17 {
  margin: 0 !important;
  top: 116.5px;
  left: 157.4px;
  z-index: 1;
}
.ellipse-parent16 {
  top: 0;
  left: 327px;
}

.frame-child91,
.frame-child92 {
  position: relative;
  border-radius: 50%;
  z-index: 0;
}
.frame-child91 {
  width: 159.8px;
  height: 159.8px;
  object-fit: cover;
  left: 30px;
}

.frame-child92 {
  width: 42.4px;
  background-color: var(--white);
  height: 42.4px;
}

.mditick-decagram-icon2 {
  width: 29.1px;
  position: absolute;
  margin: 0 !important;
  top: 6.7px;
  left: 7.5px;
  height: 29.1px;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 1;
}

.tolu-toki-parent1 {
  position: absolute;
  top: 160px;
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  color: var(--gray-gray-700);
  font-family: var(--font-general-sans);
}

.proposed-offers,
.steve-doe {
  position: relative;
  line-height: 150%;
}
.steve-doe {
  font-weight: 600;
  text-align: center;
}
.proposed-offers {
  font-size: var(--font-size-smi-2);
  color: var(--color-darkgray-100);
}

.tolu4 {
  position: relative;
  font-size: var(--font-size-mid-2);
  line-height: 150%;
  font-weight: 500;
  color: #d8416a;
}

.frame-parent290 {
  position: absolute;
  top: 226px;
  left: 23px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-345xl);
}

.button-parent,
.button60,
.frame-wrapper79 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.button-parent {
  flex-direction: row;
  position: relative;
  gap: var(--gap-xs);
}
.button60,
.frame-wrapper79 {
  flex-direction: column;
  padding: var(--padding-3xs);
}
.button60 {
  width: 158.7px;
  border-radius: 5.27px;
  border: 0.7px solid var(--color-darkslateblue-100);
  box-sizing: border-box;
  height: 36.9px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 13.173433303833008px 15.808120727539062px 13.173433303833008px
    var(--padding-8xl);
  z-index: 0;
  font-size: var(--font-size-sm-2);
  color: var(--color-gray-400);
}

.button59,
.text-container167 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 15.808120727539062px;
}
.button59 {
  width: 181px;
  border-radius: 5.27px;
  border: 0.7px solid var(--color-indianred-100);
  box-sizing: border-box;
  height: 37px;
  justify-content: flex-end;
  padding: 13.173433303833008px 15.808120727539062px;
  z-index: 0;
}

.button-text160 {
  position: relative;
  letter-spacing: 0.33px;
  line-height: 15.81px;
}

.solarshare-linear-icon {
  width: 24px;
  position: absolute;
  margin: 0 !important;
  top: 6px;
  left: 16px;
  height: 24px;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 1;
}

.buttons-group-parent16 {
  width: 426px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  font-size: var(--font-size-2xs-5);
  color: var(--blue-600);
}

.button61,
.buttons-group52 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
.buttons-group52 {
  position: relative;
  gap: 10.53874683380127px;
}
.button61 {
  width: 224px;
  border-radius: 5.27px;
  border: 0.7px solid var(--color-darkslateblue-100);
  box-sizing: border-box;
  height: 37px;
  padding: 13.173433303833008px 15.808120727539062px 13.173433303833008px
    var(--padding-24xl);
  font-size: var(--font-size-sm-2);
  color: var(--color-gray-400);
}
.streamlinecustomer-support-1-icon {
  width: 18px;
  position: absolute;
  margin: 0 !important;
  top: 9.5px;
  left: 17.7px;
  height: 18px;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 3;
}

.uiwuser-add-icon {
  width: 18px;
  position: absolute;
  margin: 0 !important;
  top: 9px;
  left: 18.7px;
  height: 18px;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 3;
}

.buttons-group53 {
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 166px;
  cursor:pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5.53874683380127px;
  z-index: 1;
}

.rectangle-e-prodbpg {
  flex: 1;
  margin-top: 410px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  font-size: var(--font-size-lg);
  color: var(--color-slategray-1200);
}

.hour-ago-u-i-wbpg {
  flex-direction: row;
  gap: var(--gap-19xl);
  max-width: 100%;
}

.my-offers-inner {
 float:left;
 margin-right:10px;
 width:560px;
 height: 900px; 
  border-radius: var(--br-xl) var(--br-xl) 0 0;
  background-color: var(--white);
  box-shadow: 0 2px 6.3px rgba(0, 0, 0, 0.02);
 padding:5px;
 overflow-y: auto;
 overflow-x: auto;	
}

.categorycolumnbp {
  height: 100%;
  width: 250px;
  gap: var(--gap-28xl);
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.ikorodu-loc-rectbp {
  top: 410px;
  height: 700px;
  width: 0.5px;
  position: relative;
  border-right: 0.5px solid var(--color-lightsteelblue-600);
  box-sizing: border-box;
}

.bpofferheights{
	height:1150px;
}

.my-offers-child {
  font-size: var(--font-size-base-8);
  color: var(--color-gray-400);
  font-family: var(--font-general-sans);
  float:left;
  margin-right:2px;
  width:240px;
  height: auto; 
  border-radius: 25px;
}

.about-parent {
  border-radius: 8.79px;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px;
  gap: 8.427221298217773px;
  margin-bottom: 15px;
}

.about {
  position: relative;
  letter-spacing: 0.29px;
  line-height: 13.9px;
  font-weight: 600;
}

.highly-resourceful-and1 {
  padding:3px;
  font-size: var(--font-size-sm);
  line-height: 150%;
  font-weight: 500;
  color: black;
  display: inline-block;
 
}

.gridiconsmultiple-users-parent { 
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: var(--br-8xs-4);
  width:220px;
  border: 0.4px solid var(--color-cornflowerblue-300);
  flex-direction: row;
  justify-content: flex-start;
  padding: 5.427221298217773px 9.38563537597656px 6.427221298217773px
    7.37051010131836px;
  gap: 4.3383731842041px;
}

.gridiconsmultiple-users {
  width: 21.1px;
  position: relative;
  height: 21.1px;
  overflow: hidden;
  flex-shrink: 0;
}

.proposed-offer-deals-container {
  position: relative;
  letter-spacing: 0.29px;
  line-height: 13.9px;
}

.span175 {
  font-weight: 600;
}
.proposed-offer-deals {
  font-weight: 500;
  float:left;
  width: 120.7px;
}

.button-text157 {
  position: relative;
  letter-spacing: 0.25px;
  line-height: 12.1px;
}

.button58,
.text-container164 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 12.098495483398438px;
}

.icon-jam-icons-outline-l323 {
  width: 12.1px;
  position: relative;
  height: 12.1px;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
}

.button58 {
  width: 65.7px;
  border-radius: 4.03px;
  border: 0.5px solid var(--color-indianred-100);
  box-sizing: border-box;
  height: 28.3px;
  padding: 4.08207893371582px 6.098495483398438px;
  font-size: var(--font-size-2xs-1);
  color: white;
  float:right;
}

.mditick-decagram-icon1 {
  width: 11.8px;
  position: absolute;
  margin: 0 !important;
  top: 2.7px;
  left: 3px;
  height: 11.8px;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 1;
}

.frame-child90 {
  width: 17.2px;
  position: relative;
  border-radius: 50%;
  background-color: var(--white);
  height: 17.2px;
  z-index: 0;
}

.ellipse-parent15 {
  margin: 0 !important;
  position: absolute;
  top: 26px;
  left: 29.8px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3.3686962127685547px;
  z-index: 2;
}

.handlediv {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 1;
  font-size: var(--font-size-mini-9);
  color: var(--gray-gray-700);
  gap:9px;
  padding:10px;
}

.handleviewdiv {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: var(--font-size-mini-9);
  color: var(--gray-gray-700);
  gap:50px;
  padding:10px;
}

.frame-parent289{
	background-color: #fafafb;
	border-radius:15px;
	padding:5px;
	margin-bottom:5px;
	
}

.frame-child89 {
  width: 43.6px;
  position: relative;
  border-radius: 50%;
  height: 43.6px;
  object-fit: cover;
  z-index: 0;
}

.bpofferheightsb{
	height:1200px;
	overflow-y:auto;
}

.contactusdiv { 
  display: none;
  border-radius: 8.79px;
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px;
  gap: 8.427221298217773px;
  margin-bottom: 15px;
  width: 200px;
}

/*News feeds starts here */
.create-post {
  position: relative;
  letter-spacing: 0.33px;
  line-height: 15.81px;
  font-weight: 600;
}
.create-post-wrapper,
.wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.wrapper {
  width: 40px;
  border-radius: var(--br-71xl);
  background-color: var(--default-white);
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: var(--padding-3xs);
  box-sizing: border-box;
}
.write-your-post {
  position: relative;
  font-size: var(--font-size-base-8);
  letter-spacing: 0.29px;
  line-height: 13.83px;
  font-weight: 500;
  color: var(--color-lightslategray-100);
}
.frame-parent4,
.frame-parent5 {
  display: flex;
  justify-content: flex-start;
}
.frame-parent5 {
  border-radius: var(--br-xl);
  background-color: var(--color-whitesmoke-100);
  flex-direction: row;
  align-items: center;
  padding: var(--padding-xl) 302px var(--padding-xl) var(--padding-11xl);
  gap: var(--gap-mini);
  font-size: var(--font-size-5xl);
  color: var(--true-black);
}
.frame-parent4 {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-17xl);
}
.frame-parent13,
.frame-parent16,
.frame-parent2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.frame-parent16 {
  width: 518px;
  border-radius: var(--br-xl);
  background-color: var(--color-whitesmoke-100);
  height: 365px;
  flex-direction: row;
  flex-wrap: wrap;
  padding: var(--padding-xl) var(--padding-14xl);
  box-sizing: border-box;
  position: relative;
  gap: var(--gap-sm);
  font-size: var(--font-size-base-5);
  color: var(--true-black);
}
.frame-parent13,
.frame-parent2 {
  flex-direction: column;
}
.frame-parent13 {
  border-radius: var(--br-xl);
  background-color: var(--default-white);
  box-shadow: 0 1px 4.7px rgba(0, 0, 0, 0.05);
  padding: var(--padding-6xl) var(--padding-11xl);
  gap: var(--gap-18xl);
}
.frame-parent2 {
  gap: 31px;
  color: var(--gray-gray-700);
}

.frame-parent3,
.frame-parent6,
.primesend-parent {
  display: flex;
  align-items: center;
}
.frame-parent6 {
  flex-direction: row;
  justify-content: flex-start;
  gap: 210px;
  font-size: var(--font-size-sm-5);
  color: var(--color-lightslategray-100);
}
.frame-parent3 {
  border-radius: var(--br-3xs);
  background-color: var(--default-white);
  height: 272px;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  padding: 32px 31px;
  box-sizing: border-box;
  gap: var(--gap-17xl);
  font-size: var(--font-size-lg);
  color: var(--color-gray-500);
}

.likes {
  position: relative;
  line-height: 150%;
  font-weight: 500;
}

.fluentvideo-32-regular-parent,
.frame-parent7,
.phimage-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.phimage-parent {
  width: 98px;
  border-right: 0.5px solid var(--color-lightslategray-100);
  box-sizing: border-box;
  gap: var(--gap-mini);
}
.fluentvideo-32-regular-parent,
.frame-parent7 {
  gap: var(--gap-base);
}
.frame-parent7 {
  align-items: flex-start;
  gap: var(--gap-4xl);
}

.phimage-icon {
  width: 16px;
  position: relative;
  height: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.image {
  position: relative;
  letter-spacing: 0.25px;
  line-height: 11.86px;
  font-weight: 500;
}

.primesend-icon {
  width: 23px;
  position: relative;
  height: 23px;
  overflow: hidden;
  flex-shrink: 0;
}
.publish {
  position: relative;
  letter-spacing: 0.23px;
  line-height: 11.26px;
  font-weight: 500;
}
.primesend-parent {
  border-radius: var(--br-xl);
  background-color: var(--color-darkslateblue-200);
  flex-direction: row;
  justify-content: flex-start;
  padding: 7px var(--padding-xl);
  gap: var(--gap-9xs);
  font-size: 12.8px;
  color: var(--default-white);
}

.frame {
  background-color: var(--default-white);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.frame {
  width: 40px;
  border-radius: var(--br-71xl);
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: var(--padding-3xs);
  z-index: 0;
  font-size: var(--font-size-5xl);
}

.frame-parent9 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.frame-parent9 {
  flex-direction: column;
  gap: var(--gap-14xl);
}
.wpflike-icon {
  width: 20px;
  position: relative;
  height: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.frame-parent10 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-351xl);
}

.ellipse-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: var(--gap-xs);
}

.ellipse-icon {
  width: 45px;
  position: relative;
  border-radius: 50%;
  height: 45px;
  object-fit: cover;
  z-index: 0;
}
.tolu-toki-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 1;
}

.mins-ago,
.tolu-toki {
  position: relative;
  line-height: 150%;
  font-weight: 600;
}
.mins-ago {
  font-size: var(--font-size-smi-2);
  color: var(--color-darkgray-200);
}

.ellipse-parent1 {
  margin: 0 !important;
  position: absolute;
  top: 26px;
  left: 29.8px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3.3686962127685547px;
  z-index: 2;
}

.frame-child1 {
  width: 17.2px;
  position: relative;
  border-radius: 50%;
  background-color: var(--default-white);
  height: 17.2px;
  z-index: 0;
}

.mditick-decagram-icon {
  width: 11.8px;
  position: absolute;
  margin: 0 !important;
  top: 2.7px;
  left: 3px;
  height: 11.8px;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 1;
}

.epmore-icon {
  width: 18px;
  position: relative;
  height: 18px;
  overflow: hidden;
  flex-shrink: 0;
}



.frame-parent12,
.wpflike-parent {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: var(--gap-7xs);
}
.frame-parent12 {
  align-items: flex-start;
  gap: var(--gap-5xl);
  font-size: var(--font-size-mini-3);
  color: var(--color-lightslategray-200);
}

.hi-have-you {
  width: 388px;
  position: relative;
  letter-spacing: 0.28px;
  line-height: 23px;
  font-weight: 500;
  color: var(--gray-gray-700);
  display: inline-block;
  flex-shrink: 0;
  z-index: 1;
}

.frame-child4,
.httpssmartadealcom {
  position: absolute;
  margin: 0 !important;
}
.frame-child4 {
  width: 386px;
  top: 104.4px;
  left: 79px;
  border-radius: var(--br-8xs);
  height: 224px;
  object-fit: cover;
  z-index: 2;
}
.httpssmartadealcom {
  width: 191px;
  top: 67px;
  left: 87px;
  text-decoration: underline;
  letter-spacing: 0.28px;
  line-height: 23px;
  color: var(--blue-600);
  display: inline-block;
  z-index: 3;
}

.termsmessage{
	width:350px;
	font-size:13px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.frame-wrapper70c {
  margin: 0 !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 2;
  text-align: center;
  font-size: var(--button-m-size);
  font-family: var(--font-general-sans);
}

.rectangle-parentc {
  flex-direction: column;
  align-items:center;
  justify-content: flex-start;
  gap: var(--gap-3xs);
  font-size: var(--caption-m-size);
  color: var(--color-slategray-200);
  font-family: var(--body-xs);
  padding: 10px;
  background: #fff;
  border-radius:25px;
  z-index: 0;
}

.rectangle-parentd {
  flex-direction: column;
  align-items:center;
  width:450px;
  justify-content: flex-start;
  gap: var(--gap-3xs);
  font-size: var(--caption-m-size);
  color: var(--color-slategray-200);
  font-family: var(--body-xs);
  padding: 10px;
  background: #fff;
  border-radius:25px;
  z-index: 0;
}

.frame-wrapper70-dash {
  margin: 0 !important;
  position: absolute;
  top: 240px;
  left:120px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 2;
  text-align: center;
  font-size: var(--button-m-size);
  font-family: var(--font-general-sans);
}

.frame-wrapper71-pading {
  width: 247px;
  top: 459px;
  left: 100px;
  border-radius: var(--br-5xs);
  border: 1px solid #2b4d8a;
  background-color: #2b4d8a;
  box-sizing: border-box;
  height: 56px;
  flex-direction: row;
  align-items: center;
  padding: var(--padding-xl) var(--padding-5xl);
  cursor: pointer;
  z-index: 4;
  color: var(--color-gray-500);
}

.text-container-container-pading {
  width: 247px;
  top: 459px;
  left: 370px;
  border-radius: var(--br-5xs);
  border: 1px solid var(--color-mistyrose-100);
  box-sizing: border-box;
  height: 56px;
  flex-direction: row;
  align-items: center;
  padding: var(--padding-xl) var(--padding-5xl);
  cursor: pointer;
  z-index: 4;
  color: var(--color-gray-500);
}

.text-container-container-padingb {
  width: 247px;
  top: 459px;
  left: 250px;
  border-radius: var(--br-5xs);
  border: 1px solid var(--color-mistyrose-100);
  box-sizing: border-box;
  height: 56px;
  flex-direction: row;
  align-items: center;
  padding: var(--padding-xl) var(--padding-5xl);
  cursor: pointer;
  z-index: 4;
  color: var(--color-gray-500);
}

.signupscroller{
	height:630px;
	overflow-y:scroll;
}
	
@media screen and (max-width: 900px) and (min-width: 600px), (min-width: 1100px) {	
.desktopmenu,.fordesktop{
    display: none;
}
 
.blob-groups-icon {
  width: 190.5px;
  height: 15.4px;
  position: relative;
  margin-top: -100px;
}
	
}

@media only screen and (max-width: 450px){
	
.desktopmenu,.fordesktop{
    display: none;
}
 
.blob-groups-icon {
  width: 190.5px;
  height: 15.4px;
  position: relative;
  margin-top: -120px;
}
	
}

@media only screen and (min-width: 960px) {
    .formobile, .mobilenotis{
    display: none;
	}

	.blob-groups-icon {
  width: 190.5px;
  height: 15.4px;
  position: relative;
  margin-top: -82px;
}


}

.mobilemenu {
    position: fixed;
    top: 0;
    left: -280px; /* Initially off-screen */
    height: 650px;
    width: 280px; /* Adjust as needed */
    background-color: #d73964;
    transition: left 0.3s ease; /* Only transition the left property */
    z-index: 1000; /* Ensure it's above other content */
	overflow-x:hidden;
	overflow:scroll;
}

.mobilemenu.active {
    left: 0; /* Slide the menu into view */
}

/* Example styling for menu items */
.mobilemenu-item {
    padding: 10px;
    color: #fff;
    text-decoration: none;
    display: block;
}





