@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,400&display=swap);@import url(//cdn.materialdesignicons.com/5.4.55/css/materialdesignicons.min.css);.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reset-table th, .reset-table td {
  border: none;
}
.reset-table tr th:first-child, .reset-table tr td:first-child {
  padding-left: 24px;
}

.centered-icon-container svg {
  display: block;
  margin: 0 auto;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.lowercase {
  text-transform: lowercase;
}

.content-mdn-min-height {
  min-height: 500px;
}

.shadow, .modal-content, .main-content .data-table-container .data-table-header .data-table__actions .column-visibility-control, .main-content .main-content__body .card, .login__content {
  background: #ffffff;
  box-shadow: 0px 60px 40px rgba(5, 149, 153, 0.08);
  border-radius: 10px;
}

.card {
  border: 0;
  border-radius: 10px;
}

.max-width-960 {
  max-width: 960px;
  margin: 0 auto;
}

.max-width-620 {
  max-width: 620px;
  margin: 0 auto;
}

.max-width-420 {
  max-width: 400px;
  margin: 0 auto;
}

.text-green {
  color: #009199 !important;
}

.text-green-light {
  color: #2CBF88 !important;
}

.text-green-dark {
  color: #005A66 !important;
}

.text-gray {
  color: #00000026 !important;
}

.bold {
  font-weight: 700 !important;
}

.extrabold {
  font-weight: 900 !important;
}

.form-group {
  margin-bottom: 0;
  padding-top: 10px;
}
.form-group label {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #000000;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  margin-left: 30px;
}
.form-group .form-control, .form-group #card-holder-name {
  border-color: #F2F2F2;
  background-color: #F2F2F2;
  font-size: 18px;
  color: #000000;
  border-radius: 40px;
  outline: none !important;
}
.form-group .form-control::-moz-placeholder, .form-group #card-holder-name::-moz-placeholder {
  color: #000000;
}
.form-group .form-control:-ms-input-placeholder, .form-group #card-holder-name:-ms-input-placeholder {
  color: #000000;
}
.form-group .form-control::placeholder, .form-group #card-holder-name::placeholder {
  color: #000000;
}
.form-group input,
.form-group select {
  height: 60px !important;
  padding-right: 24px;
  padding-left: 24px;
}
.form-group.has-content label {
  opacity: 1;
}
.form-group.has-content .form-control {
  background-color: #ffffff;
  border-color: #ccc;
}
.form-group.is-valid label {
  color: #2CBF88;
}
.form-group.is-valid .form-control {
  border-color: #2CBF88;
}
.form-group.is-invalid label {
  color: #de4b4b;
}
.form-group.is-invalid .form-control {
  border-color: #de4b4b;
}

.table-small {
  width: 100%;
}
.table-small td, .table-small th {
  border-top: 1px solid #E5E5E5;
  padding: 5px 0px !important;
  height: auto !important;
}
.table-small tr:first-child td, .table-small tr:first-child th {
  border-top: 0px solid #E5E5E5;
}

.no-border-top {
  border-top: 0 !important;
}

.no-py {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.height-auto {
  height: auto !important;
}

.table thead th {
  border-bottom: 0;
  border-top: 0;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 60px;
  vertical-align: middle;
  box-sizing: border-box;
  color: #999999;
}

.table tfoot th {
  border-bottom: 0;
  border-top: 0;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 60px;
  vertical-align: middle;
  box-sizing: border-box;
  color: #000000;
  font-weight: 800;
  border-top: 1px solid #E5E5E5;
}
.table tfoot th a {
  color: #000000;
}

.table tbody td {
  color: #000000;
  border-color: #E5E5E5;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  height: 60px;
  vertical-align: middle;
  box-sizing: border-box;
}
.table tbody td a {
  padding: 0px 10px;
  color: #000000;
}
.table tbody td i {
  font-size: 20px;
  color: #ccc;
}

.table tr:hover td {
  background-color: #D4EDEE;
}

.title-big {
  font-size: 67px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  line-height: 120%;
  color: #262626;
}
@media (max-width: 1200px) {
  .title-big {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .title-big {
    font-size: 40px;
  }
}

.title {
  font-size: 48px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #262626;
  line-height: 120%;
}
@media (max-width: 1200px) {
  .title {
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  .title {
    font-size: 30px;
  }
}

.title-2 {
  font-size: 36px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #262626;
  line-height: 120%;
}
@media (max-width: 1200px) {
  .title-2 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .title-2 {
    font-size: 26px;
  }
}

.title-3 {
  font-size: 30px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #262626;
  line-height: 120%;
}

.title-4 {
  font-size: 26px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #262626;
  line-height: 120%;
}

.title-5 {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #262626;
  line-height: 120%;
}

.title-6 {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #262626;
  line-height: 120%;
}

.subtitle {
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  color: #4D4D4D;
  font-weight: 700;
}

.subtitle-2 {
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  color: #000000;
  font-weight: 700;
}

.subtitle-3 {
  font-size: 17px;
  font-family: "Nunito", sans-serif;
  color: #000000;
  font-weight: 700;
}

.subtitle-4 {
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  color: #000000;
  font-weight: 900;
}

.text-color-green {
  color: #009199 !important;
}

.text-color-green-light {
  color: #2CBF88 !important;
}

.text-color-green-dark {
  color: #005A66 !important;
}

.text {
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  color: #4D4D4D;
  font-weight: 400;
}
.text p {
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  color: #4D4D4D;
  font-weight: 400;
}
.text-sm-1 {
  font-size: 16px;
}
.text-sm {
  font-size: 14px;
}

@media (max-width: 500px) {
  .text-center-mobile {
    text-align: center;
  }
}

.btn-big {
  color: #fff;
  background-color: #2CBF88;
  box-shadow: 0 5px 1px #016b71;
  border: 0 none;
  border-radius: 100px;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  line-height: 80px;
  max-width: 100%;
  outline: 0;
  text-transform: uppercase;
  width: 290px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  padding-top: 0;
  min-height: 80px;
  transition: 0.2s all ease-in-out;
}
.btn-big:hover {
  text-decoration: none;
  background-color: #1c9e52;
}
@media (max-width: 1200px) {
  .btn-big {
    font-size: 18px;
    line-height: 60px;
    width: 240px;
    min-height: 60px;
  }
}

.img-fluid-overlay {
  width: calc(105%);
}

.max-width-530 {
  max-width: 530px !important;
  margin-left: auto;
  margin-right: auto;
}

.max-width-500 {
  max-width: 500px !important;
  margin-left: auto;
  margin-right: auto;
}

.max-width-620 {
  max-width: 620px !important;
  margin-left: auto;
  margin-right: auto;
}

.max-width-680 {
  max-width: 680px !important;
  margin-left: auto;
  margin-right: auto;
}

.max-width-500 {
  max-width: 500px !important;
  margin-left: auto;
  margin-right: auto;
}

.max-width-400 {
  max-width: 400px !important;
  margin-left: auto;
  margin-right: auto;
}

.max-width-360 {
  max-width: 360px !important;
  margin-left: auto;
  margin-right: auto;
}

.max-width-300 {
  max-width: 300px !important;
  margin-left: auto;
  margin-right: auto;
}

.max-width-200 {
  max-width: 200px !important;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .min-width-260 {
    min-width: 260px !important;
  }
}

.max-width-270 {
  max-width: 270px !important;
  margin-left: auto;
  margin-right: auto;
}

.max-width-260 {
  max-width: 217px !important;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 500px) {
  .max-width-260 {
    max-width: 120px !important;
  }
}

.width-97 {
  width: 97px;
}
@media (max-width: 767px) {
  .width-97 {
    width: 120px !important;
  }
}

.height-74 {
  height: 74px;
}
@media (max-width: 767px) {
  .height-74 {
    height: 64px !important;
  }
}

.width-186 {
  width: 186px;
}
@media (max-width: 992px) {
  .width-186 {
    width: 130px !important;
  }
}

.width-38 {
  width: 38px;
}
@media (max-width: 767px) {
  .width-38 {
    width: 38px !important;
  }
}

.width-20 {
  width: 20px;
}
@media (max-width: 767px) {
  .width-20 {
    width: 20px !important;
  }
}

.max-width-830 {
  max-width: 830px !important;
  margin-left: auto;
  margin-right: auto;
}

.max-width-880 {
  max-width: 880px !important;
  margin-left: auto;
  margin-right: auto;
}

.min-height-60vh {
  min-width: 60vh;
}

.height-100 {
  height: 100%;
}

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

.font-12 {
  font-size: 12px;
}

.font-16 {
  font-size: 16px !important;
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden-desktop {
    display: none;
  }
}

.relative {
  position: relative;
}

.grayscale {
  filter: grayscale(100%);
}

.links-color-green-light a {
  color: #2CBF88;
}

.custom-link {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  text-decoration: underline;
  font-weight: 700;
  transition: color 0.5s ease-in-out;
  color: #000000;
}
.custom-link-2 {
  color: #2CBF88;
}
.custom-link i {
  font-size: 16px;
}
.custom-link:hover {
  color: #009199;
}

.steps {
  display: flex;
}
.steps__item {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 40px;
  background-color: #009199;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 22px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .steps__item {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}
.steps__item:before, .steps__item:after {
  content: "";
  display: block;
  width: 15px;
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #009199;
}
.steps__item:before {
  left: -10px;
}
.steps__item:after {
  right: -10px;
}
.steps__item:last-child:after {
  display: none;
}
.steps__item:first-child:before {
  display: none;
}
.steps__item.active {
  background-color: #2CBF88;
}
.steps__item.active:before, .steps__item.active:after {
  background-color: #2CBF88;
}
.steps__item.active span {
  width: 0;
  height: 0;
  border-bottom: 32px solid #ffffff;
  border-left: 43px solid transparent;
  position: absolute;
  bottom: -40px;
  left: -16px;
}
@media (max-width: 767px) {
  .steps__item.active span {
    border-bottom: 32px solid #ffffff;
    border-left: 36px solid transparent;
  }
}
.steps__item.undone {
  background-color: #ffffff;
  color: #000000;
}
.steps__item.undone:before, .steps__item.undone:after {
  background-color: #ffffff;
}
.steps.small .steps__item {
  width: 43px;
  height: 43px;
  font-size: 20px;
}

.no-border-top {
  border-top: 0 !important;
}

.no-py {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.height-auto {
  height: auto !important;
}

.no-border-radius-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.no-border-top {
  border-top: 0 !important;
}

.no-py {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.height-auto {
  height: auto !important;
}

.no-border-radius-bottom {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.border-radius-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.border-radius-bottom {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.bg-gray {
  background-color: #F0F7F7;
}

.phone-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.phone-tabs .phone-tabs__link {
  margin: 10px;
}
.phone-tabs .phone-tabs__link svg {
  width: 98px;
  height: 142px;
}
.phone-tabs .phone-tabs__link .svg-bakcground, .phone-tabs .phone-tabs__link .svg-inner-background, .phone-tabs .phone-tabs__link .svg-inner-stroke, .phone-tabs .phone-tabs__link .svg-outer-stroke,
.phone-tabs .phone-tabs__link .fill-white {
  transition: fill 0.5s ease-in-out;
}
.phone-tabs .phone-tabs__link.active svg .svg-bakcground, .phone-tabs .phone-tabs__link:hover svg .svg-bakcground {
  fill: #009199;
}
.phone-tabs .phone-tabs__link.active svg .svg-inner-stroke, .phone-tabs .phone-tabs__link:hover svg .svg-inner-stroke {
  stroke: #009199;
}
.phone-tabs .phone-tabs__link.active svg .svg-inner-background, .phone-tabs .phone-tabs__link.active svg .svg-outer-stroke, .phone-tabs .phone-tabs__link:hover svg .svg-inner-background, .phone-tabs .phone-tabs__link:hover svg .svg-outer-stroke {
  fill: #33a7ad;
  stroke: #33a7ad;
}
.phone-tabs .phone-tabs__link.active svg .fill-white, .phone-tabs .phone-tabs__link:hover svg .fill-white {
  fill: #ffffff;
}

.clicking_below_text {
  border-radius: 60px;
  max-width: 460px;
  padding: 13px 40px;
  margin: 0 auto;
  background-color: #ffffff;
  transform: translateY(calc(50% + 1.25rem));
  font-size: 18px;
  font-weight: 500;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .clicking_below_text {
    font-size: 14px;
  }
}
.clicking_below_text img {
  width: 48px;
  height: 87px;
  position: absolute;
  right: -68px;
  top: 42px;
}
@media (max-width: 767px) {
  .clicking_below_text img {
    display: none;
  }
}

.sidebard-OS {
  position: fixed;
  background-color: #ffffff;
  width: 340px;
  height: 100vh;
  left: -999px;
  right: inherit;
  top: 0;
  z-index: 9999;
}
.sidebard-OS.show {
  right: 0;
  left: inherit;
}
.sidebard-OS .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.sidebard-OS .close span {
  font-size: 34px;
  font-weight: 200;
}
.sidebard-OS .sidebard-OS__content {
  position: relative;
  overflow: auto;
  max-height: 100%;
}
.sidebard-OS .sidebard-OS__content__item {
  padding: 45px;
  display: none;
}
.sidebard-OS .sidebard-OS__content__item.active {
  display: block;
}

.input-number-count {
  overflow: hidden;
  border-radius: 40px;
  position: relative;
  align-items: center;
  align-content: center;
  border: 1px solid #00000026;
}
.input-number-count input {
  border-radius: 40px;
  height: 54px;
  border: 0;
  text-align: center !important;
  padding-right: 33px;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  color: #000000;
  width: calc(100% + 15px);
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 767px) {
  .input-number-count input {
    height: 34px;
    font-size: 14px;
    padding-left: 33px;
  }
}
.input-number-count button {
  position: absolute;
  width: 33px;
  height: 50%;
  right: 0px;
  border-radius: 0;
  border: 0;
  background-color: #F2F2F2;
  outline: none;
}
@media (max-width: 767px) {
  .input-number-count button {
    height: 100%;
  }
}
.input-number-count button.input-number-count__plus {
  top: 0;
  border-bottom: 1px solid #00000026;
}
@media (max-width: 767px) {
  .input-number-count button.input-number-count__plus {
    border-bottom: 0;
  }
}
.input-number-count button.input-number-count__minus {
  bottom: 0;
}
@media (max-width: 767px) {
  .input-number-count button.input-number-count__minus {
    right: inherit;
    left: 0;
  }
}

.sidebard-OS__content__list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: number;
}
.sidebard-OS__content__list li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
  min-height: 28px;
  font-family: "Nunito", sans-serif;
}
.sidebard-OS__content__list li:before {
  background-color: #ffffff;
  position: absolute;
  left: 0px;
  top: 3px;
  counter-increment: number;
  content: counter(number);
  width: 28px;
  height: 28px;
  display: block;
  border: 2px solid #009199;
  color: #009199;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  border-radius: 30px;
  z-index: 9;
}
.sidebard-OS__content__list.add-connect li {
  padding-top: 5px;
}
.sidebard-OS__content__list.add-connect li:after {
  content: "";
  position: absolute;
  left: 14px;
  top: 20px;
  width: 1px;
  height: 100%;
  display: block;
  background-color: #009199;
  z-index: 2;
}
.sidebard-OS__content__list.add-connect li:last-child::after {
  display: none;
}

.alert-success,
.alert-danger,
.alert-warning,
.alert-info {
  box-shadow: inset 0px -4px 0px rgba(0, 99, 102, 0.2);
  border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
  padding: 17px 30px;
  border: 0;
  margin-bottom: 30px;
}
.alert-success i,
.alert-danger i,
.alert-warning i,
.alert-info i {
  margin-right: 5px;
}
.alert-success .custom-link,
.alert-danger .custom-link,
.alert-warning .custom-link,
.alert-info .custom-link {
  color: #ffffff;
  font-weight: 900;
}

/* Rectangle 75 */
.alert.alert-success {
  background-color: #2CBF88;
}
.alert.alert-danger {
  background-color: #ce4444;
}
.alert.alert-warning {
  background-color: #f1c22e;
}
.alert.alert-info {
  background-color: #16b8d6;
}

.connect-width-alert {
  position: relative;
}
.connect-width-alert::before {
  position: absolute;
  top: -37px;
  left: 50%;
  content: "";
  background-color: red;
  border-bottom: 4px solid;
  border-right: 4px solid;
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg) translateX(-50%);
}
.connect-width-alert.to-alert-success {
  border-top: 3px solid #2CBF88;
}
.connect-width-alert.to-alert-success::before {
  background-color: #2CBF88;
  border-color: #22ad81;
}
.connect-width-alert.to-alert-danger {
  border-top: 3px solid #ce4444;
}
.connect-width-alert.to-alert-danger::before {
  background-color: #ce4444;
  border-color: #a64c4b;
}
.connect-width-alert.to-alert-warning {
  border-top: 3px solid #f1c22e;
}
.connect-width-alert.to-alert-warning::before {
  background-color: #f1c22e;
  border-color: #c2b03e;
}
.connect-width-alert.to-alert-info {
  border-top: 3px solid #16b8d6;
}
.connect-width-alert.to-alert-info::before {
  background-color: #16b8d6;
  border-color: #11a7bf;
}

.divider {
  border-bottom: 1px dashed #000000;
}

.important-alert {
  border-radius: 10px;
  padding: 20px 10px;
  border: 2px solid #009199;
}
.important-alert .important-alert__content {
  max-width: 230px;
  margin: 0 auto;
}

.link-show-alert {
  font-size: 12px;
  font-weight: 700;
  color: #000000;
}
.link-show-alert:hover {
  text-decoration: none;
  color: #2CBF88;
}
.link-show-alert i {
  color: #2CBF88;
}
.link-show-alert span {
  padding-bottom: 2px;
  border-bottom: 1px solid #2CBF88;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: white;
}
.loading img {
  width: 130px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  -webkit-animation: loading 2s infinite;
          animation: loading 2s infinite;
  transform-origin: center;
}

@-webkit-keyframes loading {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
#card-element {
  border-color: #F2F2F2;
  background-color: #F2F2F2;
  border-radius: 40px;
}

#card-holder-name {
  border-color: #F2F2F2;
  background-color: #F2F2F2;
  font-size: 18px;
  color: #000000;
  border-radius: 40px;
  outline: none !important;
}
#card-holder-name::-moz-placeholder {
  color: #000000;
}
#card-holder-name:-ms-input-placeholder {
  color: #000000;
}
#card-holder-name::placeholder {
  color: #000000;
}

body {
  font-family: "Nunito", sans-serif;
  padding-top: 100px;
}
@media screen and (max-width: 993px) {
  body {
    padding-top: 94px;
  }
}

.container {
  max-width: 1163px;
}

.login {
  width: 100vw;
  height: 100vh;
  padding-right: 15px;
  padding-left: 15px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../images/background.png);
}
.login__content {
  max-width: 400px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
}
.login__content .card-body {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
.login__content label {
  color: #000000;
}
.login__content input {
  height: 60px;
  padding-left: 30px;
  padding-right: 40px;
  font-family: "Nunito", sans-serif;
}
.login__content input::-moz-placeholder {
  color: #000000;
}
.login__content input:-ms-input-placeholder {
  color: #000000;
}
.login__content input::placeholder {
  color: #000000;
}
.login__content .lost_password a {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #000000;
  text-decoration: underline;
}
.login__logo {
  width: 140px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.footer-background:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../images/background.png);
  z-index: -1;
}

