.siteNav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  background: #000;
  /* height: 60px; */
  margin: 0 !important;
  padding:20px  0 !important;
  z-index: 100;
  width: 100%;
}

.hero-fullslide {
  padding: 16px;
}

.footer {
  padding: 60px 0 60px;
  background-color: #212121;
}

.footerMain {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.footerMain a {
  color: #888;
}

.footerMain a:hover {
  color: #fff;
}

.logoPart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.logoPart p, .footerMain p {
  text-align: left;
}

.logo {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.logoWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 150px;
  margin: 0;
  padding: 0;
}

@media (max-width: 992px) {

  .zoom-text h1,
  .zoom-text h1 strong {
    font-size: 30px !important;
    line-height: 40px!important;
  }
}

.greenIcon {
  display: flex;
  max-width: 50px;
  width: 100%;
  margin: 0 auto;
}

.pull-right p {
  word-break: break-all;
  word-wrap: break-word;
}

.pagesWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 40px 100px;
}

.pagesWrapper img {
  max-width: 200px;
  margin: 0 auto;
  width: 100%;
}
/* 
.pagesWrapper h2 {
  text-align: center;
  margin: 0 auto;
  color: #000;
}

.pagesWrapper h4 {
  font-weight: 900;
  color: #000;
}

.pagesWrapper p {
  text-align: left;
  color: #000;
}

.thanksWrapper {
  padding: 80px 0;
}

.thanksWrapper p {
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 25px;
} */



.checkWrapper  input{
  min-width: 15px;
  min-height: 15px;
  margin-bottom: 10px;
}



.wrapper{
	padding: 200px 0;
}

.wrapper h1{
	text-align: center;
	margin-bottom: 16px;
	font-size: calc(1rem + 1.5vw);
}

.wrapper p:last-child{
	margin-bottom: 0;
}

.wrapper p:not(:last-child){
	margin-bottom: 16px;
}

.wrapper a{
	text-decoration: none;
	cursor: pointer;
}

.siteNavInfo {
  margin-bottom: 0px!important;
}

.header__fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  animation-name: header;
  animation-duration: .2s;
  z-index: 1000;
}

@keyframes header {
  0% {
    opacity: 0;
    top: -100px
  }
  100% {
    opacity: 1;
    top: 0px
  }
}

	
.thanksWrapper{
  position: relative;
  padding: 80px 0px;
}

.thanksLogoWrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
}

.thanksLogo {
	max-width: 250px;
	width: 100%;
}

.thanksTextContent {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto 100px;
	padding: 0 15px;
	max-width: 800px;
	text-align: center;
}

.thanksText {
	font-size: 18px;
  line-height: 30px;
}



@media (max-width: 768px) {

  .siteNav {
    padding: 30px 0!important;
  }

  .pagesWrapper {
    padding: 40px 10px;
  }
  .feature-box {
    padding-right: 40px!important;
  }
  
  .footer {
    padding: 20px 0;
  }

  .footerMain ul, .footerMain .logoWrapper {
    margin: 10px auto;
  }
}

@media (max-width: 557px) {
  .banner__text {
    font-size: 25px!important;
    line-height: 30px!important;
  }

  .wrapper h1 {
    font-size: 30px!important;
  }
}

@media (max-width: 479.98px) {
  .banner__text {
    font-size: 20px!important;
    line-height: 30px!important;
  }

  .thanksLogo {
    max-width: 200px;
    width: 100%;
  }

  .feature-box {
    padding-right: 25px!important;
    padding-left: 20px!important;
  }
}