.body{
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  font-family: Arial, sans-serif;
}

.Header__logo img{
  width: ;
  height: auto;
  border-radius: 5% !important;
}
.Header__tabsTab{
 border: none;
}

.BreadCrumbs__breadcrumbsView ul li{
  font-size: 0.9rem;
  font-weight: bold;
  color: #000000;
}

.SearchContainer__searchBox{
  font-size: 0.9rem;
}

.Input__searchBox input{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    border-radius: ;
}

.Layout__oneColumn, .Layout__twoColumn, .Layout__twoColumn2, .Layout__twoColumnReverse {
  background-color: transparent;
}

.articleSubCategory .KbSubCategoryContainer__row .KbSubCategoryContainer__contentList .ListHeader__headerType1{
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  border-radius: 5px;
  align-items: center;
  margin: 10px 0 0 0;
  background: unset;
}

.articleSubCategory .KbSubCategoryContainer__row .KbSubCategoryContainer__contentList .ListHeader__headerType1:hover{
  box-shadow: 0 8px 12px 0 rgb(0 0 0 / 0.4);
  transition: 0.3s;
  background: #f8f8f8;
  transform: translate(0px, 10px);
}

.ListHeader__headerType1 .commonStyle__zt3Link, .themeLink{
  font-size: 1rem;
  white-space: normal !important;
}

.ListHeader__description{
  font-size: 0.7rem;
}

.commonStyle__widgetSection, .recentArticles, .popularAricles,.ArticleListRightContainer__widgetSection,.KbDetailRtContainer__widgetRight .WidgetContainer__list{
  border: 1px solid #fff0f5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.ListHeader__headerContent .commonStyle__flex1{
  font-size: 1rem;
  color: #ffffff;
}

.ContentList__topicContent,.WidgetContainer__list,.ContentList__topicContent .commonStyle__zt3Link, .themeLink,.recentArticles .commonStyle__zt3Link, .themeLink, .popularAricles .commonStyle__zt3Link, .themeLink,.Menu__menuItem a{
  font-size: 0.9rem;
  font-weight: lighter;
  line-height: 1.2;
}

.KbDetailLtContainer__detailHeader{
  font: 1.2rem sans-serif;
  font-weight: 600;
}

.KbDetailLtContainer__articelDetail{
  font-size: 0.9rem sans-serif;
  font-weight: 600;
}

.ListHeader__listIcon2 > svg {
align-items: center;
}

.Icon__greyShade70 {
  color: #ffffff;
}

.ListHeader__listHeader3{
  border: 1px solid #fff0f5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  border-radius: ;
  margin: 0px 0px 20px 0px;
  padding: 10px 0 10px 0;
}

.ListHeader__listHeader3 .commonStyle__zt3Link, .themeLink{
  font-size: 0.9rem;
  line-height: 1.5;
}

.ListHeader__listHeader1,.ListHeader__listHeader2{
  border: 1px solid #fff0f5;
  background: #ff5d04;
  font-weight: 600;
  color: #ffffff;
  padding:8px;
}

.commonStyle__zt3BrandBg{
  background: #ff5d04;
}

.KbDetailRtContainer__widgetRight .ListHeader__linkText{
  color: #ffffff;
}

.KbDetailRtContainer__widgetRight .ListHeader__linkText:hover{
   color: #fff0f5;
}

.articleSubCategory .KbSubCategoryContainer__row .KbSubCategoryContainer__contentList .ContentList__topicList,
.articleSubCategory .KbSubCategoryContainer__row .KbSubCategoryContainer__contentList .ContentList__moreOption{
 display:none; 
}

.Button__footerBtn,.Footer__footerInfo,.Icon__small, .Footer__container2{
  display: none;
}

.KbDetailLtContainer__userSocialIcon{
display: none
}
.articleDetail .KbDetailLtContainer__articleContent *{
  white-space: normal
}

/* ===============================
   Hiding Unnecessary Sections
   =============================== */
.ArticleListRightContainer__widgetSection:first-of-type,
.KbDetailRtContainer__widgetSection:first-of-type{
  display: none;
}
