header {
  width: 100%;
}

@media only screen and (min-width: 1145px) and (max-width: 1440px) {
  header {
    padding: 0 80px;
    max-width: 100%;
  }

  .hero-main {
    max-width: 100%;
  }
}

.hero {
  background: #f0f4ff url("../img/remote-banner-bg.png") no-repeat;
  background-size: 100vw 612px;
  width: 100%;
  height: 612px;
}

.hero-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 80px;
}

.hero-heading {
  margin-bottom: 35px;
}

.hero h1.highlight {
  text-shadow: 0px 4px 4px #00000040;
  color: var(--white);
  font-weight: 700;
  font-size: 80px;
  display: inline-block;
  position: relative;
}

.hero h1.highlight::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #ffff00;
}

.hero-subtitle {
  padding: 4px 8px;
  background: var(--white);
  border-radius: 8px;
  height: 64px;
  width: 608px;
  text-align: center;
  margin-top: 32px;
}

.hero-subtitle p {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary);
}

.hero-text {
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  margin-top: 32px;
}

.hero-text.mobile {
  display: none;
}

.hero-banner {
  width: 354.17px;
  height: 266.98px;
}

.hero-feature {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  max-width: 992px;
  height: 164px;
  margin: 14px auto 0;
  position: relative;
}

.hero-feature:not(.desktop) {
  display: none;
}

.feature-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 484px;
  height: 82px;
}

.feature-leaf-left,
.feature-leaf-right {
  width: 25px;
  height: 79px;
}

.feature-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.feature-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--secondary);
}

.feature-detail {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
  position: relative;
  width: fit-content;
  margin: 0 auto;
  z-index: 1;
}

.feature-detail.first::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 205px;
  height: 6px;
  background: #ffff00;
  z-index: -1;
}

.feature-detail.second::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 205px;
  height: 6px;
  background: #ffff00;
  z-index: -1;
}

.feature-detail span.number {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary);
  margin-left: 4px;
}

.feature-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/tag-banner.png") no-repeat center;
  background-size: contain;
  width: 398px;
  height: 68px;
  padding-bottom: 10px;
}

.feature-tag p {
  font-size: 24px;
  font-weight: 700;
  color: var(--secondary);
}

.annotation {
  font-size: 17px;
  margin: 10px auto;
  text-align: center;
  color: var(--secondary);
}

.left-slash,
.right-slash {
  width: 21px;
  height: 33px;
}

.introduce-content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.content-highlight {
  max-width: 612px;
  width: 100%;
  margin: 0 auto;
}

.content-highlight h5 {
  margin-bottom: 16px;
}

.content-highlight .content-box:first-of-type {
  margin-bottom: 70px;
}

.introduce-content img {
  max-width: 612px;
  height: 382px;
}

.content-box {
  height: 88px;
  max-width: 612px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary);
  background: var(--white);
  border-radius: 8px;
}

.content-box span {
  color: var(--primary);
  font-size: 32px;
  font-weight: 700;
}

.content-box span.highlight {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.content-box span.highlight::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 12px;
  width: 215px;
  z-index: -1;
  background: #ffff00;
}

.content-box span.number {
  font-size: 40px;
  line-height: 47px;
}

.diagnosis-at-home {
  background: var(--gray);
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}

.diagnosis-at-home h2 {
  margin-bottom: 40px !important;
  height: 54px;
}

.diagnosis-at-home .section-desc.mobile {
  display: none;
}

.diagnosis-at-home-book-now {
  width: 292px;
  height: 66px;
}

.diagnosis-at-home-book-now a {
  font-size: 24px;
  font-weight: 700;
}

.introduce-title-mobile {
  display: none;
}

.issues-image {
  width: 100%;
  max-height: 672px;
  height: 100%;
}

.remote-service-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
  width: 100%;
  padding: 0 40px;
}

.remote-service-box {
  max-width: 540px;
  width: 100%;
  height: 330px;
  padding: 40px 24px;
  border-radius: 16px;
  background: var(--white);
}

.remote-service-image {
  width: 250px;
  height: 200px;
}

