5.hero_custom__headline {
	font-size: 90px;
}

span.hero_custom_headlinetextinner {
	font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.5;
  padding-right: 8%;
}
.hero_custom_headlineinner {
	font-size: 40px;
	padding: 0 0 0px 0;
	width: 86%;
}
.new-banner-text.textbottom {
	display: block;
	width: 100%;
	padding: 0% 7% 4% 9%;
}
.hero_custom__grid {
	padding: 60px 100px;
}
.w-10{width: 120px;}
.fs-10{font-size:10px;}

.bgimg{background: url(../images/significance.svg) fixed no-repeat; background-size: cover;}

.fs-88{font-size: 74px;}
.fs-68{font-size:68px;}

.icon_1{background: url(../images/icon_1.svg) fixed no-repeat;}
.icon_2{background: url(../images/icon_2.svg) fixed no-repeat;}
.icon_3{background: url(../images/icon_3.svg) fixed no-repeat;}
.icon_4{background: url(../images/icon_4.svg) fixed no-repeat;}

.go-corner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 61px;
	height: 60px;
	/* overflow: hidden; */
	top: 0;
	right: 0;
	background-color: transparent;
	border-radius: 0 4px 0 32px;
	border-top: 2px solid #6052DD;
	border-right: 2px solid #6052DD;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}
.card1 {
	display: block;
	position: relative;
	max-width: 100%;
	border: 2px solid #EBEFF6;
	border-radius: 0px;
	text-decoration: none;
	z-index: 0; height: 100%;

}

.card1::before {
	content: "";
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 61px;
	height: 60px;	
	top: -5px;
	right: -5px;
	background-color: transparent;
	border-radius: 0;
	border-top: 4px solid #6052DD;
	border-right: 4px solid #6052DD;
}



.faqtext{ padding: 20px  30px;}
.fs-30 {line-height: 30px;}
.w-300{min-width: 300px;}


.rad-vertical-tabs__tabs-list-entry {
	color: #ffffff;
}
button.rad-vertical-tabs__tabs-list-entry {
	background: none;
	border: 0;
	
	padding: 0;
}
.rad-vertical-tabs__tabs-description-body p{color: #fff;}


.trueyebg {
  position: relative;
  /*background-image: url("../images/Trueyebg.svg");*/
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 100px 0;
}

/*.overtrueyebg {
  background-image: url("../images/overtrueyebg.svg");
}*/

#image1 {
 /* background-image: url("../images/Trueyebg.svg");*/
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
}

#image2 {
	/*background-image: url("../images/overtrueyebg.svg");*/
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100%;
	position: absolute;
	top: 0;
}

.hero-back {
	width: 100%;
	height: calc(100vh);
	/*background: url(../images/overtrueyebg.png) no-repeat 100% 100%;*/
	background-size: cover;
	position: absolute;
	-webkit-filter: grayscale(100%);
	/* filter: grayscale(200%); */
	filter: brightness(40%);
	margin: 0;
	top: 0;
}
.verticaltabsvideo {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	object-fit: cover;
}
  .main-title {
	font-size: 50px;
	text-align: center;

	margin-top: 0px;
	padding-top: 10%;
	text-transform: uppercase;
	clear: both;
  }
    
  .hero-back img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	z-index: -1;
  }




.hero_custom_headline_textleft {
	/* display: relative; */
	animation: hero-custom-headline-right var(--animation-duration) var(--animation-timing) var(--animation-delay) backwards;
	display: flex;
	align-items: center;
	justify-content: start;
	text-align: right;
}

  
.page{
  position: relative;
  z-index: 200;
  padding: 50px 20%;
  background-color: #161616;
}
    

.hero_custom__headline {
	letter-spacing: 0;
   
}

p.hero_custom_headlineinner {
    color: #fff!important;
}

.productheaderbk{
	position: relative; top: -15px;
}

@media only screen and (max-width:767px){
	.productheaderbk{
	position: relative; top: -5px;
}
}