@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

body, html {
  overflow-x: hidden;
  scroll-behavior: smooth
}
body {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 180%;
  background-color: #ffffff;
  color: #18191F
}
#background_02.about img {
}
#background_002 {
  background-image: url(../img/background_02_blue.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
}
#faq.head {
  background-image: url(../img/bg_hero_delivery@2x.png);
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 100px;
}
#faq.head h1, #faq.head p {
  color: white;
  margin-bottom: 1ch;
}
.mt-3r {
  margin-top: -3rem;
}
#contact.head {
  color: white;
  background-image: url(../img/bg_hero_delivery@2x.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 100px;
  padding-top: 100px;
}
#contact.head h3, #contact.head p {
  color: white;
  margin-bottom: 1ch;
}

#about {
  background-image: url(../img/bg_hero_delivery@2x.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  color: #18191F;
  margin-bottom: 0px;
}
#about img {
  margin-top: 0;
  max-width: 300px;

}
#about_02 {
  background-image: url(../img/about_background_02_blue.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  height: 100vh;
}
#faq {
  background-position: bottom right;
  background-repeat: no-repeat;
  /* margin-top: 0px; */
}
.bg-blue {
  background-color: #324D78;
}
.bg-blue h1, h2, h3, h4, h5 {
  color: #ffffff;
}
.bg-blue p {
  color: #ffffff;
  font-weight: 400;
  opacity: .5;
}
.text-primary {
  color: #F0294C!important;
}
h1, h2, h3, h4, h5 {
  color: #0B0F64;
}
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%
}
.logo-lockup {
  background: #fafafa;
}
.text-red {
  color: #F0294C;
}
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 9;
  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 .btn {
  border-radius: 50px;
}
.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:#F0294C;
  border: 2px solid #F0294C;
}
.navbar .personal-btn:hover {
  background: #ffffff !important;
  color:#F0294C;
  opacity: .6;
  border: 2px solid #F0294C;
  transition: opacity 200ms ease-in-out;
}
.nav-item {
  margin-left: 60px;
  position: relative
}
.nav-item.active .nav-link {
  text-decoration: none;
  color: #F0294C;
  pointer-events: none
}
.nav-link {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 24px;
  color: rgba(255, 255, 255, .6);
  transition: 0.25s all;
}
.nav-link:hover {
  color: white;
  opacity: 0.65;
}
.navbar-brand {
  padding: 0;
  margin: 0
}

.navbar .dropdown {
  border: none;
}
.nav-link.dropdown-toggle {
  color: rgba(255, 255, 255, .6);
}
.nav-link.dropdown-toggle:hover {
  color: white;
}

.navbar .dropdown a.dropdown-item {
  color: #18191F;
}
.navbar-toggler {
  position: absolute;
  top: 0;
  right: 15px;
  border-radius: 5px;
  padding: 8px 10px 12px;
  margin: 0;
  z-index: 2;
  border-radius: 2px
}
a.navbar-brand__logo img{
  width: 180px;
}
.p-rel {
  position: relative;
}
.logo-item {
  text-decoration:none;
  color:#0B0F64;
  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: white;
}
.contact-item img {
  margin-right: 3px
}
.strong {
  font-size: 30px;
  line-height: 45px
}
.color {
  color: #F0294C
}
a.color {
  color: #F0294C
}
a.color:hover {
  color: #ec5240;
  text-decoration: none
}
h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 62px;
  line-height: 90px;
  margin-bottom: 0;
  color: #0B0F64
}
h3 {
  font-weight: 600;
  font-size: 38px;
  line-height: 54px;
  color: #0B0F64;
  margin-bottom: 40px
}
h3.sm {
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  color: #0B0F64;
  margin-bottom: 26px
}
h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #0B0F64;
  margin-bottom: 6px
}
.btn {
  border: 0;
  background: #F0294C;
  border-radius: 0px;
  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;
}
@media screen and (max-width: 767.98px) {
  .btn {
    line-height: 22px;
  }
}
.btn:active, .btn:focus, .btn:hover {
  opacity: 0.88;
  color: #fff;
  outline: none !important;
}
.head {
  padding-top: 130px
}
section {
  margin: 90px 0
}
.home-blocks {
  background-color: #fafafa;
  padding: 70px 0 40px 0 !important;
  margin: 0px;
}

