/* ---- Main ---- */
body {
  font-family: "Roboto";
  min-width: 455px;
}

.width_marker {
  display: none;
  position: fixed;
  z-index: 100;
  background-color: #cccccc;
  padding: 5px 5px 5px 5px;
  top: 100px;
}

#idx_paralax {
  background-image: url(../img/whynot_back.jpg);
  position: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
}

#idx_topsection {
  padding: 10px 0;
  border-bottom: 7px solid #8c5594;
  background-color: #ffffff;
  position: relative;
}

/* ---- Top ---- */
#idx_top_mapimg {
  margin-top: 0px;
  border: 1px solid #8c5594;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  padding-top: 10px;
}
#idx_top_mapimg img {
  width: 25px;
}

#idx_top_address {
  margin-top: 8px;
  font-size: 10pt;
}

#idx_top_phoneimg {
  margin-top: 0px;
  border: 1px solid #8c5594;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  padding-top: 10px;
}
#idx_top_phoneimg img {
  width: 20px;
  margin-left: 2px;
}

#idx_top_phone {
  margin-top: 18px;
  font-size: 11pt;
}

#idx_top_callbutton {
  width: 100%;
  display: block;
  height: 40px;
  background-color: #8c5594;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  font-weight: 12pt;
  margin-top: 10px;
  cursor: pointer;
  box-shadow: 3px 3px 2px #999999;
}
#idx_top_callbutton:hover {
  background-color: #69406f;
}

#idx_topsection .address, #idx_footer .address {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: space-between;
  width: 100%;
  height: 100%;
  min-width: 220px;
}
#idx_topsection .address .icon, #idx_footer .address .icon {
  border: 1px solid #8c5594;
  border-radius: 50%;
  min-width: 55px;
  min-height: 55px;
  background: url("/implants/img/mapmarker2.png") no-repeat center;
  background-size: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  #idx_topsection .address .icon, #idx_footer .address .icon {
    min-width: 40px;
    min-height: 40px;
    background-size: 20px;
    margin-right: 5px;
  }
}
#idx_topsection .address .text, #idx_footer .address .text {
  font-size: 14px;
  width: auto;
}
@media screen and (max-width: 1200px) {
  #idx_topsection .address .text, #idx_footer .address .text {
    font-size: 12px;
  }
}
#idx_topsection .phone, #idx_footer .phone {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: space-between;
  width: 100%;
  height: 100%;
  min-width: 220px;
}
#idx_topsection .phone .icon, #idx_footer .phone .icon {
  border: 1px solid #8c5594;
  border-radius: 50%;
  min-width: 55px;
  min-height: 55px;
  background: url("/implants/img/phonemarker2.png") no-repeat center;
  background-size: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  #idx_topsection .phone .icon, #idx_footer .phone .icon {
    min-width: 40px;
    min-height: 40px;
    background-size: 15px;
    margin-right: 5px;
  }
}
#idx_topsection .phone .text, #idx_footer .phone .text {
  font-size: 15pt;
  width: auto;
}

/* ----  ---- */
.idx_tell_link {
  color: #000000;
}
.idx_tell_link:hover {
  text-decoration: none;
  color: #000000;
}

#bingc-passive .bingc-passive-content {
  background: #69406f !important;
}
#bingc-passive div.bingc-passive-overlay {
  background: #69406f !important;
}

#bingc-powered-by-passive-overlay {
  display: none !important;
}

.bingc-phone-button-circle-inside {
  fill: #69406f !important;
}

/* ---- Slogan Section ---- */
#idx_slogan_section {
  background-image: url(../img/slogan_back2.jpg);
  background-size: cover;
  background-position-y: center;
  position: relative;
}

#idx_slogan_img img {
  width: 100%;
}

#idx_slogan_text1 {
  font-size: 40pt;
  color: #8c5594;
  margin-top: 50px;
}

#idx_slogan_text2 {
  font-size: 13pt;
  margin-top: 20px;
}

#idx_slogan_button {
  display: block;
  width: 100%;
  background-color: #8c5594;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  height: 40px;
  padding-top: 8px;
  margin-top: 20px;
  font-size: 12pt;
  cursor: pointer;
  margin-bottom: 15px;
}
#idx_slogan_button:hover {
  background-color: #69406f;
  text-decoration: none;
}

