.Disnone {
  display: none;
}

.EditorText h1 {
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
}
.EditorText h2 {
  font-size: 28px;
  font-weight: normal;
  line-height: 40px;
}
.EditorText #SubHeading2 h2 {
  font-size: 56px;
  font-weight: normal;
  line-height: 62px;
}
.EditorText h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 34px;
}
.EditorText #SubHeading3 h3 {
  font-size: 48px;
  font-weight: normal;
  line-height: 52px;
}
.EditorText h4 {
  font-size: 22px;
  font-weight: normal;
  line-height: 34px;
}
.EditorText #SubHeading4 h5 {
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
}
.EditorText h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
}
.EditorText h6 {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
}
.EditorText hr {
  margin: 0px;
  border-bottom: 1px solid #999;
  height: 1px;
  width: 100%;
}
.EditorText table tr td {
  border-right: 1px solid #000; 
  border-bottom: 1px solid #000;
  padding: 5px 15px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
.AboutNew.IdxTestimonialsPatternBg {
  background: url() no-repeat top center;
  height: 24px;
  position: absolute;
  width: 100%;
  top: -23px;
}
/*
.EditorText li {
  margin: 0px;
  padding: 0px 0px 0px 20px !important;

  background-image: url(../images/bullet-1.svg) !important;
  border-bottom: 0px solid #ddd !important;
}
*/
.EditorText ol li {
  display: list-item !important;
  margin-left: 20px;
  width: auto !important;
  margin: 0px;
  text-align: left;
  cursor: text;
  background-image: none !important;
  padding: 0px !important;
}
/*
.EditorText a {
  color: #283c92;
}
.EditorText a:hover {
  color: #bf202f;
}
*/
.EditorText sup {
  vertical-align: super;
  font-size: smaller;
}

.EditorText sub {
  vertical-align: sub;
  font-size: smaller;
}

.EditorText blockquote {
  padding-left: 20px;
}

/* Create New Landing Page */
.NewLandWrapper .LeftBlock {
  width: 65%;
  display: table-cell;
  vertical-align: top;
  padding-right: 35px;
  border-right: 2px solid #ddd;
}
.NewLandWrapper .RightBlock {
  width: 32%;
  /* float: right; */
  display: table-cell;
  vertical-align: top;
  padding-left: 35px;
}
.NewLandWrapper .LeftFloat {
  float: left;
  padding-right: 20px;
}

/* 03102025 Sk */
.NewLandWrapper .EditorText ul li{
  display: flex;
}
.NewLandWrapper .EditorText a{
  color: var(--light-green);
}
.NewLandWrapper .EditorText a:hover{
  color: var(--dark-green);
}
.NewLandWrapper .LeftBlock:has(+.RightBlock+.RightBlock) {
    width: 32.2%;
}
.NewLandWrapper .RightBlock +.RightBlock  {
    border-left: 2px solid #ddd;
}
.NewLandWrapper .LeftBlock+.RightBlock +.RightBlock , 
.NewLandWrapper .LeftBlock+.RightBlock  {
    width: 32.2%;
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
}

/* END Create New Landing Page */

/*--------------Error------------*/

.ErrorBodyWrap .InfoWrapper .Error404Title {
 font-family: var(--liber-var-1);
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
      color: var(--dark-green);
  box-sizing: border-box;
	margin-bottom: 5px;
}
.ErrorBodyWrap .InfoWrapper .TagLine {
  font-size: 18px;
 font-family: var(--roboto-var-2);
    color: #333333;
    line-height: 1.4;
  box-sizing: border-box;
	margin-bottom: 10px;
}
.ErrorBodyWrap .InfoWrapper .EditorText ul li {
    background-position: 0 1.3ex;
}

/*--------------ThankYou---MSG---CSS-----------------*/

.LoaderWrap {
  line-height: 0px;
  text-align: center;
  margin: 40px 0px;
}
.ThankYouMessageWrap {
  margin: 40px 0px;
}
.ThankYouMessageWrap h6 {
  text-align: center;
  font-size: 14px;
  color: #0a1640;
  /*text-transform: uppercase;*/
  letter-spacing: 0px;
  /*font-family: 'robotobold';*/
}

/* landing page */

.NewLandWrapper h2.LandingTitle {
      font-size: 2.5rem;
    line-height: 2ex;
  text-transform: uppercase;
  line-height: 1;
      font-family: var(--liber-var-1);
    color: var(--dark-green);
  margin-bottom: 20px; 
}

.NewLandWrapper div.LandingTitle {
      font-family: var(--roboto-var-2);
    color: #333333;
	    font-size: 1.5625rem;
    line-height: 1.4;
  margin-bottom: 20px;
}

/** 220620 vish **/

.service-grid-container li .Col .IconSectionWrap{
	position: relative;
	width: 88px;
	height: 88px; 
	margin-bottom: 15px;
}
.service-grid-container li .Col .IconSectionWrap .iconwrap{
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
}
.service-grid-container li:hover .Col .IconSectionWrap .iconwrap,
.service-grid-container li .Col .IconSectionWrap .iconwrap.HoverIcon{
	opacity: 0;
}
.service-grid-container li:hover .Col .IconSectionWrap .iconwrap.HoverIcon{
	opacity: 1;
}

/** 250620 vish **/

.privacy-container h4.title{
	    font-size: 2.5rem;
    line-height: 2ex;
	font-family: var(--liber-var-1);
    color: var(--dark-green);
}
.tips-container .tip-grid-container ul li .EditorText li,
.EditorText li {
    margin-bottom: 0px;
}
.imgdesc-container .EditorText a,
.dark-green-container .EditorText a{
	color: var(--light-green);
}
.dark-green-container .EditorText a:hover{
	text-decoration: underline;
}
.imgdesc-container .EditorText a:hover{
	color: var(--dark-green);
}
.imgdesc-container .EditorText ul li{
	background-position: 0 1.3ex;
}
.dark-green-container .EditorText ul li {
    background-image: url(../images/bullet-2.png);
    background-position: 0 1.3ex;
}
.services-container.odd ul li .EditorText li {
    background-color: transparent !important;
}

.imgdesc-container .VideoWrap{
	position: relative;
}

.imgdesc-container .VideoWrap .icon-wrap{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-left: -20px;
    margin-top: -20px;
} 

.home-body .imgdesc-container .space-between{
	content: "";
    display: table; 
	clear: both; 
    min-height: 1px;
} 
.home-body .imgdesc-container .space-between .flex-item.left{ 
	float: left;
    width: 622px;
    margin-right: 80px;  
} 
.home-body .imgdesc-container .space-between .flex-item.left.VideoLeftWrap{
	float: left;
    width: 480px;
    margin-right: 80px; 
	    position: relative;
    z-index: 5;
}

.home-body .imgdesc-container .space-between .text-box {
    padding-left: 0px;
}
 
#homeslider .jcarousel ul li .Col{
	width: 100%;
}
#homeslider .jcarousel-control-next {
    right: 10px;
}
#homeslider .jcarousel-control-prev {
    left: 10px;
}
