label.field-label {
  color: #fff;
  font-size: 21px;
  display: flex;
  align-items: center;
  margin: 0 0 25px;
}
label.field-label sup {
  color: red;
}

.step-indicator {
  display: flex;
  align-items: center;
}

.step-indicator > * {
  width: calc(100%/8);
}

.step-ind a {
  padding: 4px 10px;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #F5F5F5;
  color: #808080;
}

.step-ind a.active {
  background: #9354ff;
  color: #fff;
}

.step-form-iuter {
}

form#multi-step-form {
  position: relative;
  padding-top: 109px;
}

label.field-label {
  text-align: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  color: #000;
  width: 100%;
  left: 0;
  font-size: 23px;
  font-weight: bold;
}

.field-holder {
  padding: 40px 30px;
  background: #f5f5f5;
}
.nx-module .field-input input[type="text"]:focus, 
.nx-module .field-input input[type="email"]:focus, 
.nx-module .field-input input[type="tel"]:focus, 
.nx-module .field-input textarea:focus {
  outline: 0;
}
.field-input input[type="text"],
.field-input input[type="email"],
.field-input input[type="tel"],
.field-input textarea{
  display: block;
  width: 100%;
  font-family: Nunito,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  outline: none;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  color: #000000;
  background: transparent;
  box-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  border-width: 1px;
  border-bottom: 1px solid #9354ff;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.field-input input[type="text"]:focus,
.field-input input[type="email"]:focus,
.field-input input[type="tel"]:focus,
.field-input textarea:focus{
  outline: 0;
  border-color: rgba(218,255,1,1.0);
}

.field-input input[type="text"]::placeholder {
  color: #000000;
  opacity: 0.5;
}

.button-holder {
  text-align: center;
  margin: 50px 0 0;
}

.button-holder a {
  line-height: 1.15;
  font-family: inherit;
  overflow: hidden;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -.27px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #9354ff;
  background-color: #9354ff;
  border-color: transparent;
  border-radius: 34px;
  border-width: 1px;
  color: #fff;
  margin-left: 15px;
  padding: 13px 36px;
  min-width: 145px;
}
.nx-module input[type=text] {
  border-radius: 0 !important;
}
.button-holder a:hover {
  transform: scale(1.05);
}

.button-holder a:first-child:not(:last-child) {
  background: transparent;
  color: #9354ff;
  border-color: #9354ff;
}

ul.checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 15px 20px;
  flex-wrap: wrap;
}

ul.checkbox-list label {
  display: block;
  padding: 15px 15px;
  border: 2px solid #9354ff;
  color: #fff;
  text-align: center;
  min-width: 120px;
  position: relative;
  cursor: pointer;
  transition: all .3s ease;
}

ul.checkbox-list label input {
  opacity: 0;
  position: absolute;
}

ul.checkbox-list label:hover {
  background: #9354ff;
}

ul.checkbox-list label .chk {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
  background: transparent;
  top: 0;
  left: 0;
}

ul.checkbox-list label > *:not(.chk):not(input) {
  position: relative;
  z-index: 2;
}

ul.checkbox-list label input:checked + .chk {
  background: #9354ff;
}

ul.checkbox-list label > * {
  display: block;
}

ul.checkbox-list label img {
  width: 68px;
  margin: 0 auto 15px;
}

img + span.check-text {
  margin: 0 -17px -17px;
  padding: 8px 15px;
  background: rgba(218, 255, 1, 1.0);
  color: #000;
}

ul.select-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.select-holder {
  display: block;
  padding: 15px 15px;
  border: 2px solid #9354ff;
  color: #fff;
  text-align: left;
  min-width: 120px;
  position: relative;
  transition: all .3s ease;
}

.info-content {
  position: relative;
  padding-left: 15px;
}

span.in-ic {
  display: block;
  line-height: 0;
  width: 20px;
  margin-left: auto;
}

.in-cn {
  background: #fff;
  padding: 10px;
  color: #000;
  font-size: 10px;
  position: absolute;
  bottom: 35px;
  z-index: 10;
  display: none;
  min-width: 200px;
  right: 0;
}

.in-cn:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  margin-left: 0;
  border-width: 11px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

span.in-ic:hover + div {
  display: block;
}

.select-img img {
  width: 68px;
  display: block;
  margin: 15px auto 23px;
  object-position: top;
}

