:root {
  --white-color: #FFF;
  --dmserif-font-family: "DM Serif Display", serif;
  --opensans-font-family: "Open Sans", sans-serif;
  --optima-font-family: "Optima";
  --dmserif: "DM Serif Display", serif;
  --black-color: #000000;
  --text-color: #393e51;
  --menu-text-color: #4d372f;
  --green-color: #00821b;
}

@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: normal;
  src: local("Optima"), url("../fonts/Optima/OptimaR.ttf") format("truetype");
}

@font-face {
  font-family: "Optima";
  font-style: italic;
  font-weight: normal;
  src: local("Optima Italic"), url("../fonts/Optima/OptimaI.ttf") format("truetype");
}

@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: bold;
  src: local("Optima Bold"), url("../fonts/Optima/OptimaB.ttf") format("truetype");
}

@font-face {
  font-family: "Optima";
  font-style: italic;
  font-weight: bold;
  src: local("Optima Bold Italic"), url("../fonts/Optima/OptimaBI.ttf") format("truetype");
}

html {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
abbr,
acronym,
address,
article,
aside,
blockquote,
body,
caption,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
iframe,
img,
input,
label,
legend,
li,
nav,
object,
ol,
pre,
q,
section,
span,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}

p {
  border: 0;
  padding: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a img {
  border: none;
}

:focus {
  outline: 0;
}

a:focus {
  outline: none;
}

body {
  font-family: "Optima";
  color: #393e51;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  background: #fbebe0;
}

p {
  letter-spacing: 0.3px;
  padding: 0;
  margin: 0;
}

section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

.w-100 {
  width: 100%;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

a {
  text-decoration: none !important;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
}

a:hover,
a:focus {
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
}

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

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

ul,
ul li,
ul li ul,
ul li ul li,
ul ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.menu-open {
  overflow: hidden;
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.theme-bg {
  background: #fbebe0;
}

.dark-bg {
  background: #c1836a;
}

.bg1 {
  background: #fffbf9;
}

.bg2 {
  background: #fdf4ee;
}

.bg3 {
  background: #f6dfcf;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.input-field {
  margin-bottom: 14px;
  text-align: left;
}

.input-field label {
  color: #393e51;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 2px;
}

.input-field select {
  color: #393e51;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.3px;
  height: 40px;
  width: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 0 9px;
  border: solid 1px #393e51;
}

.input-field input {
  color: #393e51;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.3px;
  height: 40px;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 0 15px;
  border: solid 1px #393e51;
}

.input-field input::-webkit-input-placeholder {
  color: #393e51;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  opacity: 0.4;
}

.input-field input::-moz-placeholder {
  color: #393e51;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.4;
  line-height: 17px;
}

.input-field input:-ms-input-placeholder {
  color: #393e51;
  font-size: 16px;
  opacity: 0.4;
  font-weight: 500;
  line-height: 17px;
}

.input-field input:-moz-placeholder {
  color: #393e51;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.4;
  line-height: 17px;
}

.input-field textarea {
  color: #45413e;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.3px;
  height: 120px;
  width: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 0 15px;
}

.checkbox-item {
  display: block;
  padding: 12px 30px 12px 7px;
  background: #fdf4ee;
}

.checkbox-item.mw-135 {
  min-width: 135px;
  padding-right: 10px;
}

.checkbox-item [type=checkbox]:checked,
.checkbox-item [type=checkbox]:not(:checked) {
  position: absolute;
  opacity: 0;
}

.checkbox-item [type=checkbox]:checked + label {
  font-weight: 500;
}

.checkbox-item [type=checkbox]:checked + label,
.checkbox-item [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  line-height: 15px;
  display: block;
  color: #393e51;
  font-size: 14px;
  letter-spacing: 0.4px;
}

.checkbox-item [type=checkbox]:checked + label a,
.checkbox-item [type=checkbox]:not(:checked) + label a {
  text-decoration: underline !important;
  color: #393e51;
  font-size: 14px;
}

.checkbox-item [type=checkbox]:checked + label a:hover,
.checkbox-item [type=checkbox]:not(:checked) + label a:hover {
  text-decoration: none !important;
}

.checkbox-item [type=checkbox]:checked + label:before,
.checkbox-item [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 1px;
  top: -2px;
  width: 19px;
  height: 19px;
  border: 1px solid #393e51;
  border-radius: 3px;
  background: #fff;
}

.checkbox-item [type=checkbox]:checked + label:before {
  border-color: #000;
}

.checkbox-item [type=checkbox]:checked + label:after,
.checkbox-item [type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #408a00;
  position: absolute;
  top: 1px;
  left: 4px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.checkbox-item [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.checkbox-item [type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio-item {
  margin-bottom: 5px;
}

.radio-item [type=radio]:checked, .radio-item [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-item [type=radio]:checked + label, .radio-item [type=radio]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #393e51;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  background: #fff;
  padding: 8px 7px;
  width: 100%;
  text-align: left;
  padding-left: 40px;
  font-family: "Open Sans", sans-serif;
}

.radio-item [type=radio]:checked + label img, .radio-item [type=radio]:not(:checked) + label img {
  padding-left: 20px;
}

.radio-item [type=radio]:checked + label {
  color: #393e51;
  background: #dfccc0;
}

.radio-item [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 7px;
  width: 18.36px;
  height: 18.36px;
  border: 1px solid #393e51;
  border-radius: 100%;
  background: #fff;
}

.radio-item [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 7px;
  width: 18.36px;
  height: 18.36px;
  border: 1px solid #b86a4f;
  border-radius: 100%;
  background: #fff;
}

.radio-item [type=radio]:checked + label:after, .radio-item [type=radio]:not(:checked) + label:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #00821b;
  position: absolute;
  top: 10px;
  left: 13px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radio-item [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-item [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.black-btn {
  color: #fff;
  border: solid 1px #393e51;
  padding: 0 25px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: inline-block;
  text-align: center;
  background: #393e51;
  line-height: 38px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.black-btn img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.black-btn:hover,
.black-btn:focus {
  border-color: #1b1e2a;
  background: #1b1e2a;
}

.theme-green-btn {
  color: #fff;
  font-family: open sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  letter-spacing: 2.29px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: solid 1px #408a00;
  background: #408a00;
  padding: 0 20px;
  height: 45px;
  cursor: pointer;
  min-width: 200px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 10px;
}

.loading {
  opacity: 0.7;
  pointer-events: none;
}

.loading * {
  cursor: wait;
}

#errors span {
  background-color: #df1b41;
  display: block;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.discount-form {
  display: none;
  max-width: 270px;
  margin: auto;
}

.discount-form .discount-feild {
  border: 1px solid #b86a4f;
  background: #fff;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  text-align: left;
}

.discount-form .discount-feild input[type="text"] {
  color: #393e51;
  font-family: var(--opensans-font-family);
  font-size: 16px;
  font-weight: 400;
  padding: 6px 15px;
  width: calc(100% - 90px);
  background: transparent;
  border: 0;
  outline: none;
  height: 35px;
}

.discount-form .discount-feild input[type="submit"], .discount-form .discount-feild input[type="button"] {
  border: 1px solid #b86a4f;
  background: #b86a4f;
  color: #fff;
  font-family: var(--opensans-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  right: 0;
  min-width: 90px;
  top: 0;
  height: 35px;
  cursor: pointer;
}

.heading-block {
  margin-bottom: 30px;
}
.heading-block h1 {
  color: #393e51;
  font-family: var(--dmserif);
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 42px;
}

.black-theme-btn {
  color: #ffffff;
  border: solid 1px #393e51;
  padding: 0px 25px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: inline-block;
  text-align: center;
  background: #393e51;
  line-height: 42px;
  height: 45px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--opensans);
}
.black-theme-btn:hover, .black-theme-btn:focus {
  border-color: #1b1e2a;
  background: #1b1e2a;
}

.inc-vat {
  display: none;
}

.payment-details-inner {
    position: relative;
}
.discount-badge {
  position: absolute;
  right: 0;
  top: 13px;
}
.discount-badge span {
  color: #ffffff;
  font-family: var(--opensans-font-family);
  font-size: 10px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 1px;
  right: -4px;
  left: 0;
  text-align: center;
  text-transform: uppercase;
}
.payment-details-inner .discount-badge img, .payment-details-inner .discount-badge svg{
    width: 100%;
    height: 32px;
    display: block;
}
 
.discountcode-label {
    display: inline-block;
    margin-top: 6px;
    border: solid 1px #000;
    padding: 3px 40px 2px 7px;
    text-align: left;
    border-radius: 6px;
    position: relative;
}
 
.discountcode-label h5 span img {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
 
.discountcode-label h5 {
    display: inline-block;
    font-family: var(--opensans-font-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #393e51;
    font-weight: 500;
    margin: 0;
    vertical-align: 3px;
}
 
.discountcode-label a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
    position: absolute;
    right: 8px;
    top: 3px;
}

@media (max-width: 992px) {
  .heading-block h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .heading-block h1 {
    font-size: 26px;
    line-height: 29px;
  }
}
.heading-block h2 {
  color: #393e51;
  font-family: var(--dmserif);
  font-size: 31px;
  font-weight: 400;
  line-height: 37px;
}
@media (max-width: 992px) {
  .heading-block h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .heading-block h2 {
    font-size: 26px;
    line-height: 29px;
  }
}
.heading-block h3 {
  color: #393e51;
  font-family: var(--dmserif);
  font-size: 35px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 20px;
}
.heading-block h4 {
  color: #393e51;
  font-family: var(--dmserif);
  font-size: 37px;
  font-weight: 400;
  line-height: 46px;
  margin: 0 0 25px;
}
@media (max-width: 768px) {
  .heading-block h4 {
    font-size: 26px;
    line-height: 29px;
    margin: 0 0 15px;
  }
}
.heading-block p {
  color: #393e51;
  font-family: var(--optima);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .heading-block p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.07819543px;
  }
}


.trail-wrapper {
  padding: 40px 0 60px;
}
@media (max-width: 768px) {
  .trail-wrapper {
    padding: 30px 0;
  }
}

.trail-landing {
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
}

.brand-icon img {
  height: 66px;
  margin: 0 auto 10px;
}

.congrat-icon img {
  margin: 0 auto 8px;
  height: 77px;
}

.top-details .heading-block {
  max-width: 930px;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .top-details .heading-block {
    margin: 0 auto 20px;
  }
}

.info-box {
  border-radius: 6px;
  background-color: rgb(255, 243, 236);
  padding: 30px 25px;
}
@media (max-width: 768px) {
  .info-box {
    padding: 15px;
  }
}
.info-box .heading-block {
  margin-bottom: 15px;
}
.info-box .heading-block h2 {
  margin-bottom: 10px;
}

.bullet-list {
  max-width: 400px;
  margin: 0 auto 16px;
}
.bullet-list ul li {
  padding: 7px 0;
  color: #393e51;
  font-family: var(--optima);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.53px;
}
.bullet-list ul li span {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .bullet-list ul li {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.07819543px;
  }
}

.trail-infor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .trail-infor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.trail-infor .trail-image {
  max-width: 560px;
  -webkit-box-flex: 560px;
      -ms-flex: 560px;
          flex: 560px;
  padding-top: 20px;
}
@media (max-width: 1200px) {
  .trail-infor .trail-image {
    max-width: 450px;
    -webkit-box-flex: 450px;
        -ms-flex: 450px;
            flex: 450px;
  }
}
@media (max-width: 992px) {
  .trail-infor .trail-image {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-bottom: 20px;
    padding-top: 0;
  }
  .trail-infor .trail-image img {
    margin: auto;
  }
}
.trail-infor .trail-content {
  max-width: calc(100% - 560px);
  -webkit-box-flex: calc(100% - 560px);
      -ms-flex: calc(100% - 560px);
          flex: calc(100% - 560px);
  padding-left: 40px;
}
@media (max-width: 1200px) {
  .trail-infor .trail-content {
    max-width: calc(100% - 450px);
    -webkit-box-flex: calc(100% - 450px);
        -ms-flex: calc(100% - 450px);
            flex: calc(100% - 450px);
  }
}
@media (max-width: 992px) {
  .trail-infor .trail-content {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding: 0;
  }
}

.dashboard-button {
  text-align: center;
  margin-top: 10px;
}
.dashboard-button a {
  max-width: 400px;
  margin: auto;
}

@media (max-width: 480px) {
  .book-btn a {
    padding: 0px 10px;
    letter-spacing: 1px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .theme-green-btn {
    min-width: auto;
    font-size: 14px;
    padding: 0 15px;
  }
}
@media (max-width: 380px) {
  .theme-green-btn {
    width: 100%;
  }
}
.theme-green-btn:hover, .theme-green-btn:focus {
  color: #fff;
  border-color: #367202;
  background: #367202;
}

.landing-top-header {
  margin-bottom: 5px;
  text-align: center;
}
.landing-top-header a {
  display: inline-block;
}
.landing-top-header a img {
  margin: auto;
  height: 55px;
}
@media (max-width: 743px) {
  .landing-top-header a img {
    height: 40px;
  }
}

.start-trail-wrapper {
  position: relative;
  padding: 15px 0;
}
.start-trail-wrapper .start-trail-inner-wrapper .heading-title {
  margin-bottom: 10px;
}
.start-trail-wrapper .start-trail-inner-wrapper .heading-title h2 {
  margin: 0;
  font-size: 33px;
  line-height: 49px;
}
@media (max-width: 768px) {
  .start-trail-wrapper .start-trail-inner-wrapper .heading-title h2 {
    font-size: 29px;
    line-height: 33px;
  }
}

.copyright-text {
  margin: 15px 0;
}
.copyright-text figure {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.copyright-text p {
  color: #393e51;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 3px;
  letter-spacing: 0.2857143px;
  display: inline-block;
  vertical-align: middle;
  font-family: var(--opensans-font-family);
}

.steps-wizard-wrapper .steps-wizard-inner {
  position: relative;
}
@media (max-width: 768px) {
  .steps-wizard-wrapper .wizard-list {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .steps-wizard-wrapper .wizard-content .wizard-content-frame {
    padding-top: 35px;
  }
}

.wizard-list .steps-items ul {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .wizard-list .steps-items ul {
    margin-bottom: 0;
  }
}
.wizard-list .steps-items ul li {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .wizard-list .steps-items ul li:last-child a:after {
    display: none;
  }
}
.wizard-list .steps-items ul li a {
  color: #393e51;
  font-family: var(--opensans-font-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 27px;
  display: block;
}
.wizard-list .steps-items ul li a.done span, .wizard-list .steps-items ul li a.active-step span {
  background: #393e51;
  color: #ffffff;
}
@media (max-width: 768px) {
  .wizard-list .steps-items ul li a {
    font-size: 0;
    line-height: 21px;
    position: relative;
  }
  .wizard-list .steps-items ul li a:after {
    content: "";
    width: 22px;
    height: 1px;
    background: #393e51;
    display: block;
    position: absolute;
    right: -21px;
    top: 10px;
    opacity: 0.3;
  }
}
.wizard-list .steps-items ul li a span {
  width: 27px;
  height: 27px;
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  color: #393e51;
  font-family: var(--opensans-font-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 27px;
  margin-right: 5px;
  text-align: center;
}
@media (max-width: 768px) {
  .wizard-list .steps-items ul li a span {
    font-size: 9px;
    line-height: 21px;
    width: 21px;
    height: 21px;
    margin: 0;
  }
}
.wizard-content {
  max-width: 1030px;
  margin: auto;
}
.wizard-content .wizard-content-frame {
  border-radius: 19px;
  background: #ffffff;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .wizard-content .wizard-content-frame {
    border-radius: 10px;
    margin: 0 4px;
  }
}

.border-divider {
  width: 100%;
  height: 1px;
  background: rgba(151, 151, 151, 0.3);
  display: block;
  margin: 15px 0;
}
@media (max-width: 768px) {
  .border-divider {
    margin: 5px 0;
  }
}

.wizard-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .wizard-content-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wizard-content-row .content-preview,
.wizard-content-row .description-preview {
  max-width: 50%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.wizard-content-row .content-preview {
  border-right: 1px solid rgba(151, 151, 151, 0.3);
  padding: 15px 25px;
}
@media (max-width: 768px) {
  .wizard-content-row .content-preview {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    border: 0;
    padding: 15px;
  }
}
.wizard-content-row .description-inner-content {
  padding: 15px 30px;
  position: relative;
}
@media (max-width: 992px) {
  .wizard-content-row .description-inner-content {
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  .wizard-content-row .description-inner-content {
    padding: 65px 20px 20px;
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    background: #fff;
    z-index: 102;
    width: 100%;
    height: 100vh;
  }
}
.wizard-content-row .description-inner-content .mobile-close-description {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
}
.wizard-content-row .description-inner-content .mobile-close-description img {
  height: 25px;
}
@media (max-width: 768px) {
  .wizard-content-row .description-inner-content .mobile-close-description {
    display: block;
  }
}
.wizard-content-row .description-inner-content h2 {
  color: #393e51;
  font-family: var(--dmserif-font-family);
  font-size: 25px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  .wizard-content-row .description-inner-content h2 {
    font-size: 31px;
    line-height: 37px;
  }
}
.wizard-content-row .description-inner-content h3 {
  color: #393e51;
  font-family: var(--dmserif-font-family);
  font-size: 25px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 7px;
}
.wizard-content-row .description-inner-content p {
  color: #393e51;
  font-family: var(--opensans-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.space-5 {
  height: 5px;
}

.space-30 {
  height: 30px;
}

.bullet-key-features ul li {
  margin-bottom: 12px;
}

.trail-bullet-item .trail-bullet-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trail-bullet-item .trail-bullet-item-inner p {
  color: #393e51;
  font-family: var(--opensans-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 12px;
}

.step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.step-item .step-header h3 {
  color: #393e51;
  font-family: var(--dmserif-font-family);
  font-size: 25px;
  font-weight: 400;
  line-height: 29px;
  margin: 0 0 5px;
}
@media (max-width: 768px) {
  .step-item .step-header h3 {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
}
.step-item .step-header p {
  color: #393e51;
  font-family: var(--optima-font-family);
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .step-item .step-header p {
    text-align: center;
    margin-bottom: 8px;
  }
}
.step-item .step-header p a {
  color: #0A43E6;
  text-decoration: underline !important;
}
.step-item .step-header p a:hover {
  text-decoration: none !important;
}
.step-item .step-footer {
  margin-top: auto;
}

.wizards-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wizards-button .next-button {
  min-width: 190px;
}

.anchor-button-black {
  color: #393e51;
  font-family: var(--opensans-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline !important;
  letter-spacing: 2px;
}
.anchor-button-black:hover {
  text-decoration: none !important;
}

span.required {
  color: #ec0505;
  font-family: var(--optima-font-family);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.4473684px;
}

.form-trail-wrapper .input-field label {
  font-family: var(--opensans-font-family);
}
.form-trail-wrapper .input-field input {
  border-color: #979797;
}
.form-trail-wrapper .input-field input:focus {
  border-color: #000;
}
.form-trail-wrapper p {
  color: #393e51;
  font-family: var(--opensans-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 20px;
}

.validation-indicator p {
  color: #393e51;
  font-family: var(--optima-font-family);
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 0.36842105px;
  margin-bottom: 6px;
}
.validation-indicator span.required {
  font-size: 23px;
  line-height: 20px;
  display: inline-block;
  vertical-align: text-top;
}

.two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
}
.two-columns .inner-col {
  max-width: 50%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}

.step-content {
  display: none;
  height: 100%;
}

.green-text {
  color: #29832d !important;
}

.payment-details-widget .payment-details-inner {
  border-radius: 4px;
  background: #fff9e1;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.payment-details-widget .payment-details-inner h2 {
  color: #393e51;
  font-family: var(--opensans-font-family);
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 10px;
}
.payment-details-widget .payment-details-inner .payemnt-value {
  color: #393e51;
  font-family: var(--opensans-font-family);
  font-size: 58px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 6px;
}
.payment-details-widget .payment-details-inner .payemnt-value .currency-indicator {
  color: #393e51;
  font-family: var(--opensans-font-family);
  font-size: 28px;
  font-weight: 400;
  line-height: 25px;
}
.payment-details-widget .payment-details-inner h4 {
  color: #29832d;
  font-family: var(--opensans-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 6px;
}
.payment-details-widget .payment-details-inner h3 {
  color: #393e51;
  font-family: var(--opensans-font-family);
  font-size: 19px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 0px;
}
.payment-details-widget .payment-details-inner h3 strong {
  font-weight: 700;
}

.disclaimer-text {
  margin-bottom: 15px;
}
.disclaimer-text .checkbox-item {
  display: inline-block;
  background: transparent;
  padding: 0;
}
.disclaimer-text .checkbox-item label a {
  text-decoration: underline !important;
  color: #0A43E6 !important;
}
.disclaimer-text .checkbox-item label a:hover {
  text-decoration: none !important;
}
.disclaimer-text .checkbox-item [type=checkbox]:checked + label,
.disclaimer-text .checkbox-item [type=checkbox]:not(:checked) + label {
  color: #393e51;
  font-family: var(--opensans-font-family);
  font-size: 16px;
  font-weight: 400;
}
.disclaimer-text .checkbox-item [type=checkbox]:checked + label:before,
.disclaimer-text .checkbox-item [type=checkbox]:not(:checked) + label:before {
  width: 17px;
  height: 17px;
  border: 1px solid #979797;
}
@media (max-width: 768px) {
  .disclaimer-text .checkbox-item [type=checkbox]:checked + label:before,
  .disclaimer-text .checkbox-item [type=checkbox]:not(:checked) + label:before {
    top: 2px;
  }
}
.disclaimer-text .checkbox-item [type=checkbox]:checked + label:after,
.disclaimer-text .checkbox-item [type=checkbox]:not(:checked) + label:after {
  width: 13px;
  height: 13px;
  background: #393e51;
}
@media (max-width: 768px) {
  .disclaimer-text .checkbox-item [type=checkbox]:checked + label:after,
  .disclaimer-text .checkbox-item [type=checkbox]:not(:checked) + label:after {
    top: 5px;
  }
}
.disclaimer-text .checkbox-item label a {
  font-size: 16px !important;
}

.payment-plan .payment-plan-selction {
  margin-bottom: 8px;
}
.payment-plan .payment-plan-selction .radio-item {
  display: inline-block;
}
.payment-plan .payment-plan-selction .radio-item [type=radio]:checked + label,
.payment-plan .payment-plan-selction .radio-item [type=radio]:not(:checked) + label {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .payment-plan .payment-plan-selction .radio-item [type=radio]:checked + label,
  .payment-plan .payment-plan-selction .radio-item [type=radio]:not(:checked) + label {
    font-size: 12px;
    padding-left: 36px;
    padding-right: 10px;
  }
}
.payment-plan .payment-plan-selction .radio-item [type=radio]:checked + label {
  font-weight: 500;
  background: transparent;
}
.payment-plan .payment-plan-selction .radio-item [type=radio]:not(:checked) + label:before {
  border: 1px solid #393e51;
}
.payment-plan .payment-plan-selction .radio-item [type=radio]:checked + label:after,
.payment-plan .payment-plan-selction .radio-item [type=radio]:not(:checked) + label:after {
  -webkit-transition: none;
  transition: none;
}
.payment-plan .paymentplan-body {
  text-align: center;
  border-radius: 8px;
  background: #fffbf9;
  padding: 15px;
  margin-bottom: 10px;
  position: relative;
}
.payment-plan .paymentplan-body h3 {
  color: #393e51;
  font-family: var(--opensans-font-family);
  font-size: 43px;
  font-weight: 500;
  line-height: 40px;
}
.payment-plan .paymentplan-body h3 span {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  display: inline-block;
  vertical-align: inherit;
}
.payment-plan .paymentplan-body h4 {
  color: #393e51;
  font-family: var(--opensans-font-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.payment-plan .paymentplan-body p {
  color: #393e51;
  font-family: var(--opensans-font-family);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 22px;
}
.anchor-button-blue {
  color: #1048e6;
  font-family: var(--opensans-font-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  text-decoration: underline !important;
  display: inline-block;
}
.anchor-button-blue.font-16 {
  font-size: 16px;
  line-height: 25px;
}
.anchor-button-blue:hover {
  text-decoration: none !important;
}

.plan-type {
  display: none;
}

.annual-plan .discount-badge {
  position: absolute;
  right: 0;
  top: 13px;
}
.annual-plan .discount-badge span {
  color: #ffffff;
  font-family: var(--opensans-font-family);
  font-size: 10px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 1px;
  right: -4px;
  left: 0;
  text-align: center;
}

.mobile-help-icon {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
@media (max-width: 768px) {
  .mobile-help-icon {
    display: block;
  }
}
.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}

.password-feild {
  position: relative;
}
.password-feild a.anchor-button-blue {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  right: 0;
  position: absolute;
}

.welcome-customer-frame {
  position: relative;
  border-radius: 19px;
  background: #ffffff;
  max-width: 1030px;
  margin: 30px auto 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .welcome-customer-frame {
    margin: 10px 4px;
    border-radius: 10px;
  }
}
.welcome-customer-frame .shape-image {
  position: absolute;
  left: -100px;
  top: 0;
}
@media (max-width: 992px) {
  .welcome-customer-frame .shape-image {
    display: none;
  }
}
.welcome-customer-frame .welcome-form-wrapper {
  max-width: 450px;
  margin: auto;
  padding: 40px 0;
}
@media (max-width: 992px) {
  .welcome-customer-frame .welcome-form-wrapper {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .welcome-customer-frame .welcome-form-wrapper {
    padding: 20px 20px;
  }
}
.welcome-customer-frame .welcome-form-wrapper h3 {
  color: #393e51;
  font-family: var(--dmserif-font-family);
  font-size: 25px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .welcome-customer-frame .welcome-form-wrapper h3 {
    text-align: center;
    margin-bottom: 15px;
  }
}

.custom-dropdown {
  position: relative;
  border-radius: 3px;
  border: solid 1px #979797;
  background: #fff;
}
.custom-dropdown:before {
  content: "";
  background: url(../images/down-arrow.svg) no-repeat center center/contain;
  width: 12px;
  height: 8px;
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 16px;
  z-index: 1;
}
.custom-dropdown select {
  -webkit-appearance: none;
  width: 100%;
  font-size: 16px;
  padding: 10px 15px;
  border: 0;
  background: 0 0;
  position: relative;
  z-index: 2;
  height: 38px;
}

.common-form-label {
  color: #393e51;
  font-family: var(--opensans-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: block;
  margin-bottom: 5px;
}

.survey-item {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .survey-item {
    margin-bottom: 10px;
  }
}

.validation-info {
  background: #ffd9d9;
  color: #9a2217;
  font-family: var(--opensans-font-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  padding: 6px 12px;
  display: none;
  margin-top: 4px;
}
.validation-info.ishowvalidation {
  display: block;
}

.required-feild.hasError input {
  border-color: #bc6a63 !important;
}

.login-page-wrapper .login-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100vh;
}
@media (max-width: 768px) {
  .login-page-wrapper .login-inner {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 100vh;
  }
}
.login-page-wrapper .login-inner .auth-image,
.login-page-wrapper .login-inner .auth-form {
  max-width: 50%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
@media (max-width: 768px) {
  .login-page-wrapper .login-inner .auth-image,
  .login-page-wrapper .login-inner .auth-form {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.login-page-wrapper .login-inner .auth-image {
  background: #B86A4F;
  padding: 40px;
}
@media (max-width: 768px) {
  .login-page-wrapper .login-inner .auth-image {
    display: none;
  }
}
.login-page-wrapper .login-inner .auth-image .auth-image-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.login-page-wrapper .login-inner .auth-form {
  padding: 20px 25px;
  background: #fbebe0;
}
@media (max-width: 992px) {
  .login-page-wrapper .login-inner .auth-form {
    padding: 20px;
  }
}
.login-page-wrapper .login-inner .auth-form .auth-form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.login-page-wrapper .login-inner .auth-form .auth-form-inner .copyright-text {
  margin: auto 0 0;
}
.login-page-wrapper .login-inner .auth-form .login-brand-logo img {
  height: 54px;
}
@media (max-width: 768px) {
  .login-page-wrapper .login-inner .auth-form .login-brand-logo img {
    margin: auto;
  }
}

.auth-image-frame img {
  margin: auto;
}

.login-form-inner {
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.18);
          box-shadow: 2px 2px rgba(0, 0, 0, 0.18);
  padding: 15px 25px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .login-form-inner {
    padding: 15px;
  }
}
.login-form-inner .input-field label {
  font-family: var(--opensans-font-family);
}
.login-form-inner .input-field input {
  border-color: #979797;
}
.login-form-inner .input-field input:focus {
  border-color: #000;
}
.login-form-inner figure img {
  margin: 0 auto;
}
.login-form-inner p {
  color: #393e51;
  font-family: var(--optima-font-family);
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .login-form-inner p {
    text-align: center;
    margin-bottom: 8px;
  }
}
.login-form-inner p a {
  color: #0A43E6;
  text-decoration: underline !important;
}
.login-form-inner p a:hover {
  text-decoration: none !important;
}
@media (max-width: 480px) {
  .login-form-inner p a {
    display: block;
  }
}
.login-form-inner h3 {
  color: #393e51;
  font-family: var(--dmserif-font-family);
  font-size: 27px;
  font-weight: 400;
  line-height: 49px;
  margin-bottom: 5px;
}

.space-50 {
  height: 50px !important;
}

.login-form-wrap {
  max-width: 435px;
  margin: 30px auto;
}
@media (max-width: 768px) {
  .login-form-wrap {
    margin: 15px auto;
  }
}
.login-form-wrap h1,
.login-form-wrap h2 {
  color: #393e51;
  font-family: var(--dmserif-font-family);
  font-size: 38px;
  font-weight: 400;
  line-height: 49px;
  text-align: center;
  margin-bottom: 10px;
}
.login-form-wrap p {
  color: #393e51;
  font-family: var(--optima-font-family);
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.5px;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.submit-auth-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .submit-auth-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.submit-auth-form .anchor-button-blue {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .submit-auth-form .anchor-button-blue {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .submit-auth-form .anchor-button-blue {
    font-size: 16px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 15px;
  }
}
.submit-auth-form .theme-green-btn {
  height: 40px;
  min-width: 190px;
  line-height: 38px;
}
@media (max-width: 992px) {
  .submit-auth-form .theme-green-btn {
    min-width: 170px;
  }
}
@media (max-width: 480px) {
  .submit-auth-form .theme-green-btn {
    width: 100%;
    min-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.heading-title {
  text-align: center;
  margin-bottom: 30px;
}

.heading-title.left {
  text-align: left;
}

.heading-title h1 {
  color: #393e51;
  font-size: 41px;
  font-weight: 500;
  line-height: 49px;
  margin-bottom: 15px;
  font-family: "dm serif display", serif;
}

@media (max-width: 767px) {
  .heading-title h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 480px) {
  .heading-title h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
.heading-title h2 {
  color: #393e51;
  font-size: 41px;
  font-weight: 500;
  line-height: 49px;
  margin-bottom: 15px;
  font-family: "dm serif display", serif;
}

@media (max-width: 992px) {
  .heading-title h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .heading-title h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.heading-title p {
  color: #393e51;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  max-width: 780px;
  margin: auto;
  font-family: optima;
}

@media (max-width: 768px) {
  .heading-title p {
    font-size: 18px;
    line-height: 24px;
  }
}
.bg-image {
  position: relative;
}
.bg-image:before {
  content: "";
  background: url(../images/bg-shape-main.svg) no-repeat center center/cover;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  height: 600px;
  z-index: 1;
}
@media (max-width: 768px) {
  .bg-image:before {
    display: none;
  }
}

.start-trail-inner {
  position: relative;
  z-index: 4;
}
@media (max-width: 480px) {

.discount-badge {
    position: relative;
    top: 0;
    margin-bottom: 8px;
}
}