h3{
    font-size: 16px;
    color: #888;
}
h3.clinic_flatForm{
    font-size:20px;
    color:#f8f8f8;
    margin: 0;
}
.equal-height-wrap .mcb-wrap-inner h3{
    font-size:20px;
    color:#444;
}
h6, h6 a, h6 a:hover, a.content_link .title {
    color: #303030;
}
h1{
    font-size: 55px;
    line-height: 60px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #fff;
}
.hover_color_bg .themecolor{
    font-size:20px;
    color: #444444;
}
.hover_color_bg  h4 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
}
.hover_color_bg h3{
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #888;
}
.mcb-section.bg-cover{
    min-height:310px;
}
.themeTitle{
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 580px;
    padding: 16px 100px;
    border-radius: 2px;
    font-size: 50px;
    line-height: 50px;
    background: #00b8d4;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.processImageBox{
    position:relative;
    padding-top:80px; 
    padding-bottom:80px;
    background: #182529;
}
.processImage{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.application{
    font-size: 16px;
    color: #888;
}
@media only screen and (max-width : 1200px) {

}
  
@media only screen and (max-width : 992px) {
    
}

@media only screen and (max-width : 768px) {
    .themeTitle{
        font-size:36px;
        padding: 10px 60px;
    }
    .mcb-wrap-inner h2{
        margin: 15px 0;
    }
}

@media only screen and (max-width : 480px) {
    .themeTitle{
        width: 300px;
        font-size: 36px;
        padding: 10px 40px;
    }
    h1{
        font-size:42px;
    }
}

@media only screen and (max-width : 320px) {
    .themeTitle{
        width: 300px;
        font-size: 36px;
        padding: 10px 40px;
    }
}