
h1{
font-family: 'Montserrat', 'Open-sans';
font-size: 36px;
text-align: center;
color: #66458a;
}
p{
font-family: 'Montserrat', 'Open-sans';
font-size: 15px;
text-align: center;
color: #939393;
}

.login-register-form-section {
    max-width: 1280px;
    margin: 60px auto;
    font-family: 'Montserrat';
}

.login-register-form-section i {
    width: 10px;
}

.login-register-form-section .nav-tab-contents > li > a {
    color: #66458a;
}
.tab-content{
    max-width: 1280px;
    padding-top: 30px;
    margin: 0 auto;
    padding: 60px 60px 100px 60px;
    background: #ededed;
}
.login-register-form-section .nav-tabs > li.active > a {
    background-color: #ededed;
    border-color: #ededed;
    color: #66458a;
}
.login-register-form-section ul, .login-register-form-section li{
    margin: 0;
}

.login-register-form-section .nav-tabs > li > a, 
.login-register-form-section .nav-tabs > li.active > a {
    width: 160px;
    text-align: center; 
    border-radius: 0;
}
form.form-horizontal {
    max-width: 670px;
    margin: 0 auto;
    padding: 60px;
}
.nav-tabs{
    border: none;
}
.nav-tabs>li{
    background-color: #66458a;
    border-color: #66458a;
    color: white;
    margin-right:2px ;
}
.nav-tabs>li>a:hover {
    border-color: #ededed;
    background-color: #ededed;
    color: #66458a;
}
.nav-tabs>li>a{
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 0px;
}

.login-register-form-section .btn-custom {
    width: 100%;
    background-color: #66458a;
    border-color: #66458a;
    margin-bottom: 0.5em;
    border-radius: 0;
    max-width: 150px;
    padding: 15px 30px;
    font-family: 'montserrat', 'open-sans';
    font-size: 15px;
    text-align: center;
    display: block;
    margin-top: 30px;
    text-decoration: none;
    text-transform: uppercase;
}
.login-btn-right {
    display: flex;
    justify-content: flex-end;
}
.login-btn-left {
    display: flex;
    justify-content: flex-start;
}
a {
    color: #66458a;
    font-weight: 500;

}

.login-register-form-section .btn-custom:hover {
    width: 100%;
    background-color:#9e6bd8;
    border-color: #9e6bd8;
    text-decoration: none;
}
.login-register-form-section .form-group {
    padding: 10px 0 0 0;
}
.form-control{
    padding: 20px;
    /*text-transform: uppercase;*/
    border-radius: initial;
    height: 50px;
}
.input-group-addon{
    border-radius: initial;
}
form h3{
    background: #66458a;
    padding: 20px;
    margin-left: -60px !important;
    margin-bottom: 50px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
}
.login{
    background: #ffffff;
}
.register{
    background: #66458a;
}
.btn-register{
    background-color: #9e6bd8 !important;
}
.modal-header, .modal-footer{
    border-bottom: none;
}
.modal .btn{
    background-color: #66458a !important;
    color: #fff;
    max-width: 150px;
    margin: 0 auto;
    display: block;
    font-family: 'Montserrat';
}
.modal-body{
    margin-top: 60px;
}
i.fa.fa-check {
    background-color: #66458a !important;
    color: white;
    border-radius: 100%;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
    /* max-width: 100px; */
    display: table;
    position: absolute;
    top: -25px;
    left: 43%;
    font-size: 30px;
    margin-bottom: 40px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/*Personal Details Wizard */

* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

p {
    color: grey
}

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}
.greyText{
    color: #989898;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 14px;
    padding: 30px 0;
    font-weight: bold;
    /*font-style: italic;*/
}



