/*
Theme Name: Veriheal
Version: 1.0
Text Domain: veriheal
*/

.alert-message.error {
    color: red;
}

.alert-message.success {
    color: green;
}

.login-wrap .alert-message.success {
    color: var(--lime);
}

.login-wrap .alert-message.error,
.login-wrap .alert-message.success {
    margin-bottom: 10px;
}

.hide {
    display: none !important;
}

.blog-detail p {
    font-size: 18px;
    color: #111;
    margin: 0px 0px 30px;
    line-height: 1.7;
}

.categories-mobile {
    display: none;
}

@media (max-width:991px) {
    .categories-mobile {
        display: block;
    }
}

.blog-detail h3 {
    color: var(--green);
    margin-bottom: 10px;
}

.blog-detail .bd-text img {
    display: block;
    width: auto;
    margin: 20px auto;
}

.blog-detail table li {
    font-size: 14px;
    margin-bottom: 0;
}

.bd-text h2 b,
.bd-text h3 b {
    color: var(--green) !important;
}

.blog-detail .bd-text img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

.blog-detail .comment-form input#mc-input {
    margin-bottom: 0px !important;
    background-color: #f1f1f1;
    border: none;
    font-size: 14px;
    padding: .375rem .75rem;
    border-radius: .25rem;
}

.blog-detail p.math-captcha-form {
    padding-left: 15px;
}

.main-display .video-blogs .top-video .video-holder {
    padding-top: 56% !important;
}

/* author start */
.author-card {
    text-align: center
}

@media (max-width:991px) {
    .author-card {
        width: 100%
    }
}

.author-card>p {
    color: #a3a3a3;
    margin-bottom: 0px
}

.author-card .card {
    padding: 0px 20px 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
    border: none;
    margin: 20px 0;
}

@media (max-width:991px) {
    .author-card .card {
        min-width: 0px;
        width: 100%;
        margin-left: 0px
    }
}

.author-card .img-holder {
    margin-right: 20px;
    height: 100px;
    width: 100px;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    display: block;
    margin: -10px auto 20px
}

.author-card .img-holder img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.author-card h5 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    max-width: 250px;
    margin: 0 auto 2px;
}

.author-card .card p {
    color: #a3a3a3;
    margin-bottom: 0px;
    font-size: 16px;
}

.author-card .counter-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #eeeeee;
    border-radius: 0px 0px 10px 10px
}

.author-card .counter-flex>div {
    width: 50%;
    text-align: center;
    padding: 15px 5px
}

.author-card .counter-flex>div:first-child {
    border-right: 1px solid #eee
}

.author-card .counter-flex>div p {
    font-size: 16px;
    color: #a3a3a3;
    margin: 0px
}

.author-card .counter-flex>div p span {
    padding-left: 10px
}

.post-author.acard .header .auth-name .auth-url {
    font-size: 16px !important;
}

@media (max-width: 991px) {
    .post-author.acard .header {
        padding: 15px !important;
        display: flex;
        align-items: center;
        border-radius: 10px !important;
    }

    .post-author.acard .header .avatar {
        top: 0px !important;
        position: relative !important;
        margin: 0;
        left: 0 !important;
        margin-right: 12px !important;
        min-width: 80px !important;
    }

    .post-author.acard .header a {
        color: var(--orange);
        font-weight: 600;
    }

    .post-author.acard .header .auth-name .auth-url {
        font-size: 15px !important;
    }
    .mobile-qualify, .mobile-services {
        background: var(--brandLightGreen);
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: block;
        width: 100%;
        padding: 8px;
        border-radius: 5px;
        font-size: 18px;
        font-weight: 700;
        font-family: 'wide';
    }
    #mobile-get-your-renewal {
        background: var(--brandGreen);
        margin-top: 7px;
    }
}

/* author end */


.img-text-wrap {
    font-size: 16px;
    color: var(--green);
    margin: 0 0 30px;
    display: inline-block;
}

.img-text-wrap img {
    float: left;
    max-width: 32% !important;
    margin: 0px 20px 15px 0px !important;

}

