
.d2c_pricing_wrapper {
    padding: 100px 0px;
}
.d2c_pricing_wrapper .d2c_container{
    padding: 0px 50px;
}
.d2c_pricing_wrapper .card {
    border-radius: 10px;
}
#background {
    background: #FFEAE0;
}
.d2c_pricing_wrapper .card .d2c_card_body {
    padding: 50px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    transition: .4s all ease;
}
.d2c_pricing_wrapper .card .d2c_card_body:hover{
    background: rgba(255, 152, 102, 0.2);
    transition: .4s all ease;
}
.d2c_pricing_wrapper .card .d2c_card_body .d2c_card_title {
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #FF9866;
}
.d2c_pricing_wrapper .card .d2c_card_body sup {
    font-family: 'Exo', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    color: #FF9866;
}
.d2c_pricing_wrapper .card .d2c_card_body h2 {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 55px;
    flex-direction: column;
    text-transform: uppercase;
    color: #FF9866;
    margin-bottom: 20px;
}
.d2c_pricing_wrapper .card .d2c_card_body sub {
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FF9866;
    text-transform: uppercase;
}
hr.underline {
    border-top: 2px solid #FF9866;
    width: 100%;
    opacity: 1;
}
.d2c_pricing_wrapper .card .d2c_card_body .d2c_card_text_wrapper {
    padding: 20px 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;
    color: #000000;
    text-transform: capitalize;
}
.d2c_pricing_wrapper .card .d2c_card_body .d2c_card_text_wrapper .d2c_card_text i {
    font-size: 14px;
    color: #FF9866;
    margin-right: 5px;
}
.d2c_pricing_wrapper .card .d2c_card_body a {
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    background: transparent;
    padding: 12px 35px 11px;
    text-decoration: none;
    border: 1px solid #FF9866;
    border-radius: 5px;
    text-transform: capitalize;
}
.d2c_price_column {
    padding: 10px !important;
}
.d2c_pricing_wrapper .d2c_price_column:first-child {
    margin-top: 60px !important;
}
.d2c_pricing_wrapper .d2c_price_column:last-child {
    margin-top: 60px !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/
    -->
*/