@charset "UTF-8";
/*----------------------------------------------------

1. Global Area 
2. Header Section
=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,531;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,531;1,600;1,700;1,800;1,900&display=swap");
/*=========
Color Code
===========*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-200 {
  padding-bottom: 200px;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.wizard-forms {
  padding: 3rem 12rem;
}

/* .section-padding {
  padding: 90px 60px;
} */

.wrapper {
  background-color: #fff;
  /* -webkit-box-shadow: 0px 5px 65px 0px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 5px 65px 0px rgba(0, 0, 0, 0.29); */
}

.boxed-version {
  max-width: 1400px;
  margin: auto;
}

.dark-version.dark-version {
  background-color: #1a1a1a;
}
.dark-version.dark-version label,
.dark-version.dark-version p,
.dark-version.dark-version span {
  color: #fff !important;
}
.dark-version.dark-version button,
.dark-version.dark-version input,
.dark-version.dark-version optgroup,
.dark-version.dark-version select,
.dark-version.dark-version textarea,
.dark-version.dark-version .wrapper {
  background-color: #1a1a1a !important;
}

.steps-area-fixed.steps-area-fixed {
  position: fixed;
  width: 25%;
}

.inner {
  width: 100%;
  height: auto;
}

/* ============================================================================ */
/*   step
/* ============================================================================ */
.steps {
  background-color: #370454;
  /* background-image: url(../img/bg.jpg); */
  background-size: cover;
}
.steps ul {
  padding-left: 70px;
}

