/* pricing page styling */

/* P styllings  */
#pricing-container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  padding: 30px 70px 0px 70px;
  background: #fff;
  scroll-behavior: smooth;
}
#pricing-container .text-color-orange {
  font-weight: 600;
}

.button-icon {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-left: 19px;
}

#pricing-container #body .landing-title {
  font-size: 27px;
  font-family: "Poppins";
}

#pricing-container .want-more .title {
  color: #db631a;
  font-size: 36px;
  font-weight: 700;
  font-family: "Poppins";
  text-align: center;
  padding: 20px 0px;
}
#pricing-container .review-page .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

#pricing-container .associations-memberships .page-title {
  font-size: 36px;
  font-family: "Poppins";
  text-align: center;
}
#pricing-container #body .pointer {
  width: 23px;
  height: 2px;
  border-top: 2px solid #ef7338;
}
#pricing-container #body .sub-title {
  font-size: 10px;
}
#pricing-container #body .border-orange {
  height: 4px;
  background-color: #ef7338;
}
#pricing-container #body .w-250 {
  width: 250px;
}

#pricing-container #header .active {
  color: #ef7338 !important;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

#pricing-container #body .announcement .close-btn {
  margin-left: auto;
}
#pricing-container #body .banner-container {
  background-image: url("../../static-assets/images/invoice-front-page.webp");
  background-size: 100%;
  background-repeat: no-repeat;
}
#pricing-container #body .login-register {
  flex: 0 0 30%;
  padding-top: 65px;
}
#pricing-container #body .login-register .title {
  padding-top: 25px;
  margin: 0;
}
#pricing-container #body .login-register .sub-title {
  font-size: 26px;
  margin-top: 56px;
  margin-left: 5px;
}
#pricing-container .input-button-container {
  width: 450px;
  height: 40px;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 12px 0px 12px 12px;
}
#pricing-container #body .login-register .input-button-container {
  margin-top: 60px;
  background-color: #f3f3f3;
}
#pricing-container #body .review-page .input-button-container {
  margin: auto;
  background-color: #e9e9e9;
}
#pricing-container #body .input-button-container input {
  width: 75%;
  height: 25px;
  border: 1px solid white;
  border-radius: 12px;
  margin-top: 2px;
}
#pricing-container #body .input-button-container input,
#pricing-container
  #body
  .input-button-container
  input::-webkit-input-placeholder {
  font-size: 18px;
  color: #aaaaab;
  font-family: Source Sans Pro;
}

#pricing-container #body .input-button-container button {
  position: absolute;
  height: 38px !important;
  width: 180px !important;
  top: 14px;
  right: 20px; /* pchanges */
  font-size: 18px !important;
  border-radius: 2px;
}
#pricing-container #body .input-button-container:active {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13) !important;
}
#pricing-container #body .login-register .btn-black {
  height: 40px !important;
  font-size: 16px !important;
  width: 230px !important;
}
#pricing-container #body .login-register .iso {
  display: flex;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 27px;
}
#pricing-container #body .login-register .iso div:first-child {
  font-size: 20px;
  margin-right: 35px;
}

#pricing-container #body .review-page {
  background-color: #3b3b56;
  height: fit-content;
  margin-left: -70px;
  margin-right: -70px;
  padding: 50px 2px;
}
#pricing-container #body .review-page .reviews .review .review-img {
  border-radius: 100%;
  height: 41%;
  width: 30%;
  margin: -60px;
}

#pricing-container .review-page .heading-flag {
  color: white;
  margin: auto;
  background-color: #db631a;
  position: relative;
  width: 420px;
  padding: 5px 25px;
  clip-path: polygon(100% 0, 98% 51%, 100% 99%, 0% 100%, 2% 51%, 0% 0%);
}
#pricing-container .hero_img {
  margin: 10px -70px 0px 0px;
  height: 458px;
  width: 636px;
}

#pricing-container .demo_img {
  height: 544px;
  margin-bottom: -45px;
}
#pricing-container #body .statistics {
  /* width: 100%; p-changes */
  background-color: #fff;
  padding: 50px 90px 30px 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#pricing-container #body .statistics .stat {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
