html,
body {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.login-section a {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.CustomerLogin {
  margin-right: 16px;
}

.login-section {
  display: flex;
  align-items: center;
}
.login-section .dropdown {
  outline: none !important;
}
.login-section .dropdown .dropdown-toggle {
  margin: 0;
  padding: 0;
  outline: none !important;
  border: 0;
}
.login-section .dropdown .dropdown-toggle:focus, .login-section .dropdown .dropdown-toggle:active {
  outline: none !important;
  background-color: transparent;
  border: 0 !important;
  box-shadow: none;
}
.login-section .dropdown .dropdown-menu {
  color: #000;
}
.login-section .dropdown .dropdown-menu a {
  color: #000;
  padding: 6px 16px;
}
.login-section .dropdown img {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 8px;
}
.login-section .dropdown .btn {
  border: 0;
  outline: none;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.SellerLogin {
  display: inline-block;
  border: 1px solid #fff;
  padding: 8px 32px;
  border-radius: 80px;
}

.slider-wrapper {
  position: relative;
  z-index: 10;
}
.slider-wrapper::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2784313725);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-wrapper .slider-picture img {
  max-width: 100%;
  height: auto;
  display: block;
}
.slider-wrapper .search-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-wrapper .search-wrapper .heading {
  text-align: center;
  margin-bottom: 16px;
}
.slider-wrapper .search-wrapper .heading label {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}
.slider-wrapper .search-wrapper .search-inner-content {
  display: flex;
  align-items: center;
}
.slider-wrapper .search-wrapper .search-inner-content .location {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 50px;
}
.slider-wrapper .search-wrapper .search-inner-content .location .loc_icon {
  margin-right: 5px;
}
.slider-wrapper .search-wrapper .search-inner-content .location .btn {
  background-color: transparent;
  border: 0;
  color: #000;
  padding: 0 16px;
  box-shadow: none;
  display: flex;
  align-items: center;
}
.slider-wrapper .search-wrapper .search-inner-content .location .btn:focus {
  box-shadow: none;
}
.slider-wrapper .search-wrapper .search-inner-content .location .btn:active {
  box-shadow: none;
}
.slider-wrapper .search-wrapper .search-inner-content .location ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slider-wrapper .search-wrapper .search-inner-content .location ul li {
  padding: 0;
}
.slider-wrapper .search-wrapper .search-inner-content .search-box {
  width: 472px;
}
.slider-wrapper .search-wrapper .search-inner-content .search-box .input-group {
  margin: 0 !important;
  padding: 0;
}
.slider-wrapper .search-wrapper .search-inner-content .search-box .input-group input {
  font-size: 14px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 50px;
}
.slider-wrapper .search-wrapper .search-inner-content .search-box .input-group .btn {
  background-color: #0aab5f;
  color: #fff;
  height: 50px;
  padding: 0 30px;
  border: 0;
  border-radius: 0;
}

.topCategory {
  width: 100%;
  position: relative;
  margin-top: 16px;
}
.topCategory .topCategory-inner {
  width: 100%;
  position: relative;
  padding-left: 1px;
}
.topCategory .topCategory-inner .title {
  padding: 16px 0;
  margin: 0;
}
.topCategory .topCategory-inner .title h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.topCategory .topCategory-inner .owl-nav {
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
}
.topCategory .topCategory-inner .owl-nav button {
  width: 32px;
  height: 32px;
  border: 1px solid rgb(153, 153, 153);
  border-radius: 100%;
  outline: none;
}
.topCategory .topCategory-inner .owl-nav button span {
  font-size: 16px;
}
.topCategory .topCategory-inner .owl-nav button:hover {
  background-color: transparent;
  color: #000;
}
.topCategory .owl-carousel {
  position: static;
}
.topCategory ul {
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.topCategory ul li a {
  color: #000;
  display: block;
  align-items: stretch;
  padding: 16px;
  transition: 0.4s;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.1803921569);
  border-radius: 4px;
}
.topCategory ul li a img {
  text-align: center;
}
.topCategory ul li a span {
  display: block;
  text-align: center;
}

.latest-search,
.recommendations {
  position: relative;
  margin: 16px 0;
}
.latest-search .latest-search-inner,
.latest-search .recommendations-inner,
.recommendations .latest-search-inner,
.recommendations .recommendations-inner {
  width: 100%;
}
.latest-search .latest-search-inner .title,
.latest-search .recommendations-inner .title,
.recommendations .latest-search-inner .title,
.recommendations .recommendations-inner .title {
  padding: 16px 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.latest-search .latest-search-inner .title h2,
.latest-search .recommendations-inner .title h2,
.recommendations .latest-search-inner .title h2,
.recommendations .recommendations-inner .title h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.latest-search .latest-search-inner .title a,
.latest-search .recommendations-inner .title a,
.recommendations .latest-search-inner .title a,
.recommendations .recommendations-inner .title a {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
}
.latest-search .latest-search-inner .item-grid,
.latest-search .recommendations-inner .item-grid,
.recommendations .latest-search-inner .item-grid,
.recommendations .recommendations-inner .item-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  grid-column-gap: 16px;
}

.item-box {
  z-index: 1;
  background-color: #fff;
  position: relative;
  width: 100%;
  margin: 0 0 0;
  text-align: left;
}
.item-box .picture {
  z-index: 1;
  background-color: #fff;
}
.item-box .picture img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 6px 6px 0 0;
}
.item-box .details {
  padding: 14px 10px;
  background-color: #fff;
}
.item-box .details h2 {
  min-height: 42px;
  padding: 0 0 0 0;
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
}
.item-box .details h2 a {
  display: block;
  color: #000;
}
.item-box .details .add-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.item-box .details .add-info .prices {
  font-size: 12px;
  font-weight: 600;
}
.item-box .details .add-info .prices span {
  display: flex;
  align-items: center;
  font-weight: 400;
}
.item-box .details .add-info .prices span img {
  margin-left: 8px;
}
.item-box .details .add-info .prices .actual-price {
  font-weight: bold;
}
.item-box .details .button-2 {
  background-color: #0AAB5E;
  padding: 4px 8px;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
}
.item-box:hover {
  background-color: #fcfdff;
  transition: 0.4s;
}

.footer-top {
  margin-top: 57px;
}
.footer-top .ft_topcontent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 92px;
  grid-row-gap: 0;
  padding: 40px 96px;
  background-color: #fcfdff;
  box-shadow: 0px 2px 5px #ccc;
  border-radius: 8px;
}
.footer-top .ft_topcontent .ft_part .ftpart_block {
  text-align: left;
}
.footer-top .ft_topcontent .ft_part .ftpart_block h2 {
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #091e42;
}
.footer-top .ft_topcontent .ft_part .ftpart_block p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #42526e;
}
.footer-top .ft_topcontent .ft_part_right {
  margin-top: 36px;
}
.footer-top .ft_topcontent .ft_part_right .fieldset {
  position: relative;
  margin: 0 0 0;
}
.footer-top .ft_topcontent .ft_part_right .fieldset .form-group {
  margin: 0;
  padding-bottom: 28px;
}
.footer-top .ft_topcontent .ft_part_right .fieldset .form-group label {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #091e42;
  display: block;
  margin: 0;
  padding-bottom: 8px;
}
.footer-top .ft_topcontent .ft_part_right .fieldset .form-group input[type=text] {
  height: 48px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom: 1px solid #091e42;
  padding: 16px 8px;
  background-color: #f7faff;
  outline: none;
}
.footer-top .ft_topcontent .ft_part_right .fieldset .form-group textarea {
  height: 48px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom: 1px solid #091e42;
  padding: 16px 8px;
  background-color: #f7faff;
  outline: none;
  min-height: 150px;
}
.footer-top .ft_topcontent .ft_part_right .fieldset .form-group .quotbtn {
  height: 36px;
  text-align: center;
  border-radius: 4px !important;
  background-color: #0aab5e !important;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  padding: 0 30px;
  line-height: 1;
  letter-spacing: normal;
  border: 0;
  color: #ffffff !important;
}