span.sl-text {
  display: block;
  margin: 0 -17px;
  padding: 10px;
  font-size: 13px;
  background: rgba(218, 255, 1, 1.0);
  color: #000;
}

.select-main {
  display: block;
  margin: 0 -17px -17px;
  padding: 10px;
  font-size: 13px;
  background: rgba(218, 255, 1, 1.0);
  color: #000;
  padding-top: 0;
}

.select-main select {
  box-shadow: none;
  border: 2px solid #9354ff !important;
  padding: 8px 8px;
}

.select-main select:focus {
  outline: 0;
}

.field-holder.more-count {
  margin-top: 50px;
}

.field-holder.more-count .select-main {
  margin: 0;
  background: transparent;
  padding: 0;
}

.field-holder.more-count .select-main select {
  width: 100%;
}

.steps {
  display: none;
}

/* .steps:first-child {
display: block;
} */
.err{
  display:none;
  color:red;
  margin:10px 0 0 ;
}

.field-holder + .field-holder {
  margin: 27px 0 0;
}

#step9 label.field-label {
  margin: 0 0 5px;
}


ul.checkbox-list label {
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #c1c1c1;
  padding: 0;
  background: #fff;
}

ul.checkbox-list > * {
  width: calc(50% - 10px);
}

ul.checkbox-list {
  justify-content: center;
}

ul.checkbox-list label img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  margin: 0;
}