/* 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-image: url(../img/bg_hero_delivery@2x.png);
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  padding: 150px 0 150px;
  margin: 0;
  min-height: 720px;
  height: 50rem;
}
.home-banner img {
}
@media (max-width: 992.99px) {
  #home {
    /* background-position: top left; */
  }
  .home-banner img {
    margin: auto;
    width:150px;
  }
  #background_02, #about_02 {
    background-image: none;
  }
  #background_002 {
    background-color: #FCECDD;
    background-image: none;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .branded img {
    filter: none!important;
  }
  .color-bg h3 {
    font-size: 22px!important;
    line-height: 42px!important;
  }
  .color-bg {
    padding: 74px 34px 80px!important;
  }
}
#home h1 {
  color: white;
  font-weight: 500;
  font-size: 72px;
}

#dashboard {
  background: #f9f9f9;
  position: relative;
  padding: 90px 0 100px;
  margin: 0;
  min-height: 720px;
  /* height: 100vh */
}
#dashboard h1 {
  color: #0B0F64
}

/* 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: #0B0F64;
  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: #0B0F64;
}
/* .panel-heading a:before {
  content: "\f078";
  font-family: 'FontAwesome';
  padding: 4px;
  float: right;
  transition: all 0.5s;
} */
/* .panel-title a:hover {
  text-decoration: none;

} */

.input-icon {
  position: absolute;
  width: 22px;
  height: 22px;
  margin-top: 19px;
  margin-left: 14px;
}
@media (max-width:767.98px) {
  p {
    font-size: 15px;
  }
  .input-icon {
    display: none;
  }
  .track-form button.btn {
    height: auto!important;
  }
}
.track-form {
  margin-top: 42px
}
.track-form .form-group {
  position: relative;
  /* max-width: 520px */
}
.track-form input.form-control {
  width: 100%;
  padding: 16px 144px 16px 54px;
  height: auto;
  border: 0px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 24px;
  color: #0B0F64;
  /* box-shadow: 0 2px 4px 0 rgba(174,174,186,0.24), 0 8px 24px 0 rgba(174,174,186,0.16); */
  /* -webkit-box-shadow: 0 2px 4px 0 rgba(174,174,186,0.24), 0 8px 24px 0 rgba(174,174,186,0.16); */
}
.track-form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: .5
}
.track-form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: .5
}
.track-form input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: .5
}
.track-form input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: .5
}
.track-form button.btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 50px;
}

#home .hidden-last-input .first-group .sbmtbtn1 img {
  width: 25px;
}
#home .last-group #submitBtn  img {
  width: 25px;
}
#home .last-group #submitBtn:hover {
  opacity: 0.88;
}
#home .hidden-last-input .first-group .sbmtbtn1:hover #magnifying-glass {
  fill: #0B0F64;
}

#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: #0B0F64;
}

.form-control .form-control:active, .form-control:focus {
  border-color: rgba(0,0,0,.3) !important;
  -webkit-box-shadow: 0 0 0 .2rem rgba(53, 63, 97, .1) !important;
  box-shadow: 0 0 0 .2rem rgba(53, 63, 97, .1) !important;
  box-shadow: 0 0 0 .2rem rgba(53, 63, 97, .1) !important
}
.form-control.is-valid, .was-validated .form-control:valid {
  /* border-color:  !important; */
  border: 2px solid #30C991!important;
}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
  color: #30C991 !important;
}
.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
  background-color: #30C991 !important;
}
.custom-control-label {
  color: white;
}
.custom-control-label a {
  color: #f87a91;
  font-weight: bold;
}
.form-control.is-valid, .was-validated .form-control:valid {
  background-image: url(../img/tick_form.svg);
  background-position: calc(100% - 32px);
}

.form-group.checkbox label {
  font-size: 14px;
}

