/* ======================================================
  consultation - page

*/

.scheme #main-container {
    padding-top: 2em;
}

.scheme #main h2.main-title {
    margin-bottom: 1em;
}

.consultations-container .columns {
    margin-top: 1em;
    text-align: center;
}

.consultations-container .columns p {
    text-align: left;
    /*margin: 0 10px;*/
    padding-bottom: 2em;
}

.consultations-container .columns .inner {
    border-bottom: 2px solid #00a0e9;
}

.consultations-container .columns img {
    width: 60%;
}

.consultations-container .columns:last-child p {
    border-bottom: none;
}

.consultations-container ul {
    margin-bottom: 30px;
}

.consultations-container li {
    border-left: 1px solid #00a0e9;
    width: 235px;
    height: 450px;
    float: left;
}

.consultations-container li p {
    margin: 2em;
}

.consultations-container li.last {
    border-right: 1px solid #00a0e9;
}

#sec03 p {
    /*border-bottom: 2px solid #00a0e9;*/
}

.title-implant {
    margin-bottom: 20px;
}

.implant {
    margin-bottom: 60px;
}

.implant .embed-video,
.implant .embed-video iframe {
    width: 240px !important;
    height: 160px !important;
    margin: 0 auto;
}

.denture .row {
    margin: 0;
}

.denture .columns {
    padding: 0;
}

.denture .content img {
  padding: 0 0 1em;
}

.consultations-container .denture .columns p {
    border-bottom: none;
}
.consultations-container .denture h3 img{
  width: 90%;
}


.medical.row {
    margin: 0;
}

.medical h3 {
  font-size: 13px;
  margin: 1em 0;
  font-weight: bold;
  color: #00A0E9;
}


.medical .content .row{
  padding: 1em 0 3em;

}

.consultations-container .medical .columns {
  margin-top: 0;
}
.consultations-container .medical ul {
  list-style: none;
  text-align: left;
  font-size: 12px;
  margin-bottom: 0;
}
.consultations-container .medical .columns:first-child ul{
  border-top: 1px solid #d1cabf;
}
.consultations-container .medical li {
  height: auto;
  float: none;
  border-left: none;
  padding: 10px 0;
  border-bottom: 1px solid #d1cabf;
  width: auto;
}

.headline {
  margin-bottom: 1.5em;
}