.check-content {
  padding: 0;
  height: calc( 100% - 175px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tt {
  font-size: 20px;
  color: #000;
  text-align: left;
  margin: 0;
  padding: 10px;
  line-height: 1.2;
}

ul.checkbox-list label:hover {
  box-shadow: 0px 5px 24px #c1c1c1;
  background: #fff;
}

.ch-col {
  display: flex;
  padding-left: 0;
  align-items: flex-end;
}

span.Concrete {
  margin-left: auto;
  border-top: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
  display: block;
  text-align: center;
  padding: 9px 14px;
  content: '\f058';
  font-family: "FontAwesome";
  font-size: 0;
  line-height: 0;
}

span.Concrete:after {
  content: '\f055';
  color: #a2a2a2;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
}

input:checked + img + div span.Concrete:after ,
input:checked + div span.Concrete:after {
  opacity: 1;
  content: '\f058';
  color: #fff;
}

input:checked + img + div span.Concrete,
input:checked + div span.Concrete{
  background: #9354ff;
}

.select-holder {
  height: 100%;
  border-radius: 2px;
  border: 1px solid #c1c1c1;
  padding: 0;
  background: #fff;
}

.select-img img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  margin: 0;
}

.ch-cnt-inner {
  color: #9b9494;
  text-align: left;
  padding: 0 0 15px 10px;
}

.select-main {
  margin: 0;
  line-height: 0;
  height: auto;
  padding: 0;
  background: transparent;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.select-main select {

}

ul.select-list > * {
  width: calc(50% - 8px);
}

ul.select-list .ch-col {
  flex-direction: column;
  min-height: 137px;
  position: relative;
  padding-bottom: 40px;
}
ul.checkbox-list.vtt {
  justify-content: center;
}

ul.checkbox-list.vtt .ch-col {
  margin-top: -50px;
}

ul.checkbox-list.vtt .ch-col span.Concrete {
  padding: 15px 14px;
  border-top: 0;
}

.field-holder.more-count {
  position: relative;
  margin-top: 100px;
}

.field-holder.more-count label.field-label {
  top: -69px;
}

.field-holder.more-count .select-main {
  position: static;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 220px;
  height: 40px;
  width: 100%;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #9354ff;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  line-height: 1.5;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #9354ff;
}
.select-styled:active, .select-styled.active {
  background-color: #9354ff;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #9354ff;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #9354ff;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover, .select-options li.is-selected {
  color: #9354ff;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}
.steps .hs-input {
  background: transparent;
  border-color: #9354ff;
  height: 37px;
}

.steps .hs-input:focus {
  border-color: rgba(218, 255, 1, 1.0);
}

.steps .hs_submit.hs-submit {
  display: none;
}

div#step9 {
  padding-bottom: 109px;
  text-align: center;
}

.th-container-inner {
  padding: 40px 30px;
  background-color: #f5f5f5;
}
.step-indicator>* {
  color: #9354ff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
span.tr {
  display: block;
  width: 100%;
  color: #9354ff;
  padding: 0 10px 10px;
  cursor: pointer;
}

.ch-cnt-inner {
  display: none;
}

ul.select-list .ch-col {
  min-height: 0;
}

ul.checkbox-list.vtt {
  display: block;
}

ul.checkbox-list.vtt > * {
  float: left;
}

ul.checkbox-list.vtt:after {content: '';display: table;width: 100%;}

ul.checkbox-list.vtt > *:not(:first-child) {
  margin: 0 0 15px 15px;
}



li.Imageee img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

li.Imageee {
  position: relative;
}

ul.checkbox-list.vtt {max-width: 347px;margin: 0 auto;}

li.Imageee {
  width: 100%;
  line-height: 0;
}

ul.checkbox-list.vtt>:not(:first-child) {
  margin-left: 0;
  width: 50%;
}
.field-input.select-main {
  position: static;
}


ul.checkbox-list>* {
  width: calc(25% - 15px);
}

ul.select-list>* {
  width: calc(25% - 12px);
}

.select-styled {
  font-size: 13px;
}

li.Imageee {
  width: 100% !important;
}

.ch-col {
  margin-top: auto;
}

.select-holder .check-content {
  height: calc(100% - 130px);
}

.check-content {
  position: relative;
  min-height: 110px;
}

.ch-col {
  position: absolute;
  right: 0;
  bottom: 0;
}

.vtt .check-content {
  min-height: 0;
}

ul.checkbox-list.vtt .ch-col {
  position: static;
}

.select-img img {
  height: 459px;
}

.select-holder .check-content {
  height: calc(100% - 459px);
}
.steps {
  display: none;
}

.steps.active {
  display: block;
}
p.error-message {color: red;margin: 5px 0 0;text-align: left;font-size: 14px;
  position: absolute;
  bottom: 71px;}

ul.checkbox-list label {
  overflow: visible;
}
.field-holder.more-count p.error-message {
  bottom: -32px;
}
.check-content.vttc {
  height: auto;
  line-height: 1.5;
  background: #fff;
  padding: 0;
}

li.Imageee:after {
  content: '';
  display: table;
  width: 100%;
}

.check-content.vttc .ch-col {
  margin: 0 !important;
  display: block;
}

.check-content.vttc .ch-col .ch-cnt-inner {
  padding-right: 10px;
}

.vtt .tt {line-height: inherit;}
ul.select-list {
  width: 100%;
  justify-content: center;
}

.select-img img {
  height: 233px;
}

.select-holder .check-content {
  height: calc(100% - 233px);
}


.rating {
  margin-top: 40px;
  border: none;
  float: left;
}

.rating > label {
  color: #90A0A3;
  float: right;
}

.rating > label:before {
  margin: 5px;
  font-size: 4em;
  font-family: FontAwesome;
  content: "\f005";
  display: inline-block;
}

.rating > input {
  display: none;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #9354ff;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: rgb(147 84 255 / 53%);
}

ul.check-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.rating {
  margin: 0;
  float: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}

.rating>label {
  float: none;
}
div#step6 .field-holder:first-child p.error-message {
  bottom: 298px;
}

/* div#step9 ul.checkbox-list > li:last-child {
width: 100%;
}

div#step9 ul.checkbox-list > li:last-child img {
display: none;
}

div#step9 ul.checkbox-list > li:last-child .check-content {
height: auto;
min-height: 0;
}

div#step9 ul.checkbox-list > li:last-child .check-content span.Concrete {
height: 45px;
} */

div#step9 ul.checkbox-list > li {
  width: calc(33.33% - 15px);
}


/* Add your CSS styling here */

/* Progress bar styles */
.progress {
  background-color: #f0f0f0;
  height: 10px;
  margin-bottom: 20px;
}

.progress-bar {
  background-color: #007bff;
  height: 100%;
  width: 0;
  transition: width 0.2s;
}

/* Add more styling as needed */
.step-indicator {flex-direction: column;}

.progress-text:last-child {
  display: none;
}
/* div#calc {
min-height: 100vh;
} */
div#progress-bar {
  background: #9354ff;
}

.progress {
  position: relative;
  height: 19px;
}

.progress-text {
  position: absolute;
  font-size: 12px;
  left: 50%;
}
div#progress-bar {
  max-width: 100%;
}

