@charset "utf-8";
/*
Theme Name: KDT Dental Group
Theme URI: http://kdt1.jp
Description: Powered BY RideWave
*/
/*******************************************************************************
共通
*******************************************************************************/
html{
    font-size: 14px;
}
body{
    background-image: url("./css/img/back-img.gif");
    background-repeat: repeat;
}
.clear{
    clear: both;
}
/* マージン */
.mb-05{
    margin-bottom: 0.5em;
}
.mb-10{
    margin-bottom: 1em;
}
.mb-20{
    margin-bottom: 2em;
}
.ml-05{
    margin-left: 0.5em;
}
/* パディング */
.pt-20{
    padding-top: 2em;
}
.pt-10{
    padding-top: 1em;
}
/* テキスト */
.ta-c{
    text-align: center;
}
.ta-r{
    text-align: right;
}
.fc-ccc{
    color: #ccc;
}
.fw-nor{
    font-weight: normal;
}
.fw-b{
    font-weight: bold;
}
/* タイトル */
.h-1{
    background-color: #666;
    text-align: center;
    color: white;
    line-height: 100%;
    vertical-align: bottom;
    padding-top: 0.3em;
    padding-bottom: 0.1em;
    border: 3px double #CCC;
}
.h-2-bg{
    background-image: url("./css/img/h-2-bg.gif");
    background-repeat: no-repeat;
    color: white;
    height: 40px;
    padding: 10px 60px 4px;
    font-size: 23px;
    line-height: 24px;
    position: relative;
    left: -15px;
}
.h-3
{
    font-size: 1.2em;
    border-left: 5px #0A0A61 solid;
    padding-left: 1em;
    line-height: 180%;
}
.h-4 /* h3と同じスタイル */
{
  font-size: 1.1em;
  border-left: 3px solid #bf0000;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
/*ヘッダー*/
.header-side-bg{
    background-image: url("./css/img/header-side-bg.gif");
    background-repeat: repeat-x;
}
.header{
    background-image: url("./css/img/header-center-bg.gif");
    background-repeat: no-repeat;
}
.header h1{
    line-height: 15px;
    margin-bottom: 3px;
    margin-top: 20px;
}
.header-info{
    padding-bottom: 10px;
}
.header-info .span6 > p{
    text-align: right;
    margin-bottom: 0px;
}
.header-info .span6 > p:first-child{
    padding-top: 25px;
   margin-bottom: 15px;
 }
 /*フッター*/
.footer-info,
.footer-nav{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding : 1em 0em;
}
.footer-nav-wrap{
    padding-top: 20px;
    background-image: url("./css/img/footer-nav-bg.jpg");
    background-repeat: repeat-x;
    background-color: #Fc3;
}
.footer-nav{
    min-width: 120px;
}
.footer-nav .span8 li,
.footer-nav .span4 li{
    line-height: 2em;
}
.footer-nav h1{
    font-size: 1.2em;
    color: white;
    font-weight: normal;
}
.footer-nav ul{
    margin: 0px;
}
.footer-nav li{
    float: left;
    list-style: none;
    font-size: 1em;
}
.footer-nav li a{
    text-decoration: none;
    color: white;
    font-size: 0.85em;
}
.footer-nav li a:hover{
    text-decoration: underline;
    color: #666;
}
.footer-nav .span4 li {
    width: 50%;
}
.footer-nav .span8 li{
    width: 20%;
}
.footer-nav button {
    display: none;
    position:absolute;  
    right:10px;  
}
.footer-info-wrap{
    background-image: url("./css/img/footer-info-bg.gif");
}
.footer-info-wrap .container-fluid{
    background-image: url("./css/img/footer-info-center-bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}
.footer-info-wrap .row-fluid .span12 p{
    text-align: center;
    line-height: 1em;
}
.footer-info .small{
    font-size: 0.7em;
    font-weight: normal;
}
.footer-info .span6 p{
    float: left;
}
.footer-info img{
    margin-right: 10px;
    margin-left: 2px;
    margin-top: 5px;
}
.footer-info a{
    text-decoration: underline; 
}
.footer-info .span4{
    text-align: center;
}
.footer-info h1 span{
	font-size: 14px;
}

/*サイドバー*/
.side-banner ul{
    margin-left: 0px;
}
.side-banner li{
    list-style: none;
    margin-bottom: 10px;
}
.side-menu-news{
    list-style: none;
    margin-left: 0px;
    border-top: dotted 1px #FC3;
}
.side-menu-news a{
    display: block;
    border-bottom: 1px #CCC dotted;
    line-height: 14px;
    height: 14px;
    font-size: 14px;
    text-indent: 1em;
    text-decoration: none;
    padding-top: 14px;
    padding-bottom: 14px;
}
.side-menu-news a:hover{
    text-indent: 2em;
}

/*特徴*/
.topics {
    background-color: white;
    border: 1px solid #FFBAB0;
}
.topics p{
    padding-left: 15px;
    padding-right: 15px;
}
.topics-title{
    border: 1px solid #FFBAB0;
    border-left-width: 15px;
    padding: 2px 2px 3px 10px;
    margin-bottom: 10px;
    background-color: white;
}
/* ニュース・お知らせ*/
.news{
    border: solid 1px #FC3;
    background-color: white;
    -moz-border-radius: 32px;/*for Firefox*/
    -webkit-border-radius: 32px;/*for Safari and chrome*/
    border-radius: 10px;/*CSS3*/
    margin-bottom: 2em;
    padding: 15px;
    behavior: url('http://kdt.sakura.ne.jp/wp-content/themes/kdt/css/PIE.htc');
}

.news .h-3
{
    border-bottom: dotted 1px #FC3;
}

/*リード文章*/
.lead{
    font-size: 1.1em;
    font-weight: bold;
    line-height: 150%;
}

/*目次*/
ol.index li{
    line-height: 190%;
}

/*コンテンツ*/
.content{
    margin-top: 2em;
}
.radius{
    border: solid 1px #ccc;
    -moz-border-radius: 32px;/*for Firefox*/
    -webkit-border-radius: 32px;/*for Safari and chrome*/
    border-radius: 10px;/*CSS3*/
    margin-bottom: 2em;
    padding: 15px;
    box-shadow: 0px 0px 10px #999;
    behavior: url('http://kdt.sakura.ne.jp/wp-content/themes/kdt/css/PIE.htc');
    background-color: white;
}
.radius_no_ie{
    border: solid 1px #ccc;
    -moz-border-radius: 32px;/*for Firefox*/
    -webkit-border-radius: 32px;/*for Safari and chrome*/
    border-radius: 10px;/*CSS3*/
    margin-bottom: 2em;
    padding: 15px;
    box-shadow: 0px 0px 10px #999;
    background-color: white;
}
.span3 .radius {
    border: solid 1px #fc3;
    box-shadow: none;
}
ol.index li a{
    text-decoration: underline;
}
/* デンタルキャラクター背景 */
.dental_chara_1{
    background-image: url('./css/img/dental_chara_1.gif');
    background-position: bottom right;
    background-repeat: no-repeat;
}
.dental_chara_2{
    background-image: url('./css/img/dental_chara_2.gif');
    background-position: bottom right;
    background-repeat: no-repeat;
}
.dental_chara_3{
    background-image: url('./css/img/dental_chara_3.gif');
    background-position: bottom right;
    background-repeat: no-repeat;
}
.dental_chara_4{
    background-image: url('./css/img/dental_chara_4.gif');
    background-position: bottom right;
    background-repeat: no-repeat;
}
.dental_chara_5{
    background-image: url('./css/img/dental_chara_5.gif');
    background-position: bottom right;
    background-repeat: no-repeat;
}
.dental_chara_6{
    background-image: url('./css/img/dental_chara_6.gif');
    background-position: bottom right;
    background-repeat: no-repeat;
}
.dental_chara_7{
    background-image: url('./css/img/dental_chara_7.gif');
    background-position: bottom right;
    background-repeat: no-repeat;
}
/* ピクチャーフレーム*/
.img_flame {
    background: #fff;
    border: 4px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    behavior: url('http://kdt.sakura.ne.jp/wp-content/themes/kdt/css/PIE.htc');
}
/* アイキャッチ*/
.flexslider img.attachment-post-thumbnails{
    width: 100%;
    height: auto;
}
/* ステップ*/
.step-group{
    border: 1px #CCC dashed;
    padding: 0.5em 1em;
    border-radius: 10px;
    margin-bottom: 0.5em;
}
.step-group a{
    text-decoration: underline;
}
/* 次ページ案内*/
.alert-info a{
    text-decoration: underline;
}
/* jQuery FlexSlider v2.0 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/* 医院紹介スライドショー */
.flex-caption{
    font-size: 1.2em;
    text-align: center;
    background-color: black;
    padding: 5px 0px;
    color: white;
}

/* コンタクトフォーム */
.wpcf7-not-valid-tip-no-ajax{
    color: red;
    font-weight: bold;
    display: block;
}
.wpcf7-form input, .wpcf7-form textarea{
    width: 95%;
}
input.wpcf7-submit{
    width: 6em;
}
.wpcf7-list-item input{
    width: 2em;
}
.wpcf7-response-output{
    color: red;
    font-weight: bold;
    display: block;
    text-align: center;
}

/*******************************************************************************
Media Query Max-Widht 979px 
*******************************************************************************/
@media (max-width: 979px) {
/*ヘッダー*/
.header{
    background-image: none;
}
.header-info{
    background-image: url("./css/img/header-center-bg.gif");
    background-position: center top;
}
/*フッター*/
.footer-nav li a{
    font-size: 1em;
    font-size: 1rem;
}
.footer-nav .span9 li{
    width: 25%;
}
.footer-nav .span3 li{
    width: 100%;
}
.footer-info span{
    display: block;
}
/* フォント */
.h-2-bg{
    font-size: 1.2em;
    font-size: 1.2rem;
    padding: 10px 10px 4px 60px;
}
}
/*******************************************************************************
Media Query Max-Widht 860px FlexSlider
*******************************************************************************/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
/*******************************************************************************
Media Query Max-Widht 768px タブレット・最新スマートフォン
*******************************************************************************/
@media (max-width: 767px) {
/*ボディ*/
body{
    background-image: none;
}
/**/
.radius,
.span3 .radius{
    border: none;
    padding: 0px;
    margin-bottom: 2em;
    box-shadow: none;
}
/*ヘッダー・フッター*/
.footer-nav h1,
.header .visible-phone h1
{
	height: 31px;
	color: gray;
	padding: 5px 10px 0px;
	font-size: 20px;
        font-weight: bold;
	border-bottom: 1px #fc3 solid;
	line-height: 30px;
	background-color: #FFE38F;
        vertical-align: baseline;
        margin: 0px;
}
/*ヘッダー*/
.header{
    background-image: url("./css/img/header-center-bg.gif");
    background-repeat: repeat;
    background-position: center top;
}
.header .visible-phone h2{
    margin-top: 1em; 
}
.header button {
    position:absolute;  
    right:10px;  
}
div#header-info1,
div#header-info2,
div#header-info3{
    background-color: white;
}
.header-side-bg {
    background-image: none;
}
/*フッター*/
.footer-nav-wrap{
    background-color: white;
}
.footer-nav{
    padding : 0px;
}
.footer-nav .span8 li,
.footer-nav .span4 li{
    width: 50%;
    color: gray;
    line-height: 2.5em;
}
.footer-nav .span8 li a ,
.footer-nav .span4 li a{
    display: block;
    border: 1px #fc3 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    margin: 0.5em;
    color: gray;
}
.footer-nav .span8 li a:hover ,
.footer-nav .span4 li a:hover{
    background-color: #fc3;
    color: white;
}
.footer-nav .span4 ul{
    height: 11rem;
}
.footer-nav a.hidden-desktop{
      font-size: 1em;
      font-size: 1rem;
}
.footer-info-wrap{
    text-align: center;
}
.footer-info-wrap .container-fluid{
    background-image: url("./css/img/footer-info-center-bg.jpg");
    background-position: center top;
}
.footer-info .span6 p{
    float: none;
}
/* サイドバー */
.side-menu-news{
    padding-left: 10px;
    padding-right: 10px;
}
/* フォント */
.h-2-bg{
    font-size: 1em;
    font-size: 1rem;
}
/*特徴*/
.topics {
    border: none;
}
.topics-title{
    border-top: none;
    border-right: none;
    border-left-width: 5px;
}
.topics p{
    padding-left: 0px;
    padding-right: 0px;
}
.topics img.img-retina{
	max-width:50%;
}
/* ニュース・お知らせ*/
.news{
    border: none;
    padding: 0px;
}
.img-retina{
    width: 85%;
}


}
/*******************************************************************************
Media Query Max-Widht 480px　スマートフォン
*******************************************************************************/
@media (max-width: 480px) {
/* 背景画像 */
.header-side-bg{
    background-image: none;
}
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}
/*******************************************************************************
インビザライン
*******************************************************************************/
.invisalign .block01{
    background-color: #fc3;
    border-radius: 10px 10px 0 0;
    padding: 50px 15px;
}
.invisalign .block01 h2{
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.invisalign .block01 h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px; /*下線の上下位置調整*/
    display: inline-block;
    width: 3em; /*下線の幅*/
    height: 2px; /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置調整*/
    background-color: black; /*下線の色*/
  }
.invisalign .block01 p{
    font-weight: bold;
}
.invisalign .block02{
    background-color: #fff0c2;
    border-radius: 0 0 10px 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 2em;
    padding: 15px;
}
.invisalign .block02 h2{
    font-size: 23px;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
.invisalign .block02 ul{
    margin: 0;
}
.invisalign .block02 li{
    background-color: white;
    list-style: none;
    text-align: left;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 10px;
    width: 100%;
    box-sizing:border-box;
    margin-bottom: 5px;
    vertical-align: middle;
    background-image: url("./css/img/checkbox.png") ;
    background-position: 3px;
    background-repeat: no-repeat;
    padding-left: 30px;
    font-weight: bold;
}
.invisalign .block03, .invisalign .block04, .invisalign .block05, .invisalign .block06, .invisalign .block07{
    position: relative;
}
.invisalign .block03 h2,.invisalign .block04 h2,.invisalign .block05 h2 , .invisalign .block06 h2, .invisalign .block07 h2{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    box-sizing:border-box;
    background-color: #FFBAB0;
    border-radius: 10px 10px 0 0;
    color: white;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 23px;
}
.invisalign .block03 div.row-fluid:first-of-type,.invisalign .block04 div.row-fluid:first-of-type,.invisalign .block05 div.row-fluid:first-of-type , .invisalign .block06 div.row-fluid:first-of-type, .invisalign .block07 div.row-fluid:first-of-type{
    margin-top: 83px;
    margin-bottom: 30px;
}
.invisalign .block06 div.row-fluid:first-of-type{
    margin-top: 64px;
    margin-bottom: 30px;
}

.invisalign .block03 h3,.invisalign .block04 h3{
    font-weight: bold;
    font-size: 23px;
    border: 0;
    padding: 0;
    margin: 0;
}
.invisalign .block03 h3{
    margin-bottom: 15px;
}
.invisalign .block03 h3 span{
    color: #FFBAB0;
    font-weight: bold;
    margin-right: 0.5em;
}
.invisalign .block03 p{
    margin-top: 1em;
}
.invisalign .block04 div.span12:first-of-type{
    text-align: center;
}
.invisalign .block04 td:first-child{
    font-weight: bold;
}
.invisalign .block04 h3{
    text-align: center;
    margin-bottom: 15px;
}
.invisalign .block04 p:nth-of-type(1){
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    color: #0A0A61;
    margin-top: 50px;
}
.invisalign .block04 p:nth-of-type(1) span{
    font-size: 0.5em;
}
.invisalign .block04 p:nth-of-type(2){
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    border-radius: 20px;
    background-color: #f5f5f5;
    width: 70%;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 60px; 
}
.invisalign .block05 div.row-fluid:nth-child(n+3){
    margin-bottom: 50px;
}
.invisalign .block05 h3{
    border: none;
    font-size: 23px;
    color: #0A0A61;
    margin: 0;
    padding: 0;
    line-height: 70px;
}
.invisalign .block05 h3 span:first-of-type{
    border-bottom: 4px solid #0A0A61;
    font-size: 23px;
    vertical-align: text-bottom;
    margin-right: 0.5em;
    display: inline-block;
    line-height: 23px;
    padding: 0;
}
.invisalign .block05 h3 span:nth-child(2){
    font-size: 42px;
    vertical-align: text-bottom;
    line-height: 42px;
    display: inline-block;
    transform: translateY(8px);
    padding: 0;
}
.invisalign .block05 p:first-of-type{
    margin-bottom: 15px;
}
.invisalign .block05 span{
    color: black;
    font-size: 23px;
}
.invisalign .block05 .note{
    background-color: #FFF0C2;
    border-radius: 5px;
    border: 1px gray solid;
    padding: 15px;
}
.invisalign .block06 h3{
    font-size: 18px;
    border: none;
    margin: 0px auto;
    padding: 12px 0px;
    text-align: center;
    background-color: #Fc3;
    width: 80%;
    border: 4px solid white;
    border-radius: 19px;
    transform:translateY(30px);
}
.invisalign .block06 p{
    margin-top: 15px;
}
.invisalign .block07 .span12{
    text-align: center;
}
.invisalign .block07 .span12 p{
    text-align: left;
}

.invisalign .block07 img{
    margin-bottom: 15px;
}
.invisalign .block08{
    background-color: #FFF0C2;
    border-radius: 10px;
    position: relative;
    margin-top: 70px;
    margin-bottom: 2em;
}
.invisalign .block08 h2{
    padding: 30px 15px;
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    background-color: #Fc3;
    border-radius: 10px 10px 0 0;
    background-image: url("./css/img/invisalign_16.png");  
}
.invisalign .block08 .span6 img{
    margin: 60px auto;
}
.invisalign .block08 .span6{
    text-align: center;
}
.invisalign .block08 h2+img{
    position: absolute;
    right: 0;
    top: -47px;
}
.invisalign .block09{
    padding: 15px;
    background-color: #F5F5F5;
    border: 1px solid gray;
    border-radius: 10px;
    margin-bottom: 2em;
}
.invisalign .block09 h3{
    border-color: #0A0A61;
}
/*
スマホ
*/
@media (max-width: 480px) {
.invisalign .block01 div.span6:first-of-type{
    text-align: center;
}
.invisalign .block01 img{
    margin-bottom: 30px;
    margin-top: 30px;
}
.invisalign .block02 div.span5{
    text-align: center;
    margin-bottom: 50px;
}
.invisalign .block02 div.span7{
    margin-bottom: 15px;
}
.invisalign .block03 img{
    display: block;
    width: 100%;
    
}
.invisalign .block03 h2,.invisalign .block04 h2,.invisalign .block05 h2 , .invisalign .block06 h2, .invisalign .block07 h2{
    border-radius: 0;
    padding-left: 23px;
    padding-right: 23px;
}
.invisalign .block03 div.row-fluid:first-of-type,.invisalign .block04 div.row-fluid:first-of-type,.invisalign .block05 div.row-fluid:first-of-type,.invisalign .block06 div.row-fluid:first-of-type,.invisalign .block07 div.row-fluid:first-of-type{
    padding-top: 80px;
}
.invisalign .block03 .span6,.invisalign .block05 .span12{
    padding-left: 15px;
    padding-right: 15px;
}
.invisalign .block03 div.row-fluid div.span6:first-of-type{
    margin-bottom: 30px;
}
.invisalign .block03 p, .invisalign .block05 p{
    margin-left: 0;
    margin-right: 0;
}
.invisalign .block04 p:nth-of-type(1){
    line-height: 48px;
}
.invisalign .block06 .span6 {
    text-align: center;
}
.invisalign .block06 .span6 p{
    text-align: left;
}
.invisalign .block06 h3{
    width: 70%;
}
.invisalign .block08 h2+img{
    top:124px;
    left:50%;
    transform: translateX(-50%);
}
.invisalign .block08 h2{
    background-image: none;
    padding-bottom: 200px;
   
}
.invisalign .block08 div.span6:first-of-type{
    padding: 50px 0 20px;
}
.invisalign .block08 div.span6:nth-of-type(n+2){
    padding: 20px 0 50px;
}
.invisalign .block08 div.span6 img{
    margin: 0;
}
.invisalign .block01,.invisalign .block02,.invisalign .block08, .invisalign .block09{
    margin-left: 15px;
    margin-right: 15px;
}
.invisalign .block08 h2>br{
    display: none;
}

}
    