.articles-main-wrap {
    background: #eef1f6;
    margin: 40px 0px 0px;
}

ol.footnotes.Varying.Effects li:before {
    display: none;
}

ol.footnotes.Varying.Effects {
    padding-left: 0px;
}
ol.footnotes.Varying.Effects li {
    padding-left: 0px;
}
ol.footnotes.Varying.Effects li p a:first-child::before {
    display: none;
}

ol.footnotes.Varying.Effects li p a:first-child {
    padding-left: 0px;
    width: 40px;
    padding-right: 6px;
}
ol.footnotes.Varying.Effects li p a:last-child {
    width: calc(100% - 45px);
}


.articles-main-wrap .image-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 35%;
    overflow: hidden;
}
.article-button .c-btn {
    font-weight: 400;
    font-family: 'GothamBook';
}

.articles-main-wrap .articles-content-wrap {
    padding: 25px 45px 35px 45px;
    width: 65%;
}

.articles-main-wrap .articles-cat-name {
    font-size: 20px;
    letter-spacing: 2px;
    color: #e31837;
    font-weight: 400;
    text-transform: uppercase;
}
.team-list-wrap .row {
    width: 100%;
}
.articles-main-wrap .articles-title a {
    font-size: 28px;
    color: #000;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.articles-main-wrap ul.post-meta {
    margin: 8px 0px 15px;
    padding: 0;
    color: #666666;
    list-style: none;
    font-size: 20px;
}

.articles-info {
    color: #666666;
    font-size: 16px;
   /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
}

.articles-main-wrap ul.post-meta li {
    padding: 0px 30px 0px 0px;
    border-right: 2px solid #b4b5b6;
    margin-right: 30px;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 5px;
}

.articles-main-wrap ul.post-meta li:last-child {
    border: none;
}

.articles-main-wrap ul.post-meta li>img {
    margin-right: 10px;
}

.articles-main-wrap p:empty {
    display: none;
}

.articles-professional-info h6 {
    font-size: 14px;
    line-height: 28px;
    color: #e31837;
    font-weight: 500;
}

.professional-info-wrap {
    display: flex;
    justify-content: space-between;
    display: -ms-flexbox;
    margin-right: 15px;
    margin-bottom: 15px;
}

.professional-info-wraaper,
.professional-info-wrapper {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}

.professional-text a {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #333;
    font-weight: 500;
    text-decoration: underline;
}

.professional-text {
    font-size: 13px;
    width: calc(100% - 62px);
}

.articles-professional-info .professional-ourter-wrap:first-child {
    border-right: 1px solid #c7ccd3;
}

.professional-text p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: #333333;
    margin-top: -3px;
}


/*===== css added on 28 March ===== */

.professional-info-wrap .study {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.7;
    font-size: 12px;
    color: #666666;
    margin-top: -3px;
    margin-right: 10px;
}

.professional-info-wraaper {
    clear: both;
}

.profile_small_wrap img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.profile_small_wrap {
    width: 50px;
}

.articles-info p {
    font-size: 16px;
    line-height: 1.7;
    text-align: left !important;
}

.c-btn-black {
    background: #000;
    color: #fff !important;
    border: 1px solid transparent;
}

.c-btn-black:hover,
.c-btn-black:focus {
    background-color: transparent;
    color: #000 !important;
    border-color: #000;
}

.articles-professional-info .professional-ourter-wrap:last-child {
    padding-left: 35px;
}

.articles-main-wrap .image-wrap img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.load-more-div {
    width: 100%;
}

.professional-text a:hover {
    color: #e31837;
}

.articles-list-wrap.container {
    padding: 75px 15px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.arcticles-tag-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}

