.tie-row.logo-row  .stream-item-top video {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

.stream-item-top {
    text-align: left;
}
.stream-item-top a {
    display: block;
}
#breadcrumb, #breadcrumb a:not(:hover) {
    color: #575757 !important;
    height: 32px !important;
}
.trend_links {
    margin-top: 25px;
}
.trend_links .wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}
.trend_links .title {
    float: right;
}
.trend_links .title span {
    color: #477bdd;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}
.trend_links .trend_word_swiper {
    width: 88%;
    padding-left: 30px;
}
.trend_links .trend_word_swiper .swiper-wrapper {
    padding: 0 42px;
}
.trend_links .trend_word_swiper .swiper-wrapper .swiper-slide {
    width: auto !important;
    margin-left: 24px !important;
}
.trend_links .trend_word_swiper .swiper-wrapper li {
    padding: 9px 16px;
    background-color: #2daf830f;
    border-radius: 30px;
    color: #349d37;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}
.trend_links .trend_word_swiper .swiper-wrapper li:before {
    content: "#";
    color: #0a6001;
}
.trend_links .trend_word_swiper .swiper-wrapper li a {
    color: #2ebd8d !important;
    font-weight: 600;
    font-size: 14px;
}
.trend_links .navigation_container {
    position: relative;
}
.trend_links .navigation_container .swiper-button-next {
    right: 111px;
}
.trend_links .navigation_container .swiper-button-next.trend_word_swiper-button-next,
.trend_links .navigation_container .swiper-button-prev.trend_word_swiper-button-prev {
    width: 36px !important;
    height: 36px !important;
    top: 26px !important;
    border: 1px solid #48a747;
    border-radius: 50%;
    background: #fff;
}
.trend_links .navigation_container .swiper-button-next.trend_word_swiper-button-next:after,
.trend_links .navigation_container .swiper-button-prev.trend_word_swiper-button-prev:after {
    color: #44a443;
    font-size: 11px;
}
.tie-row.main-content-row .thumb-overlay .thumb-content {
    display: none !important;
}

@media screen and (max-width: 500px) {
    .trend_links .navigation_container {
        display: none;
    }
    .trend_links .trend_word_swiper .swiper-wrapper {
        padding: 0 !important;
    }
    .trend_links .trend_word_swiper {
        padding-left: 0;
    }
    .trend_links .trend_word_swiper .swiper-wrapper .swiper-slide {
        width: initial !important;
        margin-left: 10px !important;
    }
}

div#story-highlights {
    width: 100% !important;
    max-width: 100% !important;
}
.entry mark {
    font-size: 16px !important;
    letter-spacing: 1.2px;
    font-weight: bold !important;
    background-color: #0A6001 !important;
}
article .entry-content a {
    letter-spacing: 1.12px;
    font-weight: bold !important;
    color: #017700;
}
article .entry-content .has-background {
    border-radius: 12px;
    margin: 15px 0px !important;
}
article .entry-content a.wp-block-button__link.wp-element-button {
    padding: 10px 20px 5px 35px !important;
    border-radius: 12px !important;
    background: #48a747 !important;
    position: relative !important;
}
article .entry-content a.wp-block-button__link.wp-element-button:hover {
    color: #eaeaea !important;
}
article .entry-content a.wp-block-button__link.wp-element-button::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    border-right: 0;
    border-bottom: 0;
    border-radius: 3px;
    transform: rotate(-45deg);
    position: absolute;
    left: 14px;
    top: 16px;
}
article .entry-content a.wp-block-button__link.wp-element-button::before {
    content: '';
    width: 11px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 20px;
    left: 16px;
    border-radius: 5px;
}
article .entry-content p {
    font-size: 16px !important;
    line-height: 2.2 !important;
    font-weight: 300 !important;
    color: #1d1d1d !important;
    letter-spacing: initial !important;
}