#pricing-container #body .statistics .stat .text {
  font-size: 20px;
  font-weight: 800;
  color: #db631a;
}
#pricing-container #body .statistics .stat .sub-text {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 400;
}

#pricing-container .demo-page {
  height: fit-content;
  width: 100%;
  justify-content: space-between;
}
.pricing-page {
  padding: 70px 0px;
}
#pricing-container .pricing-page .title {
  font-size: 24px;
  font-weight: 700;
  color: #db631a;
  text-align: center;
}

#pricing-container .pricing-page .price-cards {
  column-gap: 70px;
  padding: 50px;
}
#pricing-container .pricing-page .price-cards .card {
  height: 356px;
  width: 255px;

  border-radius: 30px;
  /* margin: auto; */
  text-align: center;
  padding: 25px 1px;
  line-height: 0;
}
#pricing-container .pricing-page .price-cards .card .redtag-pos .red-tag {
  border: 1px #ed513f;
  background: #ed513f;
  width: 140px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  height: 26px;
  margin: auto;
  position: relative;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  padding-top: 3px;
  color: white;
  margin-top: -30px;
}
#pricing-container .pricing-page .price-cards .card:first-child {
  border: 1px solid #db631a;
  box-shadow: 2px 2px 4px #db631a;
  margin-top: 35px;
}
#pricing-container .pricing-page .price-cards .card:nth-child(2) img {
  width: 70px;
  height: 78px;
}
#pricing-container .pricing-page .price-cards .card:nth-child(2) {
  width: 295px;
  height: 440px;
  box-shadow: 0px 0px 4px #485eb0;
  padding: 15px 1px;
  border: 1px solid #485eb0;
}
#pricing-container .pricing-page .price-cards .card:last-child {
  border: 1px solid #06b181;
  box-shadow: 0px 4px 4px #06b181;
  margin-top: 35px;
}
#pricing-container .pricing-page .price-cards .card:first-child .banner-pos {
  margin-top: 90px;
}
#pricing-container .pricing-page .price-cards .card:nth-child(2) .banner-pos {
  margin-top: 120px;
}
#pricing-container .pricing-page .price-cards .card:last-child .banner-pos {
  margin-top: 12px;
}
#pricing-container .pricing-page .price-cards .card .banner-pos .banner {
  width: 181px;
  height: 42px;
  background-color: white;
  border-radius: 40px;
  margin: auto;
  cursor: pointer;
}

#pricing-container
  .pricing-page
  .price-cards
  .card:first-child
  .banner-pos
  .banner {
  border: 1px solid #db631a;
  box-shadow: 0px 0px 4px #db631a;
}
#pricing-container
  .pricing-page
  .price-cards
  .card:nth-child(2)
  .banner-pos
  .banner {
  border: 1px solid #485eb0;
  box-shadow: 0px 0px 4px #485eb0;
}
#pricing-container
  .pricing-page
  .price-cards
  .card:last-child
  .banner-pos
  .banner {
  border: 1px solid #06b181;
  box-shadow: 0px 0px 4px #06b181;
}
#pricing-container
  .pricing-page
  .price-cards
  .card
  .banner-pos
  .banner
  .banner-text {
  font-size: 14px;
  font-weight: 900;
  font-family: "Source Sans Pro";
  padding: 20px 1px;
  color: #db631a;
}
#pricing-container
  .pricing-page
  .price-cards
  .card:first-child
  .banner-pos
  .banner
  .banner-text {
  color: #db631a;
}
#pricing-container
  .pricing-page
  .price-cards
  .card:nth-child(2)
  .banner-pos
  .banner
  .banner-text {
  color: #485eb0;
}
#pricing-container
  .pricing-page
  .price-cards
  .card:last-child
  .banner-pos
  .banner
  .banner-text {
  color: #06b181;
}