.bd-text>ol>li {
    counter-increment: list;
    list-style-type: none;
}

.bd-text>ol>li::before {
    color:#000;
    content: counter(list) ".";
    left: 30px;
    position: absolute;
    text-align: right;
    width: 26px;
}

.bd-text>ol>li>ol>li {
    counter-increment: list;
    counter-increment: listStyle;
    list-style-type: none;
    margin-left: 0px !important;
}

.bd-text>ol>li>ol {
    margin-left: 0px !important;
}

.bd-text>ol>li>ol>li {
    position: relative;
}

.bd-text>ol>li>ol>li::before {
    color: #000;
    content: counter(listStyle, lower-alpha) ".";
    left: -30px;
    position: absolute;
    text-align: right;
    width: auto;
}



.iframe-holder {
    width: 500px;
    height: 281px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 20px 0px;
}

.iframe-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

@media(max-width:576px) {
    .iframe-holder {
        width: 100% !important;
        padding-top: 57%;
        height: auto;
    }
}

#attachment_2403 {
    max-width: 480px !important
}

#attachment_2403 {
    width: 100% !important
}

#attachment_2403 img {
    width: 100% !important
}

/* start table anchor tag style 27-10-2020*/
.blog-detail table tr td a {
    color: var(--lime);
}

.blog-detail table tr td a:hover {
    color: var(--orange);
}

.wp-block-table .has-fixed-layout td {
    vertical-align: top;
}

/* end table anchor tag style 27-10-2020*/
.blog-detail .comments-list .single-comment h4 {
    font-size: 12px;
    color: #a3a3a3;
    margin-top: 5px;
}

/*start paginatiion style fix 3/5/2021*/
.pagination .page-numbers {
    width: 100%;
    text-align: center;
}

.pagination li a {
    margin-left: 10px;
    font-size: 20px !important;
    padding: 5px;
    color: var(--lime);
}

.pagination li a:hover {
    color: var(--orange);
}

.pagination li span {
    margin-left: 10px;
    font-size: 20px !important;
    padding: 5px;
    font-weight: bold;
    color: var(--green);
}

/*end paginatiion style fix 3/5/2021*/
.acsb-trigger.acsb-trigger-position-y-bottom {
    position: fixed !important;
}

.toggle-group {
    margin-top: 30px;
}

.switch-toggle {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 17px;
}

.switch-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-toggle .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    border-radius: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-toggle input:checked+.slider {
    background-color: var(--lime);
}

.switch-toggle input:focus+.slider {
    box-shadow: 0 0 1px var(--lime);
}

.switch-toggle input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.switch-toggle .slider.round {
    border-radius: 34px;
}

.bd-parent .img-center img {
    width: 100%;
}

.bd-child {
    display: none;
}

.bd-child.view-child {
    display: block;
}

.img-center .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #323232;
    color: #fff;
    border-radius: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-center .blog-right {
    right: 0;
    padding: 0px 5px 0px 12px;
}

.img-center .blog-left {
    left: 0;
    padding: 0px 7px 0px 10px;
}

.bd-parent>.bd-child:first-child .img-center .blog-left {
    display: none;
}

.bd-parent>.bd-child:last-child .img-center .blog-right {
    display: none;
}

.bd-text>ol>li>ol>li>ol>li {
    list-style-type: lower-roman;
    color: var(--lime);
    padding-left: 10px;
}

.c-faqs.conditions-faq {
    padding: 30px 0px;
}

.conditions-faq .faqz .card {
    border: none;
    margin: 0px 0px 10px;
}

.conditions-faq .faqz .card-header {
    border: none;
    font-size: 24px;
    /*     padding:15px 25px; */
    border-radius: 10px;
    background-color: #4e565c;
    color: #fff;
    position: relative;
    z-index: 10;
}

.conditions-faq .faqz .card-header.collapsed {
    background-color: #e6e6e6;
    color: #4e565c;
}

.conditions-faq .faqz .card-body {
    background-color: #fbfbfb;
    padding: 30px 30px 20px;
    margin-top: -15px;
    border-radius: 0px 0px 10px 10px;
}