.steps li {
  position: relative;
}
.steps li:before {
  content: "";
  top: 55px;
  width: 240px;
  left: 0px;
  height: 25px;
  color: #5065ca;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
  position: absolute;
}
.steps li:after {
  top: 8px;
  left: 15px;
  z-index: -1;
  color: #6c6c6c;
  font-size: 17px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
.steps li a {
  width: 45px;
  color: #fff;
  height: 45px;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  display: inline-block;
  border: 2px solid #6c6c6c;
}
.steps li a:after {
  width: 2px;
  left: 18px;
  content: "";
  height: 33px;
  bottom: -80px;
  position: absolute;
  background-color: #6c6c6c;
}
.steps li .number {
  display: none;
}
.steps li.first a {
  border: 2px solid #fff;
}
.steps li.last a:after {
  display: none;
}
.steps li.checked:after,
.steps li.current:after {
  color: #fff;
}
.steps li.checked:before,
.steps li.current:before {
  color: #fff;
}
.steps li.checked a,
.steps li.current a {
  border: 2px solid #fff;
}
.steps li.checked a:after,
.steps li.current a:after {
  background-color: #fff;
}

.line {
  width: 495px;
  height: 3px;
  left: 28.4%;
  height: 3px;
  background: #f1f1f2;
  position: relative;
  top: 0px;
  margin: 5px 0;
}
.line.line2 {
  width: 100%;
  left: 0;
}

.actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.actions ul {
  display: flex;
  margin: 0;
}
.actions li {
  margin-right: 20px;
}
.actionBtns li button {
  background-color: #f23944;
  color: #fff;
  border: 1px solid #f23944;
  border-radius: 0px;
  height: 55px;
  width: 180px;
}
.actions li:last-child {
  margin-right: 0;
}
.actions li[aria-disabled="true"] span {
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.actions li[aria-disabled="false"] ~ li span {
  background-color: #72bb4c;
  color: #fff;
}
.actions li[aria-disabled="false"] ~ li span:hover {
  background-color: #72bb4c;
}

.wizard-checkbox-option li {
  padding-top: 10px;
  min-width: 25%;
  float: left;
  font-size: 18px;
  font-weight: 600;
  padding-left: 60px;
  position: relative;
  display: inline-block;
}

.block-option input {
  display: none;
}
.block-option .checkbox-tick {
  position: relative;
}
.block-option .checkbox-tick:before {
  top: 2px;
  left: -48px;
  color: #5756a2;
  content: "";
  font-size: 16px;
  font-weight: 900;
  display: none;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
.block-option .checkbox-tick:after {
  position: absolute;
  content: "";
  height: 38px;
  width: 38px;
  top: -5px;
  left: -60px;
  border: 2px solid #b4d4e4;
}
.block-option .checked-checkbox:checked ~ .checkbox-tick:before {
  display: block;
}
.block-option .checked-checkbox:checked ~ .checkbox-tick:after {
  border: 2px solid #5756a2;
  -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.17);
}

.checkbox-circle {
  position: relative;
  margin: 0 !important;
  padding-left: 40px;
  width: inherit !important;
  text-align: left !important;
}
.checkbox-circle label {
  cursor: pointer;
  color: #999;
  font-size: 13px;
  line-height: 1.9;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  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;
  left: 0;
}
.checkbox-circle input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-circle input:checked ~ .checkmark:before {
  content: "";
  top: 0px;
  left: 3px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 12px;
}
.checkbox-circle .checkmark {
  position: absolute !important;
  top: 3px !important;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #999;
}
.checkbox-circle .checkmark:after {
  content: "";
  top: -1px;
  left: -1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #49cc2a;
  position: absolute;
  display: none;
}

.social-media-find .social-find-caret,
.select-caret,
.wizard-note-subject .select-option-area {
  position: relative;
}
.social-media-find .social-find-caret:after,
.select-caret:after,
.wizard-note-subject .select-option-area:after {
  top: 12px;
  right: 15px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  height: 25px;
  width: 25px;
  line-height: 25px;
  background-color: #e5e4e4;
  border-radius: 100%;
  text-align: center;
}

/*---------------------------------------------------- */
/*wizard area*/
/*----------------------------------------------------*/
/* ==========================================================================
multistep css
========================================================================== */
.multisteps-form__progress {
  padding-top: 24px;
  padding-bottom: 50px;
  width: 300px;
  position: -webkit-sticky;
  position: sticky;
}

.multisteps-form__progress-btn {
  position: relative;
  color: #6c6c6c;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-left: 32px;
  padding-bottom: 35px;
  z-index: 1;
}
.multisteps-form__progress-btn span {
  position: absolute;
  top: 45px;
  left: 7px;
  color: #6c6c6c;
}
.multisteps-form__progress-btn i {
  width: 35px;
  height: 35px;
  left: 0px;
  top: 0px;
  margin-right: 15px;
  line-height: 34px;
  position: relative;
  text-align: center;
  display: inline-block;
  border: 1px solid #6c6c6c;
  border-radius: 50%;
  z-index: -1;
}
.multisteps-form__progress-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  display: block;
  width: 2px;
  height: 35px;
  background-color: #6c6c6c;
  z-index: 1;
}
.multisteps-form__progress-btn:last-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active {
  color: #fff !important;
}
.multisteps-form__progress-btn.js-active i {
  color: white;
  border-color: white;
}
.multisteps-form__progress-btn.js-active:after {
  background-color: #fff;
}

.multisteps-form__progress-btn.js-completed {
  color: rgb(35, 219, 18);
}

.multisteps-form__progress-btn.js-completed i {
  color: rgb(35, 219, 18);
  border-color: rgb(35, 219, 18);
}

.multisteps-form__progress-btn.js-completed:after {
  background-color: rgb(35, 219, 18);
}

.multisteps-form__progress-btn.js-failed {
  color: rgb(35, 219, 18);
}

.multisteps-form__progress-btn.js-failed i {
  color: rgb(240, 8, 0);
  border-color: rgb(240, 8, 0);
}

.multisteps-form__progress-btn.js-failed:after {
  background-color: rgb(240, 8, 0);
}

.multisteps-form__form {
  position: relative;
}

.multisteps-form__panel {
  height: 0;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}
.multisteps-form__panel.js-active {
  opacity: 1;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  visibility: visible;
}
.multisteps-form__panel[data-animation="scaleOut"] {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.multisteps-form__panel[data-animation="scaleOut"].js-active {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.multisteps-form__panel[data-animation="slideHorz"] {
  left: -50px;
}
.multisteps-form__panel[data-animation="slideHorz"].js-active {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  -o-transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  left: 0;
}
.multisteps-form__panel[data-animation="slideVert"] {
  top: 30px;
}
.multisteps-form__panel[data-animation="slideVert"].js-active {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  top: 0;
}
.multisteps-form__panel[data-animation="fadeIn"].js-active {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation="scaleIn"] {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.multisteps-form__panel[data-animation="scaleIn"].js-active {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* ==========================================================================
wizard section
========================================================================== */
/* .wizard-title {
  padding-bottom: 85px;
} */
/* .wizard-title h3 {
  color: #5756a2;
  font-size: 40px;
  font-weight: 700;
}
.wizard-title p {
  color: #5756a2;
  font-size: 23px;
  font-weight: 500;
} */

.vector-img-one {
  position: absolute;
  bottom: 10px;
  left: 5px;
}

.wizard-form-field .wizard-form-input {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wizard-form-field .wizard-form-input label {
  float: left;
  color: #474747;
  font-size: 19px;
  text-align: right;
  font-weight: 600;
  width: 200px;
  margin: 15px 30px 0px 0px;
}
.wizard-form-field .wizard-form-input input {
  width: 585px;
  height: 50px;
  border: 3px solid #b4d4e4;
}

.wizard-v3-progress {
  z-index: 8;
  width: 300px;
  right: -320px;
  top: 500px;
  position: absolute;
}
.wizard-v3-progress .progress {
  width: 100%;
  height: 20px;
  border-radius: 20px;
  background-color: #e8b4b4;
  position: relative;
}
.wizard-v3-progress .progress .progress-bar {
  border-radius: 20px;
  background-color: #f23944;
}
.wizard-v3-progress .progress .progress-bar span {
  background-color: black; /* #f23944 */
  width: 7px;
  height: 7px;
  display: flex;
  position: absolute;
  top: 7px;
  border-radius: 50%;
}
.wizard-v3-progress .progress-bar .step1 {
  left: 15%;
}
.wizard-v3-progress .progress-bar .step2 {
  left: 33%;
}
.wizard-v3-progress .progress-bar .step3 {
  left: 50%;
}
.wizard-v3-progress .progress-bar .step4 {
  left: 67%;
}
.wizard-v3-progress .progress-bar .step5 {
  left: 84%;
}
.wizard-v3-progress span {
  color: #fff;
}
.wizard-v3-progress h3 {
  color: #fff;
  font-size: 23px;
  padding: 5px 0px 10px;
  font-weight: 700;
}

/* ==========================================================================
wizard 1
========================================================================== */
.wizard-photo-area {
  width: 190px;
  float: left;
  text-align: center;
  box-shadow: 0px 0px 6px 0px #f23160;
  border-radius: 8px;
}
.wizard-photo-area .photo-upload-text {
  color: #8d8d8d;
  font-size: 15px;
  display: inline-block;
  margin: 1rem 0;
}

.wizard-photo-upload label {
  padding: 8px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  background-color: #f23944;
  margin: auto;
}
.wizard-photo-upload .display-img {
  width: 160px;
  height: 160px;
  overflow: hidden;
  padding: 20px 10px;
  background-color: #fff;
  margin: auto;
}

.wizard-photo-upload .display-img img.has-img {
  width: 95%;
  margin: auto;
  padding: 0.3rem;
  border-radius: 0.4rem;
  border: 1px solid #b5b5b5;
}

.wizard-form-field {
  margin-left: 190px;
}
.wizard-form-field .wizard-form-input {
  position: relative;
  z-index: 2;
}
.wizard-form-field .wizard-form-input .wizard-checked {
  display: inline-block;
  margin: 15px 50px 0px 0px;
}
.wizard-form-field .wizard-form-input .wizard-checked:last-of-type {
  margin-right: 0;
}
.wizard-form-field .wizard-form-input .wizard-checked input {
  height: 18px;
  width: 18px;
}
.wizard-form-field .wizard-form-input .wizard-checked span {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  position: relative;
  top: -3px;
  margin-left: 5px;
}
.wizard-form-field .form-field-text {
  font-size: 18px;
  color: #848c95;
  max-width: 625px;
  padding-left: 230px;
}

/* ==========================================================================
wizard 2
========================================================================== */
.wizard-solution-select {
  margin: 0 auto;
}

.option_item {
  margin: 0 auto;
  width: 325px;
  height: 270px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.option_item .name {
  display: block;
  color: #474747;
  font-size: 23px;
  font-weight: 600;
}

.option_item .checkbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.option_item .option_inner {
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  display: block;
  border: 2px solid transparent;
  position: relative;
}
.option_item .option_inner:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border: 2px solid #b4d4e4;
}

.option_item .option_inner .icon {
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

.option_item .option_inner .icon .fab {
  font-size: 32px;
}

.option_item .option_inner .name {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.option_item .checkbox:checked ~ .option_inner {
  border-color: #3b5999;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.27);
}
.option_item .checkbox:checked ~ .option_inner:before {
  display: none;
}

.option_item .option_inner .tickmark {
  position: absolute;
  height: 50px;
  width: 50px;
  display: none;
  border-radius: 100%;
  top: -25px;
  left: -25px;
  background-color: #253fa5;
}

.option_item .option_inner .tickmark:before {
  content: "";
  position: absolute;
  font-size: 16px;
  top: 12px;
  left: 15px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.option_item .checkbox:checked ~ .option_inner .tickmark {
  display: block;
}

.izard-solution-select label {
  margin-bottom: 0;
}

.wizard-note-subject {
  float: right;
  z-index: 5;
  margin-top: 30px;
  margin-right: 25px;
  position: relative;
}
.wizard-note-subject .wizard-form-input {
  margin-top: 30px;
  position: relative;
}
.wizard-note-subject .wizard-form-input label {
  float: left;
  color: #474747;
  font-size: 19px;
  text-align: right;
  font-weight: 600;
  width: 195px;
  margin: 15px 30px 0px 0px;
}
.wizard-note-subject .wizard-form-input select,
.wizard-note-subject .wizard-form-input textarea {
  width: 720px;
  height: 50px;
  padding-left: 20px;
  -webkit-appearance: none;
  border: 3px solid #b4d4e4;
}
.wizard-note-subject .wizard-form-input textarea {
  height: 170px;
}
.wizard-note-subject .wizard-checked {
  float: right;
  margin-right: 40px;
  display: inline-block;
}
.wizard-note-subject .wizard-checked input {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.wizard-note-subject .wizard-checked span {
  top: -2px;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.wizard-sub-text {
  color: #474747;
  display: block;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* ==========================================================================
wizard three
========================================================================== */
.select-caret {
  margin-bottom: 85px;
}
.select-caret:after {
  top: 35px;
}
.select-caret select {
  -webkit-appearance: none;
}

.wizard-form-input select {
  width: 100%;
  height: 95px;
  padding: 0px 40px;
  border: 3px solid #b4d4e4;
}

.duration-box {
  display: block;
  width: 100%;
  height: 185px;
  width: 270px;
  padding-top: 35px;
  position: relative;
  border: 2px solid #b4d4e4;
}
.duration-box .title {
  color: #474747;
  display: block;
  font-size: 65px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
.duration-box span {
  line-height: 1;
  color: #474747;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.duration-option {
  position: relative;
  margin-bottom: 0;
}
.duration-option .d-checkbox {
  display: none;
}
.duration-option .checkbox-circle-tick {
  position: absolute;
  top: 15px;
  right: 45px;
}
.duration-option .checkbox-circle-tick:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  border: 2px solid #b4d4e4;
}
.duration-option .checkbox-circle-tick:after {
  top: 5px;
  left: 5px;
  content: "";
  width: 20px;
  height: 20px;
  display: none;
  border-radius: 100%;
  position: absolute;
  background-color: #5756a2;
}
.duration-option .d-checkbox:checked ~ .duration-box {
  border: 2px solid #5756a2;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.27);
}
.duration-option .d-checkbox:checked ~ .checkbox-circle-tick:after {
  display: block;
}
.duration-option .d-checkbox:checked ~ .checkbox-circle-tick:before {
  border-color: #5756a2;
}

.wizard-document-upload {
  display: inline-block;
  width: 100%;
}
.wizard-document-upload .custom-file-input {
  padding: 24px 20px;
  height: auto;
}
.wizard-document-upload .custom-file-label {
  padding: 24px 20px;
  height: auto;
  border-radius: 0;
  font-size: 20px;
}
.wizard-document-upload label.custom-file-label {
  padding: 24px;
  height: auto;
  color: #9c9c9c;
}
.wizard-document-upload label.custom-file-label:after {
  background: #2d35a5;
  color: #fff;
  border-radius: 0;
  padding: 24px;
  height: 80px;
  width: 244px;
  text-align: center;
}

.custom-file-input ~ .custom-file-label::before {
  content: "";
  position: absolute;
  right: 165px;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  z-index: 22;
}

/* ==========================================================================
Select Hospital Type
========================================================================== */
.hos-type-action {
  display: inline-block;
  padding: 0.5rem;
}

@media screen and (max-width: 576px) {
  .hos-type-action {
    width: 60%;
    min-width: 100px;
  }
}

/* ==========================================================================
wizard 4
========================================================================== */
#slider-service {
  padding-right: 20px;
}

.service-checkbox {
  display: none;
}

.w-service-box {
  width: 200px;
  height: 140px;
  float: left;
  padding: 0px 0px;
  margin-bottom: 30px;
  background-color: #fff;
  border: 3px solid #f239442b;
}
.w-service-box .tooltip-info:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  top: 15px;
  right: 15px;
  display: none;
  border-radius: 100%;
  background-color: #f23944;
}
.w-service-box .tooltip-info:after {
  position: absolute;
  content: "\f00c";
  top: 23px;
  color: #fff;
  right: 23px;
  font-weight: 900;
  display: none;
  display: none;
  font-family: "Font Awesome 5 Free";
}
.w-service-box .service-text {
  color: #5756a2;
  font-size: 24px;
  font-weight: 500;
}
.w-service-box .option-seclect {
  position: absolute;
  bottom: -35px;
  left: -3px;
  width: 98%;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  background-color: #fdd9e4;
  color: #4a4a4a;
}

.service-checkbox:checked ~ .w-service-box .tooltip-info:before,
.service-checkbox:checked ~ .w-service-box .tooltip-info:after {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 1;
  font-size: 14px;
  text-rendering: auto;
}

.service-checkbox:checked ~ .w-service-box {
  border: 3px solid #f23944;
}

.service-checkbox:checked ~ .w-service-box .option-seclect {
  background-color: #f23944;
  color: #fdd9e4;
}

.slick-dots li.slick-active {
  width: 35px;
  height: 10px;
  background: #2c39a4;
  border-radius: 5px;
}

.slick-dots li {
  width: 15px;
  height: 10px;
  background: #ccc;
  display: inline-block;
  margin: 0 8px;
  border-radius: 5px;
  cursor: pointer;
}

.slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slick-dots button {
  font-size: 0;
  visibility: hidden;
}

/* ==========================================================================
wizard 5
========================================================================== */
.wizard-day-item {
  width: 100%;
  display: inline-block;
}

.social-media-find {
  display: block;
}
.social-media-find .social-find-caret:after {
  top: 35px;
  right: 20px;
}
.social-media-find select {
  width: 100%;
  height: 95px;
  padding-left: 30px;
  -webkit-appearance: none;
  border: 2px solid #b4d4e4;
}

/*---------------------------------------------------- */
/*wizard area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1500px) {
  .wrapper {
    margin: 0 auto;
  }

  .wizard-forms {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 30px;
  }

  .wizard-v3-progress {
    right: -390px;
    top: 520px;
  }

  .wizard-form-field .wizard-form-input input {
    width: 450px;
  }

  .wizard-form-field .wizard-form-input .wizard-checked span {
    margin-right: 5px;
  }

  .wizard-form-field .form-field-text {
    padding-left: 0;
  }

  .wizard > .steps ul {
    padding-left: 20px;
  }

  .line {
    width: 450px;
    left: 29.1%;
  }

  .option_item {
    width: 275px;
  }

  .wizard-note-subject .wizard-form-input select,
  .wizard-note-subject .wizard-form-input textarea {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .wizard-note-subject .wizard-form-input label {
    text-align: left;
  }

  .vector-img-one {
    position: absolute;
    bottom: -60px;
    left: 0px;
  }

  .wizard-note-subject .select-option-area:after {
    top: 55px;
  }
}
@media screen and (max-width: 1199.98px) {
  .pb-200 {
    padding-bottom: 270px;
  }

  .pb-100 {
    padding-bottom: 100px;
  }

  .mb-60 {
    margin-bottom: 20px !important;
  }

  .mb-85 {
    margin-bottom: 35px !important;
  }

  .mt-60 {
    margin-top: 20px !important;
  }

  .wizard-forms {
    padding: 0;
  }

  .multisteps-form__progress {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    width: 255px;
  }

  .multisteps-form__progress-btn {
    margin-left: 15px;
  }

  .wizard-form-field .wizard-form-input input {
    width: 100%;
  }

  .wizard-form-field .wizard-form-input label {
    width: 100%;
    text-align: left;
  }

  .w-service-box {
    width: 250px;
  }

  .wizard-form-field .wizard-form-input {
    display: inline-block;
  }

  .line {
    width: 425px;
    left: 14.4%;
  }

  .option_item {
    width: 255px;
  }

  .wizard-v3-progress {
    width: 260px;
    right: -328px;
  }
  .wizard-v3-progress h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .pb-200 {
    padding-bottom: 100px;
  }

  .wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .multisteps-form__progress {
    width: 245px;
  }

  .line {
    width: 520px;
    left: 0%;
  }

  .wizard-title h3 {
    font-size: 32px;
  }

  .wizard-title p {
    font-size: 20px;
  }

  .duration-box {
    height: 185px;
    width: 205px;
  }

  .wizard-v3-progress {
    width: 250px;
    right: -305px;
  }

  .vector-img-one {
    position: absolute;
    bottom: -38px;
    left: -20px;
  }

  .wizard > .steps li.checked a:after,
  .wizard > .steps li.current a:after {
    display: none;
  }

  .w-service-box {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .wizard-photo-area {
    float: none;
    text-align: center;
    margin: auto;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 991.98px) {
  .pb-200 {
    padding-bottom: 80px;
  }

  .wizard-form-field {
    margin-left: 0;
  }

  .wrapper {
    display: block !important;
  }

  .form-area,
  .multisteps-form__form {
    width: 100% !important;
  }

  .wizard > .steps {
    width: 100% !important;
    position: static !important;
    position: static;
  }

  .wizard-note-subject {
    float: none;
    z-index: 5;
    margin-top: 30px;
    margin-right: 0;
    position: relative;
  }

  .multisteps-form__progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 0;
  }

  .multisteps-form__progress-btn {
    width: 25%;
    text-align: center;
  }

  .multisteps-form__progress-btn {
    padding-bottom: 35px;
  }

  .multisteps-form__progress-btn:after {
    content: "";
    position: absolute;
    top: 28%;
    left: 140px;
    display: block;
    width: 35px;
    height: 1px;
    background-color: #6c6c6c;
    z-index: 1;
  }

  .multisteps-form__progress-btn span {
    visibility: hidden;
  }

  .multisteps-form__form {
    min-height: inherit;
  }

  .multisteps-form__progress-btn {
    display: inline-block;
  }

  .wizard > .steps li a:after {
    display: none;
  }

  .line {
    display: none;
  }

  .wizard > .steps li.checked:before,
  .wizard > .steps li.current:before {
    display: none;
  }

  .wizard > .steps li:before {
    display: none;
  }

  .wizard > .steps li .number {
    display: block;
  }

  .wizard > .steps ul {
    text-align: center;
  }
  .wizard > .steps ul li {
    padding-bottom: 50px;
  }

  .vector-img-one {
    display: none;
  }

  .wizard-v3-progress {
    position: static;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .wizard-v3-progress span {
    color: #000 !important;
    font-size: 13px;
    font-weight: 700;
  }
  .wizard-v3-progress h3 {
    color: #263ea5;
  }

  .wizard-day-item {
    margin-bottom: 0;
  }

  .option_item {
    width: auto;
    display: block;
    margin-bottom: 20px;
  }

  .duration-box {
    width: 100%;
  }

  .duration-option {
    display: block;
    margin-bottom: 30px;
  }

  .wizard-day-option li {
    width: 100%;
  }
}
.select-ticker {
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1;
  width: 20px;
  height: 100%;
  cursor: pointer;
}
.select-ticker:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 4px;
  margin: -2px 0 0;
  background: url(../images/select-a.png) -5px -5px no-repeat #f23944;
}
@media screen and (max-width: 767.98px) {
  .wizard-forms {
    overflow-x: hidden;
    padding: 20px;
  }

  .multisteps-form__panel {
    padding: 0 30px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .pb-200 {
    padding-bottom: 70px;
  }

  .wizard-document-upload label.custom-file-label:after {
    background: #2d35a5;
    color: #fff;
    border-radius: 0;
    padding: 18px;
    height: 50px;
    width: 105px;
    text-align: center;
  }

  .custom-file-input ~ .custom-file-label::before {
    right: 72px;
    top: 13px;
    font-size: 16px;
  }

  .multisteps-form__progress-btn {
    margin-left: 20px;
    padding-bottom: 50px;
  }
  .multisteps-form__progress-btn:after {
    display: none;
  }

  .actions {
    position: static;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }

  button.slick-arrow {
    border: none;
    background: #72bb4c;
    color: #fff;
    width: 90px;
  }
}

@media screen and (max-width: 575.98px) {
  .input-half-left,
  .input-half-right {
    padding: 0 !important;
  }
  .wizard-forms {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    padding: 20px;
  }

  .multisteps-form__progress-btn i {
    margin-right: 10px;
  }

  .steps li {
    margin-right: 10px;
  }

  .wizard-title h3 {
    font-size: 25px;
    padding-bottom: 20px;
  }

  .wizard-title p {
    font-size: 16px;
  }

  .actions li:first-child a {
    width: 110px;
  }

  .wizard-document-upload label.custom-file-label {
    padding: 17px;
    font-size: 10px;
  }

  .wizard-document-upload .custom-file-input {
    padding: 12px 20px;
    height: auto;
  }

  .multisteps-form__progress-btn {
    margin-left: 0px;
    padding-bottom: 30px;
  }

  .multisteps-form__panel {
    padding: 0 15px;
  }

  .w-service-box {
    width: 235px;
  }

  .social-media-find select {
    height: 55px;
  }

  .social-media-find .social-find-caret:after {
    top: 15px;
  }

  .wizard-checkbox-option li {
    display: block;
    width: 100%;
  }

  .wizard-v3-progress {
    margin-bottom: 50px;
    margin-top: 40px;
  }

  #slider-service {
    margin-bottom: 40px;
  }

  button.slick-prev.slick-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .actions li span {
    height: 50px;
    width: 110px;
    font-size: 17px;
    line-height: 50px;
  }
}
/*---------------------------------------------------- */