
:root{
    /* set default color */
    --primary_color: #AF9CD9;
    --text_color: #1C2E4E;
    --placeholder_color: #8E959B;
    --default_color_one: #ffffff;
    --primary-font: 'Poppins', sans-serif;
}

/* get a quote section start */

.d2c_get_quote{
    background: linear-gradient(0deg, #f3edff 0%, #f3edfff5 1%),url(../images/bg.png);
    padding: 100px 0px;
}
.d2c_get_quote .d2c_wrapper{
    background: var(--default_color_one);
    padding: 50px;
    border-radius: 10px;
}
.d2c_get_quote .d2c_form_wrapper{
    width: 100%;
    padding: 30px;
}

.d2c_get_quote .d2c_wrapper .d2c_quote_title{
    font-family: var(--primary-font);
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--text_color);
}

.d2c_get_quote .d2c_form_wrapper form input[type=text],input[type=email],input[type=tel]{
    font-family: var(--primary-font);
    padding: 30px 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 7%);
    border: 1px solid transparent;
    color: var(--text_color);
}
.d2c_get_quote .d2c_form_wrapper form input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{
    background: #F3EDFF;
    box-shadow: none;
}
.d2c_get_quote .d2c_form_wrapper form input[type=text]::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder{
    font-family: var(--primary-font);
}
.d2c_get_quote .d2c_image_wrapper{
    padding: 30px;
}
.d2c_CTA .form-control.is-invalid, .was-validated .form-control:invalid{
    border-color: #ff000073 !important;
}
.d2c_CTA .form-control.is-invalid, .was-validated .form-control:valid{
    border-color: #008000b0 !important;
}
.d2c_get_quote .d2c_form_wrapper form .btn{
    font-family: var(--primary-font);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 7%);
    border: none;
    color: var(--default_color_one);
    font-size: 20px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 500;
    height: 60px;
    background: var(--primary_color);
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
}
.d2c_get_quote .d2c_form_wrapper form .btn:hover{
    background: #9e8cc3;
    color: var(--default_color_one);
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
}

.d2c_get_quote .d2c_form_wrapper form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px rgb(243 237 255) inset !important;
}


/* get a quote section end */


/* 
    <!-- 
      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/
    -->
*/