#top-wrapper {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../img/header_bg.jpg);
  background-repeat: no-repeat;
  background-size: 105%;
  background-position: -400% 70%;
}

#top-wrapper::before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-image: url(../img/header-mask.jpg);
  background-repeat: repeat;
  opacity: .5;
  z-index: 1;
}

#top-wrapper .container {
  height: 100%;
  position: relative;
  z-index: 10;
}

.header-wave-wrap {
  position: absolute;
  width: 75%;
  height: 100%;
  background-image: url(../img/header-wave.svg);
  background-size: cover;
  background-position: right 0%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
}

.header-msg-area {
  margin-bottom: 40px;
}

.header-msg-area p {
  font-size: 32px;
  letter-spacing: 4px;
}

.header-msg-area p:first-child {
  margin-bottom: 50px;
}

.header-msg-area p span {
  color: #38BEB9;
  position: relative;
}

.header-msg-area p span::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  background-color: #38BEB9;
  border-radius: 50%;
}

.header-msg-area h1 {
  margin-top: 60px;
}

.header-msg-area h1 span:first-child {
  margin-right: 20px;
  margin-left: 20px;
  color: #A28700;
  font-size: 100px;
}

.header-msg-area h1 span:nth-child(2) {
  margin-right: 10px;
  color: #A28700;
  font-size: 50px;
}

.header-msg-area h1.version2 span:nth-child(2) {
  margin-right: 10px;
  color: #A28700;
  font-size: 40px;
}

.header-msg-area h1.version2 span:first-child {
  font-size: 65px;
}
.header-msg-area h1.version2 span:nth-child(4) {
  margin-right: 20px;
  margin-left: 20px;
  color: #A28700;
  font-size: 65px;
}

.header-msg-area h1.version2 span:last-child {
  margin-right: 10px;
  color: #A28700;
  font-size: 40px;
}


.header-msg-area h1 span:nth-child(2) {
  font-size: 50px;
}

.header-feature-area {
  display: flex;
  align-items: center;
}

.header-feature-area p {
  margin-right: 20px;
  width: 150px;
  height: 150px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, #38BEB9, #B2DBD8);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 50%;
}

