body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
#yui3-css-stamp.cssreset{display:none;}

@media print{*{color:#000 !important;text-shadow:none !important;background:transparent !important;-webkit-box-shadow:none !important;box-shadow:none !important;}
a[href]:after{content:" (" attr(href) ")";}
abbr[title]:after{content:" (" attr(title) ")";}
a[href^="javascript:"]:after,
a[href^="#"]:after{content:"";}
pre,
blockquote{border:1px solid #999;page-break-inside:avoid;}
thead{display:table-header-group;}
tr,
img{page-break-inside:avoid;}
img{max-width:100% !important;}
p,
h2,
h3{orphans:3;widows:3;}
h2,
h3{page-break-after:avoid;}
select{background:#fff !important;}
.navbar{display:none;}
.table td,
.table th{background-color:#fff !important;}
.btn > .caret,
.dropup > .btn > .caret{border-top-color:#000 !important;}
.label{border:1px solid #000;}
.table{border-collapse:collapse !important;}
.table-bordered th,
.table-bordered td{border:1px solid #ddd !important;}
}
/*
1) Grids
--------------------------------*/
.row:before, .row:after {
  content: "";
  display: table ;
  clear: both;
}
.container {
	max-width: 1627px;
	padding: 0px 20px;
	margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
}

/*
2) Header
--------------------------------*/
header {
	padding: 28px 0px;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 99;
	background-color: #fff;
	transition: 0.5s all ease 0s;
  -webkit-transition: 0.5s all ease 0s;
  -moz-transition: 0.5s all ease 0s;
  -ms-transition: 0.5s all ease 0s;
}
.sticky-header {
	padding: 15px 0px;
	transition: 0.5s all ease 0s;
  -webkit-transition: 0.5s all ease 0s;
  -moz-transition: 0.5s all ease 0s;
  -ms-transition: 0.5s all ease 0s;
  box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1);
}
.page-wrapper {
	margin-top: 134px;
}
.logo {
  width: 30%;
  float: left;
}
.logo img {
  max-width: 304px;
  transition: 0.5s all ease 0s;
  -webkit-transition: 0.5s all ease 0s;
  -moz-transition: 0.5s all ease 0s;
  -ms-transition: 0.5s all ease 0s;
}
.sticky-header .logo img {
	max-width: 270px;
	transition: 0.5s all ease 0s;
  -webkit-transition: 0.5s all ease 0s;
  -moz-transition: 0.5s all ease 0s;
  -ms-transition: 0.5s all ease 0s;
}
.menu {
	width: 70%;
	float: right;
	text-align: right;
	margin-top: 22px;
}
.sticky-header .menu {
	margin-top: 19px;
}
.menu li {
	display: inline-block;
	margin-left: 42px;
}
.menu li a {
	font-family: 'roboto_condensedbold';
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

/*
3) Body Styles
--------------------------------*/
.banner-section {
	background-color: #32c6d2;
	padding-top: 40px;
	position: relative;
	min-height: 687px;
	max-height: 687px;
}
.banner-img {
  position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 1804px;
	bottom: 0;
	padding: 0px 20px;
}
.banner-description {
	width: 42%;
	float: right;
	margin: 90px 0px 120px;
}
.banner-description-inner {	
	padding: 116px 0px 116px 54px;	
	color: #fff;
	position: relative;
}
.banner-description-inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;  
  border: 10px solid #0a3d60;
  max-width: 495px;
  border-radius: 10px;
}
.banner-description-box h1 {
	font-family: 'roboto_condensedbold';
	text-transform: uppercase;
	letter-spacing: 0.01em;
	line-height: 1.06;
	position: relative;
	z-index: 9;
}
.banner-description-box {
	background-color: #32c6d2;
	position: relative;
	padding: 22px 0px;
}
.banner-bg {
	background:url(../images/banner-bg.png) no-repeat center / cover;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 884px;
	height: 560px;
	opacity: 0.1;
	z-index: 9;
}
.cashback-section {
	padding: 100px 0px 76px;
}
.cashback-img {
  width: 39%;
  float: left;
}
.cashback-description {
	padding-left: 120px;
	width: 61%;
	float: right;
}
.cashback-description-box {
	background-color: #0a3d60;
	padding: 54px 60px;
	color: #fff;
}
.cashback-description-box h4 {
	font-family: 'roboto_condensedbold';
	text-transform: uppercase;
	color: #38ddea;
	letter-spacing: 0.01em;
	line-height: 1.36;
	margin-bottom: 17px;
}
.cashback-description-box h1,
.cashback-description-box h2,
.cashback-description-box h3,
.cashback-description-box h5,
.cashback-description-box h6 {
	font-family: 'roboto_condensedbold';
	text-transform: uppercase;
	color: #38ddea;
	letter-spacing: 0.01em;
	line-height: 1.36;
	margin-bottom: 17px;
}
.cashback-description-box h2 {
	font-size: 30px;
}
.cashback-description-box h1 {
	line-height: 1.1;
}
.cashback-description-box li {
	list-style: none;
	font-family: 'roboto_condensedlight';
	margin-bottom: 13px;
	padding-left: 27px;
	position: relative;
}
.cashback-description-box li:last-child {
	margin-bottom: 0px;
}
.cashback-description-box ul li::before {
	content: "";
	background-color: #38ddea;
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0px;
	top: 11px;
	border-radius: 50%;
}
.cashback-description-box ul {
	margin: 20px 0px;
}
.cashback-description-box ul li::after {
	content: "";
	background-color: #fff;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 6px;
	top: 17px;
	border-radius: 50%;
}
.cashback-description-box ol li {
 counter-increment: item;
}
.cashback-description-box ol li:before {
 content: counter(item)".";
 text-align: center;
 display: inline-block;
 position: absolute;
 left: 2px;
 top: 0px;
 color: #38ddea;
}
.cashback-section-bottom {
	text-align: center;
	padding: 92px 130px 0px;
	font-family: 'roboto_condensedlight';
}
.specialist-form-section {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	padding: 88px 0px 75px;
}
.specialist-form-section::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(71,178,188,0.87);
}
.cashback-section-bottom h1,
.cashback-section-bottom h2,
.cashback-section-bottom h3,
.cashback-section-bottom h4,
.cashback-section-bottom h5,
.cashback-section-bottom h6 {
	margin: 5px 0px;
	line-height: 1.3;
}
.cashback-section-bottom ul,
.cashback-section-bottom ol {
	margin: 20px 0px;
}
.cashback-section-bottom li {
	margin-bottom: 3px;
}
.cashback-section-bottom p {
	font-size: 30px;
	line-height: 1.46;
	font-family: 'roboto_condensedlight';
}
.cashback-section-bottom p strong {
	font-weight: 400;
}
.specialist-form-box {
	max-width: 1081px;
	padding: 0px 20px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 9;
	color: #fff;
}
.specialist-form-box h2,
.specialist-form-box h3 {
	text-transform: uppercase;
	font-family: 'roboto_condensedbold';
	letter-spacing: 0.01em;
}
.specialist-form-box h3 {
	font-size: 40px;
}
.specialist-form-box form::before,
.specialist-form-box form::after {
	content: "";
  display: table ;
  clear: both;
}
.specialist-form-box form {
	margin-top: 70px;
}
.text-box {
	width: 50%;
	float: left;
	padding: 0px 19px;
	margin-bottom: 28px;
}
.text-box.full-width {
	width: 100%;
}
.text-box input[type="text"],
.text-box input[type="email"] {
	width: 100%;
	border: none;
	color: #b0b0b0;
	letter-spacing: 0.01em;
	font-size: 18px;
	height: 52px;
	padding: 0px 18px;
}
.text-box input::-webkit-input-placeholder,
.text-box textarea::-webkit-input-placeholder { /* WebKit browsers */
  color: #b0b0b0;
  letter-spacing: 0.01em;
}
.text-box input:-moz-placeholder,
.text-box textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #b0b0b0;
  opacity:  1;
  letter-spacing: 0.01em;
}
.text-box input::-moz-placeholder,
.text-box textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #b0b0b0;
  opacity:  1;
  letter-spacing: 0.01em;
}
.text-box input:-ms-input-placeholder,
.text-box textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #b0b0b0;
  letter-spacing: 0.01em;
}
.text-box textarea {
	width: 100%;
	border: none;
	color: #b0b0b0;
	letter-spacing: 0.01em;
	font-size: 18px;
	padding: 18px;
	resize: none;
	height: 187px;
}
.text-box input[type="submit"] {
	border: 2px solid #005596;
	background-color: #005596;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'roboto_condensedbold';
	letter-spacing: 0.01em;
	padding: 15px 20px;
	min-width: 181px;
	border-radius: 5px;	
	margin-top: 10px;
	cursor: pointer;
	transition: 0.5s all ease 0s;
  -webkit-transition: 0.5s all ease 0s;
  -moz-transition: 0.5s all ease 0s;
  -ms-transition: 0.5s all ease 0s;
}
.text-box input[type="submit"]:hover {
	background-color: transparent;
	color: #005596;
	transition: 0.5s all ease 0s;
  -webkit-transition: 0.5s all ease 0s;
  -moz-transition: 0.5s all ease 0s;
  -ms-transition: 0.5s all ease 0s;
}
.inner-banner-section {
	background-color: #32c6d2;
	position: relative;
	padding-bottom: 22.08%;
}
.inner-banner-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	opacity: 0.1;
}
.innet-banner-description {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  max-width: 1627px;
  margin: 0 auto;
  padding: 0px 20px;
  text-align: center;
  top: 0;
  bottom: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.innet-banner-description h1 {
	text-transform: uppercase;
	line-height: 1;
	font-family: 'roboto_condensedbold';
}
.about-intro-content {
  padding: 44px 0px 53px;
}
.center-title p:last-child {
	margin-bottom: 0px;
}
.center-title {
	text-align: center;
	max-width: 960px;
	margin: 44px auto;
	padding: 0px 20px;
}
.center-title h2 {
	font-family: 'roboto_condensedbold';
	margin-bottom: 15px;
	text-transform: uppercase;
}
.center-title h1,
.center-title h3,
.center-title h4,
.center-title h5,
.center-title h6 {
	margin-bottom: 10px;
	line-height: 1.2;
}
.center-title p {
	font-size: 30px;
	line-height: 1.6;
	font-family: 'roboto_condensedlight';
}
.center-title ul,
.center-title ol {
	margin: 20px 0px;
}
.center-title li {
	margin-bottom: 3px;
	font-family: 'roboto_condensedlight';
}
.v-middle {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.about-two-column {
	margin: 45px 0px;
}
.about-img {
  width: 37%;
  float: left;
	padding: 0px 17px;
}
.about-description {
  width: 63%;
  float: right;
  padding: 0px 42px;
}
.about-description h1,
.about-description h2,
.about-description h3,
.about-description h4,
.about-description h5,
.about-description h6 {
	line-height: 1.3;
	margin: 5px 0px;
}
.about-description ol li {
 counter-increment: item;
}
.about-description ol li:before {
 content: counter(item)".";
 text-align: center;
 display: inline-block;
 position: absolute;
 left: 2px;
 top: 0px; 
}
.about-description p {
	line-height:1.6;
	font-family: 'roboto_condensedlight';
	font-size: 30px;
}
.d-flex {
	display: flex;
	display: -webkit-flex;
}
.contact-map-left {
	width: 823px;
	order: 2;
}
.contact-description {
	width: 765px;
	background-color: #0A2345;
	color: #fff;
	text-align: center;
	padding: 44px 20px 38px;
}
.contact-description form {
	margin: 25px auto 0px;
	max-width: 490px;
}
.contact-description form .text-box {
	width: 100%;
	margin-bottom: 22px;
}
.contact-description h2 {
	font-size: 60px;
	font-family: 'roboto_condensedbold';
	color: #46CBD6;
}
.contact-description h3 {
	text-transform: uppercase;
}
.contact-section {
	padding: 100px 0px;
}
.contact-description form input[type="text"],
.contact-description form input[type="email"] {
	height: 74px;
	font-size: 24px;
	color: #A2A2A2;
	border-radius: 5px;
}
.contact-description form textarea {
	font-size: 24px;
	color: #A2A2A2;
	height: 230px;
	border-radius: 5px;
}
.contact-description form .text-box input[type="submit"] {
  font-size: 30px;
  margin: 0;
  padding: 11px 20px;
  color: #0A2345;
  min-width: 295px;
  background-color: #46CBD6;
  border-color: #46CBD6;
}
.contact-description form .text-box input[type="submit"]:hover {
	background-color: transparent;
	color: #46CBD6;
}
*:focus {
	outline: 0;
}
.contact-map {
	padding-bottom: 75%;
	position: relative;
	height: 100%;
}
.contact-map iframe {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
}
.customer-support-section {
	background-color: #F4F4F4;
	padding: 80px 0px 92px;
}
.customer-support-top {
	text-align: center;
	margin-bottom: 70px;
}
.customer-support-top h2 {
	font-size: 60px;
	font-family: 'roboto_condensedbold';
	color: #46CBD6;
}
.customer-support-top h3 {
	text-transform: uppercase;
	font-family: 'roboto_condensedbold';
	color: #383535;
}
.customer-support-box {
	width: 33.33%;
	float: left;
}
.customer-support-box li {
	list-style: none;
	display: block;
	font-size: 28px;
	margin-bottom: 17px;
}
.customer-support-box h3 {
	font-family: 'roboto_condensedbold';
	color: #383535;
	margin-bottom: 10px;
}
.customer-support-box li a {
	position: relative;
	padding-left: 68px;
	display: inline-block;
	font-family: 'roboto_condensedlight';
}
.customer-support-box li a::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 1px;
	background-color: #0A2345;
	width: 45px;
	height: 45px;
	border-radius: 50%;
}
.customer-support-box li a.email-icon::after {
	content: "";
	position: absolute;
	background:url(../images/mail-icon.png) no-repeat center / cover;
	width: 25px;
	height: 20px;
  left: 10px;
  top: 14px;	
}
.customer-support-box li a.phone-icon::after {
	content: "";
	position: absolute;
	background:url(../images/phone-icon.png) no-repeat center / cover;
	width: 24px;
	height: 24px;
  left: 10px;
  top: 12px;	
}
.customer-support-box li a.location-icon::after {
	content: "";
	position: absolute;
	background:url(../images/location-icon.png) no-repeat center / cover;
	width: 20px;
	height: 28px;
  left: 13px;
  top: 10px;	
}
.inner-banner-section.how-works-banner {
	padding-bottom: 36.14%;
}
.btn {
  background-color: #0A2345;
  color: #fff;
  border: 2px solid #0A2345;
  display: inline-block;
  padding: 12px;
  border-radius: 5px;
}
.btn:hover {
	background-color: transparent;
	color: #0A2345;
}
.innet-banner-description .btn {
	margin-top: 30px;
	min-width: 569px;
	font-size: 36px;
}
.two-column-section {
	padding: 50px 0px;
}
.two-column-img {
	width: 486px;
	padding-right: 98px;
}
.two-column-description {
	width: 1101px;
	padding-right: 60px;
}
.two-column-description h4 {
	font-family: 'roboto_condensedlight';
	color: #0E0E0E;
	margin-bottom: 6px;
}
.two-column-description strong,
.two-column-description h2 {
	font-family: 'roboto_condensedbold';
	color: #2C4A66;
  margin-bottom: 10px;
  display: block;
}
.two-column-description h2 {
  font-size: 30px;
}
.two-column-description p {
	font-family: 'roboto_condensedlight';
}
.two-column-description p:last-child {
	margin-bottom: 0px;
}
.two-column-description ul,
.two-column-description ol,
.about-description ul,
.about-description ol {
	padding-left: 10px;
	margin: 25px 0px;
}
.two-column-description li,
.about-description li {
	font-family: 'roboto_condensedlight';
	position: relative;
	padding-left: 25px;
	display: block;
	margin-bottom: 4px;
}
.two-column-description ul li::before,
.about-description ul li::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 12px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #F1B92C;
	border: 3px solid #0A2345;
}
.two-column-description ol li {
 counter-increment: item;
}
.two-column-description ol li:before {
 content: counter(item)".";
 text-align: center;
 display: inline-block;
 position: absolute;
 left: 2px;
 top: 0px; 
}
.two-column-box {
	padding: 50px 0px;
}
.without-image .two-column-description {
  width: 100%;
  padding: 0;
}
.without-image .about-description {
  width: 100%;
  padding: 0;
}
.without-content .about-img {
	padding: 0px;
}
.two-column-box.align-right .two-column-img {
	order: 2;
	padding-right: 0px;
	padding-left: 98px;
}
span.wpcf7-not-valid-tip {
	text-align: left;
	font-size: 18px;
}
div.wpcf7-response-output {
	font-size: 18px;
	clear: both;
}
footer {
	padding: 25px 0px;
}
.footer-logo {
  width: 40%;
  float: left;
}
.footer-logo img {
	max-width: 270px;
}
.copyright {
	width: 60%;
	float: right;
	text-align: right;
	margin-top: 26px;
}
.copyright p {
	font-size: 14px;
	margin-bottom: 0px;
}
.error-page,
.search-content {
  padding: 50px 0px;
}
.pg-content {
  padding: 50px 0px;
}
.pg-content h1,
.pg-content h2,
.pg-content h3,
.pg-content h4,
.pg-content h5,
.pg-content h6 {
	line-height: 1.3;
	margin: 8px 0px;
}
.pg-content ul, 
.pg-content ol {
  padding-left: 20px;
  margin: 20px 0px;
}
.pg-content li {
	margin-bottom: 4px;
}
strong {
	font-family: 'roboto_condensedbold';
}


