.demoPrice{ background-color: #dbdbdb;
    padding-top: 40px;
    padding-bottom: 40px; }
.pricingTable{
    background-color: #fff;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    padding: 0 0 15px;
    margin: 0 10px;
    border-radius: 20px 20px 150px 150px;
}
.pricingTable .pricingTable-header{
    background-color: #fff;
    padding: 10px;
    margin: 0 0 -10px;
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 2;
}
.pricingTable .title{
    color: #f73636;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.pricingTable .price-value{
    color: #fff;
    background-color: #f73636;
    padding: 20px 40px;
    margin: 0 -10px;
    position: relative;
    z-index: 1;
}
.pricingTable .price-value:before,
.pricingTable .price-value:after{
    content: '';
    background-color: #d60202;
    height: 15px;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    z-index: -1;
}
.pricingTable .price-value:after{
    top: auto;
    bottom: -5px;
}
.pricingTable .amount{
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    display: block;
}
.pricingTable .month{
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.pricingTable .pricing-content{
    background-color: #fff;
    padding: 15px;
    margin: -10px 0 20px 0;
    list-style: none;
    position: relative;
    z-index: 1;
}
.pricingTable .pricing-content li{
    color:  rgba(0,0,0,0.8);
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 10px 5px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.pricingTable .pricingTable-signup{
    color: #fff;
    background-color: #f73636;
    font-size: 15px;
    font-weight: 800;
    line-height: 75px;
    height: 100px;
    width: 100px;
    border: 7px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.2);
    display:inline-block;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover{
    color: #fff;
    box-shadow: 0 0 5px 10px rgba(0,0,0,0.2);
}
.pricingTable .pricingTable-signup:after{
    content: "\f061";
    color: #fff;
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 900;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
.pricingTable.green .title{ color: #8fcc26; }
.pricingTable.green .price-value{ background-color: #8fcc26; }
.pricingTable.green .price-value:before,
.pricingTable.green .price-value:after{
    background-color: #6aa800;
}
.pricingTable.green .pricingTable-signup{ background-color: #8fcc26; }
.pricingTable.blue .title{ color: #1766c1; }
.pricingTable.blue .price-value{ background-color: #1766c1; }
.pricingTable.blue .price-value:before,
.pricingTable.blue .price-value:after{
    background-color: #004faa;
}
.pricingTable.blue .pricingTable-signup{ background-color: #1766c1; }
.pricingTable.purple .title{ color: #9a27d8; }
.pricingTable.purple .price-value{ background-color: #9a27d8; }
.pricingTable.purple .price-value:before,
.pricingTable.purple .price-value:after{
    background-color: #7905b7;
}
.pricingTable.purple .pricingTable-signup{ background-color: #9a27d8; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 10px 30px; }
}



.pricing-check {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 22px;
    background-color: #fff;
    z-index: 99;
    display: none;
}
.order-btns {
    text-align: center;
    /* float: right; */
    padding: 10px !important;
    background-color: #172b4d;
    font-size: 12px !important;
    margin: auto !important;
    color: #fff !important;
    margin-top: 20px !important;
    font-weight: normal !important;
    float: left;
    border: none;
    font-family: inherit;
    font-size: 10px;
    color: inherit;
    /* background: none; */
    cursor: pointer;
    padding: 9px 55px;
    padding-right: 10px;
    display: inline-block;
    margin: 6px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-left: 0;
    background: #a7a7a7 !important;
    color: #fff !important;
    background: -webkit-linear-gradient(to right, #230069, #8E2DE2)!important;
    background: linear-gradient(to right, #230069, #8E2DE2)!important;
}
.close-pricecheck{
    position: absolute;
    top: 0;
    right: 0;
    background-color: teal;
    padding: 5px;
    color: #fff;
}
























/* user profile :start */

.card {
    
    width:1000px;
    min-height:400px;
    background:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,.1);
    border-radius:10px;
    transition:0.5s;
    margin: 0 auto;
}
.card:hover {
    box-shadow:0 30px 70px rgba(0,0,0,.2);
}
.card .box {
    
  
    text-align:center;
    padding:20px;
    box-sizing:border-box;
    width:100%;
}
.card .box .img {
    width:120px;
    height:120px;
    margin:0 auto;
    border-radius:50%;
    overflow:hidden;
}
.card .box .img img {
    width:100%;
    height:100%;
}
.card .box h2 {
    font-size:20px;
    color:#262626;
    margin:20px auto;
}
.card .box h2 span {
    font-size:14px;
    background:#e91e63;
    color:#fff;
    display:inline-block;
    padding:4px 10px;
    border-radius:15px;
}
.card .box p {
    color:#262626;
}
.card .box span {
    display:inline-flex;
}
.card .box ul {
    margin:0;
    padding:0;
}
.card .box ul li {
    list-style:none;
    float:left;
}
.card .box ul li a {
    display:block;
    color:#aaa;
    margin:0 10px;
    font-size:20px;
    transition:0.5s;
    text-align:center;
}
.card .box ul li:hover a {
    color:#e91e63;
    transform:rotateY(360deg);
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card .box h4 i {
    text-align: center;
    background-color: #fff;
    color: #101010;
    z-index: 1;
    font-size: 15px;
    border-radius: 50%;
    z-index: 1;
    padding: 0;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 26px;
    height: 26px;
    line-height: 29px;
}
.editproin i {
    text-align: center;
    background-color: #fff;
    color: #101010;
    z-index: 1;
    font-size: 15px;
    border-radius: 50%;
    z-index: 1;
    padding: 0;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 26px;
    height: 26px;
    line-height: 29px;
}

.proright-border {
    border: solid 1px #bbb;
}
/* user profile :end */