.rating {
  display: flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
}

.five-four {
  background-color: #3C8D2F;
}

.three-two {
  background-color: #FE9B00;
}

.footer-apps-store-link {
  flex-grow: 0;
  margin: 56px 0 0;
  padding: 0px 0;
  background-color: #0AAB5E;
}
.footer-apps-store-link .apps-store-row {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.footer-apps-store-link .apps-store-row .mobileapp {
  position: relative;
  top: 10px;
  margin-right: 16px;
}
.footer-apps-store-link .apps-store-row .Download-Supersetu-app-now h2 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fcfdff;
  padding-right: 64px;
  margin-bottom: 0;
}
.footer-apps-store-link .apps-store-row .Download-Supersetu-app-now p {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fcfdff;
  padding-right: 64px;
  margin-bottom: 0;
}

.footer-upper {
  margin: auto;
  overflow: hidden;
  padding: 40px 0;
  background-color: #f0f6ff;
}
.footer-upper .footer-row {
  display: flex;
  align-items: flex-start;
}
.footer-upper .footer-row .footer-Logo {
  width: 174px;
  text-align: left;
  margin-right: 112px;
}
.footer-upper .footer-row .ft_info {
  width: 464px;
  margin-right: 256px;
  display: flex;
}
.footer-upper .footer-row .ft_info .footer-block ul {
  margin: 0;
  list-style: none;
}
.footer-upper .footer-row .ft_info .footer-block ul li a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #091e42;
}
.footer-upper .footer-row .ft_info .footer-block:not(:last-child) {
  margin-right: 42px;
}
.footer-upper .footer-row .social-media-block {
  min-width: 112px;
}
.footer-upper .footer-row .social-media-block .connect h3 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #091e42;
}
.footer-upper .footer-row .social-media-block .connect span {
  display: block;
}
.footer-upper .footer-row .social-media-block .connect span a {
  display: inline-block;
}
.footer-upper .footer-row .social-media-block .connect span a:not(:last-child) {
  margin-right: 8px;
}

