@import url(../fonts/IranSans/style.css);
@import url(../fonts/IRANYekanXFaNum/IRANYekanXFaNum.css);
@font-face {
  font-family: "Damavand";
  font-weight: 800;
  src: url("../fonts/DamavandExtraBold.woff") format("woff"),
    url("../fonts/DamavandExtraBold.woff2") format("woff2");
  font-style: normal;
}

:root {
  --blue: #0063ae;
  --gray: #dedede;
  --text-green: #2fd574;
}
*,
html {
  scroll-behavior: smooth !important;
}
* {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font-family: "IRANSans";
  direction: rtl;
  background-color: #00234b;
  color: #ffffff;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
section {
  padding: 0;
}
.row {
  margin: 0 auto;
}
.section_title {
  color: #fff;
  font-size: 38px;
  font-family: "damavand";
  text-align: center;
  text-align-last: center;
  margin: 0 auto 28px;
}

.form-group {
  margin: 0;
  text-align: center;
}

.btn-check:focus + .btn,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 9999s ease-in-out 0s,
    color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s, color 9999s ease-in-out 0s;
  color: #fff !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

input:-internal-autofill-selected {
  color: #fff !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ====================================== header ====================================== */
header {
  background-color: #222d3d;
  padding: 18px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
  display: none;
  width: 100%;
}
header .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .title {
  font-family: "IRANYekanXFaNum";
  font-size: 22px;
  font-weight: 1000;
  color: #ffffff;
}
header .callToAction3 {
  padding: 5px 20px;
}

/* ====================================== #canvas  ====================================== */
#canvas {
  object-fit: cover;
}
canvas {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

/* ====================================== chart ====================================== */
#chart {
  padding-top: 194px;
}
#chart .content {
  padding: 40px 30px;
  min-height: 600px;
}
#chart .content .header {
  margin-bottom: 28px;
  flex-direction: column;
}
#chart .content .header .times .nav-tabs {
  margin: 0;
  background-color: #233758;
  border-radius: 8px;
  padding: 6px 18px;
  border: none;
}
#chart .content .header .times .nav-tabs .nav-link {
  padding: 13px 37px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  border: none;
  border-radius: 4px;
}
#chart .content .header .times .nav-tabs .nav-link.active {
  background-color: #0e824a;
}
#chart .content .labels {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 52px auto 0;
}
#chart .content .labels .label:not(:last-child) {
  margin-left: 31px;
}
#chart .content .labels .label .icon {
  width: 24px;
  height: 24px;
  border-radius: 3.4px;
  margin-left: 8px;
}
#chart .content .labels .label .icon.green {
  background-color: var(--text-green);
}
#chart .content .labels .label .icon.gray {
  background-color: var(--gray);
}
#chart canvas {
  margin: 0 auto;
}
/* ====================================== portion ====================================== */
#portion .content {
  background: #22222233;
  border-radius: 12px;
  padding-top: 46px;
  padding-bottom: 46px;
  align-items: center;
}
#portion .content .right {
  padding-right: 180px;
}
#portion .content .title {
  font-family: "damavand";
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 12px;
  text-align: right;
  text-align-last: right;
}
#portion .content .item_box li {
  padding-right: 28px;
  font-size: 20px;
  color: #fff;
  position: relative;
  margin-bottom: 12px;
}
#portion .content .item_box li:nth-child(1)::before {
  background: #2fd574;
}
#portion .content .item_box li:nth-child(2)::before {
  background: #b7ffdf;
}
#portion .content .item_box li:nth-child(3)::before {
  background: #afdec9;
}
#portion .content .item_box li:nth-child(4)::before {
  background: #fff;
}
#portion .content .item_box li:nth-child(5)::before {
  background: #fff;
}
#portion .content .item_box li::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 3.43px;
  position: absolute;
  right: 0;
  top: 5px;
  background: #fff;
}
#portion_chart {
  margin: 0 auto;
}

/* ========================================== advantage ========================================== */
#advantage {
  padding: 147px 0 177px;
}
#advantage .row {
  max-width: 65%;
  margin: 0 auto;
}
#advantage .item_box {
  background: rgba(32, 50, 80, 1);
  border-radius: 12px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
