@charset "UTF-8";
header {
  position: relative;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
header .container {
  height: 100%;
}
header .open-page-menu {
  display: none !important;
}
header nav.nav {
  display: none !important;
}

@media screen and (max-width: 480px) {
  header {
    height: 60px;
  }
}
.logo {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 273px;
}

.logo img {
  width: 100%;
  display: block;
}

.container {
  max-width: 1780px;
  padding: 0 25px;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
}
.auth-container {
  width: 100%;
  max-width: 500px;
  padding-top: 50px;
  padding-bottom: 40px;
  margin: auto;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox:focus + label:before {
  border-color: #39b54a;
}
.styled-checkbox + label {
  left: unset !important;
  top: unset !important;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 35px;
  font-size: 16px;
  line-height: 15px;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  margin-left: -35px;
  margin-top: -4px;
  background: white;
  border: 1px solid #ccc;
}
.styled-checkbox:checked + label:before {
  background: #39b54a;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.error .styled-checkbox + label:before {
  border-color: #e31e24;
}

/*form start*/
.form-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
  padding: 25px;
  text-align: center;
}
.form-card h4 {
  font-size: 19px;
  text-align: left;
  margin-bottom: 25px;
}
.form-card h2 {
  font-size: 31px;
  font-weight: bold;
  text-align: left;
}

.form-card h2 {
  margin-bottom: 15px;
  color: #0d0c22;
  font-weight: 600;
}

.form {
  display: flex;
  flex-direction: column;
}

.label-normal {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
}

.no-label {
  font-size: 14px;
  text-align: left;
  display: block;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 15px 6px 6px 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form label {
  text-align: left;
  margin-bottom: 8px;
  color: #555;
}

.form input {
  padding: 21px 6px 12px 6px;
  margin-bottom: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
}
.form input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form input:disabled, .form input[readonly] {
  background-color: #e9ecef;
  opacity: 1;
  pointer-events: none;
  user-select: none;
}

.form button {
  background-color: #4caf50;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.form-row.form-row_agreement.active label, .form-row input:valid ~ label {
  font-size: 13px;
}

.form-row {
  text-align: left;
  position: relative;
  margin-bottom: 15px;
}
.form-row .all-cback-inp-span {
  color: red;
  font-size: 11px;
  margin-bottom: -11px;
  margin-top: -2px;
  display: none;
  text-align: left;
}
.form-row.form-row_agreement .all-cback-inp-span {
  margin-top: 4px;
}
.form-row.error .all-cback-inp-span {
  display: block;
}
.form-row.error input {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.error .file-label {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.error .custom-select {
  border-color: #dc3545;
}

.form-row.error input {
  border-color: red;
}
.form-row.error input:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.file-label {
  margin-bottom: 0;
  border: 1px solid #717d87;
  border-radius: 4px;
  display: flex;
  height: 44px;
  width: 185px;
  align-items: center;
  cursor: pointer;
}
.file-label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  background: url("../images/add-file.svg");
  background-size: contain;
}

.form label.file-label {
  margin-bottom: 0;
}

.form-row label:not(.no-label) {
  position: absolute;
  top: 5px;
  left: 12px;
  padding: 10px 0;
  font-size: 16px;
  color: black;
  pointer-events: none;
  transition: 0.5s;
}

.form-row.active label:not(.no-label),
.form-row input:valid ~ label:not(.no-label) {
  top: -8px;
  left: 7px;
  color: gray;
  font-size: 9px;
}

.btn {
  padding: 6px 29px;
}

.form-outro {
  text-align: left;
  margin-bottom: 25px;
}
.form-outro .small {
  font-size: 13px;
  line-height: 19px;
  display: block;
  margin-bottom: 10px;
}
.form-outro .small span {
  font-size: 13px;
  line-height: 10px;
}
.form-outro .small a {
  font-weight: 800;
  color: #39b54a;
}
.form-outro a:hover, .form-outro a:focus {
  text-decoration: underline;
}

.d-block {
  font-size: 16px;
  color: #39b54a;
  font-weight: 700;
}
.d-block:hover, .d-block:focus {
  text-decoration: underline;
}

.form-outro + .btn {
  width: 100%;
}

.login-pre {
  margin-bottom: 15px;
}
.login-pre a {
  font-weight: 700;
  color: #39b54a;
}
.login-pre a:hover, .login-pre a:focus {
  text-decoration: underline;
}
.login-pre p {
  font-size: 16px;
  text-align: left;
}

.btn-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*form end*/
@media screen and (max-width: 480px) {
  .auth-container {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.registration-container h1 {
  color: black;
}
.registration-container .form-card {
  box-shadow: unset;
  border: none;
}

.form .row .p-1-3,
.form .row .p-2-3 {
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  .form-card h4 {
    font-size: 17px;
  }
  .form-card h2 {
    font-size: 25px;
  }
  .form .row .p-2 {
    margin: 0;
  }
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.form-info {
  margin-bottom: 15px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 10px 8px;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  text-align: left;
  border-radius: 3px;
}

.info-block {
  font-size: 12px;
  color: #0c5460;
  display: flex;
  align-items: center;
}
.info-block img {
  width: 15px;
  margin-right: 8px;
}

/*radio start*/
.custom-control-label:after, .custom-control-label:before {
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  pointer-events: none;
  border-radius: 50%;
  border: 1px solid #39b54a;
}

.custom-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  vertical-align: top;
  padding-left: 25px;
}
.custom-control-label:hover, .custom-control-label:focus {
  color: #39b54a;
}

.custom-radio .custom-control-label:before {
  border-radius: 50%;
}

.custom-control-label:after {
  background: 50%/50% 50% no-repeat;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 30px;
  padding-left: 0px;
}

.custom-control-input:focus ~ .custom-control-label {
  color: #39b54a;
}

.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: #39b54a;
  border-radius: 50%;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.legend {
  font-weight: bold;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-control-label:after {
  background: 50%/50% 50% no-repeat;
}

fieldset {
  margin-bottom: 25px;
  text-align: left;
}
fieldset .all-cback-inp-span {
  color: red;
  font-size: 11px;
  margin-bottom: -13px;
  display: none;
  text-align: left;
}
fieldset.error .all-cback-inp-span {
  display: block;
}

legend {
  font-weight: bold;
  margin-bottom: 10px;
}

.custom-control {
  position: relative;
  padding-left: 0px;
}

.col-radio .custom-control {
  margin-bottom: 15px;
}

/*radio end*/
.company-fields {
  display: none;
}
.company-fields.active {
  display: block;
}

.step2 {
  display: none;
}
.step2.active {
  display: block;
}

.step1.hide {
  display: none;
}

.registerform .form input {
  box-shadow: unset;
}

.registerform input:autofill,
.registerform input:autofill:focus {
  box-shadow: inset 0 0 0 100px white;
}


.reg-card-item {
  display: flex;
  align-items: center;
  padding: 25px 28px 25px 35px;
  position: relative;
  word-wrap: break-word;
  border-radius: 15px;
  background-color: #fff;
  transition: 0.3s;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-top: 45px;
}
.reg-card-item:hover, .reg-card-item:focus {
  background: #f9f9f9;
  transition: 0.3s;
}

.card-body {
  width: calc(100% - 40px);
}
.card-body p {
  margin-top: 10px;
  color: #999999;
  font-size: 16px;
}

.card-arrow {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-arrow img {
  filter: invert(54%) sepia(16%) saturate(1846%) hue-rotate(77deg) brightness(104%) contrast(89%);
  width: 13px;
}

@media screen and (max-width: 480px) {
  .reg-card-item {
    padding: 15px 25px;
    margin-top: 25px;
  }
  .card-arrow img {
    width: 8px;
  }
}
.photo-preview {
  display: flex;
  flex-wrap: wrap;
}
.photo-preview .upload__img-box {
  width: 20%;
  margin-bottom: 20px;
  margin-right: 10px;
}
.photo-preview .upload__img-close:after {
  content: "✖";
  font-size: 14px;
  color: white;
  display: none;
}
.photo-preview .img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}
.photo-preview .upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: 1px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}
.photo-preview .upload__img-close span {
  background: black;
  color: white;
  font-size: 10px;
  padding: 4px;
}
.photo-preview img {
  display: block;
}

.attached-file {
  text-align: left;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.attached-file .delete-attach {
  cursor: pointer;
  margin-left: 20px;
}

/*vehicle choose start*/
#vehicle-row {
  margin-right: -240px;
}

#vehicle-row > div {
  display: flex;
  flex-wrap: wrap;
}
#vehicle-row > div .mb-20 {
  margin: 0 25px 25px 0;
}
#vehicle-row > div .mb-20:nth-child(3n) {
  margin-right: 0;
}
#vehicle-row > div .styled-checkbox + label:after {
  content: "";
  position: absolute;
  top: unset;
  bottom: 14px;
  left: 47%;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg) translateX(-50%);
}
#vehicle-row > div .styled-checkbox + label:before {
  top: unset;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  margin: 0;
}
#vehicle-row > div .no-label {
  color: transparent;
  display: flex;
  padding: 0px;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
