.logo_footer_devis {
	display: flex;
}

.logo_footer_devis .col_logo_footer_devis {
	flex: 1;
	margin: 10px;
}

.logo_footer_devis .col_logo_footer_devis img {
	max-width: 100%;
}

.job-details {
	background-color: #f6f9fc;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.job-details .job-details-inner {
	padding: 40px;
	border-radius: 6px;
	border: 1px solid #eee;
	background-color: #fff;
}
.job-details .job-details-head {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ededed;
}
.job-details .job-details-head .title{
    font-size: 25px;
}
.job-details .job-details-body p {
	margin: 20px 0;
}
.job-details .job-details-body h6 {
	font-size: 20px;
}
.job-details .job-details-body h6 {
	font-size: 20px;
}
.job-details .job-details-body ul li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	height: 6px;
	width: 6px;
	display: block;
	border-radius: 50%;
	background-color: #2042e3;
}
.job-details .job-details-body ul li {
	display: block;
	margin-bottom: 8px;
	position: relative;
	padding-left: 15px;
}
.job-details .job-details-sidebar .sidebar-widget {
	padding: 40px 20px;
	border-radius: 6px;
	border: 1px solid #eee;
	background-color: #fff;
	margin-bottom: 30px;
}
.job-details .job-details-sidebar .sidebar-widget .title::before {
	position: absolute;
	left: 0;
	top: 1px;
	height: 100%;
	width: 3px;
	background-color: #2042e3;
	content: '';
}
.job-details .job-details-sidebar .sidebar-widget .title {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1;
	position: relative;
	padding-left: 18px;
	font-weight: 600;
	line-height: 28px;
	text-transform: capitalize;
}
.job-details .job-details-sidebar .rappel-wrap-two .rappel-form form .submit-btn .btn{font-size: 12px;}
.job-details .job-details-sidebar .rappel-wrap-two .rappel-form form .single-field-item label{
    font-size: 14px;
}


.f-15{font-size: 15px;}
.f-25{font-size: 25px;}
.f-30{font-size: 30px;}
.text-justify {text-align: justify;}
p{color: #000;}
#wait_operation_back,#wait_operation,#back_smart_menu{position:fixed;display:none}#wait_operation_back,#back_smart_menu{background:#000;opacity:.5;z-index:10;top:0;left:0;width:100%;height:100%;z-index:1070}#wait_operation{background:#fff;z-index:12;width:300px;min-height:100px;top:0;left:0;overflow:hidden;z-index:1075}#wait_operation .text_option{display:block;padding:38px 0;font-size:16px;font-weight:600;color:#505559}#wait_operation .text_option::before{content:url(/assets/images/loading.png);width:100px;height:100px;display:block;margin-top:-38px;margin-right:5px;float:left}#wait_operation .echec_operation::before{content:url(/assets/images/failed.png)}#wait_operation .echec_operation{color:#b74a44}#wait_operation .valid_operation::before{content:url(/assets/images/valid.svg)}#wait_operation .valid_operation{color:#44b78b}
#wait_operation {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.section-custom-title{
	padding : 0 100px
}
.text-cs-primary{color: #2042e3}
.bg-cs-primary{background-color: #2042e3}

.short-desc-service{
	height: 70px;
}
.pagination{text-align: center;}
.pagination .page-item {
	display: inline-block;
}
img{
    max-width: 100%;
}

        .call-widget {
            position: fixed;
            bottom: 25px;
            display: inline-block;
            left: 100px;
            transition: 0.3s ease all;
            z-index: 999;
        }
        .call-widget .call-widget-container{display: none;}
        .call-widget .call-widget-button .widget-close {
            display: none;
            padding: 10px 0 0;
            border-radius: 100%;
            background: #00c87d;
            font-size: 16px;
            font-weight: 600;
            color: #ffffff;
            height: 43px;
            width: 45px;
            text-align: center;
            cursor: pointer;
        }
        .call-widget .call-widget-button .widget-open{
            display: inline-block;
            padding: 10px 20px;
            border-radius: 50px;
            background: #00c87d;
            font-size: 16px;
            font-weight: 600;
            color: #ffffff;
            cursor: pointer;
        }

        .call-widget.widget-show .call-widget-container {
            display: block;
            width: 260px;
            box-shadow: 0 0px 24px 0 rgba(0,0,0,0.1);
            padding: 20px 24px 32px;
            border-radius: 5px;
            margin-bottom: 10px;
            background-color: #ffffff;
            text-align: center;
        }
        .call-widget .call-widget-container .call-widget-number{
            display: inline-flex;
            text-decoration: none;
            border-radius: 200px;
            -webkit-align-items: center;
            align-items: center;
            transition: 0.3s ease all;
            color: #00c87d;
            background-color: #f7f7f7;
            margin-top: 14px;
            padding: 6px 20px;
            font-size: 16px;
            font-weight: 600;
        }
        
        .call-widget.widget-show .call-widget-button .widget-close{display: block;}
        .call-widget.widget-show .call-widget-button .widget-open{display: none;}
        