body, html {
  overflow-x: hidden;
  scroll-behavior: smooth
}
body {
  position: relative;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 180%;
  color: #303030
}
p {
  margin-bottom: 28px
}
p:last-child {
  margin-bottom: 0
}
*, ::after, ::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.btn, a, button, input[type=submit] {
  -webkit-transition: background ease-out .2s, color ease-out .2s, opacity ease-out .2s;
  -o-transition: background ease-out .2s, color ease-out .2s, opacity ease-out .2s;
  transition: background ease-out .2s, color ease-out .2s, opacity ease-out .2s
}
img, svg {
  display: inline-block;
  max-width: 100%
}

.navbar {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 300;
  padding: 10px 0;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .02);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .02)
}
.navbar .row {
  width: calc(100% + 30px)
}
.navbar .col {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.navbar .d-flex>.contact-item {
  white-space: nowrap
}
.navbar .btn {
  color: #fff
}
.navbar .personal-btn {
  background: #ffffff;
  color:#ed3232;
  border: 1px solid #ed3232;
}
.navbar .personal-btn :hover {
  background: #ed3232 !important;
  color:#ffffff;
  border: 1px solid #ed3232;
}
.nav-item {
  margin-left: 60px;
  position: relative;
}
.nav-item.active .nav-link {
  text-decoration: underline;
  pointer-events: none
}
.nav-item span:first-of-type {
  color: #2c3640;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}
.nav-item span {
  display: block;
  color: #646d75;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
}
.nav-item img {
  position: absolute;
  left: -26px;
  margin-top: 1px;
}

.nav-link {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #303030
}
.nav-link:hover {
  color: #ed1212;
}
.navbar-brand {
  padding: 0;
  margin: 0
}
.navbar-toggler {
  position: absolute;
  top: 0;
  right: 15px;
  border: 2px solid #303030;
  border-radius: 5px;
  padding: 8px 10px 12px;
  margin: 0;
  z-index: 2;
  border-radius: 2px
}
a.navbar-brand__logo img{
  /* width: 180px; */
}
.logo-item {
  text-decoration:none;
  /* color:#303030; */
  font-weight:600;
  font-size: 20px;
  display: inline;
}
.logo-item:hover {
  text-decoration: none !important;
}
.contact-item {
  margin-left: 80px
}
.contact-item a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #303030
}
.contact-item img {
  margin-right: 3px
}
.strong {
  font-size: 30px;
  line-height: 45px
}
.color {
  color: #ed3232
}
a.color {
  color: #ed3232
}
a.color:hover {
  color: #cd1212;
  text-decoration: none
}
h1, .h1 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 90px;
  margin-bottom: 0;
  color: #303030
}
h2, .h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 67px;
  color: #303030;
  margin-bottom: 40px;
}
h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 67px;
  color: #303030;
  margin-bottom: 40px
}
h3.sm {
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  color: #303030;
  margin-bottom: 26px
}
h4, .h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #303030;
  margin-bottom: 6px
}
.btn {
  border: 0;
  background: #ed3232;
  border-radius: 4px;
  padding: 11px 24px 12px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  -webkit-appearance: none;
    -moz-appearance: none;
}
.btn:active, .btn:focus, .btn:hover {
  background: #cd1212;
  color: #fff;
  outline: none !important;
}
.head {
  padding-top: 130px
}
section {
  margin: 90px 0
}
.home-blocks {
  margin-top: 0;
}

.fs-medium {
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 1920px) {
  .home-blocks {
    margin-top: -40px;
  }
}

@media screen and (max-width: 992px) {
  .home-blocks {
    margin-top: 10px;
  }
}

/* HOME LANDING MAP ANIMATION */
#pin-1 {
  animation: bounce 2s ease-in-out infinite;
  transform-origin: center bottom;
}

#pin-3 {
  animation: bounce 4s ease-in-out infinite;
  transform-origin: center bottom;
}

@keyframes bounce {
  0% {
      transform: scaleY(1);
  }

  50% {
      transform: scaleY(1.025);
  }

  100% {
      transform: scaleY(1);
  }
}

#pin-2 {
  animation: step 3s ease-in-out infinite;
  transform-origin: center bottom;
}

@keyframes step {
  0% {
      transform: scaleY(.95);
  }

  50% {
      transform: scaleY(1.015);
  }

  100% {
      transform: scaleY(.95);
  }
}

/* #Vector,
#Vector_4,
#Vector_5,
#Vector_6 {
  animation: ping 1.5s ease-in;
  transform-origin: center;
  animation-iteration-count: 1;
}

@keyframes ping {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
} */

