.candleDesign section {
  margin: 0% 0% 3% 0% !important;
}

.candleDesign {
  animation: fadeInAnimation ease 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

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

  100% {
    opacity: 1;
  }
}

.twin-content {
  margin-top: 10%;
}

.twin-heading h3 {
  margin: 0 auto;
  width: 490px;
  height: 92px;
  font-size: 32px;
}

#candle-freeTrail {
  background-color: #EDF2FA;
  padding: 4% 0%;
}

.banner-img img {
  width: 575px;
  height: 377px;
  border-radius: 15px;
  margin: 0 auto;
}

#candleAboutUs {
  margin-bottom: 50px;
}

.aboutUsImg {
  margin: 0 auto;
  align-items: center;
}

.aboutUsContent h4 {
  font-weight: bold;
}

.aboutUsContent p {
  font-size: small;
  width: 100%;
}

.aboutLogo {
  width: 45px;
  margin-bottom: 5%;
}

.aboutLogo img {
  width: 100%;
}

.aboutUsImg img {
  object-fit: contain;
  width: 600px;
  height: 450px;
}

/* 
.sell-banner-details {
  margin-top: 9%;
} */

.sell-banner-heading {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}

.sell-banner-question {
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sell-banner-answer {
  color: #656363;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.sell-banner-img {
  width: 450px;
  height: 530px;
  flex-shrink: 0;
  margin-top: 2%;
  object-fit: contain;
}

@media (min-width:200px) and (max-width: 599px) {
  .sell-banner-img {
    height: 265px !important;
  }

  .aboutUsImg img {
    height: 245px;
  }
}

@media (min-width:600px) and (max-width: 900px) {
  .sell-banner-img {
    height: 325px !important;
  }

  .aboutUsImg img {
    height: 270px;
  }
}

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

/* section -2 */
.variety-heading {
  color: #000;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}

.sell-array-element {
  border-radius: 50px;
  border: 1px solid #000;
  padding: 16px 18px;
  width: 370px;
  margin-right: 10px;
  cursor: default;
}

.variety-navigation {
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: fit-content;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

.variety-navigation:hover {
  color: var(--secondary-color);
}

.sell-array-element-icon {
  opacity: 0;
  font-size: 20px;
  position: relative;
  left: 10px;
  transition: all .3s;
}

.sell-array-element:hover {
  border: 1px solid #015374;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.sell-array-element:hover .sell-array-element-icon {
  opacity: 1;
  left: 30px;
  transition: all .3s;
}

.variety-navigation-icon {
  width: 25px;
  height: 25px;
  padding: 0;
}

.sell-array-element-navigation {
  text-decoration: none;
  color: #000000;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
}

.sell-array-element-navigation:hover {
  color: #000000 !important;
}


.variety-description {
  color: #000;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 18px;

}

.faqq {
  animation: fadeInAnimation ease 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  min-height: 100vh;
  margin-top: 7px;
}

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

  100% {
    opacity: 1;
  }
}

.faq-heading {
  padding-left: 110px
}

#queries-container {
  margin: 1rem;
}

.pricing-plan-heading h1 {
  font-size: 42px !important;
  width: 100%;
  font-weight: 900;
}

#queries-container button {
  border-radius: 0%;
  border: none;
}

.accordion-button:focus {
  box-shadow: none !important;
  /* border-color: rgba(0, 0, 0, .125) !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;
}

.accordion-body {
  border-bottom: 1px solid #ccc;
}

.accordion-header .no {
  border-bottom: 1px solid white;
}



.custom-accordion .accordion-button::after {
  background-image: none !important;
  font-size: 25px;
  font-weight: bolder;
  content: '\002B';
  margin-top: -17px;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  transform: none !important;
  font-size: 35px;
  font-weight: bolder;
  content: "-";
  margin-top: -37px;
}

.plan-list-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 50px
}

.pricing-plan-subheading {
  font-size: 21px;
}

.plan-list-outer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  border-radius: 40px;
  border: 2px solid #015374;
  padding: 0px 30px;
}

.plan-border {
  flex-direction: column;
  border-radius: 40px;
  border: 2px solid #015374;
  padding: 5px 18px;
  margin: 12px;
  font-weight: 600;
}

#monthly,
#yearly {
  cursor: pointer;
  margin: 12px;
}

.plan-button {
  border: none;
  background-color: none;
}

.animation-plans {
  animation: fadeInAnimation ease 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.plans-section {
  display: flex;
  flex-direction: row;
  column-gap: 20px;

}

.plan-details {
  flex-direction: column;
  border-radius: 15px;
  border: 2px solid #015374;
  padding: 30px;
  position: relative;
  padding-bottom: 73px;
}

.pricing-list-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0px 30px 30px 30px;
}

.planPrice {
  font-size: 36px;
  position: relative;
  position: absolute;
  bottom: 10px;
}

#pricing-plans-section {
  padding: 10px
}

.planName {
  padding: 10px 0px;
  font-size: 30px
}

.planHeading {
  font-size: 16px;
  font-weight: bold;
}

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

  100% {
    opacity: 1;
  }
}

.faq-banner-question {
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: x-large;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.sectionContainer {
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  display: flex;
  width: 100%;
  margin-top: 81px;
}

.content {
  margin-top: 25px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-bottom: 20px;
  /* height: 100vh; */
  padding-left: 5%;

}