.progress {
  margin-top: 16px;
}
label.field-label {
  flex-direction: column;
}

label.field-label p {
  font-size: 15px;
  max-width: 950px;
  margin: 12px auto;
}
.p-add {
  margin-top: 54px;
}
.progress-text {
  color: #000;
}
.sh span.rec {
  display: inline-block !important;
  padding: 4px 10px;
  background: rgba(218, 255, 1, 1.0);
  color: #000;
  position: absolute !important;
  left: -1px;
  top: -1px;
}
.field-holder fieldset {
  display: flex;
  border: 0;
  padding: 0;
  width: 100%;
  gap: 16px;
}

.field-holder fieldset > * {
  flex: 1;
}

.hs-fieldtype-intl-phone.hs-input .hs-input {
  width: 100% !important;
}

span.lbl {
  color: red;
  font-size: 13px;
  margin-top: -25px;
  display: block;
  margin-bottom: 15px;
}
#step1 .field-holder,
#step10 .field-holder {
  max-width: 800px;
  margin: 0 auto;
}
.select-options {
  background: #9354ff !important;
  border: 1px solid rgb(0 0 0 / 9%) !important;
  box-shadow: 0px 8px 13px rgb(0 0 0 / 10%);
}

.select-options li {
  color: #000 !important;
  border-color: rgb(0 0 0 / 9%) !important;
  padding: 8px 9px;
  line-height: 1;
  text-indent: 0;
}
#step5 .select-main,
#step6 .select-main,
#step8 .select-main {
  max-width: 500px;
  margin: 0 auto;
}
div#step6 .field-holder:first-child > p {
  bottom: 296px;
}
.tt span {
  font-size: 14px;
  line-height: 1;
  display: block;
  margin: 5px 0 0;
  color: #9b9494;
}
#step3 .check-content {
  min-height: 119px;
}
.step-indicator[style="display: none;"] + form {
  padding-top: 0 !important;
  text-align: center;
  font-size: 17px;
}

.step-indicator[style="display: none;"] + form a {
  color: #9354ff;
}

.iti.iti--allow-dropdown {
  display: block !important;
}

.iti.iti--allow-dropdown + .select {
  display: none;
}

.iti__flag-container {
  top: -5px !important;
  width: 48px !important;
  height: 48px !important;
}
div#progress-bar .progress-text {
  display: block;
  color: #fff;
  position: absolute;
  right: 2px;
  width: 36px;
  left: auto;
  transition: all .3s ease;
}

div#progress-bar {
  position: relative;
}

#step9 .tt br {
  content: '';
}

#step9 .tt span {
  display: block;
  margin: 10px 0;
}

#step9 .tt span:before {
  content: '-';
  margin-right: 5px;
}

#step9 .tt span.pr {
  font-weight: bold;
  color: #000;
  font-size: 16px;
}

#step9 .check-content {
  height: auto;
}

#step6.p-add, #step6.p-add {
  margin-top: 110px;
}
.tt b {
  display: block;
  background: #9354ff;
  color: #fff;
  margin: -10px -10px 30px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
}

#step9 .tt {
  min-height: 234px;
}

#step9 .tt span.pr {
  color: #9354ff;
  font-weight: bold;
  padding-top: 15px;
}
.sh span.rec {
  background: #9354ff;
  color: #000;
  display: inline-block!important;
  font-size: 18px;
  font-weight: 700;
  left: -14px;
  padding: 4px 10px;
  position: absolute!important;
  top: -21px;
  width: 91%;
}
.sh span.rec:before {
  border-color: transparent transparent #b4d105 #b4d105;
  border-style: solid;
  border-width: 10px;
  bottom: auto;
  content: " ";
  position: absolute;
  right: -20px;
  top: 0;
}
.sh span.rec:after {
  border-color: #b4d105 #b4d105 transparent transparent;
  border-style: solid;
  border-width: 7px;
  bottom: 0;
  content: " ";
  left: -1px;
  position: absolute;
  top: 35px;
}
label.check-label.sh {
  margin-top: 20px;
}

#step9 .tt {
  min-height: 0;
}

#step9 .check-content {
  height: calc(100% - 175px);
}
#step9 .tt span.pr {
  padding: 10px;
  margin: -10px -10px 20px;
  color: #000;
  background: #9354ff;
} 
#step9 .tt span.pr:before {
  display: none;
}