#home {
  /* background: #f9f9f9; */
  position: relative;
  /* min-height: 90vh; */
  /* padding: 150px 0 150px; */
  padding: 100px 0 80px;
  background-image: url(/img/home-semicirc.png);
  background-position: 65%;
  background-repeat: no-repeat;
  margin: 0;
}
#home h1 {
  color: #303030
}

.map_animated {
  position:absolute;
  right:0;
  top:9%;
}

.map_animated img {
  z-index: 200;
  /* transition: transform 2s cubic-bezier(.19,1,.22,1);
  transform: scaleX(1); */
}
.animatePulse {
  animation: pulse-animation 4s infinite;
}

svg .locationBeacon {
  opacity: 0;
  width: 100px;
  height: 100px;
  animation: pulse-animation infinite ease-in-out 1s;
}


@keyframes pulse-animation {
  0% {
    stroke-opacity: 0;
    opacity: 0;
  }
  100% {
    stroke-opacity: 1;
    opacity: 1;
  }
}

.beacon {
  stroke: black;
}

.fadeInAnimation {
  opacity: 0;
}

.animateStroke {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 4s linear infinite ;
}

.animatedMap {
  z-index: 200;
}

.packagePath {

}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
#dashboard {
  background: #f9f9f9;
  position: relative;
  padding: 90px 0 100px;
  margin: 0;
  min-height: 720px;
  /* height: 100vh */
}
#dashboard h1 {
  color: #303030
}

/* Loader for Dashboard */

.loader,
.loader:before,
.loader:after {
  top: -18px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  display: inline-block;
  color: #333333;
  font-size: 8px;
  /* margin: 10px auto; */
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.panel .panel-default {
  background: #f9f9f9;
}
.panel-title {
  margin: 0px;
  padding: 14px 2px 14px 8px;
  background: #f2f4f6;
  border-radius: 3px;
}
.panel-title a {
  font-size: 1.05rem;
  color: #303030;
}
/* .panel-heading a:before {
  content: "\f078";
  font-family: 'FontAwesome';
  padding: 4px;
  float: right;
  transition: all 0.5s;
} */
/* .panel-title a:hover {
  text-decoration: none;

} */

.track-form {
  margin-top: 42px
}
.track-form .form-group {
  position: relative;
  z-index: 200;
  max-width: 580px
}
.track-form input.form-control {
  width: 100%;
  border: 1px solid rgba(0,0,0,.3);
  border-radius: 5px;
  padding: 13px 144px 12px 48px;
  height: auto;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
  background-image: url(/img/tools-and-utensils_dark.svg);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 13px 14px;
  background-size: 20px;
}
.track-form input.form-control.phone-input {
  background-image: url(/img/icon-phone.svg)!important;
}
.track-form input.form-control.postcode-input {
  background-image: url(/img/icon-postcode.svg)!important;
}

.track-form input::-webkit-input-placeholder {
  color: #303030;
  opacity: .5
}
.track-form input:-ms-input-placeholder {
  color: #303030;
  opacity: .5
}
.track-form input::-ms-input-placeholder {
  color: #303030;
  opacity: .5
}
.track-form input::placeholder {
  color: #303030;
  opacity: .5
}
.track-form button.btn {
  position: absolute;
  right: 0;
  height: 100%;
  border-radius: 0 5px 5px 0;
  height: 51px
}

#home .hidden-last-input .first-group .sbmtbtn1 img {
  width: 25px;
}
#home .last-group #submitBtn  img {
  width: 25px;
}
#home .last-group #submitBtn:hover {
  background: #cd1212;
}
#home .hidden-last-input .first-group .sbmtbtn1:hover #magnifying-glass {
  fill: #303030;
}

#dashboard .hidden-last-input .first-group .sbmtbtn1 img {
  width: 25px;
}
#dashboard .last-group #submitBtn  img {
  width: 25px;
}
#dashboard .last-group #submitBtn:hover {
  background: #cd1212;
}
#dashboard .hidden-last-input .first-group .sbmtbtn1:hover #magnifying-glass {
  fill: #303030;
}