.articles-tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.articles-tags {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.articles-tags ul li {
    margin: 5px 10px 5px 0px;
    padding: 8px 25px;
    border-radius: 19px;
    background-color: #cdd2da;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
}

.articles-main-wrap .image-wrap:hover img {
    transform: scale(1.05);
}

.articles-main-wrap .image-wrap img {
    transition: 1s ease-in-out;
}


/*****************/

.location-top-sec {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 35px;
}

.location-top-sec .loc-name {
    border-radius: 25px;
    padding: 10px 22px;
    margin: 5px 2px;
    font-size: 15px;
    color: #656565;
    text-transform: uppercase;
    cursor: pointer;
    transition: all ease-in-out .3s;
}

.inner-page-banner.location-map-sec .container {
    padding-top: 140px;
    padding-bottom: 80px;
}

.inner-page-banner.location-map-sec {
    background: #0c0c0c;
}

.map-img-sec {
    text-align: center;
}

.map-img-sec {
    padding-top: 15px;
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0px 25px;
}

.map-region {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

div#no-region {
    position: relative;
    /* top: -15px; */
}

div#region-23.map-region {
    left: 347px;
    top: 80px;
    z-index: 99;
}
.artical-title {
    font-size: 32px;
    letter-spacing: -1px;
    color: #000000;
    font-weight: 500;
    width: 100%;
}

.location-top-sec .loc-name:hover {
    background: #e31837;
    color: #fff;
}

.map-img-chng-sec {
    text-align: center;
    padding-left: 500px;
}

/* div#region-10 {
    left: 59.68%;
    top: 25.2%;
    width: 40.4%;
} */


.map-region img {
    width: 100%;
}

/* div#region-10 {
    left: 418px;
    top: 102px;
} */

/* 
div#region-12 {
    top: 4.7%;
    left: 30.9%;
    width: 61.7%;
} */


/* 
div#region-21 {
    top: 13%;
    left: 0%;
    width: 38.8%;
} */

/* div#region-11 {
    left: 10.2%;
    top: 3.8%;
    width: 27.2%;
} */

.team-info ul li a {
    color: #666666;  
}
.team-info ul li a:hover {
    color: var(--red);
}

/*********svg map**********/


div#region-21 {
    top: auto;
    bottom: 0px;
    left: 0px;
    width: 280px;
}
div#region-10 {
    right: 0px;
    left: auto;
    bottom: 7px;
    top: auto;
    width: 261px;
}


div#region-11 {
    left: 76px;
    top: 16px;
    width: 197px;
}
div#region-12 {
    top: 21px;
    left: auto;
    right: 59px;
    width: 450px;
}




.articles-main-wrap .articles-title a:hover {
    color: #e31837;
}

div#no-region img {
    width: 750px;
}

.articles-main-wrap ul.post-meta li span:after {
    content: ",";
}

.articles-main-wrap ul.post-meta li span:last-child:after {
    display: none;
}

ul.arcticel-banner-info {
    list-style: none;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0px 0px;
    padding: 0;
    flex-wrap: wrap;
}

ul.arcticel-banner-info li {
    align-items: center;
    display: flex;
    padding: 0 30px;
    border-left: 2px solid rgb(255 255 255 / 50%);
    margin-bottom: 10px;
}

ul.arcticel-banner-info li img {
    margin-right: 12px;
}



.footnotes {
    margin: 25px 0px 0px;
    padding: 0;
    list-style: none;
}

.footnotes li a, .footnotes li {
    position: relative;
    vertical-align: top;
}
ol.footnotes.Forensic.Accounting.Subsidy li a {
    width: calc(100% - 52px);
    line-height: 1.7;   
}

.footnotes li a:before {
    content: "\f0c1";
    font: var(--fa-font-solid);
    padding-right: 10px;
    color: #e31837;
    display: inline-block;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    transform: rotate(-10deg);
}

.footnotes li a:hover {
    color: #e31837;
}

.footnotes li a {
    padding-left: 27px;
    margin-bottom: 0px;
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    cursor: pointer;
}

.ask-author {
    padding: 100px 50px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 50px;
}

.ask-author:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .7;
}

.ask-author-contnet {
    position: relative;
    color: #fff;
    max-width: 751px;
    margin: 0 auto;
}

.ask-author-contnet h3 {
    font-size: 35px;
    line-height: 1.4;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
}

.custom-detail-page-wrap .content-row .content-wrap-left .ask-author-contnet p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #fff;
    text-align: center !important;
}

ul.footnotes li p {
    margin: 0;
}

.team-info ul li {
    color: #666666;
    font-size: 14px;
    margin-bottom: 12px;
    padding-left: 35px;
    /* min-height: 28px; */
    position: relative;
    padding-top: 3px;
}
.team-info ul li:last-child {
    margin-bottom: 0px;      
}
.team-list-wrap {
    background: #eef1f6;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px
}

