.pricing-col {
    background-color: #ffffff;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
  	transition: all 500ms ease 0s;
}
.price-col.box-hover:hover {
  	box-shadow: 1px 2px 3px #666666;
  	transition: all 500ms ease 0s;
}
.pricing-col:before {
    border-top: 10px solid transparent;
    border-right: 10px solid #000000;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 60px;
    width: 0;
}
.top-price-head h4 {
    background-color: #1ABC9C;
  	color: #ffffff;
    padding: 10px 15px;
		text-align: center;
}
.price-head p {
    background-color: #1ABC9C;
  	color: #ffffff;
  	font-family: "Poppins";
  	font-size: 18px;
  	font-weight: 500;
  	letter-spacing: 1px;
    padding: 23px 15px 50px;
}
.price-tag p {
    background-color: #0f705d;
    color: #ffffff;
    font-size: 25px;
    left: -10px;
    line-height: 35px;
    padding: 10px 15px 10px 30px;
    position: absolute;
    text-align: left;
    top: 70px;
    width: 160px;
}
.price-tag:after {
    content: "\f0d9";
    color: #1ABC9C;
    font-family: "Font Awesome 5 Free";
    font-size: 110px;
    left: -34px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 75px;
    transform: rotate(220deg);
    -webkit-transform: rotate(220deg);
    -moz-transform: rotate(220deg);
    -o-transform: rotate(220deg);
    transition: all 500ms ease 0s;
    width: 100%;
    font-weight: 900;
}
.price-tag:before {
   content: "\f0d9";
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    left: -58px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 100px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transition: all 500ms ease 0s;
    width: 100%;
    z-index: 1;
    font-weight: 900;
    font-size: 80px;
}
.price-tag:hover:before {
  	transition: all 500ms ease 0s;
}
.price-col-even::after, .price-col-odd::after {
    border-bottom: 10px solid transparent;
    border-left: 12px solid #000000;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -10px;
    top: 50px;
    width: 0;
}
.pricing-content {
  	padding: 30px 15px 0 15px;
}
.pricing-content p {
  	font-weight: 400;
  	letter-spacing: 1px;
  	margin-top: 20px;
}
.price-col {
  	position: relative;
}
.price-new {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 49px;
    width: 297px;
}
.price-new p {
    background-color: #0f705d;
    color: #ffffff;
    display: block;
    font-family: "Poppins";
    font-weight: 400;
    height: 8px;
    left: 172px;
    letter-spacing: 1px;
    padding: 45px 25px 25px 5px;
    position: relative;
    right: 0;
  	text-align: center;
    top: -24px;
    transform: rotate(40deg);
}
