  fieldset,
  label {
      margin: 0;
      padding: 0;
  }

  h1 {
      font-size: 1.5em;
      margin: 10px;
  }

  .rating {
      border: none;
      float: left;
  }

  .rating>input {
      display: none;
  }

  .rating>label:before {
      margin: 5px;
      font-size: 1.25em;
      font-family: FontAwesome;
      display: inline-block;
      content: "\f005";
  }

  .rating>label {
      color: #ddd;
      float: right;
  }

  .rating>input:checked~label,
  .rating:not(:checked)>label:hover,
  .rating:not(:checked)>label:hover~label {
      color: #ff9a34;
  }

  .rating>input:checked+label:hover,
  .rating>input:checked~label:hover,
  .rating>label:hover~input:checked~label,
  .rating>input:checked~label:hover~label {
      color: #ff9a34;
  }

  .product-img {
      width: 110px;
      height: 90px
  }

  .media-preview {
      max-height: 200px;
      overflow: auto;
  }

  .media-preview>div {
      position: relative;
  }
  .remove-img {
      position: absolute;
      right: 2px;
      top: 2px;
  }
  .top_review a {
      font-size: 13px;
      color: #000;
  }
  .top_review a svg {
      width: 15px;
  }
  .top_review h1 {
      font-weight: bold;
      font-size: 35px;
      margin: 0;
  }
  .review_form {
      margin: 30px 0;
  }
  .review_form p {
      margin: 0;
  }
  .review_form .left_img {
      height: 300px;
      background-color: #f8f8f8;
  }
  .review_form .left_img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
  }
  .rating label {
      font-size: 35px;
      cursor: pointer;
      /* color: #ff9a34; */
  }
  .input_posotion {
      position: relative;
      margin: 25px 0;
  }


  .form-group {
      margin-bottom: 30px;
  }

  .input_posotion .input_lable {
      position: absolute;
      top: -10px;
      left: 13px;
      background: #fff;
      font-size: 12px;
      font-weight: 500;
      padding: 0 9px;
  }

  .input_posotion:focus-within .input_lable {
    color: #ff9a34 !important;
  }

  .review .form-control {
      display: block;
      width: 100%;
      padding: 13px 40px 13px 10px;
      font-size: 14px;
  }

  .review .form-control:focus {
      border-color: #ff9a34;
  }

  .review .review_lable {
      font-size: 14px;
      margin: 0;
  }

  .input_posotion strong {
      font-weight: normal;
      font-size: 14px;
  }
  .input_radio_main_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }


  .input_radio_box{
    margin-right: 10px;
  }
  .input_radio{
    margin-left: 7px;
    scale: 1.3;
  }


  @media(max-width:768px) {
      .top_review h1 {
          font-size: 27px;
      }
  }


  @media(max-width:420px) {
      .top_review h1 {
          font-size: 22px;
      }
                .rating label{
                    font-size: 25px;
                }
  }

  .success_msg {
    max-width: 650px;
    width: 100%;
    margin: auto;
    padding: 33px;
    background: #4bff0021;
    border-radius: 5px;
}

.success_msg p {
    font-size: 16px;
    margin: 9px 0;

}


.upload_img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 margin-bottom: 35px;
}
.upload_img p{
    font-size: 12px;
    margin-left: 10px;
}

.upload_img span{
    position: absolute;
}

.upload_img div button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ff9a34;
    font-size: 14px;
    padding: 7px 25px !important;
border: 2px solid  #ff9a34 !important  ;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.upload_img div button:hover svg{
color: #fff ;
}
.upload_img svg{
     width: 25px;
     color: #ff9a34;
    margin-right: 10px;
}


@media(max-width:575px){
.upload_img{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;
}
.upload_img p{
    margin-top: 10px;
}
}