/*================================
Devis Area
===================================*/
.devis-area {
    margin-bottom: 80px;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}
.devis-area::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 47%;
    background-size: cover;
    background-position: center center;
}

.devis-img {
    position: relative;
    z-index: 1;
}
.devis-img::after {
    content: "";
    left: 0;
    position: absolute;
    background-color: var(--whiteColor);
    height: 10%;
    top: -30px;
    transform: skewY(-175deg);
    width: 100%;
    z-index: 1;
}
.devis-img::before {
    content: "";
    left: 0;
    position: absolute;
    background-color: var(--whiteColor);
    height: 10%;
    bottom: -30px;
    transform: skewY(175deg);
    width: 100%;
    z-index: 1;
}
.devis-img .line {
    position: absolute;
    z-index: -1;
    top: 60px;
    left: -30px;
}

.devis-content {
    max-width: 610px;
}
.devis-content .section-title {
    margin-bottom: 20px;
}
.devis-content .devis-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.devis-content .devis-list li {
    display: block;
    font-size: 18px;
    color: var(--titleColor);
    margin-bottom: 10px;
    font-weight: 500;
    transition: var(--transition);
}
.devis-content .devis-list li i {
    color: var(--orangeColor);
    margin-right: 5px;
    position: relative;
    top: 3px;
    transition: var(--transition);
}
.devis-content .devis-list li:hover {
    color: var(--orangeColor);
    letter-spacing: 0.25px;
    margin-left: 2px;
}
.devis-content .devis-list li:hover i {
    color: var(--titleColor);
}
.devis-content .default-btn {
    margin-top: 15px;
}

.devis-form,
.auth-form {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    max-width: 640px;
}
.devis-form span,
.auth-form span {
    color: #aba9a9;
    font-size: 12px;
    font-style: italic;
}
.devis-form .section-title,
.auth-form .section-title {
    margin-bottom: 30px;
}
.devis-form .form-group,
.auth-form .form-group {
    margin-bottom: 20px;
    position: relative;
}
.devis-form .form-group.checkbox-option,
.auth-form .form-group.checkbox-option {
    position: relative;
}
.devis-form .form-group.checkbox-option #chb2,
.auth-form .form-group.checkbox-option #chb2 {
    position: absolute;
    top: 6px;
    left: 0;
}
.devis-form .form-group.checkbox-option p,
.auth-form .form-group.checkbox-option p {
    padding-left: 25px;
    font-size: 15px;
    color: var(--titleColor);
}
.devis-form .form-group.checkbox-option p a,
.auth-form .form-group.checkbox-option p a {
    color: var(--mainColor);
}
.devis-form .form-group.checkbox-option p a:hover,
.auth-form.form-group.checkbox-option p a:hover {
    color: var(--titleColor);
}
.form-select,
.form-select option {
    color: var(--bodyColor);
    border-radius: 0;
    padding: 15px 20px;
    background-color: #e7e7e7;
    transition: border-color .5s ease-in-out, box-shadow .5s ease-in-out;
}
.devis-form .form-group .form-control,
.auth-form .form-group .form-control,
.contact-form .form-group .form-control {
    font-family: var(--bs-body-font-family);
    height: 60px;
    color: var(--bodyColor);
    border: none;
    background-color: #e7e7e7;
    font-size: 15px;
    padding: 15px 20px;
    width: 100%;
    border-radius: 0;
}
.devis-form .form-group .form-control:focus,
.auth-form .form-group .form-control:focus {
    outline: none;
    border-color: var(--mainColor);
    box-shadow: none;
}
.auth-form .has-error .form-control:focus {
    outline: unset;
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.auth-form .agree-label label {
    margin-left: 0 !important;
}
.auth-form .form-check-input {
    border: 1px solid #d7d7d7;
}
.auth-form .agree-label label a.forget {
    position: absolute;
    right: 0;
}
.devis-form .form-group textarea.form-control,
.auth-form .form-group textarea.form-control {
    height: auto;
}
.devis-form .agree-label,
.auth-form .agree-label {
    margin-bottom: 15px;
    position: relative;
}
.devis-form .agree-label #chb1,
.auth-form .agree-label #chb1 {
    position: absolute;
    top: 7px;
    left: 0;
}
.devis-form .agree-label label,
.auth-form .agree-label label {
    font-weight: 500;
    color: var(--titleColor);
    margin-left: 25px;
}
.devis-form .agree-label label a,
.auth-form .agree-label label a {
    color: var(--orangeColor);
}
.devis-form .agree-label label a:hover {
    color: var(--titleColor);
}
.devis-form .agree-label label a.forget {
    position: absolute;
    right: 0;
}
.devis-form .has-error .form-control,
.contact-form .has-error .form-control,
.auth-form .has-error .form-control {
    border: 1px solid var(--bs-form-invalid-border-color);
    /* background: rgba(var(--bs-danger-rgb), .10); */
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.devis-form .with-errors,
.contact-form .with-errors,
.auth-form .with-errors {
    float: left;
    font-size: 13px;
    margin-bottom: 1rem;
    color: #f00;
    font-weight: 400;
    display: block;
    font-style: italic;
}
.devis-form .text-danger,
.contact-form .text-danger,
.auth-form .text-danger {
    font-size: 18px;
    margin-top: 15px;
}
.devis-form .default-btn,
.auth-form .default-btn {
    width: 100%;
    text-align: center;
    border: 0;
    outline: none;
}
.devis-form .default-btn i,
.auth-form .default-btn i {
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.contact-form .with-errors {
    margin-top: 0;
}

.devis-form .form-group .form-control::-webkit-input-placeholder,
.devis-form .form-group .form-control:-ms-input-placeholder,
.devis-form .form-group .form-control::-ms-input-placeholder,
.devis-form .form-group .form-control::placeholder,
.auth-form .form-group .form-control::-webkit-input-placeholder,
.auth-form .form-group .form-control:-ms-input-placeholder,
.auth-form .form-group .form-control::-ms-input-placeholder,
.auth-form .form-group .form-control::placeholder {
    color: var(--bodyColor);
}

/*================================
Devis Area End
===================================*/

.about-content span.title {
    display: block;
    font-size: 18px;
    color: var(--titleColor);
    margin-bottom: 10px;
    font-weight: 500;
    transition: var(--transition)
}
.form-file {
    font-family: var(--bs-body-font-family);
    line-height: 3;
    font-size: 15px;
    /* padding: 15px 20px; */
    width: 100%;
    border-radius: 0;
    background-color: #e7e7e7;
    color: var(--bodyColor);
}
.dropdown-item:hover {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}
@media (min-width: 992px) {
    .modal-lg {
        width: 1200px;
    }
}
