/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  width: 100%;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.w-870 {
  max-width: 870px;
}
.w-974 {
  max-width: 974px;
}
.w-830 {
  max-width: 830px;
}
.w-1170 {
  max-width: 1170px;
}
.w-1240 {
  max-width: 1240px;
}
.w-auto {
  max-width: fit-content;
}
.w-1070 {
  max-width: 1070px;
}
.w-710 {
  max-width: 710px;
}
.w-717 {
  max-width: 717px;
}
.w-770 {
  max-width: 770px;
}
.w-800 {
  max-width: 800px;
}
.w-890 {
  max-width: 890px;
}
.w-570 {
  max-width: 570px;
}
.w-450 {
  max-width: 450px;
}
.w-640 {
  max-width: 640px;
}
.w-912 {
  max-width: 912px;
}
.w-1024 {
  max-width: 1024px;
}
.d-block-md {
  display: block;
}
.d-block-sm {
  display: none;
}
.heading-cont {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.d-flex {
  display: flex;
}
.product-cont {
  display: flex;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  max-width: 1140px;
  margin: auto;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px;
  border-radius: 8px 8px 8px 8px;
  margin-top: 2rem;
  flex-direction: column;
}
.product-info {
  max-width: 650px;
}
.product-info p {
  font-size: 1rem;
}
.product-cont ul li {
  font-size: 1rem;
}
.product-info h1 {
  margin-bottom: 0px;
}
.new-tab-button {
  font-size: 24px;
  padding: 15px 30px;
  border-radius: 4px;
  background-color: #ffac1e;
  color: #fff;
}
.new-tab-button:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.green {
  background-color: #5cb85c;
  color: #fff;
}
.green:hover {
  background-color: #5cb85c;
  color: #fff;
  text-decoration: none;
}
.grey {
  background-color: #69727d;
  color: #fff;
}
.grey:hover {
  background-color: #69727d;
  color: #fff;
  text-decoration: none;
}
.product-buttons-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 970px;
}
.product-info h1 {
  font-size: 2rem;
}
.product-cont img {
  max-width: 200px;
}
.product-cont ul li:before {
  content: "✅ ";
}
.product-cont ul {
  list-style: none;
}
.d-md-block {
  display: block;
}
.d-sm-block {
  display: none !important;
}
@media (max-width: 910px) {
  .product-cont {
    flex-direction: column;
  }
  .heading-cont {
    flex-direction: column;
  }
  .heading-cont h1 {
    font-size: 1.7rem;
    text-align: center;
  }
  .product-cont img {
    max-width: 120px;
  }
  .d-md-block {
    display: none;
  }
  .d-sm-block {
    display: block !important;
  }
}
.cb__form input,
.cb__form p {
  background: #fefbec;
  border: 1px solid #f7d047;
  max-width: 550px;
  padding: 5px 25px;
  text-align: center;
  margin-top: 0.5rem;
}
.logo-color-click {
  fill: #10069f;
}
.logo-color-bank {
  fill: #acabba;
}
.cb__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cb__form hr {
  height: 1rem;
  width: 100%;
  border-top: 1px solid rgb(0, 0, 0);
}
.prod-det {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.button-cont {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.gallery {
  display: flex;
  margin-top: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  max-width: 1072px;
  min-width: 320px;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
}
.gallery .item {
  width: 340px;
  height: 260px;
  background-color: whitesmoke;
  border: solid #d9d9d9 2px;
}
.gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: -8px;
  max-width: unset;
}
.link-exam {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 1rem;
}
.link-exam p {
  margin: auto;
  margin-left: 0px;
}
.link {
  color: #007bff;
  margin-left: 10px;
}
.single-email {
  margin: auto;
  width: 100%;
}
.sample_email_head {
  margin-top: 20px;
  font-weight: 700;
  font-size: 34px;
}
.sample_email_subject {
  margin: auto;
  background-color: white;
  padding: 20px;
  color: #4d4d4d;
  font-size: 20px;
}
.sample_email_content {
  margin: auto;
  margin-top: 10px;
  background-color: white;
  padding: 20px;
  color: #4d4d4d;
  font-size: 20px;
  max-height: 320px;
  overflow-y: auto;
}
.copy-email-btn img {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.product-button {
  height: 79px;
  background-color: #fe9400 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  border-radius: 0 !important;
  margin-top: 9px !important;
  width: 100% !important;
  min-height: 70px;
  padding: 8px 24px;
  text-decoration: none !important;
  transition: all ease 0.2s !important;
  border: none !important;
  font-family: open sans, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  cursor: pointer;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.15rem;
}
.nav-flex {
  display: flex;
}
@media (max-width: 991px) {
  .nav-flex {
    display: unset;
  }
  .welcome {
    font-size: 1.6rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  .product-cont ul {
    padding: 0px;
  }
  .prod-det {
    flex-direction: column;
  }
  .new-tab-button {
    font-size: 1rem;
    padding: 5px;
  }
  .heading-cont h1 {
    font-size: 1.7rem;
    text-align: center;
  }
  .link-exam {
    flex-direction: column;
  }
  .link {
    margin: 0px;
    font-size: 0.8rem;
  }
  .main-cont {
    padding: 10px;
  }
}
svg {
  max-width: 300px;
}
.link-copy-button {
  background-color: #fff !important;
  border: 1px solid #fe9400;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.link-copy-button:hover {
  cursor: pointer;
}
.link-copy-button p {
  margin: auto;
  color: #fe9400;
  padding: 8px;
}
.main {
  width: fit-content;
  margin: 0px !important;
  margin-right: 10px !important;
}
.sticky-div {
  background-color: #fff;
  position: sticky;
  top: 0px;
  padding: 10px 0px;
  z-index: 99;
}
section {
  display: unset;
}
a:hover {
  cursor: pointer;
}

.table-container {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
th,
td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
}
th {
  background-color: #f4f4f4;
}
tr:nth-child(even) {
  background-color: #f9f9f9;
}
tr:hover {
  background-color: #f1f1f1;
}
.affiliate-note {
  background: unset !important;
  border: none !important;
  max-width: unset !important;
  padding: unset !important;
  text-align: left !important;
  margin-top: 0.5rem;
}