@font-face {
  font-family: "Muli-Regular";
  src: url("../fonts/muli/Muli-Regular.ttf");
}
@font-face {
  font-family: "Muli-SemiBold";
  src: url("../fonts/muli/Muli-SemiBold.ttf");
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Muli-Regular";
  font-size: 15px;
  color: #999;
  margin: 0;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
input, textarea, select, button {
  font-family: "Muli-Regular";
  font-size: 15px;
}
p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
textarea {
  resize: none;
}
img {
  max-width: 100%;
}
.wrapper {
  height: 100vh;
  /*background: #EBEBEB;*/
  /*background: url(../images/Sunworth_city_Grey.webp) 0px 0px no-repeat;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.wizard {
  width: 25%;
  height: auto;
  position: relative;
}
.wizard .steps {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  transform: translateX(0%);
  z-index: 9;
  display: block;
}
.step-count-wrapper{
      position: absolute;
      top: -80px;
      left: 0;
      right: 0;
}
.wizard .steps .current-info, .wizard .steps .number {
  display: none;
}
.wizard .steps ul {
  display: flex;
  justify-content: center;
}
.wizard .steps li a {
  display: inline-block;
  width: 15px;
  height: 12px;
  border-radius: 50%;
  background: white;
  margin-right: 78px;
  position: relative;
}
.wizard .steps li a:before {
  content: "";
  width: 58px;
  height: 2px;
  background: white;
  position: absolute;
  right: 22px;
  top: 5px;
}
.wizard .steps li a:after {
  content: "";
  width: 0;
  height: 2px;
  background: black;
  position: absolute;
  left: -68px;
  top: 5px;
  transition: all 0.6s ease;
}
.wizard .steps li.first a {
  background: #a4a4a4;
}
.wizard .steps li.checked a {
  background: black;
}
.wizard .steps li.checked a:after {
  width: 58px;
}
.wizard .steps li:last-child a {
  margin-right: 0;
}
.wizard .steps li:first-child a:before {
  display: none;
}
.wizard .steps li:first-child a:after {
  display: none;
}
.wizard>.content {
  position: relative;
  height: 100%;
}
.inner {
  display: flex;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.image-holder {
  width: 35%;
  height: 100%;
}
.form-content {
  width: 65%;
  padding-top: 45px;
  padding-left: 41px;
  padding-right: 41px;
  position: relative;
}
.form-content._full {
  width: 70%;
  padding-left: 51px;
  padding-right: 51px;
  margin: 0px auto;
}
section.side-image-section .form-content {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  padding-top: 90px;
  max-height: 600px;
}
.form-header {
  text-align: center;
  height: 15%;
}
h3 {
  font-family: "Muli-SemiBold";
  font-size: 24px;
  color: #453e79;
  /* text-transform: uppercase; */
  letter-spacing: 2px;
  padding: 5px 15px;
  display: inline-block;
  /* border: 1px solid #dad8e4; */
  margin-bottom: 45px;
}
p {
  font-family: "Muli-SemiBold";
  font-size: 20px;
  color: black;
  text-align: center;
  margin-bottom: 26px;
}
.form-row {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.form-row .form-holder {
  width: 100%;
}
.form-row .form-holder:last-child {
  margin-right: 0;
}
.form-row .form-holder.w-100 {
  width: 100%;
  margin-right: 0;
}
.form-row .select {
  width: 50%;
  margin-right: 30px;
}
.form-row .select .form-holder {
  width: 100%;
  margin-right: 0;
}
.select {
  position: relative;
}
.select .select-control {
  height: 37px;
  border-bottom: 2px solid #e6e6e6;
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.select .dropdown {
  display: none;
  position: absolute;
  bottom: 100%;
  width: 100%;
  background: #fff;
  z-index: 99;
  border: 1px solid #81acee;
}
.select .dropdown li {
  padding: 5px 10px;
}
.select .dropdown li:hover {
  background: #81acee;
  color: #fff;
}
.form-holder {
  position: relative;
}
.form-holder i {
  position: absolute;
  bottom: 7px;
  right: 0;
  font-size: 17px;
}
.form-control {
  height: 37px;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  color: black;
  background: transparent;
  position: relative;
  margin-bottom: 5px;
  display: block;
  padding: 10px 10px;
}
.form-control:focus {
  border-color: #e9e0cf;
}
.form-control::-webkit-input-placeholder {
  color: #abababd6;
}
.form-control::-moz-placeholder {
  color: #abababd6;
}
.form-control:-ms-input-placeholder {
  color: #abababd6;
}
.form-control:-moz-placeholder {
  color: #abababd6;
}
.primary-input-style::-webkit-input-placeholder {
  color: #abababd6;
}
.primary-input-style::-moz-placeholder {
  color: #abababd6;
}
.primary-input-style:-ms-input-placeholder {
  color: #abababd6;
}
.primary-input-style:-moz-placeholder {
  color: #abababd6;
}
select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: #999;
}
select.form-control option[value=""][disabled] {
  display: none;
}
textarea.form-control {
  padding: 8px 0;
  background: url("../images/textarea-bg.png") no-repeat right bottom 3px;
}
.actions {
  position: static;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: white;
  padding: 0;
  transform: translateX(0%);
  border-radius: 0px 0px 10px 10px;
}
.actions ul {
  display: flex;
  /* width: 100%; */
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 13px;
}
.actions li a, .pseudo_nxt_btn {
      padding: 0;
      border: none;
      display: block;
      text-align: center;
      height: 45px;
      width: 100%;
      align-items: center;
      background: black;
      font-family: "Muli-SemiBold";
      color: white;
      cursor: pointer;
      position: relative;
      /* border: 1px solid black; */
      border-radius: 25px;
      padding-left: 0;
      line-height: 43px;
      max-width: 100%;
      margin-bottom: 11px;
}
.actions li a:before {
  content: '\f301';
  position: absolute;
  top: 15px;
  right: 48px;
  font-family: Material-Design-Iconic-Font;
}
.pseudo_nxt_btn:before {
  content: '\f26b';
  position: absolute;
  top: 15px;
  right: 20px;
  font-family: Material-Design-Iconic-Font;
}
.actions li a:hover {
  background: #303030;
}
.actions li:first-child a {
  width: 100%;
  padding-left: 0px;
}
.actions li:first-child a:before {
  content: '\f2ff';
  position: absolute;
  top: 15px;
  left: 26px;
  font-family: Material-Design-Iconic-Font;
}
.actions li:nth-child(2) a, .actions li:last-child a {
  /* margin-left: 0; */
}
.actions li:last-child a {
  width: 100%;
  background: #1e417d !important;
  color: #fff !important;
}
.actions li:last-child a:hover {
  background: #849963;
}
.actions li:last-child a:before {
  content: '\f26b';
  position: absolute;
  top: 18px;
  right: 28px;
  font-family: Material-Design-Iconic-Font;
}
.actions li[aria-disabled="true"] a {
  opacity: 0;
  transition: all 1s;
}
.actions li[aria-disabled="false"]~li a {
  background: #cecdcd;
  color: black;
}
.actions li[aria-disabled="false"]~li a:hover {
  background: #cfc7b8;
}
.checkbox-tick label {
  cursor: pointer;
  display: inline-block;
  padding-left: 23px;
  position: relative;
}
.checkbox-tick label.male {
  margin-right: 26px;
}
.checkbox-tick input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-tick input:checked~.checkmark {
  background: #999;
}
.checkbox-tick input:checked~.checkmark:after {
  display: block;
}
.checkbox-tick .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 13px;
  width: 13px;
  border: 1px solid #999;
  border-radius: 50%;
  font-family: Material-Design-Iconic-Font;
  color: #fff;
  font-size: 11px;
}
.checkbox-tick .checkmark:after {
  top: 0;
  left: 2px;
  position: absolute;
  display: none;
  content: '\f26b';
}
.checkbox-circle {
  position: relative;
  padding-left: 23px;
  margin-top: 41px;
  width: 63%;
}
.checkbox-circle.mt-24 {
  margin-top: 24px;
}
.checkbox-circle label {
  cursor: pointer;
  color: #999;
  font-size: 13px;
  line-height: 1.9;
  transform: translateY(-5px);
}
.checkbox-circle label a {
  color: #6d7f52;
}
.checkbox-circle label a:hover {
  color: #89b843;
}
.checkbox-circle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-circle input:checked~.checkmark:after {
  display: block;
}
.checkbox-circle .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  border: 1px solid #999;
}
.checkbox-circle .checkmark:after {
  content: "";
  top: 2px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #999;
  position: absolute;
  display: none;
}
.brand_logo {
    position: absolute;
    z-index: 9;
    left: 20px;
    top: 20px;
    background-color: transparent;
}
.main_logo {
  position: static;
  width: 65%;
  right: 20px;
  top: 14px;
  z-index: 99;
}
.choice_label {
  /* position: absolute; */
  /* bottom: 10px; */
  /* text-align: center; */
  /* margin: auto; */
  /* right: 0; */
  /* left: 0; */
  background: white;
  display: inline-block;
  color: black;
  /* padding: 8px 11px; */
  letter-spacing: 0px;
  font-size: 15px;
  border-radius: 7px 7px 0px 0px;
}
.qust_label {
  position: static;
  bottom: 0px;
  text-align: left;
  /* margin: auto; */
  right: 0;
  flex: 1 0 0;
  left: 0;
  background: white;
  /* display: inline; */
}
.col-sm-5th {
  position: relative;
  float: left;
  width: 20%;
  margin-right: 20px;
}
._qust_divider:before {
  /* border-top: 1px solid #2f2f2f; */
  padding-top: 0;
  content: '';
  width: 30%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
._full_w100 {
  width: 100%;
}
._full_h100 {
  height: 100% !important;
}
._h75 {
  height: 82% !important;
}
._h84 {
  height: 84% !important;
}
.txt_center {
  text-align: center;
}
._w100_h300 {
  width: 100%;
  height: 300px;
}
._h45 {
  height: 70%;
}
._m80_Center {}
._m94_Center {
  width: 94%;
  margin: 0 auto;
  z-index: 999;
}
.sub_unit {
  position: absolute;
  right: 0;
  top: 61px;
  left: 187px;
  color: black;
  font-size: 19px;
  margin: auto;
  text-align: center;
}
._whiteTxt {
  color: white;
  font-size: 17px;
}
._whitePlaceH input::placeholder {
  color: white;
}
.with-children-popup .select .select-control, .married-popup .select .select-control, ._blackTxt {
  color: black;
}
.flex_center {
  margin-top: 0px;
}
.tag_line {
  color: white;
  font-size: 21px;
  letter-spacing: 0;
  margin-top: 30px;
  position: absolute;
  bottom: -75px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  /* text-align: center; */
  /* left: 100px; */
  /* z-index: 9999999; */
  display: none;
}
.tag_txt {
  /* position: absolute; */
  z-index: 99;
  width: 100%;
}
/*._tag {*/

/*  height: 64% !important;*/

/*}*/

.hero_banner {
  background: white;
  position: relative;
  height: 80%;
  overflow: hidden;
  width: 100%;
}
._for_reg img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  right: 0;
  top: 69px;
  /* z-index: 99999; */
  left: 0;
  text-align: center;
  margin: auto;
  object-fit: cover;
}
._for_details img {
  width: 40%;
  position: absolute;
  left: 182px;
  top: 168px;
  z-index: -1;
}
body ._hero_slider.current .actions li a {
  display: none;
}
.desti_btn {
  background: white;
  border: 1px solid black;
  padding: 15px 2px;
  border-radius: 34px;
  font-size: 17px;
  letter-spacing: 0px;
  cursor: pointer;
  word-spacing: 3px;
  margin-top: 5px;
  width: 100%;
}
.desination_button {
  position: static;
  width: 100%;
  top: 240px;
  text-align: right;
  right: 0;
  z-index: 9;
}
button.desti_btn._blackbg {
  background-color: black;
  color: white;
  padding: 10px 2px;
  min-height: 60px;
}
section {
  display: none;
}
section.current {
  display: block;
}
._h80 {
  height: 81% !important;
}
.desti_btn_inner {
  margin: 13px auto;
  text-align: center;
  display: block;
}
.main_heading {
  /* font-family: "Muli-SemiBold"; */
  font-size: 18px;
  color: black;
  /* text-transform: uppercase; */
  letter-spacing: 0px;
  padding: 5px 15px;
  margin: 17px 10px 9px 15px;
  display: block;
  /* border: 1px solid #dad8e4; */
  margin-bottom: 45px;
}
#reg_form .form-control{
  margin-top: 20px;
}
#reg_form select{
  margin-top: 14px;
}
.reg_form_inner {
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: center; */
  /* justify-content: center; */
}
.reg_form_inner input {
  margin: 22px auto;
  padding: 6px 0px;
  font-size: 18px;
}
.ribbon_title {
  width: 76%;
  padding: 11px 17px;
  height: 58px;
  background-color: #898bd4;
  position: absolute;
  left: 0;
  text-align: left;
  top: 11px;
  border: 0;
  color: white;
  -webkit-animation: drop forwards 0.8s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: drop forwards 0.8s 1s;
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 32px;
}
.ribbon_title:before {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 100%;
  border: 29px solid #898bd4;
  border-right-color: transparent;
}
.ribbon_title._right_title {
  width: 98%;
  left: -19px;
}
.ribbon_title._double_title {
  position: relative;
  width: 100%;
  margin: 11px;
  left: 0;
}
.button_select button.selected {
  background: #ffa700;
}
.margin_auto {
  margin: auto;
}
.thankyou_slide {
  background: white;
}
.scenario_text {
  background: white;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
  padding: 10px 0px;
  margin: 0 auto;
}
.scenario_txt {
      width: 100%;
      text-align: center;
      margin: auto;
      font-size: 17px;
      position: relative;
      font-weight: 100;
      line-height: 23px;
      font-family: "Muli-Regular";
}
.pseudo_nxt {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.pseudo_nxt_btn {
  background-color: #1e417d;
  color: white;
  position: static;
  right: 0;
  display: none;
  text-align: left;
  text-align: center;
  width: 100%;
  margin: auto;
  margin-top: 35px;
}
._h235 {
  /* height: 235px !important; */
}
.form_txt {
  font-size: 25px;
}
.nxt_proceed_btn {
  position: relative;
  bottom: auto;
  margin-top: 5px;
  /*top: 0; */
  /* align-items: center; */
  /* justify-content: center; */
  /* margin: auto; */
}
.proceed_button {
  background: black;
    border: 1px solid black;
    color: white;
    padding: 10px 27px 10px 27px;
    border-radius: 35px;
    font-size: 17px;
    letter-spacing: 0px;
    word-spacing: 17px;
    cursor: pointer;
    margin-top: 10px;
}
.increse_decrease_btn {
  position: absolute;
  /*top: -42px;*/
  /*right: 30px;*/
}
.side-image-section ._inner_>.row {
  position: relative;
}
.add_btn._adsub_btn {
    color: white;
    background-color: black;
    border-color: black;
}
.sub_btn {}
._adsub_btn {
      background: #ffffff;
    padding: 1px 12px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 0;
    color: black;
    border-radius: 0;
    line-height: 30px;
    border: 1px solid #000;
    float: left;
    cursor: pointer;
    border-radius: 4px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
._adsub_btn:first-child {
  /*border-right: 0;*/
  margin-right: 4px;
}
.mfp-bg {
  background: #0b0b0bcf;
}
.image-holder-feedback {
  width: 232px;
  height: 100%;
  float: left;
}
/* codes */

html, body {
  height: 100%;
}
section.body, .image-holder img, .image-holder-feedback img {
  height: 100%;
}
.image-holder-feedback img {
  width: 100%;
}
.form-content .form-header {
  height: 15%;
  position: relative;
  width: 90%;
  margin: auto;
}
.form-content .form-header._h28 {
  height: 28%;
}
._questions_row_ {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 85%;
  width: 90%;
  margin: auto;
}
._questions_row_ img {
  max-height: none;
  margin: auto;
  display: block;
  height: auto;
  width: 100%;
}
#wizard-p-0, #wizard-p-1, #wizard-p-2 {
  height: 100%;
}
#wizard-p-5 {
  /* height: 75%; */
}
#wizard-p-5 ._questions_row_ {
  /* width: 80%; */
  /*align-items: flex-start;*/
}
._top {
  height: 100%;
}
._bottom {
  padding: 20px;
}
._align_middle_label_>div {
  padding: 7px 0;
}
._extra_height_ {
  padding-top: 15px;
}
.zmdi-caret-down:after {
  content: '\25be';
  color: red;
  font-size: 13px;
}
.zmdi-caret-down:before {
  content: '\25b2';
  color: red;
  font-size: 8px;
  position: relative;
  left: 8px;
  top: -8px;
}
.zmdi-caret-down:after {
  content: '\25bc';
  color: red;
  font-size: 8px;
}
._imgage-holder {
  position: relative;
  /* height: 100%; */
  /* width: 88%; */
}
.row .checked:before {
  content: '';
  background: #00000075;
  position: absolute;
  width: 100%;
  height: 100%;
}
.row .checked:after {
  content: '\2713';
  position: absolute;
  color: #6eb505;
  font-size: 140px;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 110px;
  height: 160px;
  line-height: 150px;
}
.small-text {
  /* font-size: 19px; */
}
/* Button 3e */

