/*============================================================
* Template Name    : CSS3 Responsive Pricing Table 
* Author           : Vishal Lad
* Version          : 1.0
* Created          : 15/May/2020;
* File Description : Main CSS file of the template
===========================================================*/

/*====================== TABLE 
    1.Basic
	1.Theme Two
 ========================*/

/*====================== 1. Basic ========================*/      
body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.5px;
}
h2{
	color: #3C4857;
}
/*========================== End Basic ============================*/

/*==========================  START PRICING TABLE STYLE 2 ============================*/


div.a {
  text-align: center;
}

div.b {
  text-align: left;
}

div.c {
  text-align: right;
} 

div.d {
  text-align: justify;
} 

.pricing-two {
    background-color: #fff;
    padding: 60px 0;
}
.pricing-two .pricing-name {
    position: relative;
}
.pricing-two .pricing-name .pricing-round {
    padding: 20px 0;
}
.pricing-two .pricing-box.one .pricing-name .pricing-round {
    background-color: #d32f2f;
}
.pricing-two .pricing-box.two .pricing-name .pricing-round {
    background-color: #f57c00;
}
.pricing-two .pricing-box.three .pricing-name .pricing-round {
    background-color: #0097a7;
}
.pricing-two .pricing-box.four .pricing-name .pricing-round {
    background-color: #388e3c;
}
.pricing-two .pricing-box.one .pricing-value {
    background-color: rgba(211, 47, 47, 0.1);
}
.pricing-two .pricing-box.two .pricing-value {
    background-color: rgba(245, 124, 0, 0.1);
}
.pricing-two .pricing-box.three .pricing-value {
    background-color: rgba(0, 151, 167, 0.1);
}
.pricing-two .pricing-box.four .pricing-value {
    background-color: rgba(56, 142, 60, 0.1);
}
.pricing-two .pricing-name .pricing-round h6 {
    margin-bottom: 0;
	color: #fff;
    font-weight: 700;
}
.pricing-two .pricing-box {
    background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10), 0 2px 2px -4px rgba(0, 0, 0, 0.2), 0 1px 6px 0 rgba(0, 0, 0, 0.10);
}
.pricing-two .pricing-box:hover{
	box-shadow: 0 6px 10px -30px rgba(0, 0, 0, 0.26), 0 4px 15px 2px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.pricing-two .pricing-value {
    font-size: 18px;
    padding: 18px 0 8px 0;
	color: #3C4857;
}
.pricing-two .pricing-value span.amount {
    font-weight: 700;
    font-size: 30px;
    line-height: 64px;
}
.pricing-value .amount small {
    font-size: 26px;
    top: -8px;
    position: relative;
}
.pricing-two .pricing-list ul li {
    padding: 15px 0;
    color: #3C4857;
    font-size: 16px;
    border-bottom: 1px dotted #e5e5e5;
    text-align: left;
}
.pricing-two .pricing-list {
    padding: 0 15px;
}
.pricing-two .pricing-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.pricing-two .pricing-box .pricing-list ul li i {
    margin-right: 6px;
}
.pricing-two .pricing-price {
    padding: 20px 0;
}
.pricing-two .pricing-price .custom-price i {
    margin-right: 5px;
}
.pricing-two .pricing-price .custom-price {
    color: #fff;
    border-radius: 30px;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 13px;
}
.pricing-two .pricing-box.one .pricing-price .custom-price {
    background-color: #d32f2f;
}
.pricing-two .pricing-box.two .pricing-price .custom-price {
    background-color: #f57c00;
}
.pricing-two .pricing-box.three .pricing-price .custom-price {
    background-color: #0097a7;
}
.pricing-two .pricing-box.four .pricing-price .custom-price {
    background-color: #388e3c;
}

/*==========================  END PRICING TABLE STYLE 2 ============================*/