/* .altBanner {
  width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
} */
.banner {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  height: auto;
}

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

.banner-title {
  max-width: 500px;
  line-height: 40px;
  font-size: 25px;
  font-weight: 600;
  color: black;
  font-style: sans serif;
}

.banner-heading1 {
  max-width: 600px;
  line-height: 65px;
  font-weight: bold;
  color: black;
  /* font-family:Montserrat, sans-serif; */
  font-size: 50px;
  text-align: left;

}

.banner-heading2 {
  text-align: left;
  max-width: 550px;
  /* font-weight: 300; */
  font-size: 20px;
  color: black;
  /* font-family:Montserrat, sans-serif; */
}

.button {
  margin-top: 10px;
  /* display: inline-block; */
  padding: 1% 4%;
  padding-bottom: 1.6%;
  padding-top: 1.6%;
  font-size: 26px;
  /* font-weight: 400; */
  /* text-align: center; */
  text-decoration: none;
  cursor: pointer;
  color: white;
  background-color: #123FDC;
  /* vertical-align: middle; */
  border: 1px solid transparent;
  /* font-family:Montserrat, sans-serif; */

}


.button:hover {
  color: white;
}


@media (max-width: 990px) {



  .sectionContainer {
    flex-direction: column;
  }

  .banner-heading1 {
    line-height: normal;
    padding-bottom: 2%;
    max-width: 70%;
    text-align: center;
  }

  .banner-heading2 {
    text-align: center;
    max-width: 70%;
  }


  .content,
  .banner {
    width: 100%;
    justify-content: center;
    padding-left: 0%;
    align-items: center;

    img {
      max-width: 500px;
    }
  }
}


/* .container {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  height: 700px;
} */

.freeTrail-container {
  margin: 0% 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.freeTrail-heading {
  letter-spacing: 0;
  max-width: 750px;
  font-size: 40px;
  color: #000000;
  font-weight: 900;
  text-align: center;
  line-height: 50px;
}

.freeTrail-heading2 {
  margin-top: 30px;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
  max-width: 650px;
}

.capsule-input {
  margin-top: 30px;
  border: 2px solid grey;
  border-radius: 30px;
  padding: 16px;
  width: 100%;
  font-size: 20px;
  outline: none;
}

.freeTrail-button {
  margin: 30px auto 0px auto;
  display: block;
  padding: 10px 40px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: #015374;
  color: white;
  background-color: #015374;
  width: 240px;
  border-radius: 5px;
}

.freeTrail-button:hover {
  color: white;
}

.blogs_page {
  animation: fadeInAnimation ease 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.faq-title {
  text-align: left;
  font-weight: bolder;
}

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

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1350px) {
  .twin-heading h3 {
    font-size: xx-large;
    width: 65%;
  }
}


@media screen and (min-width: 650px) and (max-width: 990px) {
  #aboutUsContent {
    margin-left: 25px;
  }

  .aboutUsContent p {
    font-size: large;
    width: 100%;
  }

  .banner-img img {
    height: 250px;
    margin-bottom: 25px;
  }

  .aboutUsImg img {
    width: 400px;
  }

  .faq-heading {
    padding-left: 15px
  }

  .freeTrail-container {
    margin: 0% 10%;
  }

  .freeTrail-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .freeTrail-heading2 {
    font-size: 16px;
    max-width: 100%;
    margin-left: 0;
  }

  .capsule-input {
    width: 100%;
  }

  .freeTrail-button {
    margin-top: 20px;
  }

  .container {
    align-items: center;
  }

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

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

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

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

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

}

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


  .banner-heading1 {
    font-size: 40px;
    max-width: 90%;
  }

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

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

  .aboutUsContent p {
    font-size: 15px;
  }

  .twin-heading h3 {
    font-size: x-large;
  }

  #aboutUsContent {
    margin-left: 30px;
  }

  .banner-img img {
    height: 250px;
    margin-bottom: 25px;
  }

  .plan-border {
    text-align: center;
  }

  .plans-section {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }

  .pricing-list-container {
    padding: 10px;
  }

  .plan-list-container {
    padding: 20px 10px;
  }

  .freeTrail-container {
    margin: 0% 5%;
  }

  .freeTrail-heading {
    font-size: 35px;
    line-height: 50px;
  }

  .banner-heading {
    font-size: 35px;
    line-height: 50px;
  }

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

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

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

  .sell-array-element {
    margin: 0;
    width: 350px;
  }

  .variety-heading {
    font-size: 30px;
    line-height: normal;
    font-weight: 900;
  }
}

@media (max-width: 450px) {
  .sell-banner-heading {
    font-size: 35px;
  }

  .freeTrail-container {
    margin: 5% 5%;
  }

  .freeTrail-heading {
    font-size: 30px;
    line-height: 40px;
  }

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

  .banner-heading1 {
    font-size: 28px;
    line-height: 30px;
  }

  .banner-heading2 {
    max-width: 90%;
    text-align: center;
    font-size: 18px;

  }


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

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

  .plan-list-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    border-radius: 40px;
    border: 2px solid #015374;
  }

  .capsule-input {
    padding: 5px 40px;
  }

  .freeTrail-button {
    width: 170px;
    padding: 10px 0px;
    font-size: 15px;
  }
}

@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;

  }
}