<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tabstxt_box iframe{
    height: 315px;
    max-width: 500px;
    margin: 0 auto 16px;
}
.patient_pic{
    float: none;
    margin: 0;
}
.rvw_user_outer{
    display: flex;
    align-items: center;
    gap: 15px;
}
.fancybox-skin{
    float: none;
    margin-left: 70px;
    margin-top: 20px;
}
.gallery_box img{
    max-width: 100%;
    max-height: 100%;
}

/* =======28.01.2024==== */

.star_review_section{
    display: flex;
    align-items: center;
}
.star_review_section .rating_progress{
    width: 55%;
    padding: 16px;
}
.dum_re_22{
    float: none;
}
.rating_progress p {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin: 0px 0px 10px;
}
.rating_progress ul{
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 400px;
}

.rating_progress ul li{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    gap: 8px;
}
.rating_progress ul li h5{
    background-color: #fff;
    min-width: 35px;
    padding: 6px;
    line-height: 100%;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    border-radius: 5px;
}
.progress_outer{
    width: 100%;
    background-color: #fdfdfd;
    position: relative;
    height: 10px;
    border-radius: 30px;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
}
.progress_bar{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #04adef;
    border-radius: 30px;
}

.re_review_section_new .bx-wrapper .bx-pager, .re_review_section_new .bx-wrapper .bx-controls-auto{
    position: static !important;
}




@media(max-width:1199px){
.wrapper{
    padding: 0 20px;
}
.patient_treat_l{
    margin-left: 0;
}
}

@media(max-width:991px){
    .tabstxt_box iframe{
        width: 100%;
        max-width: 100%;
    }
    .fancybox-skin{
        margin-left: 0;
    }
}
@media(max-width:767px){
    
    .review_details h4{
        margin: 0;
    }
    .patient_treat_l img{
        margin-bottom: 10px;
    }
    .star_review_section{
        flex-wrap: wrap;
    }
    .star_review_section .rating_progress{
        width: 100%;
    }
    .star_review_section .dum_re_22{
        width: 100%;
    }
    .rating_progress ul{
        max-width: 100%;
    }
    .re_site_link_new_box{
        clear: both;
    }
}
@media(max-width:575px){
    
}
@media(max-width:420px){
    
}


.rating-box {
position: relative;
vertical-align: middle;
font-size: 1em; /* comment/edit this to change size */
font-family: FontAwesome;
/*display: inline-block;*/

display: flex;
align-items: center;
color: #f1aa1d;
margin: 0 10px;
}

.rating-box:before {
font-family: "Font Awesome 5 Free";
font-weight: 400;
content: "\f005 \f005 \f005 \f005 \f005";
}

.rating-box .rating {
position: absolute;
left: 0;
top: 0;
white-space: nowrap;
overflow: hidden;
color: #F1AA1D;
}

.rating-box .rating:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f005 \f005 \f005 \f005 \f005";
}

.reviews_point_patient .rating-box{
    margin-left: 0;
    margin-right: 5px;
    float: left;
}


.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    text-align: left;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}</pre></body></html>