span.wpcf7-list-item { display: block; }
 /* 1st */
.wpcf7-wrapper1 { 
  border : none; 
}

.wpcf7-wrapper1 div {
   width: 100%; 
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

@media screen and (min-width: 600px) {
   .wpcf7-wrapper1 {
      height: auto; overflow: hidden; // clearing 
   }
   #fname { width: 49%; float: left; padding-right: 1%; }
   #lname { width: 49%; float: left; padding-left: 1%;}
} 

@media screen and (max-width: 600px) {
   .wpcf7-wrapper1 {
      height: auto; overflow: hidden; // clearing 
   }
   #fname { width: 100%; }
   #lname { width: 100%; }
}

input[type="text"], input[type="password"], textarea {
    width: 98% !important;
}
#wpbs_slider {
margin-right: -10px;
background-size: 110px 170px !important;
height: 200px !important;
}
#dc-contact-2.dc-contact-slick.right, #dc-contact-2.dc-contact-slick.right .tab {
    border-right: none;
    display: none !important;
}