.list_title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .list_title {
    font-size: 30px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 575px) {
  .list_title {
    font-size: 20px;
  }
}

ul li i {
  color: #001732;
  font-size: 14px;
  margin-right: 12px;
}

.btn__primary {
  height: 56px;
  background-color: #001732;
  border-radius: 4px;
  border: 2px solid #001732;
  color: #F2F2F2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
}
.btn__primary:hover {
  background-color: #FFFFFF;
  color: #001732;
}
.btn__primary:active, .btn__primary:focus {
  box-shadow: none;
}

.nav_tabs {
  width: fit-content;
  margin: 0 auto;
}
.nav_tabs .nav-item .nav-link {
  padding: 16px 40px;
  font-size: 20px;
}
.nav_tabs .nav-item .radius_left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.nav_tabs .nav-item .radius_right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.section-header {
  margin-bottom: 60px;
}
.section-header__title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .section-header {
    margin-bottom: 40px;
  }
  .section-header__title {
    font-size: 24px;
  }
}

.btn_switch {
  padding: 10px;
  border: 1px solid #E4E4E4;
  width: fit-content;
  margin: 0 auto;
  border-radius: 100px;
  position: relative;
}
.btn_switch__btn {
  padding: 8px 16px;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 600;
  color: #515151;
}
.btn_switch .active {
  background-color: #001732;
  color: #F2F2F2;
}
.btn_switch .offer_tag {
  position: absolute;
  margin-left: 20px;
}

.pricing-card {
  padding: 40px 10px;
  border-top: 2px solid #001732;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0px 5px 25px 0px rgba(78, 111, 178, 0.0705882353);
  display: block;
  transition: all 0.3s ease;
  height: 100%;
}
.pricing-card__title {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}
.hilight, 
.hilight_text {
  color: #00b0f0;
}
.hilight_text {
  font-size: 16px;
  font-weight: 600;
}
.pricing-card__price {
  margin: 24px 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-card__amount {
  font-size: 28px !important;
  font-weight: 700;
  line-height: 1;
}
.pricing-card__description {
  width: 100%;
  max-width: 170px;
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
  margin-bottom: 20px;
}
.pricing-card__period {
  font-weight: 300;
  color: #515151;
}
.pricing-card__list {
  margin-top: 50px;
}
.pricing-card__list-item {
  display: flex;
  font-weight: 500;
}
.pricing-card__list-item:not(:last-of-type) {
  margin-bottom: 24px;
}
.pricing-card__check {
  margin-right: 10px;
}
.pricing-card__check:hover {
  background-color: transparent !important;
}
.pricing-card__check img {
  width: 18px;
  height: 20px;
  min-width: 18px;
  margin-top: -4px;
}

.pricing-feature__title {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 4px;
}
.pricing-feature__description {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.pricing-card:hover {
  background-color: #F2F2F2;
}




@media screen and (max-width: 1219px) {
  .pricing-card__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .right-icon {
    width: 95% !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .tab-inner-content {
    margin-top: 30px;
  }
}

.onboarding-process {
  padding: 0 40px 130px;
}
.onboarding-process__wraper {
  padding: 46px;
  border: 1px solid #E4E4E4;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .onboarding-process__wraper {
    padding: 20px;
  }
  .pricing-card__title {
    font-size: 24px;
  }
}
.onboarding-process__item {
  text-align: center;
}
.onboarding-process__title {
  font-size: 24px;
  font-weight: 500;
  margin: 24px 0;
}
.onboarding-process__link {
  padding-top: 8px;
  color: #9CA1AC;
  transition: all 0.3s ease;
}
.onboarding-process__link:hover {
  color: #001732;
}
@media screen and (max-width: 991px) {
  .onboarding-process {
    padding: 0 12px 90px;
  }
}
@media screen and (max-width: 575px) {
  .onboarding-process {
    padding: 0 12px 70px;
  }
}

.pricing {
  padding: 130px 0;
}
.pricing__switcher {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 575px) {
  .pricing__switcher {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 575px) {
  .pricing {
    padding: 70px 0;
  }
}/*# sourceMappingURL=style_scss.css.map */