.footer-lower {
  margin: auto;
  overflow: hidden;
  background-color: #0AAB5E;
  padding: 5px 0;
}
.footer-lower .footer-row {
  display: flex;
  align-items: flex-start;
}
.footer-lower .footer-row .ft_lower_info {
  width: 100%;
}
.footer-lower .footer-row .ft_lower_info .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-lower .footer-row .ft_lower_info .footer-bottom .copy_info {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #f4f5f7;
  flex-basis: 50%;
}
.footer-lower .footer-row .ft_lower_info .footer-bottom .lower_info {
  flex-basis: 50%;
  text-align: right;
}
.footer-lower .footer-row .ft_lower_info .footer-bottom .lower_info ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  list-style: none;
}
.footer-lower .footer-row .ft_lower_info .footer-bottom .lower_info ul li a {
  color: #F4F5F7;
  font-size: 14px;
  text-decoration: none;
}

.Login-modal .modal-dialog {
  max-width: 778px;
}
.Login-modal .modal-dialog .modal-content {
  position: relative;
}
.Login-modal .modal-dialog .modal-content .modal-header {
  border: 0;
  padding: 0;
}
.Login-modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
}
.Login-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.Login-modal .modal-dialog .modal-content .modal-body .customer-blocks {
  padding: 0;
  margin: 0;
}
.Login-modal .modal-dialog .modal-content .modal-body .customer-blocks .choose-login-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.Login-modal .modal-dialog .modal-content .modal-body .customer-blocks .choose-login-item .login-bg {
  background-color: red;
}
.Login-modal .modal-dialog .modal-content .modal-body .customer-blocks .choose-login-item .login-detailsss {
  width: calc(100% - 320px);
  padding: 77px 52px;
}
.Login-modal .modal-dialog .modal-content .modal-body .customer-blocks .choose-login-item .login-detailsss #backbtn {
  display: flex;
  position: absolute;
  top: 24px;
  color: #000;
  font-weight: 500;
  align-items: center;
  outline: none;
}
.Login-modal .modal-dialog .modal-content .modal-body .customer-blocks .choose-login-item .login-detailsss .login-type .continuebtn {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  border: 0;
  border-radius: 4px;
  background-color: #0aab5e;
  padding: 10px 14px;
  line-height: 100%;
  display: block;
  margin-top: 50px;
}
.Login-modal .modal-dialog .modal-content .modal-body .customer-blocks .choose-login-item .login-detailsss .login-type .login-item {
  cursor: pointer;
  position: relative;
  border: 1px solid #afadad;
  border-radius: 6px;
  display: flex;
  justify-content: flex-start;
  padding: 10px 16px;
  align-items: center;
  margin-top: 20px;
}
.Login-modal .modal-dialog .modal-content .modal-body .customer-blocks .choose-login-item .login-detailsss .login-type .login-item .item-cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 24px);
}
.Login-modal .modal-dialog .modal-content .modal-body .customer-blocks .choose-login-item .login-detailsss .login-type .login-item .item-cont .login-text {
  padding-left: 16px;
}
.Login-modal .modal-dialog .modal-content .modal-body .customer-blocks .choose-login-item .login-detailsss .login-type .login-item .item-cont .login-text span {
  display: block;
}
.Login-modal .modal-dialog .modal-content .modal-body .customer-blocks .choose-login-item .login-detailsss .login-type .login-item .item-cont .login-text .bold {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.Login-modal .modal-dialog .modal-content .modal-body .customer-blocks .choose-login-item .login-detailsss .login-type .login-item .item-cont .login-text .regular {
  font-size: 13px;
  font-weight: 400;
}
.Login-modal .modal-dialog .modal-content .modal-body .customer-blocks .choose-login-item .login-detailsss .login-type .login-item .selection {
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #bfbfbf;
  border-radius: 100%;
}
.Login-modal .modal-dialog .modal-content .modal-body .customer-blocks .choose-login-item .login-detailsss .login-type .active {
  border: 1px solid #0AAB5E;
  background-color: #F9FFFA;
}
.Login-modal .modal-dialog .modal-content .modal-body .customer-blocks .choose-login-item .login-detailsss .login-type .active .selection {
  background-image: url(../images/active.svg);
  background-position: center center;
}
.Login-modal .modal-dialog .modal-content .customer-blocks {
  border-radius: 4px;
  background-color: #fcfdff;
  border: 0;
  padding: 40px;
}
.Login-modal .modal-dialog .modal-content .customer-blocks .page-title {
  margin-bottom: 26px;
}
.Login-modal .modal-dialog .modal-content .customer-blocks .page-title p {
  font-size: 13px;
  margin: 0;
}
.Login-modal .modal-dialog .modal-content .customer-blocks h1 {
  font-size: 22px;
  font-weight: 600;
  color: #0aab5e;
}
.Login-modal .modal-dialog .modal-content .customer-blocks .form-fields .inputs {
  position: relative;
  margin-bottom: 36px;
}
.Login-modal .modal-dialog .modal-content .customer-blocks .form-fields .inputs label {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #091e42;
  display: block;
}
.Login-modal .modal-dialog .modal-content .customer-blocks .form-fields .inputs input {
  height: 48px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom: 1px solid #091e42;
  padding: 16px 8px;
  background-color: #f7faff;
  outline: none;
  width: 100%;
}
.Login-modal .modal-dialog .modal-content .customer-blocks .form-fields .inputs.reversed {
  margin-top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 32px;
}
.Login-modal .modal-dialog .modal-content .customer-blocks .form-fields .inputs.reversed .forgot-password {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #003b99;
  text-decoration: underline;
}
.Login-modal .modal-dialog .modal-content .customer-blocks .form-fields .team-of-use p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #7a869a;
  padding: 0 24px 0 0;
  margin: 0;
}
.Login-modal .modal-dialog .modal-content .customer-blocks .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-top: 24px;
}
.Login-modal .modal-dialog .modal-content .customer-blocks .buttons .login-button {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffffff;
  border: 0;
  border-radius: 4px;
  background-color: #0aab5e;
  padding: 10px 14px;
  line-height: 100%;
}
.Login-modal .modal-dialog .modal-content .customer-blocks .validateCredential {
  color: #F96D00;
  padding: 16px 0;
  line-height: 150%;
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.Login-modal .modal-dialog .modal-content .register-block {
  text-align: left;
  margin-top: 0;
}
.Login-modal .modal-dialog .modal-content .register-block .title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.Login-modal .modal-dialog .modal-content .register-block .title strong {
  white-space: nowrap;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7a869a;
}
.Login-modal .modal-dialog .modal-content .register-block .title::after {
  height: 0.6px;
  background-color: #7a869a;
  display: block;
  width: 100%;
  content: "";
}
.Login-modal .modal-dialog .modal-content .register-block .buttons {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  color: #707070;
  text-align: left;
}
.Login-modal .modal-dialog .modal-content .register-block .buttons .register-button {
  border-radius: 4px;
  border: solid 1px #0aab5e;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 100%;
  letter-spacing: normal;
  text-align: left;
  color: #0aab5e;
  padding: 10px 14px;
  height: auto;
  margin: 0 !important;
}

.driver-profile .driver-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
}
.driver-profile .picture {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 24px;
}
.driver-profile .picture img {
  height: 100%;
}
.driver-profile .driver-details {
  width: 100%;
}
.driver-profile .driver-details h3 {
  font-size: 16px;
  font-weight: bold;
}
.driver-profile .driver-details p {
  font-size: 14px;
  margin: 0;
}