.conditions-faq .faqz .card-body ul li {
    color: #7b7b7b;
    font-size: 16px;
    padding-left: 25px;
    position: relative;
}

.conditions-faq .faqz .card-body ul li::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0px;
    border-radius: 100%;
    height: 12px;
    width: 12px;
    background-color: var(--lime);
}

.blog-detail p a span {
    word-break: break-word;
}

.vh-conditions .empty {
    text-align: center;
    margin: 5px 0px 15px;
    color: #fff;
}

.vh-conditions .empty-keyword {
    text-align: center;
    margin: 5px 0px 15px;
    color: var(--orange);
}

.vh-conditions .empty strong {
    font-weight: 500;
    font-size: 20px;
    color: var(--orange);
}

.img-center.ciq_cimp_25_state_selector a {
    display: none !important;
    visibility: hidden;
    height: 0px !important;
    width: 0px !important;
    overflow: hidden;
}

.listen {
    text-align: center;
}

.listen h3 {
    font-size: 18px;
}

.listen .sources {
    display: flex;
    justify-content: center;
}

.listen .sources a {
    display: flex;
    padding: 12px;
    background: #eee;
    border-radius: 7px;
}

.listen .sources a~a {
    margin-left: 10px
}

.listen .sources a img {
    height: 30px;
    width: auto;
    transition: .1s ease;
    transform: scale(1);
}

.listen .sources a:hover img {
    transform: scale(1.2)
}

.listen {
    position: relative;
    padding-bottom: 30px;
}

.listen::after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 0px;
    width: 320px;
    border-bottom: 1px solid #dce0e4;
    left: 50%;
    transform: translateX(-50%)
}

.main-display .video-blogs .other-videos a .img-holder img {
    height: auto !important;
}

.main-display .video-blogs .other-videos a {
    align-items: flex-start;
}

.main-display .video-blogs .other-videos a .img-holder img {
    min-width: 160px;
    max-width: 160px;
    border-radius: 7px;
}

.main-display .video-blogs .other-videos a {
    align-items: flex-start;
}

.other-videos .text {
    padding: 0px 0 8px 20px;
}

.main-display .blog-post .text {
    height: auto !important;
    position: relative;
    background: transparent;
    padding: 15px 0;
}

.main-display .blog-post .text span {
    color: #8c8c8c;
}

.main-display .blog-post .text .text-control>a {
    display: block;
}

.main-display .blog-post .text h6 {
    color: var(--green);
}

.main-display .blog-post {
    border: none !important;
}

.main-display .blog-post .text {
    background: white !important;
}

.trending-posts .t-post .text .badge {
    display: table !important;
}

.discModal .modal-body {
    padding: 3vw;
}

.discModal .modal-body .popTitle {
    color: var(--lime);
    text-align: center;
    margin: 0 0 20px;
    font-size: 28px;
}

.discModal .modal-body p {
    color: #787878;
    font-size: 14px;
    margin: 0;
    line-height: 24px;
    text-align: center;
}

.discModal .modal-body .close {
    position: absolute;
    top: 10px;
    right: 15px;
    outline: none !important;
    opacity: 1;
    color: #c00000 !important;
}

