section.order-form {
     background: #80808057;
     padding: 50px 0;
}
 .form-design {
     max-width: 960px;
     margin: auto;
}
 .wrapper {
     width: 60%;
     box-sizing: border-box;
     padding: 35px 40px;
     background: #fff;
     margin: auto;
     box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.125);
}
 .wrapper .title {
     font-size: 24px;
     font-weight: 700;
     margin-bottom: 25px;
     color: #fec107;
     text-transform: uppercase;
     text-align: center;
}
 .wrapper .form {
     width: 100%;
}
 .wrapper .form .inputfield {
     margin-bottom: 15px;
     display: flex;
     align-items: center;
}
 .wrapper .form .inputfield label {
     width: 40%;
     color: black;
     margin-right: 10px;
     font-size: 14px;
}
 .wrapper .form .inputfield label svg {
     position: absolute;
     margin-left: 5px;
     background: #818181;
     border-radius: 50px;
     -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
     height: 12px;
     width: 12px;
     font-size: 9px;
     display: inline-block;
     line-height: 14px;
     color: #fff;
     text-align: center;
     cursor: pointer;
     padding: 2px;
}
 .wrapper .form .inputfield .input, .wrapper .form .inputfield .textarea {
     width: 60%;
     outline: none;
     border: 1px solid #989898;
     font-size: 15px;
     padding: 8px 10px;
     border-radius: 3px;
     transition: all 0.3s ease;
}
 .wrapper .form .inputfield .textarea {
     width: 100%;
     height: 125px;
     resize: none;
}
 .wrapper .form .inputfield .custom_select {
     position: relative;
     width: 100%;
     height: 37px;
}
 .wrapper .form .inputfield .custom_select:before {
     content: "";
     position: absolute;
     top: 12px;
     right: 10px;
     border: 8px solid;
     border-color: #d5dbd9 transparent transparent transparent;
     pointer-events: none;
}
 .wrapper .form .inputfield .custom_select select {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     outline: none;
     width: 100%;
     height: 100%;
     border: 0px;
     padding: 8px 10px;
     font-size: 15px;
     border: 1px solid #d5dbd9;
     border-radius: 3px;
}
 .wrapper .form .inputfield .input:focus, .wrapper .form .inputfield .textarea:focus, .wrapper .form .inputfield .custom_select select:focus {
     border: 1px solid #fec107;
}
 .wrapper .form .inputfield p {
     font-size: 14px;
     color: #757575;
}
 .wrapper .form .inputfield .check {
     width: 15px;
     height: 15px;
     position: relative;
     display: block;
     cursor: pointer;
}
 .wrapper .form .inputfield .check .checkmark {
     width: 15px;
     height: 15px;
     border: 1px solid #fec107;
     display: block;
     position: relative;
}
 .wrapper .form .inputfield .check .checkmark:before {
     content: "";
     position: absolute;
     top: 1px;
     left: 2px;
     width: 5px;
     height: 2px;
     border: 2px solid;
     border-color: transparent transparent #fff #fff;
     transform: rotate(-45deg);
     display: none;
}
 .wrapper .form .inputfield .check input[type="checkbox"]:checked~.checkmark {
     background: #fec107;
}
 .wrapper .form .inputfield .check input[type="checkbox"]:checked~.checkmark:before {
     display: block;
}
 .wrapper .form .inputfield .btn {
     width: 100%;
     padding: 8px 10px;
     font-size: 15px;
     border: 0px;
     background: #fec107;
     color: #fff;
     cursor: pointer;
     border-radius: 3px;
     outline: none;
}
 .wrapper .form .inputfield .btn:hover {
     background: #ffd658;
}
 .wrapper .form .inputfield:last-child {
     margin-bottom: 0;
}
 @media (max-width:420px) {
     .wrapper .form .inputfield {
         flex-direction: column;
         align-items: flex-start;
    }
     .wrapper .form .inputfield label {
         margin-bottom: 5px;
         width: 100%;
    }
     .wrapper .form .inputfield .input {
         width: 100%;
    }
     .wrapper .form .inputfield.terms {
         flex-direction: row;
    }
}
 .cont {
     background: #da6425;
     color: #fff;
     display: block;
     width: 60%;
     padding: 10px 15px;
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     font-size: 16px;
     font-weight: 600;
     margin-top: 15px;
     text-transform: uppercase;
     font-size: 16px;
     outline: none;
     border: none;
     height: 41px;
}
 .review-section {
     width: 38%;
}
 .review-section .rating {
     background: #656565;
     padding: 25px;
     text-align: center;
     color: #fff;
     font-size: 16px;
     margin-top: 0px;
}
 .rating h3 {
     font-size: 22px;
     font-weight: 600;
}
 .rating .part {
     display: flex;
     justify-content: space-around;
     margin: 30px 0;
}
 .rating .part .part1 {
     border-right: 1px solid #707070;
     padding: 0px 15px;
}
 .rating .part span {
     font-weight: 600;
     font-size: 40px;
     display: block;
     margin-bottom: 15px;
}
 .review-section .img img {
     width: 100%;
     margin-top: 10px;
}
 @media(max-width:786px) {
     .form-design {
         flex-direction: column 
    }
     .wrapper {
         width: 90%;
    }
     .review-section {
         width: 90%;
         margin: auto;
         margin-top: 30px;
    }
}

.field_error{color:red;}
/*.accordion .accordion__hide {
    background: #f4f4f4;
    height: 65px;
    line-height: 65px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: "Poppins";
    cursor: pointer;
}
*/
select#currency {
    width: 100%;
    height: 10%;
  }