.driver-container {
  padding: 32px 0;
}

.driver-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
}
.driver-grid .listing-order {
  min-width: 300px;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
}

.list-of-orders .total-distance {
  padding: 12px;
  border-top: 1px solid #d1d1d1;
}
.list-of-orders .List-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  padding: 12px;
  border-bottom: 1px solid #ddd;
  align-items: center;
}
.list-of-orders .List-header h4 {
  margin: 0;
  padding: 0;
}
.list-of-orders .List-header p {
  text-align: right;
}
.list-of-orders .item {
  border: 1px solid #c9c9c9;
  padding: 0;
  border-radius: 4px;
  position: relative;
  margin-bottom: 16px;
}
.list-of-orders .item a {
  color: #000;
  text-decoration: none;
}
.list-of-orders .item a:hover {
  background-color: #003b99;
}
.list-of-orders .item .order-details {
  border-bottom: 1px solid #c9c9c9;
  padding: 12px;
}
.list-of-orders .item .order-details .order-headr p {
  margin: 0;
  padding: 0;
}
.list-of-orders .item .order-details .order-headr h4 {
  margin: 0;
  padding: 0;
}
.list-of-orders .item .order-details .distance {
  text-align: right;
}
.list-of-orders .item .expected-del {
  background-color: rgba(255, 244, 210, 0.6196078431);
  padding: 8px 16px;
  margin: 10px;
  font-weight: 600;
  font-size: 14px;
}
.list-of-orders .item .staff-innter {
  padding: 12px;
}
.list-of-orders .item .staff-innter a {
  color: darkturquoise;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.list-of-orders .item .staff-innter a:hover {
  background-color: transparent;
}
.list-of-orders .item .item-content {
  padding: 12px;
}
.list-of-orders .item .item-content .active-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
}
.list-of-orders .item .item-content .btn-groups {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.list-of-orders .item .item-content .btn-groups .btn-success {
  margin-right: 8px;
}
.list-of-orders .item .new {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  background-color: #0AAB5E;
  border-radius: 2px;
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.list-of-orders .item p {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.list-of-orders .item .product-details {
  margin-bottom: 6px;
}
.list-of-orders .item h4 {
  font-size: 14px;
}
.list-of-orders .item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  width: 100%;
}
.list-of-orders .item ul .track-date {
  min-width: 120px;
  font-size: 14px;
}
.list-of-orders .item ul .delivery-destination strong {
  font-size: 14px;
}

.map {
  position: relative;
}

.selection-box {
  position: absolute;
  background-color: #fff;
  min-width: 300px;
  height: 130px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #000;
  padding: 16px;
  text-align: center;
}
.selection-box .btn-group button {
  margin-right: 5px;
}

.search-filter-block {
  border: 1px solid #c1c1c1;
  padding: 16px;
  margin-bottom: 24px;
  border-radius: 4px;
  background-color: #f3f3f3;
}
.search-filter-block .input-group {
  margin-bottom: 0;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.buyer-verify {
  border: 1px solid #c9c9c9;
  text-align: center;
  border-radius: 4px;
  padding: 16px;
}
.buyer-verify h4 {
  margin: 0;
  font-size: 16px;
  padding-bottom: 16px;
}

.reset-password-content {
  width: 100%;
  margin: 0;
}
.reset-password-content .page-title {
  padding-bottom: 24px;
}
.reset-password-content .page-title h1 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #003b99;
}
.reset-password-content .forgot-picture {
  padding: 0;
  margin-top: 8px;
  margin-bottom: 44px;
  text-align: center;
}
.reset-password-content .forgot-picture img {
  display: inline-block;
}
.reset-password-content .reset-password-desc {
  margin-bottom: 32px;
}
.reset-password-content .reset-password-desc h4 {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #091e42;
}
.reset-password-content .reset-password-desc p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #42526e;
}
.reset-password-content .reset-password-desc .inputs .label-required {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}
.reset-password-content .reset-password-desc .inputs input {
  border-bottom: 1px solid #42526e;
  height: 48px;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  border-left: 0;
  background-color: #f7faff;
  border-right: 0;
  border-top: 0;
}
.reset-password-content .buttons {
  margin-top: 36px;
}
.reset-password-content .buttons .password-recovery-button {
  padding: 10px 14px;
  border-radius: 4px;
  background-color: #0aab5e;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  border: 0;
  width: 100%;
  text-align: center;
}

form input {
  display: inline-block;
  width: 100%;
  height: 50px;
  text-align: center;
}

/* Customize the label (the container) */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #c3c3c3;
  background-color: transparent;
}

