.portfolio-details .images-details-slider img {
    width: 100%;
}
.portfolio-details .images-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.portfolio-details .images-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #ffb727;
}

.portfolio-details .images-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffb727;
}

.portfolio-details .commande-form {
    width: 100%;
    padding: 5px;
    font-family: "Open Sans", sans-serif;
    color: #969494;
}

.portfolio-details .commande-form .form-group {
    padding-bottom: 8px;
}

.portfolio-details .commande-form input,
.portfolio-details .commande-form textarea {
    border-radius: 40px;
    box-shadow: none;
    font-size: 14px;
}

.portfolio-details .commande-form input:focus,
.portfolio-details .commande-form textarea:focus {
    border-color: #ffb727;
}

.portfolio-details .commande-form input {
    height: 44px
}

.portfolio-details .commande-form textarea {
    padding: 10px 12px;
}

.portfolio-details .commande-form button[type=submit] {
    background: #ffb727;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 40px;
}

.portfolio-details .commande-form button[type=submit]:hover {
    background: #ffc85a;
}

.inner-page .commande-form {
    width: 100%;
    padding: 5px;
    font-family: "Open Sans", sans-serif;
    color: #969494;
}

.inner-page .commande-form .form-group {
    padding-bottom: 8px;
}

.inner-page .commande-form input,
.inner-page .commande-form textarea {
    border-radius: 40px;
    box-shadow: none;
    font-size: 14px;
}

.inner-page .commande-form input:focus,
.inner-page .commande-form textarea:focus {
    border-color: #ffb727;
}

.inner-page .commande-form textarea {
    min-height: 100px;
}

.inner-page .commande-form input {
    height: 44px
}

.inner-page .commande-form textarea {
    padding: 10px 12px;
}

.inner-page .commande-form button[type=submit] {
    background: #ffb727;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 40px;
}

.inner-page .commande-form button[type=submit]:hover {
    background: #ffc85a;
}