.layout {
    margin: 30px 6%;
}

.d-container {
    padding: 12px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

a {
    text-decoration: none;
    color: #12A19A;
}

.col1, .col2 {
    background-color: #ffffffee;
    border-radius: 13px;

    padding: 25px;
}

.col1 {
    height: fit-content;
    width: 42%
}

.col2 {
    padding: 0;
    background-color: transparent;
    width: 56%
}

.col2 .edu {
    padding: 20px 25px;
    background-color: #ffffffee;
    border-radius: 13px;
}

.col2 .contact {
    margin-top: 20px;
    padding: 20px;
    background-color: #ffffffee;
    border-radius: 13px;
}

.col2 h2 {
    margin: 0;
    color: #12A19A;
}

.titleres {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.col2 .row {
    margin: 15px 0
}

.diinfo {
    color: #12A19A
}

.dinsl {
    color: #000;
    text-decoration: underline;
    margin-top: 6px
}

.grate {
    display: inline-block;
    width: 49%
}

.recommend {
    text-align: center;
    margin: 20px
}

.recommend span:nth-child(1) {
    margin-bottom: 8px;
    display: inline-block
}

.recommend>input, label {
    cursor: pointer
}

.col1 .rate {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between
}

.col1 .rate>span {
    padding: 0 7px;
    color: #111
}

.h_iframe-aparat_embed_frame iframe {
    border: 0;
    border-radius: 13px
}

.mySlides {
    display: none
}

.mySlides img {
    border-radius: 13px;
    object-fit: cover
}

img {
    vertical-align: middle
}

.slide-cont {
    width: 100%;
    position: relative;
    margin: auto;
    direction: ltr;
    margin-top: 22px
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -53px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8)
}

.caption {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease
}

.active, .dot:hover {
    background-color: #717171
}

.d-name {
    text-align: center
}

.d-name h1 {
    color: #12A19A;
    font-size: 28px
}

.d-name img {
    width: 140px;
    height: 166px;
    border: 3px solid #6C50D3;
    border-radius: 50%;
    object-fit: cover;
    object-position: 50% 0px
}

.votes {
    display: flex;
    display: -webkit-flex;
    justify-content: space-evenly
}

.votes .like {
    font-size: 26px;
    color: #43A047
}

.votes .dislike {
    font-size: 26px;
    color: #E53935
}

.bars {
    padding: 15px 5px
}

.bars>span {
    margin-top: 12px;
    display: inline-block
}

.p {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between
}

.p>span {
    color: #12A19A
}

.p-out {
    width: 100%;
    color: #000 !important;
    height: 6px;
    border-radius: 4px;
    margin: 0 8px;
    background-color: #E0F2F1 !important
}

.btn-back {
    border-radius: 5px;
    background-color: #12A19A;
    color: #fff;
    padding: 4px 12px;
    outline: none;
    border: none;
    cursor: pointer;
    position: absolute;
    left: 5%;
    display: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}

.p-color {
    height: 6px;
    border-radius: 4px;
    color: #fff !important;
    background-color: #43A047 !important
}

.box .percent {
    position: relative;
    width: 90px;
    height: 90px;
}

.box .percent svg {
    position: relative;
    width: 90px;
    height: 90px
}

.box .percent svg circle {
    width: 90px;
    height: 90px;
    fill: none;
    stroke-width: 8;
    stroke: #000;
    transform: translate(5px, 5px);
    stroke-dasharray: 253;
    stroke-dashoffset: 253;
    stroke-linecap: butt
}

.box .percent svg circle:nth-child(1) {
    stroke-dashoffset: 0;
    stroke: #E0F2F1
}

.box .percent svg circle:nth-child(2) {
    stroke-dashoffset: calc(253 - (253 * var(--percent)) / 100);
    stroke: #43A047
}

.box .percent .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    color: #111
}

.box .percent .number h2 {
    font-size: 22px;
    color: #444
}

.box .percent .number h2 span {
    font-size: 16px
}

.box .text {
    color: #999;
    margin: 0;
    font-size: 14px
}

.reviews {
    background-color: #ffffffee;
    padding: 25px;
    border-radius: 13px;
    margin-top: 12px;
}

.review .com-form {
    width: 90%;
    margin: auto;
    padding: 15px 0
}

.datxt {
    border-radius: 7px;
    background-color: rgb(252, 252, 252)
}

.rmore {
    cursor: pointer;
    margin-top: 12px
}

.truncated-text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease-out;
    line-clamp: 5
}

.smore {
    /* background: #12A19A; */
    width: 100%;
    /* color: #fff; */
    padding: 10px 16px;
    border: none;
    cursor: pointer;
    border-radius: 7px;
    text-decoration: none;
    /* box-shadow: 0 1px 3px rgb(0 0 0 / 20%); */
    transition: all 0.2s;
}

.rmore {
    font-size: 16px
}

.rmore i {
    font-size: 24px;
    float: inherit;
    transition: all 0.5s;
    vertical-align: middle;
    margin: 0 8px
}

.smore:hover {
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
}

.review .com-form label {
    width: 25px
}

.review .com-form .btncom, .doc-res {
    background-color: #43A047;
    padding: 8px 20px;
    outline: none;
    border: none;
    border-radius: 3px;
    color: #fff;
    margin-top: 15px;
    cursor: pointer
}

.doc-res {
    display: block;
    text-align: center
}

.review .com-form .btncom:hover, .doc-res:hover {
    background-color: #38863c;
}

.rtopc {
    padding: 8px;
}

.rtop>span {
    font-size: 14px;
    padding: 6px;
    padding: 0 8px 0 0
}

.rtop>i {
    color: #555
}

.dcen {
    color: #222;
    border: 1px solid #12A19A;
    padding: 3px 12px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 3px
}