.main-container {
  min-height: 100vh;
  position: relative;
}

.main-nav {
  background-color: #ffffff;
  box-shadow: 0 0 8px #0000002f;
}
.main-nav .container {
  padding-right: 0;
  padding-left: 0;
}
.main-nav .navbar-brand img {
  width: 134px;
}
@media (max-width: 993px) {
  .main-nav .navbar-brand img {
    width: 94px;
  }
}
.main-nav .navbar {
  padding-top: 13px;
  padding-bottom: 13px;
  position: inherit;
}
@media (min-width: 993px) {
  .main-nav .navbar-nav .my-account {
    display: none;
  }
}
.main-nav .navbar-nav .nav-item {
  position: relative;
}
.main-nav .navbar-nav .nav-item:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3.5px;
  width: 7px;
  height: 7px;
  background-color: #bdbdbd;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .main-nav .navbar-nav .nav-item:after {
    display: none;
  }
}
.main-nav .navbar-nav .nav-item:first-child:after {
  display: none;
}
.main-nav .navbar-nav .nav-item .nav-link {
  color: #000000;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  transition: color 0.5s ease-in-out;
}
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: #009199;
}
@media (max-width: 1200px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 993px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    font-size: 22px;
  }
}
.main-nav .nav-btn-container {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .main-nav .nav-btn-container {
    margin-left: 0px;
  }
}
.main-nav .nav-btn-container .nav-link-btn {
  border: 2px solid #009199;
  border-radius: 40px;
  margin-left: 8px;
  margin-right: 8px;
  color: #009199;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out;
}
.main-nav .nav-btn-container .nav-link-btn:hover {
  color: #2CBF88;
  border-color: #2CBF88;
}
.main-nav .nav-btn-container .my-account a {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .main-nav .nav-btn-container .my-account {
    display: none;
  }
}
.main-nav .nav-btn-container .nav-btn-cart {
  position: relative;
  width: 48px;
  height: 48px;
  padding: 0;
  text-align: center;
  line-height: 43px;
  font-size: 24px;
}
.main-nav .nav-btn-container .nav-btn-cart .nav-btn-cart__count {
  position: absolute;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  display: block;
  height: 22px;
  width: 22px;
  color: #ffffff;
  background-color: #009199;
  top: -7px;
  right: -7px;
  border-radius: 20px;
  transition: background-color 0.5s ease-in-out;
}
.main-nav .nav-btn-container .nav-btn-cart:hover .nav-btn-cart__count {
  background-color: #2CBF88;
}
.main-nav .navbar-toggler {
  outline: none;
  padding-left: 0;
}
.main-nav .navbar-toggler .hamburger {
  padding-left: 0;
}
@media screen and (max-width: 993px) {
  .main-nav .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    padding: 30px;
  }
}

.btn {
  font-size: 18px;
  font-weight: 800 !important;
  transition: background-color 0.6s ease-in-out;
  border-radius: 50px;
  color: #009199 !important;
  text-decoration: none !important;
}
.btn-primary {
  height: 60px;
  padding-left: 50px !important;
  padding-right: 50px !important;
  border: 0;
  color: #ffffff !important;
  background-color: #2CBF88 !important;
}
.btn:hover {
  background-color: #005A66 !important;
}

a.btn-primary {
  line-height: 34px;
}
a.btn-primary.btn-sm {
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}

