 
 body{
  margin: 0;
  height: 100vh;
  
 }


 .mainheding-price h1 {

  /* margin-top: 3rem; */
  padding-top: 6rem;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  color: #001345;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}


.mainheding-price p {
  font-weight: 600;
  font-size: 22px;
  line-height: 2;
  text-align: center;
  color: #00A1FC;
  margin-bottom: 2rem;
}
.pricing-box {
  margin-bottom: 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-image: url('https://s3.amazonaws.com/cdn.codeblu.io/website/priceimg/pricebg_Corner.png');
  background-repeat: no-repeat;

  background-position: right ;

}
.pricing-box .plan {
  background-color: #fff;
  padding: 1rem;
  margin: 12px;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
  width: 340px;
  position: relative;
  overflow: hidden;
}


.pricing-box .plan h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 53px;
  /* identical to box height */
  text-align: center;
  color: #001345;
  margin-bottom: 2px;

}

.pricing-box .plan .price {
  /* margin-bottom: 1rem; */
  /* font-size: 14px; */
  color: #001345;
}

.pricing-box .plan .price span {
  /* margin-bottom: 1rem; */
  font-size: 22px;
  color: #00A1FC;
  font-weight: 600;
}

.pricing-box .plan ul.features {
  list-style-type: none;
  text-align: left;
}

.pricing-box .plan ul.features li {
  margin: 8px;
  line-height: 2;
  font-size: 14px;
  color: #001345;
}

.pricing-box .plan ul.features li .fas {
  margin-right: 4px;
}

.pricing-box .plan ul.features li .fa-check-circle {
  color: #2DD881;
}


.pricing-box .plan .btnprice {
  width: 171px;
  height: 46px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  /* width: 100%; */
  padding: 12px 5px;
  margin-top: 1rem;
  color: #0058A3;
  background: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  font-weight: 500;
  /* letter-spacing: 0.1em; */
  /* box-shadow: 0px 0px 66px rgba(0, 0, 0, 0.08); */
  border: 1px solid  #0058A3;

    /* border: linear-gradient( #009EF8 0%, #0059A4  100%); */

}



.pricing-box .plan .btnprice:hover {
  border: none;
  width: 171px;
  height: 46px;
  /* width: 100%; */
  padding: 12px 5px;
  margin-top: 1rem;
  /* background: linear-gradient(94.66deg, #0057A2 5.54%, #009DF6 100%); */
  background-image: url('https://s3.amazonaws.com/cdn.codeblu.io/website/priceimg/btnbg.svg');
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 500;
  color: #ffff;
  border-radius: 5px;
  border: 1px solid  #f1f3f5;
  cursor: pointer;
  font-size: 14px;
}



.pricing-box .plan .active, .btnprice {
  background-image: url('https://s3.amazonaws.com/cdn.codeblu.io/website/priceimg/btnbg.svg');
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  border: 1px solid  #f1f3f5;
  box-shadow: 0px 0px 66px rgba(0, 0, 0, 0.08);
}
.pricing-box .plan .btnprice.active{
    box-shadow: 0px 0px 66px rgba(0, 0, 0, 0.08);
}
.pricing-box .plan .btnprice.active:hover {
  box-shadow: none;
}
.pricing .plan .active, button:hover {
 
  box-shadow:none;
}

/* ribbon green */


.plan-ribbon{
  font-weight: 600;
font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(120.3deg, #00BFB2 25.6%, #1ED091 64.45%, #2DD881 83.59%);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 55px;
  min-width: 225px;
  text-align: center;
  position: absolute;
  top: 4px;
  right: -60px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0 0.2);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0 0.2);
  box-shadow: 1px 1px 8px rgba(0, 0, 0 0.2);
  /* z-index:1000; */
  line-height: 10px;
}
.showMobile{
  display: none;
}
@media(max-width:768px){
  .mainheding-price h1 {
    font-size: 1.5rem;
    padding: 0 1rem;
    padding-top:6rem;
    line-height: 40px;
    margin-bottom: 1rem;
  }
}
@media(max-width:550px){
  .mainheding-price p{
    font-size: 1.25rem;
  }
  .showMobile {
    display: inline;
  }
}
@media(max-width:425px) {
  .mainheding-price h1 {
    font-size: 1.5rem;
    padding: 0 1.5rem;
    padding-top: 6rem;
    line-height: 40px;
  }
}