.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.btn-3 {
  background: #ea417e;
  color: #fff;
}
.btn-3:hover {
  background: #ea417e;
}
.btn-3:active {
  background: #f58500;
  top: 2px;
}
.btn-3:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 140%;
  width: 60px;
}
/* Pseudo elements for icons */

.btn:before, .icon-heart:after, .icon-star:after, .icon-plus:after, .icon-file:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.icon-envelope:before {
  content: "\e000";
}
.icon-cart:before {
  content: "\e007";
}
.icon-cart-2:before {
  content: "\e008";
}
.icon-heart:before {
  content: "\e009";
}
.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-3e {
  padding: 15px 95px 15px 26px;
  overflow: hidden;
  margin: 0;
  margin-bottom: 50px;
}
.occupation_sec .btn-3e {
  padding: 10px 95px 10px 26px;
}
.btn-3e:before {
  content: '';
  background: url('../images/home-icon-white-full.png') 0 0 no-repeat;
  position: absolute;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 25px;
  height: 25px;
  left: auto;
  right: 13px;
  top: 8px;
  z-index: 2;
}
.btn-3e._lite:before {
  background: url('../images/home-icon-white.png') 0 0 no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.btn-3e:after {
  width: 25%;
  height: 200%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(-27deg);
}
.btn-3e:hover:after {
  width: 24%;
}
.mt-40 {
  margin-top: 40px;
}
.btn-4 {
  color: #fff;
  background: #40a01c;
}
._normal_btn_:before, ._normal_btn_:after {
  content: none;
}
._normal_btn_ {
  border: 4px solid #fff;
  border-radius: 6px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.18);
}
._normal_btn_ {
  border: 4px solid #fff;
  border-radius: 6px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.18);
  margin-bottom: 30px;
}
._address_:before {
  content: none;
  background: url('../images/locale-from-map.png') 0 0 no-repeat;
  width: 139px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 3px;
  background-size: 100%;
}
.mt-10 {
  margin-top: 10px;
}
/* switch css */

