.clearfix:after, .content-panel .heading:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

@media (max-width: 767px) {
    body.support-article .intro-panel {
        height: 600px;
    }
}

@media (min-width: 768px) {
    body.support-article .intro-panel {
        min-height: 582px;
    }
}

@media (max-width: 767px) {
    body.support-article .intro-panel .top-part {
        display: none;
    }
}

body.support-article .intro-panel + .content-panel {
    margin-top: -569px;
}

@media (min-width: 768px) {
    body.support-article .intro-panel + .content-panel {
        margin-top: -473px;
    }
}

.gray-bg {
    background: #f5f6f7;
}

.article-content table {
    width: auto !important;
}

.TableOnly .article-content table {
    width: 100% !important;
}

.article-content table tr {
    width: auto !important;
    height: auto !important;
}

.article-content table td {
    width: auto !important;
    height: auto !important;
}

@media (max-width: 768px ) {
    .article-content {
        overflow: scroll;
    }

    .article-content table {
        width: 100%;
        display: inline-block;
        text-align: left !important;
        table-layout: fixed !important;
        float: left;
    }

    .TableOnly .article-content table {
    width: auto !important;
   }

   .TableOnly .article-content table td {
       padding: 2px 15px;
   }

    .TableOnly .article-content table p {
    margin-bottom: 0;
    line-height: 25px;
    font-size: 14px;
   }
   .TableOnly .article-content table {
     border: 0.5px #cecece solid;
   }
}

.content-panel {
    margin: 30px auto;
}

@media (min-width: 768px) {
    .content-panel {
        margin: 80px auto;
    }
}

.content-panel .gray-bg {
    padding: 20px;
    /* overflow: scroll; */
}

@media (min-width: 768px) {
    .content-panel .gray-bg {
        padding: 40px;
    }
}

@media (min-width: 1024px) {
    .content-panel .gray-bg {
        padding: 45px;
    }
}

.content-panel .heading {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .content-panel .heading h1 {
        float: left;
        width: calc(100% - 250px);
    }
}

.content-panel .info-part {
    font-size: 15px;
    line-height: 24px;
}

@media (max-width: 525px) {
   .content-panel .info-part .category-names {
    width: 100%;
     padding: 0;
    }

    .content-panel .info-part .category-names a{
    font-size: 13px;
    }

}

@media (min-width: 768px) {
    .content-panel .info-part {
        /* float: right; */
        /* width: 250px; */
        /* padding: 10px 0 0 4.3%; */

    }
     .content-panel .info-part .category-names {
    width: 100%;
     padding: 0;
    }

     .content-panel .info-part .category-names a{
        font-size: 13px;
    }
 }

.content-panel .info-part strong {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .content-panel .text-part {
        width: 100%;
        padding-right: 50px;
    }
    .content-panel .text-part.TableOnly p {
        margin-bottom: 0;
        line-height: 23px;
        padding: 0  10px;
    }

}

.content-panel .text-part.TableOnly {
   width: 100% !important;
   padding-right: 0 !important;
}
.content-panel .text-part.TableOnly .article-content {
   width: 100% !important;
   padding-right: 0 !important;
}

.content-panel .block-wrap {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .content-panel .block-wrap {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .content-panel .block-wrap p {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .content-panel h2 {
        font-size: 22px;
        line-height: 28px;
        /* margin-bottom: 20px; */
    }
}

.content-panel .link-row {
    text-align: center;
}

@media (min-width: 768px) {
    .content-panel .link-row {
        text-align: right;
        padding: 0 29px;
    }
}

.question-block {
    margin-bottom: 40px;
}

.question-block .btn {
    position: relative;
    min-width: 97px;
    padding-left: 40px;
}

.question-block .btn .ico {
    position: absolute;
    left: 19px;
}

.question-block .btn .ico.no-ico {
    top: 14px;
    left: 21px;
    top: 22% !important;
}

.related-articles {
    border-top: 1px solid #dfe2e6;
    padding: 40px 0 20px;
    margin: 0 -8px;
}

@media (min-width: 768px) {
    .related-articles {
        padding-bottom: 0;
        margin: 0;
    }
}

.related-articles .title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.related-articles .article-title {
    display: block;
    margin-bottom: 30px;
}

.related-articles .article-title a {
    color: inherit;
    text-decoration: none;
}

.related-articles .article-title a:hover {
    color: #33CC99;
}

.btn-hold .btn {
    margin: 0 6px 6px 0;
}
p {
  margin-top: 10px ;
  margin-bottom: 10px ;
}

.two-bg-section p {
    margin-bottom: 3rem;
}
