.commonStyle__zt3BrandBg {
    background-color: #BF0B1A;
}
.commonStyle__zt3BrandBg:hover {
    background-color: #F32637;
}
  .SearchContainer__downArrow {
    border-top-color: #BF0B1A;
}
.commonStyle__zt3Link {
    color: #BF0B1A;
    -webkit-transition: color .15s ease;
    -o-transition: color .15s ease;
    transition: color .15s ease;
}
.commonStyle__zt3Link:hover {
    color: #F32637;
    -webkit-transition: color .15s ease;
    -o-transition: color .15s ease;
    transition: color .15s ease;
}
.ContentBox__headerMid {
    text-transform: none;
    font-weight: 500;
    font-size: 1.5rem;
    margin: 1.25rem 0;
    letter-spacing: 0rem;
}
.Footer__footerBg {
    background: #161B25;
}
.Footer__footerQus {
    font-size: 1.8rem;
    color: #fff;
}
.Footer__footerDescription {
    font-size: 1rem;
    color: #fff;
}
.Button__footerBtn {
    border: 1px solid transparent;
    letter-spacing: normal;
    padding: 0.7rem 1rem;
    font-size: 1.0005rem;
    border-radius: 0.25rem;
    background: #BF0B1A;
    transition: all .15s ease;
    color: #FFF;
}
.Button__footerBtn:hover {
    border: 1px solid transparent;
    letter-spacing: normal;
    padding: 0.7rem 1rem;
    font-size: 1.0005rem;
    border-radius: 0.25rem;
    background: #F32637;
    transition: all .15s ease;
    color: #FFF;
}
.Header__homeContent.Header__homeNavbarFixed .Header__navbar {
    background-color: #0C111D;
}

.Header__homeNavbarFixed .Header__navbar .Header__name {
    color: #fff;
}
.globalfixednav .globalLocalText {
    line-height: 3.35rem;
    color: #fff;
}
.globalfixednav .globalLocalText:hover {
    line-height: 3.35rem;
    color: #667085;
}
.commonStyle__zt3Brand {
    color: #BF0B1A;
}
.commonStyle__zt3BrandBorder {
    border-color: #BF0B1A;
}
.Badge__announcement {
    color: #BF0B1A;
}
.Button__primary:hover {
  background: #F32637
}
  .Button__btnFont:hover {
      background: #BF0B1A;
    color: #fff
     
}
.Button__buttonCommon:hover {
    background: #F32637
}
.ProfileTabs__profileMenu {
  background-color: #FFF;
} 
.commonStyle__disFlexRow {
   background-color: #FFF;
}.Icon__brand {
    color: #BF0B1a;
}
.Icon__brand {
    color: #BF0B1a;
}
.ProfileTabs__activeTab {
    font-weight: normal;
    background-color: transparent;
    transition: all 0.4s;
    border-radius: 0;
    color: #BF0B1a;
    border-bottom-color: #BF0B1a;
}
.ProfileTabs__tabName:hover {
  color:#667085
}
.FilterTabs__activeFilter {
    color: #BF0B1a;
}
.commonStyle__zt3breadCrumbBg {
    background: #FFF;
}

.KbSubCategoryContainer__contentList {
    vertical-align: top;
    padding: 2rem 2rem 2rem 2rem;
    margin-right: 1.5%;
  background: #FFF
}
.NoContent__title {
    color: #BF0B1a;
    margin: 1rem 0 0;
}
.KbDetailLtContainer__articleContent a {
    color: #BF0B1a;
}

/*-- CCS code for Custom Widget --*/
.WidgetContainer__boxSplit {
    margin-top: 0;
}
.ContentBox__boxThree:nth-last-child(1):first-child {
    width: 33.333333%;
  	display: inline-block;
}
@media (max-width: 991px) {
    .WidgetContainer__boxSplit {
        margin-top: -60px;
    }
  	.ContentBox__boxThree:nth-last-child(1):first-child {
    	width: 50%;
		position: absolute;
		bottom: 13.2%;
     	right: 0.77%;
	}
}
@media (max-width: 964px) {
  	.ContentBox__boxThree:nth-last-child(1):first-child {
		bottom: 16.7%;
	}
}
@media (max-width: 768px) {
  	.ContentBox__boxThree:nth-last-child(1):first-child {
    	width: auto;
      	display: block;
		position: relative;
	}
}
.container-icon {
   display: flex;
   justify-content: center;
   align-items: center;
}
.custom-icon {
    width: 61px;
    height: 61px;
    position: center;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 320" width="320" height="320"><rect x="10" y="25" width="300" height="250" rx="30" ry="30" fill="none" stroke="%23555555" stroke-width="10"/><line x1="10" y1="90" x2="310" y2="90" stroke="%23555555" stroke-width="10"/><line x1="120" y1="25" x2="30" y2="90" stroke="%23555555" stroke-width="5"/><line x1="210" y1="25" x2="120" y2="90" stroke="%23555555" stroke-width="5"/><line x1="300" y1="27" x2="210" y2="90" stroke="%23555555" stroke-width="5"/><polygon points="125,138,125,228,215,183" fill="none" stroke="%23E36316" stroke-width="10"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}