.block-pricing {
  padding-top: 100px;
  padding-bottom: calc(100px - 1.5rem);
}
.block-pricing .btn {
  min-width: 180px;
}
.block-pricing-2 {
  padding-bottom: 0;
}
.block-pricing .block-pricing__item {
  background-color: #EFF9F9;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  border: 0 !important;
}
.block-pricing .card-header {
  background-color: #009199;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-weight: 700;
  overflow: hidden;
  padding-top: 18px;
  padding-bottom: 16px;
  position: relative;
  border-bottom: 0;
}
.block-pricing .card-header span {
  position: absolute;
  left: -37px;
  top: 17px;
  transform: rotate(-47deg);
  font-size: 11px;
  line-height: 24px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  background-color: #40B6B4;
  color: #ffffff;
  width: 130px;
  text-align: center;
}
.block-pricing .card-header img {
  display: block;
  margin: 0 auto;
  width: 96px;
  margin-bottom: 15px;
}
.block-pricing .card-header.petter {
  background-image: url(../images/pattern.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block-pricing .card-header.petter-2 {
  background-image: url(../images/pattern_unlimited.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block-pricing .card-header-1 {
  background-color: #2EA8A6;
  text-align: center;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 100%;
  padding-top: 73px;
  padding-bottom: 72px;
  font-weight: 900;
  position: relative;
}
.block-pricing .card-header-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/sim___1.png);
  background-size: 267px auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.block-pricing .card-header-2 {
  background-color: #2CBF88;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 100%;
  padding-top: 45px;
  padding-bottom: 55px;
  font-weight: 700;
}
.block-pricing .card-header-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/sim___2.png);
  background-size: 267px auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.block-pricing .card-header-2 div {
  font-size: 63px;
  line-height: 100%;
  font-weight: 900;
}
.block-pricing .block-pricing__capacity {
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #00000026;
  display: inline-block;
  padding: 10px;
  margin-bottom: 10px;
}
.block-pricing .block-pricing__price {
  font-size: 84px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #009199;
  line-height: 100%;
}
.block-pricing .block-pricing__price span {
  font-size: 21px;
  padding: 8px;
}
.block-pricing .popular {
  background-color: #ffffff;
  border: 1px solid #EBEBEB !important;
}
.block-pricing .popular .block-pricing__price {
  margin-top: -6px;
}
.block-pricing .block-pricing__interval {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  margin-bottom: 0px;
  position: relative;
  top: -15px;
  margin-bottom: 0px;
  display: block;
  width: 100%;
}
.block-pricing .block-pricing__interval-2 {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  margin-bottom: 0px;
  position: relative;
  top: -15px;
  margin-bottom: 0px;
  font-weight: 500;
  display: block;
  width: 100%;
}
.block-pricing .block-pricing__interval-2 i::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #999999;
  position: relative;
  top: -4px;
  margin-left: 5px;
  margin-right: 5px;
}
.block-pricing .block-pricing__interval-2 span {
  font-size: 18px;
  text-transform: none;
  font-weight: 500;
  padding-left: 1px;
}
.block-pricing .block-pricing__features {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.block-pricing .block-pricing__features li {
  border-bottom: 1px solid #00000026;
  padding: 7px 15px;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 200;
  color: #000000;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}
.block-pricing .block-pricing__features li i {
  font-size: 22px;
  margin-right: 5px;
  color: #009199;
}
.block-pricing .block-pricing__features li:last-child {
  border-bottom: 0;
}

.block-of-info {
  padding-top: 100px;
  padding-bottom: calc(100px - 1.5rem);
}
.block-of-info .block-of-info__item {
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.block-of-info .block-of-info__icon {
  max-height: 135px;
  margin-bottom: 25px;
}
.block-of-info .block-of-info__title {
  text-align: center;
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #262626;
  margin-bottom: 15px;
}
.block-of-info .block-of-info__text {
  text-align: center;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  color: #808080;
  font-weight: 500;
}

.block-mission {
  padding-top: 100px;
  background-color: #F5F5F5;
  overflow: hidden;
}

#church {
  position: relative;
  margin-top: -40px;
}
#church___1, #church___2, #church___4 {
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: center bottom;
}
#church___2 {
  transform-origin: center;
}
#church___3 {
  position: relative;
  transform-origin: center;
}

.block-help-build {
  padding-top: 100px;
  background-color: #009199;
  overflow: hidden;
}
@media (max-width: 767px) {
  .block-help-build {
    text-align: center;
    padding-bottom: 40px;
  }
}
.block-help-build .title-big {
  color: #ffffff;
}
@media (max-width: 767px) {
  .block-help-build .title-big {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .block-help-build .img-fluid {
    width: 230px;
  }
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
}
.footer img {
  filter: grayscale(100%);
}
.footer .footer-copy {
  width: 310px;
  text-align: center;
}
.footer .footer-copy p {
  font-size: 10px;
  padding-top: 10px;
  color: #9e9e9e;
}
.footer .footer-links {
  display: flex;
}
.footer .footer-links a {
  font-size: 13px;
  font-family: "Nunito", sans-serif;
  color: #000000;
  text-align: center;
  flex: 1;
  text-decoration: underline;
  transition: color 0.5s ease-in-out;
}
.footer .footer-links a:hover {
  color: #2CBF88;
}
.footer .footer-social {
  width: 180px;
  display: flex;
  justify-content: space-between;
}
.footer .footer-social a {
  font-size: 40px;
  color: #6A6A6A;
  transition: color 0.5s ease-in-out;
}
.footer .footer-social a:hover {
  color: #2CBF88;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer .footer-social {
    margin: 0 auto;
  }
  .footer .footer-copy {
    margin: 0 auto;
    padding-top: 30px;
  }
}

.frontend-login {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .frontend-login {
    padding-top: 30px;
  }
}
.frontend-login .login-nav {
  text-align: center;
}
@media (min-width: 768px) {
  .frontend-login .login-nav {
    display: none;
  }
}
.frontend-login .login-nav a {
  position: relative;
  display: inline-block;
  border-bottom: 3px solid transparent;
  width: 120px;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-weight: 200;
  padding-bottom: 20px;
  padding-top: 20px;
  color: #000000;
}
.frontend-login .login-nav a.active, .frontend-login .login-nav a:hover {
  border-bottom: 3px solid #2CBF88;
  font-weight: 800;
  text-decoration: none;
}

