.no_select_elements {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media(max-width: 1200px) {
  .text-16 {
    font-size: 16px;
  }
  .text-26 {
    font-size: 26px;
  }
}

@media(max-width: 640px) {
  .text-22 {
    font-size: 22px;
  }
}

.text-31 {
    font-size: 31px;
}

.bg_grey {
    background-color: #eeeeee;
}

.brown {
    color: brown;
    font-weight: bold;
}

@media(min-width: 10px) and (max-width: 540px) {
    .btn-lg, .btn {
      padding: 0.5rem 0.5rem!important;
      font-size: 1.25rem!important;
      line-height: 1.8!important;
      border-radius: 0.3rem!important;
      padding-top: 2px!important;
    }
    .text-13 {
        font-size: 11px;
    }
    .text-18 {
      font-size: 18px;
    }
}

@media(min-width: 541px) and (max-width: 640px) {
    .btn-lg, .btn {
      padding: 0.5rem 0.5rem!important;
      font-size: 1.25rem!important;
      line-height: 1.8!important;
      border-radius: 0.3rem!important;
      padding-top: 2px!important;
    }
    .text-16 {
        font-size: 16px;
    }
}

.pt_002 {
    padding-top: 0.15rem!important;
    padding-right: 0.25rem!important;
}

@media(min-width: 1200px) and (max-width: 1450px) {
    .text-12 {
        font-size: 12px;
    }
    .text-29 {
        font-size: 29px;
    }
    .text-32 {
        font-size: 32px;
    }
    .pt_001 {
        padding-top: 0.20rem!important;
    }
    .pt_002 {
        padding-top: 0.25rem!important;
    }
}

@media(max-width: 1199px) {
    .text-28 {
        font-size: 28px;
    }
}

.custom-control-label {
    position: relative!important;
    margin-left: 4px!important;
    margin-bottom: 3px!important;
    vertical-align: top!important;
}

.btn-lg, .btn {
  padding: 0.5rem 0.5rem!important;
  font-size: 1.25rem!important;
  line-height: 1.7!important;
  border-radius: 0.3rem!important;
  padding-top: 4px!important;
}