#idx_slogan_button2 {
  display: block;
  width: 100%;
  background-color: #8c5594;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  height: 40px;
  padding-top: 8px;
  margin-top: 20px;
  font-size: 12pt;
  cursor: pointer;
}

/* ---- Consult motivation---- */
#idx_consult_motivation {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 30px;
}

#idx_consult_motivation_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 18pt;
  color: #8c5594;
  margin-top: 70px;
  margin-bottom: 10px;
}

#idx_consult_motivation_subtitle {
  text-align: center;
  font-size: 16pt;
  margin-top: 20px;
  margin-bottom: 20px;
}

#idx_consult_motivation_list {
  margin-top: 30px;
}
#idx_consult_motivation_list ul {
  list-style: none;
  padding: 0;
  max-width: 768px;
  margin: 0 auto;
  padding: 5px;
}
#idx_consult_motivation_list ul li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  margin-bottom: 30px;
  padding-left: 120px;
  min-height: 70px;
}
@media screen and (max-width: 768px) {
  #idx_consult_motivation_list ul li {
    padding-left: 100px;
  }
}
#idx_consult_motivation_list ul li:before {
  position: absolute;
  top: 5px;
  left: 0px;
  content: "";
  width: 70px;
  height: 70px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 920px) {
  #idx_consult_motivation_list ul li:before {
    width: 70px;
    height: 70px;
  }
}
#idx_consult_motivation_list ul li.motivicon1:before {
  background-image: url("/implants/img/motivicon1.png");
}
#idx_consult_motivation_list ul li.motivicon2:before {
  background-image: url("/implants/img/motivicon2.png");
}
#idx_consult_motivation_list ul li.motivicon3:before {
  background-image: url("/implants/img/motivicon3.png");
}
#idx_consult_motivation_list ul li.motivicon4:before {
  background-image: url("/implants/img/motivicon4.png");
}
#idx_consult_motivation_list ul li.motivicon5:before {
  background-image: url("/implants/img/motivicon5.png");
}

.idx_consult_motivation_list_item img {
  width: 60%;
}

.idx_consult_motivation_list_text {
  font-size: 13pt;
  padding-top: 5px;
}

/* ---- Why ---- */
#idx_why {
  position: relative;
  background-color: #ffffff;
}

#idx_why_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 18pt;
  color: #8c5594;
  margin-top: 70px;
  margin-bottom: 30px;
}

.idx_why_item {
  margin: 20px 0px 20px 0px;
}

.idx_why_img img {
  width: 100%;
}

.idx_why_text {
  font-size: 12pt;
  margin-top: 7px;
}

#idx_why_title2 {
  text-align: center;
  font-size: 18pt;
  color: #8c5594;
  margin-top: 50px;
  margin-bottom: 20px;
}

/* ---- WhyNot ---- */
#idx_whynot {
  min-height: 300px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.idx_whynot_title {
  color: #8c5594;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 30px;
  font-weight: bold;
}

.idx_whynot_text {
  border-left: 3px solid #8c5594;
  padding-left: 10px;
  font-size: 12pt;
}

/* ---- Person ---- */
#idx_person {
  padding-top: 50px;
  position: relative;
  background-color: #ffffff;
  padding-bottom: 20px;
}

#idx_person_img img {
  width: 100%;
  max-width: 350px;
}

#idx_person_title {
  color: #8c5594;
  text-transform: uppercase;
  font-size: 18pt;
}

#idx_person_text {
  margin-top: 20px;
}

#idx_person_pay {
  color: #8c5594;
  font-size: 18pt;
  text-align: center;
  margin-top: 50px;
}

/* ---- NKR ---- */
#idx_nkr {
  padding-top: 50px;
  position: relative;
  background-color: #ffffff;
  padding-bottom: 20px;
}

#idx_nkr_title {
  color: #8c5594;
  font-size: 18pt;
  text-align: center;
}

#idx_nkr_img img {
  width: 80%;
}

#idx_nkr_text {
  margin-top: 40px;
  font-size: 13pt;
}

