.cf7sg-collapsible-title{
  margin-bottom: 20px!important;
}
.cf7sg-title {
  font-size: 25px;
  font-weight: bold;
}
.cf7-smart-grid.has-grid .field>label {
  font-weight: bold;
}
.wpcf7-checkbox .wpcf7-list-item{
  margin: 0px!important;
}
.wpcf7-checkbox label {
  font-size: 11px!important;
  border: none!important;
}
.cf7sg-title.toggled {
  font-size: 100%;
}
.cf7-smart-grid.has-grid .info-tip {
  margin: -20px 0 15px!important;
}
.cf7sg-container {
  border-radius: 25px;
  background: #b6c7e7;
  border: 2px solid #1D428A;
  padding: 5px;
}
.slider-control.slider-prev.ui-button, .slider-control.slider-next.ui-button{
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  background: #0a0a0a;
  color: #fff;
  padding: 0 25px;
  max-width: 100%;
  /*font-size: 10px;*/
  font-weight: 600;
  border: 0;
  outline: 0;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  white-space: nowrap;
  /*-webkit-appearance: none;*/
  /*-moz-appearance: none;*/
  appearance: none;
  &:hover {
    background: #1D428A;
    color: #fff;
  }
}                                                            