/*
Theme Name: tdtheme
Author: Umar Ehsan
Version: 1.0
Description: TD theme
*/

* {
	box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	margin: 0;
	min-height: 100%;
	background-color: #27313C;
}

.customizer {
  display: none;
}

/*
a:link,
a:visited {
  color: #006ec3;
}
*/

p {
  line-height: 1.65em;;
}

/* General Layout */

div.container {
  max-width: 920px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

article.post {
  border-bottom: 2px dotted #bbbbbb;
}

article.post:last-of-type {
  border-bottom: none;
}

/* Header */
.site-header {
  border-bottom: 2px solid #999;
}

/* Footer */
.site-footer {
  margin-top: 30px;
  border-top: 2px solid #999;
}

/* Navigation Menus */
.site-nav ul {
  margin: 0;
  padding: 0;
}

.site-nav ul:before, .site-nav ul:after {
  content: "";
  display: table;
}

.site-nav ul:after {
  clear: both;
}

.site-nav ul li {
  list-style: none;
  float: left;
}

/* Site Header Menu */
.site-header nav ul li {
  margin-right: 5px;
}

.site-header nav ul li a:link,
.site-header nav ul li a:visited {
  display: block;
  padding: 10px 18px;
  border: 1px solid #bbb;
  border-bottom: none;
  text-decoration: none;
}

.site-header nav ul li a:hover {
  background-color: #ececec;
}

.site-header nav ul li.current-menu-item a:link,
.site-header nav ul li.current-menu-item a:visited {
  background-color: #006ec3;
  color: #fff;
}

/* Footer Menu */
.site-footer nav ul li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px dotted #bbb;
}

/* Page Layout */
article.page h2 {
  font-size: 300%;
}

/* Clearfix */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* Two Column Title  Layout */
div.title-column {
  width: 30%;
  float: left;
}

div.text-column {
  width: 70%;
  float: right;
}

/* Info Box Styles */
div.info-box {
  width: 30%;
  float: right;
  margin: 0 0 30px 30px;
  padding: 20px;
  background-color: #eee;
}

div.info-box h4 {
  margin-bottom: 6px;
}

div.info-box p {
  font-size: 85%;
}

/* TD Theme Styles */

p {
	margin: 0;
	line-height: normal;
}

h1 {
	margin: 0.67em 0;
	font-size: 38px;
	line-height: 44px;
	margin-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 10px;
}

.text-span {
	font-family: 'Td graphik', sans-serif;
}
  
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.lightgreenbg, .successbg, .messagebg, .errorbg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 40px 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.lightgreenbg, .successbg {
  background-color: #f0f7eb;
}

.messagebg {
  background-color: #FFF8D7;
}

.errorbg {
  background-color: #F7E8E9;
}

.successbg, .messagebg, .errorbg {
  max-width: 100%;
  text-align: center;
}

.container-2 {
  display: block;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #27313C;
}

.container-3 {
  margin-top: 50px;
  margin-bottom: 10px;
}

.w-container:before,
.w-container:after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2;
}
.w-container:after {
	clear: both;
}
.w-container .w-row {
	margin-left: -10px;
	margin-right: -10px;
}

.w-row:before,
.w-row:after {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2;
}

.w-row:after {
	clear: both;
}

.w-row .w-row {
	margin-left: 0;
	margin-right: 0;
}

.w-col {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.w-col .w-col {
	padding-left: 0;
	padding-right: 0;
}

.w-col-5 {
	width: 41.66666667%;
}

.w-col-7 {
  width: 58.33333333%;
}

.expiry-container, .analytics-container {
  margin: 0 25px !important;
}

.analytics-container h2 {
  line-height: 1.5em;
}

.instructions-widgets {
  padding: 10px 70px;
}

.instructions-widgets div {
  margin-top: 25px;
}

.widget_text {
  line-height: 1.5em;
}

.language {
  margin: 0px 7px 0px 0px;
  text-align: right;
}

.bold-text {
	font-size: 26px;
	line-height: 24px;
	font-family: 'Td graphik', sans-serif;
  color: #2b5138;
  font-weight: 600;
}

.link {
  color: #2b5138;
  text-align: left;
}

.lightgreenline {
  height: 5px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #5caf47;
}

.div-block-4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #2b5138;
}

.div-block-5 {
	height: 1px;
	background-color: #bebebe;
}

.div-block-6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.columns-4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 0px;
	margin-left: 0px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

.column-5 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.column-6 {
	clear: none;
	text-align: right;
}

.heading {
  margin-left: 40px;
}

.widget_select_merchant_heading_widget, .widget_choose_merchant_button_widget  {
  width: 100%;
}