.team-info ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.team-info ul li:before {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    background: var(--red);
    content: "";
    border-radius: 50%;
    top: 0px;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
}

.team-info ul li.phone:before {
    background-image: url(/wp-content/themes/mdd_v2/assets/images/phone.svg);
}

.team-info ul li.mail:before {
    background-image: url(/wp-content/themes/mdd_v2/assets/images/Email.svg);
    background-size: 16px;
}

.team-info ul li.address:before {
    background-image: url(/wp-content/themes/mdd_v2/assets/images/Location.svg);
}

.team-list-wrap .member-name {
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.4;
}

.team-list-wrap .content-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
}

.team-list-wrap .img-wrap {
    width: 135px;
}

.team-list-wrap .img-wrap img {
    width: 135px;
    height: 135px;
    object-fit: cover;
}

.sidebar-wrap.bg-none {
    padding: 0;
    padding-bottom: 10px;
    background: transparent;
    display: block;
}

.content-sidebar .authors {
    margin-bottom: 40px;
}

.related-articles-section .sec-description {
    max-width: 740px;
}

.related-articles-section .slick-track {
    margin: 0;
}

ul.arcticel-banner-info li:last-child {
    flex-wrap: wrap;
    justify-content: center;
}
.ask-author-contnet a.c-btn-red:hover, .ask-author-contnet .c-btn-red:hover, .ask-author-contnet a.c-btn-red:focus {
    background-color: #fff;
    color: #000;
}
ul.arcticel-banner-info li span:after {
    content: ",";
    padding-right: 5px;
}

ul.arcticel-banner-info li span:last-child:after {
    display: none;
}
.map-region:hover {
    opacity: 0.5 !important;
}
.articles-info p {
    margin-bottom: 0px;
}
.footnotes li p {
    margin: 0;
}
.team-info ul li.address br {
    display: none;
}
ul.arcticel-banner-info li:first-child {
    border: none;
}
/**************Respoinsive start**************/

@media (max-width: 1750px) {
   .articles-main-wrap .articles-content-wrap {
    padding: 20px 35px 25px 35px;
}

    .articles-title {
        font-size: 26px;
    }

    .articles-main-wrap .articles-cat-name {
        font-size: 18px;
    }

    .artical-title {
        font-size: 28px;
    }

    .map-img-chng-sec {
        padding-left: 450px;
    }

    .location-top-sec .loc-name {
        font-size: 14px;
        padding: 10px 14px;
        margin: 5px 3px;
    }
    .location-top-sec {
        margin-bottom: 5px;
    }

    .team-list-wrap .member-name {
        font-size: 20px;
    }

    .team-info ul li {
        font-size: 14px;
    }
    .team-list-wrap .content-wrap {
        margin-left: 15px;
    }
    .team-list-wrap {
        padding: 15px;
    }
    ul.arcticel-banner-info {
        font-size: 16px;
    }

    ul.arcticel-banner-info li {
        padding: 0 22px;
    }
 /*======== map size reduction ===*/
    div#no-region img {
        width: 530px;
    }
    div#region-10 {
        bottom: 5px;
        width: 185px;
    }
    div#region-21 {
        width: 198px;
    }
    div#region-11 {
        left: 54px;
        top: 15px;
        width: 140px;
    }
    div#region-12 {
    top: 20px;
    right: 42px;
    width: 317px;
}

 /*=== ends ===*/



}

@media (max-width: 1450px) {
    .articles-info p {
        font-size: 14px;
    }
    .articles-main-wrap .articles-title a {
    font-size: 22px;
}
.content-wrap-left table td {
    padding: 10px;
    font-size: 14px;
}
.footnotes li a { font-size: 14px;}
   .articles-main-wrap ul.post-meta li {
    padding: 0 13px 0px 0px;
    margin-right: 13px;
    font-size: 14px;
}
    .articles-tags ul li {
        font-size: 15px;
    }

    .map-img-chng-sec {
        padding-left: 280px;
    }

    .inner-page-banner.location-map-sec .container {
        padding-top: 110px;
    }
    .custom-detail-page-wrap .content-row .content-wrap-left h2 {
        font-size: 25px;
    }
}
@media (max-width: 1280px) {
    .location-top-sec {
        margin-bottom: 5px;
    }
    .inner-page-banner.location-map-sec .container {
    padding-top: 110px;
}
}