.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.payment-details {
  display: flex;
  justify-content: space-between;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}

.payment-details {
  position: relative;
}

.add-new-bank {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

:root {
  --card-line-height: 1.2em;
  --card-padding: 1em;
  --card-radius: 0.5em;
  --color-green: #558309;
  --color-gray: #e2ebf6;
  --color-dark-gray: #c4d1e1;
  --radio-border-width: 2px;
  --radio-size: 1.5em;
}

body {
  background-color: #f2f8ff;
  color: #263238;
  font-family: "Noto Sans", sans-serif;
  margin: 0;
  padding: 0;
}

.action-btn {
  font-size: 14px;
  margin-top: 10px;
}
.action-btn a {
  display: inline-block;
  border: 1px solid #007bff;
  padding: 5px 10px;
  border-radius: 4px;
  color: #007bff;
}

.grid {
  display: grid;
  grid-gap: var(--card-padding);
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 42em) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card {
  background-color: #fff;
  border-radius: var(--card-radius);
  position: relative;
}
.card:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.radio {
  font-size: inherit;
  margin: 0;
  position: absolute;
  right: calc(var(--card-padding) + var(--radio-border-width));
  top: calc(var(--card-padding) + var(--radio-border-width));
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: 50%;
    cursor: pointer;
    height: var(--radio-size);
    outline: none;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
    width: var(--radio-size);
  }
  .radio::after {
    border: var(--radio-border-width) solid #fff;
    border-top: 0;
    border-left: 0;
    content: "";
    display: block;
    height: 0.75rem;
    left: 25%;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 0.375rem;
  }
  .radio:checked {
    background: var(--color-green);
    border-color: var(--color-green);
  }
  .card:hover .radio {
    border-color: var(--color-dark-gray);
  }
  .card:hover .radio:checked {
    border-color: var(--color-green);
  }
}
.plan-details {
  border: var(--radio-border-width) solid var(--color-gray);
  border-radius: var(--card-radius);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: var(--card-padding);
  transition: border-color 0.2s ease-out;
  height: 100%;
  position: relative;
}