.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: #30C991 !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
}
.lt-gray-bg {
  background: #fafafa;
}
.white-bg {
  background: #fff;
  -webkit-box-shadow: 0 6px 24px 0 rgba(174,174,186,0.16);
  box-shadow: 0 6px 24px 0 rgba(174,174,186,0.16);
  border-radius: 5px;
  height: 100%
}
.white-bg img {
  margin-bottom: 12px
}
.white-bg p {
  color: grey
}
.white-bg ul {
  list-style: none
}

.white-bg li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 24px
}
/* .white-bg li::before {
  font-family: "FontAwesome";
  display: inline-block;
  content: '';
  color:#ed3232;
  font-size: 25px;
  position: absolute;
  top: 0;
  left: 0
} */
/* .white-bg li:nth-child(1)::before {
  content: '\f689';
}
.white-bg li:nth-child(2)::before {
  content: '\f0ac';
}
.white-bg li:nth-child(3)::before {
  content: '\f5a0';
}
.white-bg li:nth-child(4)::before {
  content: '\f2a0';
}
.white-bg li:nth-child(5)::before {
  content: '\f057';
} */

.white-bg .bg-head {
  background: #F0294C;
  padding: 16px 16px 14px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  /* color: #646d75; */
  color: #ffffff;
  position: relative
}
.white-bg .bg-head b {
  /* color: #0B0F64; */
  color: #ffffff;
}
.white-bg .bg-head::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f6f6f6;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute
}
/* 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;
}

.icon-check-circle::after {
  content: '';
  display: inline-block;
  height: 20px;
  top: 5px;
  width: 20px;
  position: relative;
  background: center/contain no-repeat url('../img/check_circle.svg');
}

.color-bg {
  background: #F6F6F6;
  padding: 74px 74px 90px;
}
.color-bg h3 {
  color: #0B0F64;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: lighter;
  line-height: 52px;
}
#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
}
.seperator-container.left-divider {
  border-left: 2px solid #F0294C;
  padding-left: 1ch;
}
.step-item {
  text-align: left;
  position: relative
}
.step-item img {
  height: 70px;
  width: 70px;
  margin-right: 3ch;
}

.step-item .number {
  margin: 10px 0 30px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #0B0F64;
  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: rgb(84, 212, 242);
  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(84, 212, 242 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(84, 212, 242, 0);
	}

	100% {
		transform: scale(0.85);
		box-shadow: 0 0 0 0 rgba(84, 212, 242, 0.4);
	}
}
.step-item::after {
  /* display: block;
  content: '';
  width: calc(100% - 120px);
  height: 0;
  border-top: 3px dashed #d9dae0;
  position: absolute;
  left: calc(50% + 60px);
  top: 30px */
}
.step-item:last-child::after {
  display: none
}
.animate-card img{
  margin-bottom: 12px;
  /* border-bottom: 2px solid transparent; */
  /* transition: transform .3s; */
}
.animate-card:hover {
  /* transform: scale(1.02); */
  /* border-bottom: 2px solid #FF5947;
  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
}
form input[type="text"], form textarea, .form-control {
  background: #fafafa;
  border: 1px solid #fafafa;
}
#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: #0B0F64;
  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-radius: 2px;
  color: #0B0F64;
  /* padding: 14px 20px 12px; */
  padding: 8px 20px;
  height: auto
}
#contact .form-control::-webkit-input-placeholder {
  color: #0B0F64;
  opacity: .5
}
#contact .form-control:-ms-input-placeholder {
  color: #0B0F64;
  opacity: .5
}
#contact .form-control::-ms-input-placeholder {
  color: #0B0F64;
  opacity: .5
}
#contact .form-control::placeholder {
  color: #0B0F64;
  opacity: .5
}
#contact .form-control{
  padding-left: 40px;
}
#contact .form-group{
  position: relative;
}
#contact .form-group .form-group::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 13px;
  left: 1.5ch;
  background: center/contain no-repeat url('../img/user.svg');
}
#TrackParcelHomeForm .form-group.email::before {
  /* background: center/contain no-repeat url('../img/at.svg')!important;
  top: 20px!important;
  width: 22px!important;
  height: 22px!important; */
}
#contact .form-group.email .form-group::before {
  background: center/contain no-repeat url('../img/at.svg')!important;
}
#contact .form-group.subject .form-group::before,#contact .form-group.message .form-group::before  {
background: center/contain no-repeat url('../img/contract.svg');
}


