* {
  margin: 0;
  padding: 0;
  font-family: "Mulish", sans-serif !important;
}

.section-wrap {
  padding: 1rem 1rem;
}

.plan-wraper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 31px;
  padding-bottom: 10rem;
}

.plans-bx-left {
  width: 67%;
  display: flex;
  gap: 22px;
}
.plans {
  flex: 1;
  width: 50%;
  min-height: 653px;
  border: 3px solid #f5f6f6;
  border-radius: 20px;
  position: relative;
}

.ribbon{
  position: absolute;
  top: 0;
  background: #E2FCE9;
  left: 163px;
  top: -13px;
box-shadow: 0px 4px 4px 0px #00000014;
padding: 5px 11px 6px 10px;
border: 0.5px solid #09751B;
border-radius: 4px;

}

.ribbon div{
font-family: Mulish;
font-weight: 700;
font-size: 1.2rem;
line-height: 13px;
letter-spacing: 0px;
color:  #09751B;


}


.plans-header {
  background: #f5f6f6;
  padding: 2.3rem;
  display: flex;
  border-radius: 10px;
  justify-content: space-between;
  

  
}

.plans-header span.covertab-chkmark {
  border: 2px solid #c9c9c9;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
}

.plans.active-coverTab {
  border: 2px solid #ec6625;
  background: #fff2eb;
  border-radius: 10px;
}
.active-coverTab p {
  margin-bottom: 1rem;
}

.active-coverTab .plans-header span.covertab-chkmark:after {
  content: "";
  background-color: transparent;
  position: absolute;
  left: 6px;
  top: 3px;
  width: 5px;
  border-bottom: 2px solid #ffffff;
  height: 9px;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.active-coverTab .plans-header span.covertab-chkmark {
  background: #ec6625;
  border-color: #ec6625;
}

.plans-header-left h1 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 20.08px;
  letter-spacing: 0px;
  color: #282828;
}
.plans-header-left p {
  font-family: Mulish;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 18px;
  letter-spacing: 0px;
  color: #575757;
  padding-right: 5rem;
}

.plans-header-right p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 15.06px;
  letter-spacing: 0px;
}

.premium-amount {
  font-family: Mulish;
  font-weight: 900;
  font-size: 2rem;
  line-height: 25.1px;
  letter-spacing: 0px;
  color: #282828;
}

.plan-checkbox{
  position: absolute;
  right: 16px;
  top: 16px;
  width: fit-content;
}

.plans-content-wrapper {
  padding: 2.3rem;
}
.plans-content-wrapper h3 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 17.57px;
  letter-spacing: 0px;
}
.plans-menue {
  display: flex;
  justify-content: start;
  margin-bottom: 1.5rem;
  gap: 5px;
}
.plans-menue-sub {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}
.plans-menue-sub img {
  margin-left: 5px;
}
.plans-menue-sub p {
  margin-bottom: 0rem;
  font-family: Mulish;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: 0px;
}

.plans-bx-right {
  width: 30%;
}

.amount-top {
  min-height: 263px;
  padding: 2rem 3rem;
  border: 1px solid #eaeaea;

  border-radius: 10px;
}

.amount-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.amount-header h3 {
  font-family: Mulish;
  font-weight: 800;
  font-size: 16px;
  line-height: 20.08px;
  letter-spacing: 0px;
}

.amount-header a {
  color: #ec6608;
  text-decoration: underline;
  font-family: Mulish;
  font-weight: 700;
  font-size: 14px;
  line-height: 17.57px;
}

.amount-dec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.amount-dec p {
  margin-bottom: 0rem;
  font-family: Mulish;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 17.57px;
}
.amount-dec h4 {
  font-family: Mulish;
  font-weight: 600;
  font-size: 14px;
  line-height: 17.57px;
  color: #282828;
}

.amount-bottom {
  margin-top: 2rem;
  width: 100%;
}
.amount-bottom-wrapper {
  padding: 1.8rem 3rem;
  border-radius: 10px;
  /* border: 1px solid #eaeaea; */
  background: #f8f6f6;
}

.summary-header {
  border-bottom: 1px solid #eaeaea;
}
.summary-header h6 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 20.08px;
  margin-bottom: 1.7rem;
}
.summary-dec {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.3rem;
}

.summary-dec p {
  margin-bottom: 0rem;
  font-family: Mulish;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 17.57px;
  color: #282828;
}
.summary-dec h4 {
  font-family: Mulish;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 17.57px;
  color: #282828;
}

.summary-header-subb-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.4rem;
}

.dashed {
  border-bottom-style: dashed;
}

.summary-header-total {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4rem;
  align-items: center;
}

.summary-header-total h4 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 20.08px;
  letter-spacing: 0px;
}

.policy-wrapper {
  padding: 1rem 3rem;
  background: #ffff;
}
.policy-dec {
  border-bottom: 1px solid #eaeaea;
}
.policy-dec p {
  font-family: Mulish;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 21px;
  color: #575757;
}
.policy-dec-sub {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 5px;
}

.policy-dec-sub a {
  font-family: Mulish;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 17.57px;
  letter-spacing: 0px;
  color: #ec6608 !important;
}

.plan-btn-wrapper {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 2.5rem;
  position: fixed;
  bottom: 0;
  box-shadow: 0px -3px 8px 0px #0000000d;
  background: #ffffff;
}
.total-pay-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-right: 3rem;
}

.total-pay-wrap p {
  font-family: Mulish;
  font-weight: 600;
  font-size: 1rem;
  line-height: 12.55px;
  letter-spacing: 0px;
  color: #838383;
}
.total-pay-wrap h4 {
  font-family: Mulish;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 20.08px;
  letter-spacing: 0px;
}

.plan-proceed button {
  width: 328px;
  border-radius: 5px;
  padding-top: 13px;
  padding-right: 24px;
  padding-bottom: 15px;
  padding-left: 24px;
  background: #ec6625;
  border: none;
  color: #f8f6f6;
  font-family: Mulish;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 20.08px;
}

.plan-proceed {
  display: flex;
  justify-content: end;
  align-items: center;
}
.plan-proceed p {
  margin-bottom: 0rem;
}

.plan-selected{
  border: 3px solid #EC6625;
  background: #FFF2EB;

}
.plan-border-bottom{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* @media screen and (max-width: 768px) {
  .plan-wraper{
    overflow: auto;
  }
  .plans-bx-left{
    width: 100%;
    gap: 0;

  }
  .plans-bx-right{
    width: 100%;
    gap: 0;
  }
  .plans{
    width: 90%;
  }
 
} */