#advantage .item_box .icon {
  margin-left: 14px;
}
#advantage .item_box .label {
  font-size: 18px;
  font-weight: 400;
}

/* ========================================== steps ========================================== */
#steps {
  padding: 177px 0;
}
#steps .row {
  position: relative;
      direction: ltr;
}
#steps .row .line {
  background: #2fd574;
  width: 721px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: 0 auto;
}
#steps .item_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
#steps .item_box .icon_box {
  background-color: #233758;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  margin-bottom: 32px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#steps .item_box .label {
  text-align: center;
  text-align-last: center;
  font-size: 20px;
  font-weight: 800;
  max-width: 75%;
}

/*================================ faq ================================*/
#faq {
  position: relative;
  padding: 177px 0;
}
#faq .accordion {
  max-width: 70%;
  margin: 0 auto;
}
#faq .accordion-item {
  border: none;
  background: #24385a;
  border-radius: 8px;
  margin: 0 0 14px;
}
#faq .accordion-item:last-child {
  margin-bottom: 0;
}
#faq .accordion-header {
  margin: 0;
}
#faq .accordion-button {
  background: #24385a;
  border: none;
  color: #fff;
  text-align: right;
  text-align-last: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 230%;
  /* 41.4px */
  border-radius: 8px;
  padding: 18px 14px;
}
#faq .accordion-button:not(.collapsed) {
  font-weight: 700;
  background: #24385a;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}
#faq .accordion-button:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#faq .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#faq .accordion-item:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#faq .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
#faq .accordion-item:last-of-type {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
#faq .accordion-body {
  color: #fff;
  text-align: right;
  text-align-last: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 230%;
  /* 41.4px */
  padding: 0 14px 14px 14px;
  max-width: 90%;
}
#faq .accordion-button::after {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-image: url(../images/arrow-down.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 14px;
}
#faq .accordion-button:not(.collapsed)::after {
  background-image: url(../images/arrow-down.png);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.scroll_box.first {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
  top: 5%;
}
.scroll_box {
  text-align: center;
}
.scroll_box.first .mouse {
  filter: brightness(100) invert(1);
}
.scroll_box .mouse {
  width: 40px;
  margin: 0 auto 10px;
  filter: brightness(100) invert(1);
}
.scroll_box.first .arrow_down {
  filter: brightness(100) invert(1);
}
.scroll_box .arrow_down {
  margin: 0 auto 10px;
  filter: brightness(100) invert(1);
  animation: shake 4s ease 0s infinite normal forwards;
}
.scroll_box img {
  display: block;
}

@keyframes shake {
  0%,
  100% {
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    transform: translateY(-4px);
  }
  20%,
  40%,
  60% {
    transform: translateY(4px);
  }
  80% {
    transform: translateY(3.4px);
  }
  90% {
    transform: translateY(-3.4px);
  }
}

/*================================ starter ================================*/
#starter {
  display: none;
  padding: 0 0 50px;
  left: 0;
  right: 0;
  margin: -30% auto 0;
  width: 100%;
}
#starter .content {
  background-image: url(../images/start_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  width: 810px;
  height: 376px;
  padding: 40px 45px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
#starter .content .mouse_box {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 21px;
  background: rgba(23, 114, 170, 0.57);
  width: 219px;
  height: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#starter .content .logo_2 {
  margin: 0 0 53px;
  max-width: 246px;
  filter: brightness(100);
}
#starter .content .title {
  font-family: "IRANYekanXFaNum";
  color: #fff;
  text-align: right;
  font-size: 32px;
  font-style: normal;
  font-weight: 1000;
  line-height: normal;
  margin: 0 0 16px;
}
#starter .content .subtitle {
  font-family: "IRANYekanXFaNum";
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  margin: 0 0 34px;
}
#starter .callToAction {
  margin: 0 0 0 18px;
}

/*============== callToAction and it's hover ==================*/
.callToAction {
  border-radius: 8px;
  background: #1772aa;
  color: #fff;
  padding: 3px 22px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  transition: all 0.7s;
  line-height: 38px;
}
.callToAction:hover {
  background: #1772aa;
  color: #fff;
}
.callToAction2 {
  border-radius: 8px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.7s;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  padding: 3px 23px;
  line-height: 38px;
}
.callToAction2:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.callToAction3 {
  border-radius: 8px;
  background: #2fd574;
  border: none;
  color: #2d2d2d;
  transition: all 0.7s;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  padding: 10px 55px;
  line-height: 38px;
}
.callToAction3:hover {
  background: #2fd574;
  color: #2d2d2d;
}

