* {
  margin: 0;
  padding: 0;
  font-family: "Mulish", sans-serif !important;
}

.mr-0{
  margin-right: 0;
}
.mt-4{
  margin-top:4rem;
}

/* .section-wrap {
  padding: 0rem 1rem;
} */
.section-mob .container .choose-plan-header {
  margin-bottom: 0;
  padding: 2.2rem 0;
}

.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; */
}

.plans:focus-visible{
    box-shadow: 0 0 0 1px;
    border-radius: 2.4rem;
    border-color: #fd7b20;
    padding: 1px 4px;
}

.plan-recommended {
  position: relative;
}

.ribbon {
  width: 100%;
  position: absolute;
  /* right: 24%; */
  /* transform: translateX(-50%); */
  z-index: 100;
  top: -12px;
  display: flex;
  justify-content: center;
}
.ribbon div {
  background: #e2fce9;
  box-shadow: 0px 4px 4px 0px #00000014;
  padding: 5px 11px 6px 10px;
  border: 0.5px solid #09751b;
  border-radius: 4px;
  width: 106px;
  text-align: center;
}

.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: 2rem;
  display: flex;
  border-radius: 10px;
  justify-content: space-between;
  position: relative;
}

.plans-header span.covertab-chkmark {
  border: 2px solid #c9c9c9;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 22px;
  right: 22px;
  background: white;
}
.plans.active-coverTab .plans-header {
  background: #fff2eb;
  border-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.plans.active-coverTab {
  border: 2px solid #ec6625;
}
.active-coverTab p {
  margin-bottom: 1rem;
}

.active-coverTab .plans-header span.covertab-chkmark:after {
  content: "";
  background-color: transparent;
  position: absolute;
  left: 5.5px;
  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 {
  margin-right: 2.7rem;
}

.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: 2rem;
}

.plans-content-wrapper h3 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 17.57px;
  letter-spacing: 0px;
  margin-bottom: 1rem;
}
.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-header a:focus-visible{
  box-shadow: 0 0 0 1px;
    border-radius: 2.4rem;
    border-color: #fd7b20;
    padding: 1px 4px;
}

.amount-dec {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  margin-bottom: 1.5rem;
}

.amount-dec p {
  white-space: nowrap;
  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;
  text-align: right;
}

.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: 4.5rem;
  position: fixed;
  bottom: 0;
  box-shadow: 0px -3px 8px 0px #0000000d;
  background: #ffffff;
  z-index: 100;
}
.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;
}
.choose-plan-header {
  font-family: Mulish;
  font-weight: 700;
  font-size: 1.6rem;
}

.plan-wraper .owl-dots button {
  border: none;
  background: none;
}

.payable-i-icon{
  display: none;
}


.plan-modal {
  height: 100%;
  /* display: none; */
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;

}

.plan-modal .modal-content {
    background-color: white;
    position: fixed;
    bottom: 0;
    /* transform: translateY(-50%); */
    padding: 20px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    height: auto;
    border: 1px solid white;
    /* overflow: auto; */

}
.plan-modal.show-modal {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.plan-modal .close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: #333;
}

/* Dropdown Icon */
.dropdown-icon {
  cursor: pointer;
  font-size: 18px;
  margin-left: 10px;

}

.accordion-content {
  /* padding: 10px; */
  border-radius: 5px;
  margin-top: 10px;
  gap: 10px;
}


/* Add hover or animation if desired */
.accordion-content p {
  margin: 0;
  color: #555;
}

.plan-slide{
  flex-direction: column;
}
.plan-gst{
  display: flex;
  justify-content: space-between;
}
.plan-gst p{
  font-family: Mulish;
font-weight: 400;
font-size:1.4rem;


}

.plan-modal .amount-bottom-wrapper{
  padding: 1.8rem 0rem;
}

.dropdown-icon img{
  transform: rotate(180deg);
}

.dropdown-icon img:focus-visible{
  
}

.rotate {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.comapany-sme.amount-dec h4{
  overflow-wrap: anywhere;
  width: 40%;
}

.plan-banner-wrapper{
  display: flex;
  align-items: center;
  gap: 4rem;
}

.plan-banner{
  width: 67%;
  border:1px solid #EAEAEA;
  padding: 2rem 4rem;
  background: linear-gradient(267.54deg, #FFF3F3 34.84%, #E1F4FD 99.62%);
  border-radius: 16px;
  margin-bottom: 4rem;

}
.plan-banner-content h4{

font-weight: 800;
font-size:2rem;
line-height: 100%;
letter-spacing: 0px;
color: #EC6625;

}
.plan-banner-content p{
 color: #282828;
font-weight: 600;
font-size: 14px;
line-height: 100%;
letter-spacing: 0px;

}

.plan-banner-content button{
  background: #ffffff;
  width: 153;
height: 29;
border-radius: 5px;
border-width: 1px;
margin: 1.5rem 0rem;
padding-top: 7px;
padding-right: 14px;
padding-bottom: 7px;
padding-left: 14px;
 
border: 1px solid #EC6625;
font-weight: 700;
font-size: 12px;
line-height: 100%;
letter-spacing: 0px;

color:  #EC6625;


}

.plan-banner-content h6{
 
font-weight: 700;
font-size: 14px;
line-height: 100%;
letter-spacing: 0px;
color: #282828;

}
.plan-banner-mob-img img{
  display: none;
}

@media screen and (max-width: 767px) {
  .plan-wraper {
    flex-direction: column;
    margin-top: 2rem;
  }
  .choose-plan-header {
    text-align: center;
    margin-top: 2rem;
  }
  .plans-bx-left {
    width: 100%;
  }
  .plans {
    width: 100%;
    height: 753px;
  }
  .section-mob {
    padding-top: 0rem;
  }

  .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .plans-header {
    flex-direction: column;
  }
  .plans-header-left h1 {
    text-align: left;
  }
  .plans-bx-right {
    /* display: none; */
    width: 100%;
  }
  .amount-top{
    /* display: none; */
    width: 100%;
  }
  .plan-btn-wrapper {
    padding-right: 0;
  }
  .total-pay-wrap {
    padding-right: 0;
  }
  .plan-proceed {
    justify-content: space-around;
  }

  .plan-proceed button {
    width: 223px;
  }
  .payable-i-icon{
    display: block;
   position: relative;
    top: 14px;
    right: -68px;
  }
  .plans-bx-right .amounts-bx .amount-bottom-wrapper{
    display: none;
  }

  .plan-banner{
    width: 100%;
    padding: 2rem 2.5rem;
  }

  .plan-modal .amount-bottom-wrapper{
    background: none;
  }

  .plan-banner-wrapper{
    flex-direction: column;
  }
  .plan-banner-mob-img{
    display: flex;
    gap: 1.8rem;

  }
  .plan-banner-img {
    display: none;
  }
  .plan-banner-mob-img img{
    display: block;
  }
  .plan-banner-mob-img{
    margin-bottom: 1.2rem;
  }
  .plan-banner-content p{
    margin-bottom: 0.2rem;
  }
  .plan-banner-content button{
    margin-top: 6px;
    margin-bottom: 10px;
    width: 100%;
  }
  .plan-banner-content h6{
    text-align: center;
  }


}
