.custom-required{
  font-weight:bold;
  width:100%;
  margin-left:10px;
}
.cr-asterisk:before{
  color: #bf0000;
  content:'*';
  font-weight:bold;
  margin-right: 4px;
  margin-left: -9px;
  font-size: 14px;
}
.custom-required .cr-arrow{

}
.custom-required .cr-message{
  position:absolute;
  width: fit-content;
  border-radius: 10px;
  background:red;
  box-shadow:1px 1px 5px 5px #000;
}
.mktoHtmlText{
  width:100%;
}
/* ********** */
#mktofield-6 .mktoFormCol{
  margin-bottom:-10px !important;
  margin-top:15px;
}
#mktofield-7{
  width: 26% !important;
  float: left;
  clear: none;
}
#mktofield-8{
  width: 35% !important;
  float: left;
  clear: none;
  margin: 0px 10px;
}
#mktofield-9{
  width: 30% !important;
  float: left;
  clear: none;
}
@media only screen and (max-width: 600px) {
#mktofield-7{
  width: 100% !important;
  clear: both;
}
#mktofield-8{
  width: 100% !important;
  clear: both;
  margin: 0px 0px;
}
#mktofield-9{
  width: 100% !important;
  clear: both;
}
}