.form-control .form-control:active, .form-control:focus {
  border-color: rgba(0,0,0,.3) !important;
  -webkit-box-shadow: 0 0 0 .2rem rgba(237, 50, 50, .25) !important;
  box-shadow: 0 0 0 .2rem rgba(237, 50, 50, .25) !important;
  box-shadow: 0 0 0 .2rem rgba(237, 50, 50, .25) !important
}
.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745 !important;
}
.form-group.error {
  position: relative
}
.form-group.error .form-control {
  border-color: #ed3232 !important
}
.form-group.error::after {
  display: block;
  content: '';
  width: 26px;
  height: 26px;
  position: absolute;
  top: 27px;
  right: 130px;
  background-image: url(../img/error.svg);
  background-repeat: no-repeat
}
.form-group.okay .form-control:first-child {
  border-color: #73af00 !important
}
.form-group.okay::after {
  display: block;
  content: '';
  width: 26px;
  height: 26px;
  position: absolute;
  top: 27px;
  right: 27px;
  background-image: url(../img/okay.svg);
  background-repeat: no-repeat
}
.pointer-none {
  pointer-events: none
}
.white-bg {
  background: #fff;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
  border-radius: 5px;
  height: 100%
}
.white-bg img {
  margin-bottom: 15px
}
.white-bg p {
  color: grey
}
.white-bg ul {
  list-style: none
}

.white-bg li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
  font-size: 16px;
  line-height: 24px
}
.white-bg li::before {
  display: inline-block;
  content: '';
  background: url(/img/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.white-bg .bg-head {
  background: #f2615d;
  padding: 16px 38px 16px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #f2615d;
  color: #ffffff;
  position: relative
}
.white-bg .bg-head b {
  color: #ffffff;
}
/* Filters span types */
span.badge.delivered {
  color: #28a745!important;
}
span.badge.pending {
  color: #f0ad4e!important;
}
span.badge.transit {
  color: #5bc0de!important;
}
/* Tabs nav */
.nav-custom .pending {
  color: #f0ad4e!important;
}
.nav-custom .transit {
  color: #5bc0de!important;
}

.color-bg {
  background: #ed3232;
  padding: 74px 74px 90px
}
.color-bg h3 {
  color: #fff;
  margin-bottom: 0
}
#join-us .color-bg {
  border-radius: 10px;
  background-image: url(../img/join-us-pattern.svg);
  background-repeat: no-repeat;
  background-position: center
}
.p-big {
  padding: 62px 80px
}
.p-mid {
  padding: 48px
}
.p-sm {
  /* padding: 29px 50px 51px */
  padding: 29px 40px 31px;
}
.p-md {
  padding: 15px 40px 31px;
}
.p-absolute {
  position: absolute
}
.m-r {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.b-r {
  right: 20px;
  bottom: 0
}
#email-invalid{
  padding-top: 4px;
  display: block;
  font-size: 13px;
}
.hidden-last-input #track-invalid{
    display: block;
}
#track-invalid{
    font-size: 13px;
}
#contact {
  padding-top: 20px;
}
#contact #email-invalid {
    padding-top: 0px;
    margin-top: -16px;
    margin-bottom: -16px;
}
#cancellation #email-invalid{
    color: rgb(255, 255, 255) !important;
    margin-bottom: 20px;
    /* margin-top: -20px; */
}
.fw-600 {
  font-weight: 600 !important
}
.steps-container {
  margin-top: 30px
}
.d-flex.text-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.d-flex.text-center img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
.step-item {
  text-align: center;
  position: relative
}
.step-item .number {
  margin: 10px 0 30px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #ed3232;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.step-item .number::before {
  display: block;
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #ed3232;
  opacity: .2;
  top: -10px;
  left: -10px;
  position: absolute;
  z-index: -1;
  animation: pulse-red 2s infinite;
}
@keyframes pulse-red {
	0% {
		transform: scale(0.85);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
	}

	100% {
		transform: scale(0.85);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}
.step-item::after {
  display: block;
  content: '';
  width: calc(100% - 120px);
  height: 0;
  border-top: 1px dashed #ed3232;
  position: absolute;
  left: calc(50% + 60px);
  top: 30px
}
.step-item:last-child::after {
  display: none
}
.animate-card {
  border-bottom: 2px solid transparent;
  transition: transform .3s;
}
.animate-card:hover {
  /* transform: scale(1.02); */
  border-bottom: 2px solid #ed3232;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
}
.pattern-left {
  background: url(../img/pattern.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left
}
#contact .white-bg, #faq .white-bg {
  height: auto
}
#contact .white-bg h4, #faq .white-bg h4 {
  margin-bottom: 20px
}
#contact .white-bg p, #faq .white-bg p {
  color: #303030;
  opacity: 1;
  margin-bottom: 24px
}
#contact .white-bg p:last-child, #faq .white-bg p:last-child {
  margin-bottom: 0
}
/* #contact .white-bg {
  height: 100%
} */
#contact .form-control {
  border: 1px solid rgba(0,0,0,.3);
  border-radius: 2px;
  color: #303030;
  /* padding: 14px 20px 12px; */
  padding: 8px 20px;
  height: auto
}
#contact .form-control::-webkit-input-placeholder {
  color: #303030;
  opacity: .5
}
#contact .form-control:-ms-input-placeholder {
  color: #303030;
  opacity: .5
}
#contact .form-control::-ms-input-placeholder {
  color: #303030;
  opacity: .5
}
#contact .form-control::placeholder {
  color: #303030;
  opacity: .5
}
#contact input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none
}
#contact input[type=checkbox]+label {
  color: rgba(50, 50, 50, .5);
  padding-left: 30px;
  font-size: 13px;
  position: relative
}
#contact input[type=checkbox]+label::before {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid rgba(100, 109, 117, .1);
  position: absolute;
  top: 0;
  left: 0
}
#contact input[type=checkbox]:checked+label::before {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/checkox-checked.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0
}
#contact .btn {
  min-width: 200px
}
#cancellation {
  padding-top: 65px
}
#cancellation .color-bg {
  border-radius: 10px
}
#cancellation h4, #cancellation p {
  color: #fff
}
.simple-list {
  list-style: none
}
.simple-list li {
  padding-left: 20px;
  font-size: 16px;
  line-height: 160%;
  color: #303030;
  margin-bottom: 26px;
  position: relative
}
.simple-list li::before {
  display: block;
  content: '';
  background: #de3232;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  position: absolute;
  top: 9px;
  left: 0
}
.provisions-list {
  list-style: none;
}
.provisions-list li {
  padding-left: 20px;
  font-size: 16px;
  line-height: 160%;
  color: #303030;
  margin-bottom: 26px;
  position: relative
}
footer {
  background: #303030;
  padding: 50px 0
}
footer a {
  font-size: 14px;
  line-height: 21px;
  color: #fff
}
footer a:hover {
  color: #fff;
  text-decoration: underline
}
footer .h4 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px
}
.readmore-anchor:hover {
  text-decoration: underline;
  cursor: pointer;
}

