
:root {
    /* color */
    --primary_color: #FFFFFF;
    --secondary_color: #000000;
    /* font */
    --primary_font-family: 'Raleway', sans-serif;
    --secondary_font-family: 'Roboto', sans-serif;
}
.d2c_get_a_quote_wrapper {
    height: auto;
    padding: 100px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../image/img1.jpg);
}
.d2c_get_a_quote_wrapper .d2c_body_wrapper .d2c_title_wrapper {
    font-family: var(--primary_font-family);
    font-weight: 700;
    font-size: 48px;
    color: var(--primary_color);
    margin-bottom: 40px;
    text-transform: capitalize;
}
.d2c_get_a_quote_wrapper .d2c_body_wrapper .d2c_btn_wrapper a {
    text-decoration: none;
    font-family: var(--secondary_font-family);
    font-weight: 500;
    font-size: 18px;
    color: var(--secondary_color);
    background: var(--primary_color);
    padding: 11px 33px 12px 33px;
    border-radius: 100px;
}
.d2c_get_a_quote_wrapper .d2c_img_wrapper {
    width: 460px;
    height: 300px;
}
.d2c_get_a_quote_wrapper .d2c_img_wrapper img {
    width: 100%;
    height: 100%;
}

/* 
    <!-- 
      KIT Name: 10+ Get A Quote - Bootstrap Bundle
      Product URL: https://www.designtocodes.com/product/10-get-a-quote-bootstrap-bundle-2022/
      Product Description: The Get A Quote 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/
    -->
*/
