.sell-banner-question {
  color: #ffff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  background-color: black;
  border: none
}

.accordion-item {
  margin-bottom: 10px;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.collapsed {
  border-bottom: 1px solid #ccc !important;

}

.accordion-button:not(.collapsed) {
  color: var(--secondary-color) !important;
  background-color: white !important;
  box-shadow: none !important;
}


.banner-leftThemeHeading {
  max-width: 600px;
  line-height: 55px;
  font-weight: 600;
  color: white;
  font-style: sans serif;
  font-size: 39px;

}

.sell-banner-button {
  margin-top: 30px;
  display: inline-block;
  padding: 10px 40px;
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: #123FDC;
  color: white;
  background-color: #FF881D;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}

@media screen and (min-width: 650px) and (max-width: 990px) {

  .container {
    align-items: center;
  }

  .banner-title {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }

  .banner-leftThemeHeading {
    font-size: 35px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }

  .banner-heading2 {
    font-size: 20px;
    text-align: center;
  }

  .sell-banner-button {
    padding: 8px 37px;
    padding-bottom: 12px;
    padding-top: 12px;
    font-size: 20px;
  }

  .sell-banner-details {
    padding: 0 3rem;
  }

  .left-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0px
  }

}

@media screen and (max-width: 650px) {

  .container {
    align-items: center;
    text-align: center;
  }

  .sell-banner-question {
    font-size: large;
  }
}


@media (max-width: 450px) {

  .banner-title {
    line-height: 30px;
    font-size: 16px;
  }

  .banner-leftThemeHeading {
    font-size: 25px;
    line-height: 40px;
  }

  .banner-heading2 {
    font-size: 13px;
  }


  .sell-banner-button {
    padding: 6px 35px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 18px;
  }

  .container {
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 1065px)and (min-width: 625px) {

  .plans-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;

  }
}


.left-theme-description {
  font-size: 20px;
  color: grey;
}


.accordion-section {
  background-color: black !important;
}

.accordion-button:not(.collapsed) {
  background-color: black !important;
  color: white !important
}

.sell-banner-answer {
  color: #E1D9D1;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 26px;
  background-color: black;
  border-bottom: 2px solid white !important;
}

.sell-banner-details {
  background-color: black;
  padding: 50px;
  margin-top: 15px
}

.left-content {
  padding-right: 80px;
}

.accordion-button::after {
  position: absolute;
  margin-left: -30px;
  color: white;
}

@media screen and (max-width: 995px) {

  .left-content {
    display: flex;
    flex-direction: column;
    padding-right: 0px;
    padding-bottom: 50px;
  }

}

@media screen and (max-width: 600px) {

  .sell-banner-details {
    padding: 20px
  }

}

.buisness-section {}



.accordion-button::after {
  background-image: url('../build-an-online-store/img/white-arrow.png') !important;
}

.commonBanner .banner-heading {
  font-size: 40px;
  font-weight: 600;
  color: black;
}

.commonBanner .banner-subheading {
  font-size: 23px;
  margin-bottom: 3.0rem;
  color: black;
}

.commonBanner .banner-button {
  margin: 10px 20px !important
}

@media (max-width: 768px) {
  .commonBanner .common-banner-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

}

@media (max-width: 540px) {
  .commonBanner .banner-heading {
    font-size: 30px !important;
  }

  .commonBanner .banner-subheading {
    font-size: 18px !important;
  }

  .commonBanner .banner-button {
    margin: 5px 10px !important;
  }

  .commonBanner .btn {
    font-size: 15px !important;
  }
}

/* Content Banner css*/

@media only screen and (max-width: 768px) {
  .contentContainer {
    text-align: center !important;
  }
}

.contentBannerHeading {
  font-size: 32px;
}

.contentBannerContent {
  font-size: 20px;
}

.container {
  max-width: 1217px !important;
}

/* Try zenbasket */
.ready {
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  place-content: center;
}

.try .col-2 {
  float: right;
}

.try img {
  width: 190px;
  position: relative;
  left: 10px;
  top: -28.3%;
}

.try a {
  background-color: var(--secondary-color);
}

.ready button {
  background-color: var(--secondary-color);
}

.btn {
  white-space: normal !important;
}

/*Main css*/
.inteDesign {
  animation: fadeInAnimation ease 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.accordion-item {
  background-color: black !important;
}