#pricing-container .pricing-page .price-cards .card .plan {
  font-size: 18px;
  font-weight: 700;

  font-family: "Poppins";
}
#pricing-container .pricing-page .price-cards .card:first-child .plan {
  color: #db631a;
}
#pricing-container .pricing-page .price-cards .card:nth-child(2) .plan {
  color: #485eb0;
}
#pricing-container .pricing-page .price-cards .card:last-child .plan {
  color: #06b181;
}
#pricing-container .pricing-page .price-cards .card .card-text {
  padding: 5px 0px;
  line-height: 15px;
  font-weight: 600;
  font-size: 14px;
  color: #353452;
}
#pricing-container .pricing-page .price-cards .card:nth-child(2) .card-text {
  font-weight: 600;
  color: #2a313a;
}
#pricing-container
  .pricing-page
  .price-cards
  .card:nth-child(2)
  .card-text
  .extra-text {
  font-weight: 700;
  font-size: 16px;
  font-family: "Poppins";
}
#pricing-container .pricing-page .price-cards .card:last-child .card-text {
  font-weight: 600;
  color: #2a313a;
}
#pricing-container .pricing-page .card .start {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 600;
  color: #28313b;
}
#pricing-container .pricing-page .card .price .text-color-orange {
  font-size: 30px;
}
#m-main-container .card .price .text-color-orange {
  font-size: 30px;
  font-weight: 600;
}
.demo-page {
  padding: 70px 0px 70px 0px;
}

#pricing-container .demo-page .heading-flag {
  color: white;
  margin: auto;
  background-color: #db631a;
  position: relative;
  width: 420px;
  padding: 5px 25px;
  clip-path: polygon(100% 0, 98% 51%, 100% 99%, 0% 100%, 2% 51%, 0% 0%);
  top: auto;
}

.demo-page .container {
  padding: 10px 0px 0px 0px;
}
.grow-business .container {
  padding: 10px 0px 0px 0px;
  margin: 30px 0px;
}
.demo-page .title1 {
  font-size: 27px;
  text-align: center;
}
.demo-page .title2 {
  font-size: 24px;
  font-weight: 700;
  color: #3b3b56;
  margin: auto;
  text-align: center;
  padding-bottom: 30px;
}
.demo-page .left-column {
  margin: auto;
  padding: 20px 100px 20px 100px;
}
.demo-page .right-column {
  padding: 39px 80px 39px 80px;
}
.m-view-more {
  cursor: pointer;
  width: 90%;
  text-align: center;
  border: 1px solid #d9d4d4;
  border-radius: 5px;
  font-size: small;
  color: #488dff;
  height: 20px;
  padding: 5px 0px;
  margin: auto;
}
.demo-page .right-column .form {
  position: relative;
  border-radius: 25px;
  background-color: #f3f3f3;
  border: 1px solid #f3efef;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
  margin: auto;
  padding: 35px 25px;
  height: 301px;
  width: 301px;
}
.demo-page .right-column input,
select {
  /* width: 100%; */
  height: 40px;
  border: 1px solid white;
  border-radius: 12px;
  margin-top: 2px;
  padding: 0rem 0.75rem 0rem 1rem;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
}
.demo-page .right-column .form .date-time-container {
  justify-content: space-between;
}
.demo-page .right-column .form .button {
  margin: auto;
  background-color: #3b3b56;
  border: 1px solid #3b3b56;
  width: 213px;
  height: 50px;
  border-radius: 35px;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 800;
  padding: 10px;
  cursor: pointer;
  /* padding: 10px 10px; */
}
#overlay {
  position: absolute;
  display: none;
  width: 352px;
  height: 373px;
  /* margin: -36px -25px; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(230, 230, 230, 0.96);
  z-index: 3;
  cursor: pointer;
  border-radius: 12px;
  /* padding: 66px 0px; */
}
.overflow-button {
  margin: auto;
  background-color: #3b3b56;
  border: 1px solid #3b3b56;
  width: 178px;
  height: 22px;
  border-radius: 35px;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 800;
  padding: 10px;
  cursor: pointer;
}
.overlay-title {
  margin: auto;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: rgba(35, 56, 98, 1);
  font-family: "Poppins";
}
.overlay-txt {
  margin: auto;
  text-align: center;
  font-size: 16px;
  color: rgba(35, 56, 98, 1);
}
.overlay-txt .imp-text {
  font-weight: 600;
}

