.support {
  display: flex;
  align-items: center;
}

.text-container {
  display: flex;
  flex-direction: column; /* Arrange the two spans vertically */
  margin-left: 10px; /* Add some spacing between the image and the text */
}

.w-o-support {
  margin-right: 10px;
}

.text-container span {
  display: inline-block; /* Allow the spans to align with each other */
}

.support-text {
  font-size: small;
}

.pricing-section {
  position: relative;
  padding: 90px 0px 70px;
}

.pricing-section-shape {
  position: relative;
  z-index: 0;
}

.pricing-section-title {
  position: relative;
  z-index: 1;
}

.pricing-info-tabs .pricing-tabs {
  position: relative;
}

.pricing-tabs .tab-btns {
  position: relative;
  text-align: center;
  margin-bottom: 75px;
}

.pricing-tabs .tab-btns .tab-btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #0e0e0e;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  margin: 0px 10px 10px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: "Barlow", sans-serif;
}

.pricing-tabs .tab-btns .tab-btn .save {
  color: #1a1e66;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 4px;
  margin-left: 10px;
  display: inline-block;
  background-color: #dfe2f6;
}

.pricing-tabs .tab-btns .tab-btn .circle {
  position: relative;
  width: 18px;
  height: 18px;
  top: 3px;
  margin-right: 8px;
  border-radius: 50px;
  display: inline-block;
  border: 2px solid #b8b5b5;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pricing-tabs .tab-btns .tab-btn:hover,
.pricing-tabs .tab-btns .tab-btn.active-btn {
  color: #1a1e66;
}

.pricing-tabs .tab-btns .tab-btn .circle:before {
  position: absolute;
  content: "";
  left: 4px;
  top: 4px;
  width: 6px;
  height: 6px;
  opacity: 0;
  border-radius: 50px;
  background-color: #2a41e8;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pricing-tabs .tab-btns .tab-btn:hover .circle,
.pricing-tabs .tab-btns .tab-btn.active-btn .circle {
  border-color: #2a41e8;
}

.pricing-tabs .tab-btns .tab-btn:hover .circle::before,
.pricing-tabs .tab-btns .tab-btn.active-btn .circle::before {
  opacity: 1;
}

.pricing-tabs .tabs-content {
  position: relative;
}

.pricing-tabs .tabs-content .tab {
  position: relative;
  display: none;
  margin-left: 60px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.pricing-tabs .tabs-content .tab.active-tab {
  display: block;
  margin-left: 0px;
}

/* Price Block */

.price-block {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.price-block .inner-box {
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.price-block .inner-box .recomend {
  position: absolute;
  left: 0px;
  top: -41px;
  width: 100%;
  color: #0e0e0e;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 10px 12px;
  background-color: #fae741;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 6px 6px 0px 0px;
  font-family: "Barlow", sans-serif;
}

.price-block .inner-box .title-box {
  position: relative;
  padding: 25px 25px;
}

.price-block .inner-box .title-box h3 {
  position: relative;
  color: #0e0e0e;
  font-weight: 700;
}

.price-block .inner-box .price {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
  padding: 12px 10px 8px;
  text-align: center;
  background-color: #001846;
  font-family: "Barlow", sans-serif;
}

.rental-pricing {
  font-size: 26px;
  font-weight: 600;
}

.price-block .inner-box .lower-box {
  position: relative;
  padding: 25px 10px 30px;
  min-height: 1050px;
  max-height: 1050px;
}

.lower-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.price-block .inner-box .price-list {
  position: relative;
  margin-bottom: 15px;
}

.price-block .inner-box .price-list li {
  position: relative;
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 8px 12px 8px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.price-block .inner-box .price-list li.style-two {
  background-color: #eef2fb;
}

.price-block .inner-box .lower-box .trial-btn {
  display: block;
  position: relative;
  width: 100%;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  padding: 14px 15px;
  font-size: 14px;
  font-weight: 700;
  background-color: #001846;
  font-family: "Barlow", sans-serif;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.price-block .inner-box .lower-box .trial-btn:hover {
  background-color: #fae741;
  color: #001846;
}

.support:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.price-list {
  list-style: none;
}

.checked {
  width: 25px;
  height: 25px;
}

.empty-list {
  min-height: 49px;
}

#m1 {
  margin-bottom: 28px;
}

#m2 {
  margin-bottom: 12px;
}

#m3 {
  margin-bottom: 0px;
}

.yearly-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-of-users {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

#number_of_users {
  width: 20%;
  border: 0.1px solid #154b69;
  border-radius: 10px;
  text-align: center;
}

/* #number_of_users::-webkit-outer-spin-button,
#number_of_users::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} */
