#we-treat.owl-carousel .owl-nav button.owl-prev, #we-treat.owl-carousel .owl-nav button.owl-next,
#pediatric-role.owl-carousel .owl-nav button.owl-prev, #pediatric-role.owl-carousel .owl-nav button.owl-next,
#types_of_facial_trauma.owl-carousel .owl-nav button.owl-prev, #types_of_facial_trauma.owl-carousel .owl-nav button.owl-next {
    padding: 0px 12px 10px 12px !important;
    background: #f2f2f2;
    display: inline-block;
    margin: 10px;
    border-radius: 50%;
    font-size: 35px;
    line-height: 25px;
    font-weight: 300;
    color: #000;
    box-shadow: 0 0 4px rgba(0,0,0,.15);
}
#we-treat.owl-carousel .owl-nav button.owl-prev:hover, #we-treat.owl-carousel .owl-nav button.owl-next:hover,
#pediatric-role.owl-carousel .owl-nav button.owl-prev:hover, #pediatric-role.owl-carousel .owl-nav button.owl-next:hover,
#types_of_facial_trauma.owl-carousel .owl-nav button.owl-prev:hover, #types_of_facial_trauma.owl-carousel .owl-nav button.owl-next:hover {
    background: #954e53;
    color: #fff;
}
#we-treat.owl-theme .owl-nav, #pediatric-role.owl-theme .owl-nav, #types_of_facial_trauma.owl-theme .owl-nav {
    margin-top: 20px;
}
@media screen and (min-width: 1400px) {
    .we-treat-item{
        height: 199px;
    }
    .role-item{
        height: 281px;
    }
    .facial_trauma_item{
        height: 257px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .we-treat-item{
        height: 223px;
    }
    .role-item{
        height: 334px;
    }
    .facial_trauma_item{
        height: 281px;
    }
}
/* @media screen and (min-width: 992px) and (max-width: 1199px) {
    .role-item{
        height: 281px;
    }
} */
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .we-treat-item{
        height: 247px;
    }
    .role-item{
        height: 281px;
    }
    .facial_trauma_item{
        height: 255px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    .we-treat-item{
        height: 222px;
    }
    .role-item{
        height: 355px;
    }
    .facial_trauma_item{
        height: 290px;
    }
}
@media screen and (max-width: 575px) {
    .we-treat-item{
        height: 196px;
    }
}
.hero_orthognathic_section{
    min-height: 700px;
    background: 
    url(../images/dentalChairWhiteGradient.jpg);   
    background-repeat: no-repeat;
    background-size: cover;
}