#yes:checked~.switch {
  background: #5f5e5e;
}
.switch {
  position: relative;
  top: 6px;
  right: 0;
  left: 0;
  width: 150px;
  height: 47px;
  text-align: center;
  margin: 0px;
  background: #bfbfbf;
  transition: all 0.2s ease;
  border-radius: 25px;
  outline: 0;
}
.switch span {
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  margin: -2px 0px 0px -4px;
  background: #fff;
  display: block;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
.switch span:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 12px;
  margin-top: -8px;
  background: #fff;
  transition: all 0.2s ease;
}
.yes-or-no input[type=radio] {
  display: none;
  outline: 0;
}
.switch label {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.2);
  width: 60px;
  line-height: 50px;
  transition: all 0.2s ease;
  outline: 0 !important;
  top: -2px;
}
label[for=yes] {
  position: absolute;
  left: 0px;
  height: 20px;
}
label[for=no] {
  position: absolute;
  right: 0px;
}
#no:checked~.switch {
  background: #000000;
}
#no:checked~.switch span {
  background: #fff;
  margin-left: -8px;
}
#no:checked~.switch span:after {
  background: #fff;
  height: 20px;
  margin-top: -8px;
  margin-left: 8px;
}
#yes:checked~.switch label[for=yes] {
  color: #fff;
}
#no:checked~.switch label[for=no] {
  color: #fff;
}
/* end of switch css */

