.membership{

}
.member h1{
    color: #fff;
}
.member p{
    color: #fff;
}
.pupose h3{
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    color: #ff8e6e;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 3px;
}
.pupose p{
    color: #fff;
}
.pupose p a{
    color:#ff8e6e;
}

.circle{
    
}
.membership-img{
    
height: 400px;
}
.membership-img img{
    height: 100%;
}
.benifits{

}
.benifits h1{
    
color: #fff;
    
font-size: 48px;
}
.benifits P{
    color: #fff;
    margin-top: 30px;
}
.benifits ul{
    
list-style: none;
}
.benifits ul li{
    
color: #fff;
    
position: relative;
    
margin-left: 30px;
}
.benifits ul li::before{
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background: #ff8e6e;
    border-radius: 50px;
    top: 8px;
    left: -20px;
}
.benifits a{
    color: #ff8e6e;
    font-weight: 600;
}
.pricingTable{
    padding: 25px 20px;
    text-align: center;
    border: 2px solid #00055b;
    transition: all 0.3s ease 0s;
    background: #fff;
    border-radius: 3px;
}
.pricingTable:hover{
    box-shadow: 0 8px 10px -6px rgba(0,0,0,0.7);
}
.pricingTable .title{
    padding: 10px 0;
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pricingTable .title:before{
    content: "";
    width: 50%;
    height: 100%;
    background: rgb(255 142 110);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transform: skew(0deg, -6deg);
    transition: all 0.3s ease 0s;
}
.pricingTable .title:after{
    content: "";
    width: 50%;
    height: 100%;
    background: rgb(255 142 110);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transform: skew(0deg, -6deg);
    transition: all 0.3s ease 0s;
}
.pricingTable .title:after{
    right: auto;
    left: 0;
    transform: skew(0deg, 6deg);
}
.pricingTable:hover .title:before{ transform: skew(0deg,6deg); }
.pricingTable:hover .title:after{ transform: skew(0deg,-6deg); }
.pricingTable .price-value{ margin-bottom: 20px; }
.pricingTable .currency{
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #000456;
    text-transform: uppercase;
}
.pricingTable .amount{
    display: block;
    font-size: 50px;
    font-weight: 700;
    color: #000456;
}
.pricingTable .month{
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #00055a;
}
.pricing-content{
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 15px;
    color: #6f6f6f;
    line-height: 30px;
    letter-spacing: .5px;
    min-height: 230px;
}
.pricingTable .pricing-content li{box-shadow: 0 7px 10px -9px #e0e0e0;}
.pricingTable .pricing-content ul li:last-child{ box-shadow: none; }
.pricingTable .pricingTable-signup{
    display: block;
    padding: 7px 0;
    font-size: 18px;
    font-weight: 700;
    color: #ff8e6e;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:before{
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #ff8e6e;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: border-left-color 0.1s linear 0.14s,
    border-top-color 0.1s linear 0.07s,
    border-right-color 0.1s linear 0s,
    border-bottom-width 0.1s linear 0.14s;
}
.pricingTable:hover .pricingTable-signup:hover:before{
    border-bottom-width: 4px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    transition: border-left-color 0.1s linear 0s,
    border-top-color 0.1s linear 0.07s,
    border-right-color 0.1s linear 0.14s,
    border-bottom-width 0.1s linear 0.14s;
    text-decoration: none;
}
