.plans-f-main-container {
  padding-top: 130px;
}

.plan-page-heading {
  color: #161c2d;
  font-size: 32px;
  font-family: "Revive80";
  margin: 0;
  text-align: center;
}

.plan-page-sub-heading {
  color: #161c2d;
  font-size: 19px;
  font-family: "DINRegular";
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-top: 30px;
}

.plan-switch-container {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.plan-save-class {
  /* color: #9747ff; */
  color: #000;
  font-size: 13px;
  font-family: "DINBold";
  background-color: rgba(185, 255, 102, 1);
  border-radius: 50px;
  padding: 5px 10px 0px 10px;
  margin-left: 30px;
  text-transform: uppercase;
  letter-spacing: 1.62px;
}

.plan-switch-container .MuiTypography-root {
  color: #161c2d;
  font-size: 19px;
  font-family: "DINRegular";
  margin: 0;
}

.plan-switch-container .MuiSwitch-root {
  margin: 0 10px;
}

.plan-box-main-container {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.plan-free-box {
  width: 32%;
  border: 1px solid #e7e9ed;
  border-radius: 10px;
  padding: 32px 28px;
  box-shadow: 0px 4px 4px -2px #00000024;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 1);
}

.plan-premium-box {
  width: 30%;
  border: 1px solid #e7e9ed;
  border-radius: 10px;
  padding: 30px 50px;
  box-shadow: 0px 4px 4px -2px #00000024;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.plan-pro-box {
  width: 30%;
  border: 1px solid #e7e9ed;
  border-radius: 10px;
  padding: 30px 50px;
  box-shadow: 0px 4px 4px -2px #00000024;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.paln-what-availbe-container,
.paln-what-notavailbe-container {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.plan-availbe-icon,
.plan-notavailbe-icon {
  width: 10%;
}

.plan-availbe-details,
.plan-notavailbe-details {
  width: 90%;
}

.plan-availbe-details p {
  color: #161c2d;
  font-size: 17px;
  font-family: "DINRegular";
  margin: 0;
}

.plan-notavailbe-details p {
  color: #161c2da3;
  font-size: 17px;
  font-family: "DINRegular";
  margin: 0;
}

.plan-label {
  color: #9747ff;
  font-size: 24px;
  font-family: "DINRegular";
}

.plan-cost {
  color: #161c2d;
  font-size: 60px;
  font-family: "DINBold";
  margin-top: 25px;
  margin-bottom: 10px;
}

.plan-cost span {
  color: #161c2d;
  font-size: 24px;
  font-family: "DINBold";
}

.paln-time {
  color: #161c2d;
  font-size: 15px;
  font-family: "DINRegular";
  margin-bottom: 40px;
}

.plan-btn-container {
  margin-top: 60px;
}

.plan-btn {
  color: #473bf0;
  font-size: 17px;
  font-family: "DINBold";
  border: 0;
  background-color: #473bf02b;
  padding: 10px 30px;
  border-radius: 5px;
}

.plan-btn img {
  margin-left: 25px;
}

.premium-plan-btn {
  color: #fff;
  font-size: 17px;
  font-family: "DINBold";
  border: 0;
  background-color: #9747ff;
  padding: 10px 30px;
  border-radius: 5px;
}

.premium-plan-btn img {
  margin-left: 25px;
}

.pro-plan-btn {
  color: #fff;
  font-size: 17px;
  font-family: "DINBold";
  border: 0;
  background-color: #9747ff;
  padding: 10px 30px;
  border-radius: 5px;
}

.pro-plan-btn img {
  margin-left: 25px;
}

.plan-page-middle-text-container {
  margin-top: 180px;
}

.customer-sol-text {
  color: #161c2d;
  font-size: 36px;
  font-family: "DINBold";
  text-align: center;
  margin: 0;
}

.customer-sol-red {
  color: #f5484d;
  font-size: 36px;
  font-family: "DINBold";
  text-align: center;
  margin: 0;
}

.our-features-main-container {
  margin-top: 200px;
  padding-bottom: 200px;
}

.our-features-text-heading {
  color: #161c2d;
  font-size: 32px;
  font-family: "Revive80";
  margin: 0;
  text-align: center;
}

.our-features-text-content {
  color: #161c2d;
  font-size: 18px;
  font-family: "DINRegular";
  margin: 0 auto;
  text-align: center;
  margin-top: 34px;
  width: 30%;
}

.our-features-first-row {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.our-features-second-row {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.our-features-col {
  width: 30%;
  display: flex;
  background-color: rgb(243, 243, 243);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  border-radius: 5px;
}

.our-feature-img-col {
  width: 10%;
}

.our-feature-detail-col {
  width: 90%;
  padding-left: 15px;
}

.our-feature-img-col img {
  width: 85%;
  margin-top: 5px;
}

.our-feature-detail-col h3 {
  color: #161c2d;
  font-size: 24px;
  font-family: "DINRegular";
  margin: 0;
}

.our-feature-detail-col p {
  color: #161c2d;
  font-size: 18px;
  font-family: "DINLight";
  margin: 0;
  margin-top: 18px;
}

.approvePayBtn {
  background-color: #28a745 !important;
  color: #fff !important;
  margin-right: 8px !important;
  border-color: #28a745 !important;
}

.disApporveBtn {
  background-color: #f5484d !important;
  color: #fff !important;
  border-color: #f5484d !important;
}

.disApporveBtn,
.approvePayBtn,
.planChangeModal {
  font-family: "DINBold" !important;
}
p.p-info {
  font-size: 18px;
  font-family: "DINRegular";
}
.plans-f-main-container .Mui-checked + .MuiSwitch-track,
.add-bouldersdata-container .Mui-checked + .MuiSwitch-track {
  background-color: #b9ff66 !important;
}
@media (max-width: 767px) {
  .plans-f-main-container {
    margin-top: 30px;
    padding: 0 10px;
  }

  .plan-page-heading {
    font-size: 22px;
  }

  .plan-page-sub-heading {
    font-size: 16px;
    width: 100%;
  }

  .plan-box-main-container {
    display: block;
  }

  .plan-free-box {
    width: 100%;
    /* padding: 25px 25px; */
    margin-bottom: 15px;
  }

  .plan-premium-box {
    width: 100%;
    padding: 25px;
    margin-top: 20px;
  }

  .plan-pro-box {
    width: 100%;
    padding: 25px;
    margin-top: 20px;
  }

  .plan-page-middle-text-container {
    margin-top: 40px;
    padding: 0 10px;
  }

  .customer-sol-text {
    font-size: 22px;
  }

  .customer-sol-red {
    font-size: 22px;
  }

  .our-features-main-container {
    margin-top: 40px;
    /* margin-bottom: 40px; */
    padding: 0 10px 40px;
  }

  .our-features-text-heading {
    font-size: 22px;
  }

  .our-features-text-content {
    font-size: 16px;
    width: 100%;
  }

  .our-features-first-row {
    display: block;
  }

  .our-features-second-row {
    display: block;
  }

  .our-features-col {
    width: 100%;
    display: flex;
    margin-top: 30px;
  }
}