input[type="radio"] + label {
    display: block;
    margin: 0 0 0.5em 2em;
  }
  input[type="checkbox"] + label {
    display: inline-block;
    margin: 0 1em 0 0.5em;
  }
  input[type="date"]::-webkit-inner-spin-button {
    display: none;
  }
  fieldset {
    border: none;
    padding: 0;
    margin: 1.5em 0 0;
  }
  button.expand-trigger {
    font-size: 1em;
    position: relative;
    border: none;
    background: transparent;
    color: #333;
    padding-left: 25px;
    margin-top: 1.5em;
    cursor: pointer;
  }
  button.expand-trigger:before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 1px;
    border: solid 8px transparent;
    border-left-color: #444;
    transition: transform 0.2s ease-out;
    transform-origin: left center;
  }
  button.expand-trigger[aria-expanded="true"]:before {
    transform: rotate(90deg) translate3d(-3px, -4px, 0);
  }
  #collapsedSection {
    display: block;
    overflow: hidden;
    height: auto;
    max-height: 110px;
    transition: max-height 0.3s ease-out;
  }
  #collapsedSection[aria-hidden="true"] {
    max-height: 0px;
  }
  #collapsedSection label:first-child {
    margin-top: 0.5em;
  }
  .tandc-wrapper {
    margin: 1.5em 0;
  }
  button[type="submit"] {
    color: #333;
    background: #d9d9d9;
    border: solid 1px #b9b9b9;
    padding: 1em 1.5em;
    font-size: 1em;
    margin-right: 1em;
    border-radius: 2px;
    cursor: pointer;
  }
  button[type="submit"]:active {
    background: #ddd;
    border: solid 1px #bbb;
    font-family: "Montserrat";
  }
  input[type="reset"] {
    border: none;
    background: transparent;
    text-decoration: underline;
    font-size: 1em;
    cursor: pointer;
  }
  input[type="reset"]:hover,
  input[type="reset"]:focus {
    text-decoration: none !important;
  }

  .invalid {
    border: solid 1px rgba(255, 0, 0, 0.4);
  }
  fieldset.invalid {
    border: none;
  }
  #errorSummary {
    background-color: rgba(255, 0, 0, 0.08);
    border: solid 1px rgba(255, 0, 0, 0.4);
    border-radius: 2px;
    padding: 15px;
    -webkit-animation: show_summary 0.2s ease-out;
    animation: show_summary 0.2s ease-out;
  }
  #errorSummary ul {
    margin: 0;
  }
  #errorSummary li {
    color: #fff;
    font-size: 0.95em;
    padding: 0.3em 0;
    margin: 0;
  }
  #errorSummary li a {
    color: #fff;
  }
  #errorSummary p {
    margin-top: 0;
  }
  .error-indicator {
    display: inline-block;
    position: relative;
    color: #fff;
    margin: 5px 0;
    font-size: 0.85em;
  }
  .tandc-wrapper .error-indicator {
    display: block;
  }
  .error-indicator[aria-hidden="true"] {
    display: none;
  }
  @-webkit-keyframes show_summary {
    0% { transform: scale(0.9); opacity: 0.6; }
    100% { transform: scale(1); opacity: 1; }
  }
  @keyframes show_summary {
    0% { transform: scale(0.9); opacity: 0.6; }
    100% { transform: scale(1); opacity: 1; }
  }

  @media all and (min-width: 400px) {
    form {
      width: 400px;
      margin: 0 auto;
    }
    input[type="radio"] {
      float: none;
    }
    input[type="radio"] + label,
    input[type="checkbox"] + label {
      display: inline-block;
      margin: 0 1em 0 0.5em;
    }
  }
  @media all and (min-width: 800px) {
    form {
      width: 90%;
      max-width: 800px;
    }

    label,
    fieldset legend {
      /* width: 40%; */
      display: inline-block;
    }
    input[type="radio"] + label,
    input[type="checkbox"] + label {
      display: inline-block;
      margin: 0 1em 0 0.5em;
      width: 25%;
    }
    button[type="submit"] {
      width: 15%;
      padding: 1em 0;
      text-align: center;
      margin-right: 2%;
      margin-left: 35%;
    }
    input[type="reset"] {
      width: 15%;
      text-align: center;
    }
    button[type="submit"],
    input[type="reset"] {
      margin-top: 1em;
    }

    .form-group{
        position: relative;
    }
    #errorSummary {
      margin-bottom: 1em;
      display: none;
    }
    .error-indicator {
      display: block;
      padding: 10px;
      background-color: #d20000;
      margin-top: 0.8em;
      -webkit-animation: show_indicator 0.2s cubic-bezier(0.42, 0.93, 0.87, 1.31);
      animation: show_indicator 0.2s cubic-bezier(0.42, 0.93, 0.87, 1.31);
      transform-origin: left;
      position: absolute;
    right: -45px;
    z-index: 1;
    top: -4px;
    box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.67);
-webkit-box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.67);
-moz-box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.67);
    }
    .error-indicator:before {
      content: '';
      position: absolute;
      border: solid 10px transparent;
      border-right-color: #d20000;
      top: 9px;
      left: -18px;
    }
    @-webkit-keyframes show_indicator {
      0% { transform: scale(0.9); opacity: 0.6; }
      100% { transform: scale(1); opacity: 1; }
    }
    @keyframes show_indicator {
      0% { transform: scale(0.9); opacity: 0.6; }
      100% { transform: scale(1); opacity: 1; }
    }
  }
  i.fas.fa-exclamation-circle{
    font-size: 70px;
    color: #f90606;
}
.modal-footer{
  border: none;
}
@media (min-width: 800px)
{
button[type="submit"] {
    width: 100%;
   
}
}
.modal label{
  color: #828282;
  font-family: 'Montserrat';
  font-weight: 400;
}

.header-hero{
    background-image: url(../../wp-content/uploads/2021/11/sub-page-header.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 257px;
    max-height: 257px;
    margin-bottom: 30px;
}
h2{
  color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    text-shadow: 0px 0px 0px rgb(0 0 0 / 30%);
    padding-top: 110px!important;
    display: block;
}
button:focus, button:hover, .button:focus, .button:hover, .faux-button:focus, .faux-button:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover{
    text-decoration: none !important;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea{
    font-size: 14px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    font-size: 14px;
}