.address img {
  width: 500px;
}
.dropdown {
  max-width: 244px;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  line-height: 45px;
  padding: 0 49px 0 20px;
  -webkit-appearance: none;
    -moz-appearance: none;
}
.dropdown:hover {
  text-decoration: none
}
.dropdown-collapse {
  max-width: 244px;
  border: 1px solid #fff;
  border-top: 0;
  border-bottom: 0
}
.dropdown-collapse a {
  display: block;
  width: 100%;
  line-height: 45px;
  padding: 0 49px 0 20px;
  border-bottom: 1px solid #fff
}
.dropdown-collapse a:hover {
  background: #404040;
  text-decoration: none
}
.dropdown::after {
  display: block;
  content: '';
  background-image: url(../img/drop.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 9px;
  height: 5px;
  pointer-events: none
}
.modal-backdrop.show {
  opacity: .85
}
.modal-dialog {
  max-width: 780px;
  margin: auto
}
.modal-dialog p {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 14px;
  transition: all 1s ease;
  opacity: 1;
}
.modal-dialog p.p-hidden{
  opacity:0;
  line-height:0;
}
.modal-dialog small {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
  opacity: .5
}
#login {
  padding-top: 45px
}
#order {
  padding-top: 15px
}
#login h1, #order h1 {
  margin-bottom: 26px
}
#login span {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #303030;
  position: relative;
  top: 2px
}
#order .bg-head span {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  position: relative;
}
#login .form-group, #order .form-group {
  position: relative
}
#login .form-control, #order .form-control {
  border: 1px solid rgba(0,0,0,.3);
  border-radius: 2px;
  color: #303030;
  padding: 12px 20px;
  height: auto
}
#order .form-control {
  /* border: 1px solid rgba(0,0,0,.3); */
  border: 1px solid #DCDCDC;
  border-radius: 2px;
  color: #303030;
  padding: 10px 20px;
  height: auto
}