.remote-service-box p {
  color: var(--primary);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

.remote-trust-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
  width: 100%;
  padding: 0 40px;
}

.remote-trust-box {
  max-width: 540px;
  width: 100%;
  height: 409px;
  padding: 40px 24px;
  border-radius: 16px;
  background: var(--white);
}

.remote-trust-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.remote-trust-title.desktop {
  gap: 24px;
}

.remote-trust-title.mobile {
  display: none !important;
}

.remote-trust-image {
  width: 250px;
  height: 200px;
  margin-top: 24px;
}

.remote-trust-box p {
  color: var(--primary);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.remote-trust-box .feature-text {
  gap: 16px;
}

.remote-trust-box .feature-detail {
  width: 365px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary);
  border-radius: 8px;
  background: var(--white);
}

.remote-trust-box .feature-detail span.number {
  font-size: 36px;
}

.remote-trust-box .feature-detail.first::after {
  right: 21px;
  bottom: 13px;
  width: 186px;
  height: 6px;
}

.remote-trust-box .feature-detail.second::after {
  right: 33px;
  bottom: 13px;
  width: 185px;
  height: 6px;
}

section.fee {
  max-width: 1252px;
  padding: 80px 40px;
}

.fee-container {
  width: 100%;
  height: 478px;
  border: 4px solid var(--primary);
  background: var(--white);
  border-radius: 8px;
  padding-top: 102px;
  position: relative;
  margin-top: 93px;
}

.fee-tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/desktop-fee-tag.png") no-repeat top center;
  background-size: contain;
  max-width: 1077.48px;
  width: 100%;
  height: 142.97px;
  padding-bottom: 10px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.fee-tag p {
  color: var(--primary);
  font-size: 40px;
  font-weight: 700;
}

