@media screen and (max-width: 1024px) {
  .header-msg-area {
    left: 20px;
  }
  .header-feature-area {
    left: 20px;
  }
  .price-desc {
    min-height: 400px;
  }
}

@media screen and (max-width: 980px) {
  .reasons-list {
    padding-top: 100px;
  }
  .reasons {
    flex-wrap: wrap;
  }
  .reason {
    margin-right: 0;
    margin-bottom: 30px;
    width: 50%;
  }
  .reason-icon-bg {
    width: 40%;
  }
}

@media screen and (max-width: 896px) {
  .ex-fixed-text {
    font-size: 12px;
  }
  .ex-item img {
    height: 160px;
  }
  .price-content img {
    height: 120px;
  }
  .price span {
    font-size: 32px;
	  font-weight:bold;
  }
  .price-content h4 {
    font-size: 16px;
  }
  .price-desc {
    min-height: 450px;
  }
  .method-desc li {
    height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .header-wave-wrap {
    width: 87%;
  }
  .header-msg-area p {
    font-size: 28px;
  }
  .header-msg-area h1 span:first-child {
    font-size: 80px;
  }

  .header-msg-area h1.version2 span:first-child {
    font-size: 45px;
  }
  .header-msg-area h1.version2 span:nth-child(2) {
    font-size: 30px;
  }
  .header-msg-area h1.version2 span:nth-child(3) {
    font-size: 26px;
  }
  .header-msg-area h1.version2 span:nth-child(4) {
    font-size: 45px;
  }

  .header-msg-area h1.version2 span:last-child {
    font-size: 30px;
  }


  .header-feature-item {
    width: 120px;
    height: 120px;
  }
  .header-feature-item span {
    font-size: 14px;
    line-height: 25px;
  }
  .mockup {
    width: 220px;
  }
  .number-bg {
    padding-top: 6px;
    width: 50px;
    height: 50px;
  }
  .ex-section {
    display: block;
    padding-right: 40px;
    padding-left: 40px;
  }
  .ex-item {
    margin-right: 0;
    width: 100%;
  }
  .ex-item:first-child {
    margin-bottom: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 2px solid #ccc;
  }
  .ex-item:last-child {
    padding-left: 0;
  }
  .ex-item:last-child .ex-fixed-text {
    left: 0;
  }
  .prices {
    display: block;
  }
  .price-item {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }
  .price-item:last-child {
    margin-bottom: 0;
  }
  .price-item:first-child .price-content img {
    height: 140px;
    width: auto;
  }
  .price-content img {
    width: 200px;
    height: auto;
  }
  .price-desc {
    min-height: initial;
  }
  .method-name {
    width: 37%;
  }
  .method-name p {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
	.home .top-btn {
		right: 15px;
		bottom: 90px;
	}
  .sm-text-align-l {
    text-align: justify;
  }
  #top-wrapper {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
    background-size: 150%;
    background-position: 50% 115%;
  }
  .header-wave-wrap {
    width: 100%;
    height: 95%;
    background-image: url(../img/header-wave-sm.svg);
    background-position: 0% bottom;
  }
  .header-msg-area p {
    font-size: 24px;
  }
  .header-msg-area p:first-child {
    margin-bottom: 25px;
  }
  .header-msg-area p span::before {
    top: -10px;
    width: 5px;
    height: 5px;
  }
  .header-msg-area h1 {
    margin-top: 30px;
    font-size: 18px;
  }
  .header-msg-area h1 span:first-child {
    font-size: 55px;
  }
  .header-msg-area h1 span:nth-child(2) {
    font-size: 32px;
  }

  .header-msg-area h1.version2 span:first-child {
    font-size: 55px;
  }
  .header-msg-area h1.version2 span:nth-child(3) {
    font-size: 26px;
  }

  .header-msg-area h1.version2 span:nth-child(4) {
    font-size: 55px;
  }


  .header-feature-area {
    justify-content: center;
  }
  .header-feature-item {
    width: 90px;
    height: 90px;
  }
  .header-feature-item span {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
  }
  .mockup {
    margin-top: 60px;
    position: relative;
    width: 170px;
    bottom: 0;
  }
  .why-section .container h3 {
    font-size: 20px;
  }
  .reasons-list {
    margin-bottom: 50px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .reason-desc {
    width: 85%;
    font-size: 14px;
  }
  .reason-text span {
    margin-right: 5px;
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  .reason-text p {
    font-size: 13px;
  }
  .reason-icon-bg {
    width: 70%;
  }
  .reason-icon {
    width: 50px;
  }
  .dht-image {
    margin-top: 20px;
  }
  .strength-list {
    display: block;
  }
  .strength {
    margin-right: 0;
    margin-bottom: 50px;
    width: 100%;
  }
  .strength:last-child {
    margin-bottom: 0;
  }
  .text-xl {
    font-size: 18px;
  }
  .caution-wrapper .container {
    padding-right: 0;
    padding-left: 0;
  }
  .caution-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .caution-q {
    width: 85%;
    font-size: 14px;
  }
  .ex-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ex-name span {
    font-size: 14px;
  }
  .ex-price span {
    font-size: 26px;
  }
  .ex-item img {
    height: 130px;
  }
  .text-enhance {
    font-size: 24px;
  }
  .price {
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .med-list th {
    font-size: 14px;
  }
  .method {
    display: block;
  }
  .method-name {
    margin-bottom: 30px;
    width: 100%;
    justify-content: center;
  }
  .method-name p:first-child {
    width: 30px;
    height: 30px;
    padding-left: 3px;
  }
  .method-desc {
    text-align: center;
  }
  .method-desc ul {
    justify-content: center;
  }
  .method-desc li {
    margin-right: 20px;
    height: 24px;
  }
  .method-desc li:last-child {
    margin-right: 0;
  }
  .noextra-wrapper p:nth-child(2) {
    padding-right: 15px;
    padding-left: 15px;
    letter-spacing: 4px;
    font-size: 28px;
  }
  .steps-wrapper .container h3 {
    font-size: 22px;
  }
  .step {
    padding: 60px 20px 40px;
  }
  .about ul {
    display: block;
  }
  .about td {
    width: 30%;
  }
  .about td {
    padding-right: 20px;
    padding-left: 20px;
  }
}
