body {
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

/******** banner start *********/
.planinner-banner {
  background-image: url(../images/planinner-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: relative;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-shape-divider-bottom-1750143331 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1750143331 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 80px;
}

.custom-shape-divider-bottom-1750143331 .shape-fill {
  fill: #ffe58e;
}

.planinner-vd img {
  width: 100%;
}

.planinner-banner::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f7f6c8;
  background: linear-gradient(319deg, rgba(255, 203, 107, 0.39) 24%, rgba(0, 34, 92, 0.849) 100%);
}

.planinner-banner .container {
  position: relative;
  z-index: 1;
}

.planinner-vd {
  border: 5px dashed rgb(236, 224, 167);
  padding: 5px;
}

.planinner-tx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.planinner-banner h1 {
  /* margin-top: 100px; */
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  position: relative;
  z-index: 1;
  margin-left: 132px;
}

@media screen and (min-width:200px) and (max-width:320px) {
  .planinner-banner h1 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    position: relative;
    z-index: 1;
  }

}

@media (max-width:1000px) {
  .planinner-banner h1 {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .planinner-banner h1 {

  margin-left: 0px;
    }
  .planinner-banner {
    padding: 0px;
  }
}

/******** banner end *********/
/******** plan start *********/
.plan {
  padding: 50px 0;
  position: relative;
}

.left-plan {
  margin: auto;
  width: 80%;
  text-align: center;
}

.plan .left-plan img {
  width: 60%;
  min-height: 350px;
  max-height: 370px;
  margin: auto;
  border-radius: 10px;
  margin-top: 10px;
}

.left-plan h3 {
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 20px;
}

.left-plan .planinner-btn {
  background: #f8e01f;
  border-radius: 10px;
  font-weight: bold;
  padding: 8px 30px;
  color: #000000;
  margin: 20px 0;
}

.left-plan .planinner-btn:hover {
  background-color: #ccd3ff;
  color: #011747;
  transition: 0.9s;
  padding: 8px 30px;
}

.right-plan {
  margin-top: 110px;
  max-height: 200px;
}

.right-plan .plan-body {
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 3px rgba(106, 103, 103, 0.357);
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  /* max-width: 340px; */
  min-height: 230px;
  max-height: 245px;
  overflow-y: auto;
  margin-top: 0px;
}

.right-plan h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 30px;
  /* max-width: 340px; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  /* margin-top: 100px; */
  background-color: #001455;
}

.bottom-plan {
  margin-top: 30px;
  /* background-color: #cecc55; */
  padding: 50px;
  border-radius: 10px;
}

.bottom-plan .bottomplan-body {
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 3px rgba(106, 103, 103, 0.096);
  padding: 15px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #9cbbf5 transparent;
}

.bottom-plan h2 {
  padding: 10px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #0f025c;
  text-decoration: underline;
  background-color: #ffffff;
}

.button .btn-plan {
  width: 100%;
  margin-top: 20px;
  margin-right: 8px;
  text-transform: capitalize;
  /* background: linear-gradient(36deg, rgba(237, 241, 195, 1) 7%, rgba(90, 172, 124, 1) 83%); */
  padding: 20px 0;
}

.button .btn-plan:hover {

  background: linear-gradient(36deg, rgba(17, 99, 85, 1) 7%, rgba(30, 82, 37, 1) 83%);
  color: #fff;
  border: 1px solid #06ddfa;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all 0.8s;
}

@media (max-width:1000px) {
  .plan .left-plan img {
    width: 100%;
  }

  .left-plan .planinner-btn {
    width: 100%;
  }

  .right-plan h2 {
    margin-top: 40px;
  }
  .bottom-plan{
  padding: 0;
  margin-top: 110px;
}
}

/******** plan end *********/
/******* plans start ******/
.plan-buyinner {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(0deg, rgb(255 255 255) 50%, rgb(156 168 217) 50%, rgb(1, 18, 83) 87%);
}

.plan-buyinner .container {
  max-width: 80%;
  margin: auto;
}

.plan-buyinner h2 {
  color: #fff;
  font-weight: bold;
  padding-bottom: 5px;
}

.plan-buyinner .plan-head {
  color: #fbe7a6;
  padding-bottom: 30px;
}