/* ranger slider */

input[type="range"] {
  -webkit-appearance: none;
  -moz-apperance: none;
  border-radius: 6px;
  height: 4px;
  background: black;
  border: 0;
  box-shadow: none;
  color: black;
  width: 100%;
}
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background-color: #ff5c5c;
  border: 1px solid #ff5c5c;
  height: 20px;
  width: 20px;
  position: relative;
  top: 12px;
}
.box-minmax {
  margin-top: 9px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #000000;
}
.box-minmax span{
  font-size: 13px;
}
.box-minmax span:first-child {
  margin-left: 10px;
}
.range-slider {
  margin-top: 0;
}
.rs-range {
  margin-top: 29px;
  width: 600px;
  -webkit-appearance: none;
}
.rs-range:focus {
  outline: none;
}
.rs-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: none;
  background: #ffffff;
  border-radius: 0px;
  border: 0px solid #010101;
}
.rs-range::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: none;
  background: #ffffff;
  border-radius: 0px;
  border: 0px solid #010101;
}
.rs-range::-webkit-slider-thumb {
  box-shadow: none;
  border: 0px solid #ffffff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  height: 42px;
  width: 22px;
  border-radius: 22px;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -20px;
}
.rs-range::-moz-range-thumb {
  box-shadow: none;
  border: 0px solid #ffffff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  height: 42px;
  width: 22px;
  border-radius: 22px;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -20px;
}
.rs-range::-moz-focus-outer {
  border: 0;
}
.rs-label {
  position: relative;
  transform-origin: center center;
  display: inline;
  background: transparent;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
  color: #000;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 17px;
  padding-left: 13px;
  margin-right: 2px;
  left: 0 !important;
}
.range-set-value {
  position: absolute;
  left: 0;
  right: 0;
  top: 64px;
  text-align: center;
  color: black;
  font-size: 16px;
}
.rs-label::before {
  content: "\20B9";
  display: block;
  font-size: 18px;
  letter-spacing: 0.07em;
  margin-top: 0;
  position: absolute;
  left: 0;
}
/* end of ranger slider */

