body {
  background: #e6e6e6;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
  padding: 2px 10px;
  margin: 5px 1px 3px 0;
  background: transparent !important;
  border: 1px solid #afabab;
  color: #333 !important;
  height: 100px;
  width: 100%;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.form-control {
  font-size: 15px !important;
}

input[type="number"] {
  font-size: 15px !important;
}

.mcca-banner-hedder {
  padding: 20px 0px;
  background-color: #fff;
}

@media (min-width: 576px) {
  .mcca-banner-hedder .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
}

.mcca-banner-hedder .heading_agent h3 {
  padding: 20px;
  font-size: 35px;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .mcca-banner-hedder .heading_agent h3 {
    font-size: 25px;
  }
}

.mcca-banner-hedder .heading_agent h3:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 103px;
  background-color: #d8d8d8;
  bottom: 7px;
  margin: 0px auto;
  left: 0;
  right: 0;
  border-radius: 50px;
}

.mcca-banner-hedder .pad .text-info p {
  color: #000;
  font-size: 14px;
}

.mcca-banner-hedder .pad .text-info .mg_t {
  margin-top: 25px;
}

.mcca-banner-hedder .pad .text-info h3 {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}

.mcca-banner-hedder .pad .text-info .dot li {
  list-style: disc;
}

.mcca-banner-hedder .pad .text-info ul {
  padding-left: 25px;
}

.mcca-banner-hedder .pad .text-info ul li {
  list-style: decimal;
  font-size: 14px;
  line-height: 25px;
  color: #000;
}

.mcca-banner-hedder .pad .text-info ul li a {
  color: #5900fa;
}

.mcca-banner-hedder .pad .text-info ul li p {
  margin: 10px 0;
}

.mcca-banner-hedder .row {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .mcca-banner-hedder .pd_0 {
    padding: 0;
  }
}

.mcca-banner-hedder label {
  max-width: 100%;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 0;
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  margin: 0;
  padding: 0;
}

