.download_soundapp h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: rgba(0, 0, 0, 0.82);
}
.download_soundapp .tab-items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download_soundapp .tab-items .tab-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 316px;
  width: 100%;
  margin-left: 12px;
  margin-right: 12px;
  border: 2px solid #F5F5F5;
  cursor: pointer;
}
.download_soundapp .tab-items .tab-item h4 {
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .download_soundapp .tab-items .tab-item h4 {
    font-size: 11px;
  }
}
.download_soundapp .tab-items .tab-item.active {
  border-top: 2px solid #F6F6F6;
  background: #F6F6F6;
}
.download_soundapp .tab-items .tab-item.active:before {
  content: "";
  width: calc(100% + 4px);
  height: 8px;
  position: absolute;
  background: #1876DB;
  top: -2px;
}
.download_soundapp .tab-items .tab-item img {
  margin-right: 10px;
}
@media (max-width: 500px) {
  .download_soundapp .tab-items .tab-item img {
    margin-right: 7px;
    margin-left: 7px;
  }
}
.download_soundapp .tab-contents {
  background: #F6F6F6;
  padding: 72px 0 84px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .download_soundapp .tab-contents {
    padding: 35px 0 35px 0;
  }
}
.download_soundapp .tab-contents .tab-content {
  display: none;
}
.download_soundapp .tab-contents .tab-content form:not(.verify-box) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.download_soundapp .tab-contents .tab-content form:not(.verify-box) h3 {
  font-family: Muller-Bold;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.82);
  margin: 0 0 20px 0;
}
.download_soundapp .tab-contents .tab-content form:not(.verify-box) div {
  display: flex;
}
@media (max-width: 500px) {
  .download_soundapp .tab-contents .tab-content form:not(.verify-box) div {
    flex-direction: column;
    padding: 0 15px;
  }
}
.download_soundapp .tab-contents .tab-content form:not(.verify-box) .mobile-info {
  display: none;
}
@media (max-width: 500px) {
  .download_soundapp .tab-contents .tab-content form:not(.verify-box) .mobile-info {
    display: block;
    font-size: 14px;
    color: #df0000;
    margin-top: 10px;
  }
}
.download_soundapp .tab-contents .tab-content form:not(.verify-box) input {
  min-width: 356px;
  height: 46px;
  background: #fff;
  border: 1px solid #bdbdbd;
  padding: 0 0 0 16px;
  outline: none;
  font-size: 18px;
  font-family: Muller-Regular;
  font-weight: 400;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  .download_soundapp .tab-contents .tab-content form:not(.verify-box) input {
    min-width: 100%;
  }
}
.download_soundapp .tab-contents .tab-content form:not(.verify-box) button {
  background: #1876DB;
  border-radius: 42px;
  padding: 12px 24px;
  border: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  margin-left: 24px;
}
.download_soundapp .tab-contents .tab-content form:not(.verify-box) button:hover {
  background: #0052aa;
}
@media (max-width: 500px) {
  .download_soundapp .tab-contents .tab-content form:not(.verify-box) button {
    margin-left: 0;
    margin-top: 20px;
  }
}
.download_soundapp .tab-contents .tab-content form:not(.verify-box) p {
  font-family: Muller-Light;
  margin: 24px 0 0 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.65);
}
@media (max-width: 500px) {
  .download_soundapp .tab-contents .tab-content form:not(.verify-box) p {
    padding: 0 15px;
    text-align: center;
  }
}
.download_soundapp .tab-contents .tab-content.active {
  display: flex;
}

/*# sourceMappingURL=free_download.css.map */