.box-checkbox {
  max-width: 255px;
  height: 175px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  outline: 0 !important;
}
.box-checkbox img {
  display: block;
  margin: auto;
  max-width: 70px;
}
.box-checkbox img.provident_premier_logo {
  max-width: 130px;
}
._budget_price_ .box-checkbox img {
  max-width: 62px;
}
.box-checkbox ._small_desc_ {
  border-top: 1px solid #bdbdbd;
  padding: 7px 2px;
  text-align: center;
  margin: 11px 0;
  padding-top: 11px;
  color: #000;
  width: 100%;
}
.box-checkbox ._small_desc_ ._small_title_ {
  text-transform: uppercase;
}
section._media_source_ .form-content {
  padding-top: 10px;
  padding-left: 2px;
  padding-right: 20px;
}
._small_tagline {
  font-size: 12px;
  margin-top: 5px;
}
.mt-20 {
  margin-top: 20px;
}
.form-content._row_center_ .row {
  align-items: center;
  display: flex;
  justify-content: center;
}
.tab_sec.answering .selected_icon {
  opacity: 1;
  transform: rotate(0deg);
  width: 15%;
}
.box-checkbox:before {
  content: '';
  width: 25px;
  height: 25px;
  opacity: 0;
  transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  position: absolute;
  top: -10px;
  right: -10px;
  transform: rotate(95deg);
  z-index: 999;
}
.box-checkbox._selected:before {
  background: #fff url('../images/selected-icon.png') 0 0 no-repeat;
  background-size: 100%;
  opacity: 1;
  transform: rotate(0deg);
}
section {
  display: none;
}
._budget_price_ {
  /* display: block !important; */
}
.white-popup .btn {
  color: #fff;
  width: 100px;
  padding: 13px 23px;
  display: block;
  margin: 10px auto;
  background: #3c3c3c;
  margin-top: 37px;
  text-align: center;
}
.white-popup h4 {
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}
.white-popup .form-row {
  align-items: center;
  justify-content: center;
}
._double_header_ .form-header {
  height: auto;
}
._double_header_ .form-header .small-text {
  margin-bottom: 20px;
  font-size: 15px;
  letter-spacing: 3px;
}
.btn-3e._price_icon_:before {
  background: url('../images/price-inr.png') 0 0 no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  top: 10px;
  right: 10px;
  width: 27px;
}
.feeback-box {
  max-width: 235px;
  margin: auto;
  margin-top: 29px;
  height: 200px;
}
.feeback-form-content {
  width: 100%;
}
#feedb_form .ribbon_title._right_title {
  width: 98%;
}
#feedb_form .ribbon_title {
  height: 82px;
  background-color: #898bd4;
}
#feedb_form .ribbon_title._single_title {
  height: auto;
}
#feedb_form .form-content .form-header {}
#feedb_form .ribbon_title:before {
  border: 41px solid #898bd4;
  border-right-color: transparent;
}
#feedb_form .ribbon_title._single_title:before {
  border: 27px solid #898bd4;
  border-right-color: transparent;
}
#feedb_form .actions {
  display: block;
}
._flex_content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75%;
  flex-direction: column;
  width: 100%;
}
.thankyou_msg {
  font-size: 36px;
  color: #f39f00;
  font-weight: bold;
  margin-top: 17px;
}
.main_logo._home_page {
  width: 48%;
  right: 52px;
  top: 17px;
}
.main_header {
  background: #ffffff;
  height: 69px;
}
._full_w90 {
  margin: 0 auto;
  width: 87%;
}
.backtohome {
  margin: 0 auto;
  display: block;
}
.backtohome_btn {
  background: #fb9e26;
  border: 1px solid #fb9e26;
  padding: 11px 21px 10px 52px;
  font-size: 16px;
  position: relative;
  border-radius: 4px;
  text-align: left;
  cursor: pointer;
}
button.backtohome_btn:before {
  content: "";
  background: url(../images/home_icon.png);
  position: absolute;
  left: 12px;
  font-size: 24px;
  top: 8px;
  width: 24px;
  z-index: 999;
  height: 24px;
}
._inner_option {
  width: 83%;
  margin: auto;
}
#feedb_form {
  display: none;
}
[type="radio"]:checked, [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.custom-select {
  display: block;
  font-size: 16px;
  /* font-family: sans-serif; */
  /* font-weight: 700; */
  color: white;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  /* background: black; */
  border: 0;
  border-bottom: 1px solid #fff;
  /* box-shadow: 0 1px 0 1px rgba(0,0,0,.04); */
  /* border-radius: .5em; */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  background-image: url(../images/select-arrow.png), linear-gradient(to bottom, #898bd4 0%, #898bd4 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.5em top 50%, 0 0;
  background-size: 0.60em auto, 100%;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:hover {
  border-color: #fff;
}
.custom-select:focus {
  /* border-color: #aaa; */
  /* box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7); */
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  /* color: #222; */
  outline: none;
}
.custom-select option {
  font-weight: normal;
  background-color: white;
  color: black;
}
.popup-select {
  width: auto;
  max-width: 100%;
  background-color: white;
  color: black;
  background-image: url(../images/select-arrow.png), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  border-bottom: 1px solid #3c3c3c;
}
.form-row .select.popup-select-input {
  margin-right: 15px;
}
.search_rmname {
  text-align: center;
  margin-top: 30px;
  max-width: 600px;
  margin: 20px auto;
}
.search_rmname input[type=search] {
  border: 1px solid #5578a7;
  padding: 5px 12px;
  border-radius: 3px;
}
.search_rmname label {
  color: black;
  margin-right: 15px;
  margin-bottom: 12px;
  display: block;
}
ul#rm_result {
  height: 200px;
  background: #ededed;
  display: block;
  overflow: scroll;
  position: absolute;
  padding: 4px 7px;
  z-index: 99;
  border: 1px solid #dedbdb4d;
  margin-top: 10px;
  text-align: left;
  width: 100%;
  box-shadow: 1px 1px 20px #ded9d9;
  color: black;
}
ul#rm_result li {
  margin: 2px auto;
  cursor: pointer;
  border-bottom: 1px solid #e1e1e1;
  padding: 6px 0px;
  color: black;
}
ul#rm_result li span{display: none;}
ul#rm_result li .rm-email{font-size: 12px;display: block;color: #a8a7a7;}
.primary-input-style{
      height: 37px;
      border: none;
      border-bottom: 1px solid #e2e2e2 !important;
      width: 100%;
      color: black;
      background: transparent;
      position: relative;
      margin-bottom: 10px;
      display: block;
      padding: 10px 10px;
}
/*# New Style Site Visit */
.self-details-form .slide-inner-box{/* display: flex; *//* align-items: center; */justify-content: center;min-height: auto;background-color: white;flex-wrap: wrap;width: 100%;border-radius: 10px 10px 0px 0px;padding: 33px 35px;height: 100%;padding-bottom: 10px;}
.self-details-form .slide-inner-box .left-image-section{width: 45%;text-align: center;padding: 10px 40px;border-right: 1px solid #e1dfdf;height: 100%;}
.self-details-form .slide-inner-box .left-image-section img{width: 170px;}.self-details-form .slide-inner-box .left-image-section p{color: black;margin-top: 20px;font-size: 17px;}
.self-details-form .slide-inner-box .right-question-section{width: 100%;/* text-align: center; */height: 100%;padding: 10px 0px;}
.slide-h100{
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  height: 100%;
}
.primary-select-style{
  padding: 8px 10px;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0px;
  width: 100%;
  margin-bottom: 10px;
  color: #000000d6;
  background-image: url(../images/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
  -moz-appearance: window;
  background-size: 15px;
  background-position-x: 97%;
}
label.error{color: red;font-size: 12px;}
._radio-option-3{

}
label.primary-radio-style {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #abababd6;
    margin-bottom: 10px;
}
label.primary-radio-style:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
label.primary-radio-style:after {
    content: '';
    width: 10px;
    height: 10px;
    background: black;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:checked + label.primary-radio-style:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="radio"]:checked + label.primary-radio-style:before{
  border: 1px solid #000;
}
[type="radio"]:not(:checked) + label.primary-radio-style:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label.radio-image-option {
    background-color: black;
    color: white;
    border-radius: 35px;
}
[type="radio"]:checked + label.radio-image-option img{
  filter: opacity(0);
  margin-right: 0px;
}
[type="radio"]:checked + label.radio-image-option:after {
    content: '\f269';
    position: absolute;
    color: white;
    font-size: 26px;
    z-index: 99;
    top: 0;
    text-align: center;
    bottom: 0;
    left: 9px;
    margin: auto;
    font-family: Material-Design-Iconic-Font;
    display: flex;
    align-items: center;
}

._radio-option-3{
    display: flex;
    flex-wrap: wrap;
}
._radio-option-3 ._radio-option{
  flex: 31% 0 0;
  margin-right: 5px;
}
._radio-option-2{
    display: flex;
    flex-wrap: wrap;
}
._radio-option-2 ._radio-option{
  flex: 48% 0 0;
  margin-right: 5px;
}
 ._select-field-3{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
._select-field-3 ._select-field{
  flex: 31% 0 0;
  margin-right: 5px;
}
.mt-3{
  margin-top: 30px;
}
.mt-5{
  margin-top: 50px;
}
._qust-title{
  text-align: left;
  color: black;
  font-size: 15px;
  font-weight: 400;
  font-family: "Muli-Regular";
  margin-bottom: 13px;
  margin-top: 8px;
}
.radio-image-option{
        display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    text-align: left;
    padding: 0px 10px;
    font-size: 14px;
    width: auto;
    padding-right: 19px;
    margin-bottom: 12px;
}
.radio-image-option img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 8px;
}
.wizard .steps li a:after{
  content: none;
}
.wizard .steps li a:before{
  content: none;
  
}
.wizard .steps li a{
  margin-right: 0px;
  border-radius: 0px;
  height: 5px;
}
.wizard .steps li.current a .number{display: none !important;position: absolute;bottom: 11px;background-color: black;color: white;padding: 6px;height: 30px;/* position: relative; */width: 30px;text-align: center;border-radius: 5px;}
.wizard .steps li.current a .number:after{content: '';width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #000;position: absolute;bottom: -5px;left: 0;right: 0;margin: auto;}
.wizard .steps li.first a{
  border-radius: 10px 0px 0px 10px;
}
.wizard .steps li.last a{
  border-radius: 0px 10px 10px 0px;

}
.wrapper:before {position: absolute;transition: all 0.5s ease-in-out;top: 0;width: 100%;height: 100%;bottom: 0;left: 0;right: 0;opacity: 1;background: linear-gradient(177deg, rgb(255 255 255 / 71%) 100px, transparent);}
#rmname_scenario2 {
    color: black;
    border-bottom: 1px dashed black;
    font-size: 19px;
    padding: 0px 0px;
    font-family: "Muli-SemiBold";
}
.self-details-form .slide-wd-2 .slide-inner-box .left-image-section{
      width: 35%;
}
.self-details-form .slide-wd-2 .slide-inner-box .right-question-section{
  width: 64%;
}
.actions ul li{
  width: 100%;
  margin-top: 0px;
  margin-left: 30px;
  margin-right: 30px;
}
.actions li a:before, .actions li:first-child a:before, .pseudo_nxt_btn:before, .actions li:last-child a:before{
  content: none;
  
}
.scenario_no1, .scenario_no2, .scenario_no3 {
    display: none;
}
#reg_form{
  padding-bottom: 20px;
}
._qust-title.text-center{
  text-align: center;
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: 15px;
}
._qust-title.title-color-2{
      /* color: #abababd6; */
      color: #000;
}
.agree-field{
  margin: 12px 0px;
    display: flex;
}
.loading-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.45);
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.79) url(../images/loading.gif) center no-repeat;
}
.thankyou-msg img{
  width: 130px;
    margin-bottom: 15px;
}
.thankyou-msg p{
  font-size: 17px;
}
.thankyou-msg p span{
  background-color: #d6d6d6; padding: 7px 10px; display: inline-block; margin-top: 10px; border-radius: 5px;
}
span.round-text {
  display: block;
  margin: 12px auto;
  width: 50px;
  height: 50px;
  background-color: black;
  color: white;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
span.round-text {
  display: block;
  margin: 12px auto;
  width: 50px;
  height: 50px;
  background-color: black;
  color: white;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.el-list {
  padding: 11px;
  margin-bottom: 10px;
  margin-right: 4px;
  border-radius: 5px;
}

.el-list p {
  font-size: 16px;
  text-align: left;
  margin-bottom: 11px;
}

.el-list p span {
  font-weight: 100;
  color: #00000099;
}

button.leadProceed {
  padding: 0;
  border: none;
  display: block;
  text-align: center;
  height: 45px;
  width: 100%;
  background: #1e417d;
  font-family: "Muli-SemiBold";
  color: white;
  cursor: pointer;
  position: relative;
  border-radius: 25px;
  padding-left: 0;
  line-height: 43px;
  max-width: 100%;
  margin-top: 28px;
}

div#leadslisttable {
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
/* New Code */
.agree-field{
position: relative;
}
.agree-field label.error{
  position: absolute;
  top: 30px;
  margin: 5px 0 10px 0;
}
/* New Code */
/*# sourceMappingURL=style.css.map */

@media (min-width: 1025px) {
  .addtional_form.white-popup {
      margin-top: 6px;
  }
  .increse_decrease_btn{
    top: 22px;
    right: 0;
  }
}
@media (min-width: 1365px) {}

/*Tab Potrait View*/
@media (max-width: 991px) {
  .wizard{
    width: 90%;
    height: auto;
  }
  ._radio-option-2 ._radio-option{
    flex: 100%;
  }
  .self-details-form .slide-inner-box .right-question-section{
    padding: 10px 30px;
  }
  .self-details-form .slide-inner-box .left-image-section{

    padding: 10px 30px;
  }
}

/*Tab Landscape View*/
@media (max-width: 1024px) {
  .wizard{
    width: 80%;
  }
}

/*Mobile View*/
@media (max-width: 769px) {
  [type="radio"]:checked + label.radio-image-option:after{
    top: 0px;
  }
  .self-details-form .slide-inner-box{
    display: block;
    /* padding-bottom: 100px; */
  }
  .self-details-form .slide-inner-box .left-image-section, .self-details-form .slide-wd-2 .slide-inner-box .left-image-section{
    width: 100%;
        padding: 10px 50px;
  }
  .self-details-form .slide-inner-box .right-question-section, .self-details-form .slide-wd-2 .slide-inner-box .right-question-section{
    width: 100%;
        padding: 10px 50px;

  }
}

/*Mobile View*/
@media (max-width: 480px) {
  .self-details-form .slide-inner-box .left-image-section img{
    width: 70px;
  }
  .self-details-form .slide-inner-box .left-image-section{
        padding: 4px 20px;
        display: none;
  }
  .self-details-form .slide-inner-box .right-question-section{
        padding: 10px 20px;

  }
  .wizard .steps{
    /*display: none;*/
    top: -50px;
  }
  #wizard .actions{
    /* position: static; */
    transform: translateX(0);
    right: 0;
  }
  .wrapper{
    padding-top: 20px;
  }
  [type="radio"]:checked + label.radio-image-option:after{
    top: 0px;
  }
  .desti_btn{
    padding: 16px 31px;
  }
  button.desti_btn._blackbg{
    padding: 10px 42px;
    min-height: 51px;
  }
  .self-details-form .slide-inner-box{
    padding: 11px 22px;
  }
  .main_logo._home_page{
    width: 90px;
  }
}