@media(max-width:991px) {
    .discModal .modal-body {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .vh-copyright p {
        text-align: center;
    }
}

.listBox h3 {
    font-family: bold !important;
}
@media (max-width: 991px)
{
    .post-author.acard .header .auth-name .auth-url 
    {
        color:#000 !important;
        margin-bottom:5px;
    }
    .post-author.acard .header a {
        color: var(--brandLightGreen) !important;
        font-weight: 600;
    }
}
.author-card h5
{
    color:#000 !important;
}

.bd-text ul li a,
.bd-text ol li a {
    color: var(--brandLightGreen) !important;
}
.bd-text ul li::before{
    background-color: var(--brandLightGreen) !important;
}
.bd-text ol li::before
{
    background:transparent !important;
    color:var(--brandLightGreen) !important;
} 

.bd-text ol li a:hover,
.blog-detail ul li a:hover, .blog-detail ol li a:hover
{
    color: var(--brandLightGreen);
}

.blog-detail ul li a, .blog-detail  ol li a {
    color: #000;
}
.blog-detail table tr td a {
    color: #20966E !important;
}

.blog-detail table tr td a:hover {
    color: var(--orange) !important;
}
.blog-detail ul li, .blog-detail ol li{
	color:#111;
}


  .site-footer .drop-drown .dropdown-toggle::after {
    right: 15px;
    left: auto;
  }
  .site-footer .drop-drown {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .switch-toggle {
    margin: 0 0 0 17px !important;
  }
  @media (max-width: 991px) {
    .site-footer .drop-drown {
      justify-content: center;
      gap: 18px;
    }
    .site-footer .drop-drown .dropdown-toggle {
      padding: 7px 20px 7px 20px;
    }
  }
.topbar .drop-drown .dropdown-toggle::after
{
    display:none !important;
}
.topbar .drop-drown .dropdown-toggle {
    padding: 7px 20px !important;
}
.topbar .drop-drown .dropdown-toggle:hover
{
    background-color:var(--lime) !important;
    color:#fff !important;
    border-color:var(--lime);
}
.t-links .socials .social-insta {
    background-color: transparent;
    border-color: transparent;
}
@media(max-width:991px)
{
    .site-footer .drop-drown .dropdown-toggle {
        padding: 7px 30px 7px 20px !important;
    }
}
@media(max-width:576px)
{
    .main-display .video-blogs .other-videos a .img-holder img {
        max-width: 100%;
    }
    .trending-posts .t-post .text .badge {
        margin: 0 auto 10px;
    }
}
.wp-video video {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.wp-video {
    max-width: 100%;
    height: auto;
    position: relative;
    padding-top: 56%;
    margin-bottom: 30px;
}
.blog-detail .blog-tile-box .author-profile-tag .img-holder img {
    object-fit: cover;
}
.toggleASC {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-family: 'medium';
    color: #fff;
    background: var(--brandLightGreen);
    padding: 8px 15px 6px;
    border-radius: 7px 7px 0 0 ;
}
.toggleASC i{
    font-size:16px;
    transition:.15s ease-in;
    line-height:10px;
    position:relative;
    top:-2px;
}
.toggleASC.collapsed {
    background: var(--brandLightGreen);
    border-radius: 5px;
}
.toggleASC.collapsed i {
    transform: rotate(180deg);
}
@media(max-width:991px){
    .social-pod.vertical,
    .social-pod.vertical ~ div {
   	 display: none !important;
    }
}
#SidebarSkyscraper.fix > div {
    position: fixed;
    top: 62px;
    z-index: 100;
}
#SidebarSkyscraper {
    display: flex;
    justify-content: center;
}
.vh-post-container .post ~ .post .blog-detail>.container>.row>div+div {
    display: none;
}
.vh-post-container .post ~ .post .blog-detail>.container>.row>.col-lg-8>#Anchor-Ad-Container {
    display: none;
}
.c-btn {
    position: absolute;
    z-index: 10;
    right: 22px;
    background: #fff;
    padding: 1px 4px 0;
    color: #00cd9c;
    top: 11px;
    font-size: 11px;
    height: 16px;
}
.loaded_posts + .post {
  position: relative;
  z-index: 1;
}
/*.ad-container.fix > div {
  position: fixed;
  top: 62px;
  z-index: 100;
}*/
.ad-container {
  display: flex;
  justify-content: center;
}
.vh-post-container .post ~ .post .blog-detail > .container > .row > div + div {
  display: none;
}

/* mid blog state selector cta */

.listBox {
    background: #254d27;
    padding: 40px 20px;
    margin: 0 auto 30px auto;
    max-width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 15px;
}