/*============== callToAction and it's hover ==================*/
#introduction {
  padding-top: 132px;
}
#introduction .row {
  align-items: center;
}
#introduction .section_title {
  text-align: right;
  text-align-last: right;
  margin: 0;
}
#introduction .description {
  color: #e3e3e3;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  text-align-last: right;
  margin: 0 0 14px;
}
#introduction .left {
  text-align: center;
}
#introduction .left img {
  margin: 0 auto;
}
#introduction li {
  color: #f0f0f0;
  font-size: 18px;
  font-weight: 700;
  text-align: justify;
  text-align-last: right;
  margin: 0 0 14px;
  position: relative;
  padding-right: 24px;
}
#introduction li:last-child {
  margin-bottom: 28px;
}
#introduction li::before {
  content: "";
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #2fd574;
  border-radius: 1000px;
  position: absolute;
  top: 6px;
  right: 0;
}
section.about-section img {
  width: 100%;
}

/* ====================================== footer ====================================== */
footer {
  background-color: #191b1a56;
  position: relative;
  padding: 57px 0;
  overflow: hidden;
}
footer .row {
  align-items: center;
}
footer .section_title {
  font-size: 26px;
  text-align: right;
  text-align-last: right;
  margin-bottom: 16px;
}
footer .content .description {
  max-width: 80%;
  font-size: 18px;
  line-height: 33px;
  text-align: justify;
  text-align-last: right;
  font-weight: 400;
}
footer .content .title {
  max-width: 224px;
  margin-bottom: 16px;
}
footer .content .contact-items li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}
footer .content .contact-items li img {
  margin-left: 8px;
}
footer .content .contact-items .label {
  max-width: 80%;
}
footer .content .contact-items .label,
footer .content .contact-items a {
  color: #c6c6c6;
  font-size: 18px;
  font-weight: 300;
  text-align: right;
  text-align-last: right;
}
footer .vertical_logo {
  max-width: 118px;
  margin: 0 auto 20px;
}
footer .col-md-2 {
  text-align: center;
}

/*================================ membership ================================*/
#membership {
  font-family: "IRANYekanXFaNum";
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#membership .callToAction3 {
  width: 100%;
}
#membership .content {
  background: #243450;
  border-radius: 8px;
  padding: 16px;
}
#membership .content .right {
  display: flex;
  align-items: center;
  justify-content: center;
}

#membership .content .right .logo {
  max-width: 205px;
  margin: 0 0 50px;
  border-radius: 4px;
  filter: brightness(100);
}
#membership .content .left {
  padding: 0;
}
#membership .content .left .main_img {
  width: 100%;
  border-radius: 4px;
}
#membership .title {
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  line-height: 29px;
  text-align: right;
  text-align-last: right;
  margin: 0 auto 24px;
}
#membership .step1,
#membership .step2,
#membership .step3 {
  width: 85%;
}

#membership .step2 .title {
  margin: 0 auto 8px;
  text-align: center;
  text-align-last: center;
}
#membership .step3 .title {
  font-family: "damavand";
  text-align: center;
  text-align-last: center;
  margin: 0 auto 18px;
}
/*  forms styles */
#subscribers {
  margin-bottom: 0;
  text-align: center;
}
#membership .form .form-group {
  width: 100%;
  position: relative;
  text-align: right;
  min-height: 80px;
}

#membership .form .form-group label.error {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

#membership .form .form-control {
  background: #31405a;
  border-radius: 8px;
  border: none;
  height: 48px;
  width: 100%;
  color: #fff !important;
  padding: 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

#membership .form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.43);
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
  text-align: right;
  text-align-last: right;
}
.step1 .callToAction3 {
  margin: 40px auto 0;
}
#membership .form button {
  width: 100%;
}
/* ============ form.step2 styles ============ */
.step2 {
  display: none;
  text-align: center;
}
.step2 .callToAction {
  margin: 70px auto 0;
}
.userInput {
  text-align: center;
  margin: 0 auto;
  direction: ltr;
}

