/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .card{
	border: 0;
	background: #03090e;
}

.section-title-p{
text-align: center;
padding-bottom: 30px;
}
.section-title-p p{
	color: #dee2e6;
}
.section-title-p h2 {
font-size: 32px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 20px;
padding-bottom: 0;
color: #f7f7f9;
}
.section-title-p h3{
color: #f7f7f9;
font-size: 1.75rem;
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2;
}
.pricing .box {
padding: 20px;
background: #05111c;
text-align: center;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
border-radius: 5px;
position: relative;
overflow: hidden;
}
.pricing .box h3 {
font-weight: 400;
margin: -20px -20px 20px -20px;
padding: 20px 15px;
font-size: 16px;
font-weight: 600;
color: #777777;
background: #f8f8f8;
}
.pricing .box h4 {
font-size: 36px;
color: #ffffff;
font-weight: 600;
/*font-family: "Poppins", sans-serif;*/
margin-bottom: 20px;
}
.pricing .box h4 sup {
font-size: 20px;
top: -15px;
left: -3px;
}
.pricing .box h4 span {
color: #bababa;
font-size: 16px;
font-weight: 300;
}
.pricing .box ul {
padding: 0;
list-style: none;
color: #d2d6da;
text-align: center;
line-height: 20px;
font-size: 14px;
}
.pricing .box ul li {
padding-bottom: 16px;
}
.pricing .box ul i {
color: #106eea;
font-size: 18px;
padding-right: 4px;
}
.pricing .box ul .na {
color: #ccc;
text-decoration: line-through;
}
.pricing .btn-wrap {
margin: 20px -20px -20px -20px;
padding: 20px 15px;
background: #f8f8f8;
text-align: center;
}
.pricing .btn-buy {
background-image: linear-gradient(180deg,#F8D12F 0%,#F0B90B 100%);
display: inline-block;
padding: 8px 35px 10px 35px;
border-radius: 4px;
color: #212833;
transition: none;
font-size: 14px;
font-weight: 400;
font-family: "Roboto", sans-serif;
font-weight: 600;
transition: 0.3s;
}
.pricing .btn-buy:hover {
background-image: linear-gradient(180deg,#F8D12F 0%,#dca803 100%);
}
.pricing .featured h3 {
color: #545454;
font-weight: 600;
background: #F8D12F;
}
.pricing .advanced {
width: 200px;
position: absolute;
top: 18px;
right: -68px;
transform: rotate(45deg);
z-index: 1;
font-size: 14px;
padding: 1px 0 3px 0;
background: #F8D12F;
color: #343a40;
}
.btn-wrap  .button-flipper {
transition: 0.8s cubic-bezier(0.775, 0.07, 0.575, 0.995);
transform-style: preserve-3d;
}
.btn-wrap  .button-flipper:hover {
transform: rotateX(180deg);
}
.btn-wrap  .front-button {
text-align:center;
background-image: linear-gradient(
180deg
,#F8D12F 0%,#F0B90B 100%);
display: inline-block;
padding: 8px 35px 10px 35px;
border-radius: 4px;
color: #212833;
transition: none;
font-size: 14px;
font-weight: 400;
font-family: "Roboto", sans-serif;
font-weight: 600;
transition: 0.3s;
cursor: pointer;
backface-visibility: hidden;
z-index: 2;
transform: rotateX(0deg);
position: absolute;
box-shadow: 0px 8px 12px #ccc;
}
.btn-wrap .back-button {
text-align:center;
background-image: linear-gradient(
180deg
,#F8D12F 0%,#F0B90B 100%);
display: inline-block;
padding: 8px 35px 10px 35px;
border-radius: 4px;
color: #212833;
transition: none;
font-size: 14px;
font-weight: 400;
font-family: "Roboto", sans-serif;
font-weight: 600;
transition: 0.3s;
cursor: pointer;
backface-visibility: hidden;
transform: rotateX(180deg);
position: relative;
box-shadow: 0px 8px 12px #ccc;
}
@media screen and (max-width: 768px) {
	.section-title-p h2{
		    font-size: 22px;
		   padding: 0 5px;	   
	}
	.section-title-p p {
	    color: #dee2e6;
	    padding: 5px;
	    margin-bottom: 0rem;
	}
}