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;
  padding: 170px 0;
  position: relative;

}

.planinner-banner::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(75, 69, 69, 0.52);
}

.planinner-banner h1 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  position: relative;
  z-index: 1;
}

@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;
  }

}

/******** banner end *********/
/******** plan start *********/
.shortdetails-plan{
  padding: 5px 0;
  max-height: 70px;
  min-height: 50px;
  overflow-y: auto;
}


.plan-inner {
  padding: 40px 0px 20px 0px;
 background: #5e5e4e;
background: linear-gradient(0deg, rgba(94, 94, 78, 0) 35%, rgba(205, 255, 148, 1) 35%, rgba(206, 245, 164, 1) 47%, rgba(168, 61, 61, 0) 47%);
}

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

.plan-inner .left-plan img {
  width: 50%;
  max-height: 400px;
  margin: auto;
  background-color: #758777;
  border-radius: 10px;
  margin-top: 10px;
}

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

.plan-inner .left-plan .planinner-btn {
  background-color: #f6f6b6;
  border-radius: 10px;
  border-right: 5px solid #a5d368;
  border-top: 1px solid #a5d368;
  border-bottom: 1px solid #a5d368;
  padding: 12px 30px;
  color: #000000;
  margin: 20px 0;
}

.plan-inner .left-plan .planinner-btn:hover {
  background-color: rgb(81, 124, 69);
  border-right: 5px solid #dfc155;
  border-top: 1px solid #dfc155;
  transition: 0.9s;
  padding: 12px 30px;
}

.plan-inner .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-height: 200px;
  min-height: 180px;
  overflow-y: auto;
  margin-top: 0px;
  position: relative;
}

.plan-inner .right-plan h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #000000;
  margin-top: 70px;
  background-color: #eeeeee;
}
.included-plan{
  background-image: url(../images/included-bg.jpg);
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
}
.included-plan .bottom-plan {
  margin-top: 30px;
  padding: 20px;
  border-radius: 30px;
}

.included-plan .bottom-plan .bottomplan-body {
  background-color: #fffee0;
  box-shadow: 0px 2px 8px 3px rgba(106, 103, 103, 0.357);
  padding: 15px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 154px;
  overflow-y: auto;
}

.included-plan .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: #000000;
  background-color:rgba(87, 85, 85, 0.308);
}

.plan-inner .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;
}

.plan-inner .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:990px) {
  .plan-inner .left-plan img {
    width: 100%;
  }

  .plan-inner .left-plan {
    margin: auto;
    width: 100%;
  }
  .plan-inner .bottom-plan {
  padding: 0px;
}
}

/******** plan end *********/
.plan-buy {
  padding: 40px 0;
  background: #ebeaea;
  background: #f2f2df;
  background: linear-gradient(0deg, rgb(231, 231, 210) 60%, rgba(255, 255, 255, 0) 60%);
  /* background-color: #bfe779; */
  position: relative;
  overflow: hidden;
}



.plan-buy .plan-name h5 {
  padding: 15px 0;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-transform: capitalize;
}

.plan-buy .start-price p {
  padding: 8px 0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-transform: capitalize;
}

.plan-buy .cut-price p {
  color: #ff1111;
  text-decoration: line-through;
  font-size: 18px;
  padding-bottom: 3px;
}

.plan-buy .main-price p {
  color: #ffffff;
  font-size: 18px;
  padding-bottom: 3px;
  font-weight: bold;
}

.plan-buy .plan-details {
  color: #fff;
  padding: 8px 0;
}

.plan-buy .card {
  position: relative;
  width: 100%;
  height: 400px;
  background: #556cab;
  margin: 50px 0;
  border-radius: 20px;
  border-bottom-left-radius: 180px;
  border-bottom-right-radius: 180px;
  box-shadow: 0 15px 0 #fff,
    inset 0 -15px 0 rgba(255, 255, 255, 0.25),
    0 30px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: flex;
  align-items: center;
  border: none;
}

.plan-buy .card::before {
  content: "";
  position: absolute;
  top: -140px;
  left: -40%;
  width: 100%;
  height: 120%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2));
  transform: rotate(35deg);
  pointer-events: none;
  filter: blur(5px);
}

.plan-buy .row:nth-child(1) .card {
  background: linear-gradient(#cbdbae, #757758fa);
}

.plan-buy .row:nth-child(1) .card {
  background: linear-gradient(#cbdbae, #757758fa);
}

.plan-buy .row:nth-child(1) .card {
  background: linear-gradient(#cbdbae, #757758fa);
}

.plan-buy .card .icon {
  position: relative;
  width: 140px;
  height: 128px;
  background-color: #ffffff;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.1),
    inset 0 -8px 0 #fff;
  /* z-index: 1000; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan-buy .card .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 50px;
  background: transparent;
  border-top-right-radius: 50px;
  box-shadow: 15px -15px 0 15px #ffffff;
}

.plan-buy .card .icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 50px;
  height: 50px;
  background: transparent;
  border-top-left-radius: 50px;
  box-shadow: -15px -15px 0 15px #ffffff;
}

.plan-buy .card .icon i {
  color: #decb61;
  position: relative;
  font-size: 4em;
  z-index: 1000;
}

.plan-buy .card .icon img {
  width: 85%;
  /* z-index: 1000; */
}

.plan-buy .content {
  position: absolute;
  width: 100%;
  padding: 30px;
  padding-top: 140px;
  text-align: center;
}


.plan-buy .planinner-btn {
  padding: 7px 20px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #000000;
  border-left: 5px solid #bde77b;
  border-right: 5px solid #bde77b;
  font-weight: bold;
  font-size: 14px;
  text-transform: capitalize;
  margin: 12px 0;
  border-top: none;
  border-bottom: none;
  transition: 0.5s;
}

.plan-buy .planinner-btn:hover {
  border-left: 5px solid #a9e24d;
  border-right: 5px solid #a9e24d;
  background: #f7ffcb;
  color: #000000;

}

.plan-buy .buy-btn {
  padding: 7px 20px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #000000;
  border-left: 5px solid #bde77b;
  border-right: 5px solid #bde77b;
  font-weight: bold;
  font-size: 14px;
  text-transform: capitalize;
  margin: 3px 0;
  border-top: none;
  border-bottom: none;
  transition: 0.5s;
}

.plan-buy .buy-btn:hover {
  border-left: 5px solid #a9e24d;
  border-right: 5px solid #a9e24d;
  background: #f7ffcb;
  color: #000000;

}

.plan-buy .container {
  width: 70%;
}

@media (max-width:990px) {
  .plan-buy .container {
    width: 100%;
  }
}