.mcca-banner-hedder .justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mcca-banner-hedder .justify-content-space {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.mcca-banner-hedder .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.mcca-banner-hedder .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mcca-banner-hedder .card-header {
  padding: 20px 60px;
  background: #313131;
}

@media (max-width: 768px) {
  .mcca-banner-hedder .card-header {
    padding: 20px 15px;
    text-align: center;
  }
  .mcca-banner-hedder .card-header .text-md-center {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mcca-banner-hedder .card-header {
    padding: 20px;
  }
}

.mcca-banner-hedder .card-header .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mcca-banner-hedder .card-header .d-flex::after {
  display: none;
}

.mcca-banner-hedder .card-header .d-flex::before {
  display: none;
}

.mcca-banner-hedder .card-header h5 {
  font-size: 25px;
}

.mcca-banner-hedder .card-header h6 {
  font-size: 20px;
}

.mcca-banner-hedder .card-header .yellow-text {
  color: #2ba640;
}

.mcca-banner-hedder .card-header .white_text {
  color: #fff;
}

.mcca-banner-hedder .bar_p {
  padding: 20px 55px 0;
  width: 100%;
  border-radius: 100px;
}

@media (max-width: 768px) {
  .mcca-banner-hedder .bar_p {
    padding: 20px 15px 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mcca-banner-hedder .bar_p {
    padding: 20px;
  }
}

.mcca-banner-hedder .bar_p .progress {
  height: 25px;
  margin: 10px 0;
  background-color: #2ba640;
}

.mcca-banner-hedder .bar_p .progress .progress-bar {
  background-color: #06961f;
}

.mcca-banner-hedder .bar_p .count p {
  text-align: center;
  font-size: 20px;
  color: #2ba640;
}

.mcca-banner-hedder .forms_2 .form-group {
  margin-bottom: 15px;
  width: 48% !important;
}

@media (max-width: 768px) {
  .mcca-banner-hedder .forms_2 .form-group {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mcca-banner-hedder .forms_2 .form-group {
    width: 46% !important;
  }
}

.mcca-banner-hedder .forms_2 .form-group span {
  display: block;
  font-size: 12px;
}

.mcca-banner-hedder .forms_2 .form-group #signature {
  background: #f9f9f9;
  margin: 10px 0;
  border-radius: 5px;
  border: 1px solid #afabab;
}


.mcca-banner-hedder .form-group {
  margin-bottom: 15px;
  width: 31%;
}

.mcca-banner-hedder .form-group .date_fat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mcca-banner-hedder .form-group .date_fat p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  background: #f74130;
  color: #fff;
  outline: 0;
  padding: 2px 10px;
  margin: 5px 1px 3px 0;
  border: 1px solid #afabab;
  height: 40px;
  border-radius: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

@media (min-width: 768px) {
  .mcca-banner-hedder .form-group .date_fat p {
    font-size: 16px;
    width: 115px;
  }
}

.mcca-banner-hedder .form-group .date_fat input {
  outline: 0;
  padding: 2px 10px !important;
  margin: 5px 1px 3px 0;
  background: transparent !important;
  border: 1px solid #afabab;
  color: #333 !important;
  height: 40px !important;
  border-radius: 4px !important;
  width: 100%;
}

@media (max-width: 768px) {
  .mcca-banner-hedder .form-group {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mcca-banner-hedder .form-group {
    width: 46% !important;
  }
}

.mcca-banner-hedder .form-group input {
  outline: 0;
  padding: 2px 10px;
  margin: 5px 1px 3px 0;
  background: transparent !important;
  border: 1px solid #afabab;
  color: #333 !important;
  height: 40px;
}

.mcca-banner-hedder .form-group select {
  outline: 0;
  padding: 2px 10px;
  margin: 5px 1px 3px 0;
  background: transparent !important;
  border: 1px solid #afabab;
  color: #333 !important;
  height: 40px;
  -webkit-appearance: menulist;
}

.mcca-banner-hedder .version {
  padding-left: 55px;
  padding-right: 55px;
}

.mcca-banner-hedder .version p {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .mcca-banner-hedder .version {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mcca-banner-hedder .version {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mcca-banner-hedder .card-body {
  display: none;
  padding-left: 55px;
  padding-right: 55px;
}

@media (max-width: 768px) {
  .mcca-banner-hedder .card-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mcca-banner-hedder .card-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mcca-banner-hedder .card-body .forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mcca-banner-hedder .card-body .forms .form-group {
  margin-bottom: 15px;
  width: 31%;
}

.mcca-banner-hedder .card-body .forms .form-group input {
  outline: 0;
  padding: 2px 10px;
  margin: 5px 1px 3px 0;
  background: transparent !important;
  border: 1px solid #afabab;
  color: #333 !important;
  height: 40px;
}

.mcca-banner-hedder .card-body .forms .form-group select {
  outline: 0;
  padding: 2px 10px;
  margin: 5px 1px 3px 0;
  background: transparent !important;
  border: 1px solid #afabab;
  color: #333 !important;
  height: 40px;
  -webkit-appearance: menulist;
}

.mcca-banner-hedder .card-body .single_sec .rads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0px;
  margin-bottom: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mcca-banner-hedder .card-body .single_sec .rads .d-fmaily {
  width: 100%;
  padding-bottom: 0px;
}

.mcca-banner-hedder .card-body .single_sec .rads label {
  margin-bottom: 0px;
  margin-right: 0;
  margin: 5px 0;
  padding-right: 15px;
}

.mcca-banner-hedder .card-body .single_sec .rads .checkbox,
.mcca-banner-hedder .card-body .single_sec .rads .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin: 0;
}

.mcca-banner-hedder .card-body .single_sec .rads form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mcca-banner-hedder .card-body .single_sec .rads form input {
  margin-left: 0;
}

.mcca-banner-hedder .card-body .single_sec .rads form label {
  padding-right: 0;
  margin-right: 25px;
  padding-left: 0;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mcca-banner-hedder .card-body .single_sec .courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mcca-banner-hedder .card-body .single_sec .courses .c1 {
  width: 48%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.mcca-banner-hedder .card-body .single_sec .courses .c1 input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 768px) {
  .mcca-banner-hedder .card-body .single_sec .courses .c1 {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mcca-banner-hedder .card-body .single_sec .courses .c1 {
    width: 46% !important;
  }
}

.mcca-banner-hedder .card-body .single_sec .courses .c1 .form-group {
  width: 100% !important;
  margin: 0;
}

.mcca-banner-hedder .card-body .single_sec .final_chek {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.mcca-banner-hedder .card-body .show_div {
  display: none;
  width: 100%;
}

.mcca-banner-hedder .card-body .show_div1 {
  display: none;
  width: 100%;
}

.mcca-banner-hedder .card-body .show_div3 {
  display: none;
  width: 100%;
}

.mcca-banner-hedder .card-body .show_div4 {
  display: none;
  width: 100%;
}

.mcca-banner-hedder .card-body .show_div6 {
  display: none;
  width: 100%;
}

.mcca-banner-hedder .card-body .show_div7 {
  display: none;
  width: 100%;
}

.mcca-banner-hedder .card-body .form-group #uploader .uploadDoc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 10px;
  margin: 5px 1px 3px 0;
  position: relative;
  text-align: center;
  background: #f3f3f3;
}

.mcca-banner-hedder .card-body .form-group #uploader .uploadDoc .docErr {
  position: absolute;
  right: 0;
  left: 0;
  color: #f74130;
}

.mcca-banner-hedder .card-body .form-group #uploader .uploadDoc .fileUpload {
  position: relative;
  text-align: center;
  padding: 10px;
}

.mcca-banner-hedder .card-body .form-group #uploader .uploadDoc .fileUpload input[type="file"] {
  display: block;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.mcca-banner-hedder .card-body .form-group #uploader .uploadDoc .fileUpload img {
  width: 50px;
}

.mcca-banner-hedder .card-body .form-group #uploader .uploadDoc .input_addfile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}

.mcca-banner-hedder .card-body .form-group #uploader .uploadDoc .input_addfile input {
  outline: 0;
  padding: 2px 10px;
  margin: 0 !important;
  background: transparent !important;
  border: 1px solid #afabab;
  color: #333 !important;
  height: 40px;
}

.mcca-banner-hedder .card-body .form-group #uploader .uploadDoc .input_addfile .btn-check {
  position: absolute;
  right: 0;
  background: #f74130;
  top: 1px;
  color: #fff;
  border: solid 1px #f74130;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px 4px 4px 0px;
  width: 100px;
  cursor: pointer;
}

.mcca-banner-hedder .card-body .form-group #uploader .uploadDoc .input_addfile .btn-check h3 {
  margin: 0;
}

.mcca-banner-hedder .card-body .form-group #uploader .uploadDoc .btn {
  position: absolute;
  right: 0;
  background: #053669;
  top: 1px;
  color: #fff;
  border: solid 1px #053669;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px 4px 4px 0px;
  width: 100px;
}

.mcca-banner-hedder .card-body .heading_form {
  margin: 30px 0 20px;
}

.mcca-banner-hedder .card-body .heading_form h3 {
  font-size: 22px;
  font-weight: bold;
  color: #053669;
  position: relative;
  margin: 0;
}

@media (max-width: 768px) {
  .mcca-banner-hedder .card-body .heading_form h3 {
    font-size: 16px;
  }
}

.mcca-banner-hedder .card-body .heading_form h3::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 90px;
  background-color: #f74130;
  bottom: -9px;
}

.mcca-banner-hedder .fit-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mcca-banner-hedder .card {
  padding-bottom: 20px;
  background: #fff;
}

.mcca-banner-hedder .card-body.show {
  display: block;
}

.mcca-banner-hedder .btn-blue {
  margin-top: 40px;
  background-color: #2ba640;
  color: #fff;
  padding: 11px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .mcca-banner-hedder .btn-blue {
    width: 120px;
    margin-top: 10px;
  }
}

.mcca-banner-hedder .btn-blue:hover {
  background-color: #000;
}

.mcca-banner-hedder .btn-secondary {
  margin-top: 40px;
  width: 150px;
  padding: 11px;
  font-size: 18px;
  background: #bbb;
}

@media (max-width: 768px) {
  .mcca-banner-hedder .btn-secondary {
    width: 120px;
    margin-top: 10px;
  }
}

.mcca-banner-hedder .fa-long-arrow-right {
  float: right;
  margin-top: 4px;
  margin-left: 16px;
}

.mcca-banner-hedder .fa-long-arrow-left {
  float: left;
  margin-top: 4px;
}

.mcca-banner-hedder select:focus,
.mcca-banner-hedder input:focus,
.mcca-banner-hedder textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #fbc02d !important;
  outline-width: 0;
}

