.terms-main {
  position: relative;
  margin: 0px 0 30px 0;
  padding: 0;
  float: left;
  width: 100%;
}

.terms-main .list-title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.terms-main .list-title:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -30px;
  height: 2px;
  width: 20px;
  border-radius: 50px;
  background-color: #0090d1;
}

.terms-main h6 {
  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: 700;
}
.terms-main ul {
  list-style: none;
  margin: 0 0 0 10px;
}

.terms-main ul li {
  position: relative;
  font-size: 16px;
  margin: 0 0 8px 0px;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
}
.terms-main ul li:before {
  position: absolute;
  content: "";
  top: 9px;
  left: -20px;
  height: 7px;
  width: 7px;
  border-radius: 50px;
  background-color: #b4b4b4;
}
.cancel {
  position: relative;
  margin: 30px 100px !important;
}
.cancel li {
  position: relative;
  margin: 0 0 10px 0 !important;
  font-weight: 600;
}
.cancel li:before {
  position: absolute;
  display: none;
}
.butn-sub {
  margin: 80px 0;
}
