body {
  font-family: 'Karla', sans-serif;
  background-color: #f2f3f8; }

/* Wizard */
.steps{display: none;}
.wizard a:hover {
  text-decoration: none; }

.wizard .audible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.wizard .steps > ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 0; }
  .wizard .steps > ul li {
    width: 270px;
    max-width: calc(25% - 6px); }
    .wizard .steps > ul li a {
      display: inline-block;
      width: 100%;
      height: 100%;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      background-color: rgba(153, 155, 163, 0.1);
      padding: 28px 30px 24px; }
      @media (max-width: 767px) {
        .wizard .steps > ul li a {
          padding: 15px 10px; } }
      @media (max-width: 767px) {
        .wizard .steps > ul li a .media {
          display: block; } }
    .wizard .steps > ul li .bd-wizard-step-icon {
      width: 34px;
      height: 34px;
      border-radius: 4px;
      background-color: #e1e1e1;
      font-size: 14px;
      line-height: 34px;
      text-align: center;
      color: #4a2950;
      margin-right: 11px; }
      @media (max-width: 767px) {
        .wizard .steps > ul li .bd-wizard-step-icon {
          margin: 0 auto; } }
    .wizard .steps > ul li .bd-wizard-step-title {
      line-height: 1;
      font-size: 18px;
      font-weight: bold;
      color: #000000; }
      @media (max-width: 767px) {
        .wizard .steps > ul li .bd-wizard-step-title {
          display: none; } }
    .wizard .steps > ul li .bd-wizard-step-subtitle {
      line-height: 1;
      font-size: 14px;
      color: #c8c8c8; }
      @media (max-width: 767px) {
        .wizard .steps > ul li .bd-wizard-step-subtitle {
          display: none; } }
    .wizard .steps > ul li.current .bd-wizard-step-icon, .wizard .steps > ul li.done .bd-wizard-step-icon {
      background-color: #4a2950;
      color: #fff; }
    .wizard .steps > ul li.current a {
      background-color: #fff; }

.wizard .content {
  padding: 100px 35px 20px 35px;
  background-color: #fff;
  min-height: 420px; }
  @media (max-width: 767px) {
    .wizard .content {
      padding-left: 20px;
      padding-right: 20px;
      min-height: auto; } }
  .wizard .content .title {
    display: none; }
  .wizard .content .content-wrapper {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
  .wizard .content .section-heading {
    font-weight: bold;
    color: #030303;
    margin-bottom: 22px; }
  .wizard .content p {
    font-size: 16px;
    color: #030303; }
  .wizard .content .form-control {
    padding: 26px 25px;
    min-height: 50px;
    max-width: 550px;
    border-radius: 4px;
    border: solid 1px #ececec; }
    .wizard .content .form-control::-webkit-input-placeholder {
      color: #919aa3; }
    .wizard .content .form-control::-moz-placeholder {
      color: #919aa3; }
    .wizard .content .form-control:-ms-input-placeholder {
      color: #919aa3; }
    .wizard .content .form-control::-ms-input-placeholder {
      color: #919aa3; }
    .wizard .content .form-control::placeholder {
      color: #919aa3; }

.wizard .actions {
  padding: 0 35px 35px;
  background-color: #fff; }
  @media (max-width: 767px) {
    .wizard .actions {
      padding-left: 20px;
      padding-right: 20px; } }
  .wizard .actions > ul {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f4; }
  .wizard .actions li a {
    display: inline-block;
    border-radius: 6px;
    background-color: #00d69f;
    padding: 16px 30px;
    color: #fff;
    font-style: 15px;
    font-weight: bold; }
  .wizard .actions li.disabled {
    display: none; }
  .wizard .actions li:not(.disabled) + li, .wizard .actions li:not(:first-child):last-child {
    margin-left: 15px; }

/*# sourceMappingURL=bd-wizard.css.map */

/**
  Default Markup
**/

  
.container {
    max-width: 900px;
    margin: 0 auto;
  }
  
  .form-steps {
      border-style: solid;
      border-radius: 00px;
      border-color: grey;
  }
   .section-heading {
      color: #4b64e8 !important;
  }
  
  /**
    Component
  **/
  
  label {
      width: 100%;
  }
  
  .service-input-element {
      display: none;
  }
  
  .card-input {
      margin: 10px;
      padding: 04px;
      min-height: 50px;
  }
  
  .card-input:hover {
      cursor: pointer;
  }
  
  .service-input-element:checked + .card-input {
       box-shadow: 0 0 2px 2px #4b64e8;
   }
   
   
   
   .wizard .content .title{display:none;}
   .bd-wizard-step-title{padding-top: 0px;margin-bottom: 10px;font-size: 18px;line-height: 1.2;color: #4b64e8;font-weight: 600;}
   .wizard .content{padding:0;border-top-left-radius:6px;border-top-right-radius: 6px;min-height:auto!important;}
   .wizard .content .content-wrapper{max-width:none;min-height:auto;height: 100%;}
   .container{max-width:1070px;}
   .form-steps {
      border-style: solid;
      border-radius: 00px;
      box-shadow: 0px 2px 4px rgb(0 0 0 / 20%), 0px 20px 50px rgb(0 0 0 / 40%);
      border-color: transparent;
      border-radius: 6px;
	  border:none;
  }
  .bd-wizard-step-icon img{height:76px;}
  .bd-wizard-step-subtitle.s1{color:#8e97b3;font-size:15px;}
  section{background:#fff;padding:0;border-top-left-radius:6px;border-top-right-radius: 6px;padding: 0;}
  .card-input{margin:0px 28px 10px 28px; box-shadow:none;border:1px solid #eee;border-radius:6px;padding: 10px 15px;color: #1f222b;font-weight:600;}
  
  .service-input-element:checked + .card-input{border:2px solid #4b64e8;box-shadow: 4px 4px 0px 0px #e0e9ff;}
  
  .sp-header{color: rgb(75, 100, 232);font-size:18px;padding:15px 30px;font-weight:600;min-height:58px;}
  .sp-header.sp-header-right{  font-size: 13px;
    line-height: 1.3;
    color: #2d54de;
    font-weight: 600;
    padding: 13px 28px 13px 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    margin: 0px;margin-bottom: 15px;text-align: right;border-bottom: 1px solid rgba(0,0,0,0.05);}
	
	.os-lines {
    position: absolute;top: 21px;left: 20px;right: 18px;z-index: 1;}
	
	.os-lines:before {
    display: block;
    content: "";
    height: 6px;border-top: 2px dotted #4b64e8;border-bottom: 2px dotted #4b64e8;margin-bottom: 2px;}
	
	.os-lines:after {
    display: block;
    content: "";
    height: 6px;border-top: 2px dotted #4b64e8;}
	
	.sp-header def{background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 5px;display: inline-block;}
	
	.sp-content{padding:20px;}
	.sp-content span{font-size: 12px;
    text-transform: uppercase;
    color: gray;}
	.sp-content p{font-weight: 600;
    font-size: 14px!important;
    color: #4b64e8!important;
    margin-top: -4px;}
	
	.wizard .actions li a, .btn-homepage {
    display: inline-block;
    border-radius: 6px;
    background-color: #4b64e8;
    color: #fff;

font-weight: 600;
    box-shadow: none;
	text-decoration:none;
    padding: 7px 16px;
    font-size: 14px;
    letter-spacing: 0;	}
	
	.wizard .actions{padding:0;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;}
	.wizard .actions > ul{margin-bottom: 0!important; padding: 15px 0;max-width:none;justify-content:center;border-top:1px solid #dee2e6!important;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;}
	
	
	

	
	
	.wizard .content .form-control{	position: relative !important;
    display: block !important;
    box-shadow: none !important;
    border: 1px solid #cad2e0 !important;
    padding: 12px 10px 12px 10px!important;
    background-color: #fff !important;
    width: 100%;
	border-radius:4px!important;
    color: #32373c;
	margin-bottom:14px;
    line-height: normal;
    line-height: 1.3;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.2s ease;
    height: auto;}

	
	.wizard .content fieldset legend{color:gray;font-size:15px;}
	.wizard .content fieldset .alert{font-size:14px;padding: 8px 14px;}
	.wizard .content fieldset .alert i{margin-right:6px;}
	.wizard .content fieldset input{font-size:13px;}
	
	.wizard .services-scroll{margin: 30px 0;}
    .alert-error{margin: 10px 45px 20px 28px;font-size: 14px;}
	
    .swal2-styled.swal2-confirm {background-color: #4b64e8!important;padding: 7px 16px!important;}

    #profileForm .content {
        min-height: 100px;
    }
    #profileForm .content > .body {
        width: 100%;
        height: auto;
        padding: 15px;
        position: relative;
    }

    .responsiv-uploader-fileupload.style-file-single .upload-button{height: 45px;font-size: 13px;margin-top: -23px;color: #4b64e8;}
    .wizard .content .form-group .sr-only.required {margin: -14px 2px;z-index: 1;font-size: 12px;clip: auto;width: 158px;color:red; overflow: visible;display: none;}
    .message_thanks{padding: 200px;}
    .message_thanks h1{font-weight: 600;font-size: 43px;}
    .message_thanks p{font-size: 17px;}
    .sp-last-step label{color:#959595;font-size: 14px;}
    .sp-last-step span{font-weight: 600;color: #666;}

    @media (max-width: 767px){
        .message_thanks{padding: 50px;}
    }
    @media (min-width: 768px) and (max-width: 992px){
        .message_thanks{padding: 50px;}
    }