#login .form-control::-webkit-input-placeholder, #order .form-control::-webkit-input-placeholder {
  color: #646d75
}
#login .form-control:-ms-input-placeholder, #order .form-control:-ms-input-placeholder {
  color: #646d75
}
#login .form-control::-ms-input-placeholder, #order .form-control::-ms-input-placeholder {
  color: #646d75
}
#login .form-control::placeholder, #order .form-control::placeholder {
  color: #646d75
}
#login .d-flex .form-control
/* , #order .d-flex .form-control  */
{
  width: calc(50% - 10px);
}
#login input[type=checkbox], #order input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none
}
#login input[type=checkbox]+label {
  color: #646d75;
  font-size: 12px;
  line-height: 160%;
  padding-left: 30px;
  position: relative
}
#order input[type=checkbox]+label {
  color: #646d75;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 300;
  padding-left: 30px;
  position: relative
}

#login input[type=checkbox]+label a, #order input[type=checkbox]+label a {
  /* text-decoration: underline; */
  color: #007bff
}
#login input[type=checkbox]+label::before, #order input[type=checkbox]+label::before {
  display: inline-block;
  content: '';
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid rgba(100, 109, 117, .5);
  position: absolute;
  top: 0;
  left: 0
}
#login input[type=checkbox]:checked+label::before, #order input[type=checkbox]:checked+label::before {
  display: inline-block;
  content: '';
  width: 22px;
  height: 22px;
  background: url(../img/checkox-checked-blue.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0
}
#login .btn, #order .btn {
  min-width: 200px;
  border-radius: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%
}

#order .btn {
  background: #28a745;
}
#order .btn:hover {
  background: #128c2e;
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  outline: none !important;
}

#home .btn:hover {
  color: #ffffff;
  background: #be1212;
}

#dashboard .btn:hover {
  color: #ffffff;
  background: #be1212;
}

#dashboard img {
  width: 400px;
  padding-left: 50px;
}

.pattern-left .btn:hover,
#locate-home-btn .btn:hover,
#login .btn:hover,
#contact .btn:hover {
  color: #ffffff;
  background: #be1212;
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  outline: none !important;
}

.btn .btn-link {
  font-weight: 400;
  color: #ff4c47;
  text-decoration: none;
}
.btn-link:hover {
  color: #fa0700;
  text-decoration: underline;
}

.btn-outline-warning {
  color: #fa0700!important;
  border: 1px solid #fa0700!important;
  background-color: #ffffff!important;
}

.btn-outline-warning:hover {
  color: #ffffff!important;
  border: 1px solid #fa0700!important;
  background-color: #fa0700!important;
}

#login ul li, #order ul li {
  font-weight: 300;
  /* font-size: 16px; */
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 29px
}
#order ul li::before {
  display: inline-block;
  content: '';
  width: 22px;
  height: 22px;
  color:#ed3232;
  background: url(../img/check.svg);
  position: absolute;
  top: 0;
  left: 0
}
#order .provisions-list li::before {
  display: none;
}

.payment_block {
  border: 1px solid #646d75;
  /* border: 1px solid rgba(0,0,0,.1); */
}

/* New payment icons */

#order ul li {
  padding-left: 45px!important;
}

#order ul li:first-child:before {
  background: url(../img/payicon_global.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px!important;
  height: 26px!important;
}
#order ul li:nth-child(2):before {
  background: url(../img/payicon_support.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px!important;
  height: 26px!important;
}
#order ul li:nth-child(3):before {
  background: url(../img/payicon_bargain.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px!important;
  height: 26px!important;
}
#order ul li:nth-child(4):before {
  background: url(../img/payicon_ease.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px!important;
  height: 26px!important;
}

#PaiementIndexForm label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0px;
}

#order .form-group {
  margin-bottom: 10px;
}

/* ******* */

#login .p-sm p, #order .p-sm p {
  font-weight: 300;
  font-size: 14px;
  line-height: 180%;
  color: #303030
}
#login .p-sm b, #order .p-sm b {
  font-weight: 700
}
#login .btn {
  min-width: 200px;
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  margin-top: 20px;
  margin-bottom: 0
}
#login, #order .white-bg {
  height: auto !important;
}

/* *********** */

.bg_advantages {
  background: #fff;
  color: #303030;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
  border-radius: 5px 5px 0px 0px;
  height: 100%;
  padding: 28px 38px 28px 38px;
}

.bg_advantages:hover {
  border-bottom: 2px solid #ed3232;
}

.bg_advantages h6 {
  font-weight: 400;
}