article .entry-header-outer h1 {
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 32px !important;
    color: #1d2939 !important;
    margin-bottom: 14px !important;
}
article .entry-content h2,
article .entry-content h3,
article .entry-content h4,
article .entry-content h5,
article .entry-content h6 {
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 35px !important;
  margin-bottom: 20px !important;
  margin-top: 35px !important;
  float: right !important;
  width: 100% !important;
}



article .entry-content blockquote {
    padding: 16px 47px 20px 16px !important;
    background-color: #f8f8f8 !important;
    border-radius: 8px !important;
    border-right: 4px solid #48a747 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    text-align: justify !important;
    position: relative !important;
    border-left: none !important;
    margin-bottom: 20px !important;
}
article .entry-content blockquote p {
    font-size: 16px !important;
    line-height: 2.2 !important;
    font-style: normal !important;
}
article .entry-content blockquote p::before {
    content: "" !important;
    background: url(https://pezeshka.net/wp-content/themes/jannah/assets/images/blockquote.svg);
    position: absolute !important;
    background-position: center !important;
    width: 18px !important;
    height: 16px !important;
    background-repeat: no-repeat !important;
    right: 17px !important;
    top: 20px !important;
  }
article .entry-content blockquote cite {
    position: relative !important;
}
article .entry-content blockquote cite a {
    color: #48a747 !important;
}
.wp-block-table {
    float: right !important;
    width: 100% !important;
}
article .entry-content table {
    border-collapse: collapse !important;
    width: 100% !important;
    margin-bottom: 20px !important;
}

article .entry-content table thead {
    background: #0a6001 !important;
    color: #fff !important;
}
article .entry-content table thead .has-text-align-center {
    text-align: center !important;
    border: 1px solid #000 !important;
}

article .entry-content table td {
    text-align: center !important;
    font-size: 15px !important;
    border: 1px solid !important;
    padding: 0.5em !important;
    background: #f8f8f8 !important;
    font-weight: 600;
}
article .entry-content table td p {
    margin: unset !important;
    font-size: 16px !important;
    line-height: 33px !important;
}

article .entry-content table tr {
    font-style: normal !important;
    border-bottom: 1px solid rgba(0,0,0,0.12) !important;
}
article .entry-content ul , article .entry-content ol{
    padding-right: 15px !important;
    list-style: none !important;
}
article .entry-content ul li , article .entry-content ol li {
    font-size: 16px !important;
    line-height: 2.2 !important;
    font-weight: 300 !important;
    color: #1d1d1d !important;
    list-style: none !important;
}
article .entry-content ul li::before , article .entry-content ol li::before {
    content: "";
    width: 9px;
    height: 9px;
    border: 2px solid #0a6001;
    border-radius: 50%;
    display: block;
    float: right;
    margin: 13px 0 0 10px;
}
article .entry-content ul li strong , article .entry-content ol li strong {
    font-weight: 700 !important;
}
article .entry-content ul li::marker , article .entry-content ol li::marker {
    color: #0a6001 !important;
    font-weight: bold !important;
}


/* acf last-article */
.suggestedcontent .card {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    border: 1px solid #e9f0f7;
    border-radius: 12px;
    margin-bottom: 12px;
    padding: 24px;
    transition: all 0.3s;
    height: 164px;
}
.suggestedcontent .card>a {
    width: 20%;
}
.suggestedcontent .card>a , .suggestedcontent .card>div.description{
    align-self: center;
    overflow: hidden !important;
}
.suggestedcontent .card .description {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 10px;
    justify-content: space-between;
    height: 100%;
}
.suggestedcontent .card .description .author-info a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.suggestedcontent .card .description .author-info img{
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
}
.suggestedcontent .card .description .author-info span{
    color: #333;
}
.suggestedcontent .card .img {
    width: 100%;
    height: 100%;
}
.suggestedcontent .card img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
}
.suggestedcontent .card .description span.title {
    font-size: 16px;
    display: inline-block;
    line-height: 33px;
}
@media screen and (max-width: 500px) {
    .suggestedcontent .card {
        display: block !important;
        height: unset;
        padding: 12px;
    }
    .suggestedcontent .card .img {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    .suggestedcontent .card .description {
        width: 100%;
    }
    .suggestedcontent .card .description span.author-name {
        font-size: 12px;
    }
    .suggestedcontent .card .description span.title {
        font-size: 15px;
        line-height: 26px;
    }
}

aside.sidebar .wp-block-group.is-nowrap.is-layout-flex {
    justify-content: space-between !important;
    margin-bottom: 20px !important;
}
aside.sidebar .wp-block-group.is-nowrap.is-layout-flex a {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}


/* excerpt content accordion */
.entry-content.entry .accordion-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, .5);
    width: 100%;
    margin: 0 auto 30px;
}
.entry-content.entry .accordion {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 16px;
}
.entry-content.entry .accordion-wrapper .accordion input {
    position: absolute !important;
    opacity: 0 !important;
    z-index: -1 !important;
}
.entry-content.entry .accordion:last-child {
    margin-bottom: 0;
}
.entry-content.entry .accordion-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 16px;
    background: #2dbc8f;
    font-weight: 700;
    cursor: pointer;
    font-size: 20px;
    align-items: center;
    padding-left: 35px;
    transition: all .3s;
}
.entry-content.entry .accordion-label:hover {
    background: #3d8c86;
}
.entry-content.entry .accordion-label::after {
    content: '';
    width: 26px;
    height: 26px;
    background: url(https://pezeshka.net/wp-content/themes/jannah/assets/images/newArrow-white.svg);
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.entry-content.entry .accordion-content {
    max-height: 0 !important;
    padding: 0 16px !important;
    color: rgba(4,57,94,1) !important;
    background: white !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
    overflow: hidden;
}
.entry-content.entry .accordion-content p {
    margin: 0;
    color: rgba(4,57,94,.7);
    font-size: 18px;
}
.entry-content.entry input:checked + .accordion-label {
    background: #3d8c86;
}
.entry-content.entry input:checked + .accordion-label::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.entry-content.entry input:checked ~ .accordion-content {
    max-height: 430px !important;
    padding: 16px !important;
    overflow-y: auto !important;
}

.entry-content.entry article .entry-content .accordion-wrapper h2 ,article .entry-content .accordion-wrapper h3 ,article .entry-content .accordion-wrapper h4,article .entry-content .accordion-wrapper h5 ,article .entry-content .accordion-wrapper h6 {
    margin: 0 !important;
    float: unset !important;
}


.tax-approving_doctor section.container.info_header_doctor {
    display: flex;
    gap: 16px;
    background: #f7f7f7;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    flex-wrap: wrap;
}
.tax-approving_doctor .doctor_image {
    flex-shrink: 0;
    display: flex;
}
.tax-approving_doctor .doctor_image img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.tax-approving_doctor .doctor_details {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex-basis: 77%;
}
.tax-approving_doctor .doctor_details .name {
    font-size: 18px;
    font-weight: bold;
}
.tax-approving_doctor .doctor_details .description p {
    line-height: 28px;
    font-size: 15px;
}
.tax-approving_doctor .doctor_details .name span {
    font-size: 13px;
    color: #999;
    font-weight: 400;
    margin-right: 7px;
    vertical-align: middle;
}
.tax-approving_doctor .doctor_details .medical_info {
    font-size: 16px;
    font-weight: 600;
    color: #919191;
}
.tax-approving_doctor .doctor_details .medical_info a {
    color: #339d33 !important;
}
.tax-approving_doctor .doctor_details .social_link {
    position: absolute;
    left: 20px;
    top: 20px;
}
.tax-approving_doctor .doctor_details .social_link .icons {
    display: flex;
    gap: 12px;
    background: white;
    padding: 6px 10px;
    border-radius: 10px;
    justify-content: center;
}
.tax-approving_doctor .doctor_details .social_link .icons .icon {
    height: 25px;
}

.tax-approving_doctor section.header_wrapper {
    padding: 20px;
}
.tax-approving_doctor section.header_wrapper h1.title {
    font-size: 22px;
    color: #339d31;
}
.tax-approving_doctor section.header_wrapper .count {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #91919a;
    display: block;
    margin-top: 8px;
}

@media screen and (max-width: 780px) {
    .tax-approving_doctor section.container.info_header_doctor {
        flex-wrap: wrap;
        justify-content: center;
    }
    .tax-approving_doctor .doctor_details {
        flex-basis: 100%;
    }
    .tax-approving_doctor .doctor_details .social_link {
        position: static;
    }
    .post-content .entry-header-outer .certified-specialist div#specialist-box {
        width: auto !important;
    }
}
.certified-doctor {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5a5a5a;
    font-weight: bold;
}

.post-content .entry-header-outer .certified-specialist {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5a5a5a;
    font-weight: 700;
    position: relative;
    margin-top: 18px;
}
.post-content .entry-header-outer .certified-specialist #name_toggle {
    cursor: pointer;
}
.post-content .entry-header-outer .certified-specialist div#specialist-box {
    position: absolute;
    right: 0;
    top: 28px;
    width: -moz-max-content;
    width: max-content;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 2px 30px 8px rgba(224, 224, 224, 0.8);
    padding: 12px 8px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.3s, opacity 0.3s;
}
.post-content .entry-header-outer .certified-specialist div#specialist-box .modal-content {
    align-items: center;
}
.post-content .entry-header-outer .certified-specialist div#specialist-box .modal-content .modal-image {
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    height: 44px;
}
.post-content .entry-header-outer .certified-specialist div#specialist-box .modal-content .modal-image img {
    border-radius: 50%;
    -o-object-fit: cover;
   object-fit: cover;
   height: 100%;
}
.post-content .entry-header-outer .certified-specialist div#specialist-box .modal-content .title-modal {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #3d3d3d;
}
.post-content .entry-header-outer .certified-specialist div#specialist-box .modal-content > p {
    margin-bottom: 5px !important;
    font-size: 12px;
    text-align: center;
}
.post-content .entry-header-outer .certified-specialist div#specialist-box .modal-content .specialist_blog_items {
    background: #f3f3f3;
    border-radius: 12px;
    padding: 12px;
    font-size: 13px;
}
.post-content .entry-header-outer .certified-specialist div#specialist-box .modal-content .specialist_blog_items .item {
    border-bottom: 2px solid #ccc;
}
.post-content .entry-header-outer .certified-specialist div#specialist-box .modal-content .specialist_blog_items .item:last-child {
    border-bottom: 0;
}
.post-content .entry-header-outer .certified-specialist div#specialist-box .modal-content .specialist_blog_items .item .title {
    color: #333;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 25px;
}
.post-content .entry-header-outer .certified-specialist div#specialist-box .modal-content .specialist_blog_items .item .date {
    color: #818181;
    font-size: 11px;
    margin-top: 8px;
}
.post-content .entry-header-outer .certified-specialist div#specialist-box .modal-content .bottom {
    border: 2px solid #1c74bd;
    padding: 5px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    margin-top: 10px;
}
.post-content .entry-header-outer .certified-specialist div#specialist-box .modal-content .bottom span {
    font-size: 14px;
    color: #1c74bd;
}
.open_modal {
  visibility: visible !important;
  opacity: 1 !important;
  z-index:999;
}
.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}
.go_overlay,
.inner.active, .active {
  visibility: visible !important;
  opacity: 1 !important;
}

.components #search-input {
    color: white !important;
}
input#search-input::placeholder {
    color: white !important;
}

body .post-bottom-meta-title, body .post-bottom-meta a, body .post-cat, body .more-link , .post-cat.tie-cat-1 , input.search-submit {
    font-weight: bold !important;
    letter-spacing: 1.15px !important;
    font-size: 14px !important;
    display: inline-block !important;
    margin-bottom: 4px !important;
    background: #1f711d !important;
    padding: 6px 12px 5px !important;
}
input.search-submit {
    font-weight: bold !important;
    letter-spacing: 1.15px !important;
    font-size: 14px !important;
    display: inline-block !important;
    margin-bottom: 4px !important;
    background: #1f711d !important;
    padding: 6px 12px 5px !important;
}