.main-box {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  align-items: center;
}

.slider-cont,
.form-cont {
  height: 100%;
}

.signup-login-m {
  max-width: 1440px !important;
  display: flex;
  justify-content: space-between;
  padding: 0px;
}
.businessuserBottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  clear: both;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 6rem;
}

.businessuserContainer {
  max-width: 1440px;
  overflow: hidden;
}

.businessuserRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 100%;
  width: 100%;
}
.businessuserRightSideHeading h2 {

  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-41);
  line-height: 2.9rem;
  color: var(--black);
  width: 100%;
}

.businessuserRightSide {
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  clear: both;
  height: 100%;
  max-width: 50%;
  margin: 0px auto;
}

.businessuserItems {
  box-sizing: border-box;
  background: var(--white);
  border: 0.1rem solid var(--white);
  border-radius: 1.3rem;
  padding-top: 2.6rem;
  padding-left: 1.5rem;
  padding-right: 0rem;
  padding-bottom: 1rem;
  padding-right: 2rem;
  box-shadow: 0 0.045rem 1.45rem 0.03rem rgb(from var(--color-text-primary) r g b / 10%);
  cursor: pointer;

}
.businessuserRightSideItems {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  margin-top: 5rem;
}

.businessuserItems h3 {

  font-style: normal;
  font-weight: 600;
  font-size: var(--font-size-19);
  color: var(--black);
  padding-bottom: 2rem;
  text-align: left;
}

.businessuserItems p {

  font-style: normal;
  font-weight: 500;
  font-size: var(--font-size-15);
  line-height: 2.1rem;
  /* or 162% */
  color: var(--black);
  text-align: left;
}
.businessuserBottom .proceedBtn {
  width: 27.5rem;
  height: 4.8rem;
  left: 962px;
  top: 507px;
  background: var(--red);
  border-radius: 4px;
  border: none;

  font-style: normal;
  font-weight: 600;
  font-size: var(--font-size-17);
  line-height: 18px;
  text-align: center;
  color: var(--white);
  margin-bottom: 2.5rem;
  cursor: pointer;
}
.businesActive {
  border: 0.1rem solid var(--red);
}
.businessuserBottom .proceedBtn.active {
  background: var(--red) !important;
  color: var(--white);
}
.businessuserBottom p {

  font-style: normal;
  font-weight: 500;
  font-size: var(--font-size-15);
  line-height: 1.8rem;
  color: var(--color-text-primary);
}

.businessuserBottom p span {
  color: var(--red);
  cursor: pointer;
}
.businessuserItems.active {
  border-color: var(--red);
}
.businessuserItems:hover {
  border-color: var(--red);
}
/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
  position: relative;
  overflow: hidden;
}
.businessuserLeftSide {
  position: relative;
}
.fade-carousel .carousel-inner .item {
  height: 70rem;
}
.fade-carousel .carousel-indicators > li {
  margin: 0 0.3rem;
  background-color: var(--white);
  border-color: var(--white);
  width: 10px;
  height: 10px;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/

.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}
.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: var(--black);
  opacity: 0.4;
}

.carousel-indicators li {
  display: block;
}
.carousel-indicators li.active {
  background: var(--red);
  border-color: var(--red);
  width: 10px;
  height: 10px;
}

.item img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.orItems {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6rem;
  color: var(--brown);
  font-size: var(--font-size-15);
  font-weight: 600;
  position: relative;
}

.businessuserRightSideHeading {
  width: 100%;
}

.orItems:after {
  position: absolute;
  width: 0.1rem;
  height: 3rem;
  background: var(--gray);
  content: "";
  top: 3rem;
}

.orItems:before {
  position: absolute;
  width: 0.1rem;
  height: 3rem;
  background: var(--gray);
  content: "";
  bottom: 3rem;
}

.logo {
  position: absolute;
  top: 1rem;
  left: 2rem;
}

.logo img {
  height: 6rem;
}
