
.d2c_pricing_wrapper {
    background: #F5F9FD;
    height: auto;
    padding: 100px 0px;
    justify-content: center;
    align-items: center;
}
.d2c_pricing_wrapper .d2c_container{
    padding: 0px 50px;
}
.d2c_pricing_wrapper .card {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.d2c_pricing_wrapper .card .d2c_card_body {
    padding: 45px 0px 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
}
.d2c_pricing_wrapper .card .d2c_card_body .d2c_card_title {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 55px;
    color: #1A1A1A;
    text-transform: uppercase;
}
.d2c_pricing_wrapper .card .d2c_card_body .d2c_card_subtitle {
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    text-transform: uppercase;
}
.d2c_pricing_wrapper .card .d2c_card_body .d2c_pricing_content {
    background: rgb(66,66,66);
    background: linear-gradient(90deg, rgba(66,66,66,1) 0%, rgba(0,0,0,0.9023984593837535) 41%);
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 25px 0px;
    margin: 15px 0px;
}
.d2c_pricing_wrapper .card .d2c_card_body .d2c_pricing_content .d2c_price_wrapper {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.d2c_pricing_wrapper .card .d2c_card_body .d2c_card_text_wrapper {
    padding: 25px 0px;
}
.d2c_pricing_wrapper .card .d2c_card_body .d2c_card_text_wrapper .d2c_card_text {
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    color: #1B1B1B;
}
.d2c_pricing_wrapper .card .d2c_card_body .d2c_card_text_wrapper .d2c_card_text i {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}
.d2c_pricing_wrapper .card .d2c_card_body a {
    background: rgb(50,50,50);
    background: linear-gradient(270deg, rgba(50,50,50,1) 0%, rgba(0,0,0,0.9416141456582633) 68%);
    padding: 15px 60px 18px;
    text-decoration: none;
    border-radius: 5px;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
}
.d2c_price_column {
    padding: 10px !important;
}

/* 
    <!-- 
      KIT Name: 10+ Pricing Section - Bootstrap Bundle
      Product URL: https://www.designtocodes.com/product/10-pricing-section-bootstrap-bundle-2022/
      Product Description: The Pricing Plan kit is made of all the basic elements you need to create a stunning website, from the start. 
      Author: designtocodes.com
      Author URI: https://www.designtocodes.com/
    -->
*/