




/*---------- Registerd Form --------*/



.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width:100%;
    position: relative;
    margin-bottom: 35px;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 25%;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.stepwizard-step .btn-circle {
    width: 40px !important;
    height: 40px !important;
    padding: 4px 0px !important;
    opacity: 1 !important;
    background: #373737;
    color: #fff !important;
    border: 0px !important;
    border-radius: 100%;
    font-size: 22px !important;
}

.stepwizard-step .btn-circle.btn-primary{background: #bb302e !important;}

/*------------------- End RF -------------------*/
/* 
**********************************
**********************************
******* Registration Page Css ******** 
********************************** 
**********************************
*/

/* Start Registration Banner Section */
.reg-banner {
  background: url("../images/vb-banner-bg.png") no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 110px 0 120px;
  overflow-x: hidden;
}
.reg-banner .left {
  padding-left: 100px;
}
.reg-banner .left .heading {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.reg-banner .left .heading::before {
  content: url("../images/icons/icon-main-heading-before.png");
  position: absolute;
  top: -28px;
  left: -45px;
}
.reg-banner .left .desc {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin-top: 30px;
}

/* End Registration Banner Section */

/* Start Registration PPS Section */
.reg-pps {
  position: relative;
  padding: 60px 0 80px;
  background-color: #e8edf1;
  overflow: hidden;
  z-index: 1;
}
.reg-pps::before {
  content: url("../images/premium-products-bg1.png");
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 0;
}
.reg-pps::after {
  content: url("../images/premium-products-bg2.png");
  position: absolute;
  bottom: -7px;
  right: 0;
  opacity: 0.3;
  z-index: 0;
}
.reg-pps .header {
  text-align: center;
  margin-bottom: 100px;
}
.reg-pps .header .check-icon {
  margin-bottom: 15px;
}
.reg-pps .header .main-heading {
  font-size: 26px;
  font-weight: 700;
  color: #0c374f;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.reg-pps .header .text {
  width: 75%;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  color: #0c374f;
  line-height: 1.2;
}
.reg-pps .services-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.reg-pps .services-list li {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 1.3;
  padding: 0 25px;
  margin-bottom: 20px;
}
.reg-pps .services-list li:last-child {
  margin-bottom: 0;
}
.reg-pps .services-list li .icon {
  width: 45px;
  margin-right: 15px;
}
/* End Registration PPS Section */

/*******Form Adjustment*************/
 .customSelect {
    height: 45px !important;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    background-color: #fff;
    border: 1px solid rgb(201, 201, 201) !important;
    border-radius: 8px;
}
.form-group{
    text-align:left;
}
.three-tabs li{
    width: 32.33% !important;
}
.control-label{
    font-weight: normal;
    font-size: 16px;
}

input[type="file"]::file-selector-button {
  border: 2px solid ;
  padding: 0.4em 0.4em;
  border-radius: 0.2em;
  background-color: #146E8E;
  color: white;
  transition: 1s;

  border-radius: 6px;
}

input[type="file"]::file-selector-button:hover {
  background-color: #81ecec;
  border: 2px solid #00cec9;
}

.radio, .checkbox {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.btn-primary{
  border: 2px solid ;
  padding: .8em ;
  border-radius: 0.2em;
  background-color: #E8673A !important;
  color: white;
  transition: 1s;
  border-radius: 25px;
  border-color:#E8673A !important;
  font-weight: normal;  
    box-shadow: 0px 12px 12px 0px rgb(0 0 0 / 10%);
    font-size: 16px;}

      .field-candidatedetails-driverslicensestate .select2-selection--single {
        height: 45px !important;
        border-radius: 8px !important;
      }
      .field-candidatedetails-driverslicensestate .select2-selection--single .select2-selection__rendered{
        height: 100%;
        display: flex;
        align-items: center;
      }
      .field-candidatedetails-driverslicensestate .select2-selection--single .select2-selection__arrow {
        height: 45px !important;
        width: 30px !important;
      }
      .field-candidatedetails-driverslicensestate .select2-selection--single .select2-selection__placeholder{
        font-size: 16px;
      }

      .field-candidatedetails-addressstate .select2-selection--single {
        height: 45px !important;
        border-radius: 8px !important;
      }
      .field-candidatedetails-addressstate .select2-selection--single .select2-selection__rendered{
        height: 100%;
        display: flex;
        align-items: center;
      }
      .field-candidatedetails-addressstate .select2-selection--single .select2-selection__arrow {
        height: 45px !important;
        width: 30px !important;
      }
      .field-candidatedetails-addressstate .select2-selection--single .select2-selection__placeholder{
        font-size: 16px;
      }
        krajee .select2-selection--single {
            height: 40px;
            line-height: 1.428571429;
            padding: 6px 24px 6px 12px;
        }

        krajee .select2-selection--single .select2-selection__arrow {
            border: none;
            border-left: 1px solid #aaa;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            position: absolute;
            height: 40px;
            top: 1px;
            right: 1px;
            width: 20px;
        }

        .rf-form {
            padding-top: 60px;
        }
        
      .select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear {
  right: 35px !important;
  position: absolute;
  top: 12px !important;
}




