.smt-page-header {
    background-image: url(../img/page_header_bg.jpg);
}

.smt-benefit-square__icon img {
    vertical-align: top;
}

.smt-doctor__image-content {
    white-space: nowrap;
}

.smt-logo__content img {
    max-width: 100%;
}

.smt-required-star {
    color: #d75855;
}

.smt-widget__header_normal a, .smt-widget__header_normal a:hover {
    color: #424242;
    text-decoration: none;
}

.smt-photo-item__image-content {
    text-align: center;
}

.smt-doctor-list_full {
    margin-top: -21px;
}

@media (max-width: 991px) {
    .smt-menu {
        float: left;
    }

    .smt-menu .smt-menu__list > .smt-menu__item {
        margin-left: 0;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .smt-menu {
        float: none;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .smt-doctor-list_slider {
        margin-top: 21px;
    }
}

.smt-copyright {
    position: relative;
}

#bx-composite-banner {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

.smt-panel-group_services .panel-heading {
    padding-right: 0;
}

.smt-panel-group_services .panel-title > a {
    position: relative;
    z-index: 1;
}

.smt-tab-content_vertical {
    min-height: 342px;
}

.smt-news__detail-img {
    margin-bottom: 11px;
}

@media (min-width: 992px) {
    .smt-footer {
        height: auto;
        min-height: 315px;
    }
}

.smt-doctor-detail__image {
    margin-left: 50%;
    left: 0;
}

.smt-form-error-message {
    font-size: 11px;
    color: #a94442;
}

@media (min-width: 1200px) {
    .smt-auto-clear .col-lg-1:nth-child(12n+1), .smt-auto-clear .col-lg-2:nth-child(6n+1), .smt-auto-clear .col-lg-3:nth-child(4n+1), .smt-auto-clear .col-lg-4:nth-child(3n+1), .smt-auto-clear .col-lg-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .smt-auto-clear .col-md-1:nth-child(12n+1), .smt-auto-clear .col-md-2:nth-child(6n+1), .smt-auto-clear .col-md-3:nth-child(4n+1), .smt-auto-clear .col-md-4:nth-child(3n+1), .smt-auto-clear .col-md-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .smt-auto-clear .col-sm-1:nth-child(12n+1), .smt-auto-clear .col-sm-2:nth-child(6n+1), .smt-auto-clear .col-sm-3:nth-child(4n+1), .smt-auto-clear .col-sm-4:nth-child(3n+1), .smt-auto-clear .col-sm-6:nth-child(odd) {
        clear: left;
    }
}

@media (max-width: 767px) {
    .smt-auto-clear .col-xs-1:nth-child(12n+1), .smt-auto-clear .col-xs-2:nth-child(6n+1), .smt-auto-clear .col-xs-3:nth-child(4n+1), .smt-auto-clear .col-xs-4:nth-child(3n+1), .smt-auto-clear .col-xs-6:nth-child(odd) {
        clear: left;
    }
}

@media (max-width: 991px) {
    .smt-list_no-margin-xs {
        margin-bottom: 0;
    }
    .smt-doctor-list_slider {
        margin-top: 42px;
    }
}

.smt-fixed-top-js.affix {
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .smt-fixed-top-js.affix {
        position: static;
    }
}