.center_devis_content 
{
    margin-bottom: 25px;
    padding-bottom: 16px;
    font-size: 47px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'ProximaNovaA-Bold';
    line-height: 48px;
    color: #000;
    overflow: hidden;
    padding: 0;
    font-family: 'Poppins',sans-serif;
}

.center_devis_content p {
    font-size: 36px;
    color: #202020;
    font-family: 'Conv_proximanova-regular-webfont_0';
    margin: 35px 0;
    line-height: 36px;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
}

.center_devis_content ul.quote_list {
    margin: 0;
}

.center_devis_content ul.quote_list li {
    list-style: none;
    font-size: 14px;
    color: #000;
    line-height: 23px;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: none;
}

.center_devis_content ul.quote_list li span {
    background: #97be0d;
    color: #fff;
    width: 23px;
    height: 23px;
    display: block;
    float: left;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    margin-right: 17px;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
}


.gformbuilderpro_content label {
    text-align: left;
    line-height: 18px;
    font-size: 13px;
    font-family: 'open_sansregular';
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

.gformbuilderpro_form  input[type=checkbox]
{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}


/**** devis merci page *********/

.devis-success.success_box {
    width: 100%;
    float: left;
    border: 1px solid #d6d4d4;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fafafa;
}

#thankyou-page .alert-success {
    background-color: #55c65e;
    border-color: #48b151;
    color: #fff;
}

#thankyou-page p
{
	line-height: 18px;
	font-size: 13px;
	color: #777;
	margin: 0 0 9px;
}



/*** devis form style *******/

.gformbuilderpro_form input[type=checkbox]
{
   
    border: 1px solid #d6d4d4;
}

.gformbuilderpro_form .checkbox_item_wp .row>p
{
margin: 0 0 9px;
}

.formbuilder_group .input-group .input-group-btn > .btn
{
    /*background-image: url(https://www.ecomiz.com/themes/default-bootstrap/css/autoload/../../img/jquery/uniform/sprite.png);*/
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    background-position: 0 -378px;
    height: 27px;
    line-height: 27px;
    width: auto;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    user-select: none;
    padding: 0 5px;
    z-index: 2;
    text-shadow: rgba(0,0,0,0.1) 0 1px 0;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: initial;
    background: #6d6c6c;
    border: 1px solid #333;
    z-index: 3;
}

.fileupload_box .input-group .form-control:disabled, .fileupload_box .input-group .form-control[readonly]
{
    background: #fff;
}

.formbuilder_group button[type=submit]
{
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    padding: 0;
    font-weight: bold;
    background: #97be0d;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    padding: 10px 10px 10px 14px;
    border: none;
    transition: .3s all;
}

.formbuilder_group button[type=submit]:hover {
    background: #c5d00c;
    color: #000;
}

.formbuilder_group select {
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.42857;
    color: #9c9b9b;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    max-width: 490px;
}

.formbuilder_group select option
{
    color: #9c9b9b;  
}

.formbuilder_column  .onoffswitch-inneryes
{
    background: #97be0d;
}

#module-gformbuilderpro-form  #content-wrapper #content
{
padding: 0;
}

/****devis mobile *********/

@media (max-width:991px)
{

    #module-gformbuilderpro-form #wrapper>.container
    {
    width: 100%;
    }

    #module-gformbuilderpro-form #left-column,
    #module-gformbuilderpro-form #content-wrapper
    {
        width: 100%;
    }

    #module-gformbuilderpro-form #wrapper>.container>.row
    {
        display: flex;
        flex-wrap: wrap;
    }

    #module-gformbuilderpro-form #left-column
    {
        order: 2;
    }

    #module-gformbuilderpro-form #content-wrapper
    {
        order: 1;
    }

}