.fee-desc {
  background: linear-gradient(90deg, #2aa0dc 0%, #0161c4 100%);
  max-width: 1124px;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;

  font-size: 32px;
  font-weight: 700;
  color: var(--white);
}

.fee-box {
  max-width: 992px;
  width: 100%;
  height: 189.83px;
  margin: 40px auto 0;
  padding: 0 20px;

  display: flex;
  align-items: center;
}

.fee-item .check {
  width: 35.46px;
  height: 35.46px;
}

.fee-item:first-of-type {
  max-width: 540px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.fee-item:last-of-type {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fee-item:last-of-type p:first-of-type {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary);
}

.fee-item:last-of-type p:last-of-type {
  font-size: 40px;
  font-weight: 400;
  color: var(--primary);
}

.fee-item:last-of-type p span.number {
  font-size: 80px;
  font-weight: 700;
  color: var(--primary);
}

.fee-item p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 700;
  font-size: 24px;
}

.fee-item.fee-number p {
  align-items: baseline;
}

.fee-item p.mobile {
  display: none;
}

@media only screen and (min-width: 1024px) and (max-width: 1144px) {
  .hero-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hero {
    background: #f0f4ff url("../img/remote-tablet-banner-bg.png") no-repeat;
    background-size: 100vw 794px;
    height: 794px;
  }
  .hero-main {
    flex-direction: column;
    padding-top: 34.89px;
  }

  .hero-banner {
    margin-top: 32px;
    width: 316.82px;
    height: 237.23px;
  }

  .hero-heading {
    text-align: center;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .hero h1.highlight {
    font-size: 64px;
  }

  .hero-subtitle p {
    font-size: 32px;
  }

  .hero-subtitle {
    width: 463px;
    height: 53px;
    margin-top: 24px;
  }

  .hero-text {
    font-size: 24px;
    margin-top: 24px;
  }

  .hero-feature:not(.desktop) {
    display: flex;
    margin-top: 32px;
    height: 210px;
    width: 696px;
  }

  .hero-feature.desktop {
    display: none;
  }

  .feature-leaf-left,
  .feature-leaf-right {
    width: 38px;
    height: 120px;
  }

  .feature-detail {
    font-size: 18px;
  }

  .feature-item {
    width: 336px;
    height: 120px;
  }

  .introduce-content {
    flex-direction: column;
    align-items: center;
  }

  .content-highlight {
    margin-top: 32px;
  }

  .content-highlight .content-box:first-of-type {
    margin-bottom: 24px;
  }

  .issues-image {
    content: url("../img/tablet-issues.png");
    width: 100%;
    max-height: 517px;
    height: 100%;
  }

  .remote-service-container {
    flex-direction: column;
    padding: 0;
  }

  .remote-service-box {
    max-width: 688px;
  }

  .remote-trust-container {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .remote-trust-box {
    max-width: 688px;
  }

  section.fee {
    padding: 80px 40px;
  }

  .fee-container {
    padding-top: 80px;
    height: 618.83px;
  }

  .fee-tag {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../img/tablet-fee-tag.png") no-repeat top center;
    background-size: cover;
    max-width: 527px;
    width: 100%;
    height: 118px;
    padding-bottom: 20px;
  }

  .fee-tag p {
    font-size: 32px;
  }

  .fee-desc {
    max-width: 640px;
    min-height: 98px;

    font-size: 32px;
    font-weight: 700;
    padding: 0 60px;
  }

  .fee-box {
    flex-direction: column-reverse;
    height: fit-content;
    margin: 24px auto 0;
  }

  .fee-item:first-of-type {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .hero {
    background: #f0f4ff url("../img/remote-mobile-banner-bg.png") no-repeat;
    background-size: 100vw 652px;
    height: 652px;
  }
  .hero h1.highlight::after {
    height: 4px;
  }

  .hero-main {
    padding-top: 40px;
    flex-direction: column;
  }

  .hero-heading {
    text-align: center;
    margin-bottom: 0;
  }

  .hero h1.highlight {
    font-size: 40px;
  }

  .hero-subtitle {
    width: 296px;
    height: 36px;
    margin-top: 16px;
  }

  .hero-subtitle p {
    font-size: 20px;
  }

  .hero-text.mobile {
    display: inline-block;
    margin-top: 16px;
  }

  .hero-text.desktop {
    display: none;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-feature.desktop {
    display: none;
  }

  .hero-feature:not(.desktop) {
    display: flex;
  }

  .hero-banner {
    width: 239.94px;
    height: 202px;
    margin-top: 32px;
  }

  .hero-feature {
    gap: 8px;
    width: 344px;
    height: 126px;
    margin: 32px auto 0;
  }

  .feature-tag {
    width: 316px;
    height: 56px;
  }

  .feature-tag p {
    font-size: 18px;
  }

  .feature-leaf-left,
  .feature-leaf-right {
    width: 18px;
    height: 58px;
  }

  .feature-detail.first::after {
    width: 114px;
    height: 4px;
    bottom: 5px;
  }

  .feature-detail.second::after {
    width: 120px;
    height: 4px;
    bottom: 5px;
  }

  .feature-title {
    font-size: 8px;
  }

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

  .feature-detail span.number {
    font-size: 20px;
  }

  .feature-item {
    width: 168px;
    height: 62px;
  }

  .annotation {
    margin: 17px auto;
    font-size: 12px;
  }

  .left-slash,
  .right-slash {
    width: 16px;
    height: 25px;
  }

  .header-menu-btn {
    display: inline-block;
    margin-left: auto;
    background: transparent;
    outline: none;
    border: none;
  }

  .contact-section {
    display: none !important;
  }

  .introduce-content {
    flex-direction: column;
  }

  .introduce-content img {
    max-width: 327px;
    height: 204px;
  }

  .introduce-title-desktop {
    display: none;
  }

  .introduce-title-mobile {
    display: inline-block;
  }

  .content-box span {
    font-size: 20px;
  }

  .content-box span.number {
    font-size: 32px;
    line-height: 31px;
  }

  .content-box {
    height: 77px;
  }

  .content-highlight h5 {
    margin-bottom: 8px;
  }

  .content-highlight .content-box:first-of-type {
    margin-bottom: 24px;
  }

  .diagnosis-at-home {
    padding: 40px 24px !important;
  }

  .diagnosis-at-home h2 {
    max-width: 327px;
    width: 100%;
  }

  .remote-trust-title.mobile {
    display: flex !important;
    gap: 4px;
  }

  .remote-trust-title.desktop {
    display: none !important;
  }

  .diagnosis-at-home .section-desc.desktop {
    display: none;
  }

  .diagnosis-at-home .section-desc.mobile {
    display: inline-block;
  }

  .diagnosis-at-home-book-now {
    width: 240px;
    height: 54px;
    margin-top: 32px;
  }

  .diagnosis-at-home-book-now a {
    font-size: 16px;
  }

  .content-box span.highlight::before {
    width: 157px;
    bottom: -3px;
  }

  .issues-image {
    content: url("../img/mobile-issues.png");
    width: 100%;
    max-height: 371px;
    height: 100%;
  }

  .remote-service-container {
    flex-direction: column;
    padding: 0;
  }

  .remote-service-box {
    max-width: 343px;
    height: 292px;
  }

  .remote-service-box p {
    font-size: 20px;
  }

  .remote-trust-container {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .remote-trust-box {
    max-width: 688px;
  }

  .remote-trust-box .feature-detail {
    width: 295px;
    height: 62px;
  }

  .remote-trust-box .feature-detail span.number {
    font-size: 24px;
  }

  .remote-trust-box .feature-detail {
    font-size: 14px;
  }

  .remote-trust-box .feature-detail.first::after {
    width: 130px;
    right: 33px;
    bottom: 17px;
    height: 6px;
  }

  .remote-trust-box .feature-detail.second::after {
    right: 39px;
    bottom: 17px;
    width: 131px;
    height: 6px;
  }

  .remote-desc {
    max-width: 343px;
    margin: 0 auto;
  }

  section.fee {
    padding: 40px 24px;
  }

  .fee-container {
    padding-top: 80px;
    height: 510px;
    max-width: 100%;
    width: 322px;
    border: 2px solid var(--primary);
    margin: 73px auto 0;
  }

  .fee-tag {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../img/mobile-fee-tag.png") no-repeat top center;
    background-size: cover;
    max-width: 313px;
    width: 100%;
    height: 82px;
    padding-bottom: 20px;
  }

  .fee-tag p {
    font-size: 20px;
    max-width: 200px;
    width: 100%;
  }

  .fee-desc {
    max-width: 274px;
    min-height: 89px;

    font-size: 20px;
    font-weight: 700;
    padding: 0 28.5px;
  }

  .fee-box {
    flex-direction: column-reverse;
    height: fit-content;
    margin: 24px auto 0;
    padding: 0 24px;
  }

  .fee-item:first-of-type {
    margin-top: 24px;
  }

  .fee-item:last-of-type p:first-of-type {
    font-size: 24px;
  }

  .fee-item:last-of-type p span.number {
    font-size: 56px;
  }

  .fee-item:last-of-type p:last-of-type {
    font-size: 24px;
  }

  .fee-item p {
    font-size: 16px;
    text-align: left;
  }

  .fee-item .check {
    width: 24px;
    height: 24px;
  }

  .fee-item p.desktop {
    display: none;
  }

  .fee-item p.mobile {
    display: inline;
  }
}

@media only screen and (max-width: 347px) {
  .content-box span.highlight.first:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 45px;
    background: #ffff00;
    height: 12px;
    width: 63px;
    z-index: -1;
  }

  .content-box span.highlight.first:before {
    width: 87px;
    right: 50%;
    transform: translateX(50%);
  }
}

@media only screen and (max-width: 338px) {
  .content-box span.highlight.first:after {
    right: 37px;
  }
}

@media only screen and (max-width: 327px) {
  .content-box span.highlight.second:before {
    width: 92px;
    right: 50%;
    transform: translateX(50%);
  }

  .content-box span.highlight.second:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 43px;
    background: #ffff00;
    height: 12px;
    width: 63px;
    z-index: -1;
  }
}

@media only screen and (max-width: 320px) {
  .content-box span.highlight.first:after {
    right: 32px;
  }
}
