:root {
  --main-color: #00bcd4;
  --checkmark: url("data:image/svg+xml,%3Csvg width='50' height='50' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cpath d='M 36,13 21,28 14,21 9,26 21,38 41,18 Z' style='fill:%2300bcd4'/%3E%3C/svg%3E");
}

.bg-primary {
  background-color: var(--main-color)!important;
}
.btn-primary {
  background-color: var(--main-color)!important;
  border-color: var(--main-color)!important;
}

.btn-check:focus+.btn-primary, .btn-primary:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: none!important;
}

.min-height{
  min-height: calc(100vh - 214px);
}

.h1 {
  font-size: 36px!important;
}
.range-text-sum, .range-text-date {
  font-size: 20px;
}
.range-output {
  font-weight: bold;
}
.rangeslider__fill {
  background: var(--main-color)!important;
}
.rangeslider--horizontal {
  height: 8px!important;
  margin-top: 15px;
}
.rangeslider--horizontal .rangeslider__handle {
  background: #fff;
  border: 3px solid var(--main-color);
  height: 23px;
  width: 23px;
  top: -8px!important;
  box-shadow: none;
}
.rangeslider__handle:after {
  display: none;
}

.btn-send {
  border-radius: 1.5rem 0.2rem;
}

.b1-form {
  box-shadow: 0px 5px 15px 5px #f7f7f7;
}

.b2-list {
  list-style-type: decimal-leading-zero;
  font-size: 28px;
  font-weight: 300;
}

.b3 h2 {
  font-size: 24px;
}

.b3 .b3-list {
  background-color: #f2f2f2;
  width: 80%;
  margin-left: auto;
  margin-top: 20px;
  border-radius: 1.5rem 0 0 1.5rem;
}
.b3 .b3-list:nth-child(odd) {
  background-color: var(--main-color);
  margin-left: 0;
  color: #fff;
  border-radius: 0 1.5rem 1.5rem 0;
}

label a {
  border-bottom: 1px solid var(--bs-body-color);
  color: var(--bs-body-color);
  text-decoration: none;
}
label a:hover {
  color: var(--bs-body-color);
  border-bottom: none;
}

.form-check-label {
  line-height: 1.2em;
}
.form-check {
  padding-left: 2rem!important;
}
.form-check .form-check-input {
  margin-left: -2em!important;
}
.form-check .form-check-input {
  border-radius: 10px 0!important;
  padding: 11px!important;
}
.form-check-input:checked {
  background-color: #fff!important;
}
.form-check-input:checked[type=checkbox] {
  background-image: var(--checkmark);
}
.form-check-input:checked {
  border-color: var(--main-color)!important;
}

.header-text h1 {
  font-weight: 400;
  font-size: 36px;
}
.header-text p {
  font-weight: 300;
  font-size: 24px;
}

.why-bg {
  background-color: #f7f7f7;
  clip-path: polygon(0% 7%,100% 0%,100% 93%,0% 100%);
}
.why-desc p {
  font-weight: 300;
}

.get .number {
  font-size: 4rem;
  color: var(--main-color);
}
.get .text {
  position: relative;
}
.get .text > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.get .title {
  font-weight: 600;
}
.get .desc {
  font-weight: 300;
}

.lk {
  box-shadow: 3px 10px 20px 8px #ebebeb;
}
a.lk
{
  color: var(--bs-body-color);
  text-decoration: none;
}
.lk .img {
  position: relative;
  min-height: 70px;
}
.lk img {
  position: absolute;
  width: 100%;
  max-width: 300px;
  max-height: 70px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.footer {
  background-color: #ccc;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1170px!important;
  }
}
@media (max-width: 600px) {
  .h1, .header-text h1 {
    font-size: 28px!important;
  }
  .header-text p {
    font-size: 20px;
  }
  .b2-list {
    font-size: 22px;
  }
  .b3 h2 {
    font-size: 18px;
  }
  .b3 p {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .why p {
    font-size: 18px;
  }
}
.about_wrap {
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 110px;
    margin-bottom: 20px;
}
.position-relative.rounded.p-4.overflow-hidden.p-sm-5.z-index-n1.bg-grad-pink {
    background: linear-gradient(360deg, #FF889F 0%, #B632BE 100%);
}
.z-index-n1 {
    z-index: -1 !important;
}