.listBox::before {
    content: "";
    background-image: url('https://www.veriheal.com/wp-content/themes/veriheal/images/bg-karma.png');
    background-repeat: no-repeat;
    background-size: contain;
    filter: hue-rotate(321deg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    z-index: -1;
    transition: transform 0.3s ease;
}

.listBox::after {
    content: "";
    background-image: url('https://www.veriheal.com/wp-content/themes/veriheal/images/bg-karma2.png');
    background-repeat: no-repeat;
    background-size: contain;
    filter: hue-rotate(329deg) brightness(1.5);
    position: absolute;
    bottom: -5%;
    right: -5%;
    height: 50%;
    width: 35%;
    z-index: 2;
    transition: transform 0.3s ease;
}

.listBox:hover::before {
    transform: scale(1.1);
}

.listBox:hover::after {
    transform: scale(1.1);
}

.listBox .content-box {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    position: relative;
}

.listBox h3 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 1em;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    color: #F2F1EB;
}

.listBox p {
    text-align: center;
    font-size: 20px;
    color: #F2F1EB;
}

.listBox ul {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.listBox ul li {
    font-size: 18px;
    color: #F2F1EB;
    position: relative;
    padding-left: 30px;
}

.listBox ul li::before {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #30D890;
    position: absolute;
    left: 0;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.listBox .selectWrap {
    background-color: var(--orange) !important;
    background-image: none !important;
    border-radius: 30px;
    margin-top: 25px;
    overflow: hidden;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.selectWrap .state-select {
    width: 100%;
    height: auto;
    padding: 15px 40px 15px 15px;
    background-color: transparent;
    border: none;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    appearance: none;
    background-image: url(https://www.veriheal.com/wp-content/uploads/2020/10/angle-down.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    cursor: pointer;
    text-align: center;
    transition: font-weight 0.3s ease; 
}

.selectWrap .state-select:hover {
    font-weight: 900; 
}

.selectWrap .state-select option {
    color: #FFF;
    background-color: #333; 
    padding: 10px 15px;
    text-align: left;
}

@media (max-width: 991px) {
    .listBox h3 {
        font-size: 22px;
    }
}

@media (max-width: 600px) {
    .listBox {
        padding: 30px 10px;
    }

    .selectWrap .state-select {
        transition: none !important;
    }

    .listBox:hover::before,
    .listBox:hover::after {
        transform: none !important;
    }
}
/* custom post table styles */
.custom-post-table {
    height: 600px;
    overflow: auto;
}
.custom-post-table th {
    text-align: center;
    background: var(--theme);
    padding: 10px;
    color: #fff;
}
.custom-post-table table td {
    min-width: 200px;
}
.custom-post-table table td:nth-child(5) {
    min-width: 225px;
}
.custom-post-table table td:last-child {
    min-width: 300px;
}
.custom-post-table::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.custom-post-table::-webkit-scrollbar-thumb {
    background: #888;
}
.custom-post-table::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.post {
    position: relative;
}
.blogPostLoader {
    width: 100%;
    z-index: 10;
    text-align: center;
    padding: 30px 15px 50px;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 30px 0;
    border-radius: 15px;
}
.blogPostLoader .boxed img
{
    height: 140px;
    border-radius:10px;
}
.blogPostLoader .boxed
{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 20px;
}
.blogPostLoader span
{
    font-size:20px;
    font-family:bold;
    color:#000;
    width:0px;
    white-space:nowrap;
    overflow:hidden;
    display:block;
    animation-name:reveal;
    animation-duration:1s;
    animation-fill-mode:forwards;
    animation-iteration-count:infinite;
}
.blogPostLoader img
{
    display:inline-block;
    height:150px;
    width:auto;
    filter: grayscale(1);
    opacity: .3;
}
.blogPostLoader .boxed .thumbTitle
{
    font-size: 24px;
    font-family:bold;
    color:#000000;
    max-width: 230px;
    text-align:left;
    max-height: 100px;
    overflow:hidden;
}
.loadingText {
    width:199px;
}
@keyframes reveal
{
    0% {
        width:0px;
    }
    100% {
        width:100%;
    }
}
.certifiedChecker 
{
    font-size:20px;
    font-family:medium;
    color:var(--orange);
    margin-top:10px;
}
.certifiedChecker i
{
    position:relative;
    color:var(--lime);
    font-size:24px;
    margin-right:5px;
}
.certifiedChecker i::after
{
    content:"\2713";
    color:#fff;
    position:absolute;
    left:50%;
    top:50%;
    z-index:10;
    transform:translate(-50%,-50%);
    font-size:14px;
}
.blog-detail .blog-tile-box .flex-row {
    position: relative;
    top: 0px;
    padding-bottom: 15px;
}

.blog-detail .blog-tile-box .checkedBy small {
    font-size: 14px;
    display: block;
    white-space: nowrap;
    color: #000;
    font-family: 'regular';
}

.blog-detail .blog-tile-box .checkedBy small i {
    color: #00a540;
    font-size: 16px;
    margin-right: 4px;
}

.blog-detail .blog-tile-box .checkedBy small a {
    font-family: regular !important;
    color: transparent;
    display: inline-block;
    color: var(--brandLightGreen);
    text-decoration: underline !important;
}

.blog-detail .blog-tile-box {
    margin-bottom: 35px;
}

.blog-detail .blog-tile-box .slugs {
    position: relative;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.sticky {
    position: fixed;
    background-color: white;
    z-index: 1000;
    top: 100px;
}
.blog-detail .blog-tile-box .slugs span {
    font-family: medium;
    font-size: 13px;
}

.blog-detail .blog-tile-box .author-profile-tag p {
    font-family: medium;
}

.blog-detail .blog-tile-box .author-profile-tag p a {
    font-family: regular;
    font-weight: 700;
}
.blog-detail .blog-tile-box .author-profile-tag .img-holder {
    position: relative;
    height: 60px;
    width: 60px;
    min-width: 60px;
    margin-right: 15px;
    border-radius: 5px;
    overflow: hidden;
}
.blog-detail .blog-tile-box .author-profile-tag .img-holder
{
    top:0;
}
.blog-detail .blog-tile-box .flex-row
{
    align-items:flex-end;
}

@media(max-width:576px)
{
    .blog-detail .blog-tile-box .flex-row
    {
        flex-direction:column !important;
        width:100%;
        align-items:flex-start;
        gap:15px;
    }
}
/* Author Socials */
.author-socials
{
    margin-top:10px;
}
.author-socials li a 
{
    color:#fff;
    height:28px;
    width:28px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:5px;
    transition: transform .1s ease-in !important;
    transform:scale(1);
}
.author-socials li a:hover
{
    transform:scale(1.1)
}

@media (max-width:991px) {
    .member-detail .md-flex {
        align-items: center;
    }
}


.mblog-post {
    position: relative;
    background: #f1f4f5;
    border-radius: 10px;
    padding: 5px;
}

.mblog-post .img-holder {
    border-radius: 7px;
    overflow: hidden;
}

.mblog-post .views-pbtime {
    position: absolute;
    right: 10px;
    bottom: 0;
}

.mblog-post .views-pbtime span {
    font-size: 11px !important;
}


.reviewed {
    font-size: 13px;
    font-family: medium;
    color: var(--orange);
    display: inline-flex;
    align-items: center;
}

.reviewed i {
    position: relative;
    color: var(--lime);
    font-size: 16px;
    margin-right: 5px
}

.reviewed i::after {
    content: "\2713";
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    font-size: 10px
}

@media(max-width:767px) {
    .mblog-post .text {
        position: relative;
    }

    .mblog-post .views-pbtime {
		bottom: 0;
		top: auto;
		position: relative;
		right: 0;
	}

    .reviewed {
        padding-left: 5px;
        display: flex;
        margin-bottom: 10px;
    }

    .mblog-post {
        padding-bottom: 15px;
    }
}
.related-posts .post-box h5 {
    word-wrap: break-word ;
}

.blog-detail ul.comments-list {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
.blog-detail .comments-list ul{
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}
.blog-detail .comments-list ul li::before,
.blog-detail ul.comments-list li::before{
    content: none !important;
}
.blog-detail .comments-list .single-comment{
    list-style-type: none !important;
}
.blog-detail .comments-list li{
    padding: 0px;
    margin: 0px;
}
.blog-detail .comments-list li.single-comment {
    padding: 15px 30px;
}
.blog-detail .single-comment li.single-comment {
    padding: 25px 10px 15px 20px !important;
    margin-top: 25px !important;
}


.blog-detail .single-comment li.single-comment {
    border: none !important;
    margin: 0!important
}

.blog-detail .comments-list .single-comment h5 {
    position: relative
}

.blog-detail .comments-list .single-comment h5::before {
    content: "";
    height: 8px;
    width: 8px;
    background: #20966E;
    position: absolute;
    top: 4px;
    border-radius: 10px;
    left: -15px;
    z-index:99;
}

.blog-detail .comments-list .single-comment.parent {
    position: relative
}
.blog-detail .comments-list .single-comment .comment-body {
    position: relative
}

.blog-detail .comments-list>li>.comment-body::after {
    display: none
}
.blog-detail .comments-list .single-comment .comment-body::after {
    content: "";
    height: 32px;
    width: 25px;
    position: absolute;
    top: -24px;
    border-bottom-left-radius: 20px;
    left: -32px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

#diq-scroller {
    text-align: center;
    background: var(--brandLightGreen);
    padding: 15px 0;
    border-radius: 0 0 5px 5px;
    color: #fff;
    font-size: 20px;
    transition: linear .1s;
}
#diq-scroller:hover {
    background: var(--brandDullGreen);
}
.toc-inner {
    padding: 20px 20px 0;
}

.blog-detail .comments-list .single-comment .comment-body::before {
    content: "";
    height: 100%;
    width: 1px;
    background: #ddd;
    position: absolute;
    top: 4px;
    left: -12px
}
.blog-detail .comments-list .last-comment .comment-body::before {
    display:none;
}
.blog-detail .comments-list .yes
{
    position:relative;
}
.blog-detail .comments-list .yes::after
{
    content: "";
    height: 100%;
    width: 1px;
    background: #ddd;
    position: absolute;
    top: 5px;
    left: -12px;
    z-index:10;
}
.blog-detail .comments-list .single-comment h5 > span
{
    font-family:medium;
    color:#005d3e;
}
.wp-caption.aligncenter {
    width: auto !important;
    max-width: 100%;
}
[data-wpr-lazyrender] {
    content-visibility: visible !important;
}

/* start the mobile menu sync style  */
#custom-mobile-menu {
    margin-top: 0px;
}

@media (max-width:991px) {
    .navbar-brand img {
        height: 26px;
    }

    .navbar {
        padding: 7px 0;
    }

    #custom-mobile-menu {
        margin-top: 15px;
        width: 100%;
        padding: 10px 15px;
    }
    .mobile-submenu-section h3 {
        text-transform: capitalize;
    }
}
/* end the mobile menu sync style  */

.mjCard .state-dropdown-container{
    margin: 0 auto !important;
    width:400px !important;
}
.mjCard .dropdown-header span{
    margin:0px !important;
}

.veriheal-cardz .state-dropdown-container{
    margin: 0 auto !important;
    width:400px !important;
}

/*.page-id-76897 .dropdown-header,*/
/*.page-id-77019 .dropdown-header,*/
/*.page-id-77108 */
.dropdown-header {
    padding: 10px 40px 10px 20px !important;
    border-radius: 50px;
    border: 2px solid #052900 !important;
    background: #eee;
    width: 400px;
    font-family: bold;
}

.consultationHero .pcForm .dropdown-header{
    width:360px !important;
}

.state-footer-field .state-dropdown-container {
    width: 100% !important;
    max-width:100% !important;
}
.state-footer-field .dropdown-header {
 
    width: 100% !important;

}
.page-id-7 .state-footer-field .dropdown-options{
    width: 532px !important;
    border-radius: 12px;
    max-height: 385px !important;
    margin-top: 5px;
    z-index: 9999 !important;
     overflow-y: scroll; 
     overflow-x: auto; 
}
.state-footer-field .dropdown-options{
    width: 532px !important;
    border-radius: 12px;
    max-height: 385px !important;
    margin-top: 5px;
    z-index: 9999 !important;
     overflow-y: scroll; 
     overflow-x: auto; 
}
.services-hero-box .state-dropdown-container {
    width: 390px !important;
}
.services-hero-box .state-dropdown-container i {
  
    right: 5px !important;
  
}
.signup-form .dropdown-header {
    width: 100% !important;
    background: #fff;
    border: unset !important;
    padding:10px 10px 10px 20px !important;
}
.signup-form .dropdown-header-text{
    color: #545a61 !important;
}
.signup-form .state-dropdown-container {
    width: 100% !important;
}
.state-dropdown-container {
   
    width: 340px;
}
.state-footer-field .dropdown-header-text {
     font-size: 14px ;
    font-weight: bold;
    color: #000;
}
.services-hero-box .dropdown-header-text {
     font-size: 24px ;
    font-weight: bold;
    color: #052900 ;
}


/*.pa
.services-hero-box .dropdown-header-text {
     font-size: 24px !important;
    font-weight: bold !important;
    color: #052900 !important;
}
/*.page-id-76897 .dropdown-header-text,*/
/*.page-id-77019 .dropdown-header-text,*/
/*.page-id-77108 */
.dropdown-header-text {
    font-size: 18px !important;
    font-weight: 700;
    color: #052900 !important;
}

.state-dropdown-container i {
    right: -40px;
}
.services-hero {
  
    z-index: 1 !important;
}

.page-id-7 .mjCard .dropdown-options {
    width: 405px !important;
    border-radius: 12px;
    max-height: 385px !important;
    margin-top: 5px;
    z-index: 9999 !important;
     overflow-y: scroll; 
     overflow-x: auto; 
}
  .services-hero-box .dropdown-header .dropdown-header-text {
      max-width: 400px;
    text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden; 
}


.dropdown-option {
    padding: 12px 20px !important;
    border-radius: 12px;
}


.dropdown-option img {
    background: #76B732 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px;
    padding: 6px;
    margin-right:15px !important;
}

.dropdown-option:hover {
    background: #667a65 !important;
    color: #fff !important;
}


.dropdown-option span {
    font-size: 18px !important;
    font-weight: 700;
    margin-left: 5px;
    color:#052900 !important;
    margin: 0px !important;
}

.dropdown-option:hover span {
    color: #fff !important;
}


.dropdown-options::-webkit-scrollbar {
    width: 8px;
}

.dropdown-options::-webkit-scrollbar-track {
    background: transparent; 
}

.dropdown-options::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.3);
    border-radius: 10px;
}


.dropdown-header img::first-child {
    display: none;
}
.services-cta .container {
    z-index: 1;
    position: relative;
}
.signup-form .dropdown-options { 
    max-height: 325px !important;

}
@media (max-width: 768px) {
    .get-card-popup .state-dropdown-container {
        text-align:left !important;
    }
  .mjCard .state-dropdown-container {
    width: 250px !important;
}
.dropdown-header {
    width: 250px !important;
}
.veriheal-quote .state-dropdown-container {
    width: 100% !important;
    margin:0 !important;
}
    .veriheal-quote .dropdown-header {
         width: 100% !important;
    }
.veriheal-cardz .state-dropdown-container{
    width: 250px !important;
}
.dropdown-header-text {
    font-size: 12px !important;
}
.services-hero-box .state-dropdown-container {
    width: 250px !important;
}
.dropdown-header .dropdown-header-text{
    font-size: 15px !important;
}
.services-cta{
    z-index: 9999;
}
.services-hero {
    z-index: 9999 !important;
}
.noticeText{
    z-index: 10000 !important;
}
.pricingHero .media{
    z-index: 9999;
}
.pricingHero .state-dropdown-container {
    width: 250px !important;
}
.page-id-7 .mjCard .dropdown-options{
    width:100% !important;
}
.page-id-7 .state-footer-field .dropdown-options{
    width:100% !important;
}
.state-footer-field .dropdown-options{
    width:100% !important;
}
}
[data-wpr-lazyrender] {
  content-visibility: visible !important;
}
.compliance-row {
    margin: 20px auto;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.compliance-row img {
    width: 300px !important;
    border-radius: 10px;
    margin: 0 20px;
}