/* ---- PayGrid ---- */
#idx_paygrid {
  padding-top: 50px;
  position: relative;
  background-color: #ffffff;
  padding-bottom: 20px;
}

#idx_paygrid_title {
  color: #8c5594;
  font-size: 18pt;
  text-align: center;
}

#idx_paygrid_img img {
  width: 80%;
}

#idx_paygrid_intro {
  margin-top: 50px;
  font-size: 13pt;
}

.idx_paygrid_subintro {
  color: #8c5594;
  text-align: center;
  font-size: 13pt;
  margin-top: 40px;
  margin-bottom: 20px;
}

.idx_paygrid_cell {
  border: 1px solid #8c5594;
  font-size: 13pt;
  line-height: 22pt;
}
.idx_paygrid_cell b {
  color: #8c5594;
}

#idx_paygrid_varranty {
  margin-top: 20px;
  font-size: 13pt;
}

/* ----  ---- */
.notop {
  border-top: none;
}

.noleft {
  border-left: none;
}

/* ---- Pay ---- */
#idx_pay {
  background-image: url(../img/pay_back.jpg);
  position: relative;
  background-color: #ffffff;
  background-size: cover;
  padding-bottom: 20px;
}

#idx_pay_text {
  background-image: url(../img/pay_overlay.png);
  padding: 10px;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 12pt;
}

#idx_pay_img img {
  margin-top: 30px;
  width: 100%;
}

/* ---- Video ---- */
#idx_video {
  padding: 50px 0px;
  position: relative;
  background-color: #ffffff;
}

#idx_video_faq {
  color: #8c5594;
  font-size: 18pt;
  text-align: center;
  margin-top: 50px;
}

/* ---- FAQ ---- */
#idx_faq {
  padding-top: 0px;
  position: relative;
  background-color: #f3f3f3;
  min-height: 300px;
  padding-bottom: 30px;
}

.idx_faq_item {
  max-width: 768px;
  margin: 50px auto;
}

.idx_faq_question {
  display: flex;
  align-items: center;
  background-image: url(../img/fq.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 75px;
  padding-left: 100px;
  font-size: 14pt;
  margin-bottom: 15px;
}

.idx_faq_unswer {
  border: 2px solid #8c5594;
  padding: 20px;
  border-radius: 10px;
  font-size: 12pt;
}

/* ---- clinic ---- */
#idx_clinic {
  padding-top: 20px;
  position: relative;
  background-color: #ffffff;
  padding-bottom: 20px;
}

#idx_clinic_img img {
  width: 100%;
  border-radius: 10px;
}

#idx_clinic_text {
  margin-top: 20px;
  font-size: 12pt;
}

/* ---- Consult ---- */
#idx_consult {
  min-height: 200px;
  background-image: url(../img/consult.jpg);
  background-position-y: bottom;
  background-size: cover;
  position: relative;
  border-bottom: 4px solid #8c5594;
  padding-bottom: 20px;
}

#idx_consult_text {
  text-align: center;
  color: #ffffff;
  font-size: 26pt;
  margin-top: 40px;
}

/* ---- Map ---- */
#idx_map {
  height: 450px;
}

/* ---- Footer ---- */
#idx_footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 7px solid #8c5594;
  background-color: #ffffff;
  position: relative;
}

#idx_footer_row {
  margin-top: 10px;
}

#idx_footer_mapimg {
  margin-top: 0px;
  border: 1px solid #8c5594;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  padding-top: 10px;
}
#idx_footer_mapimg img {
  width: 25px;
}

#idx_footer_address {
  margin-top: 8px;
  font-size: 10pt;
}

#idx_footer_phoneimg {
  margin-top: 0px;
  border: 1px solid #8c5594;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  padding-top: 10px;
}
#idx_footer_phoneimg img {
  width: 20px;
  margin-left: 2px;
}

#idx_footer_phone {
  margin-top: 18px;
  font-size: 11pt;
}

#idx_footer_callbutton {
  width: 100%;
  display: block;
  height: 40px;
  background-color: #8c5594;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  font-weight: 12pt;
  margin-top: 10px;
  cursor: pointer;
  box-shadow: 3px 3px 2px #999999;
}
#idx_footer_callbutton:hover {
  background-color: #69406f;
}

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