.card:hover .plan-details {
  border-color: var(--color-dark-gray);
}

.radio:checked ~ .plan-details {
  border-color: var(--color-green);
}

.radio:focus ~ .plan-details {
  box-shadow: 0 0 0 2px var(--color-dark-gray);
}

.radio:disabled ~ .plan-details {
  color: var(--color-dark-gray);
  cursor: default;
}

.radio:disabled ~ .plan-details .plan-type {
  color: var(--color-dark-gray);
}

.card:hover .radio:disabled ~ .plan-details {
  border-color: var(--color-gray);
  box-shadow: none;
}

.card:hover .radio:disabled {
  border-color: var(--color-gray);
}

.plan-type {
  color: var(--color-green);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1em;
}

.plan-cost {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0.5rem 0;
}

.slash {
  font-weight: normal;
}

.plan-cycle {
  font-size: 2rem;
  font-variant: none;
  border-bottom: none;
  cursor: inherit;
  text-decoration: none;
}

.hidden-visually {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (min-width: 320px) {
  header {
    background-color: #0aab5f;
    padding: 4px 0;
  }
  .header-upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .recommendations .item-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 16px;
  }
}
.otpbox {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 15px;
  border-radius: 4px;
}

.OTP-verfication {
  display: none;
}

@media (min-width: 481px) {
  .recommendations .item-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  #myModalLogin .modal-dialog {
    max-width: 430px;
    margin: 150px auto;
  }
  #myModalLogin .login-page .customer-blocks {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .recommendations .item-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media (min-width: 992px) {
  .recommendations .item-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1110px;
  }
}/*# sourceMappingURL=styles.css.map */