/*===================Colors===================*/
/* Margin Variables*/
/* Padding Variables*/
/* Float's*/
/* Text Aligment's*/
/* display */
/* Vertical Align */
/* Text Decoration*/
/* Position  */
/* visibility  */
/* opacity */
/* List Style none */
/* Font Weight*/
/* Font Style*/
/* curser*/
/* Text Transform*/
/*Line Height*/
/*Width*/
/*Height*/
/*Border Zero*/
/*letter spacing Zero*/
/*Font Size's*/
/*Overflow*/
/* ===== Reset Css Start  ===== */
body, header .toplink i, th {
  font-style: normal; }

a img, fieldset, img {
  border: 0; }

blockquote, body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul, figure, figcaption {
  margin: 0;
  padding: 0; }

.titleborder, sub, sup {
  position: relative; }

.titleborder .holder, a img, article, aside, details, figcaption, figure, footer, header, main, nav, section, summary, title {
  display: block; }

.black, .breadcrumbs, footer {
  min-width: 1000px; }

body {
  background-color: #f8f8f8;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.54);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

ul {
  list-style: none; }

sub, sup {
  font-size: 75%;
  line-height: 0px;
  vertical-align: baseline;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, sans-serif; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

:focus, a:active, a:focus, input, input[type=image], input[type=button]:focus, select:focus {
  outline: 0; }

button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%; }

button, input {
  line-height: normal;
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button; }

button[disabled], input[disabled] {
  cursor: default; }

input {
  border: 0; }

input[type=checkbox], input[type=radio] {
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

input[type=search] {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-appearance: textfield; }

/* For Firefox remove arrow in input type number*/
input[type='number'] {
  -moz-appearance: textfield; }

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

a {
  color: rgba(0, 0, 0, 0.54);
  outline-style: none;
  outline-width: medium;
  line-height: inherit;
  transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  color: #db151f; }

/* ===== Reset Css End ===== */
/* ===== Additional Css Start ===== */
h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.87); }

h1, h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold; }

h3, h4 {
  font-size: 24px;
  line-height: 30px; }

h3 {
  font-weight: bold;
  font-size: 24px; }

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

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

.f-Left {
  float: left; }

.f-Right {
  float: right; }

.d-inline-block {
  display: inline-block;
  vertical-align: middle; }

.d-block {
  display: block; }

.d-inline {
  display: inline; }

.d-table {
  display: table;
  width: 100%; }

.d-table-cell {
  display: table-cell;
  vertical-align: middle; }

.hide {
  display: none !important; }

.show {
  display: none !important; }

.help-block {
  color: #e32020;
  line-height: 1.2;
  font-size: 12px; }

.success {
  color: green;
  line-height: 1.2;
  font-size: 12px; }

.t-capitalize {
  text-transform: capitalize; }

.t-uppercase {
  text-transform: uppercase; }

.t-normal {
  text-transform: none !important; }

.cursor-pointer {
  cursor: pointer; }

.clear {
  clear: both; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.auto-width {
  width: auto !important; }

.auto-height {
  height: auto !important; }

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

i {
  font-style: normal; }

.thankthumbnail {
  position: relative;
  height: 103px;
  margin: auto; }

.thankthumbnail:before {
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../../../image/thank-thumb.svg) no-repeat;
  width: 175px;
  height: 82px;
  content: '';
  background-size: contain;
  right: 0;
  margin: auto; }

.m-t-8 {
  margin-top: 8px; }

.btn-form-accent {
  font-family: inherit;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  border: 0;
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
  background-color: #db151f;
  color: #fff;
  width: 100%; }

button.btn-disabled, button[disabled] {
  background: #050c08;
  opacity: 0.2;
  color: #fff; }

button.btn-disabled:hover, button[disabled]:hover {
  background: #050c08; }

button.btn-disabled .arrow-right-ani, button[disabled] .arrow-right-ani {
  animation: none;
  -webkit-animation: none;
  -moz-animation: none; }

.btn-arrow-right {
  position: relative;
  width: 24px;
  height: 14px;
  display: inline-block;
  vertical-align: middle; }

.btn-arrow-right:before, .btn-arrow-right:after {
  content: "";
  position: absolute; }

.btn-arrow-right:after {
  border-style: solid;
  display: inline-block;
  padding: 3px;
  margin-left: 3px;
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #ffffff;
  border-width: 0 2px 2px 0;
  vertical-align: -1px;
  right: 0;
  top: 2px; }

.btn-arrow-right:before {
  width: 20px;
  height: 2px;
  background: #ffffff;
  right: 0;
  top: 5px; }

.btn-form-link {
  color: #db151f;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer; }

.btn-form-link:hover {
  text-decoration: underline; }

@media only screen and (min-width: 992px) {
  .btn-form-accent {
    width: auto;
    min-width: 120px; }
  .btn-form-accent:hover {
    background: #db151f;
    -webkit-box-shadow: 0 3px 6px 0 rgba(219, 21, 31, 0.46);
    -moz-box-shadow: 0 3px 6px 0 rgba(219, 21, 31, 0.46);
    box-shadow: 0 3px 6px 0 rgba(219, 21, 31, 0.46);
    color: #fff;
    border-color: #db151f; } }