#vehicle-row > div .no-label span {
  font-weight: bold;
  background: white;
  position: absolute;
  bottom: 50px;
  color: black;
  left: 0;
  padding: 0px;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
#vehicle-row > div #vehicle26 + .no-label {
  background: url("../images/26ft.jpg");
}
#vehicle-row > div #vehicle24 + .no-label {
  background: url("../images/24ft.jpg");
}
#vehicle-row > div #vehicle2000 + .no-label {
  background: url("../images/20ft-b.jpg");
}
#vehicle-row > div #vehicle20 + .no-label {
  background: url("../images/20ft.jpg");
}
#vehicle-row > div #vehicle16 + .no-label {
  background: url("../images/16ft.jpg");
}
#vehicle-row > div #vehicle12 + .no-label {
  background: url("../images/12ft.jpg");
}
#vehicle-row > div #vehicle8 + .no-label {
  background: url("../images/8ft.jpg");
}
#vehicle-row > div #vehicle4 + .no-label {
  background: url("../images/4ft.jpg");
}
#vehicle-row > div #vehiclepickup + .no-label {
  background: url("../images/4ft.jpg");
}
#vehicle-row > div #vehicleminibus + .no-label {
  background: url("../images/Minibus.jpg");
}
#vehicle-row > div #vehicleminivan + .no-label {
  background: url("../images/Minivan.jpg");
}
#vehicle-row > div #vehiclecar + .no-label {
  background: url("../images/Car.jpg");
}
#vehicle-row > div #vehicleminivan_wheelchair_accessble + .no-label {
  background: url("../images/MinivanWheelchairAccessible.jpg");
}

