.price-block { border: 1px solid #e5eae8; background-color: #fff; padding: 40px; margin-bottom: 30px; border-radius: 0px 0px 5px 5px; margin-top: -1px; }
.price-head { background-color: #f0f4f2; padding: 4px 0px 15px 30px; border-radius: 5px 5px 0px 0px; border: 1px solid #e5eae8; }
.price-block ul {padding:0; list-style:none; border-bottom: 1px #d7dcda dashed; margin-bottom: 16px; margin-top: 15px; padding-bottom: 16px; }
.price-block ul li { color: #676462; line-height: 24px; font-size: 13px; font-weight: 500; }
.price-content { position: relative; }
.price-text { color: #272625; position: absolute; font-weight: 500; top: -2px; right: 0px; }
.btn { font-family: 'Poppins', sans-serif; font-size: 13px; text-transform: uppercase; font-weight: 700; padding: 14px 24px; margin-bottom: 4px; letter-spacing: 1.4px; border-radius: 50px; line-height: 1.6; border: transparent; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; word-wrap: break-word; white-space: normal !important; }
.btn-primary { background-color: #fb6a30; color: #fff; }
.btn-primary:hover { background-color: #ea5c24; color: #fff; }
.btn-primary.focus, .btn-primary:focus { background-color: #ea5c24; color: #fff; }
.btn-default { background-color: #32c083; color: #fff; }
.btn-default:hover { background-color: #1c9e66; color: #fff; }
.btn-default.focus, .btn-default:focus { background-color: #1c9e66; color: #fff; }