#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
}
.btn.btn-secondary {
  background: white;
  color: #F0294C;
}
#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: #0B0F64;
  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: #0B0F64;
  margin-bottom: 26px;
  position: relative
}

#MessageCookie p,#MessageCookie a {
  color: #0B0F64!important;
}

footer {
  background: #0B0F64;
  padding: 80px 0
}
footer p {
  color: rgba(255, 255, 255, .8);
  font-weight:300;
  font-size:12px;
}
footer h4 {
  color: rgba(255, 255, 255, 0.8); 
}

footer ul li {
  list-style-type: none;
}
footer a {
  font-size: 14px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
footer a:hover {
  color: #0B0F64;
  opacity: 0.75;
  text-decoration: none
}
footer h4 {
  opacity: 0.35;
  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-content {
  /* min-width: 800px; */
}
.modal-dialog {
  max-width: 780px;
  margin: auto
}
.modal-dialog p {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 44px;
  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: #0B0F64;
  opacity: .5
}
#complete-carrier-logo {
  max-width: 60px;
}
.js--section-header ul.navbar-nav li.nav-item a.nav-link, .js--section-header .contact-item a{
  color: #18191F;
}
.js--section-header .nav-link.dropdown-toggle {
  color: #18191F;
}
.js--section-header .navbar .dropdown-item {
  /* color: white; */
}

.js--section-header .navbar button.navbar-toggler {
  background: #F0294C;
}

#login {
  padding-top: 45px;
  /* background-image: url(../img/bg_hero_delivery@2x.png); */
  background-position: left;
  background-repeat: no-repeat;
  min-height: 100%;
  margin-bottom: 0px;
  padding-bottom: 6rem;
}
#order {
  padding-top: 15px
}
#CustomerTerminationForm .form-group.email::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 18px;
  left: 1.5ch;
  background: center/contain no-repeat url('../img/at.svg');
}
#login h1, #order h1 {
  margin-bottom: 26px
}
#login span, #order span {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #0B0F64;
  position: relative;
  top: 2px
}
#login .form-group, #order .form-group {
  position: relative
}

#login .form-group {
  position: relative
}
#login .form-group.username::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 46px;
  left: 1.5ch;
  background: center/contain no-repeat url('../img/at.svg');
}
#login .form-group.password::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 46px;
  left: 1.5ch;
  background: center/contain no-repeat url('../img/login 1.svg');
}
#login .form-control, #order .form-control {
  border: 0px;
  background: #fafafa;
  border-radius: 2px;
  color: #0B0F64;
  padding: 12px 20px;
  padding-left: 50px;
  height: auto
}
#order .form-control {
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 2px;
  color: #0B0F64;
  padding: 8px 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, #order input[type=checkbox]+label {
  color: #646d75;
  font-size: 12px;
  line-height: 160%;
  padding-left: 25px;
  position: relative
}
#login input[type=checkbox]+label a, #order input[type=checkbox]+label a {
  /* text-decoration: underline; */
  color: #ed3232
}
#login input[type=checkbox]+label::before, #order input[type=checkbox]+label::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid rgba(100, 109, 117, .5);
  position: absolute;
  top: -1px;
  left: 0
}
#login input[type=checkbox]:checked+label::before, #order input[type=checkbox]:checked+label::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/checkox-checked.svg);
  background-size: cover;
  position: absolute;
  top: -1px;
  left: 0
}
#login .btn, #order .btn {
  min-width: 200px;
  border-radius: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%
}
#home .btn:hover {
  color: #ffffff;
  opacity: 0.88;
}

#dashboard .btn:hover {
  color: #ffffff;
  opacity: 0.88;
}

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

.pattern-left .btn:hover,
#locate-home-btn .btn:hover,
#login .btn:hover,
#order .btn:hover,
#contact .btn:hover {
  color: #ffffff;
  /* background: #be1212; */
  opacity: 0.88;
  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: #F0294C;
  text-decoration: none;
}
.btn-link:hover {
  color: #fa0700;
  text-decoration: underline;
}