#step9 .tt span.pr {
  font-size: 14px;
}
.lr {
  text-align: left;
}
#step4 .field-holder.more-count {
  margin-top: 0;
}

#step4 .field-holder.more-count .field-input {
  max-width: 500px;
  margin: 0 auto;
}
.steps .hs-fieldtype-intl-phone.hs-input select.hs-input {
  width: 30% !important;
}

.steps .hs-fieldtype-intl-phone.hs-input input.hs-input {
  width: 70% !important;
}

@media (max-width:767px){
  ul.checkbox-list>* {
    width: 100%;
  }

  ul.select-list>* {
    width: 100%;
  }
  ul.checkbox-list.vtt>:not(:first-child) {
    margin-left: 0;
    width: 100%;
  }
  .step-ind a {
    font-size: 0;
  }
  div#step9 ul.checkbox-list > li {
    width: 100%;
  }
}
@media (max-width:500px){
  .content-holder h1 {
    font-size: 40px;
  }

  .content-holder h4 {
    font-size: 20px;
  }

  .p-add {
    margin-top: 80px;
  }

  div#step4 {
    /* margin-top: 100px; */
  }

  div#step5 {
    margin-top: 161px;
  }

  div#step6 {
    margin: 252px 0 0 !important;
  }

  div#step7 .field-holder.more-count {
    margin: 118px 0 0;
  }

  div#step7 .field-holder.more-count label.field-label {
    top: -104px;
  }

  label.field-label {
    font-size: 16px;
  }

  label.field-label p {
    font-size: 13px;
  }

  div#step7 {
    margin-top: 220px;
  }

  ul.checkbox-list {
    gap: 34px 0;
  }

  .sh span.rec {
    font-size: 17.1px;
  }

}


.sider-cart-trigger {
  position: fixed;
  top: 30%;
  right: 0;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 8px;
  background: #9354ff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.sider-cart-trigger svg {
  height: 40px;
  fill: #fff;
}



.side-cart-content {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 9999;
  padding: 20px;
  background: #9354ff;
  max-width: 500px;
  color: #000;
}

.sider-cart-trigger {
  top: 18%;
}

.side-cart-content h4 {
  color: #ffffff;
}

.sider-cart-question-list ul {
  padding: 0;
  list-style: none;
  margin: 0;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

span.ques-prefix, span.ans-prefix {margin-right: 10px;}

.sider-cart-question-list ul li {
  display: flex;
  flex-direction: column;
  position: relative;
}

span.update-btn {
  background: #9354ff;
  display: inline-flex;
  color: #000;
  padding: 4px 8px;
  border-radius: 30px;
  width: auto;
  position: absolute;
  right: 0;
  top: 58%;
}


.sider-cart-trigger {
  width: 50px;
  height: 50px;
  border-radius: 0;
  cursor: pointer;
}

.sider-cart-trigger svg {
  height: 21px;
}

.side-cart-content {
  top: calc(18% + 50px);
  max-height: 600px;
  overflow: hidden;
  overflow-y: auto;
  max-width: 400px;
}

.side-cart-content h4 {
  padding: 0;
  font-size: 18px;
  margin: 0 0 20px;
}

span.ques {
  margin: 0 0 2px;
}

.sider-cart-question-list ul li > span {
  display: flex;
}

span.step-title {
  margin: 0 0 5px;
  font-weight: 700;
}

span.update-btn {
  font-size: 10px;
  border-radius: 0;
  top: 3px;
  cursor: pointer;
  padding: 0 6px;
}
.sider-cart-question-list ul li[data-step] li[data-step] {
  display: none;
}
span.tr-holder {
  position: relative;
}

span.question-counts {
  align-items: center;
  background: #fff;
  border: 1px solid #9354ff;
  border-radius: 100%;
  color: #000;
  display: flex
    ;
  height: 20px;
  justify-content: center;
  left: -22px;
  position: absolute;
  top: -24px;
  width: 20px;
}
div#calc {
  display: flex;
  padding: 0 !important;   
  overflow: hidden;
}

div#calc .content-wrapper {
  width: 65%;
  margin: 0;
  padding: 50px 15px;
  max-width: 100%;
}

.side-cart-wrapper {
  background: #9354ff;
  padding: 50px 25px;
  width: 35%;
  position: relative;
  transform: translateX(00%);
  transition: all .3s ease;
}

