@charset "UTF-8";
/*เปิด terminal
ไปที่ไฟลล์ assets : cd assets
ดูตำแหน่ง : ls
ตรวจสอบ : sass --watch scss/case-of-doctor.scss css/case-of-doctor.css
*/
/************************/
* {
  font-weight: normal;
}

.img-w-auto-h-100 img {
  width: auto;
  height: 100%;
}

.img-h-auto-w-100 img {
  width: 100%;
  height: auto;
}

.section-instructions {
  position: relative;
  padding-top: 45px;
  width: 768px;
  margin: 0 auto;
}

.instructions-intro {
  background-image: url(../img/post-treatment-instructions/bg-intro-m.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding-bottom: 37px;
}

.vsq-logo-head {
  width: 284px;
  height: 67px;
  margin: auto;
}

.instructions-head {
  position: relative;
  text-align: center;
  padding-top: 40px;
  width: 768px;
  height: 176px;
  background-image: url(../img/post-treatment-instructions/instructions-head-box-m.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.instructions-head h1 {
  font-family: "KanitExtraLight" !important;
  font-size: 54.5px !important;
  color: #445b99;
  margin-bottom: 0;
}

.instructions-head h1 span {
  font-family: "kanitRegular" !important;
  color: #49beed;
}

.procedures-btn-frame {
  margin-top: -10px;
  padding: 0 33px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.procedures-btn {
  width: 345px;
  height: 76px;
  border: 2px solid #8fc4f4;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 12px;
  padding: 0 55px 0 18px;
}

.procedures-btn:nth-child(even) {
  margin-left: 12px;
}

.procedures-btn:before {
  content: "";
  position: absolute;
  border: 2px solid #8fc4f4;
  height: 47px;
  border-radius: 2px;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
}

.procedures-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  background-image: url(../img/post-treatment-instructions/next-btn-procedures-m.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.procedures-btn .text-procedures-btn {
  font-family: "kanitlight";
  font-size: 32px;
  color: #445b99;
  line-height: 1.1;
  height: fit-content;
  margin: auto;
}

.procedures-btn .hifu-img-procedures-btn,
.procedures-btn .sculptra-img-procedures-btn,
.procedures-btn .radiesse-img-procedures-btn,
.procedures-btn .laser-img-procedures-btn {
  display: flex;
  margin: auto;
}

.procedures-btn .hifu-img-procedures-btn {
  width: 177px;
  height: 42px;
}

.procedures-btn .sculptra-img-procedures-btn {
  width: 181px;
  height: 34px;
}

.procedures-btn .radiesse-img-procedures-btn {
  width: 159px;
  height: 52px;
}

.procedures-btn .laser-img-procedures-btn {
  width: 146px;
  height: 49px;
}

.procedures-btn .text-procedures-btn p {
  font-size: 7.66px;
  text-align: left;
  margin-bottom: 0;
}

/**********************/
.filler-thread-lift-frame, .botox-frame, .hifu-frame, .meso-frame, .sculptra-frame, .radiesse-frame, .laser-frame {
  width: 768px;
  height: auto;
}

/********************************* 768 *********************************/
@media (max-width: 768px) {
  * {
    font-weight: normal;
  }
  .section-instructions {
    position: relative;
    padding-top: 5.859375vw;
    width: 100vw;
    margin: 0 auto;
  }
  .instructions-intro {
    background-image: url(../img/post-treatment-instructions/bg-intro-m.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    padding-bottom: 4.8177083333vw;
  }
  .vsq-logo-head {
    width: 36.9791666667vw;
    height: 8.7239583333vw;
    margin: auto;
  }
  .instructions-head {
    position: relative;
    text-align: center;
    padding-top: 5.2083333333vw;
    width: 100vw;
    height: 22.9166666667vw;
    background-image: url(../img/post-treatment-instructions/instructions-head-box-m.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
  }
  .instructions-head h1 {
    font-family: "KanitExtraLight" !important;
    font-size: 7.0963541667vw !important;
    color: #445b99;
    margin-bottom: 0;
  }
  .instructions-head h1 span {
    font-family: "kanitRegular" !important;
    color: #49beed;
  }
  .procedures-btn-frame {
    margin-top: -1.3020833333vw;
    padding: 0 4.296875vw;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
  }
  .procedures-btn {
    width: 44.921875vw;
    height: 9.8958333333vw;
    border: 0.2604166667vw solid #8fc4f4;
    border-radius: 1.8229166667vw;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 1.5625vw;
    padding: 0 7.1614583333vw 0 2.34375vw;
  }
  .procedures-btn:nth-child(even) {
    margin-left: 1.5625vw;
  }
  .procedures-btn:before {
    content: "";
    position: absolute;
    border: 0.2604166667vw solid #8fc4f4;
    height: 6.1197916667vw;
    border-radius: 0.2604166667vw;
    top: 50%;
    left: 0.9114583333vw;
    transform: translateY(-50%);
  }
  .procedures-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.171875vw;
    transform: translateY(-50%);
    width: 4.8177083333vw;
    height: 4.8177083333vw;
    background-image: url(../img/post-treatment-instructions/next-btn-procedures-m.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
  }
  .procedures-btn .text-procedures-btn {
    font-family: "kanitlight";
    font-size: 4.1666666667vw;
    color: #445b99;
    line-height: 1.1;
    height: fit-content;
    margin: auto;
  }
  .procedures-btn .hifu-img-procedures-btn {
    width: 23.046875vw;
    height: 5.46875vw;
  }
  .procedures-btn .sculptra-img-procedures-btn {
    width: 23.5677083333vw;
    height: 4.4270833333vw;
  }
  .procedures-btn .radiesse-img-procedures-btn {
    width: 20.703125vw;
    height: 6.7708333333vw;
  }
  .procedures-btn .laser-img-procedures-btn {
    width: 19.0104166667vw;
    height: 6.3802083333vw;
  }
  .procedures-btn .text-procedures-btn p {
    font-size: 0.9973958333vw;
    text-align: left;
    margin-bottom: 0;
  }
  /**********************/
  .filler-thread-lift-frame, .botox-frame, .hifu-frame, .meso-frame, .sculptra-frame, .radiesse-frame, .laser-frame {
    width: 100vw;
    height: auto;
  }
}

/*# sourceMappingURL=post-treatment-instructions.css.map */
