.h-252 {
	height: 252px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
   
}
.text-green {
	color: #fc7f37;
}

.box {
     box-shadow: 0 0 12px rgb(94 88 88 / 12%);
     padding: 20px;
}
.pricing li {
     line-height:40px;
 }	
 .ptb-50
         {
         padding-top: 50px;
         padding-bottom: 50px;
         }
         .pb-50
         {
         padding-bottom:50px;
         }