html {
    font-family: 'futura-pt', 'Open Sans', sans-serif;
    font-size: 19px;
    /* line-height: 1.42857143; */
    /* color: #333; */
    /* background-color: #f8f8f8; */
}
/* 8-1. PRICING TABLE */
.pricing-item-content {
	position: relative;
    -webkit-transition: box-shadow .3s ease;
            transition: box-shadow .3s ease;
}
.pricing-item:hover .pricing-item-content,
.pricing-item.active .pricing-item-content {
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
}
.pricing-table .head {
    min-height: 195px;
    position: relative;
    padding: 0;
	background-color: #f8f8f8;
    color: #ffffff;
    text-shadow: 0px 0px 7px #aaa;
    text-align: center;
    -webkit-transition: border-color .3s ease, background-color .3s ease-in-out;
            transition: border-color .3s ease, background-color .3s ease-in-out;
}
.pricing-item:hover .head,
.pricing-item.active .head {
    border-color: #fdc800 #fdc800 #e30613;
    background-color: #fdc800;
    /* border-color: #303030 #303030 #e30613;
    background-color: #303030; */
}
.pricing-item:hover .head.border-green,
.pricing-item.active .head.border-green {
    border-color: #e30613;
}
.pricing-table .head .title {
    color: white;
    position: absolute;
    top: 57px;
    left: 36px;
    font-size: 38px; /* 2.5vw */ /* 2rem */ /* 38px */
    margin-top: 0;
}
.pricing-table .head .firma {
    color: white;
    position: absolute;
    top: 7px;
    left: 36px;
    font-size: 38px; /* 2.5vw */ /* 2rem */ /* 38px */
    margin-top: 0;
}
.pricing-item:hover .head .title,
.pricing-item.active .head .title {
    color: #fff;
}
.pricing-item:hover .head .desc,
.pricing-item.active .head .desc {
    color: #e9e9e9;
}
.pricing-table .head .price {
    position: absolute;
    top: 100px;
    left: 32px;
    font-size: 52px; /* 2.7rem */ /* 52px */ /* 3.37vw */
    font-weight: bold;
    text-align: left;
    width: 90%;
}
.pricing-table .head .price .price-info {
    font-size: 18px; /* 1.2vw */ /* 0.95rem */ /* 18px */
    font-weight: normal;
    position: absolute;
    top: 67px;
    left: 3px;
    text-align: left;
}
.pricing-table .head .price .price-info-icon {
    font-size: 20px; /* 1.22vw */ /* 1rem*/ /* 20px */
    font-weight: normal;
    position: relative;
    top: -28px;
    left: -7px;
    cursor: help;
}
/* .pricing-table .head .price {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -75px;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding-top: 40px;
    border-radius: 50%;
	color: #fff;
    background-color: #e30613;
    font-size: 20px;
    line-height: 24px;
    -webkit-transition: background-color .25s ease-in-out;
            transition: background-color .25s ease-in-out;
    z-index: 0;
} */
/* .pricing-table .head .price:before {
    content: " ";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 170px;
    height: 170px;
    background-color: rgba(227, 6, 19, 0.6);
    border-radius: 50%;
    -webkit-transition: background-color .25s ease-in-out;
            transition: background-color .25s ease-in-out;
    z-index: -1;
} */
.pricing-table .head .price span {
    font-size: 24px;
    font-weight: 800;
}

#pricing #pricing-header {
    color: #000000;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}
.pricing-table .head .desc {
    color: #000000;
    font-weight: 400;
    padding: 0 40px;
}

.pricing-table .body {
    /* padding-top: 95px; */
    border: 1px solid #e9e9e9;
    background-color: #fff;
    text-align: left;
}
.bg-whitesmoke .pricing-table .body {
    background-color: #fff;
}
.pricing-table .body .features ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pricing-table .body .features ul li {
    color: #000000;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    font-weight: 400;
}

.pricing-table .body .buy-now {
    padding: 30px 0;
}
.pricing-table .body .buy-now .btn {
    height: auto;
    padding: 10px 40px;
    background-color: #e30613;
	-webkit-transition: color .3s ease, background-color .3s ease-in-out;
	        transition: color .3s ease, background-color .3s ease-in-out;
}
.pricing-table .body .buy-now .btn:hover,
.pricing-table .body .buy-now .btn:focus {
    /* background-color: #e30613; */
    text-decoration: none;
    background-color: #a6000a;
}

/* X-2. PRICING DEATILS */
.pricing-details {
    padding: 100px 0;
}
.pricing-details .title {
    margin-bottom: 70px;
    text-align: center;
}
.pricing-details .title h2 {
    display: inline-block;
    position: relative;
    margin: 0;
    padding-bottom: 25px;
    color: #222222;
    font-size: 30px;
    text-transform: uppercase;
}
.pricing-details .title h2:before {
    content: " ";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    margin: 0 auto;
    background-color: #7dc01d;
}

.pricing-details-item .heading {
    min-height: 62px;
}
.pricing-details-item .heading h3 {
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #e9e9e9;
    color: #fff;
    background-color: #e30613;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
    padding: 20px 0;
}

.bg-whitesmoke .pricing-details-item.body .content {
    background-color: #fff;
}
.pricing-details-item.head .content,
.pricing-details-item.body .content {
    border-top: 1px solid #e9e9e9;
}
.pricing-details-item.head .content ul,
.pricing-details-item.body .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pricing-details-item.head .content li {
    padding: 10px 20px;
    border-bottom: 1px solid #e9e9e9;
    color: #fff;
    background-color: #36393d;
    font-size: 16px;
}
.pricing-details-item.head .content li:nth-child(odd) {
    background: #41444a;
}

.pricing-details-item.body .content li {
    border: 0;
    font-size: 16px;
    padding: 10px 20px;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
}
.pricing-details-item.body .content .action-btn {
    padding: 20px 0;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #e9e9e9;
    text-align: center;
}
.pricing-details-item.body:nth-child(2) .content .action-btn {
    border-left: 1px solid #e9e9e9;
}
.pricing-details-item.body .content .action-btn .btn {
    background-color: #e30613;
}
.pricing-details-item.body .content .action-btn .btn:hover,
.pricing-details-item.body .content .action-btn .btn:focus {
    background-color: #e30613;
}
.buy-now .row {
    margin-left: 0;
    margin-right: 0;
}
.btn {
    text-transform: none !important;
}