.overflow-button .btn-text {
  margin-top: -3px;
}

.form .btn-text {
  text-align: center;
}
.form Input {
  width: 90%;
}
.form select {
  width: 100%;
}
.form .date-time-container select {
  width: 145px;
}
.form ::placeholder {
  color: #28313b;
  font-size: 14px;
  font-weight: 200;
}

.custom-select {
  position: relative;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 500;
  overflow: visible;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: white;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  /* border-radius: 10px; */
  border-color: black transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent black;

  top: 5px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #28313b;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  outline: none;
  cursor: pointer;
}
.select-selected {
  border-radius: 12px;

  box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
  height: 22px;
}
.date-time-container .select-selected {
  width: 110px;
  position: relative;
}
.date-time-container .select-items {
  overflow: auto;
  height: 100px;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: white;
  border-radius: 12px;
  border: 1px solid white;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  overflow: auto;
  height: 180px;
}
.logo-padding-top {
  padding-top: 1.5rem;
}
/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.demo-page .right-column .form .form-heading {
  font-size: 14px;
  font-weight: 500;
  font-family: Source Sans Pro;
}
.demo-page .right-column .form .label {
  margin-bottom: 20px;
}
.demo-page .right-column .form .label1 {
  margin-bottom: 15px;
}

#pricing-container .demo-page .heading-flag .banner-text {
  font-size: 24px;
  text-align: center;
}

#pricing-container .demo-page .slider {
  width: 570px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}

#pricing-container .demo-page .slider .slide {
  width: 500%;
  height: 388px;
  display: flex;
}
#pricing-container .demo-page .slider .slide input {
  display: none;
}
#pricing-container .demo-page .slider .slide .st {
  width: 20%;
  transition: 2s;
}
#pricing-container .demo-page .slider .slide .st img {
  width: 570px;
  height: 355px;
  padding: 20px 0px;
}
#pricing-container .demo-page .slider .nav-m {
  position: relative;
  margin: auto;
  justify-content: center;
  display: flex;
}
#pricing-container .demo-page .slider .nav-m .m-btn {
  border: 2px solid #db631a;
  padding: 3px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}
#pricing-container .demo-page .slider .nav-m .m-btn:not(:last-child) {
  margin-right: 10px;
}

#pricing-container .demo-page .slider .nav-m .m-btn:hover {
  background-color: #db631a;
}

.checked {
  background-color: #db631a;
}

#radio1:checked ~ .first {
  margin-left: 0;
}
#radio2:checked ~ .first {
  margin-left: -20%;
}
#radio3:checked ~ .first {
  margin-left: -40%;
}
#radio4:checked ~ .first {
  margin-left: -60%;
}
#radio5:checked ~ .first {
  margin-left: -80%;
}
#radio6:checked ~ .first {
  margin-left: -100%;
}
#radio7:checked ~ .first {
  margin-left: -120%;
}
#radio8:checked ~ .first {
  margin-left: 0;
}
#radio9:checked ~ .first {
  margin-left: -20%;
}
#radio10:checked ~ .first {
  margin-left: -40%;
}
#radio11:checked ~ .first {
  margin-left: -60%;
}
#radio12:checked ~ .first {
  margin-left: -80%;
}
#radio13:checked ~ .first {
  margin-left: -100%;
}
#radio14:checked ~ .first {
  margin-left: -120%;
}

#pricing-container #body .want-more {
  padding-bottom: 35px;
  z-index: 15;
}
#pricing-container #body .want-more .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#pricing-container #body .want-more .features .feature {
  width: 42%;
  margin-right: 50px;
  margin-top: 22px;
  text-align: center;
}
.feature-image-container {
  justify-content: center;
}

#pricing-container #body .review-page .reviews {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 130px 2px 85px 2px;
}