.main-content {
  min-height: 60vh;
  overflow: hidden;
}
.main-content .main-content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 40px;
}
.main-content .main-content-header.faqs__header {
  display: flex;
  min-height: 236px;
  align-items: center;
  justify-content: center;
  background-image: url(../images/faq__background.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
@media (max-width: 992px) {
  .main-content .main-content-header.faqs__header {
    min-height: 108px;
  }
}
.main-content .main-content-header-center {
  display: block;
  text-align: center;
}
.main-content .main-content-header-center .steps {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .main-content .main-content-header {
    display: block;
    text-align: center;
  }
  .main-content .main-content-header .steps {
    padding-top: 20px;
    justify-content: center;
  }
}
.main-content .main-content-header .main-content-header__user-info h3 {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 0;
}
.main-content .main-content-header .main-content-header__user-info h3 span {
  font-weight: 700;
}
.main-content .main-content-header .main-content-header__user-info .main-content-header__user-info__logout {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
}
.main-content.use-background {
  background-color: #DDEFF0;
  background-image: url(../images/background.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 21vw;
}
@media (max-width: 767px) {
  .main-content.use-background {
    background-size: 200% auto;
  }
}
@media (max-width: 767px) {
  .main-content__header__content {
    justify-content: center;
  }
}
.main-content__header__summary {
  padding-top: 30px;
}
.main-content__header__summary__item {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.main-content__header__summary__item:last-child {
  margin-right: 0px;
}
.main-content__header__summary__item img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.main-content__header__summary__item a {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  position: relative;
  top: 1px;
  color: #000000;
  line-height: 18px;
}
.main-content__header__summary__item a span {
  border-bottom: 2px solid #00919966;
}
.main-content__header__summary__item a i {
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 992px) {
  .main-content__header__summary__item a i {
    display: none !important;
  }
}
.main-content__header__summary__item a b {
  font-weight: 900;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .main-content__header__summary__item a b {
    padding-left: 0px;
  }
}
.main-content__header__search {
  margin-left: auto;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .main-content__header__search {
    margin-left: initial;
    width: 100%;
  }
}
.main-content__header__search__container {
  display: flex;
  border-bottom: 2px solid #00919966;
  width: 283px;
}
@media (max-width: 767px) {
  .main-content__header__search__container {
    width: 100%;
  }
}
.main-content__header__search__container input,
.main-content__header__search__container select {
  border: 0;
  background-color: #F0F7F7;
  font-family: "Nunito", sans-serif;
  color: #000000;
  font-size: 14px;
  padding: 10px;
  outline: none !important;
}
.main-content__header__search__container select {
  flex: 0 0 100px;
}
@media (max-width: 767px) {
  .main-content__header__search__container select {
    flex: 0 0 80px;
    width: 80px;
  }
}
.main-content__header__search__container input[type=text] {
  flex: 1;
  padding-left: 0;
}
.main-content__header__search__container input[type=submit] {
  width: 38px;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  color: transparent;
}
.main-content .main-content__body {
  min-height: 65vh;
}
.main-content .main-content__body__header {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}
@media (max-width: 767px) {
  .main-content .main-content__body__header {
    display: block;
  }
}
.main-content .main-content__body__header h2 {
  font-family: "Nunito", sans-serif;
  font-size: 47px;
  font-weight: 900;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .main-content .main-content__body__header h2 {
    font-size: 30px;
  }
}
.main-content .main-content__body__header__title .badge {
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  font-size: 10px;
  padding-top: 4px;
  font-family: "Nunito", sans-serif;
  background-color: #009199;
}
.main-content .main-content__body__header__title__info {
  margin-top: -5px;
}
.main-content .main-content__body__header__title__info span {
  font-size: 12px;
  color: #999;
  margin-right: 15px;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}
.main-content .main-content__body__header__title__info span b {
  color: #000000;
  margin-left: 3px;
  font-weight: 700;
}
.main-content .main-content__body__header__title__info i {
  position: relative;
  font-size: 24px;
  top: 4px;
  color: #2CBF88;
  margin-right: -5px;
}
.main-content .main-content__body__header__actions {
  margin-left: auto;
}
@media (max-width: 767px) {
  .main-content .main-content__body__header__actions {
    margin-top: 10px;
  }
}
.main-content .main-content__body__header__actions i {
  color: #009199;
}
.main-content .main-content__body__header .btn {
  color: #000000;
}
.main-content .main-content__body__content .card {
  margin-bottom: 20px;
}
.main-content .main-content__body__content .info-block {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .main-content .main-content__body__content .info-block {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.main-content .main-content__body__content .info-block__icon {
  padding: 10px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .main-content .main-content__body__content .info-block__icon {
    padding-left: 0;
    margin-right: 10px;
  }
}
.main-content .main-content__body__content .info-block__icon img {
  width: 66px;
  height: auto;
}
@media (max-width: 992px) {
  .main-content .main-content__body__content .info-block__icon img {
    width: 45px;
  }
}
.main-content .main-content__body__content .info-block__icon i {
  font-size: 35px;
  display: block;
  width: 66px;
  height: 66px;
  background-color: #2CBF88;
  border-radius: 40px;
  text-align: center;
  line-height: 66px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .main-content .main-content__body__content .info-block__icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.main-content .main-content__body__content .info-block__content {
  padding-top: 10px;
}
.main-content .main-content__body__content .info-block__content__title {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #000000;
}
.main-content .main-content__body__content .info-block__content__value {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 37px;
  font-weight: 900;
  color: #009199;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .main-content .main-content__body__content .info-block__content__value {
    font-size: 27px;
  }
}
.main-content .main-content__body__content .info-block__content__difference {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 10px;
  color: #000000;
}
.main-content .main-content__body__content .info-block__content__difference.increase {
  color: #009199;
}
.main-content .main-content__body__content .info-block__content__difference.decrease {
  color: #de4b4b;
}
.main-content .main-content__body .card-content-header {
  display: flex;
  margin-bottom: 15px;
}
.main-content .main-content__body .card-content-header h3 {
  margin-right: auto;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.main-content .chart-container .chart-content {
  position: relative;
  margin: 0 auto;
  width: 114px;
}
@media (max-width: 767px) {
  .main-content .chart-container .chart-content {
    width: 80px;
  }
}
.main-content .chart-container .chart-content-info {
  position: absolute;
  width: 78px;
  height: 78px;
  border-radius: 80px;
  text-align: center;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-content .chart-container .chart-content-info__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}
.main-content .chart-container .chart-content-info__content b {
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
}
.main-content .chart-container .chart-content-info__content b span {
  font-size: 12px;
}
@media (max-width: 767px) {
  .main-content .chart-container .chart-content-info__content b {
    font-size: 20px;
  }
}
.main-content .chart-container .chart-content-info__content div {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  font-weight: 200;
  line-height: 110%;
}
.main-content .chart-container .chart-content-info__content div span {
  font-size: 11px;
}
.main-content .data-table-container {
  padding: 0 !important;
  padding-bottom: 30px !important;
  position: relative;
}
.main-content .data-table-container .data-table-header {
  display: flex;
  flex-wrap: wrap;
}
.main-content .data-table-container .data-table-header .data-table__arrows {
  display: flex;
}
.main-content .data-table-container .data-table-header .data-table__arrows .btn {
  margin: 0;
  height: 69px;
  width: 69px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  border-radius: 0;
  color: transparent;
}
@media (max-width: 767px) {
  .main-content .data-table-container .data-table-header .data-table__arrows .btn {
    height: 50px;
    width: 50px;
  }
}
.main-content .data-table-container .data-table-header .data-table__arrows .btn:hover {
  color: transparent !important;
  background-color: #005A66;
  border-color: #005A66;
}
.main-content .data-table-container .data-table-header .data-table__arrows .data-table__arrow-back {
  background-image: url(../images/table-arrow-back.svg);
  border-top-left-radius: 8px !important;
  background-color: #009199;
  border-color: #009199;
}
.main-content .data-table-container .data-table-header .data-table__arrows .data-table__arrow-next {
  background-color: #2CBF88;
  border-color: #2CBF88;
  background-image: url(../images/table-arrow-next.svg);
}
.main-content .data-table-container .data-table-header .data-table__search {
  margin-right: auto;
  display: flex;
}
@media (max-width: 767px) {
  .main-content .data-table-container .data-table-header .data-table__search {
    flex: 1;
  }
}
.main-content .data-table-container .data-table-header .data-table__search input {
  border-radius: 0;
  border: 0;
  padding-left: 40px;
  padding-right: 40px;
  outline: none !important;
  font-family: "Nunito", sans-serif;
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-image: url(../images/filter.svg);
  width: 230px;
}
@media (max-width: 767px) {
  .main-content .data-table-container .data-table-header .data-table__search input {
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
  }
}
.main-content .data-table-container .data-table-header .data-table__actions {
  position: relative;
  padding-top: 12px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .main-content .data-table-container .data-table-header .data-table__actions {
    width: 100%;
    padding-right: 15px;
    padding-left: 24px;
    padding-bottom: 15px;
    display: flex;
    justify-content: flex-end;
  }
}
.main-content .data-table-container .data-table-header .data-table__actions .btn {
  border: 0;
  height: 36px;
  box-shadow: 0 2px 6px #00000026;
  margin: 5px;
  font-size: 13px;
  padding-right: 12px;
  padding-left: 12px;
}
.main-content .data-table-container .data-table-header .data-table__actions .btn i {
  color: #009199;
  font-size: 15px;
}
@media (max-width: 767px) {
  .main-content .data-table-container .data-table-header .data-table__actions .btn span {
    display: none;
  }
}
.main-content .data-table-container .data-table-header .data-table__actions .column-visibility-control {
  position: absolute;
  top: 10px;
  right: 200vw;
  width: 460px;
  z-index: 999;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 24px 24px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.main-content .data-table-container .data-table-header .data-table__actions .column-visibility-control.show {
  right: 10px;
  opacity: 1;
}
.main-content .data-table-container .data-table-header .data-table__actions .column-visibility-control .column-visibility-control-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 4px;
  border: 1px solid #009199;
  color: #009199;
  background-color: #F0F7F7;
  transition: all 0.5s ease-in-out;
}
.main-content .data-table-container .data-table-header .data-table__actions .column-visibility-control .column-visibility-control-close:hover {
  border: 1px solid #005A66;
  color: #ffffff;
  background-color: #005A66;
  cursor: pointer;
}
.main-content .data-table-container .data-table-header .data-table__actions .column-visibility-control h3 {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
}
.main-content .data-table-container .data-table-header .data-table__actions .column-visibility-control label {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 800;
}
.main-content .data-table-container .dataTables_filter {
  display: none !important;
}
.main-content .data-table-container .dataTables_length {
  position: absolute;
  right: 220px;
  top: 17px;
}
@media (max-width: 767px) {
  .main-content .data-table-container .dataTables_length {
    right: inherit;
    top: 66px;
    left: 18px;
  }
}
.main-content .data-table-container .dataTables_length label {
  font-size: 0;
}
.main-content .data-table-container .dataTables_length select {
  font-size: 13px;
  border: 0;
  box-shadow: 0 2px 6px #00000026;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  height: 36px;
}
.main-content .data-table-container .row {
  width: 100%;
}
.main-content .data-table-container .row > div {
  position: initial;
}
.main-content .data-table-container .status-active {
  color: #2CBF88;
}
.main-content .data-table-container .status-active i {
  color: #2CBF88 !important;
}
.main-content .data-table-container .status-suspend {
  color: #FFD02B;
}
.main-content .data-table-container .status-suspend i {
  color: #FFD02B !important;
}
.main-content .data-table-container .status-cancel {
  color: #FFAAAA;
}
.main-content .data-table-container .status-cancel i {
  color: #FFAAAA !important;
}
.main-content .data-table-container table.dataTable {
  margin-top: -1px !important;
}
.main-content .data-table-container .table thead th {
  color: #ffffff;
  border-bottom: 0;
  border-top: 0;
  background-color: #005A66;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 60px;
  vertical-align: middle;
  box-sizing: border-box;
}
.main-content .data-table-container .table tbody td {
  color: #000000;
  border-color: 1px solid #E5E5E5 !important;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  height: 60px;
  vertical-align: middle;
  box-sizing: border-box;
}
.main-content .data-table-container .table tbody td a {
  padding: 0px 10px;
  color: #000000;
}
.main-content .data-table-container .table tbody td i {
  font-size: 20px;
  color: #ccc;
}
.main-content .data-table-container table.dataTable thead .sorting:before,
.main-content .data-table-container table.dataTable thead .sorting:after,
.main-content .data-table-container table.dataTable thead .sorting_asc:before,
.main-content .data-table-container table.dataTable thead .sorting_asc:after,
.main-content .data-table-container table.dataTable thead .sorting_desc:before,
.main-content .data-table-container table.dataTable thead .sorting_desc:after,
.main-content .data-table-container table.dataTable thead .sorting_asc_disabled:before,
.main-content .data-table-container table.dataTable thead .sorting_asc_disabled:after,
.main-content .data-table-container table.dataTable thead .sorting_desc_disabled:before,
.main-content .data-table-container table.dataTable thead .sorting_desc_disabled:after {
  bottom: 50%;
  transform: translateY(50%);
}
.main-content .data-table-container .dataTables_info,
.main-content .data-table-container .dataTables_paginate {
  padding-left: 24px;
  padding-right: 24px;
}
.main-content .data-table-container .dataTables_info {
  color: #ccc;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
}
.main-content .data-table-container .pagination .page-item.previous, .main-content .data-table-container .pagination .page-item.next {
  position: absolute;
  left: -9999px;
}
.main-content .data-table-container .pagination .page-item .page-link {
  border-color: #ffffff;
  color: #000000;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  margin: 5px;
}
.main-content .data-table-container .pagination .page-item.active .page-link {
  color: #2CBF88;
  background-color: #ffffff;
  border-color: #ffffff;
}
.main-content .main-content__footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .main-content .main-content__footer .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.main-content .main-content__footer .container .btn {
  margin-right: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}
@media (max-width: 992px) {
  .main-content .main-content__footer .container .btn {
    margin: 10px !important;
    flex: 1;
  }
}
.main-content .main-content__footer .container .btn:last-child {
  margin-right: 0px;
}

/* Custom Checkbox */
.form-check-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-check-label:hover input ~ .checkmark {
  background-color: #eee;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-check-label input:checked ~ .checkmark:after {
  display: block;
}
.form-check-label input:checked ~ .checkmark {
  background-color: #2CBF88;
  border-radius: 3px;
  border: 1px solid #25A374;
}
.form-check-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.form-check-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form-check-label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.btn {
  border-width: 2px;
  border-color: #009199;
  color: #009199;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  border-radius: 40px;
  padding: 13px 30px;
  background-color: transparent;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  text-transform: uppercase;
  font-size: 14px;
}
.btn i {
  transition: color 0.5s ease-in-out;
}
.btn-fill {
  color: #ffffff !important;
  background-color: #009199;
}
.btn-sm {
  padding-top: 7px;
  padding-bottom: 7px;
}
.btn:hover {
  color: #ffffff !important;
  background-color: #005A66;
  border-color: #005A66;
}
.btn:hover i {
  color: #ffffff !important;
}

.card-content-header__actions {
  position: relative;
}
.card-content-header__actions .btn {
  border: 0;
  height: 36px;
  box-shadow: 0 2px 6px #00000026;
  margin: 0px 5px;
  font-size: 13px;
  padding-right: 12px;
  padding-left: 12px;
}
.card-content-header__actions .btn i {
  color: #009199;
  font-size: 15px;
}
@media (max-width: 767px) {
  .card-content-header__actions .btn span {
    display: none;
  }
}
.card-content-header__actions .btn-primary {
  background-color: #2CBF88;
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.card-content-header__actions .btn-primary i {
  color: #ffffff;
  font-size: 15px;
}
.card-content-header__actions.v2 .btn {
  text-transform: capitalize !important;
}
.card-content-header__actions.v2 .btn span {
  color: #000000;
  text-transform: capitalize !important;
}

.modal-backdrop {
  background-color: #005A66;
}

.modal-header {
  position: relative;
  border-bottom: 0;
  padding-bottom: 0;
}
.modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
}
.modal-header .close span {
  font-size: 34px;
  font-weight: 200;
}
.modal-header .modal-title {
  width: 100%;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 36px;
  padding-top: 30px;
  line-height: 100%;
}
@media (max-width: 1024px) {
  .modal-header .modal-title {
    font-size: 26px;
  }
}
.modal-body {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1024px) {
  .modal-body {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.modal-body .btn-primary {
  text-transform: uppercase;
}
.modal-footer {
  padding-top: 0;
  border-top: 0;
  justify-content: center;
}
.modal-footer .btn {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #000000;
  text-decoration: underline;
}

.show-info-content {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.show-info-content .show-info-content__title {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #000000;
  font-family: "Nunito", sans-serif;
}
.show-info-content .show-info-content__title a {
  position: relative;
  top: -5px;
  font-size: 13px;
  color: #009199;
}
.show-info-content .show-info-content__desc {
  display: block;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #000000;
  font-weight: 500;
}
.show-info-content .show-info-content__desc a {
  color: #000000;
  text-decoration: underline;
}

.info-slider {
  margin-bottom: 10px;
  margin-top: -10px;
  position: relative;
}
.info-slider .slick-arrow {
  position: absolute;
  bottom: -15px;
  font-size: 0;
  border: 0;
  width: 27px;
  height: 27px;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  outline: none;
  cursor: pointer;
  transition: transform 0.5s ease-in-out;
  transform-origin: center;
}
.info-slider .slick-arrow:hover {
  transform: scale(1.2);
}
.info-slider .slick-arrow.slick-next {
  right: -5px;
  background-image: url(../images/info-arrow-next.svg);
}
.info-slider .slick-arrow.slick-prev {
  right: 30px;
  background-image: url(../images/info-arrow-back.svg);
}

.form-container {
  max-width: 800px;
  margin: 0 auto;
}

.toggles {
  width: 80px;
  margin: 20px 0;
  text-align: center;
  position: relative;
  display: inline-block;
  /* GREEN CHECKBOX */
  /* RED CHECKBOX */
  /* BLUE CHECKBOX */
}
.toggles *,
.toggles *:before,
.toggles *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /*transition*/
  transition: 0.25s ease-in-out;
  outline: none;
  font-family: Helvetica Neue, helvetica, arial, verdana, sans-serif;
}
.toggles .ios-toggle,
.toggles .ios-toggle:active {
  position: absolute;
  z-index: 9;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  border: none;
  outline: none;
}
.toggles .checkbox-label {
  display: block;
  position: relative;
  padding: 10px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  height: 36px;
  /*border-radius*/
  border-radius: 18px;
  background: #f8f8f8;
  cursor: pointer;
}
.toggles .checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  line-height: 34px;
  text-indent: 40px;
  height: 30px;
  width: 30px;
  /*border-radius*/
  border-radius: 100%;
  top: 2.5px;
  left: 3px;
  right: auto;
  background: white;
  /*box-shadow*/
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd;
}
.toggles .checkbox-label:after {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: -300px;
  padding: 10px;
  height: 100%;
  width: 300px;
  text-align: right;
  color: #bfbfbf;
  white-space: nowrap;
}
.toggles .ios-toggle:checked + .checkbox-label {
  /*box-shadow*/
  box-shadow: inset 0 0 0 20px #13bf11, 0 0 0 2px #13bf11;
}
.toggles .ios-toggle:checked + .checkbox-label:before {
  left: calc(100% - 33px);
  /*box-shadow*/
  box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
}
.toggles .ios-toggle:checked + .checkbox-label:after {
  content: "";
  background-image: url(../images/check.svg);
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
  left: 47px;
  width: 30px;
  z-index: 99;
  pointer-events: none;
}
.toggles .toggles_checkbox1 + .checkbox-label {
  /*box-shadow*/
  box-shadow: inset 0 0 0 0px #2CBF88, 0 0 0 2px #dddddd;
}
.toggles .toggles_checkbox1:checked + .checkbox-label {
  /*box-shadow*/
  box-shadow: inset 0 0 0 18px #2CBF88, 0 0 0 2px #2CBF88;
}
.toggles .toggles_checkbox1:checked + .checkbox-label:after {
  color: #2CBF88;
}
.toggles .toggles_checkbox2 + .checkbox-label {
  /*box-shadow*/
  box-shadow: inset 0 0 0 0px #f35f42, 0 0 0 2px #dddddd;
}
.toggles .toggles_checkbox2:checked + .checkbox-label {
  /*box-shadow*/
  box-shadow: inset 0 0 0 20px #f35f42, 0 0 0 2px #f35f42;
}
.toggles .toggles_checkbox2:checked + .checkbox-label:after {
  color: #f35f42;
}
.toggles .toggles_checkbox3 + .checkbox-label {
  /*box-shadow*/
  box-shadow: inset 0 0 0 0px #2CBF88, 0 0 0 2px #dddddd;
}
.toggles .toggles_checkbox3:checked + .checkbox-label {
  /*box-shadow*/
  box-shadow: inset 0 0 0 20px #2CBF88, 0 0 0 2px #2CBF88;
}
.toggles .toggles_checkbox3:checked + .checkbox-label:after {
  color: #1fc1c8;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/select_dropdown.png);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: calc(100% - 28px) center;
  padding-right: 25px;
}

.select-a-plan {
  padding-top: 100px;
}
.select-a-plan .card {
  overflow: hidden;
}
.select-a-plan .card-body {
  padding: 0;
}
.select-a-plan .select-a-plan-img {
  position: relative;
  background-color: #009199;
  background-image: url(../images/pattern__plan.svg);
  background-size: cover;
}
@media (max-width: 767px) {
  .select-a-plan .select-a-plan-img {
    display: none;
  }
}
.select-a-plan .select-a-plan-img img {
  width: 295px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.select-a-plan .select-a-plan-img .select-a-plan-details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.select-a-plan .select-a-plan-img .select-a-plan-details .select-a-plan-count {
  font-size: 228px;
  font-weight: 800;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
}
.select-a-plan .select-a-plan-img .select-a-plan-details .select-a-plan-unit {
  font-size: 94px;
  font-weight: 900;
  line-height: 100%;
  text-align: center;
  margin-top: -20px;
  color: #ffffff;
}
.select-a-plan .select-a-plan-img .select-a-plan-details.small-text .select-a-plan-count {
  font-size: 300px;
  line-height: 60%;
}
.select-a-plan .select-a-plan-img .select-a-plan-details.small-text .select-a-plan-unit {
  font-size: 46px;
}
.select-a-plan .select-a-plan__content {
  padding-top: 100px;
  padding-bottom: 80px;
}
.select-a-plan .select-a-plan__content .max-width-360 {
  max-width: 400px !important;
  padding-right: 24px;
  padding-left: 24px;
}
.select-a-plan .select-a-plan__content .select-a-plan__content__img {
  position: relative;
  background-color: #009199;
  background-image: url(../images/pattern__plan.svg);
  background-size: cover;
  width: 95px;
  height: 95px;
  border-radius: 70px;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .select-a-plan .select-a-plan__content .select-a-plan__content__img {
    display: none;
  }
}
.select-a-plan .select-a-plan__content .select-a-plan__content__img img {
  width: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.select-a-plan .select-a-plan__content .select-a-plan__content__img .select-a-plan__content__img-details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.select-a-plan .select-a-plan__content .select-a-plan__content__img .select-a-plan__content__img-details .select-a-plan__content__img-count {
  font-size: 26px;
  font-weight: 800;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
}
.select-a-plan .select-a-plan__content .select-a-plan__content__img .select-a-plan__content__img-details .select-a-plan__content__img-unit {
  font-size: 11px;
  font-weight: 900;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .select-a-plan .select-a-plan__content .title-3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .select-a-plan .select-a-plan__content .title-3,
.select-a-plan .select-a-plan__content .subtitle {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .select-a-plan .select-a-plan__content .subtitle-3 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .select-a-plan .select-a-plan__content .btn-container {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .select-a-plan .select-a-plan__content .nav {
    justify-content: center;
  }
}
.select-a-plan .select-a-plan__content .nav .nav-item {
  margin: 4px;
}
@media (max-width: 767px) {
  .select-a-plan .select-a-plan__content .nav .nav-item {
    flex: 1;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .select-a-plan .select-a-plan__content .nav .nav-item:last-child {
    flex: 0 0 calc(100% - 8);
    margin-left: 4px;
    margin-right: 4px;
  }
}
.select-a-plan .select-a-plan__content .nav .nav-item .nav-link {
  border: 2px solid #b9e7e8;
  font-weight: 800;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  border-radius: 5px;
  color: #000000;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
}
.select-a-plan .select-a-plan__content .nav .nav-item .nav-link:hover, .select-a-plan .select-a-plan__content .nav .nav-item .nav-link.active {
  background-color: #009199;
  border: 2px solid #009199;
  color: #ffffff;
}

.small-box-select-phone a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .small-box-select-phone .title-4 {
    font-size: 18px;
  }
  .small-box-select-phone img {
    width: 67px;
  }
  .small-box-select-phone .card {
    height: 100%;
  }
  .small-box-select-phone:first-child {
    padding-right: 8px;
  }
  .small-box-select-phone:last-child {
    padding-left: 8px;
  }
}

.hero-home {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .hero-home {
    background-image: url(faith-marketing-v2/hero-home-mobile-29a117946c62cb39efb71cb190d7199adc5198ff27178ad34cb1d9e34e612bf0.png);
    background-position: center;
  }
}
.hero-home h2 {
  font-family: "Nunito", sans-serif;
  font-size: 4.3vw;
  font-weight: 800;
  line-height: 1.2em;
  margin-bottom: 0;
  position: absolute;
  top: 10vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 992px) {
  .hero-home h2 {
    top: 7vw;
  }
}
.hero-home p {
  font-size: 1.125rem;
}
.hero-home .signup-btn {
  color: #fff;
  background-color: #2CBF88;
  box-shadow: 0 5px 1px #009199;
  border: 0 none;
  border-radius: 100px;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  line-height: 5vw;
  max-width: 100%;
  outline: 0;
  text-transform: uppercase;
  width: 20vw;
  bottom: 8vw;
  font-size: 1.7vw;
  padding-top: 0;
  min-height: 5vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8vw;
  transition: 0.2s all ease-in-out;
}
.hero-home .signup-btn:hover {
  text-decoration: none;
  background-color: #1c9e52;
}
@media screen and (max-width: 992px) {
  .hero-home .signup-btn {
    bottom: 6vw;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .visible-md-down {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hero-home .visible-sm-down {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .hero-home .hidden-md-down {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hero-home .hidden-sm-down {
    display: none !important;
  }
}
.hero-home .background-effect {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}
.hero-home .background-effect img {
  display: none;
  width: 100%;
  height: auto;
}
.hero-home .background-effect img.active {
  display: block;
}
.hero-home .people-effect {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
@media screen and (max-width: 450px) {
  .hero-home .people-effect {
    width: 90%;
  }
}
.hero-home .people-effect img {
  width: 24%;
  vertical-align: bottom;
}
.hero-home .signal-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.hero-home .signal-effect .signalCircle {
  border: 3px solid white;
  width: 100vw;
  height: 100vw;
  border-radius: 100%;
  position: absolute;
  bottom: -50vw;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: signalTransition;
  animation-name: signalTransition;
  transform-origin: center center;
  left: 0;
  opacity: 0;
}
.hero-home .signal-effect .signalCircle.signal-1 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.hero-home .signal-effect .signalCircle.signal-2 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.hero-home .text-effect {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.hero-home .text-effect > div {
  position: absolute;
  width: 40%;
  border: 1px solid #fff;
  transform: scale(0);
  transition: 0.3s;
  background: #fff;
  border-radius: 10px;
  padding: 1.5%;
  opacity: 0;
  font-size: 1.4vw;
  line-height: 2.4vw;
  font-weight: 200;
  font-family: "Nunito", sans-serif;
}
.hero-home .text-effect > div.active {
  opacity: 1;
  transform: scale(1);
}
.hero-home .text-effect > div:before {
  content: "";
  width: 5%;
  height: 20%;
  display: block;
  position: absolute;
  background: white;
  border-radius: 100%;
  bottom: -35%;
}
.hero-home .text-effect > div:after {
  content: "";
  width: 15%;
  height: 40%;
  display: block;
  position: absolute;
  background: white;
  border-radius: 100%;
  bottom: -30%;
}
.hero-home .text-effect > div.bubble-left:before {
  left: 5%;
}
.hero-home .text-effect > div.bubble-left:after {
  left: 10%;
}
.hero-home .text-effect > div.bubble-right:before {
  right: 5%;
}
.hero-home .text-effect > div.bubble-right:after {
  right: 10%;
}
@-webkit-keyframes signalTransition {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0.1;
  }
}
@keyframes signalTransition {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0.1;
  }
}

.main-admin-user {
  background-color: #F0F7F7;
  min-height: 200px;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-admin-user {
    flex-wrap: wrap;
  }
}
.main-admin-user .main-admin-user__nav {
  flex: 0 0 260px;
  background-color: #009199;
}
@media (max-width: 767px) {
  .main-admin-user .main-admin-user__nav {
    flex: 0 0 100%;
    order: 2;
    width: 100%;
  }
}
.main-admin-user .main-admin-user__nav .nav {
  max-width: 256px;
  margin-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1400px) {
  .main-admin-user .main-admin-user__nav .nav {
    margin-left: 40px;
    max-width: 230px;
  }
}
@media (max-width: 767px) {
  .main-admin-user .main-admin-user__nav .nav {
    max-width: 100%;
    margin-right: 40px;
  }
}
.main-admin-user .main-admin-user__nav .nav > li {
  position: relative;
  min-height: 65px;
}
.main-admin-user .main-admin-user__nav .nav > li:first-child span {
  border-top: 1px solid #005a666e;
}
.main-admin-user .main-admin-user__nav .nav > li .badge {
  border-radius: 30px;
  min-width: 19px;
  height: 19px;
  background-color: #2CBF88;
  position: relative;
  left: 10px;
  top: -5px;
  padding: 0;
  line-height: 19px;
}
.main-admin-user .main-admin-user__nav .nav > li:before {
  content: "";
  display: block;
  width: 340px;
  height: 100%;
  border-radius: 8px;
  background-color: #F0F7F7;
  position: absolute;
  left: -15px;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 0;
}
@media (max-width: 767px) {
  .main-admin-user .main-admin-user__nav .nav > li:before {
    width: calc(100% + 15px);
  }
}
.main-admin-user .main-admin-user__nav .nav > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #DCEEEF;
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 0;
}
.main-admin-user .main-admin-user__nav .nav > li ul:before {
  content: "";
  display: block;
  width: 328px;
  height: 100%;
  border-bottom-left-radius: 8px;
  background-color: #DCEEEF;
  position: absolute;
  left: -15px;
  top: 0;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}
.main-admin-user .main-admin-user__nav .nav > li ul > li {
  z-index: 1;
  padding-left: 40px;
}
.main-admin-user .main-admin-user__nav .nav > li ul > li:last-child span {
  border-bottom: 0;
}
.main-admin-user .main-admin-user__nav .nav > li ul > li > a {
  position: relative;
  display: flex;
  min-height: 60px;
  position: relative;
  padding: 0;
  width: 100%;
  white-space: nowrap;
  color: #005A66;
  position: relative;
  z-index: 4;
}
.main-admin-user .main-admin-user__nav .nav > li ul > li > a i:before {
  position: relative;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.main-admin-user .main-admin-user__nav .nav > li ul > li > a span {
  font-size: 18px;
  font-weight: 300;
  position: absolute;
  width: calc(100% - 10px);
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 1px solid #005a663d;
  padding-bottom: 15px;
  padding-top: 15px;
  transition: font-weight 0.5s ease-in-out;
  font-family: "Nunito", sans-serif;
  transition: all 0.5s ease-in-out;
}
.main-admin-user .main-admin-user__nav .nav > li ul > li:hover::before, .main-admin-user .main-admin-user__nav .nav > li ul > li.active::before {
  opacity: 1;
}
.main-admin-user .main-admin-user__nav .nav > li ul > li:hover > a, .main-admin-user .main-admin-user__nav .nav > li ul > li.active > a {
  color: #005A66;
}
.main-admin-user .main-admin-user__nav .nav > li ul > li:hover > a i::before, .main-admin-user .main-admin-user__nav .nav > li ul > li.active > a i::before {
  transform: translateY(-50%);
  opacity: 1;
  color: #009199;
}
.main-admin-user .main-admin-user__nav .nav > li ul > li:hover > a span, .main-admin-user .main-admin-user__nav .nav > li ul > li.active > a span {
  font-weight: 700;
  transform: translate(0, -50%);
  padding-left: 20px;
}
.main-admin-user .main-admin-user__nav .nav > li > a {
  position: relative;
  display: flex;
  min-height: 65px;
  position: relative;
  padding: 0;
  width: 100%;
  white-space: nowrap;
  color: #ffffff;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
}
.main-admin-user .main-admin-user__nav .nav > li > a i:before {
  position: relative;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  transition: transform 0.5s ease-in-out;
}
.main-admin-user .main-admin-user__nav .nav > li > a span {
  font-size: 18px;
  font-weight: 300;
  position: absolute;
  width: calc(100% - 0px);
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 1px solid #005a666e;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 35px;
  transition: font-weight 0.5s ease-in-out;
  font-family: "Nunito", sans-serif;
  transition: transform 0.5s ease-in-out;
}
.main-admin-user .main-admin-user__nav .nav > li:hover::before, .main-admin-user .main-admin-user__nav .nav > li.active::before {
  opacity: 1;
}
.main-admin-user .main-admin-user__nav .nav > li:hover > a, .main-admin-user .main-admin-user__nav .nav > li.active > a {
  color: #005A66;
}
.main-admin-user .main-admin-user__nav .nav > li:hover > a i::before, .main-admin-user .main-admin-user__nav .nav > li.active > a i::before {
  transform: translate(5px, -50%);
}
.main-admin-user .main-admin-user__nav .nav > li:hover > a span, .main-admin-user .main-admin-user__nav .nav > li.active > a span {
  font-weight: 700;
  transform: translate(5px, -50%);
  border-color: transparent;
}
.main-admin-user .main-admin-user__content {
  flex: 1;
  padding: 60px;
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .main-admin-user .main-admin-user__content {
    order: 1;
    width: 100%;
    padding: 60px 20px;
    padding-top: 30px;
  }
}
.main-admin-user .card-content-header {
  display: flex;
  margin-bottom: 15px;
}
.main-admin-user .card-content-header h3 {
  margin-right: auto;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.main-admin-user .card .card-body {
  padding: 30px;
}
@media (max-width: 767px) {
  .main-admin-user .card .card-body {
    padding: 30px 20px;
  }
}
.main-admin-user .card .custom-link {
  font-weight: 900;
  font-size: 14px;
  color: #009199;
}

.sim-status-container {
  display: flex;
  padding: 52px;
  align-items: center;
}
@media (max-width: 992px) {
  .sim-status-container {
    display: block;
    text-align: center;
  }
}
.sim-status-container .sim-status__img img {
  width: 187px;
}
@media (max-width: 992px) {
  .sim-status-container .sim-status__img img {
    width: 80px;
  }
}
.sim-status-container .sim-status__content {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .sim-status-container .sim-status__content {
    padding-left: 0;
  }
}
.sim-status-container .sim-status__content h3 {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .sim-status-container .sim-status__content h3 {
    margin-top: 20px;
  }
}

.box-card-shadow {
  box-shadow: inset 0px -4px 0px rgba(0, 99, 102, 0.1);
  border-radius: 10px;
}

.box-card-green {
  background-color: #009199;
  box-shadow: inset 0px -4px 0px rgba(0, 99, 102, 0.2);
  border-radius: 10px;
  color: #fff !important;
}
.box-card-green .custom-link {
  color: #ffffff !important;
}

.inline-show-data {
  line-height: 160%;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  margin-bottom: 7px;
}
.inline-show-data b {
  font-weight: 900;
  padding-left: 3px;
}

.dropdown-mobile-nav {
  width: 100%;
  background-color: #009199;
  padding: 16px;
}
@media (min-width: 835px) {
  .dropdown-mobile-nav {
    display: none;
  }
}
.dropdown-mobile-nav .dropdown-toggle {
  display: block;
  width: 100%;
  border: 0;
  background-color: #ffffff;
  color: #009199;
  text-align: left;
  border-radius: 6px;
  height: 50px;
  padding: 12px 20px;
  padding-right: 37px;
  font-size: 18px;
  font-weight: 900;
  font-family: "Nunito", sans-serif;
  position: relative;
}
.dropdown-mobile-nav .dropdown-toggle:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  color: transparent;
  background-image: url(../images/dropdown-mobile-nav.svg);
  background-size: 14px 7px;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: center;
}
.dropdown-mobile-nav .dropdown-menu {
  width: calc(100% - 30px);
}
.dropdown-mobile-nav .dropdown-menu .dropdown-item {
  font-size: 18px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  color: #005A66;
}

.main-admin-user-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 30px;
}
.main-admin-user-header-center {
  display: block;
  text-align: center;
}
.main-admin-user-header-center .steps {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .main-admin-user-header {
    display: block;
    text-align: center;
  }
  .main-admin-user-header .steps {
    padding-top: 20px;
    justify-content: center;
  }
}
.main-admin-user-header .main-content-header__user-info h3 {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 0;
}
.main-admin-user-header .main-content-header__user-info h3 span {
  font-weight: 700;
}
.main-admin-user-header .main-content-header__user-info .main-content-header__user-info__logout {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
}

.cart-product-container {
  padding-right: 15px;
  padding-left: 15px;
  flex: 1 !important;
}
@media (max-width: 768px) {
  .cart-product-container {
    flex: 0 0 100% !important;
    width: 100%;
    min-width: 100%;
  }
}
.cart-product-container .table-responsive {
  min-height: 400px;
}
@media (max-width: 767px) {
  .cart-product-container .table-responsive {
    min-height: unset;
  }
}
.cart-product-container .input-number-count__minus, .cart-product-container .input-number-count__plus {
  line-height: 100% !important;
}

.cart-summary-container {
  flex: 0 0 430px !important;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .cart-summary-container {
    flex: 0 0 100% !important;
    width: 100%;
    min-width: 100%;
  }
}

.cart-content {
  padding: 0;
  overflow: hidden;
}
.cart-content .card-body {
  padding: 0;
}

.table.cart-content___table th {
  border-top: 0;
  height: 84px;
  line-height: 84px;
  font-size: 21px;
  font-weight: 800;
  color: #ffffff;
  background-color: #9AC9CA;
}
.table.cart-content___table td {
  font-size: 18px;
  line-height: 84px;
}
@media (max-width: 767px) {
  .table.cart-content___table td {
    font-size: 16px;
    line-height: 40px;
  }
}
@media (max-width: 380px) {
  .table.cart-content___table td {
    font-size: 14px;
    line-height: 40px;
  }
}
.table.cart-content___table td:last-child {
  padding-right: 24px;
}
.table.cart-content___table td:first-child {
  width: 70px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .table.cart-content___table td:first-child {
    padding-left: 20px;
    width: 60px;
  }
}
@media (max-width: 767px) {
  .table.cart-content___table .input-number-count {
    top: 20px;
    margin-left: auto;
    width: 100px !important;
  }
  .table.cart-content___table .input-number-count input {
    width: calc(100% + 15px);
    padding-right: 40px;
  }
}

.cart-content___table___img {
  position: relative;
}
@media (max-width: 380px) {
  .cart-content___table___img img {
    width: 40px;
  }
}

.cart-content___table___delete {
  position: absolute;
  top: 15px;
  left: 10px;
  line-height: initial;
}
@media (max-width: 767px) {
  .cart-content___table___delete {
    top: 15px;
    left: inherit;
    right: 10px;
  }
}

.cart-produt-footer {
  padding: 30px 24px;
}
@media (max-width: 767px) {
  .cart-produt-footer {
    padding: 30px 10px;
    padding-top: 20px;
    text-align: center !important;
    border-top: 1px solid #dee2e6;
  }
}
.cart-produt-footer .btn {
  margin: 10px;
}
@media (max-width: 767px) {
  .cart-produt-footer .btn {
    margin: 5px;
    font-size: 12px;
    padding: 13px 15px;
  }
}

.faqs__content .card {
  background-color: #ffffff;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  border-left: 4px solid #ffffff;
  transition: border-left 0.5s ease-in-out;
}
.faqs__content .card.active {
  border-left: 4px solid #009199;
}
.faqs__content .card .card-header {
  background-color: #ffffff;
  padding-left: 48px;
  padding-right: 48px;
  border-bottom: 0;
  position: relative;
}
@media (max-width: 992px) {
  .faqs__content .card .card-header {
    padding-left: 40px;
    padding-right: 48px;
  }
}
.faqs__content .card .card-header a {
  display: block;
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative;
  transition: color 0.5s ease-in-out;
}
.faqs__content .card .card-header a svg {
  position: absolute;
  top: 50%;
  right: -20px;
  transform-origin: center;
  transform: translateY(-50%) rotate(180deg);
}
.faqs__content .card .card-header a svg path {
  transition: stroke 0.5s ease-in-out;
  stroke: #009199;
}
.faqs__content .card .card-header a:hover {
  color: #2CBF88;
  text-decoration: none;
}
.faqs__content .card .card-header a:hover svg path {
  stroke: #009199;
}
.faqs__content .card .card-header a.collapsed svg {
  transform: translateY(-50%) rotate(0deg);
}
.faqs__content .card .card-header a.collapsed svg path {
  stroke: #000000;
}
.faqs__content .card .card-header a.collapsed:before {
  opacity: 0;
}
.faqs__content .card .card-header a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -8px;
  background-color: #000000;
  opacity: 0.1;
  transition: opacity 0.5s ease-in-out;
}
.faqs__content .card .card-body {
  padding-right: 48px;
  padding-left: 48px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .faqs__content .card .card-body {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.faqs__content .card .card-body a {
  color: #2CBF88 !important;
  text-decoration: underline;
  font-weight: 800;
}
.shadow, .login__content, .main-content .main-content__body .card, .main-content .data-table-container .data-table-header .data-table__actions .column-visibility-control, .modal-content {
  background: #ffffff;
  box-shadow: 0px 60px 40px rgba(5, 149, 153, 0.08);
  border-radius: 10px;
}

.card {
  border: 0;
  border-radius: 10px;
}

.max-width-960 {
  max-width: 960px;
  margin: 0 auto;
}

.max-width-620 {
  max-width: 620px;
  margin: 0 auto;
}

.max-width-420 {
  max-width: 400px;
  margin: 0 auto;
}

.text-green {
  color: #009199 !important;
}

.text-green-light {
  color: #2CBF88 !important;
}

.text-green-dark {
  color: #005A66 !important;
}

.text-gray {
  color: #00000026 !important;
}

.bold {
  font-weight: 700 !important;
}

.extrabold {
  font-weight: 900 !important;
}

.form-group {
  margin-bottom: 0;
  padding-top: 10px;
}
.form-group label {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #000000;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  margin-left: 30px;
}
.form-group .form-control, .form-group #card-holder-name {
  border-color: #F2F2F2;
  background-color: #F2F2F2;
  font-size: 18px;
  color: #000000;
  border-radius: 40px;
  outline: none !important;
}
.form-group .form-control::-moz-placeholder, .form-group #card-holder-name::-moz-placeholder {
  color: #000000;
}
.form-group .form-control:-ms-input-placeholder, .form-group #card-holder-name:-ms-input-placeholder {
  color: #000000;
}
.form-group .form-control::placeholder, .form-group #card-holder-name::placeholder {
  color: #000000;
}
.form-group input,
.form-group select {
  height: 60px !important;
  padding-right: 24px;
  padding-left: 24px;
}
.form-group.has-content label {
  opacity: 1;
}
.form-group.has-content .form-control {
  background-color: #ffffff;
  border-color: #ccc;
}
.form-group.is-valid label {
  color: #2CBF88;
}
.form-group.is-valid .form-control {
  border-color: #2CBF88;
}
.form-group.is-invalid label {
  color: #de4b4b;
}
.form-group.is-invalid .form-control {
  border-color: #de4b4b;
}

.table-small {
  width: 100%;
}
.table-small td, .table-small th {
  border-top: 1px solid #E5E5E5;
  padding: 5px 0px !important;
  height: auto !important;
}
.table-small tr:first-child td, .table-small tr:first-child th {
  border-top: 0px solid #E5E5E5;
}

.no-border-top {
  border-top: 0 !important;
}

.no-py {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.height-auto {
  height: auto !important;
}

.table thead th {
  border-bottom: 0;
  border-top: 0;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 60px;
  vertical-align: middle;
  box-sizing: border-box;
  color: #999999;
}

.table tfoot th {
  border-bottom: 0;
  border-top: 0;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 60px;
  vertical-align: middle;
  box-sizing: border-box;
  color: #000000;
  font-weight: 800;
  border-top: 1px solid #E5E5E5;
}
.table tfoot th a {
  color: #000000;
}

.table tbody td {
  color: #000000;
  border-color: #E5E5E5;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  height: 60px;
  vertical-align: middle;
  box-sizing: border-box;
}
.table tbody td a {
  padding: 0px 10px;
  color: #000000;
}
.table tbody td i {
  font-size: 20px;
  color: #ccc;
}

.table tr:hover td {
  background-color: #D4EDEE;
}

.title-big {
  font-size: 67px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  line-height: 120%;
  color: #262626;
}
@media (max-width: 1200px) {
  .title-big {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .title-big {
    font-size: 40px;
  }
}

.title {
  font-size: 48px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #262626;
  line-height: 120%;
}
@media (max-width: 1200px) {
  .title {
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  .title {
    font-size: 30px;
  }
}

.title-2 {
  font-size: 36px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #262626;
  line-height: 120%;
}
@media (max-width: 1200px) {
  .title-2 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .title-2 {
    font-size: 26px;
  }
}

.title-3 {
  font-size: 30px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #262626;
  line-height: 120%;
}

.title-4 {
  font-size: 26px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #262626;
  line-height: 120%;
}

.title-5 {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #262626;
  line-height: 120%;
}

.title-6 {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #262626;
  line-height: 120%;
}

.subtitle {
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  color: #4D4D4D;
  font-weight: 700;
}

.subtitle-2 {
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  color: #000000;
  font-weight: 700;
}

.subtitle-3 {
  font-size: 17px;
  font-family: "Nunito", sans-serif;
  color: #000000;
  font-weight: 700;
}

.subtitle-4 {
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  color: #000000;
  font-weight: 900;
}

.text-color-green {
  color: #009199 !important;
}

.text-color-green-light {
  color: #2CBF88 !important;
}

.text-color-green-dark {
  color: #005A66 !important;
}

.text {
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  color: #4D4D4D;
  font-weight: 400;
}
.text p {
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  color: #4D4D4D;
  font-weight: 400;
}
.text-sm-1 {
  font-size: 16px;
}
.text-sm {
  font-size: 14px;
}

@media (max-width: 500px) {
  .text-center-mobile {
    text-align: center;
  }
}

.btn-big {
  color: #fff;
  background-color: #2CBF88;
  box-shadow: 0 5px 1px #016b71;
  border: 0 none;
  border-radius: 100px;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  line-height: 80px;
  max-width: 100%;
  outline: 0;
  text-transform: uppercase;
  width: 290px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  padding-top: 0;
  min-height: 80px;
  transition: 0.2s all ease-in-out;
}
.btn-big:hover {
  text-decoration: none;
  background-color: #1c9e52;
}
@media (max-width: 1200px) {
  .btn-big {
    font-size: 18px;
    line-height: 60px;
    width: 240px;
    min-height: 60px;
  }
}

.img-fluid-overlay {
  width: calc(105%);
}

.max-width-530 {
  max-width: 530px !important;
  margin-left: auto;
  margin-right: auto;
}

.max-width-500 {
  max-width: 500px !important;
  margin-left: auto;
  margin-right: auto;
}

.max-width-620 {
  max-width: 620px !important;
  margin-left: auto;
  margin-right: auto;
}

.max-width-680 {
  max-width: 680px !important;
  margin-left: auto;
  margin-right: auto;
}

.max-width-500 {
  max-width: 500px !important;
  margin-left: auto;
  margin-right: auto;
}

.max-width-400 {
  max-width: 400px !important;
  margin-left: auto;
  margin-right: auto;
}

.max-width-360 {
  max-width: 360px !important;
  margin-left: auto;
  margin-right: auto;
}

.max-width-300 {
  max-width: 300px !important;
  margin-left: auto;
  margin-right: auto;
}

.max-width-200 {
  max-width: 200px !important;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .min-width-260 {
    min-width: 260px !important;
  }
}

.max-width-270 {
  max-width: 270px !important;
  margin-left: auto;
  margin-right: auto;
}

.max-width-260 {
  max-width: 217px !important;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 500px) {
  .max-width-260 {
    max-width: 120px !important;
  }
}

.width-97 {
  width: 97px;
}
@media (max-width: 767px) {
  .width-97 {
    width: 120px !important;
  }
}

.height-74 {
  height: 74px;
}
@media (max-width: 767px) {
  .height-74 {
    height: 64px !important;
  }
}

.width-186 {
  width: 186px;
}
@media (max-width: 992px) {
  .width-186 {
    width: 130px !important;
  }
}

.width-38 {
  width: 38px;
}
@media (max-width: 767px) {
  .width-38 {
    width: 38px !important;
  }
}

.width-20 {
  width: 20px;
}
@media (max-width: 767px) {
  .width-20 {
    width: 20px !important;
  }
}

.max-width-830 {
  max-width: 830px !important;
  margin-left: auto;
  margin-right: auto;
}

.max-width-880 {
  max-width: 880px !important;
  margin-left: auto;
  margin-right: auto;
}

.min-height-60vh {
  min-width: 60vh;
}

.height-100 {
  height: 100%;
}

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

.font-12 {
  font-size: 12px;
}

.font-16 {
  font-size: 16px !important;
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden-desktop {
    display: none;
  }
}

.relative {
  position: relative;
}

.grayscale {
  filter: grayscale(100%);
}

.links-color-green-light a {
  color: #2CBF88;
}

.custom-link {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  text-decoration: underline;
  font-weight: 700;
  transition: color 0.5s ease-in-out;
  color: #000000;
}
.custom-link-2 {
  color: #2CBF88;
}
.custom-link i {
  font-size: 16px;
}
.custom-link:hover {
  color: #009199;
}

.steps {
  display: flex;
}
.steps__item {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 40px;
  background-color: #009199;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 22px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .steps__item {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}
.steps__item:before, .steps__item:after {
  content: "";
  display: block;
  width: 15px;
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #009199;
}
.steps__item:before {
  left: -10px;
}
.steps__item:after {
  right: -10px;
}
.steps__item:last-child:after {
  display: none;
}
.steps__item:first-child:before {
  display: none;
}
.steps__item.active {
  background-color: #2CBF88;
}
.steps__item.active:before, .steps__item.active:after {
  background-color: #2CBF88;
}
.steps__item.active span {
  width: 0;
  height: 0;
  border-bottom: 32px solid #ffffff;
  border-left: 43px solid transparent;
  position: absolute;
  bottom: -40px;
  left: -16px;
}
@media (max-width: 767px) {
  .steps__item.active span {
    border-bottom: 32px solid #ffffff;
    border-left: 36px solid transparent;
  }
}
.steps__item.undone {
  background-color: #ffffff;
  color: #000000;
}
.steps__item.undone:before, .steps__item.undone:after {
  background-color: #ffffff;
}
.steps.small .steps__item {
  width: 43px;
  height: 43px;
  font-size: 20px;
}

.no-border-top {
  border-top: 0 !important;
}

.no-py {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.height-auto {
  height: auto !important;
}

.no-border-radius-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.no-border-top {
  border-top: 0 !important;
}

.no-py {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.height-auto {
  height: auto !important;
}

.no-border-radius-bottom {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.border-radius-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.border-radius-bottom {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.bg-gray {
  background-color: #F0F7F7;
}

.phone-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.phone-tabs .phone-tabs__link {
  margin: 10px;
}
.phone-tabs .phone-tabs__link svg {
  width: 98px;
  height: 142px;
}
.phone-tabs .phone-tabs__link .svg-bakcground, .phone-tabs .phone-tabs__link .svg-inner-background, .phone-tabs .phone-tabs__link .svg-inner-stroke, .phone-tabs .phone-tabs__link .svg-outer-stroke,
.phone-tabs .phone-tabs__link .fill-white {
  transition: fill 0.5s ease-in-out;
}
.phone-tabs .phone-tabs__link.active svg .svg-bakcground, .phone-tabs .phone-tabs__link:hover svg .svg-bakcground {
  fill: #009199;
}
.phone-tabs .phone-tabs__link.active svg .svg-inner-stroke, .phone-tabs .phone-tabs__link:hover svg .svg-inner-stroke {
  stroke: #009199;
}
.phone-tabs .phone-tabs__link.active svg .svg-inner-background, .phone-tabs .phone-tabs__link.active svg .svg-outer-stroke, .phone-tabs .phone-tabs__link:hover svg .svg-inner-background, .phone-tabs .phone-tabs__link:hover svg .svg-outer-stroke {
  fill: #33a7ad;
  stroke: #33a7ad;
}
.phone-tabs .phone-tabs__link.active svg .fill-white, .phone-tabs .phone-tabs__link:hover svg .fill-white {
  fill: #ffffff;
}

.clicking_below_text {
  border-radius: 60px;
  max-width: 460px;
  padding: 13px 40px;
  margin: 0 auto;
  background-color: #ffffff;
  transform: translateY(calc(50% + 1.25rem));
  font-size: 18px;
  font-weight: 500;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .clicking_below_text {
    font-size: 14px;
  }
}
.clicking_below_text img {
  width: 48px;
  height: 87px;
  position: absolute;
  right: -68px;
  top: 42px;
}
@media (max-width: 767px) {
  .clicking_below_text img {
    display: none;
  }
}

.sidebard-OS {
  position: fixed;
  background-color: #ffffff;
  width: 340px;
  height: 100vh;
  left: -999px;
  right: inherit;
  top: 0;
  z-index: 9999;
}
.sidebard-OS.show {
  right: 0;
  left: inherit;
}
.sidebard-OS .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.sidebard-OS .close span {
  font-size: 34px;
  font-weight: 200;
}
.sidebard-OS .sidebard-OS__content {
  position: relative;
  overflow: auto;
  max-height: 100%;
}
.sidebard-OS .sidebard-OS__content__item {
  padding: 45px;
  display: none;
}
.sidebard-OS .sidebard-OS__content__item.active {
  display: block;
}

.input-number-count {
  overflow: hidden;
  border-radius: 40px;
  position: relative;
  align-items: center;
  align-content: center;
  border: 1px solid #00000026;
}
.input-number-count input {
  border-radius: 40px;
  height: 54px;
  border: 0;
  text-align: center !important;
  padding-right: 33px;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  color: #000000;
  width: calc(100% + 15px);
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 767px) {
  .input-number-count input {
    height: 34px;
    font-size: 14px;
    padding-left: 33px;
  }
}
.input-number-count button {
  position: absolute;
  width: 33px;
  height: 50%;
  right: 0px;
  border-radius: 0;
  border: 0;
  background-color: #F2F2F2;
  outline: none;
}
@media (max-width: 767px) {
  .input-number-count button {
    height: 100%;
  }
}
.input-number-count button.input-number-count__plus {
  top: 0;
  border-bottom: 1px solid #00000026;
}
@media (max-width: 767px) {
  .input-number-count button.input-number-count__plus {
    border-bottom: 0;
  }
}
.input-number-count button.input-number-count__minus {
  bottom: 0;
}
@media (max-width: 767px) {
  .input-number-count button.input-number-count__minus {
    right: inherit;
    left: 0;
  }
}

.sidebard-OS__content__list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: number;
}
.sidebard-OS__content__list li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
  min-height: 28px;
  font-family: "Nunito", sans-serif;
}
.sidebard-OS__content__list li:before {
  background-color: #ffffff;
  position: absolute;
  left: 0px;
  top: 3px;
  counter-increment: number;
  content: counter(number);
  width: 28px;
  height: 28px;
  display: block;
  border: 2px solid #009199;
  color: #009199;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  border-radius: 30px;
  z-index: 9;
}
.sidebard-OS__content__list.add-connect li {
  padding-top: 5px;
}
.sidebard-OS__content__list.add-connect li:after {
  content: "";
  position: absolute;
  left: 14px;
  top: 20px;
  width: 1px;
  height: 100%;
  display: block;
  background-color: #009199;
  z-index: 2;
}
.sidebard-OS__content__list.add-connect li:last-child::after {
  display: none;
}

.alert-success,
.alert-danger,
.alert-warning,
.alert-info {
  box-shadow: inset 0px -4px 0px rgba(0, 99, 102, 0.2);
  border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
  padding: 17px 30px;
  border: 0;
  margin-bottom: 30px;
}
.alert-success i,
.alert-danger i,
.alert-warning i,
.alert-info i {
  margin-right: 5px;
}
.alert-success .custom-link,
.alert-danger .custom-link,
.alert-warning .custom-link,
.alert-info .custom-link {
  color: #ffffff;
  font-weight: 900;
}

/* Rectangle 75 */
.alert.alert-success {
  background-color: #2CBF88;
}
.alert.alert-danger {
  background-color: #ce4444;
}
.alert.alert-warning {
  background-color: #f1c22e;
}
.alert.alert-info {
  background-color: #16b8d6;
}

.connect-width-alert {
  position: relative;
}
.connect-width-alert::before {
  position: absolute;
  top: -37px;
  left: 50%;
  content: "";
  background-color: red;
  border-bottom: 4px solid;
  border-right: 4px solid;
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg) translateX(-50%);
}
.connect-width-alert.to-alert-success {
  border-top: 3px solid #2CBF88;
}
.connect-width-alert.to-alert-success::before {
  background-color: #2CBF88;
  border-color: #22ad81;
}
.connect-width-alert.to-alert-danger {
  border-top: 3px solid #ce4444;
}
.connect-width-alert.to-alert-danger::before {
  background-color: #ce4444;
  border-color: #a64c4b;
}
.connect-width-alert.to-alert-warning {
  border-top: 3px solid #f1c22e;
}
.connect-width-alert.to-alert-warning::before {
  background-color: #f1c22e;
  border-color: #c2b03e;
}
.connect-width-alert.to-alert-info {
  border-top: 3px solid #16b8d6;
}
.connect-width-alert.to-alert-info::before {
  background-color: #16b8d6;
  border-color: #11a7bf;
}

.divider {
  border-bottom: 1px dashed #000000;
}

.important-alert {
  border-radius: 10px;
  padding: 20px 10px;
  border: 2px solid #009199;
}
.important-alert .important-alert__content {
  max-width: 230px;
  margin: 0 auto;
}

.link-show-alert {
  font-size: 12px;
  font-weight: 700;
  color: #000000;
}
.link-show-alert:hover {
  text-decoration: none;
  color: #2CBF88;
}
.link-show-alert i {
  color: #2CBF88;
}
.link-show-alert span {
  padding-bottom: 2px;
  border-bottom: 1px solid #2CBF88;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: white;
}
.loading img {
  width: 130px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  -webkit-animation: loading 2s infinite;
          animation: loading 2s infinite;
  transform-origin: center;
}

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
#card-element {
  border-color: #F2F2F2;
  background-color: #F2F2F2;
  border-radius: 40px;
}

#card-holder-name {
  border-color: #F2F2F2;
  background-color: #F2F2F2;
  font-size: 18px;
  color: #000000;
  border-radius: 40px;
  outline: none !important;
}
#card-holder-name::-moz-placeholder {
  color: #000000;
}
#card-holder-name:-ms-input-placeholder {
  color: #000000;
}
#card-holder-name::placeholder {
  color: #000000;
}

@media print {
  @page {
    size: A3;
  }
  .no-print {
    display: none;
  }

  .logo {
    visibility: visible !important;
  }

  .container.invoice {
    margin-top: 150px;
    max-width: 70%;
    margin: 0 auto 50px;
  }

  #invoice-content {
    margin-top: 150px;
  }
}
#invoice-content {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}

.container.invoice {
  padding: 20px 0;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  /* header */
  /* body */
  /* footer */
}
.container.invoice ul {
  padding: 0;
  margin: 0 0 1rem 0;
  list-style: none;
}
.container.invoice table {
  width: 100%;
  border-collapse: collapse;
}
.container.invoice table,
.container.invoice table th,
.container.invoice table td {
  border: 1px solid silver;
}
.container.invoice table th,
.container.invoice table td {
  text-align: right;
  padding: 0 5px;
}
.container.invoice table td h4,
.container.invoice table td p {
  margin: 0;
}
.container.invoice table tr.divider {
  height: 15px;
}
.container.invoice .logo {
  visibility: hidden;
}
.container.invoice .fw-inv-title {
  padding: 10px 0;
  text-align: center;
  margin-bottom: 30px;
}
.container.invoice .fw-inv-logo {
  width: 150px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
.container.invoice .fw-inv-header {
  display: flex;
  margin-bottom: 20px;
}
.container.invoice .fw-inv-header > :nth-child(1) {
  flex: 2;
}
.container.invoice .fw-inv-header > :nth-child(2) {
  flex: 1;
}
.container.invoice .fw-inv-header h2 {
  font-size: 20px;
  margin: 0 0 0.3rem 0;
}
.container.invoice .fw-inv-header ul li {
  font-size: 15px;
  padding: 3px 0;
}
.container.invoice .fw-inv-body table th,
.container.invoice .fw-inv-body table td {
  text-align: left;
}
.container.invoice .fw-inv-body {
  margin-bottom: 30px;
}
.container.invoice .fw-inv-footer {
  display: flex;
  flex-direction: row;
}
.container.invoice .fw-inv-footer > :nth-child(1) {
  flex: 2;
}
.container.invoice .fw-inv-footer > :nth-child(2) {
  flex: 1;
}

.table-small {
  width: 100%;
}
.table-small td, .table-small th {
  border-top: 1px solid #E5E5E5;
  padding: 5px 0px !important;
  height: auto !important;
}
.table-small tr:first-child td, .table-small tr:first-child th {
  border-top: 0px solid #E5E5E5;
}

.no-border-top {
  border-top: 0 !important;
}

.no-py {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.height-auto {
  height: auto !important;
}

.nav-btn-container {
  display: flex;
  align-items: center;
}

.frontend-login .card {
  max-width: 512px;
  margin: 0 auto;
}

.steps__item {
  pointer-events: none;
}

.invalid-feedback {
  display: block;
  text-align: center;
}

.user-details {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}

.card-content-header__actions .btn {
  line-height: 24px;
}

.body a:hover {
  text-decoration: none;
}
.body .swal-title {
  color: #2CBF88;
}
.body .swal-text {
  color: #059599;
}
.body .swal-button--confirm, .body .swal-button--confirm:hover {
  background-color: #005A66;
}

.section-title {
  font-size: 66px;
  font-weight: 700;
}

.faqs__content .subtitle {
  font-size: 21px;
  font-weight: 700;
}

.cart-product-container .table.cart-content___table th {
  padding: 0 0.75rem;
}

.change-value-unit,
.select-a-plan-unit {
  text-transform: uppercase;
}

.cart-product-container .table-responsive {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block-coverage {
  position: relative;
}
.block-coverage .coverage-cta {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-coverage .fw-btn {
  text-transform: uppercase;
  font-size: 21px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.5;
}

.op03 {
  opacity: 0.3;
}

.op04 {
  opacity: 0.4;
}

.op05 {
  opacity: 0.5;
}

.op06 {
  opacity: 0.6;
}

.op08 {
  opacity: 0.6;
}

.title-3 .change-value-unit {
  margin-left: -8px;
}

.status .badge {
  font-size: 14px;
}

.main-admin-user .main-admin-user__nav {
  flex: 0 0 260px;
  display: none;
}
@media (max-width: 835px) {
  .main-admin-user .main-admin-user__nav {
    flex: 0 0 100%;
    order: 2;
    width: 100%;
  }
}
@media (min-width: 835px) {
  .main-admin-user .main-admin-user__nav {
    display: flex;
  }
}

.card-content-header .card-content-header__actions {
  position: relative;
}
@media (max-width: 768px) {
  .card-content-header .card-content-header__actions .btn span {
    display: block;
  }
}

.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-link {
  color: #005A66;
  border: none;
}

.select-a-plan {
  padding-top: 100px;
}
.select-a-plan .card {
  overflow: hidden;
}
.select-a-plan .card-body {
  padding: 0;
}
@media (max-width: 767px) {
  .select-a-plan .select-a-plan-img {
    display: none;
  }
}
.select-a-plan .select-a-plan-img img {
  width: 295px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.select-a-plan .select-a-plan-img .select-a-plan-details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.select-a-plan .select-a-plan-img .select-a-plan-details .select-a-plan-count {
  font-size: 228px;
  font-weight: 800;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
}
.select-a-plan .select-a-plan-img .select-a-plan-details .select-a-plan-unit {
  font-size: 94px;
  font-weight: 900;
  line-height: 100%;
  text-align: center;
  margin-top: -20px;
  color: #ffffff;
}
.select-a-plan .select-a-plan-img .select-a-plan-details.small-text .select-a-plan-count {
  font-size: 300px;
  line-height: 60%;
}
.select-a-plan .select-a-plan-img .select-a-plan-details.small-text .select-a-plan-unit {
  font-size: 46px;
}
.select-a-plan .select-a-plan__content {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .select-a-plan .select-a-plan__content {
    padding-top: 30px;
  }
}
.select-a-plan .select-a-plan__content .max-width-360 {
  max-width: 400px !important;
  padding-right: 24px;
  padding-left: 24px;
}
.select-a-plan .select-a-plan__content .select-a-plan__content__img {
  position: relative;
  background-color: #009199;
  background-image: url(../images/pattern__plan.svg);
  background-size: cover;
  width: 95px;
  height: 95px;
  border-radius: 70px;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .select-a-plan .select-a-plan__content .select-a-plan__content__img {
    display: none;
  }
}
.select-a-plan .select-a-plan__content .select-a-plan__content__img img {
  width: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.select-a-plan .select-a-plan__content .select-a-plan__content__img .select-a-plan__content__img-details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.select-a-plan .select-a-plan__content .select-a-plan__content__img .select-a-plan__content__img-details .select-a-plan__content__img-count {
  font-size: 26px;
  font-weight: 800;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
}
.select-a-plan .select-a-plan__content .select-a-plan__content__img .select-a-plan__content__img-details .select-a-plan__content__img-unit {
  font-size: 11px;
  font-weight: 900;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .select-a-plan .select-a-plan__content .title-3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .select-a-plan .select-a-plan__content .title-3,
.select-a-plan .select-a-plan__content .subtitle {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .select-a-plan .select-a-plan__content .subtitle-3 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .select-a-plan .select-a-plan__content .btn-container {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .select-a-plan .select-a-plan__content .nav {
    justify-content: center;
    max-width: 230px;
    margin: 0 auto;
  }
}
.select-a-plan .select-a-plan__content .nav .nav-item {
  margin: 4px;
}
@media (max-width: 767px) {
  .select-a-plan .select-a-plan__content .nav .nav-item {
    flex: 1;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .select-a-plan .select-a-plan__content .nav .nav-item:last-child {
    flex: 0 0 calc(100% - 8);
    margin-left: 4px;
    margin-right: 4px;
  }
}
.select-a-plan .select-a-plan__content .nav .nav-item .nav-link {
  border: 2px solid #b9e7e8;
  font-weight: 800;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  border-radius: 5px;
  color: #000000;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
}
.select-a-plan .select-a-plan__content .nav .nav-item .nav-link:hover, .select-a-plan .select-a-plan__content .nav .nav-item .nav-link.active {
  background-color: #009199;
  border: 2px solid #009199;
  color: #ffffff;
}

.form-group.has-content .form-control.is-invalid {
  border-color: #dc3545;
}

.main-admin-user .main-admin-user__nav .nav > li:first-child span,
.main-admin-user .main-admin-user__nav .nav > li > a span {
  border-bottom: 0;
  border-top: 0;
  left: 15px;
}

.cart-summary-container #showtotals, .cart-summary-container .text-sm-1 {
  font-size: 13px;
}

.table .text, .table .text p {
  font-size: 15px;
}
.table .text-x-x-sm {
  font-size: 12px;
}

.text-x-sm {
  font-size: 13px;
  color: #000000;
}

.box-card-shadow:not(.connect-width-alert.to-alert-success) {
  border-top: 3px solid transparent;
}

#frontend-vue .btn.fw-fx {
  border: 0;
  height: 36px;
  box-shadow: 0 2px 6px #00000026;
  margin: 0px 5px;
  font-size: 13px;
  padding-right: 12px;
  padding-left: 12px;
}
#frontend-vue .page-link {
  color: #ffffff;
  background-color: #049199;
  border: 1px solid #dee2e63d;
}
#frontend-vue .page-link:hover {
  color: #049199;
  text-decoration: none;
  background-color: #e9ecef;
}

.grecaptcha-badge {
  left: 15px !important;
  visibility: visible !important;
}
@media (max-width: 767px) {
  .grecaptcha-badge {
    display: none !important;
  }
}

.main-admin-user .main-admin-user__nav .nav > li a {
  width: 271px;
  left: -15px;
  height: 100%;
  padding: 15px 16px 18px 13px;
}

@media (max-width: 991px) {
  .d-md-none {
    display: block !important;
  }
}

.table tbody td {
  min-width: 105px;
}