
.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;
    opacity: 0;
    z-index: -1;
}
.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: #346cfa;
    font-weight: 700;
    cursor: pointer;
    font-size: 20px;
    align-items: center;
    padding-left: 35px;
    transition: all .3s;
}
.entry-content.entry .accordion-label:hover {
    background: #245168;
}
.entry-content.entry .accordion-label::after {
    content: '';
    width: 26px;
    height: 26px;
    background: url(/wp-content/plugins/taraheto-custom-code-theme/assets/uploads/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;
    padding: 0 16px;
    color: rgba(4,57,94,1);
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}
.entry-content.entry .accordion-content p {
    margin: 0 !important;
    color: rgba(4,57,94,.7) !important;
    font-size: 18px !important;
}
.entry-content.entry input:checked + .accordion-label {
    background: #245168;
}
.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: #336cfa !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: #336cfa;
}
.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;
}

.theme-header .fixed-nav .container {
    opacity: 1 !important;
}

div#menu-components-wrap {
    display: flex;
    justify-content: space-between
}

div#menu-components-wrap .header_menu {
    width: 88%
}

div#menu-components-wrap .header_menu>ul.custom_ul_menu {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li {
    position: relative;
    display: inline-block;
    transition: all 0.03s
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li span.head_menu_main {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    color: white !important;
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li span.head_menu_main.active,#menu-components-wrap>.header_menu>ul.custom_ul_menu>li span.head_menu_main.ads:hover {
    background: #336cfa
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li span.head_menu_main.active a,#menu-components-wrap>.header_menu>ul.custom_ul_menu>li span.head_menu_main.ads a {
    transition: all .3s
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li span.head_menu_main.active:hover a,#menu-components-wrap>.header_menu>ul.custom_ul_menu>li span.head_menu_main.ads:hover a {
    color: #fff;
    font-weight: 700;
    transition: all .3s
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .toggle__menu {
    display: none;
    z-index: 999;
    position: absolute;
    right: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0 0 48px rgb(137 153 170 / 20%);
    box-shadow: 0 0 48px rgb(137 153 170 / 20%);
    border-radius: 30px;
    min-width: max-content;
    top: 100%
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .toggle__menu::before {
    content: "";
    width: 100%;
    height: 27px;
    position: absolute;
    left: 0;
    top: -18px
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .toggle__menu.active {
    display: block!important;
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .toggle__menu .inner {
    display: block;
    transition: 0.3s
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .toggle__menu .inner .content {
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    background: linear-gradient(333.67deg, #f1f4f8 68%, #eaecee 113.46%);
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .toggle__menu .inner .content .list-group-item {
    letter-spacing: -.02em;
    cursor: pointer;
    transition: 0.3s;
    text-align: right;
    overflow: hidden;
    /* padding-bottom:2rem; */
    align-items: center;
    display: flex;
    font-size: 16px;
    line-height: 24.5px;
    color: #333
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .toggle__menu .inner .content .list-group-item:last-child {
    padding-bottom: 0
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .toggle__menu .inner .content .list-group-item.active {
    font-weight: 700;
    color: #08a5e7;
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .toggle__menu .inner .content .list-group-item img {
    margin-left: 10px;
    vertical-align: middle;
    width: 29px
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .toggle__menu .inner .content .tab-content .direct__link-cat {
    display: flex;
    align-items: center;
    margin-bottom: 16px
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .toggle__menu .inner .content .tab-content .direct__link-cat a {
    color: #336cfa!important;
    font-size: 15px;
    font-weight: 700
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .toggle__menu .inner .content .tab-content .direct__link-cat span {
    font-size: 13px;
    color: #333;
    margin-right: 5px
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .toggle__menu .inner .content .tab-content ul.menu__ul-link {
    height: 212px!important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 28%;
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .toggle__menu .inner .content .tab-content ul.menu__ul-link li {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -.02em;
    text-align: right;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 30px;
    white-space: nowrap;
    padding-left: 47px;
    margin-bottom: 8px
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .toggle__menu .inner .content .tab-content ul.menu__ul-link li a {
    color: #333!important;
    font-weight: 500
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .toggle__menu .inner .content .tab-content ul.menu__ul-link li a:hover {
    color: #336cfa!important
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .tab-pane.active {
    visibility: visible;
    opacity: 1
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .tab-pane {
    visibility: hidden;
    opacity: 0
}



#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .tabs_right_sec {
    padding: 28px 26px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 0px 10px #015ac74f;
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li div#list-tab {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 16px;
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .tabs_left_sec {
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 1.5rem 1rem 1.5rem;
    min-width: 295px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 0px 10px #015ac74f;
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li div#nav-tabContent {
    padding: 0;
    width: 100%;
    height: 100%
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .tab-content>.tab-pane {
    display: none
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .tab-content>.tab-pane.show.active {
    display: block
}

#menu-components-wrap>.header_menu>ul.custom_ul_menu>li .fade {
    transition: opacity .15s linear
}

/* edit heading of jannah */
.mag-box-title div , .the-global-title , div.post-title , .author-name a , .title_custom_head {
    line-height: 1.4;
    font-weight: 600;
}

@media screen and (max-width: 780px) {
    div#menu-components-wrap {
        display: none !important;
    }
}

.side-aside {
    z-index: 999 !important;
}
.grid-slider-wrapper .thumb-overlay, .grid-slider-wrapper .thumb-content {
    display: none !important;
}

@media (min-width: 992px) {
    .full-width .grid-4-big-first-half-second .slide {
        height: 494px !important;
    }
    .single-featured-image {
        text-align: center !important;
    }
    .featured-area img, .featured-area iframe {
        width: 71% !important;
        border-radius: 14px !important;
    }
}

.schema-faq-section {
    background: #f3f7fa;
    border-radius: 14px;
}

.schema-faq-question {
    cursor: pointer;
    font-size: 14px;
    line-height: 30.80px;
    font-weight: 400;
    background: #f3f7fa;
    color: #303030;
    border-radius: 12px;
    padding: 16px 16px 16px 50px;
    margin-top: 8px;
    width: 100%;
    display: block;
    position: relative;
}

.schema-faq-question.open {
    font-weight: bold !important;
}

.schema-faq-answer {
    display: none;
    font-size: 14px !important;
    line-height: 30.80px !important;
    font-weight: 400 !important;
    background: #f3f7fa !important;
    color: #303030 !important;
    border-radius: 0 0 12px 12px !important;
    padding: 0 16px 16px 16px !important;
}