#pricing-container #body .review-page .reviews .review {
  width: 414px;
  height: 295px;
  margin: auto;
  text-align: center;
  background-color: #ffffff;
  border-radius: 13px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#pricing-container #body .review-page .reviews .review .sub-text {
  padding: 19% 4%;
  font-size: 18px;
  font-weight: 400;
}
/* #pricing-container #body .flobooks-benefits .features .feature .title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
} */

#pricing-container #body .want-more .features .feature .sub-text {
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
}

#pricing-container #body .want-more .features .feature .whatsapp-box {
  display: flex;
  background: #c3f4f3;
  align-items: center;
  height: 35px;
  width: 165px;
  border-radius: 30px;
  cursor: pointer;
  padding: 0 10px;
  color: #db631a;
  justify-content: space-around;
  font-size: 18px;
  font-weight: 700;
}
#pricing-container #body .associations-memberships {
  padding: 0 90px;
  background-color: #fff;
  padding-top: 35px;
}
#pricing-container #body .associations-memberships .images-container {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: center;
  column-gap: 15%;
}
#pricing-container .login-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #545a63 bf;
  top: 0;
  z-index: 11;
  display: flex;
  flex-direction: row-reverse;
}
#pricing-container .login {
  height: 100%;
  width: 30%;
  background-color: #fff;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  z-index: 12;
  display: flex;
  flex-direction: row-reverse;
}
.heading-text-small {
  font-size: 14px;
  color: #565656;
  line-height: initial;
  margin: 10px 0px;
}
.heading {
  justify-content: center;
  font-weight: 700 !important;
  text-align: center;
}

#pricing-container footer {
  background-color: #fff;
  padding: 35px 30px;
  display: flex;
  justify-content: center;
  /* width: 100%; */
}
#pricing-container footer a {
  color: #28313b;
}
#pricing-container footer a:hover {
  color: #ef7338;
  text-decoration: none !important;
}
#pricing-container footer .title {
  color: #ef7338;
  font-size: 18px;
  font-weight: 600;
}
#pricing-container footer .imp-links-section {
  width: 100%;
  display: flex;
}
#pricing-container footer .imp-links-section .bottom-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#pricing-container
  footer
  .imp-links-section
  .bottom-section
  .left-section
  .follow {
  margin-top: 20px;
}
#pricing-container
  footer
  .imp-links-section
  .bottom-section
  .left-section
  .follow
  .social-media {
  display: flex;
  margin-top: 10px;
  width: max-content;
}
#pricing-container .header-pos {
  background-color: white;
  margin-left: -70px;
}

.header-container {
  height: 3.75rem;
  position: absolute;
  width: -webkit-fill-available;
  padding: 0px 117px 0px 69px;
  background: white;
  z-index: 10;
  top: 0;

  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
}

.login-header-btn-button {
  margin: 0 1.25rem;
  font-family: Source Sans Pro;
  min-width: 140px;
  border-radius: 20px !important;
  background-color: #db631a !important;
  border: 1px solid #db631a !important;
  /* font-size: 12px!important; */
  padding: 0 8px !important;
  color: #fff !important;
  width: 140px;
  height: 35px !important;
  font-weight: 600;
  /* display: flex!important; */
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px;
}
.download-app-modal-backdrop {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  margin-left: -70px;
  background: #28313bcc;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-header-btn-button {
  /* margin: 0 1.25rem; */
  font-family: Source Sans Pro;
  min-width: 140px;
  border-radius: 25px !important;
  background-color: #5a5a6d !important;
  border: 1px solid #5a5a6d !important;
  color: #fff !important;
  width: 222px;
  height: 40px !important;
  font-weight: 600;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px;
}
.input-button-log-reg-btn {
  font-family: Source Sans Pro;
  min-width: 140px;
  border-radius: 30px !important;
  background-color: #db631a !important;
  border: 1px solid #db631a !important;
  color: #fff !important;
  width: 278px;
  height: 50px !important;
  font-weight: 600;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px;
}
.footer-container {
  background-color: #ffffff;
  padding: 35px 30px;
}

