/*===================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*/
body {
  background: transparent; }

.formContainer {
  padding: 0 8px;
  position: relative;
  margin: 0 auto;
  font-family: inherit; }

.formContainer.width-auto {
  max-width: none; }

.formContainer h2, .formContainer .modal-header {
  font-weight: bold;
  position: relative;
  font-size: 18px;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 8px 8px 0 0;
  padding: 15px 0; }

.formContainer h2 .text-header, .formContainer .modal-header .text-header {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: normal; }

.formContainer .modal-title {
  margin-bottom: 15px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1.5; }

.formContainer .modal-sub-title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.87); }

.formContainer .form-field__control {
  margin: 0 auto 23px; }

.formContainer .form-field-group {
  margin-bottom: 23px; }

.formContainer .form-field-group .otp-text {
  font-size: 14px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.87); }

.formContainer .form-field-group .pin-text {
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.3; }

/* Media Query for Desktop*/
@media only screen and (min-width: 992px) {
  .formContainer {
    position: relative; }
  .formContainer h2, .formContainer .modal-header {
    font-size: 29px;
    font-weight: normal; }
  .formContainer h2 .text-header, .formContainer .modal-header .text-header {
    font-size: 16px; }
  .formContainer .modal-title {
    font-size: 16px; }
  .formContainer .modal-sub-title {
    font-size: 24px; } }

/* TypeHead Start */
.suggestion-box {
  max-height: 242px;
  overflow-y: scroll;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.13);
  position: absolute;
  left: 0;
  top: 46px;
  width: 100%;
  z-index: 1; }

.suggestion-box > li {
  padding: 10px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 48px;
  line-height: 26px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  font-family: inherit;
  font-weight: bold;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54); }

.suggestion-box > li.suggestion-header {
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
  font-size: 16px; }

/* TypeHead End */
.form-field__label {
  font-size: 11px;
  -o-transform: translateY(-21px);
  -ms-transform: translateY(-21px);
  -webkit-transform: translateY(-21px);
  -moz-transform: translateY(-21px);
  transform: translateY(-21px);
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  left: 15px;
  top: 14px;
  padding: 0 3px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 1.1; }

.form-field__control * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.form-field__control {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  position: relative;
  width: 100%;
  display: inline-block; }

.form-field__control .button-accent {
  margin-top: 0; }

.form-field__control .help-block {
  text-align: left;
  font-size: 11px;
  position: absolute;
  left: 0;
  bottom: -13px; }

.form-field__input {
  border: 1px solid rgba(0, 0, 0, 0.24);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  height: 46px;
  /*line-height:44px;*/
  font-size: 16px;
  padding: 0 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  background: #ffffff; }

.form-field__input:-ms-input-placeholder ~ .form-field__label {
  font-size: 16px;
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0); }

.form-field__input:placeholder-shown ~ .form-field__label {
  font-size: 16px;
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0); }

.form-field__input:focus ~ .form-field__label {
  color: #db151f;
  font-size: 11px;
  -o-transform: translateY(-21px);
  -ms-transform: translateY(-21px);
  -webkit-transform: translateY(-21px);
  -moz-transform: translateY(-21px);
  transform: translateY(-21px); }

.form-field__textarea {
  height: 150px;
  resize: none;
  line-height: 1.4; }

.modal-close {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 32px;
  height: 32px;
  opacity: 0.5;
  z-index: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  cursor: pointer; }

.modal-close:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.1); }

.modal-close:before, .modal-close:after {
  position: absolute;
  left: 15px;
  top: 7px;
  content: ' ';
  height: 18px;
  width: 1px;
  background: rgba(0, 0, 0, 0.87); }

