* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 15px;
  color: #fff !important;
  margin: 0;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

input, textarea, select, button {
  font-size: 15px;
  color: #fff !important;
}

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;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
select option[value=""][disabled] {
  display: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

#distributionForm {
  padding-bottom: 40px;
  padding-right: 50px;
}

.theForm {
  margin-top: auto;
  margin-bottom: auto;
}

body {
  background: url("/images/form-wizard-bg.png");
  background-size: cover;
  height: 100vh;
}

.wrapper {
  width: auto;
  height: 100vh;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wizard > .steps .current-info, .wizard > .steps .number {
  display: none;
}

.image-holder {
  width: 41.07%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto;
  margin-right: auto;
}

.image-holder img {
  width: 400px;
}

form {
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}

.form-header {
  text-align: center;
}
.form-header a {
  color: #fff !important;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  background: #e4bd37 !important;
}

h3 {

  text-transform: capitalize;
  margin-bottom: 3rem!important;
  margin-top: 19px;
  text-align: center;
    font-size: 30px;

}

#wizard {
  border: 1px solid #fff !important;
  border-radius: 10px;
  padding: 47px 57px 50px 50px;
  position: relative;
  background: rgba(255, 255, 255, 0.1) !important;
  /* height: 390px; */
}

button.multiselect {
  /*min-width: 400px;*/
  text-align: right;
  height: 41px;
}
.category .btn-group, .category .btn-group button {
  width:100%;
}

.category .select2-selection{
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  min-height: 41px;
}

.category .select2-search__field {
  background: rgba(255, 255, 255, 0) !important;
}
.category .select2-results__option {
  color: #000;
} 
.select2-selection__choice{
  float: none !important;
  display: inline-block !important;
}
.select2-container--classic .select2-results__option--selectable {
  color: #000;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #000 !important;
}
/* .select2-results__option--selected {
  display:none;
} */
.select2-results li {
  color: #000;
}
#ResumeDistributionForm_distri_resume {
  height: 50px !important;
  padding-top: 13px !important;
}

.multiselect-container {
  width: -webkit-fill-available;
}

.content {
  height: inherit;
}