@media (max-width: 1200px) {
    .articles-main-wrap ul.post-meta li {
        font-size: 14px;
        margin-bottom: 5px;
        padding: 0;   
        margin-right: 15px;
    }
    .custom-detail-page-wrap .content-row {
        margin: 0;
    }
    .custom-detail-page-wrap .content-row .content-sidebar {
        padding: 0 10px;
    }

    .articles-main-wrap .articles-content-wrap {
        padding: 20px 20px 20px 20px;
    }

    .articles-main-wrap .articles-title a {
        font-size: 23px;
    }

    .articles-main-wrap ul.post-meta li:last-child {
        margin-bottom: 0px;
    }

    .articles-info p {
        font-size: 15px;
    }

    .articles-main-wrap ul.post-meta li {
        border-right: none;
    }

    .articles-professional-info {
        flex-wrap: wrap;
    }

    /* .articles-professional-info .professional-ourter-wrap {
        width: 100%;
    } */
    .articles-professional-info .professional-ourter-wrap:last-child {
        padding-left: 0;
        padding-top: 10px;
    }

    .articles-professional-info .professional-ourter-wrap:first-child {
        border-right: none;
    }

    .articles-main-wrap {
        margin: 20px 0px 0px;
    }

    .articles-tags ul li {
        font-size: 14px;
    }

    .map-img-chng-sec {
        padding-left: 210px;
    }

    .location-top-sec .loc-name {
        font-size: 12px;
        padding: 6px 15px;
        position: relative;
        z-index: 55;
    }
    ul.arcticel-banner-info {
        font-size: 16px;
    }
    .team-list-wrap .img-wrap {
        width: 115px;
    }
    .team-list-wrap .img-wrap img {
        width: 115px;
        height: 115px;
    }
    .team-list-wrap .content-wrap {
        margin-left: 15px;
    }
    .custom-detail-page-wrap .content-row .content-wrap-left h2 {
        font-size: 25px;
    }

    ul.footnotes li a {
        font-size: 16px;
    }
    .ask-author-contnet h3 {
        font-size: 30px;
    }
    .custom-detail-page-wrap .content-row .content-wrap-left .ask-author-contnet p {
        font-size: 16px;
    }
    .ask-author {
        padding: 70px 30px;
    }
    div#no-region img {
        width: 500px;
    }
    div#region-10 {
        right: 0px;
        left: auto;
        bottom: 5px;
        top: auto;
        width: 174px;
    }
    div#region-11 {
        left: 51px;
        top: 16px;
        width: 131px;
    }
    div#region-12 {
        top: 19px;
        left: auto;
        right: 39px;
        width: 300px;
    }
    div#region-21 {
        top: auto;
        bottom: 0px;
        left: 0px;
        width: 187px;
    }
    .articles-main-wrap .articles-title a {
    -webkit-line-clamp: 2;
}
.load-more-div {
    padding: 25px !important;
}
}