.w-heading {
	width: 100%;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

div.merchant-heading {
	text-align: center;
	margin-left: 0px;
}

.footer-img-div img {
	text-align: right;
	height: 130px;
	display: inline-block;
	vertical-align: middle;
}

.card-row {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
	clear: none;
	max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  white-space: normal;
}

.widget_choice_can_merchant_widget, .widget_choice_us_merchant_widget, .widget_howtouse_merchant_widget, .widget_howtouse_can_merchant_widget, .widget_howtouse_us_merchant_widget {
  height: 200px;
  width: 200px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 10px;
  padding-left: 0px;
}

.card-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #3c8825;
  background-color: #fff;
	box-shadow: 1px 1px 17px -6px #3c8825;
}

.green-content {
	display: block;
	height: 60px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	background-color: #3c8825;
}

.dollaramount, .howtouse-merchantname {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Td graphik', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
}

.merchant-name, .howtouse-view {
  font-family: 'Td graphik', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.merchant-code, .merchant-howtouse-heading, .merchant-howtouse-desc {
	display: none;
}

.merchant-img-container {
	width: 100%;
	height: 140px;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.merchant-img-container img {
	width: 110px;
	height: 70px;
}

.seperator {
  width: 100%;
  height: 10px;
}

.button-div {
	width:100%;
	margin: 50px 0px 20px 0px;
	padding: auto;
}

.claimbutton {
  display: block;
  height: auto;
	padding: 20px 100px;
	border: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
	background-color: #3c8825;
	color: white;
  box-shadow: 4px 4px 2px 0 rgba(60, 136, 37, 0.25);
	font-size: 16px;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
	font-family: 'Td graphik', sans-serif;
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
	transform-style: preserve-3d;
	margin: auto;
}

.instruction-block {
	display: none;
	width: 90%;
	margin-top: 20px;
	padding: 20px;
	background-color: #fff;
}

.widget_merchant_disclaimer_text_widget {
  display: block;
  width: 100%;
}

.description-holder {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  color: #2B5138;
  width: 620px;
}

.description-holder h2 {
  font-size: 16px;
}

.footer-links {
	font-family: 'Td graphik', sans-serif;
	color: #fff;
}

.pipe {
	width: 1px;
	height: 15px;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #fff;
}

.text-block {
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 10px;
	font-family: 'Td graphik', sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 16px;
}


.text-block-3 {
  margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.response-container, .response-description {
  padding-bottom: 20px;
  font-family: 'Td graphik', sans-serif;
  text-align: center;
}

.response-container {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

.response-description {
  font-size: 16px;
  padding: 0px 50px;
}

h3.response-heading {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: rgb(74, 74, 74);
  margin-bottom: 24px;
  font-weight: 600;
}

.customizer-heading {
  margin-left: 40px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.5em;
}

.text-block-5 {
  font-family: 'Td graphik', sans-serif;
  font-size: 16px;
}

.home-container {
	margin-top: 30%;
	width: 80%;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
	flex: 0 auto;
	background-color: #3c8825;
}

.home-container ul {
	display: block;
	color: #ffffff;
}

.home-container li {
	list-style-type: square;
	padding: 10px;
	font-size: 25px;
	line-height: 26px;
	font-weight: 700;
}

.home-container li a {
	text-decoration: none;
}

.home-container li a,
.home-container li a:visited {
	color: #ffffff;
}

.home-container li a:hover {
	color: #56595c;
}

.wp-block-image {
  margin: 0;
}

/****** VIDEOTRON template ********/

.top-band {
  background: #F4CA2A url("./wp-content/uploads/header.jpg") no-repeat;
  padding: 0px;
  text-align: center;
}

.top-band-img {
  display: inline-block;
  vertical-align: baseline;
  width: 300px;
  padding: 23px 15px 20px;
}

.top-band-img-small {
  width: 160px;
}

.body-container {
  margin-top: 20px;
}

.text-center {
  text-align: center;
}

.w-container {
  border-radius: 20px;
  max-width: 900px;
}

.banner-div {
  padding: 0px 50px 50px;
}

.desktop-banner-img {
  display: block;
  width: 250px;
}

.mobile-banner-img {
  display: none;
}

.contactus-icon{
  display:block;
  margin-left: auto;
  margin-right: auto;
  width:90px;
}

.heading-div {
  text-align: center;
  padding: 30px 70px;
}

.bold-text, h3.bold-text, .bold-text-howtouse {
	/* font-family: 'Td graphik', sans-serif; */
  font-family: Roboto;
  font-size: 64px;
  font-weight: 500;
  line-height: 62px;
  letter-spacing: -2px;
  text-align: center;
  color: #FFFFFF;
}

.sub-heading{
  font-family: Roboto;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;

}

.bold-text, h3.bold-text {
	font-size: 64px;
	line-height: 30px;
}

.bold-text-howtouse {
  font-size: 36px;
	line-height: 48px;
}

.description-div {
  margin-bottom: 20px;
  font-family: 'Td graphik', sans-serif;
  font-size: 16px;
  text-align: center;
  padding: 0px 70px;
}

.lightgreenbg {
  background-color: #F2F2F2;
  max-width: 600px;
}

.lightgreenbg {
	margin: auto auto 30px auto;
}

.successbg, .errorbg, .messagebg, .legal-div {
  margin: 0px 70px 30px
}

/*
.successbg, .errorbg, .messagebg {
  border-bottom: 1px solid #CCCCCC;
}
*/

.messagebg, .errorbg, .successbg {
  background-color: #FFFFFF;
}

.widget_choice_can_merchant_widget, .widget_choice_us_merchant_widget, .widget_howtouse_merchant_widget, .widget_howtouse_can_merchant_widget, .widget_howtouse_us_merchant_widget {
  height: 240px;
}

.greentick-container {
  margin: -25px;
  display: none;
}

.greentick-img {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  border: none;
}

.merchant-img-container {
  height: 150px;
  padding-top: 15px;
}

.merchant-img-container img {
  width: 160px;
  height: 100px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
}

.green-content {
  background-color: #FFFFFF;
  border-radius: 0px 0px 10px 10px;
  height: 90px;
}

.dollaramount, .merchant-name {
  color: #000000;
  padding: 0;
}

.dollaramount {
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
}

.close-container {
  display: flex;
  justify-content: flex-end;
  padding-right: 8px;
  padding-top: 10px;
}

.closecard-btn {
  display: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #CCCCCC;
  text-decoration: none;
}

.closecard-btn:hover, .closecard-btn:active, .closecard-btn:focus {
  background-color: #CCCCCC;
}

.closecard-btn img {
  width: 8px;
}

.card-holder {
  box-shadow: none;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
}

.claimbutton {
    background-color: #CCCCCC;
    box-shadow: none;
    border-radius: 4px;
}

.legal-div {
  font-size: 13px;
  line-height: 16px;
  color: #767676;
  text-align: left;
  padding: 40px 0px 0px 0px;
}

.contact-div {
  text-align: center;
  padding-bottom: 10px;
}

.legal-div, .contact-div {
  font-size: 13px;
  line-height: 16px;
  color: #767676;
}

.contact-div img {
  display: block;
  width: 170px;
  margin: 0 auto;
}

.footer-div {
  padding: 20px 0px 100px;
}

.footer-div {
  text-align: center;
}

.footer-div img {
  width: 115px;
  display: block;
  margin: 0 auto;
}

.footer-icon {
  padding-bottom: 5px;
}

h3.response-heading {
  margin: 0;
}

.selection-container, .selected-description {
  margin: 0 auto;
}

.selection-container {
  width: 60%;
  padding: 20px 0px 30px;
  border-bottom: 1px solid rgb(202, 202, 202);
}

.selected-description {
  width: 60%;
  padding: 30px 0px 40px;
}

.selection-container select {
  padding: 15px;
  border-radius: 5px;
  border-color: rgb(202, 202, 202);
}

.selected-img {
  width: 40%;
}

.selected-heading, .selected-info {
  font-family: Helvetica, sans-serif;
  letter-spacing: 1.2;
}

.selected-heading {
  margin-top: 35px;
  font-weight: 600;
}

.selected-info {
  margin-top: 20px;
  font-weight: 300;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  padding: 0px;
}

.selected-info a, .contactus-container a {
  color: #F4CA2A;
}

.contactus-container {
  padding: 0px 0px 60px;
font-family: Roboto;
font-size: 17px;
font-weight: 400;
line-height: 22.1px;
letter-spacing: -0.20000000298023224px;
text-align: center;
}

/* Response sections */

#success-message-container, #claimed-error-container, #expired-error-container, #generic-error-container {
  display: none;
}

a:visited {
  color: rgb(0, 0, 238) !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
	}

  .description-div {
    padding: 0px 100px;
  }

	.heading {
		margin-left: 20px;
	}

	.text-block-3 {
    margin-left: 20px;
	}
	
	.lightgreenbg, .successbg, .messagebg, .errorbg, .legal-div {
    margin-right: 70px;
    margin-left: 70px;
  }

  .lightgreenline {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
	.container-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
	
	.w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
	  width: 100%;
	  left: auto;
	  right: auto;
	}

	.language {
    margin-right: 15px;
	}

  .div-block-4 {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
  }

  .div-block-6 {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
	  -webkit-justify-content: space-between;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	  -webkit-box-align: stretch;
	  -webkit-align-items: stretch;
	  -ms-flex-align: stretch;
	  align-items: stretch;
	}
  
  .columns-4 {
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
	  -webkit-flex-direction: row;
	  -ms-flex-direction: row;
	  flex-direction: row;
	}

	.heading {
		margin-bottom: 0px;
		font-size: 26px;
	}

	.lightgreenbg, .successbg, .messagebg, .errorbg {
    padding-top: 40px;
    margin-bottom: 0px;
	}

	.card-row {
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    /*
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    */
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
	}

  .widget_choice_can_merchant_widget, .widget_choice_us_merchant_widget, .widget_howtouse_merchant_widget, .widget_howtouse_can_merchant_widget, .widget_howtouse_us_merchant_widget {
    width: 180px;
    padding-left: 0px;
  }

	.card-holder {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	}
	
	.green-content {
    display: block;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .contact-div {
    margin: 0px 20px;
  }
}

@media screen and (max-width: 640px) {
  .banner-div {
    padding: 30px 50px 30px 50px;
  }

  .heading-div {
    padding: 0px 10px;
  }

  .sub-heading{
    font-size: 24px;
    line-height: 24px;
  }

  .bold-text, h3.bold-text {
    font-size: 45px;
    line-height: 30px;
  }

  .widget_choice_merchant_widget {
    width: 160px;
		height: 180px;
    padding-left: 0px;
  }

  .lightgreenbg, .successbg, .messagebg, .errorbg, .legal-div {
    margin-right: 50px;
    margin-left: 50px;
  }

	.card-holder {	
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	}

	.merchant-img-container {
		height: 120px;
	}
}

@media screen and (max-width: 550px) {
  .banner-div {
    padding: 25px 40px 25px 40px;
  }

  .bold-text, h3.bold-text {
    font-size: 45px;
    line-height: 30px;
  }

  .sub-heading{
    font-size: 24px;
    line-height: 24px;
  }
    

	.card-row {
    min-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	}

  .widget_choice_merchant_widget {
    width: 45%;
		margin-top: 10px;
		height: 200px;
  }

	.merchant-img-container {
		height: 140px;
	}

  .selection-container {
    width: 75%;
    padding: 0px 0px 20px;
  }

  .selected-description {
    width: 100%;
  }

  .selection-container select {
    padding: 10px;
  }

  .selected-img {
    width: 60%;
  }

  .selected-heading {
    margin-top: 30px;
  }

  .selected-info {
    font-size: 14px;
    line-height: 20px;
    padding: 0px 20px;
  }
}

@media screen and (max-width: 479px) {
	.container-2 {
    height: 100%;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
	}

  .w-heading {
    padding-left: 20px;
    padding-right: 20px;
  }
	
	.w-container {
    max-width: none;
  }

  .banner-div {
    padding: 25px 20px 25px 20px;
  }

  .heading-div {
    padding: 0px 20px;
  }

  .desktop-banner-img {
    display: none;
  }

  .mobile-banner-img {
    display: block;
    width: 70%;
  }

  .description-div {
    font-size: 13px;
    padding: 0px 20px;
	}

  .description-div-howtouse {
    font-size: 18px;
  }

  .lightgreenbg, .successbg, .messagebg, .errorbg {
    margin-right: 0px;
    margin-left: 0px;
  }

  .legal-div {
    margin-right: 20px;
    margin-left: 20px;
  }

  .w-col {
	  width: 100%;
  }
  
  .column-5 {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -webkit-flex-direction: column;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -webkit-box-align: start;
	  -webkit-align-items: flex-start;
	  -ms-flex-align: start;
	  align-items: flex-start;
	}
	
	.language {
    margin-right: 10px;
	}

	.heading {
		margin-top: 0px;
	}

	.text-block-3 {
    font-size: 16px;
	}

  .widget_choice_can_merchant_widget, .widget_choice_us_merchant_widget, .widget_howtouse_merchant_widget, .widget_howtouse_can_merchant_widget, .widget_howtouse_us_merchant_widget {
    width: 55%;
  }
	
	.seperator {
    height: 1px;
	}
	
	.claimbutton {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width:100%;
    z-index: 100;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 0px;
    text-align: center;
	}
	
	.instruction-block {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    width: 100%;
  }
  
  .footer-links,
  .text-span {
    font-size: 13px;
  }

  .pipe {
    opacity: 0;
  }
}