.topbar .title {
  float: left;
  font-size: 20px;
  color: #000;
  margin-top: 28px;
  font-weight: 600;
}
.topbar p {
  margin-top: 40px;
  float: right;
  font-size: 14px;
}
.topbar p a {
  font-size: 14px;
  margin-left: 12px;
  text-decoration: underline;
}
.topbar p span {
  color: #000000;
}
.topbar p a:hover {
  text-decoration: none;
}
.topbar p .p {
  display: none;
}
.select-group .module .error-msg-t {
  margin-bottom: -6px;
}
.input-group .module .error-msg-t {
  margin-bottom: -12px;
}
@media screen and (max-width: 768px) {
  .topbar {
    height: 165px;
    border-bottom: none;
  }
  .layout-tcolumns .ly-form .radio-group1,
  .layout-tcolumns .ly-form .input-group1,
  .layout-tcolumns .ly-form .select-group1 {
    margin: 6px 0;
  }
  .container .select-group .module .error-msg-t {
    margin-bottom: -7px;
  }
  .ly-md-seb {
    margin: 12px 0!important;
    margin-top: -20px !important;
  }
  .layout-tcolumns .ly-form .ly-md-sed {
    margin: -8px 0 !important;
  }
  .input-group .module .error-msg-t {
    margin-bottom: -6px;
  }
  .input-group .module .error-msg-r {
    margin-bottom: -10px;
  }
  .layout-tcolumns .ly-form .ly-submit-r {
    margin-top: -5px !important;
  }
  .layout-tcolumns .ly-form .ly-submit-r .checkbox-group-r {
    margin-bottom: 18px;
  }
  .topbar-bg {
    margin-bottom: -27px;
  }
  .next-one {
    margin-bottom: 0;
  }
  .topbar .nav {
    display: none;
  }
  .topbar .title {
    float: none;
    font-size: 23px;
    font-weight: 600;
    position: absolute;
    top: 50px;
  }
  .topbar p {
    float: left;
    border-bottom: 1px solid #e5e8e7;
    width: inherit;
    font-size: 14px;
    padding-bottom: 20px;
    margin-top: 26px;
  }
  .topbar p span {
    display: none;
  }
  .topbar p a {
    font-size: 14px;
    float: right;
    margin-left: 35px;
  }
  .topbar p .p {
    display: inline-block;
  }
  .topbar p .pp {
    display: none;
  }
}