.icon_advantages {
  display: inline-block;
  font-size: 30px;
  line-height: 90px;
  cursor: pointer;
  margin: 20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
  color: #ed3232;
}
.icon_advantages:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content:'';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.icon_advantages:before {
  font-size: 28px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.hov {
  background-image: linear-gradient(to right, rgba(0,0,0,0) , rgba(0,0,0,0), #ff5151, #ed3232);
  background-size: 300% 100%;
  border: 1px solid #ed3232;
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}
.hov:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}

.ww-content:hover .icon_advantages.hov {
  /* border: 1px solid transparent; */
  background-position: 100% 0;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}
.ww-content:hover .icon_advantages.hov i {
  color: #ffffff;
}
.ww-content:hover .icon_advantages.hov:after {
  -webkit-animation: sonarEffect 1.3s ease-out infinite;
  -moz-animation: sonarEffect 1.3s ease-out infinite;
  animation: sonarEffect 1.3s ease-out infinite;
}

@-webkit-keyframes sonarEffect {
  0% {
      opacity: 0.3;
  }
  40% {
      opacity: 1;
      box-shadow:0 0 0px 1px #ed3232;
  }
  100% {
      box-shadow: 0 0 0px 1px #ed3232;
      -webkit-transform: scale(1.5);
      opacity: 0;
  }
}

/* *********** */

.loading-animation {
  -webkit-animation: ring 2s linear infinite;
  animation: ring 2s linear infinite;
  min-width:100%;
  padding-left: 220px;
  padding-right: 220px;
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
#cancellation .form-group {
  position: relative
}
#cancellation .form-control {
  border: 1px solid #fff;
  background: 0 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 17px 240px 19px 40px;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none
}
#cancellation .form-control:active, #cancellation .form-control:focus {
  border-color: #fff;
  -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25)
}
#cancellation .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: .5
}
#cancellation .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: .5
}
#cancellation .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: .5
}
#cancellation .form-control::placeholder {
  color: #fff;
  opacity: .5
}
#cancellation button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 18px 47px 19px;
  border-radius: 0;
  background: #fff;
  color: #303030;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #fff;
  border-radius: 0 2px 2px 0
}
#cancellation button:hover {
  color: #fff;
  background: 0 0;
  border: 1px solid #fff
}
@media (min-width: 1200px) {
  .nav-item {
    margin-left: 38px;
  }
  .contact-item {
    margin-left: 60px !important;
  }
}
@media (min-width:1399.98px) {
  .container {
    max-width: 1370px
  }
}
@media (max-width:1199.98px) {
  .navbar .btn {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .navbar .personal-btn {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .navbar .d-flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial
  }
  .navbar .navbar-collapse {
    margin: 0 !important
  }
  .navbar .contact-item {
    position: absolute;
    top: -16px;
    right: 86px
  }
  .nav-item {
    margin: 24px 0
  }
  .nav-item.active ::after {
    bottom: -13px
  }
  .card-date p {
    font-size: 13px;
  }
  .card-title {
    font-size: 14px;
  }
  .card-text {
    font-size: 14px;
  }
}
@media (max-width:991.98px) {
  #home {
    padding-top: 180px;
    margin-bottom: 0;
    height: auto;
    background-image: none;
  }
  .home-img {
    margin-top: 40px
  }
  .map_animated img {
    display: none;
  }

  #dashboard {
    padding-top: 120px;
    margin-bottom: 0;
    height: auto
  }
  .step-item::after {
    display: none
  }
  .step-item br {
    display: none
  }
  .head {
    padding-top: 80px
  }
}
@media (max-width:767.98px) {
  .track-form button.btn {
    bottom: 4px;
  }

  #home {
    padding-top: 120px!important;
    padding-bottom: 0!important;
  }
  #dashboard {
    padding-bottom: 0!important;
  }
  .card-date p {
    font-size: 13px;
  }
  .card-title {
    font-size: 12px;
  }
  .card-text {
    font-size: 12px;
  }
  h1 {
    font-size: 42px;
    line-height: 63px
  }
  .strong {
    font-size: 20px;
    line-height: 30px
  }
  #TrackParcelHomeForm {
    margin-top: 28px
  }
  #TrackParcelHomeForm input.form-control {
    width: 100%;
    border-radius: 5px;
    padding: 10px 10px 12px 50px;
    height: auto;
    font-size: 16px;
    line-height: 30px;
    color: #303030;
  }
  #TrackParcelHomeForm button.btn {
    /* padding: 18px 24px; */
    max-height: 75px
  }
  #dashboard img {
    width: 320px;
  }
  #home #CustomerEmail{
      /* background-image: none !important; */
  }
  .form-group.error::after {
    top: 24px;
    right: 100px
  }
  .form-group.okay::after {
    top: 24px;
    right: 24px
  }
  h3 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 28px
  }
  h4 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 4px
  }
  .btn {
    font-size: 18px;
    line-height: 24px
  }
  .head {
    padding-top: 40px
  }
  .p-big {
    padding: 40px 64px
  }
  .p-mid {
    padding: 32px
  }
  .p-sm {
    padding: 24px 24px 32px
  }
  #order .d-flex .form-control {
    width: 100%
  }
  #order .d-flex .form-control:first-child {
    margin-bottom: 20px
  }
  .white-bg .cvv-grid  img {
    margin-bottom: 36px;
}
  #order .d-flex, footer .d-flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  footer nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  footer nav a {
    margin: 10px 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }
  #cancellation .color-bg {
    padding: 40px
  }
  #cancellation .form-group {
    position: relative
  }
  #cancellation .form-control {
    padding: 14px 30px 16px 30px;
    margin-bottom: 20px
  }
  #cancellation button {
    position: relative;
    top: 0;
    right: 0;
    padding: 18px 40px;
    border-radius: 2px
  }
}
/* phone */
@media (max-width: 575.98px) , (max-height: 500px) {

  h2 {
    font-size: 1.2rem;
  }
  #login input[type=checkbox]+label, #order input[type=checkbox]+label {
    font-size: 11px;
    padding-left: 30px;
  }
   #order span {
     font-size: 16px;
   }
   .form-group {
    margin-bottom: 0.6rem;
  }

}