.form-control {
  outline: none;
  display: block;
  /* width: 100%; */
  /* height: calc(1.5em + .75rem + 2px); */
  padding: 0.375rem 0.75rem;
  /* font-size: 18px; */
  font-weight: 400;
  line-height: 1.5;
  /* color: #495057; */
  background-color: #fff;
  background-clip: padding-box;
  /* border: 1px solid #ced4da; */
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.register-login-padding {
  /* padding-left: 40px; */
  height: 565px;
  position: relative;
}

.hero-image-container {
  flex: 0 0 70%;
  justify-content: flex-end;
  width: 691px;
  height: 500px;
  left: 697px;
  top: 78px;
}
.pricing-page .card .price .text-color-blue {
  color: #485eb0;
  font-size: 30px;
  font-weight: 600;
}
#m-main-container .card .price .text-color-blue {
  color: #485eb0;
  font-size: 30px;
  font-weight: 600;
}

#m-main-container .price-cards {
  column-gap: 70px;
}
#m-main-container .price-cards .card {
  height: 356px;
  width: 312px;
  border-radius: 30px;
  margin: auto;
  text-align: center;
  padding: 25px 1px;
  line-height: 0;
}
#m-main-container .price-cards .card .redtag-pos .red-tag {
  border: 1px #ed513f;
  background: #ed513f;
  width: 140px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  height: 26px;
  margin: auto;
  position: relative;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  padding-top: 3px;
  color: white;
  margin-top: -30px;
}
#m-main-container .price-cards .card:first-child {
  border: 1px solid #db631a;
  box-shadow: 2px 2px 4px #db631a;
  margin-top: 35px;
}
#m-main-container .price-cards .card:nth-child(2) img {
  width: 70px;
  height: 78px;
}
#m-main-container .price-cards .card:nth-child(2) {
  width: 312px;
  height: 440px;
  box-shadow: 0px 0px 4px #485eb0;
  padding: 15px 1px;
  border: 1px solid #485eb0;
  margin-top: 60px;
}
#m-main-container .price-cards .card:last-child {
  border: 1px solid #06b181;
  box-shadow: 0px 4px 4px #06b181;
  margin-top: 50px;
}
#m-main-container .price-cards .card:first-child .banner-pos {
  margin-top: 90px;
}
#m-main-container .price-cards .card:nth-child(2) .banner-pos {
  margin-top: 120px;
}
#m-main-container .price-cards .card:last-child .banner-pos {
  margin-top: 12px;
}
#m-main-container .price-cards .card .banner-pos .banner {
  width: 181px;
  height: 42px;
  background-color: white;
  border-radius: 40px;
  margin: auto;
  cursor: pointer;
}

#m-main-container .price-cards .card:first-child .banner-pos .banner {
  border: 1px solid #db631a;
  box-shadow: 0px 0px 4px #db631a;
}
#m-main-container .price-cards .card:nth-child(2) .banner-pos .banner {
  border: 1px solid #485eb0;
  box-shadow: 0px 0px 4px #485eb0;
}
#m-main-container .price-cards .card:last-child .banner-pos .banner {
  border: 1px solid #06b181;
  box-shadow: 0px 0px 4px #06b181;
}
#m-main-container .price-cards .card .banner-pos .banner .banner-text {
  font-size: 14px;
  font-weight: 900;
  font-family: "Source Sans Pro";
  padding: 20px 1px;
  color: #db631a;
}
#m-main-container
  .price-cards
  .card:first-child
  .banner-pos
  .banner
  .banner-text {
  color: #db631a;
}
#m-main-container
  .price-cards
  .card:nth-child(2)
  .banner-pos
  .banner
  .banner-text {
  color: #485eb0;
}
#m-main-container
  .price-cards
  .card:last-child
  .banner-pos
  .banner
  .banner-text {
  color: #06b181;
}

