
.wrapper {
	padding-top: 20px;
}
.wrapper h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;

	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 3.5s linear infinite;
	display: inline-block;
	font-size: 24px;
	padding-bottom: 40px;
	font-family: Lato;
	text-shadow: 1px 2px 1px #00000029;
}
@keyframes textclip {
	to {
		background-position: 200% center;
	}
}

a.cta_button{
text-decoration: none;
}
.hero-ctas {
	padding-top: 30px;
}
.hero-ctas .cta_button {
	text-decoration: none;
	color: #fff;
	font-family: Lato;
	padding: 11px 22px;
	border-radius: 30px;
	transition: .3s all ease-in-out;
	font-weight: 900;
	font-size: 18px;
	display: inline-block;
	background: #ff7a59;
	text-align: center;
	transition: .3s all ease;
}
.hero-ctas .cta_button:hover {
	color: #ff7a59;
	background: #fff;
	transition: .3s all ease;
}
.subpage_hero_container {
	background-size: cover;
	background-position: center;
	height: 600px;
  overflow: hidden;
}
.hero-bg h1 {
	color: #fff;
	margin: auto;
	text-shadow: 1px 2px 1px #00000029;
	font-family: Lato;
	font-size: 48px;
	font-weight: 900;
}

.classi-image img {
    margin-right: 15px;
}
.sub_flex {
	display: flex;
	height: inherit;
	align-items: center;
}

.classi-image {
	display: flex;
  flex-wrap: wrap;
  width: 450px;
 
    /* display: flex; */
   
}
	
.classi-image img {
    
    width: 17%;
    min-width: 110px;
    margin-bottom: 10px;
}
.sub_header {
	color: #fff;
   width: 600px;
  padding-top:100px;

}
.sub_header h1 {
	color: #fff;
	margin: auto;
	text-shadow: 1px 2px 1px #00000029;
	font-family: Lato;
	font-size: 48px;
	font-weight:900;
	line-height:1.3;
}
.sub_header h4 {
	color: #fff;
	font: 24px Lato;
}
.subpage_shade_bg {
	/*     background-image: url(https://www.vipunet.com/hubfs/Vipu%202020/multimedia/blue%20V.svg); */
	
	height:100vh;
	background-repeat: no-repeat;
  
	/*     background-position-x: right; */
}




.banner {
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-around;
  display: flex;
  flex-direction: row;
  margin-top: -80px;
  width: 100%;
  bottom: 50px;
  text-align:center;
  background: linear-gradient(270deg, rgba(13, 109, 178, 0) 0%, #0D6DB2 54.17%, rgba(13, 109, 178, 0) 100%);
  color:#fff;
  font-family:'lato';
  font-weight:800;
  font-size:16px;
  padding-top:30px;
  height:50px;
  overflow:hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
}
.text-banner {
width: 600px;
}
.banner_text {
 /* display:inline-block; */
  overflow:hidden;
  white-space:nowrap;
}

.banner_text:first-of-type {    /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
  animation: showup 7s infinite;
}

.banner_text:last-of-type {
  width:0px;
  animation: reveal 7s infinite;
}

.banner_text:last-of-type span {
  margin-left:-355px;
  animation: slidein 7s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left: -80px; }
    100% { margin-left: -80px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:680px;}
    80% {opacity:1;}
    100% {opacity:0;width:680px;}
}


.banner_text p {
  font-size:16px;
  color:#999;
  margin-top:200px;
}
.banner .button a{
  margin-left: -30px;
  padding: 10px 40px 10px 40px;
  background-color: #FF843F;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  transition: .2s;
  white-space: nowrap !important;
}
.banner .button a:hover {
background-color: #FF965A;

}
@media screen and (max-width:900px) {
   .provider-signup-section {
  display:none;
  }
}
@media screen and (max-width:837px) {
  .banner
  {
    max-width: auto;
    justify-content: center;
    flex-direction: column;
    font-size: 14px !important;
    padding-top: 10px;
    height: 90px;
    margin-top:-100px
  }
  
 
  .banner .button{
  margin-top: 10px;
  }
  .banner .button a {
   margin-left: 0px;
  }
  .text-banner {
    width: 600px;
    height: 40px;
    margin: 0 auto;
}
}

@media screen and (max-width:600px) {
  .text-banner {
    width: 100%;
    height: 40px;
    animation: none;
}
  .banner_text:last-of-type span {
    margin-left:0px;
  animation: showup 7s infinite;
}
  .banner_text:last-of-type {
    width: 100%;
    animation: showup 7s infinite;
}