@media (max-width: 991px) {
    .articles-main-wrap .image-wrap {
        width: 40%;
    }
    ul.arcticel-banner-info li {
        font-size: 14px;  
    }
    .inner-banner-content {
        padding: 0 15px;
    }
    .articles-main-wrap .articles-title a {
    -webkit-line-clamp: 3;
}
    .location-top-sec .loc-name {
        padding: 6px 7px;
    }

    .articles-main-wrap .articles-content-wrap {
        width: 60%;
    }

    .articles-main-wrap .articles-content-wrap {
        padding: 15px;
    }

    .articles-main-wrap .articles-cat-name {
        font-size: 16px;
    }

    .articles-main-wrap .articles-title a {
        font-size: 20px;
    }

    .articles-tags {
        flex: auto;
        margin-bottom: 15px;
        width: 100%;
    }

    .articles-list-wrap.container .articles-main-wrap {
        width: calc(50% - 10px);
        flex-wrap: wrap;
            display: block !important;
    }

    .articles-list-wrap.container .articles-main-wrap>div {
        width: 100%;
    }

    .artical-title {
        font-size: 22px;
    }

    .map-img-chng-sec {
        padding-left: 0px;
    }

    .articles-info p {
        font-size: 14px;
    }

    .location-top-sec {
        justify-content: center;
        margin-bottom: 20px;
    }

    .content-sidebar .authors {
        margin-bottom: 30px;
    }
    .custom-detail-page-wrap .content-row .content-wrap-left h2 {
        font-size: 22px;
    }
    .custom-detail-page-wrap .content-row .content-wrap-left p {
        font-size: 14px;
    }
    ul.footnotes li a {
        font-size: 15px;
    }
    .ask-author-contnet h3 {
        font-size: 25px;
    }
    .custom-detail-page-wrap .content-row .content-wrap-left .ask-author-contnet p {
        font-size: 15px;
    }
    .inner-page-banner.location-map-sec .container {
        padding-top: 110px;
    }
    .articles-main-wrap .image-wrap img {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .articles-list-wrap.container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .articles-tags ul li {
        font-size: 12px;
    }
    ul.arcticel-banner-info {
        font-size: 16px;
    }
    ul.arcticel-banner-info li {
        padding: 0 15px;
    }
    .custom-detail-page-wrap .content-row .content-wrap-left .ask-author-contnet p {
        font-size: 14px;
    }
    .ask-author-contnet h3 {
        font-size: 23px;
    }
    .articles-list-wrap.container {
        padding: 50px 15px;
    }
        .articles-main-wrap ul.post-meta {
    margin: 20px 0px 0px;
}
.articles-main-wrap ul.post-meta li {
    margin-bottom: 10px;
}
.arcticles-tag-info {
/*    align-items: flex-start;*/
    margin-top: 15px;
}
.articles-tags {
    width: auto;       margin-bottom: 10px;     
}
.articles-main-wrap hr {
    margin-top: 10px;
}
.articles-tags ul li {
    margin: 3px 10px 3px 0px;
}
.article-button .c-btn {
    font-size: 13px;
    padding: 8px 25px;
}
}
@media (max-width:767px) {
    .articles-main-wrap .image-wrap img {
        height: 210px;
    }
}

@media (max-width: 576px) {
.arcticles-tag-info {
    flex-wrap: wrap;
}
ul.arcticel-banner-info li img {
    margin-right: 8px;
    max-width: 18px;
}
ul.arcticel-banner-info li {
    padding: 0;
    font-size: 15px;
    line-height: 1.7;
}

    .articles-list-wrap.container .articles-main-wrap {
        width: 100%;
        flex-wrap: wrap;
    }
    ul.arcticel-banner-info li {
        width: 100%;
        justify-content: center;
        border: none;
    }
    div#no-region img {
        width: 300px;
    }
    .inner-page-banner.location-map-sec .container {
        padding-top: 80px;
    }
    div#region-10 {
        bottom: 3px;
        width: 104px;
    }
    div#region-11 {
        left: 31px;
        top: 16px;
        width: 78px;
    }
    div#region-12 {
        top: 18px;
        left: auto;
        right: 24px;
        width: 179px;
    }
    .location-top-sec .loc-name {
        padding: 6px 15px;
    }
    div#region-21 {
        top: auto;
        bottom: 0px;
        left: 0px;
        width: 112px;
    }
    .map-img-sec {
        margin: 0px 0px;
    }
    .articles-info p {
        font-size: 14px;
    }
    .articles-main-wrap ul.post-meta li {
        font-size: 14px;
    }
    .articles-main-wrap ul.post-meta li>img {
        margin-right: 7px;
        height: 15px;
    }
}

@media (max-width: 450px) {
    .team-list-wrap .content-wrap {
        width: 100%;
        margin-left: 0px;
        flex: 100%;
        margin-top: 10px;
    }
    .articles-main-wrap .image-wrap img {
        height: 220px;
    }
}

h4.member-profile {
    font-size: 14px;
    color: var(--red);
    margin: 0;
    font-weight: 400;
}
/********************/

.map-img-sec .map-region:nth-child(2) {
    right: 0;
    left: auto;
    bottom: 7px;
    top: auto;
    width: 261px;
}

.map-img-sec .map-region:nth-child(3) {
    left: 76px;
    top: 16px;
    width: 197px;
}
/*Date 28-Nov-2024 Start*/
.team-info ul .cell_phone_profile.phone::before {
    top: 50%;
    transform: translateY(-50%);
}
/*Date 28-Nov-2024 Close*/