.modal-close:before {
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

.modal-close:after {
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.arrow-right-ani {
  animation: arrowRightLoop .5s 1s ease alternate infinite;
  -webkit-animation: arrowRightLoop .5s 1s ease alternate infinite;
  -moz-animation: arrowRightLoop .5s 1s ease alternate infinite;
  padding-left: 10px; }

@keyframes arrowRightLoop {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(10px); } }

@-webkit-keyframes arrowRightLoop {
  0% {
    -webkit-transform: translateX(0); }
  100% {
    -webkit-transform: translateX(10px); } }

@-moz-keyframes arrowRightLoop {
  0% {
    -moz-transform: translateX(0); }
  100% {
    -moz-transform: translateX(10px); } }

.card-main-wrap {
  white-space: nowrap;
  overflow-x: scroll;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 16px;
  padding-right: 16px;
  -moz-overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch; }

.card-main-wrap > * {
  display: inline-block;
  vertical-align: top; }

.card-main-wrap::-webkit-scrollbar {
  display: none; }

.card-main-wrap .card-main {
  width: 100%;
  max-width: 280px; }

.card-main {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5px;
  transition: box-shadow 0.4s ease-in-out 0s;
  -webkit-transition: box-shadow 0.4s ease-in-out 0s;
  -moz-transition: box-shadow 0.4s ease-in-out 0s;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  white-space: normal; }

.card-main * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.card-main:hover {
  -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.05); }

.card-main:hover .card-title, .card-main:hover a.card-title {
  color: #db151f; }

.card-main .card-header {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  position: relative;
  height: 182px;
  line-height: 184px; }

.card-main .card-header img {
  display: inline-block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  margin: 0 auto;
  vertical-align: middle;
  max-width: 100%; }

.card-main .card-header > span, .card-main .card-header > a {
  position: relative;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  cursor: pointer; }

.card-main .card-container {
  padding: 15px;
  text-align: left; }

.card-main .card-title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold; }

.card-main .card-price {
  font-size: 17px;
  line-height: 21px;
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  margin-bottom: 28px; }

.card-main .card-hint {
  position: absolute;
  left: 0;
  bottom: -19px;
  width: 100%;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54); }

.card-main .btn-form-link {
  text-transform: capitalize;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 8px; }

.card-main .card-listing {
  display: table;
  font-size: 14px;
  line-height: 21px;
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  margin-bottom: 10px;
  width: 100%; }

.card-main .card-listing > li {
  display: table-cell;
  width: 50%; }

.card-main .card-listing > li:first-child {
  padding-right: 8px; }

.card-main .card-listing > li:last-child {
  padding-left: 8px;
  text-align: right; }

.card-main .card-listing .card-list-spec {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  line-height: 18px; }

.card-main .card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px; }

@media only screen and (min-width: 992px) {
  .card-main-wrap {
    margin: 0;
    padding: 0; }
  .card-main-wrap .card-main {
    max-width: 300px; }
  .card-main .card-header {
    height: 198px;
    line-height: 200px; }
  .card-main .card-title {
    font-weight: normal; }
  .card-main .btn-form-link {
    font-weight: normal;
    padding: 0;
    width: auto; } }

@media (min-width: 992px) {
  .cb-outer {
    overflow: hidden; }
  .cb-carousel-container {
    width: 930px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    z-index: 0; }
  .cb-carousel-container:before, .cb-carousel-container:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 23px;
    background: #f3f3f3;
    z-index: 2; }
  .cb-carousel-container:before {
    left: -20px; }
  .cb-carousel-container:after {
    right: -20px; }
  .cb-carousel-item {
    float: left;
    text-align: center;
    width: 309px; }
  .cb-carousel-btn {
    width: 35px;
    height: 35px;
    margin-top: -17px;
    top: 50%;
    cursor: pointer;
    position: absolute;
    padding: 15px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #fff;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    text-align: center;
    background: #fff;
    z-index: 3; }
  .cb-carousel-btn:before {
    content: "";
    position: absolute;
    top: 11px;
    width: 4px;
    height: 4px; }
  .cb-carousel-btn-next {
    right: -11px; }
  .cb-carousel-btn-next:before {
    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: #000;
    border-width: 0 2px 2px 0;
    vertical-align: -1px;
    left: 5px; }
  .cb-carousel-btn-prev {
    left: -11px; }
  .cb-carousel-btn-prev:before {
    border-style: solid;
    display: inline-block;
    padding: 3px;
    margin-left: 3px;
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    border-color: #000;
    border-width: 0 2px 2px 0;
    vertical-align: -1px;
    left: 10px; }
  .cb-carousel-dot-list {
    float: left;
    margin-top: 15px;
    text-align: center;
    width: 100%; }
  .cb-carousel-dot-item {
    display: inline-block;
    margin: 0 5px; }
  .cb-carousel-dot-btn {
    background: green;
    border-radius: 50%;
    height: 20px;
    width: 20px; }
  .active > .cb-carousel-dot-btn {
    background: blue; } }

