/** Prefixed by https://autoprefixer.github.io* PostCSS: v7.0.29,* Autoprefixer: v9.7.6* Browsers: last 4 version*/*{-webkit-box-sizing: border-box; box-sizing: border-box;}.pricing .panel-primary{-webkit-box-shadow: 0px 3px 5px #0000001f; box-shadow: 0px 3px 5px #0000001f; border-color: #e7e7e7;}.pricing .panel-heading{background: -o-linear-gradient(315deg,#2c6fcc 7%,#f8f8f8 7%); background: linear-gradient(135deg,#2c6fcc 7%,#f8f8f8 7%); text-align: center; padding: 30px;color: #000;border: none;}.pricing .panel-heading h3{font-weight: 300; text-transform: uppercase; font-size: 20px;}.price-value{}.row.pricing{margin-bottom: 50px;}.pricing .list-group{font-size: 14px;}/* Create three columns of equal width */.columns{}/* Style the list */.price{list-style-type: none; border: 1px solid gainsboro; margin: 0; padding: 0; border-radius: 3px;}/* Pricing header */.price .header{color: #000; font-size: 20px; border-radius: 3px; background:-o-linear-gradient(315deg,#2c6fcc 7%,#f8f8f8 7%); background:linear-gradient(135deg,#2c6fcc 7%,#f8f8f8 7%); padding: 30px 50px;}.header.service{background: #5cb85c;}.header.cms{background: #d58512;}.header.ecomm{background: #ac2925;}.header.app{background: #337ab7;}/* List items */.price li{border-bottom: 1px solid gainsboro; padding: 15px 20px; text-align: left;}/* Grey list item */.price .grey{background-color: #347dc2; font-size: 30px; font-weight: 700; /* font-family: Montserrat, Arial, sans-serif; */ color: white; text-align: center;}/* The "Sign Up" button */.button{background-color: #4CAF50; border: none; color: white; padding: 10px 25px; text-align: center; text-decoration: none; font-size: 18px;}.pricing .badge{background: #f8f8f8; color: grey;}.pricing .fa-check{color: grey;}.pricing .fa-question-circle{color: grey;}.btn-hash-custom{width: 100%; margin-bottom: 10px; padding: 15px 20px;}h4.yellow{color: orange;}/* Change the width of the three columns to 100%(to stack horizontally on small screens) */@media only screen and (max-width: 600px){.columns{width: 100%;}}