* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
}

.container {
  max-width: 1590px;
  margin: auto;
}

.full-height {
  height: 100vh;
}

.mb15 {
  margin-bottom: 15px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mr25 {
  margin-right: 25px;
}

.pt0 {
  padding-top: 0;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.full-width {
  width: 100%;
}

.height-auto {
  height: auto;
}

.gray-bg {
  background: #f5f5f5;
}

a {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

a:hover {
  text-decoration: none;
  color: #6D378F !important;
}

li {
  list-style: none;
}

.bg-none {
  background-image: none !important;
}

.overlay-wrapper {
  position: relative;
  opacity: 0.5;
}

.overlay-wrapper::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 47px;
}

.custom-loading {
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
}

.loading {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid #222;
  border-top-color: #ffffff;
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.loading-text {
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  color: #ffffff;
  font-weight: 800;
  padding-top: 45px;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.invalid-feedback {
  margin-top: .25rem;
  font-size: 12px;
  color: #dc3545;
  position: absolute;
  width: auto;
  left: 1;
  bottom: -20px;
  display: block;
}

.feild-error input {
  border-color: #dc3545;
}

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

.feild-error textarea {
  border-color: #dc3545;
}

.feild-error .custom-file-label {
  border-color: #dc3545;
}

.row .col-sm-3 .invalid-feedback, .row .col-sm-6 .invalid-feedback, .row .col-sm-9 .invalid-feedback {
  left: 15px;
}

.form-group {
  position: relative;
  margin-bottom: 35px;
}

.form-group input.form-control {
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  font-size: 15px;
  color: #6C6C6C;
  padding: 7px 0;
  min-height: 45px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  background-color: transparent;
}

.form-group input.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group select {
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  font-size: 15px;
  color: #6C6C6C;
  padding: 7px 0;
  min-height: 45px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  background: none;
  padding-right: 25px;
}

.form-group select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group .custom-select-wrap {
  position: relative;
}

.form-group .custom-select-wrap::after {
  content: '\f107';
  position: absolute;
  right: 7px;
  font-family: 'fontawesome';
  top: 10px;
}

.custom-file .custom-file-label {
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  font-size: 15px;
  color: #6C6C6C;
  padding: 7px 0;
  min-height: 45px;
  padding-left: 100px;
  padding-right: 30px;
  white-space: nowrap;
  overflow: hidden;
}

.custom-file .custom-file-label:after {
  content: 'Attach Bill' !important;
  left: 0;
  right: auto;
  font-size: 13px;
  padding: 5px 10px;
  font-weight: 400;
  background-color: #6D378F;
  color: #ffffff;
  border-radius: 6px;
  top: auto;
  bottom: 7px;
}

.custom-file .custom-file-label:before {
  content: '';
  background-image: url(../images/attach.png);
  background-repeat: no-repeat;
  width: 11px;
  height: 20px;
  display: block;
  position: absolute;
  right: 7px;
  bottom: 7px;
}

.custom-file input.custom-file-input {
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  font-size: 15px;
  color: #6C6C6C;
  padding: 7px 0;
  min-height: 45px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.custom-file input.custom-file-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.floating-form .floating-label-feild {
  position: relative;
}

.floating-form .floating-label-feild .form-control {
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  font-size: 15px;
  color: #6C6C6C;
  padding: 7px 0;
  min-height: 35px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
}

.floating-form .floating-label-feild .form-control:focus {
  outline: none;
  border-bottom: 1px solid #6D378F;
}

.floating-form .floating-label-feild .form-control:focus ~ label {
  top: -15px;
  font-size: 12px;
  color: #6D378F;
  margin-bottom: 0;
}

.floating-form .floating-label-feild .form-control:not(:placeholder-shown) ~ label {
  top: -15px;
  font-size: 12px;
  color: #6D378F;
}

.floating-form .floating-label-feild label {
  color: #6C6C6C;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s  ease-in-out all;
  -webkit-transition: 0.2s  ease-in-out all;
  margin-bottom: 0;
  line-height: 15px;
}

div.checkbox.switcher label, div.radio.switcher label {
  padding: 0;
  cursor: pointer;
}

div.checkbox.switcher label input, div.radio.switcher label input {
  display: none;
}

div.checkbox.switcher label input + span, div.radio.switcher label input + span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 56px;
  height: 28px;
  background: #f2f2f2;
  border: 1px solid #eee;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

div.checkbox.switcher label input + span small, div.radio.switcher label input + span small {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
}

div.checkbox.switcher label input:checked + span, div.radio.switcher label input:checked + span {
  background: #6D378F;
  border-color: #6D378F;
}

div.checkbox.switcher label input:checked + span small, div.radio.switcher label input:checked + span small {
  left: 50%;
}

.common-table {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 21px
}

.common-table .table-heading {
  font-size: 22px;
  color: #212022;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}

.common-table .table-wrapper {
  border: 1px solid #D8D8D8;
  border-radius: 26px;
  overflow: hidden;
  overflow: auto;
}

.common-table .table-wrapper table tr th {
  background-color: #F8F8F8;
  font-size: 16px;
  color: #212022;
  padding: 15px;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}

.common-table .table-wrapper table tr th:nth-child(1) {
  border-bottom-left-radius: 25px;
}

.common-table .table-wrapper table tr th:nth-last-child(1) {
  border-bottom-right-radius: 25px;
}

.common-table .table-wrapper table tr td {
  font-size: 16px;
  color: #6C6C6C;
  padding: 25px 15px;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #E0E0E0;
}

.common-table .table-wrapper table tr td span {
  display: block;
  margin-bottom: 5px;
}

.common-table .table-wrapper table tr:nth-last-child(1) td {
  border-bottom: none;
}

.common-table .my-orders tr td {
  border-bottom: none !important;
}

.common-table .my-orders tr:nth-child(even) td {
  background-color: #FCFCFC;
}

.common-table .my-orders tr:nth-child(even) td:nth-child(1) {
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}

.common-table .my-orders tr:nth-child(even) td:nth-last-child(1) {
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}

header {
  -webkit-box-shadow: 0px 3px 6px #00000014;
          box-shadow: 0px 3px 6px #00000014;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
}

header .navbar-toggler {
  padding: 0;
  border: none;
}

header .navbar-toggler span.navbar-toggler-icon {
  background-image: url(../images/toggle-image.png);
  width: 40px;
  height: 23px;
}

header nav.navbar {
  background-color: #ffffff !important;
  height: 99px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

header nav.navbar .navbar-nav {
  margin-right: 15px;
  -webkit-transition: all ease-in-out;
  transition: all ease-in-out;
}

header nav.navbar .navbar-nav li {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

header nav.navbar .navbar-nav li a {
  font-size: 16px;
  color: #212022 !important;
  padding: 0 0 0 15px !important;
  font-weight: 500;
  color: #212022 !important;
}

header nav.navbar .navbar-nav li a:hover {
  color: #6D378F !important;
}

header nav.navbar .navbar-nav li a.quick-order-btn {
  background: #582278;
  -moz-user-select: none;
  text-transform: capitalize;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin: 0;
  padding: 25px 30px !important;
  border-radius: 30px;
  color: #ffffff !important;
}

header nav.navbar .navbar-nav li a.quick-order-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #da1276;
  z-index: 1;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
          transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

header nav.navbar .navbar-nav li a.quick-order-btn:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  color: #fff !important;
  z-index: -1;
}

header nav.navbar .navbar-nav li.active a {
  color: #6D378F !important;
}

header nav.navbar .container {
  max-width: 1200px;
}

header nav.navbar .navbar-brand {
  color: #6D378F !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 39px;
  font-weight: 600;
  padding: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

header nav.navbar .user-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav.navbar .user-dropdown .avtar {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  background-color: #f5f5f5;
}

header nav.navbar .user-dropdown .avtar img {
  max-height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header nav.navbar .user-dropdown:after {
  display: none;
}

header nav.navbar .user-dropdown a {
  font-size: 16px;
  color: #212022 !important;
  font-weight: 500;
}

header nav.navbar .user-dropdown .storename {
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  color: #6C6C6C;
}

header nav.navbar .lang-dropdown {
  margin-bottom: 0 !important;
  min-width: 80px;
}

header nav.navbar .lang-dropdown .form-control {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  color: #707070;
  cursor: pointer;
  margin-bottom: 0 !important;
  font-weight: 500;
}

header.shrink-header nav.navbar {
  padding: 0 1rem;
  height: 70px !important;
}

header.shrink-header nav.navbar .navbar-brand {
  font-size: 30px;
}

header.shrink-header nav.navbar .user-dropdown .avtar {
  height: 45px;
  width: 45px;
}

.content-section {
  margin-top: 100px;
  padding-top: 50px;
}

.leftside-bg {
  position: relative;
  background-image: url(../images/delevery-box.png);
  background-repeat: no-repeat;
  height: 100vh;
  background-size: content;
}

.leftside-bg .left-img-block {
  padding: 100px 0 0 0;
}

.leftside-bg .right-block {
  max-width: 716px;
  margin-left: auto;
  width: 100%;
  border: 1px solid #6D378F;
  border-radius: 47px;
  padding: 45px;
  background: rgba(255, 255, 255, 0.95);
}

.leftside-bg .right-block .form-heading {
  font-size: 24px;
  font-weight: 600;
  color: #6D378F;
  display: block;
  margin-bottom: 75px;
  margin-top: 30px;
}

.leftside-bg .right-block .form-subheading {
  font-size: 16px;
  color: #212022;
  display: block;
  margin-bottom: 30px;
}

.leftside-bg .right-block .btn-wrapper {
  margin-bottom: 38px;
}

.leftside-bg .right-block .btn-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.leftside-bg .right-block .btn-wrapper ul li {
  list-style: none;
  display: block;
  width: 50%;
  margin: 0 2%;
}

.leftside-bg .right-block .btn-wrapper .btn-outline-secondary {
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 18px;
  padding: 10px;
}

.leftside-bg .right-block .btn-wrapper .btn-outline-secondary:hover {
  background-color: #6D378F;
  color: #ffffff;
}

.leftside-bg .right-block .forgot-password-text {
  color: #212022;
}

.signup-mso {
  padding-top: 50px;
  height: calc(100vh - 100px);
}

.signup-mso .signup-form {
  width: 100%;
}

.signup-mso .signup-form .submit-btn {
  background-color: #6D378F;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 12px;
}

.signup-mso .signup-form .submit-btn:hover {
  color: #6D378F;
  background-color: #ffffff;
}

.signup-mso .signup-form .custom-checkbox .custom-control-label {
  font-size: 16px;
  color: #707070;
  cursor: pointer;
}

.signup-mso .signin-block {
  font-size: 16px;
  color: #212022;
}

.signup-mso .signin-block a {
  color: #212022;
  border-bottom: 1px solid #6D378F;
  line-height: 28px;
  display: inline-block;
}

.opt-verificationbox {
  position: relative;
  background-image: url(../images/opt-verification.png);
  background-repeat: no-repeat;
  height: 100vh;
  background-size: content;
}

.opt-verificationbox .submit-btn {
  background-color: #6D378F;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 12px;
}

.opt-verificationbox .submit-btn:hover {
  color: #6D378F;
  background-color: #ffffff;
}

.opt-verificationbox .signin-block {
  font-size: 16px;
  color: #707070;
}

.opt-verificationbox .signin-block a {
  color: #707070;
  border-bottom: 1px solid #6D378F;
  line-height: 28px;
  display: inline-block;
}

.overview-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 80px;
}

.overview-wrapper .overview-block {
  padding: 35px;
  border-radius: 20px !important;
  background-repeat: no-repeat;
  max-width: 349px;
  margin: auto;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.overview-wrapper .overview-block .img-block {
  width: 65px;
  height: 65px;
  background: #ffffff;
  margin: 0 auto 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 65px;
  position: relative;
  z-index: 9;
  margin-top: 7px;
}

.overview-wrapper .overview-block .img-block::before {
  content: '';
  width: 80px;
  height: 80px;
  background: #ffffff;
  position: absolute;
  left: -7px;
  top: -7px;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 5;
}

.overview-wrapper .overview-block .img-block i {
  color: #6D378F;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  line-height: 54px;
}

.overview-wrapper .overview-block .count {
  display: block;
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
}

.overview-wrapper .overview-block .overview-heading {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 36px;
}

.overview-wrapper .overview-block.create-order {
  background-image: url(../images/bg1.png);
}

.overview-wrapper .overview-block.track-order {
  background-image: url(../images/bg2.png);
}

.overview-wrapper .overview-block.my-order {
  background-image: url(../images/bg3.png);
}

.overview-wrapper .col {
  max-width: 379px !important;
  margin: auto;
  background-size: cover;
}

.create-order {
  padding: 50px 0;
}

.create-order .right-block {
  max-width: 716px;
  width: 100%;
  border: 1px solid #6D378F;
  border-radius: 47px;
  padding: 45px;
  background: rgba(255, 255, 255, 0.95);
}

.create-order .right-block .form-heading {
  font-size: 24px;
  font-weight: 600;
  color: #6D378F;
  display: block;
  margin-bottom: 75px;
  margin-top: 30px;
}

.create-order .right-block .form-subheading {
  font-size: 18px;
  color: #212022;
  display: block;
  margin-bottom: 30px;
}

.create-order .right-block .forgot-password-text {
  color: #212022;
}

.create-order .right-block .submit-btn {
  background-color: #6D378F;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 12px;
}

.create-order .right-block .submit-btn:hover {
  color: #6D378F;
  background-color: #ffffff;
}

.create-order .right-block label {
  font-size: 15px;
  color: #6C6C6C;
  width: 100%;
}

.create-order .right-block .loctaion-feild {
  position: relative;
}

.create-order .right-block .loctaion-feild .form-control-placeholder {
  padding-right: 25px;
}

.create-order .right-block .loctaion-feild .loctaion-seletor {
  position: absolute;
  z-index: 9;
  top: 7px;
  right: 0;
}

.modal-header {
  background: #FCFAFA;
  border-bottom: none;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.modal-header .modal-title {
  color: #000924;
  font-size: 20px;
  font-weight: 400;
}

.modal-footer {
  border-top: none;
}

.modal-footer .select-location {
  background-color: #6D378F;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  max-width: 340px;
}

.modal-dialog {
  margin: 7% auto;
}

.modal-content {
  border-radius: 12px !important;
  border: none;
}

.order-succeed {
  max-width: 635px;
  margin: auto;
  width: 90%;
}

.order-succeed h2 {
  color: #212022;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 60px;
}

.order-succeed h2 img {
  vertical-align: sub;
  margin-right: 15px;
}

.order-succeed h3 {
  color: #212022;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 27px;
  line-height: 30px;
}

.order-succeed a {
  background-color: #6D378F;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 12px;
  font-size: 18px;
}

.order-succeed a:hover {
  color: #6D378F;
  background-color: #ffffff;
  border-color: #707070;
}

.payment-details-wrapper {
  background: none;
  height: calc(100vh - 100px);
}

.payment-details-wrapper .heading {
  font-size: 24px;
  color: #212022;
  font-weight: 500;
  display: block;
  margin-bottom: 60px;
}

.payment-details-wrapper .text-style {
  font-size: 18px;
  font-weight: 500;
  color: #212022;
  margin-bottom: 15px;
}

.payment-details-wrapper .form-control.tip-input {
  font-size: 18px !important;
  font-weight: 500;
  color: #212022;
  margin-bottom: 25px !important;
  text-align: right;
}

.payment-details-wrapper .total-block {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 0;
}

.payment-details-wrapper .total-block .text-style {
  font-weight: 600;
  margin-bottom: 0;
}

.payment-details-wrapper a {
  background-color: #6D378F;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 12px;
  font-size: 20px;
}

.payment-details-wrapper a:hover {
  color: #6D378F;
  background-color: #ffffff;
  border-color: #707070;
}

.tracking-heading {
  font-size: 26px;
  color: #212022;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}

.tracking-order {
  border: 1px solid #E0E0E0;
  border-radius: 32px;
  padding: 40px;
  margin-bottom: 25px;
}

.tracking-order ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #6C6C6C;
  font-weight: 500;
  margin-bottom: 25px;
}

.tracking-order ul li span {
  min-width: 220px;
  color: #212022;
}

.tracking-order ul.progress-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.tracking-order ul.progress-wrap li {
  text-align: center;
  width: auto;
  position: relative;
  padding-top: 60px;
  width: 20%;
}

.tracking-order ul.progress-wrap li span {
  min-width: auto;
  padding: 5px 20px;
  font-size: 16px;
  color: #6C6C6C;
  width: 100%;
}

.tracking-order ul.progress-wrap li abbr {
  width: 42px;
  height: 42px;
  display: inline-block;
  position: absolute;
  border: 1px solid #6D378F;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  top: 0;
  background: #ffffff;
  line-height: 42px;
}

.tracking-order ul.progress-wrap li abbr i {
  font-family: 'fontawesome';
  font-style: normal;
  font-size: 22px;
  color: #6D378F;
}

.tracking-order ul.progress-wrap li:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 20px;
  left: -50%;
  height: 1px;
  background: #E0E0E0;
  z-index: -1;
}

.tracking-order ul.progress-wrap li:nth-child(1):before {
  display: none;
}

.tracking-order .progress-status {
  width: 200px;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  color: #212022;
  font-weight: 500;
}

.tracking-order .progress-status abbr.progress-text {
  color: #6C6C6C;
}

.tracking-order .progress-status abbr.complete-text {
  color: #05CE1C;
}

.add-address-btn {
  border: 1px solid #6D378F;
  font-size: 15px;
  color: #212022;
  border-radius: 24px;
  padding: 7px;
  max-width: 716px;
  margin: 0 auto 40px;
  background: rgba(255, 255, 255, 0.95);
}

.add-address-btn:hover {
  background: #6D378F;
  border-color: #6D378F;
}

.add-address-btn:hover .add-icon {
  color: #ffffff !important;
}

.add-address-btn .add-icon {
  font-family: 'fontawesome';
  font-style: normal;
  font-size: 22px;
  color: #6D378F;
  vertical-align: sub;
  margin-right: 15px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.edit-address label {
  margin: 0 !important;
}

.remove-btn {
  border-radius: 10px;
  padding: 12px;
  color: #DE0A0A !important;
  border-color: #DE0A0A !important;
}

.remove-btn:hover {
  color: #ffffff !important;
  background-color: #DE0A0A !important;
}

.addrees-section .heading {
  font-size: 26px;
  color: #212022;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}

.addrees-section .address-block {
  width: 100%;
  border: 1px solid #6D378F;
  border-radius: 47px;
  padding: 45px;
  background: #ffffff;
  min-height: 400px;
  margin-bottom: 45px;
}

.addrees-section .address-block .add-address {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px;
  color: #212022;
}

.addrees-section .address-block .add-address:before {
  content: '\f055';
  display: block;
  text-align: center;
  font-family: 'fontawesome';
  font-size: 32px;
  color: #6D378F;
}

.addrees-section .address-block ul li {
  font-size: 16px;
  color: #6C6C6C;
  font-weight: 500;
  margin-bottom: 20px;
}

.addrees-section .address-block ul li span {
  color: #212022;
  margin-right: 15px;
}

.addrees-section .address-block ul li .submit-btn {
  background-color: #6D378F;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 12px;
}

.addrees-section .address-block ul li .submit-btn:hover {
  color: #6D378F;
  background-color: #ffffff;
}

.pickup-consignment {
  max-width: 750px;
  width: 100%;
  margin-bottom: 40px;
}

.pickup-consignment .pickup-consignment-heading {
  font-size: 22px;
  color: #212022;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 30px;
}

.pickup-consignment .pickup-consignment-block {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 35px;
  border-radius: 25px;
  margin-bottom: 30px;
  position: relative;
}

.pickup-consignment .pickup-consignment-block ul li {
  font-size: 16px;
  color: #6C6C6C;
  margin-bottom: 15px;
  position: relative;
}

.pickup-consignment .pickup-consignment-block ul li span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #212022;
}

.pickup-consignment .pickup-consignment-block ul li:last-child {
  margin-bottom: 0;
}

.pickup-consignment .pickup-consignment-block ul li .cust-id {
  font-weight: 500;
  margin-left: 15px;
}

.pickup-consignment .pickup-consignment-block ul li.pr {
  padding-right: 50px;
}

.pickup-consignment .pickup-consignment-block ul li.pr abbr {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  text-align: center;
}

.pickup-consignment .pickup-consignment-block ul li.pr abbr.count {
  width: 35px;
  height: 35px;
  background: #6D378F;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  line-height: 35px;
  font-weight: 500;
}

.pickup-consignment .pickup-consignment-block .pickup-total-counts {
  font-size: 18px;
  font-weight: 500;
  display: block;
  color: #212022;
}

.pickup-consignment .pickup-consignment-block .pickup-total-counts abbr {
  display: block;
  margin-top: 5px;
}

.pickup-consignment .pickup-consignment-listing {
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 35px;
  border-radius: 25px;
  margin-bottom: 30px;
}

.pickup-consignment .pickup-consignment-listing .heading {
  font-size: 18px;
  font-weight: 500;
  display: block;
  color: #212022;
  padding: 0 0 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}

.pickup-consignment .pickup-consignment-listing .listing-inner {
  max-height: 200px;
  overflow: auto;
  width: 100%;
  display: block;
}

.pickup-consignment .pickup-consignment-listing .listing-inner ul li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 15px;
}

.pickup-consignment .pickup-consignment-listing .listing-inner ul li span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #6C6C6C;
}

.pickup-consignment .pickup-consignment-listing .listing-inner ul li .custom-control.custom-checkbox {
  width: auto;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 2px;
}

.pickup-consignment .pickup-consignment-form {
  padding: 45px;
}

.pickup-consignment .pickup-consignment-form .custom-file label {
  padding-left: 130px;
}

.pickup-consignment .pickup-consignment-form .custom-file label:after {
  content: 'Upload Image' !important;
}

.pickup-consignment .pickup-consignment-form .custom-file label:before {
  background-image: none !important;
  width: 24px;
}

.pickup-consignment .pickup-consignment-form .submit-btn {
  background-color: #6D378F;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 12px;
}

.pickup-consignment .consignment-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px !important;
}

.pickup-consignment .consignment-type span {
  width: 25px;
  height: 25px;
  display: block;
  background: #6D378F;
  color: #ffffff !important;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  right: 7px;
  top: 7px;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin: 0 10px 0 0;
}

.pickup-consignment .sigature-feild {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 30px 15px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  min-height: 60px;
  position: relative;
}

.pickup-consignment .sigature-feild:before {
  content: 'Capture Signature';
  font-size: 13px;
  padding: 5px 10px;
  font-weight: 400;
  background-color: #6D378F;
  color: #ffffff;
  border-radius: 6px;
  position: absolute;
  left: 15px;
  top: 15px;
}

.pickup-consignment .sigature-feild::after {
  content: '';
  background-image: url(../images/upload-sign-icon.png);
  position: absolute;
  width: 22px;
  height: 22px;
  right: 10px;
  background-repeat: no-repeat;
  top: 17px;
}

.delivery-profile .form-subheading2 {
  color: #212022;
  font-size: 24px;
  line-height: 36px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-weight: 500;
}

.delivery-profile .switch-wrapper {
  margin-top: 25px;
}

.delivery-profile .switch-wrapper span {
  color: #6C6C6C;
  font-size: 16px;
  display: inline-block;
}

.delivery-profile .switch-wrapper .switch-box {
  display: inline-block;
  margin-left: auto;
}

.delivery-profile .profile-wrapper {
  width: 120px;
  height: 120px;
  margin: auto;
  display: block;
  position: relative;
}

.delivery-profile .profile-wrapper .img-wrapper {
  border: 2px solid #6D378F;
  border-radius: 50%;
  overflow: hidden;
  width: 120px;
  height: 120px;
  cursor: pointer;
  background-color: #f5f5f5;
}

.delivery-profile .profile-wrapper .img-wrapper > img {
  height: 100%;
  margin: auto;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.delivery-profile .profile-wrapper .photo-upload {
  display: block;
  width: 40px;
  height: 40px;
  background: #6D378F;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 45px;
}

.delivery-profile .profile-wrapper .photo-upload > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: grayscale(100%) invert(100%);
          filter: grayscale(100%) invert(100%);
  cursor: pointer;
}

.delivery-profile .profile-wrapper .photo-upload input[type="file"] {
  opacity: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.delivery-consignment-form {
  padding: 45px;
}

.delivery-consignment-form .custom-file label {
  padding-left: 130px;
}

.delivery-consignment-form .custom-file label:after {
  content: 'Upload Image' !important;
}

.delivery-consignment-form .custom-file label:before {
  background-image: none !important;
  width: 24px;
}

.delivery-consignment-form .submit-btn {
  background-color: #6D378F;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 12px;
}

.modal-lg.signature-model {
  max-width: 650px;
}

.modal-lg.signature-model .model-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.modal-lg.signature-model .model-btn-wrapper li {
  width: 50%;
}

.modal-lg.signature-model .model-btn-wrapper li:nth-child(1) {
  padding-right: 15px;
}

.modal-lg.signature-model .model-btn-wrapper li .btn {
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
}

.modal-lg.signature-model .model-btn-wrapper li .btn-primary {
  background-color: #6D378F;
  border-color: #6D378F;
}

.modal-lg.signature-model .model-btn-wrapper li .btn-secondary {
  background-color: #4e4f4f;
  border-color: #4e4f4f;
}

.modal-lg.signature-model .reload-icon {
  position: absolute;
  right: 15px;
  top: 15px;
}

.overview-title {
  font-size: 24px;
  color: #212022;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}

.address-right-section {
  margin-left: auto;
  max-width: 716px;
}

.address-left-section {
  background-image: url(../images/address.png);
  background-repeat: no-repeat;
  background-position: 15% 20px;
}

.payment-details-bg {
  background-image: url(../images/payment-details.png);
  background-repeat: no-repeat;
  background-position: 10% 0;
  min-height: 600px;
}

.map-wrapper {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  min-height: 537px;
}

.map-modelbox {
  padding: 0 15px;
}

.otp-wrap div {
  width: calc(100%/6);
}

.otp-wrap div input {
  width: 90% !important;
  margin: 0 7% 35px !important;
}

.driverside-conetent {
  height: calc(100vh - 100px);
}

.card-details .submit-btn {
  background-color: #6D378F;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 12px;
}

.card-details .submit-btn:hover {
  color: #6D378F;
  background-color: #ffffff;
  border-color: #6D378F;
}

.card-details .form-group label.form-control-placeholder {
  font-size: 12px;
  margin-bottom: 0;
  color: #6C6C6C;
}

.card-details .form-group input.form-control {
  padding-left: 40px;
}

.card-details .form-group i.card-icons {
  font-family: 'fontawesome';
  font-style: normal;
  position: absolute;
  bottom: 7px;
  font-size: 22px;
  color: #6D378F;
  min-width: 35px;
  text-align: center;
}

#stepper.stick-stepper {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999 !important;
  padding: 10px 0;
  -webkit-transition: all ease-in-out 0.4s !important;
  transition: all ease-in-out 0.4s !important;
  max-width: 40%;
  background: #fff;
  top: 0;
  min-width: 400px;
}

.stick-stepper {
  -webkit-transition: all ease-in-out 0.4s !important;
  transition: all ease-in-out 0.4s !important;
}

.list-max-height {
  max-height: 370px;
  margin: auto;
}

.camera-btn {
  border: 1px solid #6D378F;
  border-radius: 10px;
  padding: 10px;
  color: #ffffff;
  font-weight: normal;
  background: #6D378F;
}

.camera-btn img {
  margin-right: 5px;
  vertical-align: sub;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.camera-btn:hover {
  background: transparent;
  color: #6D378F !important;
  border-color: #6D378F;
}

.camera-btn:hover img {
  -webkit-filter: brightness(100%) invert(0);
          filter: brightness(100%) invert(0);
}

.pickup-consignment-list-block {
  padding: 35px !important;
}

.pickup-consignment-list-block ul li {
  padding-left: 30px;
  position: relative;
}

.pickup-consignment-list-block ul li .custom-checkbox {
  position: absolute;
  left: 0;
  top: 1px;
  cursor: pointer;
}

.create-order .steps-form-2 {
  max-width: 700px;
  margin: auto;
}

.create-order .steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
  border: 2px solid #6D378F;
  color: #6D378F !important;
}

.steps-form-2 .steps-row-2:before {
  background-color: #6D378F;
  top: 35px !important;
}

.stepper-wrapper.stick-stepper .steps-form-2 .steps-row-2::before, .stepper-wrapper.stick-stepper .step1::after, .stepper-wrapper.stick-stepper .step2::after, .stepper-wrapper.stick-stepper .step3::after, .stepper-wrapper.stick-stepper .twosteps-step1::after, .stepper-wrapper.stick-stepper .twosteps-step2::after {
  top: 25px !important;
}

.steps-form-2 .steps-row-2::before {
  background: transparent !important;
  border-bottom: 2px dotted #6D378F;
}

.steps-form-2 .steps-row-2 .steps-step-2.active-step .btn-circle-2 {
  background: #6D378F !important;
  color: #ffffff !important;
}

.steps-form-2 .steps-row-2::before {
  top: 25px !important;
}

.create-order .steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
  margin-top: 0 !important;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 55px !important;
}

.current-active-step button {
  -webkit-box-shadow: 0 0 0 0 black;
          box-shadow: 0 0 0 0 black;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

div#stepper {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  padding: 15px 15px 0 15px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999 !important;
  padding: 10px 0;
  -webkit-transition: all ease-in-out 0.4s !important;
  transition: all ease-in-out 0.4s !important;
  max-width: 40%;
  background: #fff;
  top: 0;
  min-width: 400px;
}

.stepper-wrapper .steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 i {
  font-size: 22px;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  background-color: #6d378f !important;
  color: #fff !important;
  border-color: #6d378f !important;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.steps-form-2 .steps-row-2 .steps-step-2 {
  z-index: 9;
}

.stepper-wrapper.stick-stepper .steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
  padding: 10px;
  width: 50px;
  line-height: 25px !important;
  height: 50px;
  text-align: center;
}

.stepper-wrapper.stick-stepper .steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 i {
  font-size: 22px;
}

.step1::after {
  content: '';
  border-bottom: 2px solid #6d378f;
  position: absolute;
  width: 33.33%;
  z-index: -1;
  display: block;
  top: 25px;
}

.step2::after {
  content: '';
  border-bottom: 2px solid #6d378f;
  position: absolute;
  width: 66.66%;
  z-index: -1;
  display: block;
  top: 25px;
}

.step3::after {
  content: '';
  border-bottom: 2px solid #6d378f;
  position: absolute;
  width: 99.99%;
  z-index: -1;
  display: block;
  top: 25px;
}

.twosteps-step1::after {
  content: '';
  border-bottom: 2px solid #6d378f;
  position: absolute;
  width: 50%;
  z-index: -1;
  display: block;
  top: 25px;
}

.twosteps-step2::after {
  content: '';
  border-bottom: 2px solid #6d378f;
  position: absolute;
  width: 100%;
  z-index: -1;
  display: block;
  top: 25px;
}

.first-screen, .opt-verificationbox {
  height: calc(100vh - 100px);
}

.pickup-consignment .pickup-consignment-block ul li.phonenumber {
  position: absolute;
  right: 10px;
  top: 0;
}

.overview-title-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 26px;
  color: #212022;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 700;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.overview-title-new .uname {
  font-weight: 500;
  color: #6D378F;
  margin-left: 5px;
}

.overview-title-new .dashboard-text {
  font-size: 16px;
  font-weight: normal;
  float: right;
}

.border-block::before {
  border-bottom: 1px solid #E0E0E0;
  margin: 40px 0;
  content: '';
  width: 100%;
  display: block;
}

.d-overview-headings {
  max-width: 349px;
  margin: auto;
  background: #ffffff;
  -webkit-box-shadow: 0 0 6px #00000014;
          box-shadow: 0 0 6px #00000014;
  border-radius: 15px;
  padding: 15px 15px 15px 70px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.d-overview-headings .img-block {
  padding: 0;
  width: 70px;
  border-radius: 10px;
  left: 0px;
  top: -6px;
  display: block;
  position: absolute;
  height: 70px;
  line-height: 70px;
}

.d-overview-headings .img-block img {
  max-width: 30px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.d-overview-headings .text {
  font-weight: 500;
}

.blue-bg {
  background: #2C9FF6;
}

.pink-bg {
  background: #EE5BD1;
}

.yellow-bg {
  background: #FEBC2C;
}

.purple-bg {
  background: #6D378F;
}

.fade-green-bg {
  background: #a3ebbd;
}

.fade-pink-bg {
  background: #febebe;
}

.fade-yellow-bg {
  background: #fff07f;
}

.fade-purple-bg {
  background: #f5e5ff;
}

.d-overview .overview-heading {
  margin-bottom: 35px;
  display: block;
}

.d-overview .img-block {
  margin: 0 0 0 auto !important;
  width: 55px !important;
  height: 55px !important;
}

.d-overview .img-block:before {
  content: '';
  width: 70px  !important;
  height: 70px !important;
}

.d-overview .img-block img {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.order-stepper .steps-step-2:nth-child(1)::after {
  content: 'Pickup Details';
  display: block;
  position: absolute;
  min-width: 110px;
  left: -25px;
  bottom: -25px;
  font-size: 13px;
  color: #6d378f;
  font-weight: bold;
}

.order-stepper .steps-step-2:nth-child(2)::after {
  content: 'Delivery Details';
  display: block;
  position: absolute;
  min-width: 110px;
  left: -30px;
  bottom: -25px;
  font-size: 13px;
  color: #6d378f;
  font-weight: bold;
}

.order-stepper .steps-step-2:nth-child(3)::after {
  content: 'Order Confirmation';
  display: block;
  position: absolute;
  min-width: 140px;
  left: -50px;
  bottom: -25px;
  font-size: 13px;
  color: #6d378f;
  font-weight: bold;
}

.quick-order-stepper .steps-step-2:nth-child(1)::after {
  content: 'Pickup Details';
  display: block;
  position: absolute;
  min-width: 110px;
  left: -30px;
  bottom: -25px;
  font-size: 13px;
  color: #6d378f;
  font-weight: bold;
}

.quick-order-stepper .steps-step-2:nth-child(2)::after {
  content: 'Delivery Details';
  display: block;
  position: absolute;
  min-width: 110px;
  left: -30px;
  bottom: -25px;
  font-size: 13px;
  color: #6d378f;
  font-weight: bold;
}

.quick-order-stepper .steps-step-2:nth-child(3)::after {
  content: 'Review & Pay';
  display: block;
  position: absolute;
  min-width: 110px;
  left: -30px;
  bottom: -25px;
  font-size: 13px;
  color: #6d378f;
  font-weight: bold;
}

.quick-order-stepper .steps-step-2:nth-child(4)::after {
  content: 'Order Confirmation';
  display: block;
  position: absolute;
  min-width: 140px;
  left: -50px;
  bottom: -25px;
  font-size: 13px;
  color: #6d378f;
  font-weight: bold;
}

.stick-stepper .order-stepper .steps-step-2::after {
  display: none !important;
}

.stick-stepper .quick-order-stepper .steps-step-2::after {
  display: none !important;
}

.card-details .card-feilds {
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  font-size: 15px;
  color: #6C6C6C;
  padding: 7px 0;
  padding-left: 0px;
  min-height: 45px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  background-color: transparent;
}

.payment-page-new .agr-text {
  font-size: 14px;
  margin-bottom: 25px;
  display: block;
}

.payment-page-new .agr-text a {
  font-size: 14px;
  background: none;
  border: none;
  display: inline;
  padding: 0;
  color: #6D378F;
}

.payment-page-new .submit-btn {
  background-color: #6D378F;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 12px;
}

.payment-page-new .submit-btn:hover {
  color: #6D378F;
  background-color: #ffffff;
}

.rounded-btn {
  background: #6D378F;
  border: 1px solid #6D378F;
  font-size: 18px;
  border-radius: 25px;
  padding: 7px 25px;
}

.rounded-btn:hover {
  background: transparent;
  border: 1px solid #6D378F;
  color: #6D378F;
}

.w-overview {
  padding: 25px !important;
}

.w-overview .overview-heading {
  font-size: 18px !important;
  display: block;
  margin-bottom: 25px;
  line-height: 24px !important;
  min-height: 50px !important;
  padding-right: 25px;
  position: relative;
}

.w-overview .overview-heading .info-popup {
  position: absolute;
  right: 0;
  top: 0;
}

.w-overview .count {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.w-overview .img-block {
  margin: 0 0 0 auto !important;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 55px !important;
  height: 55px !important;
  line-height: 55px !important;
}

.w-overview .img-block:before {
  width: 70px !important;
  height: 70px !important;
}

.w-overview .img-block img {
  max-width: 30px;
}

.boxhsadow-block {
  padding: 35px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  text-align: center;
}

.earnings-modal-wrap {
  border-radius: 35px !important;
  overflow: hidden !important;
}

.earnings-modal-wrap .modal-body {
  padding: 0 35px 15px 35px;
}

.earnings-modal-wrap .modal-header {
  padding: 35px 35px 25px;
}

.earnings-modal-wrap .close {
  opacity: 1;
}

.earnings-modal-wrap .close .custom-close {
  width: 25px;
  height: 26px;
  display: block;
  background: #212022;
  border-radius: 50%;
  line-height: 25px;
  color: #ffffff;
  font-weight: normal;
  opacity: 1;
}

.model-count-block {
  padding: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  position: relative;
  min-height: 101px;
  padding-left: 85px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.model-count-block .img-block {
  width: 55px;
  height: 70px;
  display: block;
  border-radius: 12px;
  position: absolute;
  left: 15px;
  top: 15px;
  line-height: 75px;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.model-count-block .img-block img {
  max-width: 30px;
}

.model-count-block .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #6D378F;
  display: block;
  width: 100%;
}

.model-count-block .amount {
  font-size: 28px;
  line-height: 38px;
  font-weight: 900;
}

.font-bold {
  font-weight: 600 !important;
}

.date-text {
  color: #6C6C6C;
  font-size: 18px;
  margin-left: 15px;
}

.date-text b {
  color: #212022;
  font-weight: normal;
}

.d-orders tr th small {
  font-size: 10px;
  color: #6C6C6C;
}

.d-orders .total-amt {
  color: #6D378F;
  font-weight: bold;
}

.orders-thead-wrap {
  max-width: 1400px;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.clear-icon {
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  font-size: 18px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.clear-icon:hover {
  color: #ffffff !important;
}

.date-range {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.date-range input {
  border: 1px solid #6D378F;
  border-radius: 25px !important;
  max-width: 160px;
  margin: 0 5px;
  font-size: 14px;
}

.date-range .input-group-addon {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.date-range span {
  font-size: 14px;
  color: #6C6C6C;
  height: auto !important;
}

.date-range span.title {
  min-width: 80px;
}

.datepicker-dropdown {
  padding: 5px;
}

.datepicker-dropdown .table-condensed thead tr th {
  padding: 7px;
  border: 1px solid #e8e8e8;
}

.datepicker-dropdown .table-condensed tbody tr td {
  padding: 7px;
  border: 1px solid #e8e8e8;
}

.payment-method .custom-select {
  border: 1px solid #6D378F;
  border-radius: 25px !important;
  margin: 0 5px;
  font-size: 14px;
}

.filter-wrapper button.btn {
  background: #6D378F;
  border: 1px solid #6D378F;
  max-width: 50px !important;
  display: block;
  margin-left: 15px;
  border-radius: 7px;
}

.filter-wrapper :hover {
  background: #6D378F;
  border-color: #6D378F;
}

.info-popup i {
  font-family: 'fontawesome';
  color: #fff;
  font-style: normal;
}

@media (max-width: 1600px) {
  .container {
    width: 95%;
  }
  .leftside-bg {
    background-size: contain;
  }
}

@media (max-width: 1400px) {
  .leftside-bg .right-block {
    max-width: 600px;
  }
  .leftside-bg .right-block .btn-wrapper .btn-outline-secondary {
    font-size: 18px;
  }
  .tracking-order ul li {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .tracking-order ul.progress-wrap li span {
    font-size: 16px !important;
    padding: 5px;
  }
  .common-table .table-wrapper td:nth-last-child(1) {
    min-width: 280px;
  }
  .common-table .table-wrapper td:nth-last-child(3) {
    min-width: 180px;
  }
  .addrees-section .address-block ul li {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .overview-wrapper .overview-block {
    padding: 25px !important;
  }
  .overview-wrapper .overview-block .overview-heading {
    font-size: 22px;
    min-height: 70px;
    display: block;
  }
  .leftside-bg {
    background-position: -30%;
  }
  .leftside-bg .right-block .btn-wrapper .btn-outline-secondary {
    font-size: 16px !important;
  }
  .signin-block {
    font-size: 16px !important;
  }
  .custom-checkbox .custom-control-label {
    font-size: 16px !important;
  }
  .add-address-btn {
    max-width: 550px;
    margin-top: 30px;
  }
  .address-right-section {
    max-width: 550px;
  }
  .modal-header .close {
    position: static;
    color: #212022;
    font-size: 32px;
  }
  .payment-details-wrapper .heading {
    margin-bottom: 40px;
  }
  .payment-details-wrapper .text-style {
    font-size: 18px;
  }
  .payment-details-wrapper .form-control.tip-input {
    font-size: 18px !important;
    margin-bottom: 21px !important;
  }
  .payment-details-wrapper a {
    font-size: 18px;
  }
  ul.progress-wrap {
    margin-top: 25px;
  }
  .pickup-consignment .pickup-consignment-block ul li {
    font-size: 16px;
  }
  .delivery-profile .form-subheading2 {
    font-size: 22px;
  }
  .pickup-consignment .pickup-consignment-heading {
    font-size: 18px;
  }
  .w-overview {
    margin-bottom: 25px !important;
  }
}

@media (max-width: 991px) {
  header nav.navbar .navbar-brand {
    font-size: 30px;
  }
  header nav.navbar .user-dropdown .avtar {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
  header nav.navbar .user-dropdown .btn-group {
    margin-right: 5px;
  }
  header nav.navbar .user-dropdown a {
    font-size: 16px;
  }
  header nav.navbar .lang-dropdown .form-control {
    font-size: 16px;
  }
  header .container {
    margin: 0;
    width: 100%;
  }
  header .user-dropdown-res {
    margin-right: 60px;
  }
  header .navbar-toggler {
    position: absolute;
    right: 30px;
    top: auto;
  }
  header .navbar-collapse {
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 99px;
    width: 100%;
    -webkit-box-shadow: 0 4px 10px #cccccc69;
            box-shadow: 0 4px 10px #cccccc69;
    padding: 0;
    z-index: 9999;
  }
  header .navbar-collapse ul {
    padding: 25px 0;
    margin-right: 0;
    width: 100%;
  }
  header .navbar-collapse ul li {
    padding: 0 25px !important;
  }
  header .navbar-collapse ul li a.nav-link {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0 !important;
  }
  header .navbar-collapse ul li:last-child a {
    border-bottom: none !important;
  }
  .right-block {
    max-width: 550px !important;
    margin-left: auto !important;
    margin-right: auto;
  }
  .signup-mso {
    padding-top: 50px;
  }
  .address-right-section {
    margin-left: auto !important;
    margin-right: auto;
  }
  .address-left-section {
    background-position: center top;
  }
  .payment-details-bg {
    background-position: center;
  }
  .stick-stepper .order-stepper .steps-step-2::after {
    display: none !important;
  }
  .stick-stepper .quick-order-stepper .steps-step-2::after {
    display: none !important;
  }
  .order-stepper .steps-step-2::after {
    display: none !important;
  }
  .quick-order-stepper .steps-step-2::after {
    display: none !important;
  }
  header {
    position: static;
  }
  header nav.navbar {
    height: auto;
  }
  header nav.navbar .navbar-brand {
    font-size: 30px;
    width: 100%;
    text-align: center;
  }
  header nav.navbar .user-dropdown {
    width: 100%;
  }
  header nav.navbar .user-dropdown .lang-dropdown {
    float: right;
  }
  #stepper.stick-stepper {
    top: 0;
    width: 100%;
    min-width: 100%;
    padding: 12px 15px;
  }
  .content-section {
    margin-top: 0;
  }
  header.driverside-menu {
    position: static;
  }
  header.driverside-menu nav.navbar {
    height: auto !important;
  }
  header.driverside-menu nav.navbar .navbar-brand {
    width: 100%;
    margin-right: 0;
  }
  header.driverside-menu nav.navbar .lang-dropdown {
    float: right;
    min-width: 50px;
  }
  header.driverside-menu nav.navbar .lang-dropdown .form-control {
    padding-right: 0;
  }
  header.driverside-menu nav.navbar .navbar-toggler {
    top: 15px;
    right: 25px;
  }
  header.driverside-menu .navbar-collapse {
    top: 62px;
  }
  header.driverside-menu .user-dropdown-res {
    width: 100%;
    margin-right: 0;
  }
  .driverside-conetent {
    margin-top: 0 !important;
  }
  div#stepper {
    position: static;
    min-width: 100%;
  }
  #stepper.stick-stepper {
    position: fixed;
    min-width: 100% !important;
  }
  .step1::after, .step2::after, .step3::after, .twosteps-step1::after, .twosteps-step2::after {
    top: 25px !important;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .container {
    width: 98%;
  }
  .order-succeed a {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .remove-btn {
    margin-bottom: 15px;
  }
  .leftside-bg .right-block .btn-wrapper ul {
    display: block;
  }
  .leftside-bg .right-block .btn-wrapper ul li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .leftside-bg .right-block.mt100.mb100 {
    margin-top: 0 !important;
  }
  .leftside-bg .right-block.mt40 {
    margin-top: 0 !important;
  }
  .overview-wrapper .overview-block {
    margin-bottom: 15px !important;
  }
  .tracking-order ul.progress-wrap {
    display: block;
  }
  .tracking-order ul.progress-wrap li {
    width: 100%;
  }
  .tracking-order ul.progress-wrap li:before {
    display: none;
  }
  .delivery-consignment-form {
    padding: 0;
  }
  .pickup-consignment .pickup-consignment-form {
    padding: 0;
  }
  .border-block {
    display: none;
  }
  .overview-wrapper .d-overview {
    margin-bottom: 50px !important;
  }
  .overview-wrapper .d-overview .overview-heading {
    min-height: auto !important;
  }
  .orders-thead-wrap .actions {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .orders-thead-wrap .actions .date-range {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .orders-thead-wrap .actions .date-range input {
    max-width: 100% !important;
  }
  .filter-wrapper {
    margin-left: auto;
  }
  .overview-title-new .right-btn-wrap {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .card-details .row {
    display: block !important;
  }
  .leftside-bg .right-block {
    padding: 25px;
    border-radius: 20px;
  }
  .leftside-bg .right-block .form-heading {
    font-size: 20px;
  }
  .leftside-bg .right-block .forgot-password-text {
    font-size: 14px;
  }
  .leftside-bg .signin-block {
    font-size: 14px !important;
  }
  .create-order .right-block {
    padding: 25px;
    border-radius: 20px;
  }
  .create-order .right-block .form-heading {
    font-size: 20px;
  }
  .create-order .right-block .forgot-password-text {
    font-size: 14px;
  }
  .form-group input.form-control {
    margin-bottom: 0;
  }
  .form-group select {
    margin-bottom: 20px;
  }
  .form-group .custom-checkbox .custom-control-label {
    font-size: 14px !important;
  }
  .payment-details-wrapper .heading {
    font-size: 24px;
  }
  .payment-details-wrapper .text-style {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .payment-details-wrapper .form-control.tip-input {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
  .order-succeed h2 {
    font-size: 22px;
  }
  .order-succeed h2 img {
    vertical-align: middle;
  }
  .tracking-order ul li {
    display: block;
  }
  .tracking-order ul li span {
    display: block;
  }
  .tracking-heading {
    font-size: 24px;
  }
  .addrees-section .address-block {
    padding: 25px;
    border-radius: 20px;
    height: auto;
    min-height: auto;
  }
  .addrees-section .address-block ul li {
    font-size: 16px;
  }
  .add-btn-wrap {
    min-height: 380px !important;
  }
  .delivery-profile .form-subheading2 {
    font-size: 20px;
  }
  .delivery-profile .signup-form.mt40 {
    margin-top: 0 !important;
  }
  .pickup-consignment .pickup-consignment-block {
    padding: 25px;
  }
  .pickup-consignment-list-block {
    padding: 25px !important;
  }
  .orders-thead-wrap .actions {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .orders-thead-wrap .actions .date-range {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .orders-thead-wrap .actions .date-range input {
    max-width: 100% !important;
  }
  .orders-thead-wrap .actions .date-range span.title {
    min-width: 80px;
    margin: 0 10px 10px 10px;
  }
  .overview-title-new .rounded-btn {
    float: none !important;
    font-size: 15px;
  }
}

.signin-wrapper {
  height: calc(100vh - 100px);
}
/*# sourceMappingURL=styles.css.map */
