@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
/*/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
## Bootstrap Sameheight
## Miscellaneous
## Font Fix Screen
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: 'Poppins',sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg {
  display: block;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp,
tt,
var {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em {
  font-style: italic;
}
cite {
  font-weight: 600;
}
blockquote {
  margin: 0 1.5em 20px;
  border-color: #111111;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1em 1em;
  padding-left: 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
  margin-bottom: 10px;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 100%;
}
table th,
table td {
  border: 1px solid #dedede;
  padding: 5px;
  text-align: center;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #111111;
  border: medium none;
  color: #fff;
  padding: 2px 15px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #000;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
}
select {
  border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
textarea {
  width: 100%;
}
form.post-password-form label > input {
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
  padding: 10px 8px;  
}
form.post-password-form input {
  padding: 11px 15px;
  font-weight: 700;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:link,
a:visited {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*-------------------------------------------------------------
                CUSTOM CSSS START  
--------------------------------------------------------------*/

.step_bar {
  position: relative;
  padding: 10px 0;
  padding-left: 90px;
  margin-bottom: 40px;
}
.step_bar p {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.step_bar .bar {
  height: 10px;
  width: 100%;
  background: #e1e1e1;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.step_bar .bar:before {
  content: '';
  width: 0;
  height: 100%;
  background: #8c0506;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.steps_count h2 {
  font-size: 36px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
  color: #000;
}
.custom_check label {
  position: relative;
  font-size: 18px;
  border: 1px solid #dad3d3;
  font-weight: 500;
  color: #000;
  padding: 20px 60px;
  cursor: pointer;
  display: block;
  margin: 20px 0;
}
.custom_check label input {
  width: 0;
  height: 0;
}
.custom_check label input:before {
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #a6a6a6;
  border-radius: 100%;
  position: absolute;
  left: 20px;
  top: 18px;
}
.custom_check label input:after {
  content: '';
  width: 19px;
  height: 19px;
  background: #8c0506;
  position: absolute;
  border-radius: 100%;
  top: 24px;
  left: 26px;
  opacity: 0;
  visibility: hidden;
}
.custom_check label input:checked:after {
  opacity: 1;
  visibility: visible;
}
.steps_area {
  max-width: 75%;
  margin: 0 auto;
}
.secForm {
  padding: 80px 0;
}
.secForm .logo {
  margin-bottom: 70px;
}
.field .form-control {
  height: 60px;
  border: 1px solid #adadad;
  padding: 0 22px;
  font-size: 18px;
  color: #000;
  box-shadow: none;
  outline: none;
}
.secForm .logo img {
  width: 180px;
}
.secForm .logo img.mainlogo {
    width: 270px;
}
.step_2 .step_bar .bar:before {
  width: 9%;
}
.step_3 .step_bar .bar:before {
  width: 18%;
}
.step_4 .step_bar .bar:before {
  width: 27%;
}
.step_5 .step_bar .bar:before {
  width: 36%;
}
.step_6 .step_bar .bar:before {
  width: 45%;
}
.step_7 .step_bar .bar:before {
  width: 54%;
}
.step_8 .step_bar .bar:before {
  width: 63%;
}
.step_9 .step_bar .bar:before {
  width: 72%;
}
.step_10 .step_bar .bar:before {
  width: 81%;
}
.step_11 .step_bar .bar:before {
  width: 90%;
}
.step_12 .step_bar .bar:before {
  width: 100%;
}



.step_nbr .action .btn-custom,
.step_nbr .action .btn-submit {
  display: inline-block;
  color: #fff;
  background: #8c0506;
  padding: 16px 64px;
  font-size: 18px;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  text-decoration: none;
  margin: 0 10px;
}
.step_nbr .action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.step_nbr .action .btn-custom[disabled] {
  background: #dfdfdf;
  color: #adadad;
}


.steps_count .step_nbr {
  display: none;
}
.steps_count .step_nbr.step_1 {
  display: block;
}
.error,.error_valid {
  display: none;
}
.ftw-bold {
  font-weight: 700;
}
.red {
  color: #f00;
}
.field .cond_check {
  display: none;
}
.field .cond_check label {
  display: block;
}





section.secThanks div h1 {
    color: #3a3e54;
    font-size: 65px;
    line-height: 1;
    padding-bottom: 15px;
}
section.secThanks div p {
    padding-bottom: 5px;
    font-size: 18px;
}
section.secThanks {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.secThanks a {
    display: inline-block;
    color: #fff;
    background: #8c0506;
    padding: 16px 64px;
    font-size: 18px;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    margin: 0 10px;
}


@media screen and (max-width: 480px) {
    .steps_count h2 {
        font-size: 22px;
        line-height: 1.4;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .custom_check label {
        font-size: 16px;
        padding: 16px 40px;
    }
    .custom_check label input:before {
        width: 24px;
        height: 24px;
        left: 10px;
        top: 16px;
    }
    .custom_check label input:after {
        top: 21.5px;
        left: 15px;
        width: 14px;
        height: 14px;
    }
    form.steps_area {
        max-width: 100%;
    }
    .step_nbr .action .btn-custom, .step_nbr .action .btn-submit {
        font-size: 16px;
        padding: 10px 34px;
    }
    .secForm {
        padding: 19px 0;
    }
    .secForm .logo img {
        width: 150px !important;
    }
    .secForm .logo {
        margin-bottom: 26px;
    }
    .step_bar {
        padding-left: 60px;
        margin-bottom: 20px;
    }
    .field .form-control {
        height: 52px;
        font-size: 16px;
        padding: 0 18px;
    }
    .step_bar p {
        font-size: 18px;
    }
    section.secThanks {
        padding: 60px 0;
    }
    
    section.secThanks div h1 {
        font-size: 30px;
        width: 90%;
        margin: auto;
    }
    
    section.secThanks div p {
        font-size: 14px;
        width: 82%;
        margin-right: auto;
        margin-left: auto;
    }
    
    section.secThanks a {
        font-size: 15px;
        padding: 14px 30px;
    }
}

.step_bar.fullnow .bar::before {
    width: 100% !important;
}
