/*form*/
.bfQuickMode input[type="text"] {
    outline: none !important;
    box-shadow: none;
    border-bottom: 2px solid #f00;
    border-radius: 4px;
}

.bfQuickMode textarea#ff_elem4{
        outline: none !important;
    box-shadow: none;
    border-bottom: 2px solid #f00;
    border-radius: 4px;
}

.sppb-addon.sppb-addon-text-block.contact-style-002 {
    box-shadow: 7px 6px 6px #c5c5c552;
    width: 89%;
    padding: 30px 0px 30px 40px;
    background: #ffffffe6;
    position: relative;
}
@media(max-width:992px){
.sppb-addon.sppb-addon-text-block.contact-style-002 {
    box-shadow: 7px 6px 6px #c5c5c552;
    width: 99%;
    padding: 30px 22px 30px 40px;
    background: #ffffffe6;
    position: relative;
}}

.sppb-addon.sppb-addon-text-block.contact-style-002:before {
  content: "";
  position: absolute;
  background: #ff0000;
  width: 2px;
  height: 60px;
  top: 0px;
  bottom: 10px;
  left: 20px;
  margin:auto;
  transition:0.6s;
}


.contact-style-002 h4 strong {
  color:#f00;
  font-weight:900;
}
.contact-style-002 h4{
   font-weight:900; 
}