.seller-regi-login{
  padding: 80px 0;
}
.seller-regi-banner{
  position: relative;
    width: 100%;
    background: #fff;
    padding: 50px;
    margin-bottom: 50px;
    border-radius: 50px;
    box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.2), 0px 2px 4px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(255, 255, 255, 0.05) inset;
}
.become-seller-top{
  position: relative;
  background: linear-gradient(360deg, #f2f2f2 0%, #edf7ce 35%, var(--primary) 100%);
  padding: 50px 50px;
  /* height: 560px; */
  border-radius: 50px;
}
.become-seller-top h1 {
  font-size: 40px;
  line-height: 55px;
	font-weight: 700;
	margin-bottom: 10px;
}
.become-seller-top p {
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 30px;
	font-weight: 500;
	color: #414141;
}
/* .become-seller-top-img img{
  width: 150px;
} */
.become-seller-top-img{
  width: 100%;
  text-align: center;
}
/* .become-seller-top-img .Female{
  width: 180px;
  position: absolute;
  bottom: 0px;
  right: 140px;
} */
.become-seller-top-img .male{
  width: 180px;
  position: absolute;
  bottom: 0px;
  left: 82px;
}
.become-seller-login .input-field {
  margin:20px 0;
  position: relative;
}
.become-seller-login .input-field input {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 10px 15px;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  border-radius:20px;
  outline: none;
  transition: all .2s;
}
.become-seller-login a.link {
  color: #747474;
  letter-spacing: 0.2px;
  margin-top: 20px;
  font-size: 14px;
}
.become-seller-login .forgot-pass{
  text-align: end;
}
.become-seller-login{
  position: relative;
  }

  .become-seller-login #toggler {
  position: absolute;
  right: 20px;
  top: 50%;
  color: #747474;
  transform: translateY(-50%);
  cursor: pointer;
  }
.become-seller-login-top{
  text-align: center;
}
.become-seller-login-top img{
  width: 110px;
  margin-bottom: 10px;
}
.become-seller-login-top h3{
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  color: var(--secondary);
}
.become-seller-login-top p{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  color: #6b6b6b;
}

.become-seller-login button{
  margin-top: 20px;
  width: 100%;
  background-color: var(--secondary);
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
}
.become-seller-login-other .social{
  color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.become-seller-login-other .social .go:hover{
  background-color: rgba(255,255,255,0.47);
}
.become-seller-login-other .social img{
  width: 20px;
  margin-right: 7px;
}
.become-seller-login-other .social .social-platfrom{
  margin-left: 25px;
  border: 1px solid #f3f3f3;
  padding: 8px 50px 8px 50px;
  font-size: 14px;
  font-weight: 500;
}
.become-seller-login-other{
  margin: 20px 0;
}
.become-seller-login-other p{
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #6b6b6b;
  position: relative;
}
.become-seller-login-other p > a{
  color: var(--secondary);
  margin-left: 5px;
}
.become-seller-login-other .login-with::before {
  position: absolute;
  content: "";
  width: 117px;
  height: 2px;
  left: 22px;
  top: 50%;
  margin-top: -1px;
  background: #e0e0e0;
  margin-left: 10px;
}
.become-seller-login-other .login-with::after {
  position: absolute;
  content: "";
  width: 126px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background: #e0e0e0;
  margin-left: 10px;
}

.invalid-feedback{
  display: block !important;
}

.why-sell-DW{
  margin: 100px 0 150px 0;
}
.seller-regi-log-title h2{
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 60px;
  font-weight: 600;
}
.why-sell-DW-contentBox{
  border: 1px solid #c6f0ff;
  padding: 12px;
  margin-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.why-sell-DW-contentBox img {
  width: 55px;
  height: 55px;
  margin-right: 15px;
  padding: 5px;
  background: #d2f3ff;
  border-radius: 5px;
}
.why-sell-DW-contentBox .why-sell-DW-textcontent h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 5px;
}
.why-sell-DW-contentBox:hover .why-sell-DW-textcontent h3{
  color: var(--secondary);
}

.why-sell-DW-contentBox .why-sell-DW-textcontent p{
  font-size: 16px;
  line-height: 26px;
  color: #323232;
}
.seller-step-selling{
  margin-bottom: 100px;
}
.seller-step-selling .col-lg-2{
  width: 20%;
}
.seller-step-selling .col-lg-2:last-child{
  border-right: unset;
}
.seller-step-selling-contentBox{
  text-align: center;
  border-radius: 0px;
  padding:15px 10px;
  border: 2px dotted var(--secondary);
  border-radius: 20px;

}
.seller-step-selling-contentBox h3{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.seller-step-selling-contentBox p{
  font-size: 14px;
  line-height: 24px;
  color: #323232;
}
.seller-step-selling-contentBox i{
  font-size: 26px;
  padding: 0;
  background: var(--secondary);
  margin-bottom: 8px;
  color: var(--white-color);
  border-radius: 50px;
  width: 68px;
  height: 68px;
  line-height: 68px;
}

.seller-regi-login-FAQ .faq-list {
  padding: 0 100px;
}
.seller-regi-login-FAQ h5{
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}
.seller-regi-login-FAQ .accordion-item{
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  border: 1px solid var(--gray);
  margin-bottom: 15px;
}
.seller-regi-login-FAQ .accordion-item .accordion-button:not(.collapsed){
  background-color: unset;
  box-shadow: unset;
  color: #222;
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
}
.seller-regi-login-FAQ .accordion-item .accordion-button::before{
  content: '\f059';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--secondary);
  margin-right: 10px;
  font-size: 22px;
}
.seller-regi-login-FAQ .accordion-item .accordion-button:focus{
  border-color: unset;
  box-shadow: unset;
}
.seller-regi-login-FAQ .accordion-item .accordion-body{
  padding: unset;
}
.seller-regi-login-FAQ .accordion-item .accordion-body p{
  margin-bottom: 0;
  padding: 0px 0 0 32px;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 30px;
}
.seller-regi-login-FAQ .accordion-item .accordion-button {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  padding: 0 0 10px 0;
}
.seller-regi-login-FAQ .accordion-item .accordion-button::after{
  background-image: unset;
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--secondary);
  width: unset;
  height: unset;
  display: block; 
  position: absolute;
  right: 22px;
  top: 0px;
}






