﻿@charset "utf-8";
/* CSS Document */

/*----*****---- << Doctors >> ----*****----*/

.dt-sc-doctors-sorting {
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}

    .dt-sc-doctors-sorting a {
        width: 35px;
        height: 35px;
        border: 1px solid;
        display: inline-block;
        padding: 0px;
        line-height: 33px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .dt-sc-doctors-sorting a.active-sort, .dt-sc-doctors-sorting a:hover {
            position: relative;
            z-index: 1;
            color: #fff;
            z-index: 9;
        }

.dt-sc-doctors-filter .selection-box:before {
    border-top-width: 7px;
    border-top-style: solid;
}

.dt-sc-team-carousel .dt-sc-team-details {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 693.35px;
    padding: 30px 50px;
}

    .dt-sc-team-carousel .dt-sc-team-details a.dt-sc-button {
        float: none;
        display: table !important;
        width: auto;
        margin: 0px auto;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, .dt-sc-team-carousel .dt-sc-team-details a.dt-sc-button {
        display: inline !important;
    }

    ::i-block-chrome, .dt-sc-team-carousel .dt-sc-team-details {
        padding: 30% 30px;
    }

    ::i-block-chrome, .dt-sc-team-carousel .dt-sc-team-details {
        display: block;
    }
}

@media screen and (min-width:0\0) {
    .dt-sc-team-carousel .dt-sc-team-details a.dt-sc-button {
        display: inline !important;
    }

    .dt-sc-team-carousel .dt-sc-team-details {
        padding: 30% 30px;
        position: relative;
    }
}

.dt-sc-team-carousel-wrapper {
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    position: relative;
}

    .dt-sc-team-carousel-wrapper ul li {
        display: inline-block;
        float: none;
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
    }

    .dt-sc-team-carousel-wrapper .dt-sc-team-details {
        text-align: center;
        color: #fff;
    }

        .dt-sc-team-carousel-wrapper .dt-sc-team-details h4 {
            font-size: 50px;
            font-weight: lighter;
            line-height: normal;
            margin-bottom: 0;
            text-transform: capitalize;
            color: #fff;
        }

        .dt-sc-team-carousel-wrapper .dt-sc-team-details h5 {
            font-size: 16px;
            font-weight: lighter;
            line-height: normal;
            color: #fff;
            letter-spacing: 1px;
        }

        .dt-sc-team-carousel-wrapper .dt-sc-team-details p {
            float: left;
            margin: 0;
            padding: 56px 0 40px;
            position: relative;
        }

            .dt-sc-team-carousel-wrapper .dt-sc-team-details p:after {
                content: '"';
                display: block;
                font-size: 50px;
                left: 0;
                margin: 0 auto;
                position: absolute;
                right: 0;
                top: 10px;
            }

        .dt-sc-team-carousel-wrapper .dt-sc-team-details ul.dt-sc-team-social {
            margin-bottom: 30px;
        }

        .dt-sc-team-carousel-wrapper .dt-sc-team-details .dt-sc-team-social li a {
            color: #fff;
        }

    .dt-sc-team-carousel-wrapper .dt-sc-one-half:last-child {
        position: absolute;
        bottom: 0;
        top: auto;
        right: 0;
    }

    .dt-sc-team-carousel-wrapper .dt-sc-team-thumb img {
        width: 90%;
        float: right;
    }

.with-both-sidebar .dt-sc-team-carousel-wrapper {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.with-both-sidebar .dt-sc-team-carousel .dt-sc-team-details {
    padding: 30px 20px;
    min-height: 550px;
}

.with-both-sidebar .dt-sc-team-carousel-wrapper .dt-sc-team-details h4 {
    font-size: 26px;
}

.with-both-sidebar .dt-sc-team-carousel .dt-sc-team-details a.dt-sc-button {
    padding: 10px 15px;
    font-size: 12px;
}

.with-both-sidebar .dt-sc-team-carousel-wrapper .dt-sc-team-details p {
    padding: 40px 0 20px;
    font-size: 13px;
    line-height: 24px;
}

.dt-sc-team-navigation {
    width: 100%;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

    .dt-sc-team-navigation .dt-sc-team-pager-prev, .dt-sc-team-navigation .dt-sc-team-pager-next {
        position: relative;
        text-indent: -9000px;
        font-size: 0;
        cursor: pointer;
    }

    .dt-sc-team-navigation .dt-sc-team-pager-prev {
        float: left;
    }

    .dt-sc-team-navigation .dt-sc-team-pager-next {
        float: right;
    }

        .dt-sc-team-navigation .dt-sc-team-pager-prev:before, .dt-sc-team-navigation .dt-sc-team-pager-next:before {
            position: absolute;
            text-indent: 0;
            display: block;
            content: "";
            width: 30px;
            height: 30px;
            line-height: 28px;
            border: 1px solid;
            transform: rotate(54deg) skew(18deg);
            -moz-transform: rotate(54deg) skew(18deg);
            -ms-transform: rotate(54deg) skew(18deg);
            -webkit-transform: rotate(54deg) skew(18deg);
        }

    .dt-sc-team-navigation .dt-sc-team-pager-prev:before {
        left: -65px;
        opacity: 0;
        visibility: hidden;
        border-top: 0;
        border-right: 0;
    }

    .dt-sc-team-navigation .dt-sc-team-pager-next:before {
        right: -65px;
        opacity: 0;
        visibility: hidden;
        border-bottom: 0;
        border-left: 0;
    }

    .dt-sc-team-navigation .dt-sc-team-pager-prev:before, .dt-sc-team-navigation .dt-sc-team-pager-next:before {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-prev:before {
    opacity: 1;
    visibility: visible;
    left: -85px;
}

.doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-next:before {
    opacity: 1;
    visibility: visible;
    right: -85px;
}

.page-with-sidebar .doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-prev:before {
    left: -35px;
}

.page-with-sidebar .doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-next:before {
    right: -35px;
}

.with-both-sidebar .doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-prev:before {
    left: -45px;
}

.with-both-sidebar .doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-next:before {
    right: -45px;
}

.page-with-sidebar .dt-sc-one-third .dt-sc-team.style2 .dt-sc-team-details h4 span {
    width: 100%;
    float: left;
}

.dt-sc-doctors-container {
    float: left;
    clear: both;
    margin: 50px 0px 0px;
    padding: 0px;
    width: 100%;
}

.dt-sc-doctors {
    border: 1px solid;
    float: left;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
}

    .dt-sc-doctors .dt-sc-doctors-thumb {
        float: left;
        width: 50%;
        margin: 0px;
        padding: 0px;
        position: relative;
    }

        .dt-sc-doctors .dt-sc-doctors-thumb a:first-child {
            line-height: 0px;
            display: block;
            position: relative;
        }

    .dt-sc-doctors .dt-sc-doctors-details {
        float: left;
        width: 50%;
        padding: 20px 15px;
        box-sizing: border-box;
    }

        .dt-sc-doctors .dt-sc-doctors-details h5 {
            font-size: 16px;
            text-transform: uppercase;
            margin-bottom: 5px;
            font-weight: 600;
        }

        .dt-sc-doctors .dt-sc-doctors-details h6 {
            font-size: 14px;
            text-transform: uppercase;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding: 0px 0px 15px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .dt-sc-doctors .dt-sc-doctors-details ul.dt-sc-doctors-meta {
            width: 100%;
            clear: both;
            margin: 17px 0px 23px;
            float: left;
        }

            .dt-sc-doctors .dt-sc-doctors-details ul.dt-sc-doctors-meta li {
                float: left;
                display: block;
                margin: 2px 0px;
                padding: 0px;
            }

                .dt-sc-doctors .dt-sc-doctors-details ul.dt-sc-doctors-meta li span {
                    margin-right: 5px;
                }

        .dt-sc-doctors .dt-sc-doctors-details ul.dt-sc-team-social {
            text-align: left;
        }

        .dt-sc-doctors .dt-sc-doctors-details ul.dt-sc-sociable li a {
            height: 30px;
            width: 30px;
            line-height: 30px;
            border-radius: 3px;
            color: #ffffff;
        }

        .dt-sc-doctors .dt-sc-doctors-details ul.dt-sc-sociable li:first-child {
            margin-left: 0px;
        }

    .dt-sc-doctors .dt-sc-doctors-thumb-overlay {
        opacity: 0;
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        text-indent: -9999px
    }

        .dt-sc-doctors .dt-sc-doctors-thumb-overlay:before, .dt-sc-doctors .dt-sc-doctors-thumb-overlay:after {
            content: "";
            position: absolute;
            left: 0px;
            top: 0px;
            right: 0px;
            bottom: 0px;
            margin: auto;
            width: 1px;
            background: #ffffff;
            z-index: 1;
            opacity: 1;
        }

        .dt-sc-doctors .dt-sc-doctors-thumb-overlay:after {
            height: 1px;
        }

        .dt-sc-doctors .dt-sc-doctors-thumb-overlay:before {
            top: 0px;
            height: 100%;
        }

        .dt-sc-doctors .dt-sc-doctors-thumb-overlay:after {
            bottom: 0px;
            width: 100%;
        }

    .dt-sc-doctors:hover .dt-sc-doctors-thumb-overlay {
        opacity: 1;
    }

        .dt-sc-doctors:hover .dt-sc-doctors-thumb-overlay:after {
            width: 125px;
        }

        .dt-sc-doctors:hover .dt-sc-doctors-thumb-overlay:before {
            height: 125px;
        }

    .dt-sc-doctors .dt-sc-doctors-details p, .dt-sc-doctors .dt-sc-doctors-details ul.dt-sc-doctors-meta li, .dt-sc-doctors:hover .dt-sc-doctors-details h5 a:hover, .dt-sc-doctors:hover .dt-sc-doctors-details ul.dt-sc-doctors-meta li a:hover, .dt-sc-doctors-single .dt-sc-doctors:hover .dt-sc-doctors-details h5 a, .dt-sc-doctors-single .dt-sc-doctors:hover .dt-sc-doctors-details h6, .dt-sc-doctors-single .dt-sc-doctors:hover .dt-sc-doctors-details, .dt-sc-doctors-single .dt-sc-doctors:hover .dt-sc-doctors-details ul.dt-sc-doctors-meta li, .dt-sc-doctors-single .dt-sc-doctors .dt-sc-doctors-details ul.dt-sc-team-social a:hover {
        color: #4d4d4d;
    }

/* Doctors Single */
.dt-sc-doctors-single-meta {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 0 35px;
    padding: 0px;
}

    .dt-sc-doctors-single-meta li ul {
        padding-left: 0;
    }

    .dt-sc-doctors-single-meta li {
        float: left;
        display: block;
        width: 100%;
        padding-bottom: 29px;
        box-sizing: border-box;
        border: none !important;
    }

        .dt-sc-doctors-single-meta li span {
            float: left;
            width: 100%;
            margin: 0px;
            line-height: normal;
            font-size: 24px;
            position: relative;
            padding-bottom: 10px;
            margin-bottom: 20px;
            border-bottom: 1px solid #f8f8f9;
        }

        .dt-sc-doctors-single-meta li p {
            float: left;
            width: 68%;
            margin: 0px;
            padding: 10px 0px 9px;
        }

.dt-sc-doctors-single .dt-sc-doctors, .dt-sc-doctors-single .dt-sc-doctors .dt-sc-doctors-details h6, .dt-sc-doctors-single .dt-sc-doctors .dt-sc-doctors-details .dt-sc-team-social.rounded-square li a {
    border: none;
}

    .dt-sc-doctors-single .dt-sc-doctors, .dt-sc-doctors-single .dt-sc-doctors .dt-sc-doctors-thumb, .dt-sc-doctors-single .dt-sc-doctors .dt-sc-doctors-details {
        width: 100%;
    }

        .dt-sc-doctors-single .dt-sc-doctors .dt-sc-doctors-details ul.dt-sc-doctors-meta {
            margin: 0;
        }

        .dt-sc-doctors-single .dt-sc-doctors .dt-sc-doctors-details h5 {
            font-size: 18px;
            line-height: 28px;
            text-transform: capitalize;
        }

        .dt-sc-doctors-single .dt-sc-doctors .dt-sc-doctors-details h6 {
            font-size: 16px;
            line-height: 30px;
            text-transform: capitalize;
        }

        .dt-sc-doctors-single .dt-sc-doctors .dt-sc-doctors-details ul.dt-sc-doctors-meta li:first-child {
            margin-top: 10px;
        }

        .dt-sc-doctors-single .dt-sc-doctors .dt-sc-doctors-details ul.dt-sc-doctors-meta li:last-child {
            margin-bottom: 10px;
        }

        .dt-sc-doctors-single .dt-sc-doctors:before {
            content: none;
        }

        .dt-sc-doctors-single .dt-sc-doctors .dt-sc-doctors-details {
            padding: 20px 0;
        }

            .dt-sc-doctors-single .dt-sc-doctors .dt-sc-doctors-details h6 {
                padding-bottom: 5px;
                margin-bottom: 0;
                font-weight: normal;
            }

            .dt-sc-doctors-single .dt-sc-doctors .dt-sc-doctors-details ul.dt-sc-team-social {
                margin-top: 10px;
            }

                .dt-sc-doctors-single .dt-sc-doctors .dt-sc-doctors-details ul.dt-sc-team-social a {
                    background: none;
                    border: none;
                    width: auto;
                    height: auto;
                    text-align: center;
                    font-size: 16px;
                    line-height: normal;
                    color: #fff;
                }

        .dt-sc-doctors-single .dt-sc-doctors.style1 .dt-sc-doctors-thumb-wrapper, .dt-sc-doctors-single .dt-sc-doctors.style1 .dt-sc-doctors-details {
            width: 100%;
            float: left;
        }

        .dt-sc-doctors-single .dt-sc-doctors.style1 .dt-sc-doctors-details {
            padding: 20px 0 0 0;
        }

        .dt-sc-doctors-single .dt-sc-doctors.style1 .dt-sc-doctors-single-meta, .dt-sc-doctors-single .dt-sc-team.style2 .dt-sc-team-details .view-details {
            display: none;
        }

            .dt-sc-doctors-single .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li {
                width: 100%;
                float: left;
                border-bottom: 1px solid;
            }

                .dt-sc-doctors-single .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span,
                .dt-sc-doctors-single .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value {
                    width: 100%;
                    float: left;
                    padding-left: 0;
                }

.dt-sc-doctors.style1 {
    border: none;
    padding: 40px;
    background: #f8f8f9;
}

    .dt-sc-doctors.style1 .dt-sc-doctors-thumb-wrapper {
        width: 31.7%;
        float: left;
        position: relative;
        overflow: hidden;
    }

        .dt-sc-doctors.style1 .dt-sc-doctors-thumb-wrapper .dt-sc-doctors-thumb {
            width: 100%;
            float: left;
        }

        .dt-sc-doctors.style1 .dt-sc-doctors-thumb-wrapper .dt-sc-button {
            margin: 0px;
            width: 100%;
            text-align: center;
            font-weight: normal;
            border: none;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 1px;
            position: absolute;
            bottom: -50px;
            left: 0;
            opacity: 0;
            visibility: hidden;
        }

    .dt-sc-doctors.style1:hover .dt-sc-doctors-thumb-wrapper .dt-sc-button {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }

.dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-thumb-wrapper .dt-sc-button {
    padding: 10px;
}

.dt-sc-doctors.style1 .dt-sc-doctors-details {
    width: 68.3%;
    padding: 0px 5px 0px 30px;
}

    .dt-sc-doctors.style1 .dt-sc-doctors-details h5 {
        font-size: 28px;
        text-transform: none;
        margin-bottom: 10px;
        font-weight: normal;
    }

.dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-details h5 {
    font-size: 20px;
}

.dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-details ul.dt-sc-sociable li {
    margin: 0px 2px 5px;
}

    .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-details ul.dt-sc-sociable li:first-child {
        margin-left: 0px;
    }

.dt-sc-doctors.style1 .dt-sc-doctors-details h5 span {
    font-size: 16px;
    font-weight: 300;
    margin-left: 8px;
}

.dt-sc-doctors.style1 .dt-sc-doctors-details h6 {
    font-size: 16px;
    text-transform: none;
    padding-bottom: 15px;
    font-weight: normal;
    line-height: 24px;
}

.dt-sc-doctors.style1 .dt-sc-doctors-details ul.dt-sc-sociable li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 12px;
}

.dt-sc-doctors.style1 .dt-sc-doctors-single-meta {
    margin: 25px 0px 0px;
}

    .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li:nth-child(2n+1) {
        background: none;
    }

    .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span {
        border-right: none;
        width: 25%;
        font-size: 18px;
        font-weight: 300;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        padding: 0;
        line-height: 50px;
    }

    .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li {
        font-weight: 300;
        margin: 0px 0px 15px; /*padding: 0 0 15px;*/
    }

        .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value {
            width: 72%;
            float: left;
            padding: 0px 0px 0px 35px;
            margin: 0px;
            line-height: normal;
        }

        .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li ul.child-bullet-list {
            padding-left: 0px;
            float: left;
            margin: 0px;
        }

.page-with-sidebar .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span {
    font-size: 13px;
}

.page-with-sidebar .dt-sc-doctors.style1 .dt-sc-doctors-details h5 span {
    font-size: 14px;
    font-weight: 300;
    margin-left: 0;
    width: 100%;
    float: left;
}

.page-with-sidebar .dt-sc-doctors.style1 .dt-sc-doctors-details h6 {
    font-size: 14px;
}

.page-with-sidebar .dt-sc-doctors.style1 .dt-sc-doctors-details h5 {
    font-size: 22px;
}

.page-with-sidebar .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-details ul.dt-sc-sociable li {
    margin-right: 5px;
}

    .page-with-sidebar .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-details ul.dt-sc-sociable li:last-child {
        margin-right: 0;
    }

    .page-with-sidebar .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-details ul.dt-sc-sociable li a {
        height: 25px;
        width: 25px;
        line-height: 25px;
        font-size: 10px;
    }

.page-with-sidebar .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span {
    width: 27%;
    font-size: 12px;
    line-height: 35px;
}

.with-both-sidebar .dt-sc-doctors.style1 .dt-sc-doctors-thumb-wrapper,
.with-both-sidebar .dt-sc-doctors.style1 .dt-sc-doctors-details {
    width: 100%;
}

.with-both-sidebar .dt-sc-doctors.style1 .dt-sc-doctors-details {
    padding: 30px 0px 0px;
}

.with-both-sidebar .dt-sc-one-half .dt-sc-doctors.style1 {
    padding: 20px;
}

    .with-both-sidebar .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-details {
        padding: 20px 0px 40px
    }

    .with-both-sidebar .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span,
    .with-both-sidebar .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value {
        width: 100%;
    }

    .with-both-sidebar .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value {
        padding: 15px 0px 0px 0px;
    }

.with-both-sidebar .dt-sc-one-third .dt-sc-doctors.style1 {
    padding: 15px;
}

    .with-both-sidebar .dt-sc-one-third .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value,
    .with-both-sidebar .dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value,
    .with-both-sidebar .dt-sc-one-fifth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value,
    .with-both-sidebar .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value {
        font-size: 13px;
    }

.with-both-sidebar .dt-sc-one-third .dt-sc-doctors-single-meta li ul.child-bullet-list li:before {
    top: 8px;
}

.with-both-sidebar .dt-sc-one-fourth .dt-sc-doctors-single-meta li ul.child-bullet-list li:before {
    top: 7px;
}

.with-both-sidebar .fullwidth-both-sidebar .dt-sc-one-half.column.first,
.with-both-sidebar .fullwidth-both-sidebar .dt-sc-one-third.column.first,
.with-both-sidebar .fullwidth-both-sidebar .dt-sc-one-fourth.column.first
.with-both-sidebar .fullwidth-both-sidebar .dt-sc-one-fifth.column.first,
.with-both-sidebar .fullwidth-both-sidebar .dt-sc-one-sixth.column.first {
    margin-left: 0px;
}

.with-both-sidebar .fullwidth-both-sidebar .dt-sc-one-half.column,
.with-both-sidebar .fullwidth-both-sidebar .dt-sc-one-third.column,
.with-both-sidebar .fullwidth-both-sidebar .dt-sc-one-fourth.column,
.with-both-sidebar .fullwidth-both-sidebar .dt-sc-one-fifth.column,
.with-both-sidebar .fullwidth-both-sidebar .dt-sc-one-sixth.column {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 30px;
}

.with-both-sidebar .fullwidth-both-sidebar .dt-sc-doctors.style1,
.with-both-sidebar .fullwidth-both-sidebar .dt-sc-one-half .dt-sc-doctors.style1,
.with-both-sidebar .fullwidth-both-sidebar .dt-sc-one-third .dt-sc-doctors.style1,
.with-both-sidebar .fullwidth-both-sidebar .dt-sc-one-fourth .dt-sc-doctors.style1,
.with-both-sidebar .fullwidth-both-sidebar .dt-sc-one-fifth .dt-sc-doctors.style1,
.with-both-sidebar .fullwidth-both-sidebar .dt-sc-one-sixth .dt-sc-doctors.style1 {
    padding: 30px;
}

.with-both-sidebar .dt-sc-one-fourth .dt-sc-doctors.style1 {
    padding: 10px;
}

    .with-both-sidebar .dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-thumb-wrapper .dt-sc-button {
        font-size: 11px;
        padding: 10px 10px;
    }

    .with-both-sidebar .dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-details ul.dt-sc-sociable li {
        margin: 0 3px 5px 0;
    }

.with-both-sidebar .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span {
    font-size: 11px;
    line-height: 30px;
}

.with-both-sidebar .dt-sc-doctors.style1 .dt-sc-doctors-details h5 {
    font-size: 20px;
}

.with-both-sidebar .dt-sc-doctors.style1 .dt-sc-doctors-thumb-wrapper .dt-sc-button {
    font-size: 12px;
}

.with-both-sidebar .dt-sc-doctors.style1 .dt-sc-doctors-details h5 span,
.with-both-sidebar .dt-sc-doctors.style1 .dt-sc-doctors-details h6 {
    font-size: 12px;
}

.with-both-sidebar .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span {
    line-height: 40px;
}

.dt-sc-doctors-single-meta li ul.child-bullet-list li {
    display: inline-block;
    background: none;
    font-weight: 300;
    position: relative;
    margin: -1px 0px 5px;
    padding: 0px 0px 0 20px;
}

    .dt-sc-doctors-single-meta li ul.child-bullet-list li:before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        position: absolute;
        top: 10px;
        left: 0;
        margin: auto 0;
        border-radius: 50%;
    }

.dt-sc-doctors-single .dt-sc-doctors-single-meta li ul.child-bullet-list li {
    display: inline-block;
    background: none;
    font-weight: 300;
    position: relative;
    margin: -1px 0px 5px;
    padding: 0px 0px 0 20px;
}

    .dt-sc-doctors-single .dt-sc-doctors-single-meta li ul.child-bullet-list li:before {
        top: 13px;
    }

.dt-sc-doctors-single.dt_doctors ul.dt-sc-fancy-list li {
    font-size: 16px;
    font-weight: 300;
}

.dt-sc-one-half .dt-sc-doctors .dt-sc-doctors-details ul.dt-sc-sociable li {
    margin: 0 3px 5px;
}

    .dt-sc-one-half .dt-sc-doctors .dt-sc-doctors-details ul.dt-sc-sociable li:first-child {
        margin-left: 0px;
    }

.dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-thumb-wrapper, .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-details {
    width: 100%;
}

.dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-details {
    padding: 20px 0 0;
}

.dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta {
    margin: 20px 0px 0px;
}

    .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li {
        margin: 0px 0px 10px;
    }

        .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li:last-child {
            margin-bottom: 0;
        }

        .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span {
            width: 24%;
            font-size: 16px;
            text-transform: none;
        }

        .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value {
            width: 73%;
            font-size: 15px;
            padding: 0px 0px 0px 15px;
            line-height: 25px;
        }

        .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li ul.child-bullet-list li:before {
            top: 11px;
            bottom: auto;
        }

        .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value ul.child-bullet-list li {
            font-size: 15px;
            line-height: 25px;
        }

        .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li ul.child-bullet-list li:last-child {
            margin-bottom: 0px;
        }

.dt-sc-one-fourth .dt-sc-doctors.style1 {
    padding: 25px;
}

    .dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-details h5 {
        font-size: 22px;
        margin-bottom: 40px;
    }

.dt-sc-one-fifth .dt-sc-doctors.style1 {
    padding: 15px;
}

    .dt-sc-one-fifth .dt-sc-doctors.style1 .dt-sc-doctors-details h5 {
        font-size: 22px;
        margin-bottom: 30px;
    }

.dt-sc-one-sixth .dt-sc-doctors.style1 {
    padding: 1px;
}

    .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-details h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-details h6 {
        font-size: 14px;
    }

    .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-thumb-wrapper {
        width: 100%;
        margin-bottom: 0;
    }

    .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-details {
        padding: 15px;
        width: 100%;
    }

    .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta {
        margin: 10px 0px 0px;
    }

        .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span {
            font-size: 14px;
            line-height: 30px;
        }

    .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-details h5 span {
        font-size: 15px;
        margin-left: 0;
        width: 100%;
        float: left;
        margin-top: 0;
    }

    .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value {
        font-size: 14px;
    }

    .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li ul.child-bullet-list li:before {
        top: 7px;
    }

.dt-sc-one-third .dt-sc-doctors.style1 .dt-sc-doctors-thumb-wrapper, .dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-thumb-wrapper, .dt-sc-one-fifth .dt-sc-doctors.style1 .dt-sc-doctors-thumb-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.dt-sc-one-third .dt-sc-doctors.style1 .dt-sc-doctors-details, .dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-details, .dt-sc-one-fifth .dt-sc-doctors.style1 .dt-sc-doctors-details {
    width: 100%;
    padding: 0px;
}

.dt-sc-one-third .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span, .dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span, .dt-sc-one-fifth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span, .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span {
    margin: 0px;
    width: 100%;
}

.dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-details h5 span, .dt-sc-one-fifth .dt-sc-doctors.style1 .dt-sc-doctors-details h5 span {
    margin-left: 0;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.dt-sc-one-third .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value, .dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value, .dt-sc-one-fifth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value, .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: none;
    width: 100%;
    padding: 0px 0px 20px 0px;
    margin: 20px 0 0;
}

.dt-sc-one-third .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li:last-child, .dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li:last-child, .dt-sc-one-fifth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li:last-child, .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

    .dt-sc-one-third .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li:last-child .item-value, .dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li:last-child .item-value, .dt-sc-one-fifth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li:last-child .item-value, .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li:last-child .item-value {
        border-bottom: none;
    }

.dt-sc-one-fifth .dt-sc-doctors-single-meta, .dt-sc-one-sixth .dt-sc-doctors-single-meta {
    display: none;
}

.dt-sc-team.style2 {
    text-align: center;
    border: 1px solid #f8f8f9;
    padding: 20px;
    position: relative;
}

    .dt-sc-team.style2 img {
        float: none;
        display: inline-block;
    }

    .dt-sc-team.style2 .dt-sc-team-thumb {
        background: #fff;
    }

    .dt-sc-team.style2 .dt-sc-team-details {
        background: #f8f8f9;
        margin-top: -10px;
        position: static;
    }

        .dt-sc-team.style2 .dt-sc-team-details h4, .dt-sc-team.style2 .dt-sc-team-details h5 {
            font-weight: 500;
        }

            .dt-sc-team.style2 .dt-sc-team-details h4 a {
                margin-right: 10px;
            }

        .dt-sc-team.style2 .dt-sc-team-details h5 {
            font-size: 18px;
        }

        .dt-sc-team.style2 .dt-sc-team-details .dt-sc-sociable li {
            float: none;
            display: inline-block;
        }

            .dt-sc-team.style2 .dt-sc-team-details .dt-sc-sociable li a {
                height: 30px;
                width: 30px;
                line-height: 30px;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                font-size: 12px;
                color: #fff;
            }

        .dt-sc-team.style2 .dt-sc-team-details .view-details {
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 14px;
            font-weight: bold;
            float: none;
            display: inline-block;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 100px;
            top: 50%;
            transform: translateY(-50%) scale(0.8);
            -moz-transform: translateY(-50%) scale(0.8);
            -webkit-transform: translateY(-50%) scale(0.8);
            -ms-transform: translateY(-50%) scale(0.8);
            height: 100px;
            line-height: 24px;
            border-radius: 50%;
            padding: 25px 0 0;
            opacity: 0;
        }

    .dt-sc-team.style2:hover .dt-sc-team-details .view-details {
        transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        opacity: 1;
    }

.dt-sc-one-third .dt-sc-team.style2 .dt-sc-team-details h4 span {
    font-size: 18px;
}

.dt-sc-one-fourth .dt-sc-team.style2 .dt-sc-team-details h4 span {
    width: 100%;
    float: left;
    font-size: 16px;
}

.dt-sc-one-fourth .dt-sc-team.style2 .dt-sc-team-details h5 {
    font-size: 14px;
    line-height: 20px;
}

.dt-sc-one-fifth .dt-sc-team.style2 {
    padding: 10px;
}

    .dt-sc-one-fifth .dt-sc-team.style2 .dt-sc-team-details h4 {
        font-size: 22px;
    }

        .dt-sc-one-fifth .dt-sc-team.style2 .dt-sc-team-details h4 span {
            width: 100%;
            float: left;
            font-size: 18px;
        }

    .dt-sc-one-fifth .dt-sc-team.style2 .dt-sc-team-details h5 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px;
        width: 100%;
        float: left;
    }

.dt-sc-one-sixth .dt-sc-team.style2 {
    padding: 0px;
}

    .dt-sc-one-sixth .dt-sc-team.style2 .dt-sc-team-details h4 {
        font-size: 20px;
    }

        .dt-sc-one-sixth .dt-sc-team.style2 .dt-sc-team-details h4 span {
            width: 100%;
            float: left;
            font-size: 16px;
        }

    .dt-sc-one-sixth .dt-sc-team.style2 .dt-sc-team-details h5 {
        font-size: 12px;
        line-height: 20px;
        margin-top: 8px;
        width: 100%;
        float: left;
    }

    .dt-sc-one-fourth .dt-sc-team.style2 .dt-sc-team-details .view-details, .dt-sc-one-fifth .dt-sc-team.style2 .dt-sc-team-details .view-details, .dt-sc-one-sixth .dt-sc-team.style2 .dt-sc-team-details .view-details {
        display: none;
    }

/* Loading */
.dt-sc-loading {
    display: block;
    height: 100%;
    min-height: 355px;
    position: relative;
    width: 100%;
}

    .dt-sc-loading:before {
        bottom: 0;
        content: "";
        height: 125px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        border-width: 16px;
        border-style: solid;
        border-radius: 50%;
        border-top-width: 16px;
        border-top-style: solid;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dt-sc-fitness-procedure-sorting {
    float: none;
    display: inline-block;
    clear: both;
    padding: 0px;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

    .dt-sc-fitness-procedure-sorting a {
        display: inline-block;
        font-size: 16px;
        text-transform: uppercase;
        position: relative;
        padding: 10px 20px;
        color: #fff;
        margin: 0 10px;
        border-radius: 5px;
    }

        .dt-sc-fitness-procedure-sorting a:hover {
            color: #fff;
        }

        .dt-sc-fitness-procedure-sorting a img {
            float: left;
            margin-right: 20px;
        }

        .dt-sc-fitness-procedure-sorting a span {
            float: left;
        }

.dt-sc-fitness-procedure-container {
    float: left;
    margin: 0 0 40px;
    padding: 0px;
    width: 100%;
    clear: both;
    overflow: visible !important;
}

.column.dt-sc-one-third.dt-sc-fitness-procedure {
    width: 31.5%;
}

.column.dt-sc-fitness-procedure {
    margin-bottom: 30px;
    margin-left: 0px;
}

.dt-sc-procedure-item {
    text-align: center;
    width: 100%;
    float: left;
    display: inline-block;
    border: 1px solid #f8f8f9;
    background: #f8f8f9;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .dt-sc-procedure-item:hover, .dt-sc-procedure-item:hover h3 a {
        color: #fff;
    }

    .dt-sc-procedure-item .details {
        width: 100%;
        display: inline-block;
        padding: 35px 35px 0px;
        text-align: left;
    }

        .dt-sc-procedure-item .details h3 {
            font-size: 20px;
            font-weight: normal;
            position: relative;
        }

            .dt-sc-procedure-item .details h3:before {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                bottom: -7px;
                width: 30px;
                height: 2px;
                -webkit-transition: all 0.3s linear;
                -moz-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                -ms-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

    .dt-sc-procedure-item:hover .details h3:before {
        background: #fff;
        width: 75px;
    }

    .dt-sc-procedure-item .details .view {
        display: inline-block;
        width: calc(100% + 70px);
        width: -moz-calc(100% + 70px);
        width: -webkit-calc(100% + 70px);
        margin: 30px -35px 0px;
        clear: both;
        font-weight: normal;
        padding: 10px 35px;
        text-align: left;
        position: relative;
        color: #fff;
    }

        .dt-sc-procedure-item .details .view:before {
            font-family: "Material-Design-Iconic-Font";
            content: '\f2ee';
            top: auto;
            bottom: auto;
            position: absolute;
            margin: auto auto auto -15px;
            display: inline-block;
            line-height: 30px;
            left: auto;
            right: 20px;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            `transition: all 0.3s linear;
        }

        .dt-sc-procedure-item .details .view:after {
            font-family: "Material-Design-Iconic-Font";
            content: '\f2f5';
            top: auto;
            bottom: auto;
            position: absolute;
            margin: auto auto auto -15px;
            display: inline-block;
            line-height: 30px;
            left: auto;
            right: 40px;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            transition: all 0.3s linear;
            opacity: 0;
        }

    .dt-sc-procedure-item:hover .details .view {
        color: #FFF;
    }

        .dt-sc-procedure-item:hover .details .view:after {
            right: 20px;
            opacity: 1;
        }

        .dt-sc-procedure-item:hover .details .view:before {
            right: -20px;
            opacity: 0;
        }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    ::i-block-chrome, .dt-sc-procedure-item .details .view {
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        display: block;
    }
}

@-moz-document url-prefix() {
    .dt-sc-procedure-item .details .view:after {
        top: 11px;
    }
}

ul.dt-sc-vertical-nav {
    padding: 0px;
    float: left;
    padding: 0;
    border: 1px solid;
    border-top: none;
    width: 350px !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.single.single-dt_procedure .dt_procedure.type-dt_procedure:hover > .vc_row.wpb_row.vc_row-fluid ul.dt-sc-vertical-nav {
    opacity: 1;
    visibility: visible;
}

.is-sticky ul.dt-sc-vertical-nav {
    margin: 10px 0 0 0;
}

ul.dt-sc-vertical-nav > li {
    float: left;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

    ul.dt-sc-vertical-nav > li > a {
        border-bottom: 1px solid;
        float: left;
        margin: 0px;
        padding: 15px 20px;
        font-size: 18px;
        line-height: normal;
        text-transform: inherit;
        width: 100%;
        box-sizing: border-box;
    }

    ul.dt-sc-vertical-nav > li:first-child > a {
        border-top: 1px solid;
    }

    ul.dt-sc-vertical-nav > li.active > a, ul.dt-sc-vertical-nav > li.active > a:hover {
        position: relative;
        z-index: 1;
        color: #fff;
    }

        ul.dt-sc-vertical-nav > li.active > a:before {
            position: absolute;
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-left: 10px solid #fff;
            border-bottom: 10px solid transparent;
            left: -1px;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
        }

    ul.dt-sc-vertical-nav > li:last-child > a {
        border-bottom: none;
    }

.page-template-tpl-reservation #primary.content-full-width {
    margin-bottom: 70px;
}

.page-template-tpl-reservation a.dt-sc-button {
    float: right;
}

    .page-template-tpl-reservation a.dt-sc-button.show-time {
        margin-top: 50px;
    }

    .page-template-tpl-reservation a.dt-sc-button.schedule-it {
        margin-top: 0;
    }

.page-template-tpl-reservation .available-times {
    width: 100%;
    float: left;
    margin-top: 50px;
}

    .page-template-tpl-reservation .available-times:empty {
        margin: 0;
    }

.page-template-tpl-reservation h5.hr-title {
    font-size: 30px;
}

ul.time-table > li {
    position: relative;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    ul.time-table > li:hover {
        color: #fff;
    }

    ul.time-table > li:before {
        position: absolute;
        bottom: auto;
        top: 0;
        right: 0;
        left: 0;
        margin: 0px auto;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 10px solid #fff;
    }

    ul.time-table > li ul, ul.time-table > li > span {
        position: relative;
        z-index: 1;
    }

    ul.time-table > li.selected:hover:before {
        height: 0;
    }

    ul.time-table > li:hover > span, ul.time-table > li.selected > span {
        color: #fff;
    }

ul.time-table {
    display: block;
    float: left;
    list-style-type: none;
    width: 100%;
}

    ul.time-table > li {
        box-sizing: border-box;
        display: block;
        float: left;
        margin-bottom: 20px;
        margin-right: 2%;
        padding: 15px 20px 0;
        text-align: center;
        width: 15%;
    }

        ul.time-table > li:nth-child(6n) {
            margin-right: 0;
        }

        ul.time-table > li span {
            display: block;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

        ul.time-table > li:hover, ul.time-table > li.selected {
            color: #fff;
        }

        ul.time-table > li > p {
            font-size: 16px;
            margin: 0;
        }

            ul.time-table > li > p > span {
                display: block;
                font-size: 13px;
            }

ul.time-slots {
    display: inline-block;
    margin: 15px 0 10px;
    padding: 5px 0 0;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    ul.time-slots > li {
        border: medium none;
        clear: both;
        display: block;
        float: left;
        margin: 0 auto 5px;
        padding: 0;
        width: 110px;
    }

        ul.time-slots > li a {
            background: #fff;
            color: #4d4d4d;
            display: inline-block;
            min-width: 56px;
            padding: 5px 18px;
            width: 100%;
        }

            ul.time-slots > li a.selected, ul.time-slots > li a.selected:hover {
                color: #fff;
            }

            ul.time-slots > li a:hover {
                color: #fff;
            }

.dt-sc-notification-box.steps.step3 .border-title {
    width: 100%;
    float: left;
}

.dt-sc-notification-box.steps.step3 .dt-sc-notification-details ul li {
    list-style: none;
}

    .dt-sc-notification-box.steps.step3 .dt-sc-notification-details ul li span {
        font-weight: bold;
        float: left;
        width: 100%;
        position: static;
        font-size: 16px;
        color: #666666;
        text-align: left;
    }

.dt-sc-notification-box.steps.step3 .dt-sc-notification-details .dt-sc-schedule-details {
    width: 100%;
    float: left;
}

.dt-sc-notification-box.steps.step3 .dt-sc-about-project-form input.schedule-it {
    margin: 30px 0;
}

.dt-sc-available-times ul.time-slots {
    position: relative;
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 20px 20px 20px 25px;
    text-align: center;
    width: 100%;
}

    .dt-sc-available-times ul.time-slots:before {
        position: absolute;
        bottom: auto;
        top: 50%;
        left: 0;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 10px solid #fff;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .dt-sc-available-times ul.time-slots > li {
        float: left;
        clear: none;
        margin-right: 10px;
        margin-bottom: 0;
    }

        .dt-sc-available-times ul.time-slots > li:last-child {
            margin-bottom: 0;
        }

.available-times .dt-sc-title.with-right-border-decor h3 {
    margin-bottom: 50px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br, .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl, .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-radius: 0 !important;
}

.ui-widget-content {
    margin: 3px 0;
}

#personalinfo.personal-info {
    width: 100%;
    float: left;
}

    #personalinfo.personal-info p, .personal-info textarea {
        margin-bottom: 30px;
    }

.dt-sc-reservation-form.dt-appointment-form {
    margin-bottom: 60px;
}

    .dt-sc-reservation-form.dt-appointment-form p {
        margin-bottom: 35px;
    }

    .dt-sc-reservation-form.dt-appointment-form label {
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 0 10px;
    }

    .dt-sc-reservation-form.dt-appointment-form input, .dt-sc-reservation-form.dt-appointment-form select, .dt-sc-reservation-form.dt-appointment-form textarea {
        padding-left: 10px;
        padding-right: 10px;
    }

    .dt-sc-reservation-form.dt-appointment-form .selection-box.form-calender-icon {
        margin-top: -35px;
    }

    .dt-sc-reservation-form.dt-appointment-form .dt-sc-button.show-time-shortcode {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.page-template-tpl-reservation-type2 #primary {
    padding-bottom: 80px;
}

.dt-sc-appointment-scheduler-form label span {
    margin-right: 10px;
    color: #333;
}

.dt-sc-appointment-scheduler-form .generate-schedule {
    float: none;
}

.dt-sc-appointment-scheduler-form .dt-sc-button.bordered {
    margin: 40px 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-sc-schedule-box h2 {
    font-size: 30px;
    float: left;
    width: 100%;
}

.dt-sc-schedule-progress {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    width: 33.333%;
    padding: 27px 10px 14px 10px;
    margin-right: 0px;
    border-top: 3px solid #f6f9f9;
    text-align: center;
}

    .dt-sc-schedule-progress.step3 {
        margin-right: 0px;
    }

    .dt-sc-schedule-progress .dt-sc-progress-step {
        float: left;
        margin: 0 0px 30px 0px;
        width: 100%;
        text-align: center;
    }

        .dt-sc-schedule-progress .dt-sc-progress-step span {
            font-size: 36px;
            width: 100px;
            height: 100px;
            line-height: 100px;
            background: #2B2B2B;
            color: #fff;
            float: none;
            display: inline-block;
            border-radius: 50%;
        }

    .dt-sc-schedule-progress h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .dt-sc-schedule-progress p {
        font-size: 14px;
        line-height: 24px;
    }

    .dt-sc-schedule-progress:nth-child(2n):before {
        color: #e0e0e0;
    }

    .dt-sc-schedule-progress:nth-child(2n):after {
        border-left-color: #e0e0e0;
    }

    .dt-sc-schedule-progress:last-child:before {
        display: none;
    }

    .dt-sc-schedule-progress.dt-sc-current-step:after {
        border-left-color: #d6f0ff;
    }

    .dt-sc-schedule-progress.dt-sc-completed-step:after {
        border-left-color: #e5ffcc;
    }

    .dt-sc-schedule-progress.step4.dt-sc-current-step:after, .dt-sc-schedule-progress.step2.dt-sc-completed-step:after {
        border-left-color: #c1f29e;
    }

.dt-sc-contactdetails-box.steps .border-title h2 {
    width: 100%;
    float: left;
}

.dt-sc-appointment-contactdetails-form {
    width: 100%;
    float: left;
}

.dt-sc-contactdetails-box.steps input[type="text"],
.dt-sc-contactdetails-box.steps input[type="password"],
.dt-sc-contactdetails-box.steps input[type="email"],
.dt-sc-contactdetails-box.steps input[type="url"],
.dt-sc-contactdetails-box.steps input[type="tel"],
.dt-sc-contactdetails-box.steps input[type="number"],
.dt-sc-contactdetails-box.steps input[type="range"],
.dt-sc-contactdetails-box.steps input[type="date"],
.dt-sc-contactdetails-box.steps textarea,
.dt-sc-contactdetails-box.steps input.text,
.dt-sc-contactdetails-box.steps input[type="search"] {
    margin-bottom: 20px;
}


@media only screen and (min-width:1281px) and (max-width:1400px) {

    .doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-prev:before {
        left: -30px;
    }

    .doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-next:before {
        right: -30px;
    }
}

@media only screen and (min-width:992px) and (max-width:1280px) {

    .page-with-sidebar .dt-sc-team-carousel-wrapper .dt-sc-team-details h4 {
        font-size: 36px;
    }

    .page-with-sidebar .dt-sc-team-carousel .dt-sc-team-details {
        padding: 30px;
    }

    .page-with-sidebar .dt-sc-doctors.style1 {
        padding: 20px;
    }

        .page-with-sidebar .dt-sc-doctors.style1 .dt-sc-doctors-thumb-wrapper .dt-sc-button {
            font-size: 12px;
        }

    .page-with-sidebar .dt-sc-one-fifth .dt-sc-doctors.style1 {
        padding: 10px;
    }

    .page-with-sidebar .dt-sc-one-sixth .dt-sc-doctors.style1 {
        padding: 1px;
    }

        .page-with-sidebar .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-details ul.dt-sc-sociable li {
            margin-right: 2px;
        }

            .page-with-sidebar .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-details ul.dt-sc-sociable li:last-child {
                margin-right: 0;
            }

    .page-with-sidebar .dt-sc-one-half .dt-sc-team.style2 .dt-sc-team-details h4 span {
        width: 100%;
        float: left;
        font-size: 16px;
    }

    .page-with-sidebar .dt-sc-one-half .dt-sc-team.style2 .dt-sc-team-details h5 {
        font-size: 16px;
    }

    .page-with-sidebar .dt-sc-one-third .dt-sc-team.style2 .dt-sc-team-details h4 {
        font-size: 20px;
    }

        .page-with-sidebar .dt-sc-one-third .dt-sc-team.style2 .dt-sc-team-details h4 span,
        .page-with-sidebar .dt-sc-one-third .dt-sc-team.style2 .dt-sc-team-details h5 {
            font-size: 16px;
        }

    .page-with-sidebar .dt-sc-one-third .dt-sc-team.style2 .dt-sc-team-details .view-details {
        top: 30%;
    }

    .page-with-sidebar .dt-sc-one-fourth .dt-sc-team.style2 {
        padding: 10px;
    }

        .page-with-sidebar .dt-sc-one-fourth .dt-sc-team.style2 .dt-sc-team-details h4 {
            width: 100%;
            float: left;
            margin-bottom: 10px;
            font-size: 20px;
        }

        .page-with-sidebar .dt-sc-one-fourth .dt-sc-team.style2 .dt-sc-team-details h5 {
            font-size: 14px;
            margin-top: 40px;
        }

    .doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-prev:before {
        left: -40px;
    }

    .doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-next:before {
        right: -40px;
    }

    .column.dt-sc-one-fourth.dt-sc-fitness-procedure {
        width: 23.2%;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {

    .dt-sc-team-carousel .dt-sc-team-details {
        padding: 0px 50px;
        min-height: 550px;
    }

    .dt-sc-team-carousel-wrapper .dt-sc-team-details h4 {
        font-size: 40px;
    }

    .doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-prev:before {
        left: -30px;
    }

    .doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-next:before {
        right: -30px;
    }

    .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span {
        width: 28%;
        font-size: 13px;
        line-height: 40px;
    }

    .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span {
        width: 27%;
        font-size: 14px;
    }

    .dt-sc-doctors.style1 {
        padding: 30px;
    }

    .dt-sc-team.style2 img {
        width: auto;
    }

    .dt-sc-team.style2 .dt-sc-team-details h5 {
        font-size: 14px;
        line-height: normal;
    }

    .dt-sc-one-third .dt-sc-team.style2 .dt-sc-team-details h4 span {
        width: 100%;
        float: left;
    }

    .dt-sc-doctors.style1 .dt-sc-doctors-details h5 span {
        font-size: 14px;
        margin-left: 0;
        width: 100%;
        float: left;
    }

    .dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-details h5 {
        font-size: 20px;
    }

    .dt-sc-doctors.style1 .dt-sc-doctors-details h6 {
        font-size: 14px;
    }

    .dt-sc-doctors.style1 .dt-sc-doctors-details h5 {
        font-size: 24px;
    }

    .dt-sc-one-third .dt-sc-team.style2,
    .dt-sc-one-fourth .dt-sc-team.style2 {
        padding: 10px;
    }

    .dt-sc-doctors-filter select {
        font-size: 14px;
    }

    .page-with-sidebar .dt-sc-team-carousel .dt-sc-team-details {
        padding: 30px 20px;
    }

        .page-with-sidebar .dt-sc-team-carousel .dt-sc-team-details a.dt-sc-button {
            font-size: 14px;
        }

    .page-with-sidebar .dt-sc-team-carousel-wrapper .dt-sc-team-details h4 {
        font-size: 30px;
    }

    .page-with-sidebar .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span {
        font-size: 12px;
    }

    .page-with-sidebar .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span {
        line-height: 30px;
        font-size: 10px;
    }

    .page-with-sidebar .dt-sc-one-fifth .dt-sc-team.style2 {
        padding: 0;
    }

    .page-with-sidebar .dt-sc-one-fifth .dt-sc-doctors.style1 .dt-sc-sociable li {
        margin: 0 3px 5px;
    }

        .page-with-sidebar .dt-sc-one-fifth .dt-sc-doctors.style1 .dt-sc-sociable li:last-child {
            margin-right: 0;
        }

    .page-with-sidebar .dt-sc-one-fifth .dt-sc-team.style2 .dt-sc-team-details h4 {
        font-size: 18px;
        line-height: 24px;
    }

        .page-with-sidebar .dt-sc-one-fifth .dt-sc-team.style2 .dt-sc-team-details h4 span {
            font-size: 14px;
            margin-top: 10px;
        }

    .column.dt-sc-one-fourth.dt-sc-fitness-procedure {
        width: 23%;
    }

    ul.dt-sc-vertical-nav, .sticky-wrapper.is-sticky ul.dt-sc-vertical-nav {
        width: 270px !important;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .dt-sc-team-carousel-wrapper .dt-sc-team-details h4 {
        font-size: 30px;
    }

    .dt-sc-team-carousel .dt-sc-team-details {
        min-height: 600px;
        padding: 0px 40px;
    }

    .dt-sc-doctors-filter .selection-box select {
        font-size: 12px;
        padding-left: 0;
    }

    .dt-sc-doctors-single-meta {
        margin: 0 0 0 20px;
    }

    .dt-sc-appointment-scheduler-form input[type="text"],
    .dt-sc-appointment-scheduler-form input[type="date"],
    .dt-sc-appointment-scheduler-form .selection-box select {
        font-size: 12px;
    }

    .dt-sc-appointment-scheduler-form .form-calender-icon input[type="text"] {
        padding-top: 16px;
    }

    .dt-sc-available-times ul.time-slots > li {
        margin-bottom: 10px;
    }

    .page-with-sidebar .dt-sc-team-carousel-wrapper ul li {
        text-align: center;
    }

        .page-with-sidebar .dt-sc-team-carousel-wrapper ul li .dt-sc-one-half {
            width: 80%;
            float: none;
            display: inline-block;
        }

            .page-with-sidebar .dt-sc-team-carousel-wrapper ul li .dt-sc-one-half:last-child {
                display: none;
            }

    .page-with-sidebar .dt-sc-team-carousel-wrapper .dt-sc-team-details {
        min-height: 550px;
    }

        .page-with-sidebar .dt-sc-team-carousel-wrapper .dt-sc-team-details h4 {
            font-size: 30px;
        }

        .page-with-sidebar .dt-sc-team-carousel-wrapper .dt-sc-team-details .dt-sc-button.large {
            font-size: 14px;
            padding: 20px 25px;
        }

    .doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-prev:before {
        left: -25px;
    }

    .doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-next:before {
        right: -25px;
    }

    .page-with-sidebar .doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-prev:before {
        left: 0px;
    }

    .page-with-sidebar .doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-next:before {
        right: 0px;
    }

    .page-with-sidebar .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span {
        width: 35%;
        font-size: 14px;
        line-height: 40px;
    }

    .page-with-sidebar .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value {
        width: 65%;
    }

    .dt-sc-doctors.style1 {
        padding: 25px;
    }

        .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span {
            font-size: 12px;
            line-height: 30px;
        }

    .dt-sc-one-third .dt-sc-doctors.style1 .dt-sc-doctors-details h5 {
        font-size: 20px;
    }

        .dt-sc-one-third .dt-sc-doctors.style1 .dt-sc-doctors-details h5 span {
            width: 100%;
            float: left;
            margin: 5px 0;
            font-size: 14px;
        }

    .dt-sc-one-third .dt-sc-doctors.style1 .dt-sc-doctors-details h6 {
        font-size: 14px;
    }

    .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span {
        width: 100%;
    }

    .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value {
        width: 100%;
        padding: 15px 0px 0px 0px;
    }

    .dt-sc-one-fourth .dt-sc-doctors.style1 {
        padding: 10px;
    }

        .dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-details h5 {
            font-size: 18px;
        }

            .dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-details h5 span {
                width: 100%;
                float: left;
                margin: 5px 0;
                font-size: 14px;
            }

        .dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-details h6 {
            font-size: 14px;
        }

    .dt-sc-one-fifth .dt-sc-doctors.style1 {
        padding: 10px;
    }

        .dt-sc-one-fifth .dt-sc-doctors.style1 .dt-sc-doctors-details h5 {
            font-size: 18px;
        }

            .dt-sc-one-fifth .dt-sc-doctors.style1 .dt-sc-doctors-details h5 span {
                width: 100%;
                float: left;
                margin: 5px 0;
                font-size: 14px;
            }

        .dt-sc-one-fifth .dt-sc-doctors.style1 .dt-sc-doctors-details h6 {
            font-size: 14px;
        }

    .dt-sc-one-fifth .dt-sc-doctors .dt-sc-doctors-details ul.dt-sc-sociable li {
        margin-right: 3px;
    }

    .dt-sc-team.style2 .dt-sc-team-details .view-details {
        top: 30%;
    }

    .dt-sc-team.style2 .dt-sc-team-details h4 span {
        width: 100%;
        float: left;
        font-size: 18px;
    }

    .dt-sc-team.style2 .dt-sc-team-details h5 {
        font-size: 16px;
        line-height: normal;
    }

    .dt-sc-one-third .dt-sc-team.style2 {
        padding: 10px;
    }

        .dt-sc-one-third .dt-sc-team.style2 h4 {
            font-size: 20px;
        }

        .dt-sc-one-third .dt-sc-team.style2 .dt-sc-team-details h4 span {
            font-size: 16px;
        }

    .dt-sc-one-fourth .dt-sc-team.style2 {
        padding: 10px;
    }

    .dt-sc-one-third .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span, .dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span, .dt-sc-one-fifth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span, .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span {
        font-size: 14px;
    }

    .dt-sc-one-fifth .dt-sc-team.style2 .dt-sc-team-details h4 {
        font-size: 18px;
    }

        .dt-sc-one-fifth .dt-sc-team.style2 .dt-sc-team-details h4 span {
            font-size: 14px;
        }

    .dt-sc-one-sixth .dt-sc-team.style2 .dt-sc-team-details h4 {
        font-size: 18px;
    }

    .dt-sc-one-fifth .dt-sc-doctors.style1 .dt-sc-doctors-details ul.dt-sc-sociable li,
    .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-details ul.dt-sc-sociable li {
        margin-left: 0;
    }

        .dt-sc-one-fifth .dt-sc-doctors.style1 .dt-sc-doctors-details ul.dt-sc-sociable li:last-child,
        .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-details ul.dt-sc-sociable li:last-child {
            margin-right: 0;
        }

        .dt-sc-one-fifth .dt-sc-doctors.style1 .dt-sc-doctors-details ul.dt-sc-sociable li a,
        .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-details ul.dt-sc-sociable li a {
            height: 25px;
            width: 25px;
            line-height: 25px;
            font-size: 10px;
        }

    .page-with-sidebar .dt-sc-doctors.style1 {
        padding: 15px;
    }

        .page-with-sidebar .dt-sc-doctors.style1 .dt-sc-doctors-thumb-wrapper {
            width: 100%;
        }

        .page-with-sidebar .dt-sc-doctors.style1 .dt-sc-doctors-details {
            width: 100%;
            padding: 30px 0 0px;
        }

    .page-with-sidebar .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span {
        width: 100%;
        margin: 0;
    }

    .page-with-sidebar .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-left: none;
        width: 100%;
        padding: 0px 0px 20px 0px;
        margin: 20px 0 0;
    }

    .page-with-sidebar .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li:last-child .item-value {
        border-bottom: none;
    }

    .page-with-sidebar .dt-sc-one-third .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span,
    .page-with-sidebar .dt-sc-one-third .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value,
    .page-with-sidebar .dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span,
    .page-with-sidebar .dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value {
        width: 100%;
    }

    .page-with-sidebar .dt-sc-one-third .dt-sc-doctors.style1 .dt-sc-doctors-thumb-wrapper .dt-sc-button {
        padding: 12px 10px;
        font-size: 12px;
    }

    .page-with-sidebar .dt-sc-one-third .dt-sc-doctors.style1 .dt-sc-doctors-details {
        padding: 0;
    }

    .page-with-sidebar .dt-sc-one-third .dt-sc-doctors.style1 .dt-sc-doctors-single-meta > li {
        margin: 0;
    }

    .page-with-sidebar .dt-sc-one-fourth .dt-sc-doctors.style1 {
        padding: 10px;
    }

        .page-with-sidebar .dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-details {
            padding: 0;
        }

        .page-with-sidebar .dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta > li {
            margin-bottom: 0;
        }

        .page-with-sidebar .dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span {
            font-size: 9px;
            line-height: 30px;
            letter-spacing: 0.5px;
        }

        .page-with-sidebar .dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value {
            font-size: 13px;
        }

        .page-with-sidebar .dt-sc-one-fourth .dt-sc-doctors.style1 .dt-sc-doctors-thumb-wrapper .dt-sc-button {
            padding: 10px 20px;
            font-size: 10px;
        }

    .page-with-sidebar .dt-sc-one-fifth .dt-sc-doctors.style1 {
        padding: 7px;
    }

        .page-with-sidebar .dt-sc-one-fifth .dt-sc-doctors.style1 .dt-sc-doctors-thumb-wrapper .dt-sc-button {
            padding: 10px 5px;
            font-size: 10px;
        }

        .page-with-sidebar .dt-sc-one-fifth .dt-sc-doctors.style1 .dt-sc-doctors-details {
            padding: 0;
        }

            .page-with-sidebar .dt-sc-one-fifth .dt-sc-doctors.style1 .dt-sc-doctors-details h6 {
                font-size: 12px;
                line-height: 20px;
            }

    .page-with-sidebar .dt-sc-one-sixth .dt-sc-doctors.style1 {
        padding: 1px;
    }

        .page-with-sidebar .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-details h5 {
            font-size: 14px;
            line-height: 20px;
        }

        .page-with-sidebar .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-thumb-wrapper .dt-sc-button {
            display: none;
        }

        .page-with-sidebar .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-details {
            padding: 5px;
        }

            .page-with-sidebar .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-details h6 {
                font-size: 10px;
                line-height: 20px;
            }

            .page-with-sidebar .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-details h5 span {
                font-size: 12px;
                margin-top: 5px;
                margin-bottom: 5px;
            }

    .page-with-sidebar .dt-sc-team.style2 {
        padding: 10px;
    }

    .page-with-sidebar .dt-sc-one-half .dt-sc-team.style2 .dt-sc-team-details h4 {
        font-size: 20px;
    }

        .page-with-sidebar .dt-sc-one-half .dt-sc-team.style2 .dt-sc-team-details h4 span,
        .page-with-sidebar .dt-sc-one-half .dt-sc-team.style2 .dt-sc-team-details h5 {
            font-size: 14px;
        }

    .page-with-sidebar .dt-sc-one-third .dt-sc-team.style2 .dt-sc-team-details h4 {
        font-size: 16px;
    }

        .page-with-sidebar .dt-sc-one-third .dt-sc-team.style2 .dt-sc-team-details h4 span,
        .page-with-sidebar .dt-sc-one-third .dt-sc-team.style2 .dt-sc-team-details h5 {
            font-size: 12px;
        }

    .page-with-sidebar .dt-sc-one-third .dt-sc-team.style2 .dt-sc-team-details .dt-sc-sociable li {
        margin: 0 3px 5px;
    }

    .page-with-sidebar .dt-sc-one-fourth .dt-sc-team.style2 {
        padding: 0;
    }

        .page-with-sidebar .dt-sc-one-fourth .dt-sc-team.style2 .dt-sc-team-details h4 {
            font-size: 16px;
            line-height: 20px;
        }

            .page-with-sidebar .dt-sc-one-fourth .dt-sc-team.style2 .dt-sc-team-details h4 span {
                font-size: 12px;
                margin: 5px 0;
            }

        .page-with-sidebar .dt-sc-one-fourth .dt-sc-team.style2 .dt-sc-team-details h5 {
            font-size: 12px;
        }

    .page-with-sidebar .dt-sc-one-fifth .dt-sc-team.style2 {
        padding: 0;
    }

        .page-with-sidebar .dt-sc-one-fifth .dt-sc-team.style2 .dt-sc-team-details h4 {
            font-size: 14px;
            line-height: 20px;
        }

            .page-with-sidebar .dt-sc-one-fifth .dt-sc-team.style2 .dt-sc-team-details h4 span {
                font-size: 10px;
                margin: 3px 0;
            }

        .page-with-sidebar .dt-sc-one-fifth .dt-sc-team.style2 .dt-sc-team-details h5 {
            font-size: 9px;
        }

    .page-with-sidebar .dt-sc-one-sixth .dt-sc-team.style2 {
        padding: 0;
    }

        .page-with-sidebar .dt-sc-one-sixth .dt-sc-team.style2 .dt-sc-team-details h4 {
            font-size: 12px;
            line-height: 20px;
        }

            .page-with-sidebar .dt-sc-one-sixth .dt-sc-team.style2 .dt-sc-team-details h4 span {
                font-size: 8px;
                margin: 3px 0;
            }

        .page-with-sidebar .dt-sc-one-sixth .dt-sc-team.style2 .dt-sc-team-details h5 {
            font-size: 8px;
        }

    ul.time-table > li {
        width: 23.5%;
    }

        ul.time-table > li:last-child {
            margin-right: 0;
        }

    .column.dt-sc-one-third.dt-sc-fitness-procedure {
        width: 31.1%;
    }

    .column.dt-sc-one-fourth.dt-sc-fitness-procedure {
        width: 22%;
    }

        .column.dt-sc-one-fourth.dt-sc-fitness-procedure .dt-sc-popular-procedures .details {
            padding: 15px 12px 40px;
        }

            .column.dt-sc-one-fourth.dt-sc-fitness-procedure .dt-sc-popular-procedures .details h3 {
                font-size: 16px;
            }

            .column.dt-sc-one-fourth.dt-sc-fitness-procedure .dt-sc-popular-procedures .details p {
                font-size: 14px;
                line-height: 24px;
            }

            .column.dt-sc-one-fourth.dt-sc-fitness-procedure .dt-sc-popular-procedures .details h5 {
                font-size: 10px;
                padding: 10px;
            }

    ul.dt-sc-vertical-nav, .sticky-wrapper.is-sticky ul.dt-sc-vertical-nav {
        width: 200px !important;
    }

        ul.dt-sc-vertical-nav > li > a {
            font-size: 14px;
        }

    /*.dt_procedure > .vc_row > .wpb_column.vc_column_container.vc_col-sm-4 { width: 18%; }
	.dt_procedure > .vc_row > .wpb_column.vc_column_container.vc_col-sm-8 { width: 40%; }*/

    .dt_procedure .dt-sc-icon-box.type11 .icon-wrapper span {
        font-size: 50px;
    }
}

@media only screen and (max-width:767px) {

    .dt-sc-team-carousel-wrapper ul li {
        text-align: center;
    }

        .dt-sc-team-carousel-wrapper ul li .dt-sc-one-half {
            width: 90%;
            float: none;
            display: inline-block;
        }

            .dt-sc-team-carousel-wrapper ul li .dt-sc-one-half:last-child {
                display: none;
            }

    .dt-sc-team-carousel-wrapper .dt-sc-team-details {
        min-height: 550px;
    }

        .dt-sc-team-carousel-wrapper .dt-sc-team-details h4 {
            font-size: 30px;
        }

        .dt-sc-team-carousel-wrapper .dt-sc-team-details .dt-sc-button.large {
            font-size: 14px;
            padding: 20px 25px;
        }

    .dt-sc-doctors-single-meta {
        margin-left: 0;
    }

    .doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-prev:before,
    .page-with-sidebar .doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-prev:before {
        left: -15px;
    }

    .doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-next:before,
    .page-with-sidebar .doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-next:before {
        right: -15px;
    }

    .dt-sc-doctors.style1 .dt-sc-doctors-thumb-wrapper, .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span, .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span {
        width: 100%;
    }

    .dt-sc-doctors.style1 .dt-sc-doctors-details {
        width: 100%;
        padding: 30px 0px 0px 0px;
    }

    .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value, .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li .item-value {
        width: 100%;
        padding: 0px 0px 35px 0px;
        margin: 0px 0 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 15px;
        line-height: 25px;
    }

    .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li:last-child, .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

        .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li:last-child .item-value, .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li:last-child .item-value {
            padding: 0px;
            border-bottom: none;
        }

    .dt-sc-one-fifth .dt-sc-doctors-single-meta, .dt-sc-one-sixth .dt-sc-doctors-single-meta {
        display: block;
    }

    .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li {
        margin: 20px 0px 0px;
    }

    .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span {
        line-height: 50px;
    }

    .dt-sc-one-sixth .dt-sc-doctors.style1 .dt-sc-doctors-details {
        padding: 30px 15px;
    }

    .dt-sc-team.style2 .dt-sc-team-details h4 span {
        width: 100%;
        float: left;
        font-size: 16px;
    }

    .dt-sc-team.style2 .dt-sc-team-details h5 {
        font-size: 16px;
    }

    .dt-sc-one-fifth .dt-sc-doctors.style1 {
        padding: 30px 25px;
    }

    .page-with-sidebar .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span {
        width: 100%;
    }

    ul.time-table > li {
        width: 49%;
        margin: 0 1% 20px 0;
    }

    .column.dt-sc-one-third.dt-sc-fitness-procedure {
        width: 100%;
    }

    ul.dt-sc-vertical-nav, .sticky-wrapper.is-sticky ul.dt-sc-vertical-nav {
        width: 100% !important;
        opacity: 1;
        visibility: visible;
    }

    .sticky-wrapper.is-sticky ul.dt-sc-vertical-nav {
        position: relative !important;
        top: auto !important;
    }

    .dt-sc-notification-box.steps.step3 .dt-sc-notification-details .dt-sc-contact-info {
        padding-left: 0;
    }

    .dt-sc-available-times ul.time-slots {
        padding: 20px 20px 10px 25px;
    }

        .dt-sc-available-times ul.time-slots > li {
            margin-bottom: 10px;
        }
}

@media only screen and (max-width:479px) {

    .dt-sc-team-carousel-wrapper ul li .dt-sc-one-half {
        width: 80%;
    }

    .doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-prev:before,
    .page-with-sidebar .doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-prev:before {
        left: -5px;
    }

    .doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-next:before,
    .page-with-sidebar .doctors-carousel:hover .dt-sc-team-navigation .dt-sc-team-pager-next:before {
        right: -5px;
    }

    .dt-sc-doctors.style1 {
        padding: 20px;
    }

    .dt-sc-team.style2 {
        padding: 10px;
    }

        .dt-sc-doctors.style1 .dt-sc-doctors-details h5 span, .dt-sc-team.style2 .dt-sc-team-details h4 span {
            width: 100%;
            float: left;
            margin: 10px 0;
        }

    .dt-sc-schedule-progress, ul.time-table > li {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .dt-sc-schedule-box ul.time-slots > li {
        width: 100%;
        margin: 0 0 20px 0;
    }

    ul.dt-sc-vertical-nav > li.active > a:before, ul.dt-sc-vertical-nav > li.active > a:after {
        content: none;
    }
}