.plan-buyinner .pricing-content .content .plan-price {
  max-height: 120px;
  min-height: 105px;
  padding: 10px 0;
}



.plan-buyinner .pricing-content .content .cut-price {
  text-decoration: line-through;
  color: red;
  padding-bottom: 5px;
  padding-top: 20px;

}

.plan-buyinner .pricing-content .content .main-price {
  font-weight: bold;
  color: #003c91;
  font-size: 20px;
}

.plan-buyinner .pricing-content .content .plan-details {
  max-height: 100px;
  min-height: 80px;
}

.plan-buyinner .pricing-content .content .plan-details ul li {
  font-size: 15px;
}

.plan-buyinner .pricingTable {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  margin: 0 15px;
  position: relative;
  z-index: 1;
}

.plan-buyinner .pricingTable .pricingTable-header {
  color: #08255c;
  background-color: #fff;
  text-align: center;
  padding: 40px 0 40px;
  margin: 0 15px;
  display: block;
  -webkit-clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
  clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
  position: relative;
  z-index: -1;
  max-height: 90px;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan-buyinner .pricingTable .title {
  font-size: 23px;
  font-weight: bold;
  margin: 0;
}

.plan-buyinner .pricingTable .pricing-content {
  background: linear-gradient(to bottom, #FBEA54, #c3cbe1);
  border-radius: 20px;
  padding: 15px 15px 25px;
  margin-top: -15px;
  z-index: 2;
  transition: all 0.3s;
}

.plan-buyinner .pricingTable:hover .pricing-content {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.plan-buyinner .pricingTable .content {
  background: #fff;
  border-radius: 10px;
  padding: 20px 50px 50px;
  margin-bottom: 20px;
  -webkit-clip-path: polygon(50% 100%, 100% 80%, 100% 0, 0 0, 0 80%);
  clip-path: polygon(50% 100%, 100% 80%, 100% 0, 0 0, 0 80%);
  max-height: 180px;
  min-height: 165px;
}

.plan-buyinner .pricingTable .content ul {
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
  letter-spacing: 1px;
  list-style: disc;
  padding: 0;
  display: inline-block;
  margin: 0 auto 5px;
}

.plan-buyinner .pricingTable .content ul li {
  margin-bottom: 10px;
}

.plan-buyinner .pricingTable .content ul li span {
  color: #F39733;
}

.plan-buyinner .pricingTable .price-value {
  color: #000;
  font-size: 30px;
  transition: all 0.3s;
}

.plan-buyinner .pricingTable .amount {
  color: #F39733;
}

.plan-buyinner .pricingTable .planinner-btn {
  color: #000000;
  font-size: 15px;
  padding: 8px 12px;
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s;
  border: 2px solid #fff;
  border-radius: 5px;
  text-decoration: none;
}

.plan-buyinner .pricingTable .planinner-btn:hover {
  padding: 10px 15px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.7) inset;
  color: #000000;
  text-decoration: none;
}

.plan-buyinner .pricingTable.green .pricingTable-header {
  color: #08255c;
}

.plan-buyinner .pricingTable.green .pricing-content {
  background: linear-gradient(to bottom, #003c91, #cda973);
}

.plan-buyinner .pricingTable.blue .pricingTable-header {
  color: #08255c;
}

.plan-buyinner .pricingTable.blue .pricing-content {
  background: linear-gradient(to bottom, #fff03c, #a3b7d5);
}

/* Position navigation buttons at the bottom of cards */
.plan-buyinner {
  position: relative;
}


.plan-buyinner .plan-all:hover {
  box-shadow: 0 0 15px 5px rgba(35, 57, 255, 0.7);
  transform: scale(1.05);
}

@media only screen and (max-width: 767px) {
  .plan-buyinner h1.white {
    font-size: 18px;
  }
}

@media only screen and (max-width: 990px) {
  .plan-buyinner .container {
    width: 100%;
    max-width: 100%;
  }

  .plan-buyinner .pricingTable {
    margin: 20px 0;
  }

  .plan-buyinner {

    background: linear-gradient(0deg, rgb(156 168 217) 50%, rgb(156 168 217) 50%, rgb(1, 18, 83) 87%);
  }
}

@media only screen and (max-width: 479px) {
  .plan-buyinner .pricingTable .content ul {
    font-size: 15px;
  }
}

/******* plans end ******/