.mcca-banner-hedder button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: initial;
  margin-top: 4px\9;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: 0;
}

input[type="checkbox"] {
  margin-left: 0 !important;
  margin: 0;
}

#one {
  padding: 20px 0;
  margin: 20px 0;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}

#one .form-group {
  width: 100% !important;
}

.it .btn-orange {
  background-color: transparent;
  border-color: #777 !important;
  color: #777;
  text-align: left;
  width: 100%;
}

.it input.form-control {
  height: 54px;
  border: none;
  margin-bottom: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.it .form-control:focus {
  border-color: #ff4d0d;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px;
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.it .btn-new, .it .btn-next {
  margin: 30px 0px;
  border-radius: 0px;
  background-color: #ff5050;
  color: #f5f5f5;
  font-size: 16px;
  width: 155px;
}

.it .btn-next {
  background-color: #ff4d0d;
  color: #fff;
}

.it .btn-check {
  cursor: pointer;
  line-height: 54px;
  color: red;
}

.it .uploadDoc {
  margin-bottom: 20px;
}

.it .uploadDoc {
  margin-bottom: 20px;
}

.it .btn-orange img {
  width: 30px;
}

.it #uploader .docErr {
  position: absolute;
  right: auto;
  left: 10px;
  top: -56px;
  padding: 10px;
  font-size: 15px;
  background-color: #fff;
  color: red;
  -webkit-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
  display: none;
}

.it #uploader .docErr:after {
  content: '\f0d7';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 50px;
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: -40px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.footer {
  margin-top: 50px;
  padding: 20px;
  background: #184069;
  color: #fff;
}
/*# sourceMappingURL=agent-application.css.map */