.df-control {
  text-align: left; }

.df-control label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.2;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 12px;
  min-width: 75px;
  color: rgba(0, 0, 0, 0.56); }

.df-control label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 0; }

.df-control label .custom-indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  transition: all 0.3s ease-in 0s;
  border: 1px solid rgba(0, 0, 0, 0.38); }

.df-control label input:focus ~ .custom-indicator,
.df-control label:hover input ~ .custom-indicator {
  border-color: #db151f; }

.df-control label input:checked ~ .custom-indicator {
  border-color: #db151f; }

.df-control label input:checked:focus ~ .custom-indicator,
.df-control label:hover input:not([disabled]):checked ~ .custom-indicator {
  border-color: #db151f; }

.df-control label input:disabled ~ .custom-indicator {
  background: #e6e6e6;
  opacity: .6;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0.54); }

.df-control label .custom-indicator:after {
  content: '';
  position: absolute;
  display: none; }

.df-control label input:checked ~ .custom-indicator:after {
  display: block; }

.df-control.spaceTop label {
  margin-top: 0; }

.df-control.spaceB label {
  margin-bottom: 0; }

.field-radio label .custom-indicator {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.field-radio label .custom-indicator:after {
  left: 4px;
  top: 4px;
  height: 8px;
  width: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #db151f; }

.field-radio label input:disabled ~ .custom-indicator:after {
  background: #7b7b7b; }

.field-checkbox label .custom-indicator {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.field-checkbox label .custom-indicator:after {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 10px;
  border: solid #db151f;
  border-width: 0 2px 2px 0;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.field-checkbox label input:disabled ~ .custom-indicator:after {
  border-color: #7b7b7b; }

.form-field__control .control-label {
  font-size: 16px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  padding-bottom: 5px;
  text-align: left; }

.select-dropdown {
  position: relative;
  display: inline-block;
  width: 100%; }

.select-dropdown select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.24);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  height: 46px;
  line-height: 1.2;
  font-size: 16px;
  padding: 10px 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.87);
  background-color: #ffffff; }

.select-dropdown select::-ms-expand {
  display: none; }

.select-dropdown option {
  padding: 10px 15px;
  margin: 0;
  line-height: 1.2; }

.select-dropdown select:hover,
.select-dropdown select:focus {
  color: #000; }

.select-dropdown select:disabled {
  opacity: 0.5;
  pointer-events: none; }

.select__arrow {
  position: absolute;
  top: 19px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent; }

.select-dropdown select:hover ~ .select__arrow {
  border-color: transparent transparent #7b7b7b transparent;
  border-width: 0 5px 8px 5px; }

.select-dropdown select:disabled ~ .select__arrow,
.select-dropdown select:disabled:hover ~ .select__arrow {
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent; }

/*Preloader*/
.overlay_loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  z-index: 10005;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out; }

.overlay_loader .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  animation: rotateAnim 2s infinite ease;
  -webkit-animation: rotateAnim 2s infinite ease; }

.overlay_loader .loader div {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #db151f;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: translateAnim 2s infinite ease;
  -webkit-animation: translateAnim 2s infinite ease;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }

.overlay_loader .loader div:nth-child(1) {
  top: -25px;
  animation-name: translateAnimTop;
  -webkit-animation-name: translateAnimTop; }

.overlay_loader .loader div:nth-child(2) {
  left: 25px;
  animation-name: translateAnimRight;
  -webkit-animation-name: translateAnimRight; }

.overlay_loader .loader div:nth-child(3) {
  top: 25px;
  animation-name: translateAnimBottom;
  -webkit-animation-name: translateAnimBottom; }

.overlay_loader .loader div:nth-child(4) {
  left: -25px;
  animation-name: translateAnimLeft;
  -webkit-animation-name: translateAnimLeft; }

@keyframes rotateAnim {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(90deg); }
  50% {
    transform: rotate(90deg); }
  75% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(180deg); } }

@-webkit-keyframes rotateAnim {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(90deg); }
  75% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(180deg); } }

@keyframes translateAnimTop {
  0% {
    transform: translateY(0px);
    background: #db151f; }
  25% {
    transform: translateY(0px);
    background: #db151f; }
  50% {
    transform: translateY(-20px);
    background: none; }
  75% {
    transform: translateY(-20px);
    background: none; }
  100% {
    transform: translateY(0px);
    background: #db151f; } }

@-webkit-keyframes translateAnimTop {
  0% {
    -webkit-transform: translateY(0px);
    background: #db151f; }
  25% {
    -webkit-transform: translateY(0px);
    background: #db151f; }
  50% {
    -webkit-transform: translateY(-20px);
    background: none; }
  75% {
    -webkit-transform: translateY(-20px);
    background: none; }
  100% {
    -webkit-transform: translateY(0px);
    background: #db151f; } }

@keyframes translateAnimBottom {
  0% {
    transform: translateY(0px);
    background: #db151f; }
  25% {
    transform: translateY(0px);
    background: #db151f; }
  50% {
    transform: translateY(20px);
    background: none; }
  75% {
    transform: translateY(20px);
    background: none; }
  100% {
    transform: translateY(0px);
    background: #db151f; } }

@-webkit-keyframes translateAnimBottom {
  0% {
    -webkit-transform: translateY(0px);
    background: #db151f; }
  25% {
    -webkit-transform: translateY(0px);
    background: #db151f; }
  50% {
    -webkit-transform: translateY(20px);
    background: none; }
  75% {
    -webkit-transform: translateY(20px);
    background: none; }
  100% {
    -webkit-transform: translateY(0px);
    background: #db151f; } }

@keyframes translateAnimLeft {
  0% {
    transform: translateX(0px);
    background: #db151f; }
  25% {
    transform: translateX(0px);
    background: #db151f; }
  50% {
    transform: translateX(-20px);
    background: none; }
  75% {
    transform: translateX(-20px);
    background: none; }
  100% {
    transform: translateX(0px);
    background: #db151f; } }

@-webkit-keyframes translateAnimLeft {
  0% {
    -webkit-transform: translateX(0px);
    background: #db151f; }
  25% {
    -webkit-transform: translateX(0px);
    background: #db151f; }
  50% {
    -webkit-transform: translateX(-20px);
    background: none; }
  75% {
    -webkit-transform: translateX(-20px);
    background: none; }
  100% {
    -webkit-transform: translateX(0px);
    background: #db151f; } }

@keyframes translateAnimRight {
  0% {
    transform: translateX(0px);
    background: #db151f; }
  25% {
    transform: translateX(0px);
    background: #db151f; }
  50% {
    transform: translateX(20px);
    background: none; }
  75% {
    transform: translateX(20px);
    background: none; }
  100% {
    transform: translateX(0px);
    background: #db151f; } }

@-webkit-keyframes translateAnimRight {
  0% {
    -webkit-transform: translateX(0px);
    background: #db151f; }
  25% {
    -webkit-transform: translateX(0px);
    background: #db151f; }
  50% {
    -webkit-transform: translateX(20px);
    background: none; }
  75% {
    -webkit-transform: translateX(20px);
    background: none; }
  100% {
    -webkit-transform: translateX(0px);
    background: #db151f; } }

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

.formContainer h1 {
  font-weight: 500;
  position: relative;
  font-size: 30px;
  line-height: 29px;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 8px 8px 0 0;
  padding: 15px 0 0px;
  text-align: center; }

.formContainer h2 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5;
  text-align: center; }

.formContainer h3 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1.5;
  text-align: center;
  font-weight: normal; }
