<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Start -- Practitioner-profile.css*/
.pm-map {
    width: 27% !important;
    margin-top: 20px;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
    min-height: 400px;
    position: relative;
    float: left;
    font-size: 13px;
}

    .pm-map p {
        margin-bottom: 2px;
        margin-top: auto;
    }

.pm-link {
    float: right;
    font-style: italic;
    color: #ff5a00;
    margin-right: 5px;
}

.pm-profile-info {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.prof .pm-stars {
    text-align: center;
    color: #ff5a00;
    margin-top: 10px !important;
}

.tabbable {
    margin: 20px;
    height: 100%;
    padding: 1px;
    border-radius: 3px;
}

.nav-tabs {
    margin: 0;
}

.tab-content {
    height: 100%;
}


.pm-map-pic {
    height: 170px;
    width: 250px;
}

.pm-loc-description {
    margin-top: 10px;
    font-weight: bold;
}

.pm-nav-tab {
    width: 35%;
    height: 40px;
    margin-right: 10px;
}

.pm-tel {
    margin-top: 15px !important;
}

.pm-heart {
    position: relative;
    width: 50px;
    height: 20px;
    cursor: pointer;
    color: #ff5a00;
    margin-bottom: 10px;
    font-size: 30px;
    float: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .pm-heart .fa, .map-icon .fa {
        display: block;
        position: absolute;
        top: 3px;
        left: 6px;
        margin: 0 auto;
    }

        .pm-heart .fa:before {
            padding-right: 6px;
        }

    .pm-heart .fa-heart-o {
        display: none;
        color: #777;
    }

.pm-bg-7 {
    width: 72.28% !important;
    padding: 0;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    border-right: 0;
    min-height: 400px;
    position: relative;
    float: left;
    font-size: 13px;
}

@media (max-width: 900px) {
    .pm-bg-7 {
        font-size: 12px !important;
    }
}

.pm-bg-7:last-child {
    border-right: 1px solid #ff5a00;
}



@media (max-width: 1199px) {

    .pm-map-pic {
        width: 205px;
    }

    .prof .pm-stars {
        width: 105% !important;
    }

    .week-day {
        font-size: 11px;
    }

    .no-service {
        margin-left: 5%;
    }

    .no-service-2 {
        margin-left: 4%;
        margin-top: 35%;
    }
}

@media (max-width: 578px) {
    .tabbable {
        min-height: 850px;
    }

    .bg-7 {
        min-height: 700px;
    }

    .pm-map {
        min-height: 700px;
    }
}

@media (max-width: 991px) {
    .pm-map-pic {
        width: 156px;
    }
}
@media (max-width: 767px) {
    .pm-map-pic {
        width: 180px;
    }
}
@media (max-width: 500px) {
    .pm-map-pic {
        width: 107px;
    }
}
.y-separator {
    background-color: #222222;
    border-right: 100px solid #ff5a00;
    height: 1px;
    margin: 50px 0;
    padding: 0;
}
/*End -- Practitioner-profile.css*/



</pre></body></html>