.wizard > .steps ul {
  content: "";
  width: 60%;
  height: 12px;
  background: rgba(255, 255, 255, 0.3) !important;
  border-radius: 6px;
  position: absolute;
  left: 50%;
  bottom: -69px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wizard > .steps ul:before {
  content: "\f26b";
  position: absolute;
  font-size: 20px;
  font-family: Material-Design-Iconic-Font;
  bottom: 20px;
  left: 25%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wizard > .steps ul:after {
  content: "";
  width: 25%;
  height: 12px;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wizard > .steps ul.step-2:before {
  left: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wizard > .steps ul.step-2:after {
  width: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wizard > .steps ul.step-3:before {
  left: 75%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wizard > .steps ul.step-3:after {
  width: 75%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wizard > .steps ul.step-4:before {
  left: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wizard > .steps ul.step-4:after {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-row:last-child {
  /*margin-bottom: 0;*/
}
.form-row label {
  width: 34.9%;
  margin-right: 40px;
}
.form-row .form-holder {
  width: 65.1%;
}

.form-holder {
  position: relative;
}
.form-holder i {
  position: absolute;
  bottom: 7px;
  right: 20px;
  font-size: 25px;
}

.form-control {
  height: 41px;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  background: none;
  border-radius: 5px;
  width: 100%;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}
.form-control:focus {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.7) !important;
          box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.7) !important;
  border: 1px solid #ceebf7 !important;
}
.form-control::-webkit-input-placeholder {
  color: #fff !important;
  text-transform: uppercase;
}
.form-control::-moz-placeholder {
  color: #fff !important;
  text-transform: uppercase;
}
.form-control:-ms-input-placeholder {
  color: #fff !important;
  text-transform: uppercase;
}
.form-control:-moz-placeholder {
  color: #fff !important;
  text-transform: uppercase;
}

select.form-control {
  text-transform: uppercase;
}

.option, option {
  color: #999 !important;
}

textarea.form-control {
  padding: 8px 0;
  background: url("/images/textarea-bg.png") no-repeat right bottom 3px;
}

.actions ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.actions li a {
  padding: 0;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  width: 180px;
  letter-spacing: 1.3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff !important;
  cursor: pointer;
  position: relative;
  padding-left: 34px;
  text-transform: uppercase;
  color: #000 !important;
  border-radius: 5px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.actions li a:before {
  content: "\f2ee";
  font-size: 18px;
  position: absolute;
  top: 7px;
  right: 34px;
  font-family: Material-Design-Iconic-Font;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.actions li a:hover {
  background: #2f55d4 !important;
  color: #fff !important;
  border: #717785 solid 1px;
}
.actions li a:hover:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.actions li[aria-disabled=true] a {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.actions li:first-child a {
  width: 136px;
  background: #fff !important;
  color: #666 !important;
  padding-left: 57px;
}
.actions li:first-child a:before {
  content: "\f2ea";
  left: 32px;
  font-size: 18px;
}
.actions li:first-child a:hover {
  background: #e5e5e5 !important;
}
.actions li:last-child a {
  width: 154px;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.checkbox-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkbox-circle label {
  cursor: pointer;
  display: inline-block;
  padding-left: 23px;
  position: relative;
  margin-right: 0;
  width: auto;
}
.checkbox-circle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-circle input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-circle .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4) ;
}
.checkbox-circle .checkmark:after {
  content: "";
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff !important;
  position: absolute;
  display: none;
}

@media (min-width: 1500px) {
.image-holder img {
  width: 450px!important;
}
}
@media (max-width: 1500px) {
  form {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (max-width: 1199px) {
  .container {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .wrapper {
    width: auto;
    /* height: 800px; */
  }
  form {
    padding-top: 0;
    padding-bottom: 0;
    /* padding-left: 50px;
    padding-right: 50px; */
    -ms-flex-item-align: center;
        align-self: center;
  }
  #distributionForm {
    padding-right: 50px;
  }
  #wizard {
    /* margin-right: 100px !important; */
  }
 
}
@media (max-width: 1400px) {
  .image-holder img {
    width: 350px !important;
    margin-left: 50px;
  }
}
@media (min-height: 900px) {
  .image-holder img {
    width: 500px !important;
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 1000px;
  }
  .wrapper .col-md-6 {
    width: 100%;
  }
  .image-holder {
    display: none;
  }
  form {
    width: auto;
  }
  #distributionForm {
    padding-right: 0px;
  }
  .theForm {
    margin-top: 80px;
  }
  #wizard {
    /* margin-right: 50px !important;
    margin-left: 50px !important; */
  }
  .form-control {
    /*height: 50px;*/
  }
  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
}

}
@media (max-width: 767px) {
  body {
    height: auto;
  }
  .wrapper {
    padding: 30px 20px;
  }
  #wizard {
    border: none !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    background: none !important;
    height: auto;
  }
  form, #wizard {
    padding: 0;
  }
  h3 {
    margin-bottom: 30px;
  }
  .form-row {
    display: block;
  }
  .form-row label {
    /* margin-bottom: 29px; */
    display: block;
  }
  .form-row label, .form-row .form-holder {
    width: 100%;
  }
  .checkbox-circle {
    display: block;
  }
  .wizard > .steps {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .wizard > .steps ul {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
  }
  .theForm {
    /* margin-top: 80px; */
    margin-bottom:0;
  }
  #distributionForm {
    padding-right: 0px;
  }
  .actions ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 0;
  }
  .actions li {
    width: 100%;
  }
  .actions li:first-child a {
    width: 100%;
    margin-top: 30px;
  }
  .actions li a {
    height: 44px;
    width: 100%
  }
  .actions li a:before {
    top: 8px;
  }
  .actions li:first-child a {
    margin-bottom: 20px;
  }
}
.category .btn-default {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}
.category .caret {
  display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: unset !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #aaa !important;
}
.select2-container {
  width: 100% !important;
}

::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ccc;
}
#intro_id {
  padding:10px;
}
#id_resume, #id_cover {
  height: 50px !important;
  padding-top: 13px !important;
}

#introduction {
  height: 100px;
}
body {
  background-color: #2f55d4!important;
}
.has-danger {
  border: 1px solid red !important;
  color: red !important;
  border-radius: 5px;
}
.plan-wrapper {
  display: flex;
}
.plan-wrapper li {
  text-align: left;
  margin-bottom: 10px !important;
}
.plan-wrapper li .icon {
  float: left;
  margin-top: 2px;
  margin-bottom: 0;

}
.plan-wrapper li i {
  font-size: 15px;
}
.price {
  margin-top: 0;;
}
.business-rate {
  height: 100%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.title-sub {
  color: #ddd;
  text-transform: none;
  font-size: 15px;
  letter-spacing: normal;
  margin-top: 15px;
  margin-bottom: 3rem!important;
}


.linkedin-txt::-webkit-input-placeholder {
  color: #fff !important;
  text-transform: none !important;
}
.linkedin-txt::-moz-placeholder {
  color: #fff !important;
  text-transform: none !important;
}
.linkedin-txt:-ms-input-placeholder {
  color: #fff !important;
  text-transform: none !important;
}
.linkedin-txt:-moz-placeholder {
  color: #fff !important;
  text-transform: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  text-transform: capitalize !important;
}
.form-check-input.form-check-input:checked {
  background-color: #2f55d4;
  border-color: #fff !important;
}