#login ul li, #order ul li {
  font-weight: 300;
  /* font-size: 16px; */
  font-size: 14px;
  line-height: 140%;
  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;
}
#login .p-sm p, #order .p-sm p {
  font-weight: 300;
  font-size: 14px;
  line-height: 180%;
  color: #0B0F64
}
#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-l-primary {
  background: #F0294C;
}
.advantages-bg {
  color: #0B0F64;
  -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%;
  padding: 28px 38px 28px 38px;
}

.advantages-bg:hover .circle-icon, i {
  color: #0B0F64;
}
.logo-lockup {
  
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* [data-logo] {
  border-radius: .25s;
  cursor: pointer;
  position: relative;
  height: 4rem;
  width: 4rem;
  list-style: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  transition: all .5s ease;
  background-blend-mode: multiply;
}

[data-logo]:hover {
  /* background-color:#F0294C; */
}


 [data-logo="201"]{background-image: url("/img/image%201.png");}
 [data-logo="202"]{background-image: url("/img/image%202.png");}
 [data-logo="203"]{background-image: url("/img/image%203.png");}
 [data-logo="204"]{background-image: url("/img/image%204.png");}
 [data-logo="205"]{background-image: url("/img/image%205.png");}
 [data-logo="206"]{background-image: url("/img/image%206.png");}
 [data-logo="207"]{background-image: url("/img/image%207.png");}
 [data-logo="208"]{background-image: url("/img/image%208.png");}
 [data-logo="209"]{background-image: url("/img/image%209.png");}
 [data-logo="2010"]{background-image: url("/img/image%2010.png");}
 [data-logo="2011"]{background-image: url("/img/image%2011.png");}
 [data-logo="2012"]{background-image: url("/img/image%2012.png");} */

.circle-icon {
    /* background: #ed3232; */
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    padding: 20px;
}

.loading-animation {
  -webkit-animation: ring 2s linear infinite;
  animation: ring 2s linear infinite;
  max-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 {
  background: #fafafa;
  font-size: 16px;
  line-height: 24px;
  color: #0B0F64;
  padding: 17px 240px 19px 40px;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none
}
#cancellation .form-group.email::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 20px;
  left: 1.5ch;
  background: center/contain no-repeat url('../img/at.svg');
}
#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;
  background: #F0294C;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #fff;
  border-radius: 40px;
}
#cancellation button:hover {
  color: #fff;
  border: 1px solid #fff
}
@media (min-width: 1200px) {
  .nav-item {
    margin-left: 38px;
  }
  .contact-item {
    margin-left: 60px !important;
  }
  .form-group.checkbox input {
    position: relative;
    top: 3px;
  }
  .form-group.checkbox label {
    font-size: 10px;
  }
}
@media (min-width:1399.98px) {
  .container {
    max-width: 1370px
    
  }
  .form-group.checkbox input {
    position: relative;
    top: 3px;
  }
}
@media (max-width:1199.98px) {
  .form-group.checkbox input {
    position: relative;
    top: 4px;
  }
  .form-group.checkbox label {
    font-size: 8px;
  }
  .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-collapse.collapse.show .nav-link {
    color: #18191F;
  }
  
  .navbar-collapse.collapse.show {
    background: #f6f6f6;
    border-radius: 45px;
    color: #18191F;
  }

  .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
  }
  .home-img {
    margin-top: 40px
  }
  #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) {

  .modal-content {
    /* max-width: 400px; */
  }
  .modal-dialog p {font-size:12px;margin-bottom:14px}

  #home {
    
  }
  #home {
    background-position: left;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    padding-bottom: 0 !important;
    padding-top: 130px;
    margin: 0;
    min-height: 60vh;
  }
  #home .feature-list.list-inline li {
    margin-top: 1rem;
  }
  #homesearchcheckbutton {
    line-height: 18px!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: 1px solid #ededed; */
    padding: 10px 44px 15px 20px;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #0B0F64;
  }
  #TrackParcelHomeForm button.btn {
    /* padding: 18px 24px; */
    max-height: 50px
  }
  #TrackParcelHomeForm button.btn img{
    position: relative;
    top: -3px;
  }
  #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-reg {
    padding: 25px 44px
  }
  .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) {
  .form-group.checkbox input {
    position: relative;
    top: 0px;
  }
  .form-group.checkbox label {
    float: right;
    width: 90%;
    font-size: 10px;
  }
  #login, #order {
    padding-top: 20px
  }
  #login h1, #order h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 14px
  }
  .navbar .btn {
    min-width: 100px;
  }
  .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 36px
  }
  .p-reg {
    padding: 15px 22px
  }
  .p-mid {
    padding: 20px
  }
  .p-sm {
    padding: 24px 16px 32px
  }
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #30C991;
    background-color: #30C991;
}
.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;
}