.header-feature-area p:last-child {
  margin-right: 0;
}
.header-feature-item {
  margin-right: 20px;
  width: 150px;
  height: 150px;
  background: linear-gradient(to right, #38BEB9, #B2DBD8);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 50%;
  text-align: center;
  box-shadow: 3px 7px 6px rgba(0, 0, 0, 0.4);
}
.header-feature-item:last-child {
  margin-right: 0;
}
.header-feature-item span {
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 2px;
}
.mockup {
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 280px;
}

.why-section {
  padding-bottom: 80px;
  text-align: center;
}

.why-section .container h3 {
  margin-bottom: 22px;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  color: #38BEB9;
  border-bottom: 6px dotted #ccc;
}

.why-section .container img {
  margin-top: 60px;
}

.reason-section {
  padding-bottom: 80px;
  background-color: #eeeeee;
  text-align: center;
}

.reasons-list {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 70px 20px 40px;
  background-color: #fff;
  position: relative;
  text-align: center;
  border-radius: 20px;
}

.reason-desc {
  margin-bottom: 0;
  padding: 10px 16px;
  width: 70%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: #38BEB9;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 3px;
  border-radius: 30px;
}

.reasons {
  display: flex;
}

.reason {
  margin-right: 20px;
  width: calc(25% - 15px);
  box-sizing: border-box;
  text-align: center;
}

.reason:last-child {
  margin-right: 0;
}

.reason-text {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reason-text span {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #38BEB9;
  border-radius: 50%;
  font-size: 22px;
}

.reason-text p {
  margin-bottom: 0;
  font-size: 18px;
}

.reason-icon-section {
  position: relative;
}

.reason-icon-bg {
  width: 60%;
}

.reason-icon {
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.case-section {
  padding-bottom: 80px;
  text-align: center;
}

.case-section img {
  margin-top: 60px;
}

.text-xl {
  color: #38BEB9;
  font-size: 22px;
}

.strength-wrapper {
  padding-bottom: 80px;
  background-color: #eeeeee;
}

.strength-list {
  display: flex;
}

.strength {
  margin-right: 30px;
  width: calc(33.3333% - 20px);
  box-sizing: border-box;
  text-align: center;
}

.strength:last-child {
  margin-right: 0;
}

.strength-text {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.strength-text p {
  margin-bottom: 0;
  font-size: 18px;
}

.number-bg {
  padding-top: 10px;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  color: #fff;
  box-sizing: border-box;
  background-color: #A28700;
  border-radius: 50%;
}

.number-bg p {
  color: #fff;
  line-height: 20px;
}

.number-bg p:first-child {
  font-size: 12px;
}

.number-bg p:last-child {
  font-size: 22px;
}

.strength-icon-section {
  margin: 0 auto 40px;
  position: relative;
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
}

.strength-icon {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.strength-desc {
  text-align: justify;
}

.caution-wrapper {
  padding-bottom: 80px;
  background-color: #fff;
  text-align: center;
}

.caution-content {
  margin-top: 80px;
  padding: 70px 30px 40px;
  background-color: #eee;
  position: relative;
  text-align: center;
  border-radius: 20px;
}

.caution-q {
  margin-bottom: 0;
  padding: 10px 16px;
  width: 70%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: #38BEB9;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 3px;
  border-radius: 30px;
}

.caution-q::before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 30px solid #38BEB9;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
}

.risk-icon {
  margin-top: 40px;
  margin-bottom: 10px;
  width: 80px;
}

.caution-msg {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #850000;
}

.ex-section {
  margin-top: 30px;
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
}

.ex-item {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  box-sizing: border-box;
}

.ex-item:first-child {
  padding-right: 30px;
  border-right: 2px solid #ccc;
}

.ex-item:last-child {
  padding-left: 30px;
}

.ex-item:last-child .ex-fixed-text {
  left: 30px;
}

.ex-item img {
  height: 200px;
  width: auto;
}

.ex-fixed-text {
  position: absolute;
  top: 0;
  left: 0;
}

.ex-text-content {
  text-align: left;
}

.ex-name span {
  font-size: 20px;
}

.ex-price span {
  margin-right: 20px;
  font-size: 30px;
  letter-spacing: 2px;
  color: #850000;
  font-weight: bold;
}

.down-arrow {
  margin: 30px auto 60px;
  width: 100px;
  height: 40px;
  background-color: #38BEB9;
  position: relative;
}

.down-arrow::before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 40px solid #38BEB9;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
}

.text-enhance {
  margin: 0 10px;
  font-size: 40px;
  font-weight: bold;
}

.price-wrapper {
  padding-bottom: 80px;
  background-image: url(../img/price_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.price-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ccc;
  opacity: .5;
}

.price-wrapper .section-title {
  margin-bottom: 100px;
}

.price-wrapper .container {
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

.prices {
  display: flex;
}

.price-item {
  margin-right: 30px;
  width: calc( 50% - 20px);
  box-sizing: border-box;
  text-align: center;
}

.price-item:last-child {
  margin-right: 0;
}

.price-item:nth-child(1n) .price-title {
  background-color: #38BEB9;
}

.price-item:nth-child(1n) .price span {
  color: #38BEB9;
}

.price-item:nth-child(2n) .price-title {
  background-color: #BDAF6E;
}

.price-item:nth-child(2n) .price span {
  color: #BDAF6E;
}

.price-item:nth-child(3n) .price-title {
  background-color: #A28700;
}

.price-item:nth-child(3n) .price span {
  color: #A28700;
}

.price-title {
  padding: 20px 10px;
  border-radius: 20px 20px 0 0;
}

.price-title p {
  margin-bottom: 0;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.price-title h3 {
  font-size: 22px;
  color: #fff;
}

.price-content {
  padding: 30px 20px 15px;
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 20px 20px;
}

.price-content img {
  width: auto;
  height: 170px;
}

.price-content p:last-child {
  margin-top: 20px;
  font-size: 12px;
}

.price-content h4 {
  min-height: 55px;
  margin-bottom: 10px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.price {
  margin-top: 50px;
  margin-bottom: 35px;
  text-align: center;
}

.price span {
  margin-right: 10px;
  font-size: 50px;
	font-weight:bold;
}

.price-underline {
  border-bottom-width: 100%;
  border-bottom-style: dotted;
  border-bottom-color: #ccc;
}

.price-desc {
  min-height: 300px;
  text-align: justify;
}

.med-wrapper {
  padding-bottom: 80px;
}

.med-list {
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
}

.med-list tr:nth-child(3n) {
  background-color: #eeeeee;
}

.med-list th {
  padding: 15px 0;
  background-color: #38BEB9;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.med-list th:first-child {
  width: 45%;
}

.med-list th:nth-child(2n) {
  width: 15%;
}

.med-list th:nth-child(3n) {
  width: 15%;
}

.med-list th:last-child {
  width: 25%;
}

.med-list td {
  padding: 15px 0;
}

.med-caution {
  margin-top: 30px;
}

.med-caution p {
  margin: 0;
  font-size: 14px;
}

.payment-wrapper {
  padding-bottom: 80px;
  background-color: #eeeeee;
}

.payment-wrapper .section-title {
  margin-bottom: 80px;
}

.method {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}

.method:last-child {
  margin-bottom: 0;
}

.method-name {
  width: 40%;
  display: flex;
  align-items: center;
}

.method-name p {
  margin: 0;
  font-size: 18px;
}

.method-name p:first-child {
  margin-right: 15px;
  padding-top: 4px;
  padding-left: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: #38BEB9;
  border-radius: 50%;
}

.method-desc ul {
  display: flex;
}

.method-desc li {
  margin-right: 30px;
  height: 40px;
}

.method-desc li img {
  height: 100%;
  width: auto;
}

.noextra-wrapper {
  padding-bottom: 80px;
  text-align: center;
}

.noextra-wrapper p:nth-child(2) {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  letter-spacing: 4px;
  color: #A28700;
  font-size: 40px;
  display: inline-block;
  position: relative;
}

.noextra-wrapper p:nth-child(2)::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  height: 40px;
  width: 3px;
  background: #A28700;
  transform: rotate(-15deg);
}

.noextra-wrapper p:nth-child(2)::after {
  content: '';
  position: absolute;
  top: -8px;
  right: 0;
  height: 40px;
  width: 3px;
  background: #A28700;
  transform: rotate(15deg);
}

.noextra-wrapper p:nth-child(3) {
  margin-bottom: 50px;
}

.steps-wrapper {
  padding-bottom: 80px;
  background-color: #eeeeee;
  text-align: center;
}

.steps-wrapper .container h3 {
  margin-bottom: 22px;
  padding-bottom: 15px;
  font-size: 24px;
  color: #38BEB9;
  font-weight: 500;
  border-bottom: 6px dotted #fff;
}

.steps {
  max-width: 700px;
  margin: 80px auto 0;
}

.step {
  position: relative;
  border-radius: 30px;
  border: 4px solid #38BEB9;
  background-color: #fff;
  padding: 60px 60px 40px;
}

.step p {
  margin-bottom: 0;
}

.step h4 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  color: #38BEB9;
  letter-spacing: 4px;
}

.step-box {
  padding: 6px 40px;
  padding-top: 7px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #38BEB9;
  color: #fff;
  font-size: 20px;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}

.triangle {
  margin: 30px 0 50px;
  display: inline-block;
  border-top: 40px solid #38BEB9;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
}

.steps-sm-text {
  font-size: 12px;
}

.aboutus-wrapper {
  padding-bottom: 80px;
}

.about {
  margin-top: 40px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.about ul {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.about ul li {
  margin-right: 15px;
  margin-left: 20px;
  list-style: disc;
}

.about th, .about td {
  border: 1px solid #ccc;
}

.about th {
  width: 20%;
  font-weight: 500;
  padding: 15px;
}

.about td {
  padding: 15px 30px;
}

.fixed-book-btn-show {
  display: none;
}

.fixed-book-btn {
  padding-right: 10px;
  padding-left: 20px;
  position: fixed;
  height: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #F06473;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.fixed-book-btn .btn-msg-sub {
  margin-left: auto;
  border-radius: 15px;
  display: block !important;
  font-size: 10px;
  text-align: center;
}