@media (max-width:575.98px) {
  #login, #order {
    padding-top: 20px
  }
  #login h1, #order h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 14px
  }
  .navbar .btn {
    min-width: 100px;
    margin-top: 20px
  }
  .navbar .personal-btn {
    min-width: 100px;
    margin-top: 20px
  }
  .navbar .col {
    margin: 0 15px
  }
  .navbar .contact-item {
    text-align: center;
    position: relative;
    top: 0;
    left: 0
  }
  .p-absolute.m-r {
    position: relative;
    margin-top: 16px;
    margin-bottom: 0
  }
  .btn {
    padding-left: 18px;
    padding-right: 18px
  }
  .p-big {
    padding: 20px 26px
  }
  .p-mid {
    padding: 20px
  }
  .p-sm {
    padding: 24px 16px 32px
  }
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #037bfe;
    background-color: #037bfe;
}
.home-customer-cgv{
    margin-top: 12px;
}
.home-dropdown{
    height:auto;
    overflow: visible;
    padding-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.home-dropdown .dropdown-toggle::after{
     position: absolute;
    top: 10px;
}
#dropdownMenuButton {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.fade:not(.show) {
    top: -99999px;
}
.cvv-grid{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
#order .cvv-grid  .form-control{
    width:100%;
}
.collapsing>div.nav-item{
    display:none !important;
}
.user-details-block{
    margin-top:0;
}
.user-details-header{
    margin-bottom: 0px;
}
.filter-container .nav-custom a{
    color: #676767!important;
    padding: 4px 20px;
    border-radius: 3px;
    border: 1px solid transparent;
    cursor:pointer;
}
.filter-container .active.nav-custom  a{
    color: #ed3232 !important;
    border-radius: 3px;
    border: 1px solid #ed3232;
    transition: all .4s;
}

.top-border {
  border-top: 1px solid #f3f6f9;
  height: 400px;
  overflow-y: auto;
  /* text-align: justify; */
}

.filter-tabs {
    display: none;
}
.filternav{
    display: flex;
    border-bottom: none !important;
}
#login .text-warning {
    color: #007bff!important;
}
#login .text-warning:hover{
    color: #0056b3!important;
}
@media (max-width: 992px){
    h3 {
        font-size: 24px;
    }
    h1{
        font-size: 26px;
    }
.filter-tabs {
    display: inline-block;
    height: auto;
    overflow: visible;
}
.filternav{
    display:none;
}
.top-border {
  height: auto;
}

span.badge.delivered {
  color: #28a745!important;
}
span.badge.pending {
  color: #f0ad4e!important;
}
span.badge.transit {
  color: #5bc0de!important;
}

.btn-filter {
  color: #ffffff!important;
  font-weight: 500!important;
}


}
.form-control{
    border-radius: 0;
}
.form-group.required label.error{
    color: #dc3545!important;
    font-size: 13px;
}
#home .form-group {
    margin-bottom: 8px;
}
#home .middle-group #CustomerEmail, #home .form-group #CustomerPhone, #home .form-group #CustomerPostcode{
    transition: all 1s ease;
    background-image: url(/img/envelope_form_field.svg);
    /* padding: 12px 144px 12px 34px!important; */
    padding: 13px 13px 12px 48px;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #303030;
    /* background-image: url(/img/tools-and-utensils_dark.svg); */
    background-repeat: no-repeat;
    background-position: 13px 17px;
    background-size: 21px;
}
#home .form-group #CustomerPhone {
    padding: 13px 110px 13px 48px;
}
  #home .hidden-last-input .last-group #CustomerEmail, #home .hidden-last-input .last-group #CustomerPhone, #home .hidden-last-input .last-group #CustomerPostcode {
    padding: 0 0 0 30px;
    /* opacity: 0; */
    display: none;
}
#home .last-group #submitBtn{
    transition: all 1s ease;
    background: #ed3232;
}
#home .hidden-last-input .last-group #submitBtn{
    height: 26px;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: #ffffff;
}
#home .home-customer-cgv{
    opacity: 1;
    transition: all 1s ease;
}