.userInput input {
  width: 50px;
  height: 50px;
  background: #e9ecef;
  border: 1px solid #c7d1db;
  border-radius: 8px;
  color: #000;
  text-align: center;
  margin: 0 8px;
}

.userInput input::placeholder {
  color: rgba(0, 0, 0, 0.43);
}

.false_number {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-align-last: center;
  color: #fff;
  margin: 0 auto 24px;
}

#editMobile {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  cursor: pointer;
  width: fit-content;
  margin: 16px auto 0;
  text-decoration: underline;
}

.again_box {
  margin: 24px auto 0;
}

#smsTimer {
  font-size: 16px;
  font-weight: 400;
  margin: 20px auto 0;
}

#sendAgain {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin: 0;
  display: none;
  align-items: center;
}

/* ============ form.step3 styles ============ */

#membership .step3 .callToAction {
  background: #bcbcbc;
  margin: 70px auto 0;
}
#membership .step3 .title {
  font-size: 28px;
  text-align: center;
  text-align-last: center;
}
#membership .form.step3 .form-control {
  color: #fff !important;
  font-weight: 1000;
}
#membership .form.step3 .form-group {
  min-height: unset;
  margin-bottom: 10px;
}
.suggestion_box {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.suggestions {
  background: #f8f9fb;
  border-radius: 8px;
  width: 137px;
  height: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
  cursor: pointer;
}
.suggestions strong {
  font-size: 16px;
  color: #000;
  font-weight: 900;
  margin-left: 4px;
}
.price_box {
  position: relative;
}
.price_box::after {
  content: "تومان";
  position: absolute;
  left: 12px;
  top: 13px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.43);
}
.unit_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.unit_box .unit {
  font-size: 14px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.unit_box .unit span {
  margin: 0 2px;
}
.unit_box .unit.right {
  color: rgba(255, 255, 255, 0.27);
}

/* ============ information styles ============ */
.information {
  background: #ebeff3;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.information .info_line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
}
.information .info_line:last-child {
  margin-bottom: 0;
}
.information .info_line .strong {
  font-weight: 600;
}
.information .caption {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  text-align-last: right;
}
.information hr {
  width: 100%;
  margin: 10px auto 23px;
}

/* ============ general styles ============ */
.step2,
.step3,
.step4,
#result,
.information {
  display: none;
}

#membership .form .form-control.error {
  border: 1px solid #fff;
}
/* ============ result ============ */
#result {
  /* display: none; */
  align-items: center;
  justify-content: center;
}
#result .content {
  background: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 70px 25px 50px;
  margin: 0 auto 10px;
  max-width: 430px;
}
#result .content img {
  margin: 0 auto 11px;
}
#result .content .title {
  font-family: "damavand";
  font-size: 32px;
  font-weight: 800;
  margin: 0 auto 2px;
  text-align: center;
  text-align-last: center;
}
#result .content.success_box .title {
  color: #0e824a;
}
#result .content.fail_box .title {
  color: #d60000;
}
#result .content .subtitle {
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto 6px;
  text-align: center;
  text-align-last: center;
}
#result .content .caption {
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto 40px;
  text-align: justify;
  text-align-last: center;
  color: rgba(0, 0, 0, 0.7);
}
#result .content.success_box .caption {
  font-size: 18px;
}
#result .content .callToAction {
  background: rgba(47, 213, 116, 1);
  margin-bottom: 7px;
  width: 100%;
}
#result .content .callToAction2 {
  background: transparent;
  border: 1px solid rgba(47, 213, 116, 1);
  color: rgba(47, 213, 116, 1);
  width: 100%;
}
#result .content .callToAction2:hover {
  background: transparent;
  border: 1px solid rgba(47, 213, 116, 1);
  color: rgba(47, 213, 116, 1);
}
#result .callToAction:hover,
#membership .callToAction:hover {
  background: rgba(47, 213, 116, 1);
}
/*  ========================================= responsive ========================================= */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
  header {
      padding: 10px 0;
  }
  header .callToAction3 {
    padding: 0px 9px;
    line-height: 27px;

  }
  header {
    display: none;
  }
  .callToAction {
    border-radius: 3px;
    padding: 0px 10px;
    font-size: 10px;
    line-height: 22px;
  }
  .callToAction3 {
    font-size: 12px;
    padding: 0px 10px;
  }
  .callToAction2 {
    border-radius: 3px;
    font-size: 10px;
    line-height: 22px;
    padding: 0px 10px;
  }
  .section_title {
    font-size: 22px;
    margin: 0 auto 14px;
  }
   
   #starter {
       margin: -55% auto 0;
   }
   
  #starter .content .logo_2 {
    margin: 0 0 20px;
    max-width: 100px;
  }
  #starter .content .title {
    font-size: 14px;
    margin: 0 0 5px;
  }
  #starter .content .subtitle {
    font-size: 10px;
    margin: 0 0 20px;
  }

  #starter .callToAction {
    margin: 0 0 0 7px;
  }
  #starter .content {
    background-image: url(../images/start_bg_mo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 300px;
    height: 155px;
    padding: 16px 10px 0 0;
  }
  #starter .content .mouse_box {
    width: 77px;
    height: 77px;
    border-radius: 8px;
    left: 5px;
  }
  .scroll_box {
    text-align: center;
  }
  .scroll_box .arrow_down {
    margin: 0 auto 15px;
  }
  #starter .scroll_box {
    max-width: 16px;
  }
  
  #starter .scroll_box .arrow_down {
    max-width: 8px;
    margin: 0 auto;
  }

  /* ====================================== introduction ====================================== */
  #introduction {
    padding-top: 50px;
  }
  #introduction .left img {
    margin: 0 auto;
    max-width: 70%;
  }
  #introduction .right {
    order: 2;
  }
  #introduction .section_title {
    text-align: center;
    text-align-last: center;
    margin: 0 auto 4px;
  }
  #introduction .description {
    font-size: 14px;
    margin: 0 auto 14px;
  }
  #introduction li {
    font-size: 14px;
    margin: 0 0 6px;
    padding-right: 18px;
  }
  #introduction li::before {
    content: "";
    width: 12px;
    height: 12px;
    top: 5px;
  }

  /* ====================================== chart ====================================== */
  #chart {
    padding-top: 122px;
  }
  #chart .content {
    padding: 0;
    min-height: auto;
  }
  #chart .content .header {
    flex-direction: column;
  }
  #chart .content .header .times {
    margin-bottom: 0;
    justify-content: space-between;
    width: 100%;
  }
  #chart .content .header .times .nav-tabs {
    margin: 0 auto;
    width: 95%;
    justify-content: space-around;
    padding: 10px 18px;
  }
  #chart .content .header .times .nav-tabs .nav-link {
    padding: 4px 15px;
    color: #fff;
    font-size: 12px;
  }
  #chart canvas {
    max-width: 100%;
  }
  #chart .content .labels {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    margin: 0 auto;
  }
  #chart .content .labels .label .icon {
    width: 12px;
    height: 12px;
  }

  /* ====================================== advantage ====================================== */
  #advantage {
    padding: 80px 0 60px;
  }
  #advantage .section_title {
    max-width: 90%;
    line-height: 27px;
  }
  #advantage .title {
    font-size: 30px;
  }
  #advantage .row {
    max-width: 100%;
  }
  #advantage .item_box {
    justify-content: flex-start;
    padding: 8px;
    margin-bottom: 8px;
  }
  #advantage .item_box img {
    max-width: 30px;
  }
  #advantage ul.items {
    grid-template-columns: 1fr;
  }
  #advantage .item_box .label {
    font-size: 12px;
  }
  #advantage ul.items li .label {
    font-size: 16px;
    font-weight: 600;
  }

  /* ====================================== steps ====================================== */
  #steps {
    padding: 90px 0 71px;
  }
  #steps .section_title {
    font-size: 22px;
    margin: 0 auto 26;
  }
  #steps ul.items {
    flex-direction: column;
  }
  #steps ul.items > .d-flex {
    width: 100%;
  }
  #steps ul.items > .d-flex:not(:last-child) {
    margin-bottom: 25px;
  }
  #steps .item_box .icon {
    margin-bottom: 12px;
  }
  #steps ul.items::after {
    content: unset;
  }
  #steps .item_box .label {
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    text-align-last: right;
  }
  #steps .item_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
  }
  #steps .item_box .icon_box {
    background-color: #233758;
    width: 46px;
    height: 46px;
    margin-bottom: 0;
    margin: 0 0 0 10px;
  }
  #steps .item_box .icon_box img {
    max-width: 21px;
  }
  #steps .row .line {
    width: 1px;
    height: 180px;
    left: unset;
    right: 34px;
    top: 25px;
    margin: 0;
    padding: 0;
  }

  /* ====================================== portion ====================================== */

  #portion .content .right {
    padding-right: 15px;
    order: 2;
  }
  #portion .content {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  #portion .content .title {
    font-size: 22px;
    margin: 0 auto 8px;
    text-align: center;
    text-align-last: center;
  }
  #portion .content .item_box {
    padding-right: 88px;
  }
  #portion .content .item_box li {
    padding-right: 18px;
    font-size: 12px;
    margin: 0 auto 12px;
  }
  #portion .content .item_box li::before {
    width: 14px;
    height: 14px;
    top: 2px;
    background: #fff;
  }

  /* ====================================== faq ====================================== */
  #faq {
    position: relative;
    padding: 56px 0 100px;
  }
  #faq .accordion {
    max-width: 100%;
    margin: 0 auto;
  }
  #faq .content > .title {
    font-size: 30px;
  }
  #faq .content {
    padding: 48px 20px;
  }
  #faq .content .description {
    font-size: 14px;
  }
  #faq .content .accordion .accordion-item .accordion-header .title {
    width: 200px;
  }
  #faq .content .accordion .accordion-item .accordion-header .icon {
    width: 35px;
    height: 35px;
  }
  #faq .content .accordion .accordion-item .accordion-header .icon img {
    width: 8px;
  }
  #faq .content .accordion .accordion-item .accordion-body {
    font-size: 14px;
    padding: 10px 0 0 0;
  }
  #faq .accordion-button {
    padding: 12px 14px 12px 20px;
    font-size: 12px;
  }

  #faq .accordion-body {
    font-size: 12px;
    padding: 0 14px 14px 14px;
    max-width: 100%;
  }

  #faq .accordion-button::after {
    width: 14px;
    height: 14px;
    left: 8px;
    top: 20px;
  }

  footer {
    padding: 30px 0 20px;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
  }
  footer .section_title {
    font-size: 18px;
    margin-bottom: 4px;
  }
  footer .content .title {
    text-align: center;
    max-width: 137px;
    margin-bottom: 8px;
  }
  footer .content .description {
    max-width: 100%;
    font-size: 12px;
    margin-bottom: 18px;
  }
  footer .contact-items {
    border-bottom: 1px solid #333333;
    padding-bottom: 18px;
  }
  footer .col-md-2 {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 18px;
  }
  footer .vertical_logo {
    max-width: 46px;
    margin: 0;
  }
  footer .content .contact-items .label,
  footer .content .contact-items a {
    font-size: 12px;
  }
  footer .content .contact-items li {
    margin-bottom: 12px;
  }
  footer .content .contact-items li img {
    margin-left: 8px;
    max-width: 16px;
  }
  footer .content .column-title {
    text-align: center;
  }
  footer .content ul.links {
    text-align: center;
    margin-bottom: 35px;
  }
  footer .content .social-icons {
    margin-top: 20px;
  }
  #membership .content {
    padding: 14px 12px 22px;
  }
  #membership .content .right {
    order: 1;
  }
  #membership .content .right .form {
    text-align: center;
  }
  #membership .content .right .logo {
    display: none;
  }
  #membership .content .left {
    margin-bottom: 10px;
  }
  #membership .title {
    font-size: 16px;
    text-align: center;
    text-align-last: center;
    max-width: 90%;
  }
  #membership .content .left .main_img {
    border-radius: 8px;
  }
  #membership .step1,
  #membership .step2,
  #membership .step3 {
    width: 100%;
  }
  .step1 .callToAction3 {
    margin: 20px auto 0;
  }
  .step1 .callToAction {
    margin: 50px auto 0;
  }
  .userInput input {
    margin: 0;
  }
  .step2 .callToAction {
    margin: 40px auto 0;
  }
  .information {
    padding: 20px;
  }
  header .title {
    font-size: 12px;

}
}


header.stickyHeader {
  display: block;
}