.side-cart-content {
  display: block !important;
  position: sticky !important;
  width: 100%;
  max-height: 100%;
  padding: 0;
  top: 92px;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  top: 0;
}

.sider-cart-trigger {
  position: absolute;
  right: 100%;
  top: 12px;
}

.sider-cart-title {
  text-align: center;
}

.side-cart-content h4 {
  font-size: 23px;
  margin: 0 0 38px;
}
.side-active .side-cart-wrapper {
  transform: translateX(100%);
  width: 0;
}

div#calc .content-wrapper {
  width: 100%;
}
@media (max-width:767px){
  ul.checkbox-list.ctt li {
    width: 100% !important;
  }
}




/* =========== Updated Color ============== */

.field-holder {
  background: transparent !important;
}

/* #step4 .field-input, #step5 .field-input, #step6 .field-input {
background: transparent !important;
border: 1px solid;
} */

#step4 .field-input span, #step5 .field-input span, #step6 .field-input span {
  color: #fff;
}

.steps .hs-input {
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0 !important;
  color: #fff;
  width: 100%;
}

.steps .hs-input:focus {
  border-color: #9354ff !important;
}

.nx-module input[type="text"] {
  border-color: #fff;
  color: #fff;
}

.nx-module input[type="text"]::placeholder {
  color: #fff;
}

.nx-module input[type="text"]:focus {
  border-bottom: 1px solid #9354ff;
}



.side-cart-wrapper {
  background: #9354ff;
  padding: 50px 25px;
  width: 35%;
  position: relative;
  transform: translateX(00%);
  transition: all .3s ease;
}

.side-cart-content {
  display: block !important;
  position: sticky !important;
  width: 100%;
  max-height: 100%;
  padding: 0;
  top: 92px;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  top: 0;
}

.sider-cart-trigger {
  position: absolute;
  right: 100%;
  top: 12px;
}

.sider-cart-title {
  text-align: center;
}

.side-cart-content h4 {
  font-size: 23px;
  margin: 0 0 38px;
}
.side-active .side-cart-wrapper {
  transform: translateX(100%);
  width: 0;
}

div#calc .content-wrapper {
  width: 100%;
}


.side-cart-wrapper {
  background: #1a1a1a;
  max-height: 1000px;
}

.side-cart-content {
  background: #1a1a1a;
}

.sider-cart-trigger {
  background: #1a1a1a;
}

span.update-btn {
  background: #9354ff;
}

label.field-label p {
  color: #fff;
}


.sh span.rec {
  background: #9354ff;
  color: #000;
}

.sh span.rec:before {
  border-color: transparent transparent #07d4c5 #07d4c5;
}

.sh span.rec:after {
  border-color: #07d4c5 #07d4c5 transparent transparent;
}

#step4 .field-input span, #step5 .field-input span, #step6 .field-input span {
  color: #000;
}

.select-styled {
  color: #000;
}

.select-options {
  background-color: #9354ff !important;!im;!;
}

.select-styled.active:after, .select-styled:active:after {
  border-color: transparent transparent #000;
}

.select-styled:after {
  border-top-color: #000;
}
.side-cart-content {
  color: #fff;
}


.calc-container .th-container-inner:before {
  content: "";
  position: absolute;
  border: 3px solid #9354ff;
  border-radius: 50%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  width: 100px;
  height: 100px;
  animation-name: loading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  left: 0;
  right: 0;
  margin: 0px auto;
}
p.error-message {
  text-align: center;
}
.calc-container .th-container-inner {
  font-size: 0 !important
}
.calc-container .th-container-inner:after {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  height: 170px;
}
.calc-container .th-container-inner:after {
  content: "Please wait, form is submitting...";
  margin-top: 10px;
  padding-top: 10px;
  color: lightgrey;
  font-size: 14px;
  animation-name: fading;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 100%;
  padding-left: 16px;
}
.calc-container .th-container-inner * {
  font-size: 0;
}
span.lbl {
  text-align: center;
}
.calc-container ul.no-list.hs-error-msgs.inputs-list li {
  text-align: left;
}

label.check-label input[type=radio]:checked+div+div .check-title {
  color: #000;
}

@keyframes loading{
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fading {
  0%, 100% {
    opacity: 0.05;
  }
  50% {
    opacity: 0.95;
  }
}