/*orthodontic_01*/
#orthodontic_01 .nav-tabs {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 0px;
}
#orthodontic_01 .nav-tabs li {
    margin-bottom: 0px;
    display: table-cell;
    vertical-align: middle;
    flex: none;
    width: 50%;
    text-align: center;
}
#orthodontic_01 .nav-tabs li a {
    font-size: 24px;
}
#orthodontic_01 .nav-tabs li a, 
#orthodontic_01 .nav-tabs li.active a, 
#orthodontic_01 .nav-tabs li.active a:hover, 
#orthodontic_01 .nav-tabs li.active a:focus {
    border: 0px;
    border-radius: 0;
    background-color: #ececec;
    position: relative;
    color: #c1c1c1 !important;
}
#orthodontic_01 .nav-tabs li.active a, 
#orthodontic_01 .nav-tabs li.active a:hover, 
#orthodontic_01 .nav-tabs li.active a:focus {
    color: #fff !important;
    background-color: #059edb;
    border-radius: 0;
}
#orthodontic_01 .tabs .tab-content {
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.04);
    background-color: #FFF;
    border: 0px;
    border-top: 0;
    padding: 0;
}
@media (max-width:768px){
    #orthodontic_01 .nav-tabs li a {
        font-size: 13px;
    }
}
/*checklist*/
.checklist {
    background-color: #f7f7f7;
}
.checklist .list_item {
    padding: 0 40px;
    margin: 40px 0;
}
.checklist .list_item > li {
    position: relative;
    padding-left: 110px;
}
.checklist .list_item > li strong {
    position: absolute;
    left: 0;
    font-size: 20px;
    line-height: 1em;
    font-weight: 600;
    color: #1e1e1e;
    padding-left: 10px;
}
.checklist .list_item > li strong:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #2963ad;
}
.checklist .list_item > li ul li {
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 300;
    color: #1e1e1e;
    margin: 3px 0;
}
.checklist .list_item .img_wrp img {
	max-width: 330px;
}
@media (max-width:768px){
    .checklist .list_item {
        padding: 0 20px;
        margin: 30px 0;
    }
    .checklist .list_item > li {
        padding-left: 80px;
    }
    .checklist .list_item > li strong {
        font-size: 14px;
        padding-left: 10px;
    }
    .checklist .list_item > li ul li {
        font-size: 12px;
        word-break: keep-all;
    }
}

/*orh2_sec2*/
.orh2_sec2 {
    background-color: #f7f7f7;
}
/*orh3_sec2*/
.orh3_sec2 {
    background-color: #f7f7f7;
}
/*otrh3_con*/
.otrh3_con li {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px dashed #ddd;
}
.otrh3_con li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}
.otrh3_con .txtbox {
    padding: 20px 15px;
}
@media (max-width:768px){
    .otrh3_con li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

/*orh4_sec2*/
.orh4_sec2 {
    background-color: #f7f7f7;
}
/*orh4_sec4*/
.orh4_sec4 {
    background: url(../img/orh4_sec4_bg.jpg) center center no-repeat;
    background-size: cover;
}