.Footer__footerCopyrigt {
font-size:12px;
 /* font-family: poppins;*/
}
.Footer__footerBg {
  background-image: linear-gradient(90deg, #4B3DA7 0%, #38D8BE 100%);
}
#headerContainer {
background-color: rgba(0,0,0,0.45);
}
#headerContent {
/* font-family: poppins;*/
  color:white;
text-align: center;
}
#navBar{
align-content: center;
}

.KbDetailLtContainer__pagination {
display:none;
}

.Layout__layout1 {
padding: 3rem 3rem!important;
}
.KbDetailLtContainer__articleContent a {
color:#6378ff!important;
font-weight:600;}
.KbDetailLtContainer__articleContent a:hover{
color: #06D6A0!important;
text-decoration: underline;
}
.Layout__layout1 h2 {
    font-family: "Poppins";
    font-weight: 700!important;
    color: #4074ff;
    font-size: 26px !important;
    margin-top: 2em;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfe4ff;
}
.Layout__layout1 h1 { 
font-family: "Poppins";
    font-weight: 600!important;
    font-size: 32px !important;
}

.Layout__layout2 {
padding: 0rem 0.5rem!important;
background-color:#f6f7ff;
}

.Layout__oneColumn, .Layout__twoColumn, .Layout__twoColumn2, .Layout__twoColumnReverse {
padding: 0!important;
}


.Footer__footerBg {
margin-top: 30px;
}

.AppContainer__container {
padding:15px; 1rem;
}

.Icon__brand {
color: #6378ff}

.AppContainer__keyBoardfocus, [data-focus-added] {
outline: solid 2px #6378ff !important;}

.mainContainer {padding-top:1.5rem!important;}

.Footer__footerQus, .Footer__footerDescription {
  font-family: poppins;
color: white;
}

.Button__footerBtn {
background:#ff636d;
}

.Button__footerBtn:hover {
background:#6378ff;
}

.commonStyle__zt3BrandBg {
 background-color: #6378ff; 
}

/*** hide section description and section icon**/
.ListHeader__description, .ListHeader__listIcon2 {
display:none;
}

.KbCategory__topic a{
font-family: "Poppins", Sans-serif;
color:#333333;
}

.ScrollSticky__type2 {
background-color: #f6f7ff;
}

.Printcontainer__print{display:none;}
.KbDetailLtContainer__pdfView {display:none;}
.KbDetailLtContainer__readerView{display:non;}

.ContentList__subCategory .ContentList__documentIcon {
    margin: 0 0.5rem;
}
.ContentList__subCategory .ContentList__topicContent {
    margin-left: 2rem;
}

/*Dot change*/
.ContentList__documentIcon{
	position:relative  
}
.ContentList__documentIcon svg{
 	display:none; 
}
.ContentList__documentIcon:before{
    content: '.';
    font-size: 35px;
    color: #000;
    position: absolute;
    top: -26px;
}
.ContentList__topicContent{
  	margin-left: 1.5rem !important;
}
.ContentList__subCategory .ContentList__documentIcon{
 	margin:0px; 
}
.ContentList__subCategory .ContentList__moreOption{
  	margin-left: 1.5rem;
}

.home .KbCategory__box .KbCategory__topicContent {
    display: none;
}
.home .Avatar__xmedium {
    height: 140px;
    width: 140px;
}
.home .MediaObject__mediaObject {
    flex-direction: column;
}
.home .MediaObject__mediaFigure {
    margin: 0 0 35px 0;
    justify-content: center;
    display: flex;
}
.home .MediaObject__mediaContent {
    display: flex;
    justify-content: center;
}
.home .KbCategory__box {
    box-shadow: none;
}

.Layout__collapsefullWidth {
margin-top:3rem;
}

/*New custom widget*/
.ee_row{
		display: flex;
		flex-wrap: wrap
	}
	.ee_col{
		width: 33.33%;
		max-width: 100%;
		box-sizing: border-box;
		position: relative;
		padding: 30px 0;
		text-align: center;
	}

	.ee_colLink{
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0
	}
	.ee_title{
		margin: 20px 0 30px 0;
	    color: #616161;
	    font-weight: bold;
	    font-size: 20px;
	}
	.ee_learnMore{
		border: solid 1px #4f58a8;
    	border-radius: 5px;	
    	margin: 0 35px;
    	padding: 5px 0
	}
	.ee_logo{
		height: 140px;
    	width: 140px;
	}

	@media only screen and (min-width: 1024px){
		.ee_col{
			border-right: 1px solid #e3e3e3;
		}
		.ee_col:last-child, 
		.ee_col:nth-child(3) {
		    border-right: none;
		}
		.ee_col:nth-child(1), 
		.ee_col:nth-child(2), 
		.ee_col:nth-child(3) {
		    border-bottom: 1px solid #e3e3e3;
		}
	}
	@media only screen and (max-width: 1023px){
		.ee_col{
			width: 50%
		}
	}
	@media only screen and (max-width: 768px){
		.ee_learnMore {
		    margin: 0 10px;
		}
	}
	@media only screen and (max-width: 640px){
		.ee_col{
			width: 100%
		}
	}
