.deals_banner {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
  background-color: #F2F7FF;
}
.deals_banner .deals_left {
  padding-right: 4.5rem;
}
.deals_banner .deals_left h1 {
  margin-bottom: 1rem;
  font-weight: 800;
  color: #2f2f2f;
  font-size: 2.2rem;
}
.deals_banner .deals_left h1 span {
  color: #6F2AF5;
  position: relative;
}
.deals_banner .deals_left h1 span::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0px;
  width: 100%;
  height: 2px;
  z-index: -1;
  background: #6F2AF5;
}
.deals_banner .deals_form {
  display: flex;
  position: relative;
  max-width: 35rem;
  margin-top: 2rem;
}
.deals_banner .deals_form .form-control {
  height: 4rem;
  border: 1px solid #2f2f2f;
  border-radius: 8px;
  padding: 0.5rem 6rem 0.5rem 2rem;
  line-height: 1;
}
.deals_banner .deals_form .btn {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.deals_banner .deals_form .btn svg {
  width: 1.2rem;
  height: 1.2rem;
}

@media (max-width: 767px) {
  .deals_banner {
    padding: 5rem 0;
  }
  .deals_banner .deals_left {
    padding-right: 0;
  }
  .deals_banner .deals_left h1 {
    font-size: 1.9rem;
  }
}
@media (max-width: 575px) {
  .deals_right {
    display: none;
  }
}
.help_main .help_box {
  padding: 2rem;
  background: #F2F7FF;
  border-radius: 8px;
  height: 100%;
}
.help_main .help_box h3 {
  color: #FE492E;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-decoration: underline;
}
.help_main .help_box .help_list {
  margin-bottom: 1rem;
}
.help_main .help_box .help_list li {
  margin-bottom: 0.8rem;
}
.help_main .help_box .help_list li a {
  color: #505050;
}
.help_main .help_box .help_list li a:hover {
  color: #002280;
  text-decoration: underline;
}
.help_main .help_box .help_list li:last-child {
  margin-bottom: 0;
}
.help_main .help_box .primary_text {
  font-weight: 700;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .help_main .help_box {
    margin-bottom: 1rem;
  }
  .help_main .help_box h3 {
    font-size: 1.4rem;
  }
  .help_main .help_box .help_list li {
    font-size: 1.2rem;
  }
  .help_main .help_box .primary_text {
    font-size: 1.2rem;
  }
}
.help_main .detail h2 {
  color: #2f2f2f;
  font-weight: 800;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.help_main .detail h3 {
  color: #2f2f2f;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.help_main .detail .detail_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
}
.help_main .detail .detail_list .detail_item {
  border-right: 1px solid #cdcdcd;
  padding: 0 1rem;
  font-size: 0.9rem;
}
.help_main .detail .detail_list .detail_item .detail_user {
  color: #505050;
}
.help_main .detail .detail_list .detail_item .detail_user img {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.4rem;
}
.help_main .detail .detail_list .detail_item .detail_option {
  color: #505050;
  line-height: 1;
  padding: 0.2rem 0;
}
.help_main .detail .detail_list .detail_item .detail_option svg {
  width: 0.9rem;
  height: 0.9rem;
  color: #505050;
  margin-right: 0.2rem;
}
.help_main .detail .detail_list .detail_item .detail_option span {
  font-size: 0.9rem;
}
.help_main .detail .detail_list .detail_item:first-child {
  padding-left: 0;
}
.help_main .detail .detail_list .detail_item:last-child {
  padding-right: 0;
  border-right: 0;
}
.help_main .detail .detail_image {
  padding-bottom: 1.4rem;
}
.help_main .detail .detail_image img {
  border-radius: 8px;
}
.help_main .detail .detail_para {
  padding-bottom: 1.4rem;
}
.help_main .detail .detail_para p {
  margin-bottom: 1rem;
}
.help_main .detail .detail_quote {
  background: #F2F7FF;
  padding: 1.8rem;
  border-radius: 8px;
  margin-bottom: 1.2rem;
}
.help_main .detail .detail_quote p {
  font-weight: 600;
  font-size: #2f2f2f;
  font-style: italic;
  margin-bottom: 0;
}
.help_main .detail .detail_p_list {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
}
.help_main .detail .detail_p_list li {
  margin-bottom: 0.8rem;
}
.help_main .detail .detail_p_list li:last-child {
  margin-bottom: 0;
}
.help_main .detail .detail_img_block {
  margin-bottom: 1.2rem;
}
.help_main .detail .detail_img_block p {
  margin-bottom: 2rem;
}
.help_main .detail .detail_shear {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0.8rem 0;
}
.help_main .detail .detail_shear .detail_s_right .detail_s_social {
  display: flex;
  flex-wrap: wrap;
}
.help_main .detail .detail_shear .detail_s_right .detail_s_social .social_item .social_link {
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  border-radius: 8px;
}
.help_main .detail .detail_shear .detail_s_right .detail_s_social .social_item .social_link svg {
  width: 1.2rem;
  height: 1.2rem;
  color: #fff;
}
.help_main .detail .detail_shear .detail_s_right .detail_s_social .social_item:nth-child(1) .social_link {
  background: #C32AA3;
}
.help_main .detail .detail_shear .detail_s_right .detail_s_social .social_item:nth-child(2) .social_link {
  background: #1DA1F2;
}
.help_main .detail .detail_shear .detail_s_right .detail_s_social .social_item:nth-child(3) .social_link {
  background: #1877F2;
}
.help_main .detail .detail_shear .detail_s_right .detail_s_social .social_item:nth-child(4) .social_link {
  background: #FF0000;
}
.help_main .detail .detail_shear .detail_s_right .detail_s_social .social_item:nth-child(5) .social_link {
  background: #BD081C;
}
.help_main .detail .detail_shear .detail_s_right .detail_s_social .social_item:nth-child(6) .social_link {
  background: #0A66C2;
}
.help_main .help_sidebar {
  position: sticky;
  top: 10px;
}

@media (max-width: 991px) {
  .help_main .detail .detail_p_list li {
    font-size: 1.4rem;
  }
  .help_main .detail .detail_list .detail_item .detail_user img {
    width: 1.6rem;
    height: 1.6rem;
  }
  .help_main .detail .detail_list .detail_item .detail_user span {
    font-size: 1.2rem;
  }
  .help_main .detail .detail_list .detail_item .detail_option svg {
    width: 1.2rem;
    height: 1.2rem;
  }
  .help_main .detail .detail_list .detail_item .detail_option span {
    font-size: 1.2rem;
  }
  .help_main .detail .detail_list .detail_item:first-child {
    margin-bottom: 0.9rem;
  }
}
@media (max-width: 500px) {
  .help_main .detail .detail_list .detail_item {
    width: 50%;
  }
  .help_main .detail .detail_shear {
    display: flex;
    justify-content: start;
    align-items: start;
    padding: 0.8rem 0;
    flex-flow: column;
  }
  .help_main .detail .detail_shear .detail_s_left {
    margin-bottom: 1rem;
  }
}/*# sourceMappingURL=help.css.map */