.fpb_container{    border: 1px solid #A3A3A3;
    padding: 15px;position: relative;}
.fp_label {
  background: #115fa1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 7px 22px;
  position: absolute;
  top: 17px;
  left: -15px;
  font-size: 25px;
}
.fp_label::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 7px solid #c1bbbb;
  border-left: 12px solid transparent;
  top: 60px;
  left: 0px;
}
.fp_image{    position: absolute;
    right: -50px;
    top: 60px;width: 42%;transition: .3s;}
.fp_image:hover{transform: scale(1.1);}

.fp_price{    margin-top: 28px;
    font-weight: 800;
    font-size: 35px;
}
.fp_price span{font-size: 26px;
    float: left;
    margin-right: 3px;}
.fp_box p{font-size: 15px;
    height: 67px;
    overflow: hidden;padding-right: 40px;}
.fp_box a{    color: var(--primary_color);
    font-weight: 700;
    font-size: 18px;}
.fp_box a:hover{text-decoration: none;color: var(--primary_hover_color);}
/* End Feature products */

.wpcf7-form-control.wpcf7-textarea {
  width: 590px;
  border: none;
  resize: none;
}

.wpcf7-form-control.wpcf7-select {
  width: 100%;
  margin-bottom: 5px;
  padding: 9px;
  border: none;
  border-radius: 3px;
}
.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
  width: 100%;
  margin-bottom: 5px;
  padding: 9px;
  border: none;
  border-radius: 3px;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 100%;
}