


:root{
    /* set default color */
    --primary_color: #4053C1;
    --text_color: #212529;
    --placeholder_color: #8E959B;
    --default_color_one: #ffffff;
    --primary_font: 'Poppins', sans-serif;
}

/* call to action start */

.d2c_get_quote{
    padding: 60px 0px;
    background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255 / 97%) 0%),url(../images/bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.d2c_get_quote .d2c_left{
    padding: 20px;
}
.d2c_get_quote .d2c_left img{
    width: 100%;
}
.d2c_get_quote .d2c_content_wrapper h1{
    color: var(--secondary_color);
    font-family: var(--primary_font);
    font-weight: 700;
}
.d2c_get_quote .d2c_content_wrapper .btn{
    color: var(--default_color_one);
    border: 2px solid var(--primary_color);
    background: var(--primary_color);
    font-family: var(--primary_font);
    padding: 10px 30px 9px 30px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.d2c_get_quote .d2c_content_wrapper .modal-content{
    border: 0px;
}
.d2c_get_quote .d2c_content_wrapper .btn:focus{
    box-shadow: none;
}
.d2c_get_quote .d2c_content_wrapper .btn:hover{
    border: 2px solid var(--primary_color);
    background: transparent;
    color: var(--primary_color);
    border: 2px solid var(--primary_color);
}
.d2c_get_quote .d2c_content_wrapper .modal .modal-header .modal-title{
    font-family: var(--primary_font);
    color: var(--primary_color);
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
}
.d2c_get_quote .d2c_content_wrapper .modal .modal-body form input[type=text],input[type=email],input[type=tel],input[type=number]{
    font-family: var(--primary_font);
    padding: 30px 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 7%);
    border: none;
    color: var(--text_color);
}
.d2c_get_quote .d2c_content_wrapper .modal .modal-body form input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=number]:focus{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 7%);
}
.d2c_get_quote .d2c_content_wrapper .modal .modal-body form input::placeholder{
    color: var(--placeholder_color);
}
.d2c_get_quote .d2c_content_wrapper .modal .modal-body form button[type=submit]{
    background: var(--primary_color);
    color: var(--default_color_one);
    font-family: var(--primary_font);
    border: 2px solid var(--primary_color);
    font-size: 18px;
}
.d2c_get_quote .d2c_content_wrapper .modal .modal-body form button[type=submit]:hover{
    color: var(--primary_color);
    background: transparent;
}
.d2c_get_quote .d2c_content_wrapper .modal .modal-body form .invalid-feedback{
    text-align: left;
}
.d2c_get_quote .d2c_content_wrapper .modal .modal-body form select{
    font-family: var(--primary_font);
    height: 60px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 7%);
    border: none;
    color: var(--placeholder_color);
}
.d2c_get_quote .d2c_content_wrapper .modal .modal-body form select option{
    
}
/* call to action 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/
    -->
*/