.dcen:hover {
    background-color: #E0F2F1
}

.dcen>i {
    margin-left: 3px
}

.domap {
    border-radius: 7px;
    width: 100%;
    display: block;
    margin-right: auto;
    overflow: hidden
}

iframe {
    width: inherit;
    max-height: 350px;
}

.hr {
    height: 2px;
    background-color: #FFEFB7;
    margin: 7px 0
}

.comment {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0
}

.comment .user {
    width: 28%;
    text-align: center;
    align-self: flex-start
}

.comment .com-text {
    width: 70%;
}

.comment .user img {
    width: 60px;
    height: 60px
}

.u-rates {
    width: 50%
}

.verified {
    position: relative;
    display: inline-block;
}

.verified i {
    font-size: 22px;
    color: #43A047;
    margin: 0 10px;
    vertical-align: middle
}

.verified .t-text {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s
}

.verified .t-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent
}

.verified:hover .t-text {
    visibility: visible;
    opacity: 1;
}

.up span, .down span {
    display: inline-block;
    width: 30px;
    text-align: center
}

.up span {
    color: #43A047
}

.down span {
    color: #E53935
}

.up i, .down i {
    font-size: 22px;
    color: #717171
}

.up i:hover {
    color: #43A047
}

.down i:hover {
    color: #E53935
}

.login {
    padding: 15px 0
}

.login a {
    padding: 0 7px
}

.rating {
    text-align: center;
    /* margin: 15px 0 */
}

.rating-group {
    margin-top: -8px;
    display: inline-flex
}

.rating__icon {
    pointer-events: none
}

.rating__input {
    position: absolute !important;
    display: none
}

.rating__input--none {
    display: none
}

.rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 1.8rem
}

.rating__icon--star {
    color: orange
}

.rating__input:checked~.rating__label .rating__icon--star {
    color: #ddd
}

.rating-group:hover .rating__label .rating__icon--star {
    color: orange
}

.rating__input:hover~.rating__label .rating__icon--star {
    color: #ddd
}

.send-r {
    display: block;
    margin: auto;
    background-color: #43A047;
    color: #fff;
    padding: 8px 15px;
    outline: none;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 15px
}

.send-r:hover {
    background-color: #38863c
}

.fr-t {
    margin-top: 35px
}

.fr-t span {
    font-size: 20px
}

.c-r {
    font-size: 14px
}

.d-container {
    position: relative;
    margin: 0;
}
.reltlt{
    display: inline-block;
    margin: 0;
    margin-top: 32px;
}
.doc-item {
    min-width: 240px;
    max-width: 340px
}

.d-list {
    display: flex;
    display: -webkit-flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    scrollbar-width: 0;
    width: 100%;
    padding: 8px;
    margin: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

/* Hide scrollbar for Chrome, Safari and Opera */
.d-list::-webkit-scrollbar {
    display: none;
}

.doc-item {
    display: block;
    padding: 20px;
    border-radius: 9px;
    background-color: #ffffffee;
    text-decoration: none;
    color: #111;
    border: 1px solid #eaecec;
    margin: 5px;
    width: calc(33.3% - 10px);
    user-select: none;
    padding: 15px
}

.doc-item:hover {
    box-shadow: 0 2px 20px rgb(0 0 0 / 20%)
}

.doc-item .doc-info {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between
}

.doc-item .doc-info div {
    text-align: start;
    align-self: flex-end
}

.doc-per {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap
}

.doc-per img {
    width: 55px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #12A19A;
    object-fit: cover;
    object-position: 50% 0px
}

.doc-per>span {
    padding: 0 13px;
    display: inline-block;
    width: calc(100% - 60px);
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: start;
    white-space: nowrap
}

.percent {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px
}

.percent svg {
    position: relative;
    width: 60px;
    height: 60px
}

.percent svg circle {
    width: 60px;
    height: 60px;
    fill: none;
    stroke-width: 6;
    stroke: #000;
    transform: translate(5px, 5px);
    stroke-dasharray: 152;
    stroke-dashoffset: 152;
    stroke-linecap: square
}

.percent svg circle:nth-child(1) {
    stroke-dashoffset: 0;
    stroke: #E0F2F1;
}

.percent svg circle:nth-child(2) {
    stroke-dashoffset: calc(150 - (149 * var(--percent)) / 100);
    stroke: #12A19A
}

.percent .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    color: #111
}

.percent .number h2 {
    font-size: 14px
}

.percent .number h2 span {
    font-size: 12px
}

.bleft {
    left: 0
}

.bright {
    right: 0
}

.bright, .bleft {
    background-color: #f1f1f155;
    border: 0;
    display: inline-block;
    width: 38px;
    border-radius: 28px;
    padding: 5px;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 3px 3px rgb(218, 216, 216);
    position: absolute;
    top: 36%
}

.bleft i, .bright i {
    font-size: 22px;
    padding: 1px;
}

.doc-item {
    min-width: 270px;
    max-width: 340px
}

@media (max-width:800px) {
    .col1, .col2 {
        width: 100%;
        margin-bottom: 25px
    }

    .grate {
        width: 100%
    }

    .u-rates {
        width: 100%
    }

    .slide-cont {
        order: 1
    }

    .doc-res {
        padding: 8px 10px;
        font-size: 14px
    }

    .review .com-form {
        width: 100%
    }

    .reviews {
        margin-top: 0
    }

    .btn-back {
        display: block;
    }
    .bright, .bleft {
        display: none
    }
}

@media (max-width:500px) {
    .titleres {
        flex-direction: column;
    }

    .rtopc {
        width: 100%;
        border: 1px solid #eaecec;
        border-radius: 5px;
        margin-top: 8px;
        padding: 12px
    }
}