

@media screen and (max-width: 1199px) {
    .entry-content {
        padding: 15px;
    }
}

@media screen and (max-width: 767px) {
    .entry-content {
        font-size: .9375rem
    }
}

.entry-header {
    display: block;
    position: relative;
    width: 100%;
    padding: 2rem 1rem .5rem;
    color: #111;
    background-color: #fff
}

.entry-header > * {
    width: 40rem;
    max-width: 100%;
    margin: 20px auto 0
}

@media screen and (max-width: 767px) {
    .entry-header > * {
        margin: 15px auto 0
    }
}

.entry-header > :first-child {
    margin-top: 0
}

.entry-header .entry-header__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 2rem;
    margin: -.25rem auto;
    padding-right: 2rem;
    color: #1e488f
}

.entry-header .entry-header__lead {
    display: block;
    overflow: hidden
}

.entry-header .entry-header__lead > * {
    margin-bottom: 1rem
}

.entry-header .entry-header__lead > :last-child {
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .entry-header .entry-header__lead > * {
        margin-bottom: .5rem
    }
}

.entry-header .entry-header__lead p {
    line-height: 1.3;
    font-size: 17px;
    font-weight: 500
}


.entry-header .entry-header__title {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.075;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .entry-header .entry-header__title {
        font-size: 26px;
        line-height: 1.125
    }
}

@media screen and (max-width: 767px) {
    .entry-header .entry-header__title {

        font-size: 23px;
        line-height: 1.25
    }
}
.entry-content p{
    font-size: 17px;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .entry-header {
        padding: 15px
    }
}

.qoute{
    position: relative;
    border-top: 3px solid #c5a87b;;
    border-bottom: 3px solid #c5a87b;;
    padding: 15px 0;
}
.qoute.warning{
    border-color: crimson;
}
.qoute p{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    z-index: 1;
}
.qoute img{
    position: absolute;
    top: calc(50% - 16px);
    left: 0;
    z-index: 0;
}
.box-img{
    text-align: center;
}
.box-img img{
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}
.box-img small{
    font-size: 14px;
    font-style: italic;
}
.doctor{
    border: 1px solid #ccc;
    border-radius: 20px;
    box-shadow: 2px 0px 5px rgba(0,0,0,0.2);
}
.doctor-flex{
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid #ccc;
}
.doctor-flex p {
    padding: 0 10px;
}
.interview{
    padding: 10px 15px;
    border-radius: 10px;
}
.interview p{
    margin-bottom: 15px;
}
.doctor-flex img{
    margin-top: -1px;
    margin-right: 20px;
    width: 85px;
    border-radius: 21px 0 0 0px;
}
.chart{
    justify-content: space-between;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.chart__item{
    width: 22%;
}
.chart-canvas{
    background-color: #ff7043;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
.c1{
    height: 180px;
}
.c2{
    height: 200px;
}
.c3{
    height: 190px;
}
.c4{
    height: 150px;
}
.chart__item p {
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px ;
}
.form{
    text-align: center;
}
.form__input input{
    height: 35px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 20px;
    max-width: 350px;
    width: 100%;
    padding-left: 15px;
    transition: .3s;
    outline: none;
}
.form__input input:focus{
    box-shadow: 2px 3px 5px rgba(0,0,0,0.2);
}
.form button, .main-btn{
    border-radius: 20px;
    max-width: 350px;
    width: 100%;
    display: block;
    margin: 0 auto;
    background-color: crimson;
    color: #fff;
    height: 35px;
}
.note-text {
    font-size: 19px;
}
.note-text h4{
    margin: 0;
}
.entry-content .note-text p {
    font-size: 19px;
}
.main-btn{
    display: block;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}
.form button:hover, .main-btn:hover{
    box-shadow: 2px 3px 5px rgba(220, 20, 60, 0.6);
}
#product {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .chart__item{
        width: 48%;
        margin-bottom: 10px;
    }
    .chart-canvas{
        height: 150px;
    }
    .chart {
        margin-bottom: 0;
    }
}
.reply{
    margin-left: 50px;
}
@media screen and (max-width: 530px) {
    .doctor-flex{
        flex-direction: column;
    }
    .doctor-flex div{
        padding: 10px 15px;
    }
    .doctor-flex img{
        width: 150px;
        border-radius: 0px 0 10px 10px;
        margin-right: 0;
    }
}
@media screen and (max-width: 479px) {
    .qoute p {
        padding-left: 15px;
    }
}
@media screen and (max-width: 390px) {
    .chart__item{
        width: 100%;
    }
    .chart-canvas{
        height: 100px;
    }
}


.comment-date {
    display: flex;
    align-items: center;
    position: relative
}

.comment-box:not(:last-child) {

    border-bottom: 1px solid #ccc;
}
.comment-box{
    padding: 10px 0;
}



.comment-date-box {
    margin-left: 8px
}

.comment-date__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
}

.comment-date__time {
    color: #94989B;
    font-size: 12px
}

.comment-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.4;
}

.comment-date__avarar {
    width: 50px;
    flex-shrink: 0
}

.comment-date__avarar img {
    max-width: 100%;
    border-radius: 50%;
    border: 3px solid #ccc;
}
.comment-title{
    margin: 10px auto !important;
    max-width: 100%;
    width: 40rem;
}

.comment-text a {
    color: #1e488f;
    text-decoration: underline;
}

.photo {
    margin-top: 10px;
}