.seller-step-selling-wrap{
  width: 100%;
  /* height: 340px;
  border: 3px dotted var(--secondary); */
  position: relative;
}
/* .seller-step-selling-contentBox.process01 {
  position: absolute;
  left: -104px;
  top: -110px;
}
.seller-step-selling-contentBox.process02 {
  position: absolute;
  bottom: -86px;
  left: -132px;
}
.seller-step-selling-contentBox.process03{
  position: absolute;
  bottom: -95px;
  left: 322px;
}
.seller-step-selling-contentBox.process04{
  position: absolute;
  bottom: -117px;
  right: -132px;
}
.seller-step-selling-contentBox.process05{
  position: absolute;
  right: -128px;
  top: -110px;
}
.seller-step-selling-big-thumb{
  position: absolute;
  left: 292px;
  top: -72px;
}
.seller-step-selling-big-thumb img{
  width: 335px;
  z-index: 9999999;
  position: relative;
}
.seller-step-selling-big-thumb::before{
  content: '';
  width: 250px;
  height: 250px;
  background: var(--secondary);
  position: absolute;
  top: -40px;
  border-radius: 50%;
  left: 60px;
}
.seller-step-selling-contentBox.process01::before {
  content: '0 1';
  position: absolute;
  bottom: -66px;
  left: 93px;
  color: var(--secondary);
  font-size: 16px;
  rotate: 0deg;
  background-color: var(--bs-body-bg);
  font-weight: 900;
}
.seller-step-selling-contentBox.process02::before {
  content: '0 2';
  position: absolute;
  bottom: 73px;
  right: -109px;
  color: var(--secondary);
  font-size: 16px;
  rotate: 0deg;
  background: #fff;
  font-weight: 900;
}
.seller-step-selling-contentBox.process03::before {
  content: '0 3';
  position: absolute;
  bottom: 82px;
  right: -140px;
  color: var(--secondary);
  font-size: 16px;
  rotate: 0deg;
  background: #fff;
  font-weight: 900;
}
.seller-step-selling-contentBox.process04::before {
  content: '0 4';
  position: absolute;
  top: -64px;
  left: 126px;
  color: var(--secondary);
  font-size: 16px;
  rotate: 0deg;
  background: #fff;
  font-weight: 900;
} */


/* Seller Registration Page CSS */
.seller-regi-login .pass-condition span {
  font-size: 13px;
  color: #979797;
}
.seller-regi-login .pass-condition{
  margin: 8px 0;
}
.seller-regi-login .pass-condition span::before{
  content: '*';
  /* font-family: "Font Awesome 5 Free"; */
  font-weight: 900;
  color: #dcdcdc;
  margin-right: 5px;
}
.become-seller-login p{
  font-size: 14px;
  color: #979797;
  margin-top: 15px;
}
.become-seller-login p > a{
  color: var(--secondary);
}