.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: #ed3232!important;
}
#login .text-warning:hover{
    color: #ed3232!important;
}
@media (max-width: 992px){
    h3 {
        font-size: 24px;
    }
    h1{
        font-size: 46px
    }
.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;
}


}
.form-control{
    border-radius: 0;
}
.form-group.required label.error{
    color: #dc3545!important;
    font-size: 13px;
}
#home .form-group {
    margin-bottom: 8px;
}
#home .last-group #CustomerEmail{
    transition: all 1s ease;
    background-image: none !important;
}
#home .hidden-last-input .last-group #CustomerEmail{
    padding: 0 0 0 30px;
    /* opacity: 0; */
    display: none;
}

#home .last-group #submitBtn{
    transition: all 1s ease;
    background: #F0294C;
}
#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;
    margin-left: 1.4rem;
}

.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;
}
#home .first-group .sbmtbtn1:hover img {
}

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

#login .form-group.error-validate label.error{
    color: #dc3545!important;
    font-size: 13px;
    margin-bottom: -26px;
    display: block;
}
@media (max-width:480px){
    h1 {
        font-size: 46px!important;
        line-height: auto;
    }
    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;
    }
}
#pricing {
  background: #fff;
  margin-top: 0px;
  padding: 65px 0;
}
.pricing {
  display: flex;
  text-align: center;
}

.price-card {
  width: 100%;
  border-radius: 16px;
  background-color: #F6F6F6;
  -webkit-box-shadow: 0 15px 25px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  box-shadow: 0 15px 25px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  padding: 33px 37px 48px;
  position: relative
}

.price-card small {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3.14px;
  background-color: #fff;
  color: #F0294C;
  font-size: 12.55px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
  padding: 4px 12px
}

.price-card span {
  display: block;
  font-size: 19.2px;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 33px
}

.price-card p {
  font-size: 14px;
  line-height: 1.6;
}

.price-card .form-group {
  pointer-events: none
}

.price-card label {
  color: #0B0F64;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 28px;
  padding-left: 32px;
  margin-right: 20px;
  position: relative;
  display: block;
  pointer-events: none
}

.price-card label::before {
  display: block;
  content: '';
  width: 17px;
  height: 17px;
  position: absolute;
  top: 5px;
  left: 0
}
.price-card .price-card__title strong{
}
.price-card .price-card__title {
  color: #F0294C;
  font-size: 19.2px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 29px;
  height: 67px
}

.pricing_bloc .advantage {
  padding: 8px 24px 30px 0px;
  margin: 20px 0px 10px;
}
.pricing_bloc .advantage span {
  padding-left: 6px;
}
.pricing_bloc img {
  width: 65px;
}
.price-card.bg-primary .btn {
  background: white!important;
  width: auto;
  margin: auto;
  display: inline-block;
  
  color: #F0294C!important;
}

.btn {
  border-radius: 50px;
  padding: 16px 38px;
}
.bg-primary {
  background: #F0294C!important;
  color: white;
}

@media (max-width:575.98px) {
  .pricing_bloc .advantage {
    padding: 8px 0px 9px 0px;
    margin: 20px 0px 10px;
    font-size: 14px;
  }
  .pricing_bloc .advantage span {
    padding-left: 3px;
  }
}


.price-card .price-card__title strong {
  font-size: 48px
}

.duration-arrow>span {
  background-color: #0B0F64;
  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;
}

label.error{
  font-size: 13px;
  color: #ed3232;
}

/* .branded img {
  filter: grayscale(1);
  transition: all .6s ease;
}

.branded img:hover {
  filter: grayscale(0.1);
} */