@media screen and (max-width: 930px) {
  #vehicle-row > div .mb-20 {
    margin: 0 25px 25px 0;
  }
  #vehicle-row > div .mb-20:nth-child(3n) {
    margin-right: 25px;
  }
  #vehicle-row > div .mb-20:nth-child(2n) {
    margin-right: 0px;
  }
  #vehicle-row {
    margin-right: 0px;
  }
}
@media screen and (max-width: 500px) {
  #vehicle-row > div .no-label {
    width: 135px;
    height: 154px;
  }
}
@media screen and (max-width: 400px) {
  #vehicle-row > div .mb-20:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 385px) {
  #vehicle-row > div .no-label {
    width: 110px;
    height: 140px;
  }
}
/*vehicle choose end*/
/*page service register start*/
.last-step-register-page {
  display: flex;
}
.last-step-register-page .auth-bl-page {
  padding-top: 50px;
  width: 50%;
}
.last-step-register-page .auth-container {
  max-width: unset;
  width: 50%;
}
.last-step-register-page .auth-bl .login-block {
  flex-direction: column;
}
.last-step-register-page .auth-bl .other-login-in {
  margin: 30px auto 0;
}
.last-step-register-page .auth-bl .login_block {
  padding: 25px;
}
.last-step-register-page .auth-bl .login_block h3 {
  text-align: center;
  margin-bottom: 20px;
}
.last-step-register-page .auth-bl .login-block .main_login {
  border-right: none;
}
.last-step-register-page .last-step-register-page .auth-bl .login-block .other_login {
  width: 100%;
}
.last-step-register-page .auth-bl .login-block .main_login {
  width: 100%;
}
.last-step-register-page .auth-bl .login-block .other_login {
  display: flex;
  width: 100%;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .service_notification_block p {
    font-size: 21px;
    line-height: 31px;
  }
}
/*page service register end*/