/* =======================================
    Item name	: Matraz - Responsive Pricing Tables
    Version	: 1.0
    Category	: CSS
    Author	: Traclab
    Url		: http://themeforest.net/user/traclab

    [Table of contents]

    1. Pricing Wrapper
    2. Pricing Cards
    3. Pricing Header
    4. Pricing Price Box
    5. Pricing Pricing Feature(Content)
    6. Pricing Pricing Footer
    7. Pricing Ribbons
    7. Pricing Comparison
    8. Pricing Color Settings
    	8.1 One Color
    	8.2 Pallet Color
    	8.3 Button Color
    		8.3.1 Animation Button
    9. Tooltips

========================================== */
/* =================== */
/*   Pricing Wrapper   */
/* =================== */


.pricing-section .pricing-wrapper ul {
  margin: 0;
  padding: 0;
}
.pricing-section .pricing-wrapper .list-feature ul li {
  padding: 10px 0;
  cursor: help;
}
.pricing-section .pricing-wrapper .list-feature ul li:hover {
  color: #E67E22;
}

.pricing-section .pricing-wrapper {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.pricing-section .pricing-wrapper:hover .current {
  top: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}

.pricing-section .pricing-wrapper:hover .current .pricing-card {
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
  box-shadow: none;
}

.pricing-section .pricing-wrapper:hover .current .pricing-footer {
  height: 80px;
}

.pricing-section .pricing-wrapper:hover .current .pricing-footer a {
  bottom: 0;
  position: relative;
}

.pricing-section .pricing-wrapper:hover .current:hover {
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.pricing-section .pricing-wrapper:hover .current:hover .pricing-card {
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.25);
}

.pricing-section .pricing-wrapper:hover .current:hover .pricing-footer {
  height: 120px;
}

.pricing-section .pricing-wrapper:hover .current:hover .pricing-footer a {
  bottom: -20px;
  position: relative;
}

.pricing-section .stripped-table [class*=col-] {
  padding: 0;
  margin: -1px;
}

.pricing-section .stripped-table .pricing-col {
  padding: 20px 0;
}

.pricing-section .stripped-table.current {
  padding-left: 0;
  padding-right: 0;
}

.pricing-section .stripped-table .ribbon {
  left: calc(100% - 124px);
}

/* =================== */
/*   Pricing Cards     */
/* =================== */
.pricing-section .pricing-card {
  position: relative;
  border: 1px solid #ddd;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
  z-index: 99;
}

/* =================== */
/*   Pricing Header    */
/* =================== */
.pricing-section .pricing-header {
  background: #fff;
  position: relative;
  height: 200px;
  border-bottom: 1px solid #1976d2;
  margin: -1px;
  margin-bottom: 0;
  text-align: center;
}

.pricing-section .pricing-header h5 {
  background: #E67E22;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  margin: 0 auto;
  padding: 15px 20px;
  text-transform: uppercase;
}

.pricing-section .pricing-header p {
  margin: 0 auto;
  color: #fff;
  display: inline-block;
  font-style: italic;
}

/* =================== */
/*   Pricing Box       */
/* =================== */
.pricing-section .price-box {
  border-radius: 100px;
  display: block;
  margin: 25px auto;
  position: relative;
  line-height: 100px;
  height: 100px;
  width: 100px;
}

.pricing-section .price-box:before {
  border-radius: 50%;
  box-shadow: 0 0 0 5px white inset, 0 1px 2px transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.pricing-section .price-box .price {
  color: #fff;
  display: inline-block;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 34px;
  font-weight: 600;
  position: relative;
  letter-spacing: -2px;
}

.pricing-section .price-box .currency {
  font-size: 50%;
  font-weight: 600;
  left: -10px;
  line-height: inherit;
  position: absolute;
  top: -6px;
  letter-spacing: 0;
}

.pricing-section .price-box .plan,
.pricing-section .price-box .plan-month {
  bottom: -26px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 36%;
  font-weight: 400;
  left: 0;
  letter-spacing: 0px !important;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-transform: capitalize;
}

/* ============================ */
/*   Pricing Feature(Content)   */
/* ============================ */
.pricing-section .pricing-feature {
  position: relative;
  text-align: left;
}

.pricing-section .pricing-feature li {
  list-style: none;
  padding: 13px 0;
  border-bottom: 1px solid #ddd;
  background: #eee;
}

.pricing-section .pricing-feature li:last-child {
  border-bottom: none;
}

.pricing-section .pricing-feature li span {
  text-transform: none;
  font-weight: bold;
}

.pricing-section .pricing-feature li span,
.pricing-section .pricing-feature li i {
  float: right;
}

.pricing-section .pricing-feature li p {
  margin: 0;
  font-size: 13.5px;
  text-transform: none;
  padding: 0 20px;
  line-height: normal;
}

/* ============================ */
/*   Pricing Footer             */
/* ============================ */
.pricing-section .pricing-footer {
  border-top: 1px solid #ddd;
  padding: 0 20px;
  height: 80px;
  -webkit-transition: height 0.2s linear 0s;
          transition: height 0.2s linear 0s;
  text-align: center;
}

.pricing-section .pricing-footer a {
  bottom: 0;
  margin-top: 20px;
  position: relative;
}

/* =================== */
/*   Pricing Ribbons     */
/* =================== */
.pricing-section .ribbon {
  background: #E67E22;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.23), 0 1px 5px rgba(0, 0, 0, 0.16);
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  position: absolute;
  left: calc(100% - 110px);
  top: 70px;
  width: 35px;
  z-index: 10;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
  border-radius: 100px;
  float: right;
  cursor: pointer;
}

.pricing-section .ribbon:hover {
  width: 90px;
}

.pricing-section .ribbon:hover span {
  visibility: visible;
  -webkit-transition: all 0.2s linear 0.18s;
          transition: all 0.2s linear 0.18s;
}

.pricing-section .ribbon span {
  top: 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  float: left;
  visibility: hidden;
}

.pricing-section .ribbon i {
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  margin: 11px;
  z-index: 10;
  float: left;
}

/* ======================= */
/*   Pricing Comparison    */
/* ======================= */
.pricing-section .comparison-table [class*=col-] {
  padding: 0;
  margin: -1px;
}

.pricing-section .comparison-table .pricing-col {
  padding: 20px 0;
}

.pricing-section .comparison-table.current {
  padding-left: 0;
  padding-right: 0;
}

.pricing-section .comparison-table [class*=col-]:first-child {
  margin: 0;
}

.pricing-section .comparison-table [class*=col-]:first-child:hover {
  top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing-section .comparison-table [class*=col-]:first-child:hover .pricing-card {
  margin: 0;
  box-shadow: none;
}

.pricing-section .comparison-table .pricing-feature li {
  background: #fff;
  text-align: center;
}

.pricing-section .comparison-table .pricing-feature li i {
  line-height: normal;
}

.pricing-section .comparison-table .pricing-feature li span,
.pricing-section .comparison-table .pricing-feature li i {
  float: none;
}

.pricing-section .comparison-table .pricing-feature li:nth-child(2n+1) {
  background: #eee;
}

.pricing-section .comparison-table .ribbon {
  left: calc(100% - 124px);
}

.pricing-section .list-feature {
  z-index: 0;
}

.pricing-section .list-feature .pricing-header {
  background: #fff !important;
  padding: 30px 15px;
  border-bottom-color: #ddd !important;
  text-align: center;
  margin-top: -2px;
}

.pricing-section .list-feature .pricing-header h5 {
  background: #fff !important;
  color: #424242;
  font-weight: 500;
  font-size: 35px;
  padding: 0;
  margin-top: 30px;
}

.pricing-section .list-feature .pricing-header p {
  color: #444;
  margin-top: 5px;
}

.pricing-section .list-feature .pricing-feature {
  text-align: left;
}

.pricing-section .pricing-col {
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing-section .pricing-col:hover {
  padding-bottom: 0;
  padding-top: 0;
}

.pricing-section .pricing-col:hover > .pricing-card {
  top: 0px;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
  z-index: 101;
}

.pricing-section .pricing-col:hover > .pricing-card .pricing-footer {
  height: 120px;
}

.pricing-section .pricing-col:hover > .pricing-card .pricing-footer a {
  bottom: -20px;
  position: relative;
}

.pricing-section .pricing-col.current {
  padding-top: 0;
  padding-bottom: 0;
}

.pricing-section .current {
  top: 0;
}

.pricing-section .current .pricing-card {
  z-index: 100;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.25);
}

.pricing-section .current .pricing-footer {
  height: 120px;
}

.pricing-section .current .pricing-footer a {
  bottom: -20px;
  position: relative;
}

.pricing-section .current:hover {
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
  top: -20px;
}

.pricing-section .current:hover .pricing-footer {
  height: 120px;
}

.pricing-section .current:hover .pricing-footer a {
  bottom: -20px;
  position: relative;
}

.pricing-section .style-1 .pricing-feature li p {
  text-align: left;
}

.pricing-section .style-1 .pricing-feature li p span,
.pricing-section .style-1 .pricing-feature li p i {
  float: right;
}

.pricing-section .style-2 .pricing-card,
.pricing-section .style-2 .pricing-footer {
  border: none;
}

.pricing-section .style-2 .pricing-header {
  margin: 0;
  border: none;
  height: 160px;
}

.pricing-section .style-2 .pricing-feature li {
  background: none;
  border-color: #42a5f5;
}

.pricing-section .style-2 .pricing-feature li p {
  color: #e3f2fd;
}

.pricing-section .style-2 .pricing-feature li p span,
.pricing-section .style-2 .pricing-feature li p i {
  float: right;
  color: #fff;
}

.pricing-section .style-2 .pricing-feature li p .tooltip-content {
  color: #444;
}

.pricing-section .style-2 .pricing-feature li:last-child {
  border-bottom: 1px solid #42a5f5;
}

.pricing-section .style-2 .price-box {
  margin: 20px auto;
  border-radius: 0;
  width: auto;
  height: auto;
  line-height: normal;
}

.pricing-section .style-2 .price-box:before {
  display: none;
  position: relative;
}

.pricing-section .style-2 .plan {
  bottom: 12px;
  left: auto;
  margin: 0;
  left: calc(100% + 5px);
  font-weight: 400;
  font-size: 12px;
  width: 50px;
  text-align: left;
}

.pricing-section .style-2 .currency {
  top: auto;
  font-size: 30px;
  left: -20px;
  line-height: inherit;
  position: absolute;
  bottom: 10px;
  letter-spacing: 0;
  font-weight: 300;
}

.pricing-section .style-2 .price {
  font-size: 60px;
  font-weight: 400;
}

.pricing-section .style-2 .ribbon {
  top: 35%;
  right: -10px;
  left: auto;
  border-radius: 0;
}

.pricing-section .style-2 .ribbon:after {
  border-right: 10px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.5);
  bottom: -7px;
  content: "";
  position: absolute;
  right: 0;
}

.pricing-section .style-2 .pricing-footer a:before {
  background: inherit;
}

.pricing-section .style-2.comparison-table .pricing-feature li:nth-child(2n+1) {
  background: inherit;
}

.pricing-section .style-2.comparison-table .pricing-feature li p {
  color: #fff;
}

.pricing-section .style-2.comparison-table .pricing-feature li p span,
.pricing-section .style-2.comparison-table .pricing-feature li p i {
  float: none;
}

.pricing-section .style-2.comparison-table .list-feature .pricing-header {
  margin: 0;
  margin-bottom: -1px;
}

.pricing-section .style-2.comparison-table .list-feature .pricing-header h5 {
  margin-top: 0;
  font-size: 38px;
}

.pricing-section .style-3 .pricing-card {
  border: 1px solid #ddd;
}

.pricing-section .style-3 .pricing-header {
  border-bottom: none;
  margin: 0;
  height: 160px;
}

.pricing-section .style-3 .pricing-header h5 {
  background: #fff;
  color: #424242;
  border-bottom: 1px solid #ddd;
}

.pricing-section .style-3 .price-box {
  border-radius: 0;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ddd;
}

.pricing-section .style-3 .price {
  color: #616161;
  font-size: 60px;
  font-weight: 400;
  line-height: normal;
}

.pricing-section .style-3 .currency {
  top: 12px;
  font-size: 22px;
  left: -16px;
  font-weight: 300;
}

.pricing-section .style-3 .plan {
  bottom: 12px;
  left: auto;
  margin: 0;
  left: calc(100% + 5px);
  font-weight: 400;
  font-size: 12px;
  width: 50px;
  text-align: left;
  line-height: normal;
}

.pricing-section .style-3 .plan-month {
  bottom: -8px;
  text-transform: none;
  margin: 0;
  left: 5px;
  font-size: 12px;
  width: 120px;
  color: #817575;
}

.pricing-section .style-3 .pricing-feature li {
  background: #f5f5f5;
  height: 45px;
}

.pricing-section .style-3 .pricing-feature li:first-child {
  border-top: 1px solid #ddd;
}

.pricing-section .style-3 .pricing-feature li span,
.pricing-section .style-3 .pricing-feature li i {
  float: right;
}

.pricing-section .style-3 .pricing-feature li:nth-child(2n+1) {
  background: #eee;
}

.pricing-section .style-3 .ribbon {
  top: 35%;
  right: -10px;
  left: auto;
  border-radius: 0;
}

.pricing-section .style-3 .ribbon:after {
  border-right: 10px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.5);
  bottom: -7px;
  content: "";
  position: absolute;
  right: 0;
}

.pricing-section .style-3 .person .price {
  color: #E67E22;
}

.pricing-section .style-3 .person .plan {
  color: #757575;
}

.pricing-section .style-3 .corp .price {
  color: #4caf50;
}

.pricing-section .style-3 .corp .plan {
  color: #757575;
}

.pricing-section .style-3 .unlim .price {
  color: #43a047;
}

.pricing-section .style-3 .unlim .plan {
  color: #757575;
}

.pricing-section .style-3 .business .price {
  color: #ffc107;
}

.pricing-section .style-3 .business .plan {
  color: #757575;
}

.pricing-section .style-3 .pricing-footer {
  background: #fff;
}

.pricing-section .style-3.comparison-table [class*=col-]:first-child {
  margin: -1px;
}

.pricing-section .style-3.comparison-table .list-feature .pricing-header h5 {
  margin-top: 0;
  border-bottom: none;
}

.pricing-section .style-3.comparison-table .pricing-feature li p,
.pricing-section .style-3.comparison-table .pricing-feature li i,
.pricing-section .style-3.comparison-table .pricing-feature li span {
  float: none;
}

.pricing-section .style-3 .pricing-footer .btn-act.btn-line {
  background: none;
  border-color: #E67E22;
  color: #E67E22;
}

.pricing-section .style-3 .pricing-footer .btn-act.btn-line:hover {
  background: #E67E22;
  border-color: #E67E22;
  color: #fff;
}

.pricing-section .style-3 .pricing-footer .btn-act.btn-bg,
.pricing-section .buy-club .btn-act.btn-bg {
  background-color: #E67E22;
  border-color: #E67E22;
}

.pricing-section .style-3 .pricing-footer .btn-act.btn-bg:hover,
.pricing-section .buy-club .btn-act.btn-bg:hover{
  background: #43a047;
  border-color: #43a047;
}
.pricing-section .buy-club {
  margin-top: 20px;
}

/* ======================== */
/*   Pricing for one Color  */
/* ========================	*/
/* ======================== */
/*   Color Blue				*/
/* ========================	*/
.pricing-section .color-blue .pricing-header {
  background: #1e88e5;
}

.pricing-section .color-blue .pricing-header h5 {
  background: #E67E22;
}

.pricing-section .color-blue .btn-act.btn-line {
  background: #fff;
  border-color: #1e88e5;
  color: #1e88e5;
}

.pricing-section .color-blue .btn-act.btn-line:hover {
  background: #1e88e5;
  border-color: #1e88e5;
  color: #fff;
}

.pricing-section .color-blue .btn-act.btn-bg {
  background: #1e88e5;
  border-color: #1e88e5;
}

.pricing-section .color-blue.style-2 .btn-act.btn-line:hover {
  background: #0d47a1;
  border-color: #0d47a1;
  color: #fff;
}

.pricing-section .color-blue.style-2 .btn-act.btn-bg {
  background: #0d47a1;
  border-color: #0d47a1;
}

.pricing-section .color-blue.style-2 .pricing-card {
  background: #E67E22;
}

.pricing-section .color-blue.style-2 .pricing-feature li {
  border-color: #1e88e5;
}

/* ======================== */
/*   Color Red   			*/
/* ========================	*/
.pricing-section .color-red .pricing-header {
  background: #e53935;
  border-color: #d32f2f;
}

.pricing-section .color-red .pricing-header h5 {
  background: #f44336;
}

.pricing-section .color-red .btn-act.btn-line {
  border-color: #e53935;
  color: #e53935;
}

.pricing-section .color-red .btn-act.btn-line:hover {
  background: #e53935;
  border-color: #e53935;
  color: #fff;
}

.pricing-section .color-red .btn-act.btn-bg {
  background: #e53935;
  border-color: #e53935;
}

.pricing-section .color-red.style-2 .btn-act.btn-line {
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-red.style-2 .btn-act.btn-line:hover {
  background: #b71c1c;
  border-color: #b71c1c;
  color: #fff;
}

.pricing-section .color-red.style-2 .btn-act.btn-bg {
  background: #b71c1c;
  border-color: #b71c1c;
}

.pricing-section .color-red.style-2 .pricing-card {
  background: #f44336;
}

.pricing-section .color-red.style-2 .pricing-feature li {
  border-color: #e53935;
}

/* ======================== */
/*   Color Pink   			*/
/* ========================	*/
.pricing-section .color-pink .ribbon {
  background: #ff5252;
}

.pricing-section .color-pink .pricing-header {
  background: #d81b60;
  border-bottom-color: #d81b60;
}

.pricing-section .color-pink .pricing-header h5 {
  background: #e91e63;
}

.pricing-section .color-pink .btn-act.btn-line {
  border-color: #d81b60;
  color: #d81b60;
}

.pricing-section .color-pink .btn-act.btn-line:hover {
  background: #d81b60;
  border-color: #d81b60;
  color: #fff;
}

.pricing-section .color-pink .btn-act.btn-bg {
  background: #d81b60;
  border-color: #d81b60;
}

.pricing-section .color-pink.style-2 .btn-act.btn-line {
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-pink.style-2 .btn-act.btn-line:hover {
  background: #880e4f;
  border-color: #880e4f;
  color: #fff;
}

.pricing-section .color-pink.style-2 .btn-act.btn-bg {
  background: #880e4f;
  border-color: #880e4f;
}

.pricing-section .color-pink.style-2 .pricing-card {
  background: #e91e63;
}

.pricing-section .color-pink.style-2 .pricing-feature li {
  border-color: #d81b60;
}

/* ======================== */
/*   Color Purple   		*/
/* ========================	*/
.pricing-section .color-purple .pricing-header {
  background: #8e24aa;
}

.pricing-section .color-purple .pricing-header h5 {
  background: #9c27b0;
}

.pricing-section .color-purple .btn-act.btn-line {
  border-color: #8e24aa;
  color: #8e24aa;
}

.pricing-section .color-purple .btn-act.btn-line:hover {
  background: #8e24aa;
  border-color: #8e24aa;
  color: #fff;
}

.pricing-section .color-purple .btn-act.btn-bg {
  background: #8e24aa;
  border-color: #8e24aa;
}

.pricing-section .color-purple.style-2 .btn-act.btn-line {
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-purple.style-2 .btn-act.btn-line:hover {
  background: #4a148c;
  border-color: #4a148c;
  color: #fff;
}

.pricing-section .color-purple.style-2 .btn-act.btn-bg {
  background: #4a148c;
  border-color: #4a148c;
}

.pricing-section .color-purple.style-2 .pricing-card {
  background: #9c27b0;
}

.pricing-section .color-purple.style-2 .pricing-feature li {
  border-color: #8e24aa;
}

/* ======================== */
/*   Color Deep Purple   	*/
/* ========================	*/
.pricing-section .color-deep-purple .pricing-header {
  background: #512da8;
}

.pricing-section .color-deep-purple .pricing-header h5 {
  background: #673ab7;
}

.pricing-section .color-deep-purple .btn-act.btn-line {
  border-color: #512da8;
  color: #512da8;
}

.pricing-section .color-deep-purple .btn-act.btn-line:hover {
  background: #512da8;
  border-color: #512da8;
  color: #fff;
}

.pricing-section .color-deep-purple .btn-act.btn-bg {
  background: #512da8;
  border-color: #512da8;
}

.pricing-section .color-deep-purple.style-2 .btn-act.btn-line {
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-deep-purple.style-2 .btn-act.btn-line:hover {
  background: #311b92;
  border-color: #311b92;
  color: #fff;
}

.pricing-section .color-deep-purple.style-2 .btn-act.btn-bg {
  background: #311b92;
  border-color: #311b92;
}

.pricing-section .color-deep-purple.style-2 .pricing-card {
  background: #673ab7;
}

.pricing-section .color-deep-purple.style-2 .pricing-feature li {
  border-color: #512da8;
}

/* ======================== */
/*   Color Indigo 	 		*/
/* ========================	*/
.pricing-section .color-indigo .pricing-header {
  background: #3949ab;
}

.pricing-section .color-indigo .pricing-header h5 {
  background: #3f51b5;
}

.pricing-section .color-indigo .btn-act.btn-line {
  border-color: #3949ab;
  color: #3949ab;
}

.pricing-section .color-indigo .btn-act.btn-line:hover {
  background: #3949ab;
  border-color: #3949ab;
  color: #fff;
}

.pricing-section .color-indigo .btn-act.btn-bg {
  background: #3949ab;
  border-color: #3949ab;
}

.pricing-section .color-indigo.style-2 .btn-act.btn-line {
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-indigo.style-2 .btn-act.btn-line:hover {
  background: #1a237e;
  border-color: #1a237e;
  color: #fff;
}

.pricing-section .color-indigo.style-2 .btn-act.btn-bg {
  background: #1a237e;
  border-color: #1a237e;
}

.pricing-section .color-indigo.style-2 .pricing-card {
  background: #3f51b5;
}

.pricing-section .color-indigo.style-2 .pricing-feature li {
  border-color: #3949ab;
}

/* ======================== */
/*   Color Light Blue   	*/
/* ========================	*/
.pricing-section .color-light-blue .pricing-header {
  background: #039be5;
}

.pricing-section .color-light-blue .pricing-header h5 {
  background: #03a9f4;
}

.pricing-section .color-light-blue .btn-act.btn-line {
  border-color: #039be5;
  color: #039be5;
}

.pricing-section .color-light-blue .btn-act.btn-line:hover {
  background: #039be5;
  border-color: #039be5;
  color: #fff;
}

.pricing-section .color-light-blue .btn-act.btn-bg {
  background: #039be5;
  border-color: #039be5;
}

.pricing-section .color-light-blue.style-2 .btn-act.btn-line {
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-light-blue.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #01579b;
}

.pricing-section .color-light-blue.style-2 .btn-act.btn-bg {
  background: #01579b;
  border-color: #01579b;
}

.pricing-section .color-light-blue.style-2 .pricing-card {
  background: #03a9f4;
}

.pricing-section .color-light-blue.style-2 .pricing-feature li {
  border-color: #039be5;
}

/* ======================== */
/*   Color Cyan 		  	*/
/* ========================	*/
.pricing-section .color-cyan .pricing-header {
  background: #00acc1;
  border-color: #0097a7;
}

.pricing-section .color-cyan .pricing-header h5 {
  background: #00bcd4;
}

.pricing-section .color-cyan .btn-act.btn-line {
  border-color: #00acc1;
  color: #00acc1;
}

.pricing-section .color-cyan .btn-act.btn-line:hover {
  background: #00acc1;
  border-color: #00acc1;
  color: #fff;
}

.pricing-section .color-cyan .btn-act.btn-bg {
  background: #00acc1;
  border-color: #00acc1;
}

.pricing-section .color-cyan.style-2 .btn-act.btn-line {
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-cyan.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #006064;
}

.pricing-section .color-cyan.style-2 .btn-act.btn-bg {
  background: #006064;
  border-color: #006064;
}

.pricing-section .color-cyan.style-2 .pricing-card {
  background: #00bcd4;
}

.pricing-section .color-cyan.style-2 .pricing-feature li {
  border-color: #00acc1;
}

/* ======================== */
/*   Color Teal 		  	*/
/* ========================	*/
.pricing-section .color-teal .pricing-header {
  border-color: #00796b;
  background: #00897b;
}

.pricing-section .color-teal .pricing-header h5 {
  background: #009688;
}

.pricing-section .color-teal .btn-act.btn-line {
  border-color: #00897b;
  color: #00897b;
}

.pricing-section .color-teal .btn-act.btn-line:hover {
  background: #00897b;
  border-color: #00897b;
  color: #fff;
}

.pricing-section .color-teal .btn-act.btn-bg {
  background: #00897b;
  border-color: #00897b;
}

.pricing-section .color-teal.style-2 .btn-act.btn-line {
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-teal.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #004d40;
}

.pricing-section .color-teal.style-2 .btn-act.btn-bg {
  background: #004d40;
  border-color: #004d40;
}

.pricing-section .color-teal.style-2 .pricing-card {
  background: #009688;
}

.pricing-section .color-teal.style-2 .pricing-feature li {
  border-color: #00897b;
}

/* ======================== */
/*   Color Green 		  	*/
/* ========================	*/
.pricing-section .color-green .pricing-header {
  border-color: #388e3c;
  background: #43a047;
}

.pricing-section .color-green .pricing-header h5 {
  background: #4caf50;
}

.pricing-section .color-green .btn-act.btn-line {
  border-color: #43a047;
  color: #43a047;
}

.pricing-section .color-green .btn-act.btn-line:hover {
  background: #43a047;
  border-color: #43a047;
  color: #fff;
}

.pricing-section .color-green .btn-act.btn-bg {
  background: #43a047;
  border-color: #43a047;
}

.pricing-section .color-green.style-2 .btn-act.btn-line {
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-green.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #1b5e20;
}

.pricing-section .color-green.style-2 .btn-act.btn-bg {
  background: #1b5e20;
  border-color: #1b5e20;
}

.pricing-section .color-green.style-2 .pricing-card {
  background: #4caf50;
}

.pricing-section .color-green.style-2 .pricing-feature li {
  border-color: #43a047;
}

/* ======================== */
/*   Color Light Green 		*/
/* ========================	*/
.pricing-section .color-light-green .pricing-header {
  border-color: #689f38;
  background: #7cb342;
}

.pricing-section .color-light-green .pricing-header h5 {
  background: #8bc34a;
}

.pricing-section .color-light-green .btn-act.btn-line {
  border-color: #7cb342;
  color: #7cb342;
}

.pricing-section .color-light-green .btn-act.btn-line:hover {
  background: #7cb342;
  border-color: #7cb342;
  color: #fff;
}

.pricing-section .color-light-green .btn-act.btn-bg {
  background: #7cb342;
  border-color: #7cb342;
}

.pricing-section .color-light-green.style-2 .btn-act.btn-line {
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-light-green.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #33691e;
}

.pricing-section .color-light-green.style-2 .btn-act.btn-bg {
  background: #33691e;
  border-color: #33691e;
}

.pricing-section .color-light-green.style-2 .pricing-card {
  background: #8bc34a;
}

.pricing-section .color-light-green.style-2 .pricing-feature li {
  border-color: #7cb342;
}

.pricing-section .color-light-green.style-2 .pricing-feature li p {
  color: #f1f8e9;
}

/* ======================== */
/*   Color Lime 	 		*/
/* ========================	*/
.pricing-section .color-lime .pricing-header {
  border-color: #afb42b;
  background: #c0ca33;
}

.pricing-section .color-lime .pricing-header h5 {
  background: #cddc39;
}

.pricing-section .color-lime .btn-act.btn-line {
  border-color: #c0ca33;
  color: #c0ca33;
}

.pricing-section .color-lime .btn-act.btn-line:hover {
  background: #c0ca33;
  border-color: #c0ca33;
  color: #fff;
}

.pricing-section .color-lime .btn-act.btn-bg {
  background: #c0ca33;
  border-color: #c0ca33;
}

.pricing-section .color-lime.style-2 .btn-act.btn-line {
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-lime.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #827717;
}

.pricing-section .color-lime.style-2 .btn-act.btn-bg {
  background: #827717;
  border-color: #827717;
}

.pricing-section .color-lime.style-2 .pricing-card {
  background: #cddc39;
}

.pricing-section .color-lime.style-2 .pricing-feature li {
  border-color: #c0ca33;
}

.pricing-section .color-lime.style-2 .pricing-feature li p {
  color: #f9fbe7;
}

/* ======================== */
/*   Color Yellow 	 		*/
/* ========================	*/
.pricing-section .color-yellow .pricing-header {
  border-color: #ffa000;
  background: #ffb300;
}

.pricing-section .color-yellow .pricing-header h5 {
  background: #ffc107;
}

.pricing-section .color-yellow .btn-act.btn-line {
  border-color: #ffb300;
  color: #ffb300;
}

.pricing-section .color-yellow .btn-act.btn-line:hover {
  background: #ffb300;
  border-color: #ffb300;
  color: #fff;
}

.pricing-section .color-yellow .btn-act.btn-bg {
  background: #ffb300;
  border-color: #ffb300;
}

.pricing-section .color-yellow.style-2 .btn-act.btn-line {
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-yellow.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #f57f17;
}

.pricing-section .color-yellow.style-2 .btn-act.btn-bg {
  background: #f57f17;
  border-color: #f57f17;
}

.pricing-section .color-yellow.style-2 .pricing-card {
  background: #ffc107;
}

.pricing-section .color-yellow.style-2 .pricing-feature li {
  border-color: #ffb300;
}

.pricing-section .color-yellow.style-2 .pricing-feature li p {
  color: #fffde7;
}

/* ======================== */
/*   Color Orange 	 		*/
/* ========================	*/
.pricing-section .color-orange .pricing-header {
  border-color: #ff9800;
  background: #fb8c00;
}

.pricing-section .color-orange .pricing-header h5 {
  background: #ff9800;
}

.pricing-section .color-orange .btn-act.btn-line {
  border-color: #fb8c00;
  color: #fb8c00;
}

.pricing-section .color-orange .btn-act.btn-line:hover {
  background: #fb8c00;
  border-color: #fb8c00;
  color: #fff;
}

.pricing-section .color-orange .btn-act.btn-bg {
  background: #fb8c00;
  border-color: #fb8c00;
}

.pricing-section .color-orange.style-2 .btn-act.btn-line {
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-orange.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #e65100;
}

.pricing-section .color-orange.style-2 .btn-act.btn-bg {
  background: #e65100;
  border-color: #e65100;
}

.pricing-section .color-orange.style-2 .pricing-card {
  background: #ff9800;
}

.pricing-section .color-orange.style-2 .pricing-feature li {
  border-color: #fb8c00;
}

.pricing-section .color-orange.style-2 .pricing-feature li p {
  color: #fff3e0;
}

/* ======================== */
/*   Color Deep Orange 	 		*/
/* ========================	*/
.pricing-section .color-deep-orange .pricing-header {
  border-color: #e64a19;
  background: #f4511e;
}

.pricing-section .color-deep-orange .pricing-header h5 {
  background: #ff5722;
}

.pricing-section .color-deep-orange .btn-act.btn-line {
  border-color: #f4511e;
  color: #f4511e;
}

.pricing-section .color-deep-orange .btn-act.btn-line:hover {
  background: #f4511e;
  border-color: #f4511e;
  color: #fff;
}

.pricing-section .color-deep-orange .btn-act.btn-bg {
  background: #f4511e;
  border-color: #f4511e;
}

.pricing-section .color-deep-orange.style-2 .btn-act.btn-line {
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-deep-orange.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #bf360c;
}

.pricing-section .color-deep-orange.style-2 .btn-act.btn-bg {
  background: #bf360c;
  border-color: #bf360c;
}

.pricing-section .color-deep-orange.style-2 .pricing-card {
  background: #ff5722;
}

.pricing-section .color-deep-orange.style-2 .pricing-feature li {
  border-color: #f4511e;
}

.pricing-section .color-deep-orange.style-2 .pricing-feature li p {
  color: #fbe9e7;
}

/* ======================== */
/*   Color Brown 		 	*/
/* ========================	*/
.pricing-section .color-brown .pricing-header {
  border-color: #5d4037;
  background: #6d4c41;
}

.pricing-section .color-brown .pricing-header h5 {
  background: #795548;
}

.pricing-section .color-brown .btn-act.btn-line {
  border-color: #6d4c41;
  color: #6d4c41;
}

.pricing-section .color-brown .btn-act.btn-line:hover {
  background: #6d4c41;
  border-color: #6d4c41;
  color: #fff;
}

.pricing-section .color-brown .btn-act.btn-bg {
  background: #6d4c41;
  border-color: #6d4c41;
}

.pricing-section .color-brown.style-2 .btn-act.btn-line {
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-brown.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #3e2723;
}

.pricing-section .color-brown.style-2 .btn-act.btn-bg {
  background: #3e2723;
  border-color: #3e2723;
}

.pricing-section .color-brown.style-2 .pricing-card {
  background: #795548;
}

.pricing-section .color-brown.style-2 .pricing-feature li {
  border-color: #6d4c41;
}

/* ======================== */
/*   Color Grey 		 	*/
/* ========================	*/
.pricing-section .color-grey .pricing-header {
  border-color: #616161;
  background: #757575;
}

.pricing-section .color-grey .pricing-header h5 {
  background: #9e9e9e;
}

.pricing-section .color-grey .btn-act.btn-line {
  border-color: #757575;
  color: #757575;
}

.pricing-section .color-grey .btn-act.btn-line:hover {
  background: #757575;
  border-color: #757575;
  color: #fff;
}

.pricing-section .color-grey .btn-act.btn-bg {
  background: #757575;
  border-color: #757575;
}

.pricing-section .color-grey.style-2 .btn-act.btn-line {
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-grey.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #424242;
}

.pricing-section .color-grey.style-2 .btn-act.btn-bg {
  background: #424242;
  border-color: #424242;
}

.pricing-section .color-grey.style-2 .pricing-card {
  background: #9e9e9e;
}

.pricing-section .color-grey.style-2 .pricing-feature li {
  border-color: #898989;
}

.pricing-section .color-grey.style-2 .pricing-feature li p {
  color: #fafafa;
}

/* ======================== */
/*   Color Blue Grey 		*/
/* ========================	*/
.pricing-section .color-blue-grey .pricing-header {
  border-color: #455a64;
  background: #546e7a;
}

.pricing-section .color-blue-grey .pricing-header h5 {
  background: #607d8b;
}

.pricing-section .color-blue-grey .btn-act.btn-line {
  border-color: #546e7a;
  color: #546e7a;
}

.pricing-section .color-blue-grey .btn-act.btn-line:hover {
  background: #546e7a;
  border-color: #546e7a;
  color: #fff;
}

.pricing-section .color-blue-grey .btn-act.btn-bg {
  background: #546e7a;
  border-color: #546e7a;
}

.pricing-section .color-blue-grey.style-2 .btn-act.btn-line {
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-blue-grey.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #37474f;
}

.pricing-section .color-blue-grey.style-2 .btn-act.btn-bg {
  background: #37474f;
  border-color: #37474f;
}

.pricing-section .color-blue-grey.style-2 .pricing-card {
  background: #607d8b;
}

.pricing-section .color-blue-grey.style-2 .pricing-feature li {
  border-color: #546e7a;
}

.pricing-section .color-blue-grey.style-2 .pricing-feature li p {
  color: #eceff1;
}

/* ======================== */
/*   Color White 	 		*/
/* ========================	*/
.pricing-section .color-white.style-2 .pricing-card {
  background: #FFF;
  border: 1px solid #e0e0e0;
}

.pricing-section .color-white.style-2 .pricing-header {
  border-bottom: none;
  background: #fff;
}

.pricing-section .color-white.style-2 .pricing-header h5 {
  background: #fff;
  color: #616161;
}

.pricing-section .color-white.style-2 .price-box {
  background: #f5f5f5;
  padding: 20px 0;
  margin: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.pricing-section .color-white.style-2 .price {
  color: #424242;
}

.pricing-section .color-white.style-2 .btn-act.btn-line {
  border-color: #757575;
  color: #757575;
}

.pricing-section .color-white.style-2 .btn-act.btn-line:hover {
  background: #212121;
  border-color: #212121;
  color: #fff;
}

.pricing-section .color-white.style-2 .btn-act.btn-bg {
  background: #212121;
  border-color: #212121;
}

.pricing-section .color-white.style-2 .pricing-feature li {
  border-color: #e0e0e0;
}

.pricing-section .color-white.style-2 .pricing-feature li p {
  color: #616161;
}

.pricing-section .color-white.style-2 .pricing-feature li span {
  color: #424242;
}

.pricing-section .color-white.style-2 .list-feature {
  margin-top: -1px;
}

.pricing-section .color-white.style-2 .list-feature .pricing-header {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}

.pricing-section .color-white.style-2 .list-feature .pricing-header p {
  color: #616161;
  font-style: italic;
}

.pricing-section .color-white.style-2 .list-feature .pricing-feature li p {
  color: #424242;
}

.pricing-section .color-white.style-2 .list-feature .pricing-feature li:last-child {
  border-bottom: none;
}

.pricing-section .color-white.style-2 .unavailable {
  color: #f44336;
}

.pricing-section .color-white.style-2 .available {
  color: #4caf50;
}

/* ======================== */
/*   Icon Table Color   	*/
/* ========================	*/
.pricing-section .unavailable {
  color: #f44336;
}

.pricing-section .available {
  color: #4caf50;
}

/* ======================== */
/*   Pricing Pallet Color	*/
/* ======================== */
/* -------------------------*/
/*   Color Pallet Blue		*/
/* -------------------------*/
.pricing-section .color-pallet-blue [class*=col-] .pricing-header {
  border-color: #1976d2;
}

.pricing-section .color-pallet-blue [class*=col-]:nth-child(1) .pricing-header {
  background: #1e88e5;
}

.pricing-section .color-pallet-blue [class*=col-]:nth-child(1) .pricing-header h5 {
  background: #E67E22;
}

.pricing-section .color-pallet-blue [class*=col-]:nth-child(2) .pricing-header {
  background: #1976d2;
}

.pricing-section .color-pallet-blue [class*=col-]:nth-child(2) .pricing-header h5 {
  background: #1e88e5;
}

.pricing-section .color-pallet-blue [class*=col-]:nth-child(3) .pricing-header {
  background: #1565c0;
}

.pricing-section .color-pallet-blue [class*=col-]:nth-child(3) .pricing-header h5 {
  background: #1976d2;
}

.pricing-section .color-pallet-blue [class*=col-]:nth-child(4) .pricing-header {
  background: #0d47a1;
}

.pricing-section .color-pallet-blue [class*=col-]:nth-child(4) .pricing-header h5 {
  background: #1565c0;
}

.pricing-section .color-pallet-blue .btn-act.btn-line {
  background: none;
  border-color: #1e88e5;
  color: #1e88e5;
}

.pricing-section .color-pallet-blue .btn-act.btn-line:hover {
  background: #1e88e5;
  border-color: #1e88e5;
  color: #fff;
}

.pricing-section .color-pallet-blue .btn-act.btn-bg {
  background: #1e88e5;
  border-color: #1e88e5;
}

.pricing-section .color-pallet-blue.style-2 [class*=col-]:nth-child(1) .pricing-card {
  background: #E67E22;
}

.pricing-section .color-pallet-blue.style-2 [class*=col-]:nth-child(1) .pricing-feature li {
  border-color: #1e88e5;
}

.pricing-section .color-pallet-blue.style-2 [class*=col-]:nth-child(2) .pricing-card {
  background: #1e88e5;
}

.pricing-section .color-pallet-blue.style-2 [class*=col-]:nth-child(2) .pricing-feature li {
  border-color: #1976d2;
}

.pricing-section .color-pallet-blue.style-2 [class*=col-]:nth-child(3) .pricing-card {
  background: #1976d2;
}

.pricing-section .color-pallet-blue.style-2 [class*=col-]:nth-child(3) .pricing-feature li {
  border-color: #1565c0;
}

.pricing-section .color-pallet-blue.style-2 [class*=col-]:nth-child(4) .pricing-card {
  background: #1565c0;
}

.pricing-section .color-pallet-blue.style-2 [class*=col-]:nth-child(4) .pricing-feature li {
  border-color: #0d47a1;
}

.pricing-section .color-pallet-blue.style-2 .btn-act.btn-line {
  background: none;
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-pallet-blue.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #E67E22;
}

.pricing-section .color-pallet-blue.style-2 .btn-act.btn-bg {
  background: #0d47a1;
  border-color: #0d47a1;
}

/* -------------------------*/
/*   Color Pallet Red   	*/
/* -------------------------*/
.pricing-section .color-pallet-red [class*=col-] .pricing-header {
  border-color: #d32f2f;
}

.pricing-section .color-pallet-red [class*=col-]:nth-child(1) .pricing-header {
  background: #e53935;
}

.pricing-section .color-pallet-red [class*=col-]:nth-child(1) .pricing-header h5 {
  background: #f44336;
}

.pricing-section .color-pallet-red [class*=col-]:nth-child(2) .pricing-header {
  background: #d32f2f;
}

.pricing-section .color-pallet-red [class*=col-]:nth-child(2) .pricing-header h5 {
  background: #e53935;
}

.pricing-section .color-pallet-red [class*=col-]:nth-child(3) .pricing-header {
  background: #c62828;
}

.pricing-section .color-pallet-red [class*=col-]:nth-child(3) .pricing-header h5 {
  background: #d32f2f;
}

.pricing-section .color-pallet-red [class*=col-]:nth-child(4) .pricing-header {
  background: #b71c1c;
}

.pricing-section .color-pallet-red [class*=col-]:nth-child(4) .pricing-header h5 {
  background: #c62828;
}

.pricing-section .color-pallet-red .btn-act.btn-line {
  background: none;
  border-color: #e53935;
  color: #e53935;
}

.pricing-section .color-pallet-red .btn-act.btn-line:hover {
  background: #e53935;
  border-color: #e53935;
  color: #fff;
}

.pricing-section .color-pallet-red .btn-act.btn-bg {
  background: #e53935;
  border-color: #e53935;
}

.pricing-section .color-pallet-red.style-2 [class*=col-]:nth-child(1) .pricing-card {
  background: #f44336;
}

.pricing-section .color-pallet-red.style-2 [class*=col-]:nth-child(1) .pricing-feature li {
  border-color: #e53935;
}

.pricing-section .color-pallet-red.style-2 [class*=col-]:nth-child(2) .pricing-card {
  background: #e53935;
}

.pricing-section .color-pallet-red.style-2 [class*=col-]:nth-child(2) .pricing-feature li {
  border-color: #d32f2f;
}

.pricing-section .color-pallet-red.style-2 [class*=col-]:nth-child(3) .pricing-card {
  background: #d32f2f;
}

.pricing-section .color-pallet-red.style-2 [class*=col-]:nth-child(3) .pricing-feature li {
  border-color: #c62828;
}

.pricing-section .color-pallet-red.style-2 [class*=col-]:nth-child(4) .pricing-card {
  background: #c62828;
}

.pricing-section .color-pallet-red.style-2 [class*=col-]:nth-child(4) .pricing-feature li {
  border-color: #b71c1c;
}

.pricing-section .color-pallet-red.style-2 .btn-act.btn-line {
  background: none;
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-pallet-red.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #b71c1c;
}

.pricing-section .color-pallet-red.style-2 .btn-act.btn-bg {
  background: #b71c1c;
  border-color: #b71c1c;
}

/* -------------------------*/
/*   Color Pallet Pink   	*/
/* -------------------------*/
.pricing-section .color-pallet-pink [class*=col-] .pricing-header {
  border-color: #c2185b;
}

.pricing-section .color-pallet-pink [class*=col-]:nth-child(1) .pricing-header {
  background: #d81b60;
}

.pricing-section .color-pallet-pink [class*=col-]:nth-child(1) .pricing-header h5 {
  background: #e91e63;
}

.pricing-section .color-pallet-pink [class*=col-]:nth-child(2) .pricing-header {
  background: #c2185b;
}

.pricing-section .color-pallet-pink [class*=col-]:nth-child(2) .pricing-header h5 {
  background: #d81b60;
}

.pricing-section .color-pallet-pink [class*=col-]:nth-child(3) .pricing-header {
  background: #ad1457;
}

.pricing-section .color-pallet-pink [class*=col-]:nth-child(3) .pricing-header h5 {
  background: #c2185b;
}

.pricing-section .color-pallet-pink [class*=col-]:nth-child(4) .pricing-header {
  background: #880e4f;
}

.pricing-section .color-pallet-pink [class*=col-]:nth-child(4) .pricing-header h5 {
  background: #ad1457;
}

.pricing-section .color-pallet-pink .btn-act.btn-line {
  background: none;
  border-color: #d81b60;
  color: #d81b60;
}

.pricing-section .color-pallet-pink .btn-act.btn-line:hover {
  background: #d81b60;
  border-color: #d81b60;
  color: #fff;
}

.pricing-section .color-pallet-pink .btn-act.btn-bg {
  background: #d81b60;
  border-color: #d81b60;
  color: #fff;
}

.pricing-section .color-pallet-pink.style-2 [class*=col-]:nth-child(1) .pricing-card {
  background: #e91e63;
}

.pricing-section .color-pallet-pink.style-2 [class*=col-]:nth-child(1) .pricing-feature li {
  border-color: #d81b60;
}

.pricing-section .color-pallet-pink.style-2 [class*=col-]:nth-child(2) .pricing-card {
  background: #d81b60;
}

.pricing-section .color-pallet-pink.style-2 [class*=col-]:nth-child(2) .pricing-feature li {
  border-color: #c2185b;
}

.pricing-section .color-pallet-pink.style-2 [class*=col-]:nth-child(3) .pricing-card {
  background: #c2185b;
}

.pricing-section .color-pallet-pink.style-2 [class*=col-]:nth-child(3) .pricing-feature li {
  border-color: #ad1457;
}

.pricing-section .color-pallet-pink.style-2 [class*=col-]:nth-child(4) .pricing-card {
  background: #ad1457;
}

.pricing-section .color-pallet-pink.style-2 [class*=col-]:nth-child(4) .pricing-feature li {
  border-color: #880e4f;
}

.pricing-section .color-pallet-pink.style-2 .btn-act.btn-line {
  background: none;
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-pallet-pink.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #880e4f;
}

.pricing-section .color-pallet-pink.style-2 .btn-act.btn-bg {
  background: #880e4f;
  border-color: #880e4f;
  color: #fff;
}

/* -------------------------*/
/*   Color Pallet Purple   	*/
/* -------------------------*/
.pricing-section .color-pallet-purple [class*=col-] .pricing-header {
  border-color: #7b1fa2;
}

.pricing-section .color-pallet-purple [class*=col-]:nth-child(1) .pricing-header {
  background: #8e24aa;
}

.pricing-section .color-pallet-purple [class*=col-]:nth-child(1) .pricing-header h5 {
  background: #9c27b0;
}

.pricing-section .color-pallet-purple [class*=col-]:nth-child(2) .pricing-header {
  background: #7b1fa2;
}

.pricing-section .color-pallet-purple [class*=col-]:nth-child(2) .pricing-header h5 {
  background: #8e24aa;
}

.pricing-section .color-pallet-purple [class*=col-]:nth-child(3) .pricing-header {
  background: #6a1b9a;
}

.pricing-section .color-pallet-purple [class*=col-]:nth-child(3) .pricing-header h5 {
  background: #7b1fa2;
}

.pricing-section .color-pallet-purple [class*=col-]:nth-child(4) .pricing-header {
  background: #4a148c;
}

.pricing-section .color-pallet-purple [class*=col-]:nth-child(4) .pricing-header h5 {
  background: #6a1b9a;
}

.pricing-section .color-pallet-purple .btn-act.btn-line {
  background: none;
  border-color: #8e24aa;
  color: #8e24aa;
}

.pricing-section .color-pallet-purple .btn-act.btn-line:hover {
  background: #8e24aa;
  border-color: #8e24aa;
  color: #fff;
}

.pricing-section .color-pallet-purple .btn-act.btn-bg {
  background-color: #8e24aa;
  border-color: #8e24aa;
}

.pricing-section .color-pallet-purple.style-2 .btn-act.btn-line {
  background: none;
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-pallet-purple.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #4a148c;
}

.pricing-section .color-pallet-purple.style-2 .btn-act.btn-bg {
  background-color: #4a148c;
  border-color: #4a148c;
}

.pricing-section .color-pallet-purple.style-2 [class*=col-]:nth-child(1) .pricing-card {
  background: #9c27b0;
}

.pricing-section .color-pallet-purple.style-2 [class*=col-]:nth-child(1) .pricing-feature li {
  border-color: #8e24aa;
}

.pricing-section .color-pallet-purple.style-2 [class*=col-]:nth-child(2) .pricing-card {
  background: #8e24aa;
}

.pricing-section .color-pallet-purple.style-2 [class*=col-]:nth-child(2) .pricing-feature li {
  border-color: #7b1fa2;
}

.pricing-section .color-pallet-purple.style-2 [class*=col-]:nth-child(3) .pricing-card {
  background: #7b1fa2;
}

.pricing-section .color-pallet-purple.style-2 [class*=col-]:nth-child(3) .pricing-feature li {
  border-color: #6a1b9a;
}

.pricing-section .color-pallet-purple.style-2 [class*=col-]:nth-child(4) .pricing-card {
  background: #6a1b9a;
}

.pricing-section .color-pallet-purple.style-2 [class*=col-]:nth-child(4) .pricing-feature li {
  border-color: #4a148c;
}

/* -------------------------*/
/*   Pallet Deep Purple   	*/
/* -------------------------*/
.pricing-section .color-pallet-deep-purple [class*=col-] .pricing-header {
  border-color: #512da8;
}

.pricing-section .color-pallet-deep-purple [class*=col-]:nth-child(1) .pricing-header {
  background: #5e35b1;
}

.pricing-section .color-pallet-deep-purple [class*=col-]:nth-child(1) .pricing-header h5 {
  background: #673ab7;
}

.pricing-section .color-pallet-deep-purple [class*=col-]:nth-child(2) .pricing-header {
  background: #512da8;
}

.pricing-section .color-pallet-deep-purple [class*=col-]:nth-child(2) .pricing-header h5 {
  background: #5e35b1;
}

.pricing-section .color-pallet-deep-purple [class*=col-]:nth-child(3) .pricing-header {
  background: #4527a0;
}

.pricing-section .color-pallet-deep-purple [class*=col-]:nth-child(3) .pricing-header h5 {
  background: #512da8;
}

.pricing-section .color-pallet-deep-purple [class*=col-]:nth-child(4) .pricing-header {
  background: #311b92;
}

.pricing-section .color-pallet-deep-purple [class*=col-]:nth-child(4) .pricing-header h5 {
  background: #4527a0;
}

.pricing-section .color-pallet-deep-purple .btn-act.btn-line {
  background: none;
  border-color: #5e35b1;
  color: #5e35b1;
}

.pricing-section .color-pallet-deep-purple .btn-act.btn-line:hover {
  background: #5e35b1;
  border-color: #5e35b1;
  color: #fff;
}

.pricing-section .color-pallet-deep-purple .btn-act.btn-bg {
  background-color: #5e35b1;
  border-color: #5e35b1;
}

.pricing-section .color-pallet-deep-purple.style-2 .btn-act.btn-line {
  background: none;
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-pallet-deep-purple.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #4a148c;
}

.pricing-section .color-pallet-deep-purple.style-2 .btn-act.btn-bg {
  background-color: #4a148c;
  border-color: #4a148c;
}

.pricing-section .color-pallet-deep-purple.style-2 [class*=col-]:nth-child(1) .pricing-card {
  background: #673ab7;
}

.pricing-section .color-pallet-deep-purple.style-2 [class*=col-]:nth-child(1) .pricing-feature li {
  border-color: #5e35b1;
}

.pricing-section .color-pallet-deep-purple.style-2 [class*=col-]:nth-child(2) .pricing-card {
  background: #5e35b1;
}

.pricing-section .color-pallet-deep-purple.style-2 [class*=col-]:nth-child(2) .pricing-feature li {
  border-color: #512da8;
}

.pricing-section .color-pallet-deep-purple.style-2 [class*=col-]:nth-child(3) .pricing-card {
  background: #512da8;
}

.pricing-section .color-pallet-deep-purple.style-2 [class*=col-]:nth-child(3) .pricing-feature li {
  border-color: #4527a0;
}

.pricing-section .color-pallet-deep-purple.style-2 [class*=col-]:nth-child(4) .pricing-card {
  background: #4527a0;
}

.pricing-section .color-pallet-deep-purple.style-2 [class*=col-]:nth-child(4) .pricing-feature li {
  border-color: #311b92;
}

/* -------------------------*/
/*   Color Pallet Indigo   	*/
/* -------------------------*/
.pricing-section .color-pallet-indigo [class*=col-] .pricing-header {
  border-color: #303f9f;
}

.pricing-section .color-pallet-indigo [class*=col-]:nth-child(1) .pricing-header {
  background: #3949ab;
}

.pricing-section .color-pallet-indigo [class*=col-]:nth-child(1) .pricing-header h5 {
  background: #3f51b5;
}

.pricing-section .color-pallet-indigo [class*=col-]:nth-child(2) .pricing-header {
  background: #303f9f;
}

.pricing-section .color-pallet-indigo [class*=col-]:nth-child(2) .pricing-header h5 {
  background: #3949ab;
}

.pricing-section .color-pallet-indigo [class*=col-]:nth-child(3) .pricing-header {
  background: #283593;
}

.pricing-section .color-pallet-indigo [class*=col-]:nth-child(3) .pricing-header h5 {
  background: #303f9f;
}

.pricing-section .color-pallet-indigo [class*=col-]:nth-child(4) .pricing-header {
  background: #1a237e;
}

.pricing-section .color-pallet-indigo [class*=col-]:nth-child(4) .pricing-header h5 {
  background: #283593;
}

.pricing-section .color-pallet-indigo .btn-act.btn-line {
  background: none;
  border-color: #3949ab;
  color: #3949ab;
}

.pricing-section .color-pallet-indigo .btn-act.btn-line:hover {
  background: #3949ab;
  border-color: #3949ab;
  color: #fff;
}

.pricing-section .color-pallet-indigo .btn-act.btn-bg {
  background-color: #3949ab;
  border-color: #3949ab;
}

.pricing-section .color-pallet-indigo.style-2 .btn-act.btn-line {
  background: none;
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-pallet-indigo.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #1a237e;
}

.pricing-section .color-pallet-indigo.style-2 .btn-act.btn-bg {
  background-color: #1a237e;
  border-color: #1a237e;
}

.pricing-section .color-pallet-indigo.style-2 [class*=col-]:nth-child(1) .pricing-card {
  background: #3f51b5;
}

.pricing-section .color-pallet-indigo.style-2 [class*=col-]:nth-child(1) .pricing-feature li {
  border-color: #3949ab;
}

.pricing-section .color-pallet-indigo.style-2 [class*=col-]:nth-child(2) .pricing-card {
  background: #3949ab;
}

.pricing-section .color-pallet-indigo.style-2 [class*=col-]:nth-child(2) .pricing-feature li {
  border-color: #303f9f;
}

.pricing-section .color-pallet-indigo.style-2 [class*=col-]:nth-child(3) .pricing-card {
  background: #303f9f;
}

.pricing-section .color-pallet-indigo.style-2 [class*=col-]:nth-child(3) .pricing-feature li {
  border-color: #283593;
}

.pricing-section .color-pallet-indigo.style-2 [class*=col-]:nth-child(4) .pricing-card {
  background: #283593;
}

.pricing-section .color-pallet-indigo.style-2 [class*=col-]:nth-child(4) .pricing-feature li {
  border-color: #1a237e;
}

/* -------------------------*/
/*   Color Pallet Cyan   	*/
/* -------------------------*/
.pricing-section .color-pallet-cyan [class*=col-] .pricing-header {
  border-color: #0097a7;
}

.pricing-section .color-pallet-cyan [class*=col-]:nth-child(1) .pricing-header {
  background: #00acc1;
}

.pricing-section .color-pallet-cyan [class*=col-]:nth-child(1) .pricing-header h5 {
  background: #00bcd4;
}

.pricing-section .color-pallet-cyan [class*=col-]:nth-child(2) .pricing-header {
  background: #0097a7;
}

.pricing-section .color-pallet-cyan [class*=col-]:nth-child(2) .pricing-header h5 {
  background: #00acc1;
}

.pricing-section .color-pallet-cyan [class*=col-]:nth-child(3) .pricing-header {
  background: #00838f;
}

.pricing-section .color-pallet-cyan [class*=col-]:nth-child(3) .pricing-header h5 {
  background: #0097a7;
}

.pricing-section .color-pallet-cyan [class*=col-]:nth-child(4) .pricing-header {
  background: #006064;
}

.pricing-section .color-pallet-cyan [class*=col-]:nth-child(4) .pricing-header h5 {
  background: #00838f;
}

.pricing-section .color-pallet-cyan .btn-act.btn-line {
  background: none;
  border-color: #00acc1;
  color: #00acc1;
}

.pricing-section .color-pallet-cyan .btn-act.btn-line:hover {
  background: #00acc1;
  border-color: #00acc1;
  color: #fff;
}

.pricing-section .color-pallet-cyan .btn-act.btn-bg {
  background-color: #00acc1;
  border-color: #00acc1;
}

.pricing-section .color-pallet-cyan.style-2 .btn-act.btn-line {
  background: none;
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-pallet-cyan.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #006064;
}

.pricing-section .color-pallet-cyan.style-2 .btn-act.btn-bg {
  background-color: #006064;
  border-color: #006064;
}

.pricing-section .color-pallet-cyan.style-2 [class*=col-]:nth-child(1) .pricing-card {
  background: #00bcd4;
}

.pricing-section .color-pallet-cyan.style-2 [class*=col-]:nth-child(1) .pricing-feature li {
  border-color: #00acc1;
}

.pricing-section .color-pallet-cyan.style-2 [class*=col-]:nth-child(2) .pricing-card {
  background: #00acc1;
}

.pricing-section .color-pallet-cyan.style-2 [class*=col-]:nth-child(2) .pricing-feature li {
  border-color: #0097a7;
}

.pricing-section .color-pallet-cyan.style-2 [class*=col-]:nth-child(3) .pricing-card {
  background: #0097a7;
}

.pricing-section .color-pallet-cyan.style-2 [class*=col-]:nth-child(3) .pricing-feature li {
  border-color: #00838f;
}

.pricing-section .color-pallet-cyan.style-2 [class*=col-]:nth-child(4) .pricing-card {
  background: #00838f;
}

.pricing-section .color-pallet-cyan.style-2 [class*=col-]:nth-child(4) .pricing-feature li {
  border-color: #006064;
}

/* -------------------------*/
/*   Color Pallet Teal   	*/
/* -------------------------*/
.pricing-section .color-pallet-teal [class*=col-] .pricing-header {
  border-color: #00796b;
}

.pricing-section .color-pallet-teal [class*=col-]:nth-child(1) .pricing-header {
  background: #00897b;
}

.pricing-section .color-pallet-teal [class*=col-]:nth-child(1) .pricing-header h5 {
  background: #009688;
}

.pricing-section .color-pallet-teal [class*=col-]:nth-child(2) .pricing-header {
  background: #00796b;
}

.pricing-section .color-pallet-teal [class*=col-]:nth-child(2) .pricing-header h5 {
  background: #00897b;
}

.pricing-section .color-pallet-teal [class*=col-]:nth-child(3) .pricing-header {
  background: #00695c;
}

.pricing-section .color-pallet-teal [class*=col-]:nth-child(3) .pricing-header h5 {
  background: #00796b;
}

.pricing-section .color-pallet-teal [class*=col-]:nth-child(4) .pricing-header {
  background: #004d40;
}

.pricing-section .color-pallet-teal [class*=col-]:nth-child(4) .pricing-header h5 {
  background: #00695c;
}

.pricing-section .color-pallet-teal .btn-act.btn-line {
  background: none;
  border-color: #00897b;
  color: #00897b;
}

.pricing-section .color-pallet-teal .btn-act.btn-line:hover {
  background: #00897b;
  border-color: #00897b;
  color: #fff;
}

.pricing-section .color-pallet-teal .btn-act.btn-bg {
  background-color: #00897b;
  border-color: #00897b;
}

.pricing-section .color-pallet-teal.style-2 .btn-act.btn-line {
  background: none;
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-pallet-teal.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #004d40;
}

.pricing-section .color-pallet-teal.style-2 .btn-act.btn-bg {
  background-color: #004d40;
  border-color: #004d40;
}

.pricing-section .color-pallet-teal.style-2 [class*=col-]:nth-child(1) .pricing-card {
  background: #009688;
}

.pricing-section .color-pallet-teal.style-2 [class*=col-]:nth-child(1) .pricing-feature li {
  border-color: #00897b;
}

.pricing-section .color-pallet-teal.style-2 [class*=col-]:nth-child(2) .pricing-card {
  background: #00897b;
}

.pricing-section .color-pallet-teal.style-2 [class*=col-]:nth-child(2) .pricing-feature li {
  border-color: #00796b;
}

.pricing-section .color-pallet-teal.style-2 [class*=col-]:nth-child(3) .pricing-card {
  background: #00796b;
}

.pricing-section .color-pallet-teal.style-2 [class*=col-]:nth-child(3) .pricing-feature li {
  border-color: #00695c;
}

.pricing-section .color-pallet-teal.style-2 [class*=col-]:nth-child(4) .pricing-card {
  background: #00695c;
}

.pricing-section .color-pallet-teal.style-2 [class*=col-]:nth-child(4) .pricing-feature li {
  border-color: #004d40;
}

/* -------------------------*/
/*   Color Pallet Green   	*/
/* -------------------------*/
.pricing-section .color-pallet-green [class*=col-] .pricing-header {
  border-color: #388e3c;
}

.pricing-section .color-pallet-green [class*=col-]:nth-child(1) .pricing-header {
  background: #43a047;
}

.pricing-section .color-pallet-green [class*=col-]:nth-child(1) .pricing-header h5 {
  background: #4caf50;
}

.pricing-section .color-pallet-green [class*=col-]:nth-child(2) .pricing-header {
  background: #388e3c;
}

.pricing-section .color-pallet-green [class*=col-]:nth-child(2) .pricing-header h5 {
  background: #43a047;
}

.pricing-section .color-pallet-green [class*=col-]:nth-child(3) .pricing-header {
  background: #2e7d32;
}

.pricing-section .color-pallet-green [class*=col-]:nth-child(3) .pricing-header h5 {
  background: #388e3c;
}

.pricing-section .color-pallet-green [class*=col-]:nth-child(4) .pricing-header {
  background: #1b5e20;
}

.pricing-section .color-pallet-green [class*=col-]:nth-child(4) .pricing-header h5 {
  background: #2e7d32;
}

.pricing-section .color-pallet-green .btn-act.btn-line {
  background: none;
  border-color: #43a047;
  color: #43a047;
}

.pricing-section .color-pallet-green .btn-act.btn-line:hover {
  background: #43a047;
  border-color: #43a047;
  color: #fff;
}

.pricing-section .color-pallet-green .btn-act.btn-bg {
  background-color: #43a047;
  border-color: #43a047;
}

.pricing-section .color-pallet-green.style-2 .btn-act.btn-line {
  background: none;
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-pallet-green.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #1b5e20;
}

.pricing-section .color-pallet-green.style-2 .btn-act.btn-bg {
  background-color: #1b5e20;
  border-color: #1b5e20;
}

.pricing-section .color-pallet-green.style-2 [class*=col-]:nth-child(1) .pricing-card {
  background: #4caf50;
}

.pricing-section .color-pallet-green.style-2 [class*=col-]:nth-child(1) .pricing-feature li {
  border-color: #43a047;
}

.pricing-section .color-pallet-green.style-2 [class*=col-]:nth-child(2) .pricing-card {
  background: #43a047;
}

.pricing-section .color-pallet-green.style-2 [class*=col-]:nth-child(2) .pricing-feature li {
  border-color: #388e3c;
}

.pricing-section .color-pallet-green.style-2 [class*=col-]:nth-child(3) .pricing-card {
  background: #388e3c;
}

.pricing-section .color-pallet-green.style-2 [class*=col-]:nth-child(3) .pricing-feature li {
  border-color: #2e7d32;
}

.pricing-section .color-pallet-green.style-2 [class*=col-]:nth-child(4) .pricing-card {
  background: #2e7d32;
}

.pricing-section .color-pallet-green.style-2 [class*=col-]:nth-child(4) .pricing-feature li {
  border-color: #1b5e20;
}

/* -------------------------*/
/*   Color Pallet Light Green   	*/
/* -------------------------*/
.pricing-section .color-pallet-light-green [class*=col-] .pricing-header {
  border-color: #689f38;
}

.pricing-section .color-pallet-light-green [class*=col-]:nth-child(1) .pricing-header {
  background: #7cb342;
}

.pricing-section .color-pallet-light-green [class*=col-]:nth-child(1) .pricing-header h5 {
  background: #8bc34a;
}

.pricing-section .color-pallet-light-green [class*=col-]:nth-child(2) .pricing-header {
  background: #689f38;
}

.pricing-section .color-pallet-light-green [class*=col-]:nth-child(2) .pricing-header h5 {
  background: #7cb342;
}

.pricing-section .color-pallet-light-green [class*=col-]:nth-child(3) .pricing-header {
  background: #558b2f;
}

.pricing-section .color-pallet-light-green [class*=col-]:nth-child(3) .pricing-header h5 {
  background: #689f38;
}

.pricing-section .color-pallet-light-green [class*=col-]:nth-child(4) .pricing-header {
  background: #33691e;
}

.pricing-section .color-pallet-light-green [class*=col-]:nth-child(4) .pricing-header h5 {
  background: #558b2f;
}

.pricing-section .color-pallet-light-green .btn-act.btn-line {
  background: none;
  border-color: #7cb342;
  color: #7cb342;
}

.pricing-section .color-pallet-light-green .btn-act.btn-line:hover {
  background: #7cb342;
  border-color: #7cb342;
  color: #fff;
}

.pricing-section .color-pallet-light-green .btn-act.btn-bg {
  background-color: #7cb342;
  border-color: #7cb342;
}

.pricing-section .color-pallet-light-green.style-2 .btn-act.btn-line {
  background: none;
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-pallet-light-green.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #33691e;
}

.pricing-section .color-pallet-light-green.style-2 .btn-act.btn-bg {
  background-color: #33691e;
  border-color: #33691e;
}

.pricing-section .color-pallet-light-green.style-2 [class*=col-]:nth-child(1) .pricing-card {
  background: #8bc34a;
}

.pricing-section .color-pallet-light-green.style-2 [class*=col-]:nth-child(1) .pricing-feature li {
  border-color: #7cb342;
}

.pricing-section .color-pallet-light-green.style-2 [class*=col-]:nth-child(2) .pricing-card {
  background: #7cb342;
}

.pricing-section .color-pallet-light-green.style-2 [class*=col-]:nth-child(2) .pricing-feature li {
  border-color: #689f38;
}

.pricing-section .color-pallet-light-green.style-2 [class*=col-]:nth-child(3) .pricing-card {
  background: #689f38;
}

.pricing-section .color-pallet-light-green.style-2 [class*=col-]:nth-child(3) .pricing-feature li {
  border-color: #558b2f;
}

.pricing-section .color-pallet-light-green.style-2 [class*=col-]:nth-child(4) .pricing-card {
  background: #558b2f;
}

.pricing-section .color-pallet-light-green.style-2 [class*=col-]:nth-child(4) .pricing-feature li {
  border-color: #33691e;
}

/* -------------------------*/
/*   Color Pallet Lime   	*/
/* -------------------------*/
.pricing-section .color-pallet-lime [class*=col-] .pricing-header {
  border-color: #afb42b;
}

.pricing-section .color-pallet-lime [class*=col-]:nth-child(1) .pricing-header {
  background: #c0ca33;
}

.pricing-section .color-pallet-lime [class*=col-]:nth-child(1) .pricing-header h5 {
  background: #cddc39;
}

.pricing-section .color-pallet-lime [class*=col-]:nth-child(2) .pricing-header {
  background: #afb42b;
}

.pricing-section .color-pallet-lime [class*=col-]:nth-child(2) .pricing-header h5 {
  background: #c0ca33;
}

.pricing-section .color-pallet-lime [class*=col-]:nth-child(3) .pricing-header {
  background: #9e9d24;
}

.pricing-section .color-pallet-lime [class*=col-]:nth-child(3) .pricing-header h5 {
  background: #afb42b;
}

.pricing-section .color-pallet-lime [class*=col-]:nth-child(4) .pricing-header {
  background: #827717;
}

.pricing-section .color-pallet-lime [class*=col-]:nth-child(4) .pricing-header h5 {
  background: #9e9d24;
}

.pricing-section .color-pallet-lime .btn-act.btn-line {
  background: none;
  border-color: #c0ca33;
  color: #c0ca33;
}

.pricing-section .color-pallet-lime .btn-act.btn-line:hover {
  background: #c0ca33;
  border-color: #c0ca33;
  color: #fff;
}

.pricing-section .color-pallet-lime .btn-act.btn-bg {
  background-color: #c0ca33;
  border-color: #c0ca33;
}

.pricing-section .color-pallet-lime.style-2 .btn-act.btn-line {
  background: none;
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-pallet-lime.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #827717;
}

.pricing-section .color-pallet-lime.style-2 .btn-act.btn-bg {
  background-color: #827717;
  border-color: #827717;
}

.pricing-section .color-pallet-lime.style-2 [class*=col-]:nth-child(1) .pricing-card {
  background: #cddc39;
}

.pricing-section .color-pallet-lime.style-2 [class*=col-]:nth-child(1) .pricing-feature li {
  border-color: #c0ca33;
}

.pricing-section .color-pallet-lime.style-2 [class*=col-]:nth-child(2) .pricing-card {
  background: #c0ca33;
}

.pricing-section .color-pallet-lime.style-2 [class*=col-]:nth-child(2) .pricing-feature li {
  border-color: #afb42b;
}

.pricing-section .color-pallet-lime.style-2 [class*=col-]:nth-child(3) .pricing-card {
  background: #afb42b;
}

.pricing-section .color-pallet-lime.style-2 [class*=col-]:nth-child(3) .pricing-feature li {
  border-color: #9e9d24;
}

.pricing-section .color-pallet-lime.style-2 [class*=col-]:nth-child(4) .pricing-card {
  background: #9e9d24;
}

.pricing-section .color-pallet-lime.style-2 [class*=col-]:nth-child(4) .pricing-feature li {
  border-color: #827717;
}

/* -------------------------*/
/*   Color Pallet Yellow   	*/
/* -------------------------*/
.pricing-section .color-pallet-yellow [class*=col-] .pricing-header {
  border-color: #ffa000;
}

.pricing-section .color-pallet-yellow [class*=col-]:nth-child(1) .pricing-header {
  background: #ffb300;
}

.pricing-section .color-pallet-yellow [class*=col-]:nth-child(1) .pricing-header h5 {
  background: #ffc107;
}

.pricing-section .color-pallet-yellow [class*=col-]:nth-child(2) .pricing-header {
  background: #ffa000;
}

.pricing-section .color-pallet-yellow [class*=col-]:nth-child(2) .pricing-header h5 {
  background: #ffb300;
}

.pricing-section .color-pallet-yellow [class*=col-]:nth-child(3) .pricing-header {
  background: #ff8f00;
}

.pricing-section .color-pallet-yellow [class*=col-]:nth-child(3) .pricing-header h5 {
  background: #ffa000;
}

.pricing-section .color-pallet-yellow [class*=col-]:nth-child(4) .pricing-header {
  background: #ff6f00;
}

.pricing-section .color-pallet-yellow [class*=col-]:nth-child(4) .pricing-header h5 {
  background: #ff8f00;
}

.pricing-section .color-pallet-yellow .btn-act.btn-line {
  background: none;
  border-color: #ffb300;
  color: #ffb300;
}

.pricing-section .color-pallet-yellow .btn-act.btn-line:hover {
  background: #ffb300;
  border-color: #ffb300;
  color: #fff;
}

.pricing-section .color-pallet-yellow .btn-act.btn-bg {
  background-color: #ffb300;
  border-color: #ffb300;
}

.pricing-section .color-pallet-yellow.style-2 .btn-act.btn-line {
  background: none;
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-pallet-yellow.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #e65100;
}

.pricing-section .color-pallet-yellow.style-2 .btn-act.btn-bg {
  background-color: #e65100;
  border-color: #e65100;
}

.pricing-section .color-pallet-yellow.style-2 [class*=col-]:nth-child(1) .pricing-card {
  background: #ffc107;
}

.pricing-section .color-pallet-yellow.style-2 [class*=col-]:nth-child(1) .pricing-feature li {
  border-color: #ffb300;
}

.pricing-section .color-pallet-yellow.style-2 [class*=col-]:nth-child(2) .pricing-card {
  background: #ffb300;
}

.pricing-section .color-pallet-yellow.style-2 [class*=col-]:nth-child(2) .pricing-feature li {
  border-color: #ffa000;
}

.pricing-section .color-pallet-yellow.style-2 [class*=col-]:nth-child(3) .pricing-card {
  background: #ffa000;
}

.pricing-section .color-pallet-yellow.style-2 [class*=col-]:nth-child(3) .pricing-feature li {
  border-color: #ff8f00;
}

.pricing-section .color-pallet-yellow.style-2 [class*=col-]:nth-child(4) .pricing-card {
  background: #ff8f00;
}

.pricing-section .color-pallet-yellow.style-2 [class*=col-]:nth-child(4) .pricing-feature li {
  border-color: #ff6f00;
}

/* -------------------------*/
/*   Color Pallet Orange   	*/
/* -------------------------*/
.pricing-section .color-pallet-orange [class*=col-] .pricing-header {
  border-color: #f57c00;
}

.pricing-section .color-pallet-orange [class*=col-]:nth-child(1) .pricing-header {
  background: #fb8c00;
}

.pricing-section .color-pallet-orange [class*=col-]:nth-child(1) .pricing-header h5 {
  background: #ff9800;
}

.pricing-section .color-pallet-orange [class*=col-]:nth-child(2) .pricing-header {
  background: #f57c00;
}

.pricing-section .color-pallet-orange [class*=col-]:nth-child(2) .pricing-header h5 {
  background: #fb8c00;
}

.pricing-section .color-pallet-orange [class*=col-]:nth-child(3) .pricing-header {
  background: #ef6c00;
}

.pricing-section .color-pallet-orange [class*=col-]:nth-child(3) .pricing-header h5 {
  background: #f57c00;
}

.pricing-section .color-pallet-orange [class*=col-]:nth-child(4) .pricing-header {
  background: #e65100;
}

.pricing-section .color-pallet-orange [class*=col-]:nth-child(4) .pricing-header h5 {
  background: #ef6c00;
}

.pricing-section .color-pallet-orange .btn-act.btn-line {
  background: none;
  border-color: #fb8c00;
  color: #fb8c00;
}

.pricing-section .color-pallet-orange .btn-act.btn-line:hover {
  background: #fb8c00;
  border-color: #fb8c00;
  color: #fff;
}

.pricing-section .color-pallet-orange .btn-act.btn-bg {
  background-color: #fb8c00;
  border-color: #fb8c00;
}

.pricing-section .color-pallet-orange.style-2 .btn-act.btn-line {
  background: none;
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-pallet-orange.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #e65100;
}

.pricing-section .color-pallet-orange.style-2 .btn-act.btn-bg {
  background-color: #e65100;
  border-color: #e65100;
}

.pricing-section .color-pallet-orange.style-2 [class*=col-]:nth-child(1) .pricing-card {
  background: #ff9800;
}

.pricing-section .color-pallet-orange.style-2 [class*=col-]:nth-child(1) .pricing-feature li {
  border-color: #fb8c00;
}

.pricing-section .color-pallet-orange.style-2 [class*=col-]:nth-child(2) .pricing-card {
  background: #fb8c00;
}

.pricing-section .color-pallet-orange.style-2 [class*=col-]:nth-child(2) .pricing-feature li {
  border-color: #f57c00;
}

.pricing-section .color-pallet-orange.style-2 [class*=col-]:nth-child(3) .pricing-card {
  background: #f57c00;
}

.pricing-section .color-pallet-orange.style-2 [class*=col-]:nth-child(3) .pricing-feature li {
  border-color: #ef6c00;
}

.pricing-section .color-pallet-orange.style-2 [class*=col-]:nth-child(4) .pricing-card {
  background: #ef6c00;
}

.pricing-section .color-pallet-orange.style-2 [class*=col-]:nth-child(4) .pricing-feature li {
  border-color: #e65100;
}

/* -------------------------*/
/*   Color Pallet Orange   	*/
/* -------------------------*/
.pricing-section .color-pallet-deep-orange [class*=col-] .pricing-header {
  border-color: #e64a19;
}

.pricing-section .color-pallet-deep-orange [class*=col-]:nth-child(1) .pricing-header {
  background: #f4511e;
}

.pricing-section .color-pallet-deep-orange [class*=col-]:nth-child(1) .pricing-header h5 {
  background: #ff5722;
}

.pricing-section .color-pallet-deep-orange [class*=col-]:nth-child(2) .pricing-header {
  background: #e64a19;
}

.pricing-section .color-pallet-deep-orange [class*=col-]:nth-child(2) .pricing-header h5 {
  background: #f4511e;
}

.pricing-section .color-pallet-deep-orange [class*=col-]:nth-child(3) .pricing-header {
  background: #d84315;
}

.pricing-section .color-pallet-deep-orange [class*=col-]:nth-child(3) .pricing-header h5 {
  background: #e64a19;
}

.pricing-section .color-pallet-deep-orange [class*=col-]:nth-child(4) .pricing-header {
  background: #bf360c;
}

.pricing-section .color-pallet-deep-orange [class*=col-]:nth-child(4) .pricing-header h5 {
  background: #d84315;
}

.pricing-section .color-pallet-deep-orange .btn-act.btn-line {
  background: none;
  border-color: #f4511e;
  color: #f4511e;
}

.pricing-section .color-pallet-deep-orange .btn-act.btn-line:hover {
  background: #f4511e;
  border-color: #f4511e;
  color: #fff;
}

.pricing-section .color-pallet-deep-orange .btn-act.btn-bg {
  background-color: #f4511e;
  border-color: #f4511e;
}

.pricing-section .color-pallet-deep-orange.style-2 .btn-act.btn-line {
  background: none;
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-pallet-deep-orange.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #bf360c;
}

.pricing-section .color-pallet-deep-orange.style-2 .btn-act.btn-bg {
  background-color: #bf360c;
  border-color: #bf360c;
}

.pricing-section .color-pallet-deep-orange.style-2 [class*=col-]:nth-child(1) .pricing-card {
  background: #ff5722;
}

.pricing-section .color-pallet-deep-orange.style-2 [class*=col-]:nth-child(1) .pricing-feature li {
  border-color: #f4511e;
}

.pricing-section .color-pallet-deep-orange.style-2 [class*=col-]:nth-child(2) .pricing-card {
  background: #f4511e;
}

.pricing-section .color-pallet-deep-orange.style-2 [class*=col-]:nth-child(2) .pricing-feature li {
  border-color: #e64a19;
}

.pricing-section .color-pallet-deep-orange.style-2 [class*=col-]:nth-child(3) .pricing-card {
  background: #e64a19;
}

.pricing-section .color-pallet-deep-orange.style-2 [class*=col-]:nth-child(3) .pricing-feature li {
  border-color: #d84315;
}

.pricing-section .color-pallet-deep-orange.style-2 [class*=col-]:nth-child(4) .pricing-card {
  background: #d84315;
}

.pricing-section .color-pallet-deep-orange.style-2 [class*=col-]:nth-child(4) .pricing-feature li {
  border-color: #bf360c;
}

/* -------------------------*/
/*   Color Pallet Brown   	*/
/* -------------------------*/
.pricing-section .color-pallet-brown [class*=col-] .pricing-header {
  border-color: #5d4037;
}

.pricing-section .color-pallet-brown [class*=col-]:nth-child(1) .pricing-header {
  background: #6d4c41;
}

.pricing-section .color-pallet-brown [class*=col-]:nth-child(1) .pricing-header h5 {
  background: #795548;
}

.pricing-section .color-pallet-brown [class*=col-]:nth-child(2) .pricing-header {
  background: #5d4037;
}

.pricing-section .color-pallet-brown [class*=col-]:nth-child(2) .pricing-header h5 {
  background: #6d4c41;
}

.pricing-section .color-pallet-brown [class*=col-]:nth-child(3) .pricing-header {
  background: #4e342e;
}

.pricing-section .color-pallet-brown [class*=col-]:nth-child(3) .pricing-header h5 {
  background: #5d4037;
}

.pricing-section .color-pallet-brown [class*=col-]:nth-child(4) .pricing-header {
  background: #3e2723;
}

.pricing-section .color-pallet-brown [class*=col-]:nth-child(4) .pricing-header h5 {
  background: #4e342e;
}

.pricing-section .color-pallet-brown .btn-act.btn-line {
  background: none;
  border-color: #6d4c41;
  color: #6d4c41;
}

.pricing-section .color-pallet-brown .btn-act.btn-line:hover {
  background: #6d4c41;
  border-color: #6d4c41;
  color: #fff;
}

.pricing-section .color-pallet-brown .btn-act.btn-bg {
  background-color: #6d4c41;
  border-color: #6d4c41;
}

.pricing-section .color-pallet-brown.style-2 .btn-act.btn-line {
  background: none;
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-pallet-brown.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #3e2723;
}

.pricing-section .color-pallet-brown.style-2 .btn-act.btn-bg {
  background-color: #3e2723;
  border-color: #3e2723;
}

.pricing-section .color-pallet-brown.style-2 [class*=col-]:nth-child(1) .pricing-card {
  background: #795548;
}

.pricing-section .color-pallet-brown.style-2 [class*=col-]:nth-child(1) .pricing-feature li {
  border-color: #6d4c41;
}

.pricing-section .color-pallet-brown.style-2 [class*=col-]:nth-child(2) .pricing-card {
  background: #6d4c41;
}

.pricing-section .color-pallet-brown.style-2 [class*=col-]:nth-child(2) .pricing-feature li {
  border-color: #5d4037;
}

.pricing-section .color-pallet-brown.style-2 [class*=col-]:nth-child(3) .pricing-card {
  background: #5d4037;
}

.pricing-section .color-pallet-brown.style-2 [class*=col-]:nth-child(3) .pricing-feature li {
  border-color: #4e342e;
}

.pricing-section .color-pallet-brown.style-2 [class*=col-]:nth-child(4) .pricing-card {
  background: #4e342e;
}

.pricing-section .color-pallet-brown.style-2 [class*=col-]:nth-child(4) .pricing-feature li {
  border-color: #3e2723;
}

/* -------------------------*/
/*   Color Pallet Grey   	*/
/* -------------------------*/
.pricing-section .color-pallet-grey [class*=col-] .pricing-header {
  border-color: #616161;
}

.pricing-section .color-pallet-grey [class*=col-]:nth-child(1) .pricing-header {
  background: #757575;
}

.pricing-section .color-pallet-grey [class*=col-]:nth-child(1) .pricing-header h5 {
  background: #9e9e9e;
}

.pricing-section .color-pallet-grey [class*=col-]:nth-child(2) .pricing-header {
  background: #616161;
}

.pricing-section .color-pallet-grey [class*=col-]:nth-child(2) .pricing-header h5 {
  background: #757575;
}

.pricing-section .color-pallet-grey [class*=col-]:nth-child(3) .pricing-header {
  background: #424242;
}

.pricing-section .color-pallet-grey [class*=col-]:nth-child(3) .pricing-header h5 {
  background: #616161;
}

.pricing-section .color-pallet-grey [class*=col-]:nth-child(4) .pricing-header {
  background: #212121;
}

.pricing-section .color-pallet-grey [class*=col-]:nth-child(4) .pricing-header h5 {
  background: #424242;
}

.pricing-section .color-pallet-grey .btn-act.btn-line {
  background: none;
  border-color: #757575;
  color: #757575;
}

.pricing-section .color-pallet-grey .btn-act.btn-line:hover {
  background: #757575;
  border-color: #757575;
  color: #fff;
}

.pricing-section .color-pallet-grey .btn-act.btn-bg {
  background-color: #757575;
  border-color: #757575;
}

.pricing-section .color-pallet-grey.style-2 .btn-act.btn-line {
  background: none;
  border-color: #fff;
  color: #fff;
}

.pricing-section .color-pallet-grey.style-2 .btn-act.btn-line:hover {
  background: #fff;
  border-color: #fff;
  color: #424242;
}

.pricing-section .color-pallet-grey.style-2 .btn-act.btn-bg {
  background-color: #424242;
  border-color: #424242;
}

.pricing-section .color-pallet-grey.style-2 [class*=col-]:nth-child(1) .pricing-card {
  background: #9e9e9e;
}

.pricing-section .color-pallet-grey.style-2 [class*=col-]:nth-child(1) .pricing-feature li {
  border-color: #757575;
}

.pricing-section .color-pallet-grey.style-2 [class*=col-]:nth-child(2) .pricing-card {
  background: #757575;
}

.pricing-section .color-pallet-grey.style-2 [class*=col-]:nth-child(2) .pricing-feature li {
  border-color: #616161;
}

.pricing-section .color-pallet-grey.style-2 [class*=col-]:nth-child(3) .pricing-card {
  background: #616161;
}

.pricing-section .color-pallet-grey.style-2 [class*=col-]:nth-child(3) .pricing-feature li {
  border-color: #424242;
}

.pricing-section .color-pallet-grey.style-2 [class*=col-]:nth-child(4) .pricing-card {
  background: #424242;
}

.pricing-section .color-pallet-grey.style-2 [class*=col-]:nth-child(4) .pricing-feature li {
  border-color: #212121;
}

/* ======================== */
/*   Button Color   		*/
/* ========================	*/
.pricing-section .btn-act {
  line-height: normal;
  padding: 9px 26px;
  border: 2px solid;
  font-size: 14px;
  font-weight: 500;
  /*text-transform: capitalize;*/
  color: #666;
  vertical-align: middle;
  will-change: opacity, transform;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}

.pricing-section .btn-act.rounded {
  border-radius: 50px;
}

.pricing-section .btn-act.boxed {
  border-radius: 0;
}

.pricing-section .btn-act.btn-uppercase {
  text-transform: uppercase;
  font-size: 13px;
}

.pricing-section .btn-act.btn-capitalize {
  text-transform: capitalize;
}

.pricing-section .btn-act span {
  position: relative;
  left: 0;
  -webkit-transition: left 0.2s linear;
          transition: left 0.2s linear;
}

.pricing-section .btn-act i {
  -webkit-transition: margin-left 0.2s linear;
          transition: margin-left 0.2s linear;
  opacity: 0;
  margin-left: 0;
  position: absolute;
  line-height: inherit;
}

.pricing-section .btn-act:hover {
  border-color: initial;
  background: initial;
}

.pricing-section .btn-act:hover span {
  left: -0.3em;
}

.pricing-section .btn-act:hover i {
  opacity: 1;
  margin-left: 0.25em;
}

.pricing-section .btn-act.btn-line {
  background: #fff;
  border-color: #616161;
  color: #616161;
}

.pricing-section .btn-act.btn-line:hover {
  border-color: #212121;
  background: #212121;
  color: #fff;
}

.pricing-section .btn-act.btn-bg {
  background: #616161;
  border-color: #616161;
  color: #fff;
}

.pricing-section .btn-act.btn-bg:hover {
  background: #212121;
  border-color: #212121;
}

.pricing-section .style-2 .btn-act.btn-line {
  background: none;
  border-color: #fff;
  color: #fff;
}

.pricing-section .style-2 .btn-act.btn-bg:hover {
  background: #212121;
  border-color: #212121;
}

/* ======================== */
/*   Tooltips               */
/* ======================== */
.pricing-section .tooltip {
  outline: none;
  color: inherit;
  position: relative;
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  cursor: help;
  border-bottom: 1px dotted;
  font-weight: normal !important;
}

.pricing-section .tooltip .tooltip-content {
  border-radius: 4px;
  position: absolute;
  color: #111;
  border: 1px solid #ddd;
  background: #f9f9f9;
  line-height: 1.6;
  font-weight: normal;
  font-size: 12px;
  padding: 15px;
  bottom: 36px;
  left: -10px;
  margin: 0 auto;
  z-index: 9999;
  width: 200px;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.25s ease-in;
          transition: all 0.25s ease-in;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  visibility: hidden;
  opacity: 0;
  display: block;
}

.pricing-section .tooltip .tooltip-content:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10%;
  width: 20px;
  height: 20px;
  background: #f9f9f9;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 0;
}

.pricing-section .tooltip:hover span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.pricing-section .list-feature .pricing-card {
  border-top-color: #FFF;
  border-left-color: #FFF;
}
.pricing-section .list-feature .pricing-card .pricing-feature {
  border-left: 1px solid #DDD;
}