#m-main-container .price-cards .card .plan {
  font-size: 18px;
  font-weight: 700;

  font-family: "Poppins";
}
#m-main-container .price-cards .card:first-child .plan {
  color: #db631a;
}
#m-main-container .price-cards .card:nth-child(2) .plan {
  color: #485eb0;
}
#m-main-container .price-cards .card:last-child .plan {
  color: #06b181;
}
#m-main-container .price-cards .card .card-text {
  padding: 5px 0px;
  line-height: 15px;
  font-weight: 600;
  font-size: 14px;
  color: #353452;
}
#m-main-container .price-cards .card:nth-child(2) .card-text {
  font-weight: 600;
  color: #2a313a;
}
#m-main-container .price-cards .card:nth-child(2) .card-text .extra-text {
  font-weight: 700;
  font-size: 16px;
  font-family: "Poppins";
}
#m-main-container .price-cards .card:last-child .card-text {
  font-weight: 600;
  color: #2a313a;
}
.m-title-bold {
  font-weight: 600 !important;
}
.grow-business {
  margin-top: 5rem;
}
.grow-business .slider {
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}

.grow-business .slider .slide {
  width: 500%;
  height: 260px;
  display: flex;
}
.grow-business .slider .slide input {
  display: none;
}
.grow-business .slider .slide .st {
  display: flex;
  transition: 2s;
  flex: 0 0 20%;
  justify-content: center;
}
.grow-business .slider .slide .st img {
  width: 330px;
  height: 215px;
}
.grow-business .slider .nav-m {
  position: relative;
  justify-content: center;
  display: flex;
}
.grow-business .slider .nav-m .m-btn {
  border: 2px solid #db631a;
  padding: 3px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}
.grow-business .slider .nav-m .m-btn:not(:last-child) {
  margin-right: 10px;
}

#body .grow-business .slider .nav-m .m-btn:hover {
  background-color: #db631a;
}

#m-main-container .review-page {
  background-color: #3b3b56;
  height: fit-content;
  padding: 50px 2px;
}
#m-main-container .reviews .review .review-img {
  border-radius: 100%;
  height: 30%;
  width: 30%;
  margin: -32px;
}

#m-main-container .review-page .reviews {
  display: flex;
  justify-content: center;
  margin: 75px 2px 75px 0px;
  width: 230%;
}

#m-main-container .review-page .reviews .review {
  width: 290px;
  height: 275px;
  margin-left: 25px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 13px;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
#m-main-container .review-page .reviews .review .sub-text {
  padding: 19% 4%;
  font-size: 12px;
  font-weight: 400;
}

#m-main-container .review-page .input-button-container {
  margin: auto;
  background-color: #e9e9e9;
}

#m-main-container .review-page .heading-flag {
  color: white;
  margin: auto;
  background-color: #db631a;
  position: relative;
  width: 312px;
  padding: 5px 25px;
  clip-path: polygon(100% 0, 98% 51%, 100% 99%, 0% 100%, 2% 51%, 0% 0%);
  text-align: center;
}

#m-main-container .review-page .title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

#m-main-container .want-more {
  padding-bottom: 35px;
  z-index: 15;
}
#m-main-container .want-more .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#m-main-container .want-more .features .feature {
  width: 46%;
  margin-top: 22px;
  margin-left: 5px;
}

#m-main-container .want-more .features .feature .sub-text {
  font-size: 12px;
  font-weight: 700;
  padding-top: 10px;
}

#m-main-container .want-more .features .feature .whatsapp-box {
  display: flex;
  background: #c3f4f3;
  align-items: center;
  height: 30px;
  width: 130px;
  border-radius: 30px;
  cursor: pointer;
  padding: 0 10px;
  color: #db631a;
  justify-content: space-around;
  font-size: 12px;
  font-weight: 700;
}

#m-main-container .want-more .title {
  color: #db631a;
  font-size: 22px;
  font-weight: 700;
  font-family: "Poppins";
  text-align: center;
  padding: 20px 0px;
}

#m-main-container .associations-memberships {
  background-color: #fff;
  padding-top: 35px;
}
#m-main-container .associations-memberships .images-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px 10px;
}

#m-main-container .associations-memberships .images-container .img {
  width: 50%;
}
#m-main-container .associations-memberships .images-container .img img {
  width: 100%;
}

#m-main-container .associations-memberships .page-title {
  font-size: 22px;
  font-family: "Poppins";
  text-align: center;
  font-weight: 700;
}

#m-main-container .review-container {
  overflow: auto;
}