.custom-checkbox .custom-control-label::before {
  padding: 8px !important;
}

.custom-control-label::after {
  width: 1.1rem !important;
  height: 1.1rem !important;
}

#home .first-group .sbmtbtn1{
    transition: all 1s ease;
    opacity:0;
    display: none;
}

#home .hidden-last-input .first-group .sbmtbtn1{
    /* opacity:1; */
}
#home .hidden-last-input .home-customer-cgv{
    /* opacity: 0; */
    display: none;
}
.feature-list {
  display: inline-block;
}

#home .feature-list {
    white-space: nowrap;
}

#inlineFeatureListGroup {
  width: 580px;
}

@media (max-width: 630px) {
  #inlineFeatureListGroup {
    width: 520px;
  }
}

#login .form-group.error-validate label.error{
    color: #dc3545!important;
    font-size: 13px;
    margin-bottom: -26px;
    display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545!important;
}

@media (max-width:480px){
    h1 {
        font-size: 24px;
        line-height: 40px;
    }
    h3 {
    font-size: 20px;
    }
    h4 {
    font-size: 16px;
    }
    h3.sm {
    font-size: 20px;
    }
    .price {
      font-size: 1.20rem !important;
    }
    .deal small {
      font-size: 10px !important;
    }
    .simple-list li::before{
        top: 12px;
    }
    .feature-list {
      display: grid;
    }
    .duration-arrow>span {
      margin-top: 8px;
    }
    .top-border {
      height: auto;
    }
    #home .last-group #CustomerEmail{
      padding: 13px 24px 12px 48px;
    }
}

.pricing {
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
  margin-left: 100px;
  margin-right: 100px;
  text-align: center;
}

.duration-arrow>span {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 12px;
  line-height: 12px;
  margin-left: -10px;
  padding-left: 14px;
  padding-right: 6px;
  position: relative;
}
.duration-arrow>span::after {
  border-bottom: 6px solid transparent;
  border-left: 12px solid #000;
  border-top: 6px solid transparent;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -12px;
  top: 0;
  width: 0;
}

.price {
  color: #ed3232;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: normal;
}

/* New payment page items */

.order_details,
.payment_form {
  border: 1px solid rgba(0,0,0,.1);
}

.payment_form .card-title {
  font-size: 20px!important;
  font-weight: 600;
  color: #303030!important;
}

.card-details {
  font-size: 16px;
  font-weight: 500;
}

.card.default {
  border: none;
  border-radius: 10px;
  background: #ffffff!important;
}

.card.default img {
  height: 33px;
  margin-top: 4px;
}

.card.default p {
  font-weight: 300;
  font-size: 14px;
  line-height: 180%;
  color: #303030!important;
}

p.blurred {
  text-shadow: 0 0 8px #999;
  font-weight: 400;
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

.details_block_01 {
  /* border-bottom: 1px solid rgba(0,0,0,.1); */
}

.details_block_02 img {
  max-width:150px;
  /* filter: blur(.8px);
  -webkit-filter: blur(.8px); */
}
.details_block_01 label,
.details_block_02 label,
.details_block_03 label {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
}
.details_block_01 p,
.details_block_02 p,
.details_block_03 p {
  font-size: 14px;
  margin-bottom: 5px;
}

.details_block_02 {
  background-image: url(/img/MapZoomOutLarge.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 10% 60%;
  min-height: 180px;
  /* border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1); */
  /* filter: blur(1.5px);
  -webkit-filter: blur(1.5px); */
}

.details_block_03 {
  /* border-top: 1px solid rgba(0,0,0,.1); */
}

#carrier-logo {
  max-width: 45px;
  margin-bottom: 5px;
}
