<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: 'Noto Sans';
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#myNavbar .drop-down.dropdown-menu li a:active{color:#000 !important;}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

.col-form-label span {
  color: red;
}

.middle_section_irish img {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}

.middle_section_irish p {
  display: inline-block;
  color: #000;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}

.delivery-address-form {
  width: 370px;
}

a.download_invoice {
  width: 38px;
  display: inline-block;
  vertical-align: middle;
  height: 46px;
  border-radius: 100%;
}

.form-check.checkbox-only.termsC {
  margin-left: 10px;
}

.btn-close {
  background: #1eaeeb !important;
  width: initial !important;
  min-width: auto;
  height: auto !important;
  padding: 11px 25px !important;
  border-radius: 5px !important;
  border: 0 !important;
  font-size: 16px !important;
  box-shadow: 2px 3px 10px 0px #00000021 !important;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.428571;
  margin: 0 10px 10px 0;
  outline: none;
  opacity: unset;
}

.btn-close:hover {
  box-shadow: 3px 3px 10px 1px #00000030 !important;
  transition: 0.3s ease-in-out;
  background: #000 !important;
  color: #fff;
}

.btn-save {
  background: #1eaeeb !important;
  width: initial !important;
  min-width: auto;
  height: auto !important;
  padding: 11px 25px !important;
  border-radius: 5px !important;
  border: 0 !important;
  font-size: 16px !important;
  box-shadow: 2px 3px 10px 0px #00000021 !important;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.428571;
  margin: 0 10px 10px 0;
  outline: none;
}

.btn-save:hover {
  box-shadow: 3px 3px 10px 1px #00000030 !important;
  transition: 0.3s ease-in-out;
  background: #000 !important;
  color: #fff;
}

.search-form-box #autocomplete_from_adrs,
.search-form-box #autocomplete_to_adrs {
  border-radius: 8px;
  border: 1px solid black;
  height: 50px;
  box-shadow: 10px 10px 4px 0px #00000024;
}
.mobile_view_steps
{
  display: none;
}
.styled-controled,
.search-form-box .form-control {
  border: 0px;
  background: #fff;
  outline: 0px;
  border-radius: 5px;
  height: 45px;
}

.tail_lift_delivey {
  text-align: left;
  border-radius: 5px;
  background: #fff;
  color: #000;
}

td.delivery-charge-title {
  padding-right: 9px !important;
  margin-top: -30px;
}

hr:not([size]) {
/*  margin-bottom: 5px;*/
}

img {
  max-width: 100%;
}

.form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

.btn-custom {
  padding: 16px 24px;
  font-size: 20px;
  border-radius: 10px;
}

.btn-secondary {
  font-size: 16px;
  color: #1d1d1b;
  padding: 15px;
  border-radius: 10px;
}

.btn-light,
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  box-shadow: none;
  background: #dae3ec;
  border-color: #dae3ec;
  color: #4e4e4d;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-check:checked + .btn-light {
  box-shadow: none;
  background: #fff;
  border-color: #fff;
  color: #000;
}

.btn-lg {
  font-size: 22px;
  color: #fff;
  padding: 12px 30px;
  box-shadow: none !important;
}

.btn-dark {
  background: #000 !important;
  border-color: #000 !important;
}

.custom-btn-container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.custom-btn-container span {
  width: 86px;
  height: 86px;
  position: relative;
  vertical-align: middle;
  background: url(../images/btn-round.png) no-repeat;
  margin-left: -75px;
  display: inline-block;
}

.custom-btn-container span:after {
  content: '';
  width: 46px;
  height: 46px;
  position: absolute;
  right: 15px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  display: inline-block;
  background: url(../images/btn-icon-normal.png) no-repeat;
  vertical-align: middle;
}

.custom-btn-container span:hover:after,
.custom-btn-container span:hover .btn {
  background: url(../images/btn-icon-hover.png) no-repeat;
}

.custom-btn-container:hover span:after,
.custom-btn-container:hover span .btn {
  background: url(../images/btn-icon-hover.png) no-repeat;
}

.custom-btn-container .btn {
  padding-right: 90px;
}

.custom-btn-container.btn-small {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.custom-btn-container.btn-small .btn {
  font-size: 18px;
  padding: 8px 60px 8px 20px;
}

.custom-btn-container.btn-small span {
  width: 63px;
  height: 63px;
  background-size: 100% auto;
  margin-left: -75px;
  display: inline-block;
}

.extra-space {
  padding: 0 150px;
}

.container-fluid {
  padding: 0 30px;
}

.top-bar {
  background: #999999;
}

.top-bar ul {
  margin: 0px -10px;
  padding: 0px;
  text-align: right;
  list-style: none;
}

.top-bar ul li {
  padding: 0px 10px;
  display: inline-block;
}

.top-bar ul li a {
  font-size: 16px;
  padding: 6px 0;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.navbar-expand-xl {
  padding-top: 18px;
  padding-bottom: 18px;
}

.navbar-expand-xl .navbar-nav {
  margin: 0px -10px;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
}

.navbar-expand-xl .navbar-nav .nav-link.active,
.navbar-expand-xl .navbar-nav .nav-link:hover,
.navbar-expand-xl .navbar-nav .nav-link.show {
  color: #1eaeeb;
}

.hero-main {
  background: #1eaeeb;
  padding: 15px 0;
  min-height: 124px;
}

.hero-main.bold.newbanner {
  background: #efefef;
}

.hero-main .container-fluid {
  padding: 0 150px;
}

.hero-main h2 {
}

.hero-main h2,
.delivery-information-service h2,
.delivery-information-service h2 {
  font-size: 32px;
  margin-bottom: 12px;
}

.hero-main h3 {
  color: #fff;
  font-size: 28px;
}

.hero-main p {
  color: #000;
  font-size: 16px;
}

/*.search-form-box { border: 8px solid #000; border-radius: 25px; padding:10px 20px 15px 20px; background: #fff; }*/
.search-form-box label,
.service_delivery_time .delivery_box_text {
  color: #000;
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
}

.form-label {
  color: #000;
  margin-bottom: 8px;
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

.search-form-box .form-control {
  /*font-size: 15px;
  color: #868384;
  box-shadow: 5px 5px 4px #00000080;
  height: 70px;
  border-radius: 15px;*/
  
  
  box-shadow: 7.5px 7.5px 6px 0px #00000040;
    border: 1.5px solid #000000;
    height: 50px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    padding-left: 10px;
    width: 100%;
    background: #fff !important;
    color: #000;
}


}

.search-form-box .col-sm-2 {
  flex: 0 0 24%;
  max-width: 24%;
}

.search-form-box .col-sm-5 {
  flex: 0 0 38%;
  max-width: 38%;
}

/* .search-form-box .btn-get-started {
    margin-bottom: -2px;
} */

/*.search-form-box .after-arrow:after { background: url(../images/icon-arrow.png) no-repeat; width: 25px; height: 43px; display: inline-block; content: ""; position: absolute; right: -13px; bottom: 5px; }*/
.register-login-right.text-left label {
  text-align: center;
  font-style: italic;
  font-weight: 600;
}

#next_steps.after-arrow-before:before {
  left: 6px;
  top: 9px;
}

.register-login-right.text-center label {
  margin: 10px auto;
  text-align: end;
  position: absolute;
  width: 100%;
}

/*  */
.choose-option.Step2option {
  margin-bottom: 13px;
}

.Topborder {
  border-top: 1px solid #b9b8b8;
}

.service-row {
  padding: 15px 0 0 0;
}

.service-block {
  padding-left: 151px;
  position: relative;
}

.service-block h3 {
  font-size: 20px;
  color: #000;
}

.service-block p {
  font-size: 16px;
  color: #fff;
}

.service-block img {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.detailed-service {
  padding-bottom: 50px;
}

.detailed-service .container-fluid {
  padding: 0 325px;
}

.searvice-detailed-block {
  border: 0px;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.searvice-detailed-block .card-header {
  background: #1eaeeb;
  color: #fff;
  font-size: 17px;
  padding: 16px 22px;
}

.searvice-detailed-block .card-body {
  background: #f0efef;
  padding: 16px 22px;
}

.searvice-detailed-block .card-body p {
  color: #1d1d1b;
  font-size: 15px;
}

.searvice-detailed-block .card-body ul {
  padding-left: 12px;
}

.searvice-detailed-block .card-body ul li {
  line-height: 21px;
  margin-bottom: 5px;
}

.delivery-information-service {
  background: #f0efef;
  padding: 15px 0;
}

.delivery-information-service .container-fluid {
  padding: 0 250px;
}

.delivery-information-service h2 {
  color: #1d1d1b;
}

.info-block h3 {
  font-size: 22px;
}

footer {
  /* padding-bottom: 20px; */
  background: radial-gradient(
      100.74% 105.17% at -0.74% -1.4%,
      #9fe0fc 0%,
      #1eaeeb 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  /* background-image: url(../images/footer-image.png);
  background-repeat: no-repeat;
  background-size: cover; */
}

footer .row {
  justify-content: space-between;
}

footer .container-fluid {
  padding: 0 150px;
}

footer .information-block {
  flex: 0 0 165px;
  max-width: 165px;
}

footer .company-information-block {
  flex: 0 0 540px;
  max-width: 540px;
  padding-left: 250px;
  position: relative;
}

footer .company-information-block img {
  position: absolute;
  left: 0px;
  top: 0px;
}

footer .payment-information-block {
  flex: 0 0 260px;
  max-width: 260px;
}

footer .contact-information-block {
  flex: 0 0 250px;
  max-width: 250px;
}

footer .contact-information-block p {
  color: #000;
  font-size: 16px;
  margin: 0px;
  line-height: 1;
  padding: 0px;
  font-family: 'Noto Sans' !important;
}

footer .contact-information-block p a {
  color: #1eaeeb;
  text-decoration: none;
  font-family: 'Noto Sans' !important;
}

footer .member-information-block {
  flex: 0 0 150px;
  max-width: 150px;
}

footer h3 {
  margin-top: 26px;
  font-size: 16px;
  color: #000;
  margin-bottom: 0px;
  font-family: 'Noto Sans' !important;
}

footer ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  line-height: normal;
}

footer ul li {
  padding: 0px;
}

footer ul li a {
  color: #000;
  font-size: 14px !important;
  text-decoration: none;
  font-family: 'Noto Sans' !important;
}

footer ul li a:hover {
  color: #000;
  text-decoration: none;
}

.footer-logo-img {
  width: 255px;
}

.footer-col1-sub-details {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.footer-col1-sub-details &gt; img {
  height: 28px;
  width: 22px;
}

.footer-col1-sub-details &gt; p {
  font-size: 14px;
  padding-left: 18px;
  margin-top: 12px;
  font-weight: 500;
  line-height: 8px;
  letter-spacing: 0em;
  text-align: left;
}

.footer-links {
  padding-top: 16px;
}

.footer-col3-details {
  margin-top: 8px;
}

.footer-col-3-heading {
  margin-left: 36px;
  margin-top: 24px;
}

.footer-col3-sub-details {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.footer-col3-sub-details &gt; img {
  height: 28px;
  width: 22px;
}

.footer-col3-sub-details &gt; p {
  font-size: 14px;
  padding-left: 18px;
  margin-top: 12px;
  font-weight: 500;
  line-height: 9px;
  letter-spacing: 0em;
  text-align: left;
}

.payment-power-text {
  font-size: 16px;
}

.stripe-name-text {
  height: 110px;
  width: 450px;
}

.copyright-text {
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: center;
}

/*inner pages*/
.gutter-65 {
  margin: 0 -32px;
}

.gutter-65 [class*='col-'] {
  padding: 0 32px;
}

.gutter-65 [class*='col-'] [class*='col-'] {
  padding: 0 15px;
}

.spaced-250 {
  padding-left: 250px;
  padding-right: 250px;
}

.content-spaced {
  padding: 30px 0;
}

.info-block {
  background: #f0efef;
  padding: 2px 24px 15px 24px;
  border-radius: 20px;
  margin-bottom: 42px;
}

.info-block p {
  color: #1d1d1b;
  font-size: 15px;
}

.info-block ul li {
  color: #1d1d1b;
  font-size: 15px;
}

.section-title {
  color: #1eaeeb;
}

.prohibittem-items-list-section {
  background: #f0efef;
  padding: 65px 0;
}

.unsuitable-list-section {
  background: #ddf3fc;
  padding: 65px 0;
}

.unsuitable-list-section .section-title {
  color: #1d1d1b;
}

.running-text-block p,
.running-text-block ul li {
  color: #1d1d1b;
}

.tracking-content-section {
  background: #f0efef;
  padding: 60px 0;
}

.tracking-content-section .search-form-box {
  margin: 30px 0;
  padding-bottom: 20px;
  padding-top: 12px;
}

/* 
.search-form-box .btn-column { margin-bottom: -9px; } */

.blog-list {
  background: #f0efef;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.blog-list h3 {
  font-size: 22px;
  color: #1d1d1b;
}

.blog-list p {
  font-size: 15px;
  color: #1d1d1b;
}

.blog-list .btn-row {
  margin-top: 58px;
}

.blog-list .thumbnail-block {
  padding-right: 50px;
}

.btn-complete-order {
  background: url(../images/btn-complete-order.png) no-repeat !important;
  border: 0px !important;
  background-size: 100% auto;
  width: 260px;
  border-radius: 0px !important;
  outline: 0px !important;
  font-size: 0px !important;
  display: inline-block;
  height: 78px;
  border: 0px;
}

.btn-complete-order:hover {
  background: url(../images/btn-complete-order-hover.png) no-repeat !important;
  background-size: 100% auto;
}

.btn-new-assignment,
.btnGetQuote.cartbtn a.next.btn {
  background: url(../images/btn-add-new-consignment.png) no-repeat;
  background-size: 100% auto;
  width: 288px;
  border-radius: 0px !important;
  outline: 0px !important;
  font-size: 0px;
  display: inline-block;
  height: 65px;
  border: 0px;
}

.btn-new-assignment:hover,
.btnGetQuote.cartbtn a.next.btn:hover {
  background: url(../images/btn-add-new-consignment-hove.png) no-repeat;
  background-size: 100% auto;
}

.btn-proceed-checkout,
.btnGetQuote.cartbtn .next.btn#process_checkout {
  background: url(../images/btn-proceed-to-checkout.png) no-repeat;
  width: 288px;
  border-radius: 0px !important;
  background-size: 100% auto;
  font-size: 0px;
  display: inline-block;
  height: 65px;
  border: 0px;
}

.btn-proceed-checkout:hover,
.btnGetQuote.cartbtn .next.btn#process_checkout:hover {
  background: url(../images/btn-proceed-to-checkout-over.png) no-repeat;
  background-size: 100% auto;
}

.btn-consignment {
  background: url(../images/btn-add-assingment.png) no-repeat;
  background-size: 100% auto !important;
  width: 256px;
  font-size: 0px;
  display: inline-block;
  height: 61px;
  border: 0px;
}

.save-consignment {
  background: url(../images/btn-save-consignment.png) no-repeat;
}

.btn-consignment:hover {
  background: url(../images/btn-add-assingment-hover.png) no-repeat;
}

.save-consignment:hover {
  background: url(../images/btn-save-consignment-hover.png) no-repeat;
}

.btn-proceed {
  background: url(../images/btn-proceed.svg) no-repeat;
  width: 135px;
  font-size: 0px;
  display: inline-block;
  height: 34px;
  border: 0px;
  outline: 0px;
}

.btn-previus {
  background: url(../images/btn-previous.svg) no-repeat;
  width: 135px;
  font-size: 0px;
  display: inline-block;
  height: 34px;
  border: 0px;
  outline: 0px;
}

.btn-track {
  background: url(../images/btn-track.png) no-repeat;
  width: 188px;
  font-size: 0px;
  display: inline-block;
  height: 75px;
  border: 0px;
  background-size: 100% auto !important;
}

.btn-track:hover {
  background: url(../images/btn-track-hover.png) no-repeat;
}

.btn-learn-more {
  background: url(../images/btn-learn-more.png) no-repeat;
  width: 212px;
  font-size: 0px;
  display: inline-block;
  height: 65px;
  border: 0px;
}

.btn-learn-more:hover {
  background: url(../images/btn-learn-more-hover.png) no-repeat;
}

.btn-send {
  background: url(../images/btn-send.png) no-repeat;
  width: 154px;
  font-size: 0px;
  display: inline-block;
  height: 69px;
  border: 0px;
  background-size: 100% auto !important;
}

.btn-send:hover {
  background: url(../images/btn-send-hover.png) no-repeat;
}

.blog-detailed-row h2 {
  font-size: 28px;
  color: #1eaeeb;
}

.blog-detailed-row p {
  font-size: 18px;
  color: #1d1d1b;
}

.video-holder {
  margin-bottom: 15px;
}

.contact-form-box {
  background: #f0efef;
  padding: 20px;
  border-radius: 10px;
}

.contact-form-box .form-control {
  color: #221e1f;
  font-size: 16px;
  min-height: 58px;
  border-radius: 10px;
}

.contact-form-box textarea.form-control {
  min-height: 166px;
}

.contact-form-box .form-group {
  margin-bottom: 15px !important;
}

.contact-detils-right p {
  font-size: 15px;
  color: #1d1d1b;
}

.contact-detils-right p a {
  color: #1eaeeb;
  text-decoration: none;
}

.contact-detils-right p.address {
  line-height: normal;
}

.contact-detils-right h4 {
  font-size: 18px;
  color: #1eaeeb;
}

.faq-row h3 {
  font-size: 20px;
  margin-bottom: 28px;
  color: #1d1d1b;
}

.faq-row .accordion-button {
  min-height: 80px;
  padding: 14px 24px;
  padding-right: 165px;
  background: #1eaeeb;
  color: #fff;
  box-shadow: none !important;
  font-size: 18px;
  border-radius: 8px !important;
  line-height: 1;
}

.faq-row .accordion-button:after {
  position: absolute;
  right: 30px;
  top: 36%;
}

.faq-row .accordion-button:not(.collapsed)::after {
  top: 28%;
}

.faq-row .accordion-item {
  margin-bottom: 30px;
  border: 0px;
}

.faq-row .accordion-button::after {
  width: 45px;
  height: 32px;
  content: '';
  background-image: url(../images/arrow-accordian.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: transform 0.2s ease-in-out;
}

.faq-row .accordion-body {
  font-size: 15px;
}

.accordion-body {
  padding: 24px;
}

.choose-option span {
  font-size: 22px;
  display: inline-block;
  padding: 0 15px;
}

.list-quanitity {
  margin: 0px;
  padding: 0px;
}

.list-quanitity li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.list-quanitity li strong {
  display: inline-block;
  max-width: 70%;
  flex: 0 0 70%;
  color: #1d1d1b;
  font-weight: 500;
}

.list-quanitity li span {
  max-width: 30%;
  flex: 0 0 30%;
  text-align: right;
}

.list-quanitity li span .form-check {
  display: inline-block;
}

.list-quanitity li .small-textbox {
  width: 48px;
  padding-left: 0px;
  text-align: center;
  appearance: none;
  outline: 0px;
  text-align: center;
  border-radius: 5px;
  height: 36px;
  font-weight: bold;
  font-size: 16px;
  color: #1d1d1b;
  border: 0;
}

.list-quanitity.plate-type li strong {
  max-width: 60%;
  flex: 0 0 60%;
  font-family: Arial, Helvetica, sans-serif;
}

.list-quanitity.plate-type li span {
  max-width: 40%;
  flex: 0 0 40%;
  text-align: left;
}

.list-quanitity.plate-type li span .form-check {
  display: inline-block;
}

.list-quanitity.plate-type li span .price {
  font-size: 15px;
  color: #1d1d1b;
  margin-left: 5px;
}

.list-quanitity.plate-type li .small-textbox {
  width: 45px;
  outline: 0px;
  text-align: center;
  border-radius: 3px;
  height: 45px;
  font-size: 16px !important;
  color: #1d1d1b;
  border: 1px solid #b0b0b0;
}

.question {
  margin-left: 15px;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #1eaeeb;
  border: 2px solid #1eaeeb;
  color: #dbe1e2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 36px !important;
  text-align: center;
  font-size: 24px !important;
  vertical-align: middle;
}

.search-form-box label small {
  font-size: 16px;
  font-family: 'helveticaregular';
}

.search-form-box .search-three-row.detailed-overview label small {
  font-size: 24px;
}

.radio-only .form-check-input {
  width: 23px;
  height: 23px;
}

.checkbox-only .form-check-input {
  width: 23px;
  border-radius: 0px;
  height: 23px;
}

.list-quanitity.supply-list li {
  margin-top: 0px;
  padding: 8px 0px;
/*  flex-direction: row-reverse;*/
}

.list-quanitity.supply-list li strong {
  max-width: 90%;
  flex: 0 0 90%;
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
}

.list-quanitity.supply-list li.supply {
  border-top: 1px solid #b9b8b8;
  margin-top: 7px;
  padding-top: 7px;
}

.list-quanitity.supply-list li span {
  flex: 0 0 30px;
  max-width: 30px;
  text-align: start;
}

.list-quanitity.date-list li strong {
  max-width: 60%;
  flex: 0 0 60%;
}

.list-quanitity.date-list li span {
  flex: 0 0 40%;
  max-width: 40%;
}

.date-textbox {
  width: 165px;
  outline: 0px;
  text-align: center;
  border-radius: 3px;
  height: 38px;
  font-size: 13px;
  color: #1d1d1b;
  border: 1px solid #b0b0b0;
}

.price-section {
  border-top: 1px solid #fff;
  padding: 30px 0;
  margin: 20px 0;
  text-align: center;
  font-size: 18px;
  color: #1d1d1b;
  float: left;
  width: 100%;
  height: 125px;
}

.text-left {
  text-align: left;
}

.button-group-column {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.term-text {
  text-align: center;
  color: #000 !important;
  line-height: normal;
  font-size: 13px !important;
  margin: 0px 0 !important;
  font-weight: 600;
}

span.order2_Price {
  margin-left: 10px;
}

.timeDropdown_stage2 {
  height: 0;
}

.detailed-overview h2 {
  color: #1d1d1b;
  font-size: 32px;
}

.detailed-overview h3 {
  margin-bottom: 16px !important;
  margin-top: 5px !important;
  color: #1d1d1b;
  font-size: 18px;
}

.detailed-overview ul {
  margin: 0px;
  padding: 10px 0;
  list-style: none;
}

.detailed-overview ul li {
  color: #1d1d1b;
  line-height: normal;
}

.form-label span {
  color: red;
}

.delivery-details {
  border-left: 1px solid #b9b8b8;
  padding: 0 15px 0 30px;
  height: 100%;
}

.muliple-radio-alignbox {
  border-top: 1px solid #b9b8b8;
  margin: 5px 0;
  padding: 20px 0;
  border-bottom: 1px solid #b9b8b8;
  margin-top: 9px;
}

.muliple-radio-alignbox .form-check-label {
  margin-bottom: 0px;
}

.muliple-radio-alignbox ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.muliple-radio-alignbox ul li {
  display: inline-block;
  margin-right: 40px;
}

.muliple-radio-alignbox ul li .radio-only .form-check-input {
  margin-top: 0px;
}

.list-quanitity.addtional-service-list {
  padding: 0px;
}

.list-quanitity.addtional-service-list li {
  margin: 0px;
}

.list-quanitity.addtional-service-list li span {
  max-width: 12%;
  flex: 0 0 12%;
  text-align: left;
}

.list-quanitity.addtional-service-list li strong {
  max-width: 88%;
  flex: 0 0 88%;
}

.total-box {
  text-align: left;
}

.total-box p {
  font-size: 26px;
  margin: 0px;
  color: #1d1d1b;
}

.muliple-radio-alignbox.total-box {
  padding: 15px;
}

.how-delivery-works p {
  font-size: 16px;
}

.how-delivery-works h2 {
  margin-bottom: 20px;
}

.w-full {
  width: 100%;
}

.basic-requirement {
  background: #f0efef;
  padding: 90px 0;
}

.basic-requirement h3 {
  color: #1eaeeb;
  padding: 15px 0;
  font-size: 28px;
}

.basic-requirement ol {
  margin: 0px 0 0 25px;
  padding: 0px;
}

.basic-requirement ol li {
  font-size: 18px;
  color: #000;
  margin: 10px 0;
}

.small-title {
  color: #1eaeeb;
  font-size: 18px;
}

.bg-gray {
  background: #f0efef;
}

.list-of-postcode {
  margin: 0px 0 0 19px;
  display: flex;
  padding: 0px;
  flex-wrap: wrap;
}

.list-of-postcode li {
  list-style: disc;
  font-size: 14px;
  flex: 0 0 14.28%;
  max-width: 14.15%;
}

.dark-card {
  border-radius: 8px;
  border: 8px solid #000;
  padding: 0px;
  margin: 0px;
  background: #fff;
}

.dark-card .table-dark th {
  background-color: #000 !important;
}

.dark-card table {
  margin: 0px;
  padding: 0px;
}

.dark-card table tr th {
  font-size: 16px;
  vertical-align: middle;
}

.dark-card table tr td {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}

.button-end .btn-new-assignment {
  margin-right: 15px;
}

.small-running-text-block p {
  font-size: 18px;
}

.list-quanitity li {
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 10px;
}

.order_collect_date,
.order_deliver_date {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.delivery-services.list-quanitity li {
  justify-content: start;
  margin-top: 0px;
}

.delivery-services.list-quanitity .text-start {
  max-width: 35px;
  flex: 0 0 35px;
}

.delivery-services.list-quanitity strong {
  max-width: 80%;
  flex: 0 0 80%;
  font-size: 16px;
}

.thumbnail-block img {
  width: 100%;
}

.blog-list .thumbnail-block {
  padding-right: 15px;
  padding-bottom: 15px;
}

.step-block {
  border-radius: 15px;
  background-color: #1eaeeb;
  padding: 45px 75px;
  margin-bottom: 60px;
}

.step-block h2 {
  font-size: 42px;
  color: #000;
  margin-top: 0px;
  padding-top: 0px;
}

.step-block h3 {
  font-size: 28px;
  color: #fff;
}

.step-block p {
  font-size: 18px;
  color: #fff;
}

.step-block ul {
  margin: 0px;
  padding: 0px;
}

.step-block ul li {
  font-size: 18px;
  color: #fff;
}

.after-arrow-gray-middle {
  position: relative;
}

.after-arrow-gray-middle:after {
  content: '';
  position: absolute;
  display: inline-block;
  right: -51px;
  top: 50%;
  width: 33px;
  height: 61px;
  background: url(../images/icon-arrow-right-gray.png) no-repeat;
  background-size: auto;
  background-size: 100%;
  transform: translateY(-50%);
}

.before-arrow-gray-bottom {
  position: relative;
}

.before-arrow-gray-bottom:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: -51px;
  bottom: 50px;
  width: 33px;
  height: 61px;
  background: url(../images/icon-arrow-left-gray.png) no-repeat;
  background-size: auto;
  background-size: 100%;
  transform: translateY(-50%);
}

.after-arrow-gray-bottom {
  position: relative;
}

.after-arrow-gray-bottom:after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 63px;
  height: 61px;
  position: absolute;
  left: 50%;
  bottom: -32%;
  transform: rotateY(-32%);
  background: url(../images/icon-arrow-bottom-gray.png) no-repeat;
  background-size: auto;
  background-size: 100%;
}

.after-arrow-gray-top {
  position: relative;
}

.after-arrow-gray-top:after {
  content: '';
  position: absolute;
  display: inline-block;
  right: -51px;
  top: 30%;
  width: 33px;
  height: 61px;
  background: url(../images/icon-arrow-right-gray.png) no-repeat;
  background-size: auto;
  background-size: 100%;
  transform: translateY(-30%);
}

.radio-inline {
  display: inline-block;
}

.navbar-brand img {
  max-height: 62px;
}

.text-right {
  text-align: right;
}

.navbar-toggle {
  display: none;
  position: relative;
}

.drop-down a {
  font-weight: normal;
}

/*.button-group-column.btnGetQuote .btn{ border:0px !important; background-color:transparent !important; margin:0px !important; border-radius:0px !important;}*/

label.error {
  font-size: 14px !important;
  color: red !important;
  padding-top: 7px;
}

.form-control.error {
  border-color: red !important;
}

.modal.in {
  z-index: 9999;
  opacity: 1 !important;
}

.modal-backdrop.fade.in {
  opacity: 0.5 !important;
}

#modalPopup .modal-dialog {
  max-width: 560px;
  margin: 1.75rem auto;
}

.button-w-price {
  text-align: left;
}

.button-w-price .price-placeholder {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.button-w-price .btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
}

.list-quanitity.single_list li:first-child,
.list-quanitity.Double_list li:first-child {
  margin-top: 10px;
}

.list-quanitity.single_list li,
.list-quanitity.Double_list li {
  margin-top: 10px;
}

.search-three-row.detailed-overview .col-lg-6 label,
.choose-column.border-start-0.ps-0.pe-5 label {
  font-family: 'Arial, Helvetica, sans-serif' !important;
  font-size: 18px;
}

.new_collection_add li {
  padding: 5px 0;
}

.text-blue {
  color: #1eaeeb;
}

.page-head {
  color: #1eaeeb;
  font-size: 16px;
  font-weight: bold;
}

.h4,
h4 {
  font-size: 16px;
}

.g-recaptcha &gt; div {
  width: 303px !important;
  overflow: hidden;
  border-radius: 5px;
}

.payment-information-block.text-center img {
  max-width: 170px;
}

.mainFest_cus span {
  font-size: 15px;
}

.modal_content .btnGetQuote {
  background: #fff;
  color: #000;
  padding: 15px;
}

/*add css 19 feb*/

.specialist {
  padding-left: 0px;
  padding-right: 0px;
}

.pallet-truck-img {
  height: 500px;
}

.specialist-right img {
  height: 416px;
  width: 300px;
  margin: auto;
  text-align: center;
  display: flex;
  max-width: 100%;
}

.specialist-right p {
  font-size: 16px;
  font-weight: 300;
  color: #32393d;
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
}

.specialist-right h5 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
}

.feature-cards {
  font-size: 14px;
}

.pallet-delivery p {
  font-size: 18px;
  font-weight: 300;
  color: #32393d;
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
}

.pallet-delivery.text-center img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.pallet-delivery .learn-more a {
  text-decoration: none;
  font-size: 18px;
  color: #1eadf2;
}

.pallet-delivery h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
  margin: 10px 0;
}

.short-text {
  width: 98%;
  margin-left: -6px;
}

.about_us {
  padding: 50px 0;
}

.abt-us-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about_us h4 {
  font-size: 24px;
  /* font-weight: 500; */
  font-weight: bold;
  color: #1eaeeb;
  font-family: 'Noto Sans', sans-serif;
  margin: 10px 0;
}

.about_us p {
  font-weight: 500;
  line-height: 28px;
  font-size: 14px;
  color: #252525;
  font-family: 'Noto Sans', sans-serif;
}

/* .about_us .main-img{
    border-radius: 10px;
    box-shadow: 10px 10px 4px 0px #00000040;
} */

.rha-img {
  padding-left: 0px;
}

.about_us .rha-img img {
  max-width: 118px;
  border-radius: 12px;
}

.about-us-truck {
  height: auto;
}

.about-section {
  background: #e8f7fd;
}

.image_box {
  text-align: end;
  padding-right: 2rem;
}

.straight-tracking h4 {
  font-size: 22px;
  font-weight: 500;
  color: #000e30;
  font-family: 'Noto Sans', sans-serif;
}

.straight-tracking h3 {
  font-size: 24px;
  /* font-weight: 500; */
  font-weight: bold;
  color: #1eaeeb;
  font-family: 'Noto Sans', sans-serif;
}

.step-process-track-img {
  width: 694px;
  height: 460px;
}

.straight_box_p {
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 0px;
}

.straight-tracking ul {
  margin: 40px 0 50px;
  position: relative;
  padding-left: 25px;
  line-height: 1.1;
}

.straight-tracking ul li:before {
  background-image: url(../images/check-circle.svg);
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
}

.straight-tracking .track-box ul {
  margin: 20px 0 50px;
}

.straight-tracking ul li {
  font-size: 18px;
  font-weight: 300;
  color: #32393d;
  margin: 20px 0;
  font-family: 'Noto Sans', sans-serif;
  list-style: none;
  line-height: 1.2;
}

.hero-main-banner {
  position: relative;
}

/*close css 19 feb*/

.hero-section-img {
  height: 595px;
  object-fit: cover;
}


/* .parallex-img  {
  background-image: url("../images/banner.jpg");

  min-height: 500px; 

  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
} */

/*.about_us .row{align-items: center;}*/
@media (min-width: 1060px) {
  .stp3 {
    margin-top: -210px;
  }

  .stp4 {
    margin-top: -250px;
  }

  .stp1 {
    order: 0;
  }

  .stp2 {
    order: 1;
  }

  .stp3 {
    order: 2;
  }

  .stp4 {
    order: 4;
  }

  .stp5 {
    order: 3;
  }

  .nav_contain .navbar-collapse .navbar-nav {
    margin-left: auto;
  }
}

.service_delivery_time {
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 20px;
}

.service_delivery_time .delivery_box_text {
  max-width: 60%;

  flex: 0 0 60%;
  text-align: left;
}

.service_delivery_time .delivery_box_date {
  flex: 0 0 40%;
  max-width: 40%;
  text-align: right;
}

.service_delivery_time .delivery_box_date select {
  outline: 0px;
  text-align: center;
  border-radius: 3px;
  height: 25px;
  font-size: 13px;
  color: #fff;
  border: 1px solid #b0b0b0;
}

.accordion-collapse {
  overflow: hidden;
}

.collapse.in {
  display: block;
}

.list-quanitity.single_list,
.list-quanitity.Double_list {
  margin-bottom: 30px;
}

.datepicker-days tr td,
.datepicker-days tr th {
  font-size: 12px;
  font-weight: normal;
}

#modalPopup .modal-dialog {
  margin-top: 200px !important;
}

.popup-button {
  position: relative;
}

.popup-button .popup-image {
  position: absolute;
  left: 100%;
  z-index: 99999;
  max-width: 140px;
  width: 140px !important;
  background: #fff;
  padding: 10px;
  top: 0px;
  border: 1px solid #ccc;
  display: none;
  box-shadow: 0 -1px 15px #ccc;
  margin-left: 5px;
}

.popup-button:hover .popup-image {
  display: block;
}

.choose-option {
  text-align: center;
  display: flex;
}

#delivery-details #dates {
  margin-top: 35px;
}

#dates .order_collect_date {
  margin-top: 35px;
}

#Topstep2 .image-right {
  text-align: right;
}

#Topstep2 h2 {
  margin-bottom: 5px;
  font-size: 35px;
  margin-top: 0px;
}

.image-right img,
.hero-main img {
  margin-left: auto;
  display: block;
  max-height:150px;
}

.image-right {
  text-align: right;
}

#Topstep2 .image-right img {
  height: 100px;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
  border: 1px solid #fff !important;
}

.non_highlighted {
  background-color: #ecf0f1 !important;
}

.radio-inline label {
  padding: 13px 10px;
  font-size: 14px !important;
}

#pallet-prices_step2 span strong {
  font-size: 20px;
}

#final-total p {
}

#final-total p {
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  margin: 1px 0;
}

.service-block p {
  font-size: 15px !important;
}

.custom-tab .custom-tab-content,
.edit_quantities {
  border: 2px solid #fff;
  background: #dbe1e2;
  padding: 5px 15px;
  border-radius: 0 0 5px 5px;
}

.custom-tab .radio-inline .btn {
  border-radius: 5px 5px 0 0;
  margin-bottom: 0px;
  font-size: 15px;
  min-width: 99px;
  font-weight: 600;
}

.custom-tab .custom-tab-content .list-quanitity {
  margin-top: 0px;
  margin-bottom: 20px;
}

button {
  outline: 0px !important;
  box-shadow: none !important;
}

.price-table_custom {
  width: 100%;
}

.table-total {
  font-size: 15px;
  text-align: right;
}

.price-table_custom {
  font-size: 15px;
  font-weight: bold;
}

.price-table_custom tr th {
  color: #000;
  padding: 2px 3px;
  vertical-align: middle;
  font-size: 15px;
}

.price-table_custom tr td {
  vertical-align: middle;
  padding: 2px;
  font-size: 15px;
}

.choose-column label.my-3 {
  margin-top: 5px !important;
}

.list-quanitity.single_list li.mt-0 {
  margin-top: 10px !important;
}

th.text-right.net-top {
  border-right: 1px solid #b9b8b8;
  border-bottom: 1px solid #b9b8b8;
  text-align: center !important;
}

th.text-right.vat-top {
  border-right: 1px solid #b9b8b8;
  border-bottom: 1px solid #b9b8b8;
  text-align: center !important;
}

th.table-total.total-top {
  border-bottom: 1px solid #b9b8b8;
  text-align: center;
}

.bord-right {
  border-right: 1px solid #b9b8b8;
}

td.text-right.vat-bottom {
  text-align: center !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

td.text-right.net-bottom {
  border-right: 1px solid #b9b8b8;
  text-align: center !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.total-bottom {
}

.Highlight_box .form-control {
  background: #d7f3ff !important;
}

.muliple-radio-alignbox.total-box .form-check.checkbox-only {
  text-align: left;
  display: inline-block;
}

.list-point {
  margin: 0px 0 10px 0;
  padding: 0px;
  list-style: none;
}

.list-point li {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #fff;
}

.list-point li img {
  display: inline-block !important;
  margin: 0 5px 0 0 !important;
  width: 40px !important;
}

td.text-right.net-bottom,
td.text-right.vat-bottom,
td.text-right.vat-bottom {
  padding-top: 9px !important;
}

.price-table_custom.cs2 tr td {
  vertical-align: text-bottom;
}

#final-total {
  padding-bottom: 10px;
}

.edit_quantities .list-quanitity.plate-type.std_div li span.price:before,
.edit_quantities .list-quanitity.plate-type.over_div li span.price:before {
  content: ' &gt; ';
  font-size: 18px;
  margin-right: 18px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  color: #1eaeeb;
}

.pallet-type-tab-section .question {
  margin-left: 0px;
  margin-right: 10px;
}

.delivery-details-only.align-with-date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.delivery-details-only.align-with-date .label-as-title {
  max-height: 100%;
  flex: 0 0 100%;
}

.delivery-details-only.align-with-date .deliverychoose-option {
  display: inline-block;
  vertical-align: top;
  max-height: 60%;
  flex: 0 0 55%;
}

.delivery-details-only.align-with-date .deliverychoose-option .radio-inline {
  width: 130px;
  margin-right: 10px;
}

.delivery-details-only.align-with-date .delivery-details-dates-outer#dates {
  display: inline-block;
  vertical-align: top;
  max-height: 40%;
  flex: 0 0 45%;
}

.delivery-details-only.align-with-date
  .delivery-details-dates-outer#dates
  .order_collect_date
  + br {
  display: none !important;
}

.delivery-details-only.align-with-date
  .delivery-details-dates-outer#dates
  .order_collect_date {
  margin: 2px 0;
}

@media (min-width: 1180px) {
  .btnGetQuote.btn_previous_pay {
    margin-top: 0px;
  }
}

@media (min-width: 1191px) {
  .search-two-row .service_delivery_time {
    margin-top: 10px;
  }

  .list-quanitity.date-list li {
    margin-top: 15px;
  }

  .edit_quantities .list-quanitity.plate-type.std_div li strong {
    max-width: 60%;
    flex: 0 0 60%;
    font-family: Arial, Helvetica, sans-serif;
  }

  .edit_quantities .list-quanitity.plate-type.std_div li span {
    max-width: 40%;
    flex: 0 0 40%;
  }

  .additional_charges.list-quanitity.supply-list {
    line-height: 1;
  }

  footer .contact-information-block p,
  footer p,
  footer ul li {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 10px;
    font-family: 'Noto Sans' !important;
  }

  footer a:hover {
    font-weight: 400;
  }

  /*.search-form-box .after-arrow { padding-right: 28px !important; position: relative; }*/
  /*.search-form-box .after-arrow-before { padding-left: 28px !important; position: relative; }*/

  .delivery-details {
    padding: 0 15px 0 30px;
    margin-left: -26px;
  }

  .step3_sections {
    padding: 0 21px;
    padding-left: 11px;
  }

  #order-form .price-table_custom {
    max-width: 420px;
  }

  .Cus-sec3,
  .Cus-sec2 {
    text-align: left;
  }

  .delivery-charge-title {
    display: inline-block;
    margin-top: -15px;
  }

  .col-sm-5 .step3_sections {
    padding-right: 0px !important;
    height: 100%;
  }

  .relative {
    position: relative;
  }

  .absolute {
    position: absolute;
  }

  .right-0 {
    right: 0;
  }

  .top-0 {
    top: 0;
  }

  .muliple-radio-alignbox.total-box {
    margin-top: 15px;
  }

  .new_collection_add ul {
    padding: 0px;
  }

  .new_collection_add {
    margin-bottom: 0;
  }

  /* .col-xl-3.Cus-sec3{ padding-bottom:12px} */

  .price_show_here .button-group-column.btnGetQuote {
    justify-content: center !important;
    display: flex !important;
  }

  .price_show_here .button-group-column.btnGetQuote .btn {
    margin-left: 5px !important;
    margin-right: 5px !important;
    background-color: transparent;
    border: 0;
    font-size: 0px;
    height: 56px;
    border-radius: 0;
    outline: none;
  }

  .price_show_here + .text-center.term-text {
    padding-right: 0 !important;
  }

  .choose-column.Step2_choose_column .choose-option {
    padding: 0 !important;
  }

  .service_delivery_time .delivery_box_date select {
    border: 0px;
  }

  .cart_icon a:hover {
    color: #fff !important;
  }

  #pallet-prices_step2 {
    margin-bottom: 30px !important;
  }

  .delivery-details-only.align-with-date .deliverychoose-option {
    display: inline-block;
    vertical-align: top;
  }
}

.price-table_custom td,
.price-table_custom th {
  line-height: 20px !important;
}

.price-section {
  line-height: 95px !important;
}

.additional_charges.list-quanitity.supply-list .service_delivery_time {
  display: inline-block !important;
  margin-top: 0 !important;
      position: absolute;
    right: 37px;
}

.select-box-custome {
  height: 25px;
  width: 95px;
  display: block;
  text-align: left;
  border-radius: 3px;
  border: 0px;
  outline: 0px;
  background: #42aeeb;
  color: #fff;
  border: 1px solid #42aeeb;
  font-size: 13px;
  padding-left: 0px;
}

.additional_charges.list-quanitity.supply-list
  .service_delivery_time
  .select_time.doajax_input.time_delivery_steplast,
#timed-selection select {
  outline: 0px;
  text-align: center;
  border-radius: 3px;
  display: inline-block !important;
  width: 95px !important;
  height: 25px !important;
}

#timed-selection select {
  border: 0px;
  direction: rtl;
  font-weight: normal !important;
  font-size: 13px !important;
}

#timed-selection {
  font-weight: normal !important;
  font-size: 13px !important;
  font-family: inherit !important;
}

.reversed-radio.radio-only {
  padding-left: 0px;
}

.reversed-radio.radio-only .form-check-label {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.reversed-radio.radio-only .form-check-input {
  width: 23px;
  height: 23px;
  float: none !important;
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
}

#for-reversed-radio-section {
  padding: 5px 0 10px 5px;
}

.border-left-0 {
  border-left: 0px !important;
}

.border-right-0 {
  border-right: 0px !important;
}

.border-top-0 {
  border-top: 0px !important;
}

.border-bottom-0 {
  border-bottom: 0px !important;
}

.step3_sections.Addi {
  padding: 0px !important;
}

.step3_sections.Addi .choose-column {
  padding: 0px;
}

#extra-column-right {
  border-right: 1px solid #b9b8b8;
  padding-right: 20px;
}

#extra-column-right .form-label {
  font-size: 15px !important;
  font-family: Arial, Helvetica, sans-serif;
}

.list-quanitity.question-swap-section {
}

.list-quanitity.question-swap-section li span {
  max-width: 100px;
  flex: 0 0 100px;
  text-align: left !important;
}

.list-quanitity.question-swap-section li strong {
  max-width: calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
}

.list-quanitity.question-swap-section .question {
  margin-left: 0px;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .step3_collect_date .date-textbox,
  .step3_delivery_date .date-textbox {
    width: 115px !important;
    padding: 0px !important;
    height: 38px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
	
	#myNavbar .drop-down.dropdown-menu li a:hover {
    color: #fff !important;
}
	
	
	
	
  label.my-3.mb-1.Topborder {
    margin-top: 13px !important;
  }
	li.phone{display:none;}
  #form_step_2 .list-quanitity.supply-list li span.delivery_box_date {
    padding-right: 0px !important;
  }

  .choose-column.Step2_choose_column .choose-option {
    max-width: 322px !important;
  }

  .price-section {
    height: 137px;
  }

  .PayPal_payment_section {
    width: inherit;
  }

  .loader_payment img {
    margin-left: 138px;
    margin-top: 29px;
  }

  .pallet_order_final .Addi label.my-3 {
    margin-bottom: 3px !important;
  }

  .muliple-radio-alignbox.total-box .form-check.checkbox-only {
    display: revert;
  }

  .form-check.checkbox-only.termsC.checkbox-reversed {
    display: inline-block !important;
  }

  .extraclass .extraclass2 {
    order: 0;
  }

  .extraclass .extraclass3 {
    order: 2;
  }

  label.my-3.mb-1.Topborder {
    padding-top: 13px;
  }

  .delivery-details.choose-column.Step2_choose_column.Custom_Choose {
    margin-bottom: 0;
    border-bottom: none;
    padding: 0 !important;
  }

  .delivery-details.choose-column.Step2_choose_column.Custom_Choose {
    padding-top: 0px !important;
    margin-top: 0;
  }

  .reversed-radio.radio-only .form-check-input {
    float: right !important;
  }

  #for-reversed-radio-section {
    padding: 5px 0 10px 0;
  }

  #extra-column-right {
    border-right: 0px;
    padding-right: 0 !important;
  }

  .extra-column-outer-space {
    padding-left: 15px !important;
  }

  .pallet-type-tab-section .question {
    margin-left: -3px;
    margin-right: 5px;
  }

  .delivery-details-only.align-with-date .deliverychoose-option,
  .delivery-details-only.align-with-date .delivery-details-dates-outer#dates {
    max-height: 100%;
    flex: 0 0 100%;
  }

  .delivery-details-only.align-with-date .deliverychoose-option {
    margin-bottom: 5px !important;
  }
}

.search-form-box {
  position: relative;
}

.search-form-box .img-to-right {
  position: absolute;
  right: 77px;
  top: 5px;
  text-align: center;
}

.search-form-box .img-to-right img {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}

.search-form-box .img-to-right p {
  display: inline-block;
  color: #000;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}

.ukp-st2 .img-to-right {
  display: none;
}

.plug_minus_ctas {
  width: 72px;
  vertical-align: middle;
  display: inline-flex;
  justify-content: space-evenly;
  margin-top: 8px;
}

.plug_minus_ctas .removeproducts,
.plug_minus_ctas .addMoreProducts {
  vertical-align: middle;
  display: inline-block !important;
  margin: 0 !important;
  background: none !important;
  padding: 0px !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .row [class*='col-'] {
    padding: 0 12px;
  }

  .searvice-detailed-block .card-header {
    padding: 18.5px 22px;
  }
}

input[type='file'].form-control {
  background: url(../images/icon-attached.svg) no-repeat center left 10px;
  padding-left: 55px;
  padding-top: 9px;
  background-size: 25px auto;
}

.img-block-bottom {
  text-align: center;
}

.img-block-bottom img {
  display: inline-block;
  height: 120px;
}

.text-right .button-w-price {
  text-align: center !important;
}

.addmore-button-to-right {
  position: absolute;
  right: 7.75%;
  top: 27%;
}

.btn-column .ukp-submitQuote {
  /*    font-size: 0 !important;*/
  text-transform: uppercase;
  /* height: 43px !important;
    width:164px !important;
    min-width:164px !important;*/
  display: inline-block;
}

#next_steps.align-items-end {
  align-items: center !important;
}

.custom-tab-delivery {
  margin-bottom: -2px;
}

.custom-tab-delivery + .formWrapper {
  min-height: 60px;
}

.card-delivery p {
  color: #222;
}

.ukp-st2 {
  margin-top: -50px !important;
  position: static !important;
  margin-bottom: -320px !important;
}

#bottom-order-space .col-sm-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

#bottom-order-space .col-sm-5 .list-quanitity.date-list li {
  margin-right: 10px !important;
}

.list-quanitity.date-list li {
  margin-top: 15px;
}

.visible-mobile {
  display: none;
}

.step2-only {
  display: none;
}

.ukp-st2-main .step2-only {
  display: block;
}

.step-cart-only {
  margin-bottom: 20px;
}

.col-md-4.onlyforstep2 img {
  margin-top: 0px;
}

.ukp-st2-main .step2-row {
  align-items: center;
  position: relative;
}

#for-reversed-radio-section.Consignment-owner-only {
  margin-left: 12px;
  padding: 6px 0;
  margin-right: 12px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .visible-mobile {
    display: block !important;
  }
  

  .search-form-box .img-to-right {
    display: none;
  }

  .addmore-button-to-right {
    position: static;
  }

  .plug_minus_ctas {
    width: 72px;
    vertical-align: middle;
    display: inline-flex;
    justify-content: space-evenly;
    margin-top: 8px;
    margin-left: auto;
    display: flex;
  }

  #next_steps {
    margin-top: 8px !important;
  }

  #next_steps .btn-column .ukp-submitQuote {
    margin-bottom: 10px !important;
  }

  #next_steps .col-sm-3.text-right label {
    text-align: center !important;
  }

  .register-login-right label {
    font-size: 10px;
    font-weight: 400;
  }

  .container-fluid.ukp-services.ukp-st2-services {
    padding: 168px 15px 50px 0 !important;
    margin: 0 !important;
  }

  .ukp-st2 {
    margin-top: -50px !important;
    position: static !important;
    margin-bottom: -230px !important;
  }

  .step2-only h2,
  .step2-only p {
  }

  .step-cart-only h2,
  .step-cart-only p {
    display: block !important;
  }

  .step-cart-only {
    margin-bottom: 15px;
  }

  .ukp-st2-main .step2-only {
    margin-bottom: 5px !important;
  }

  .hero-main .step-cart-only p {
    font-size: 13px !important;
  }

  .hero-main .step2-only h2 {
    margin-top: 0px !important;
  }

  .ukp-th.visible-mobile {
    margin-top: 0px;
  }

  .cart-right-img {
    display: none;
  }

  #for-reversed-radio-section.Consignment-owner-only {
    margin-left: 0;

    margin-right: 0;
  }

  #deliveryRestrictions.extra-column-outer-space {
    padding-left: 12px !important;
  }
}

@media (min-width: 1200px) {
  label.col-form-label {
    font-weight: 600 !important;
    font-size: 13px !important;
  }

  .col-lg-1.ir_wt,
  .col-lg-1.ir_tol {
    flex: 0 0 auto !important;
    width: 10% !important;
  }

  .mb-3.col-lg-3.ir_des {
    flex: 0 0 auto !important;
    width: 20% !important;
  }

  .DesktopJourney-position {
    position: absolute;
    bottom: 5px;
  }

  .ukp-st2-main .step2-row {
    position: relative;
  }

  .ukp-st2-main .step2-row .DesktopJourney {
    position: absolute;
    bottom: 0;
  }

  #for-reversed-radio-section.Consignment-owner-only .col-sm-4 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }

  #for-reversed-radio-section.Consignment-owner-only .col-sm-8 {
    flex: 0 0 80%;
    max-width: 80%;
    width: 80%;
  }

  #for-reversed-radio-section.Consignment-owner-only .order-complete-title {
    margin: 0px !important;
  }

  #for-reversed-radio-section.Consignment-owner-only.muliple-radio-alignbox
    ul
    li {
    margin-right: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1390px) {
  .addmore-button-to-right {
    position: absolute;
    right: 6.5%;
    top: 27%;
  }

  #bottom-order-space .col-sm-5 .list-quanitity.date-list li {
    margin-right: 10px !important;
    justify-content: space-between;
    display: flex;
    text-align: left;
  }
}

@media (min-width: 1391px) and (max-width: 1490px) {
  .addmore-button-to-right {
    position: absolute;
    right: 7%;
    top: 27%;
  }
}

.register-login-right label {
  text-align: left;
  font-size: 10px;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1190px) {
  #next_steps.align-items-end {
    margin-bottom: 15px;
  }
}

/*new*/

.action-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.navbar-nav a,
.middle_section a {
  color: #252525;
  font-weight: 600;
  text-decoration: none;
}

.action-list li {
  display: inline-block;
  vertical-align: middle;
}

.topmyNavbar#myNavbar {
  flex-wrap: wrap;
  justify-content: end;
}

.topmyNavbar#myNavbar .top_login_bar,
.topmyNavbar#myNavbar .nav.navbar-nav.navbar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

.navbar-header p {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #777b85;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}

.btn-rounded {
  border: 0;
  padding: 6px 0px;
  border-radius: 30px;
  display: inline-block;
  color: #525252;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  background: #1eaeeb;
  border: 1px solid #fff;
  border: 1px solid #525252;
}

.btn-rounded:hover {
  font-weight: normal;
  background: #000 !important;
  color: #fff !important;
}

.topbar_menu .btn-rounded {
  min-width: 80px;
}

.justify-content-end {
  justify-content: end;
}

/* overlay section */
.main {
  position: relative;
}

/* step section */
.progress {
  background-color: var(--line-border-fill);
  height: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s ease;
  width: 0%;
  z-index: var(--progress-zIndex);
}

.half-progress {
 /*  width: 10%; */
  text-align: center;
  margin: 0px;
  height: 2px;
  margin-left: 12px;
  border-radius: 10px;
  background-color: #000;
  opacity: 1;
  position: absolute;
  left: 4%;
  top: 34%;
}

.small-sc-text {
  display: none;
}

.adden &gt; a &gt; span {
  box-shadow: 5px 5px 4px 0px #00000040;
}

.orderR &gt; span,
.contact-details-progress &gt; span,
.checkout-progress &gt; span {
  box-shadow: 5px 5px 4px 0px #00000040;
}

.nav.navbar-nav.navbar-right {
  justify-content: end;
  margin: 0 -10px;
}

.nav.navbar-nav.navbar-right li {
  padding: 0 5px;
  font-size: 16px;
}

.top_login_bar {
  margin-bottom: 10px;
}

.step-row-section {
  background: #fff;
  border-radius: 18px;
  margin: 5px 0;
  position: absolute;
  top: 7%;
  left: 50%;
  border: 2px solid #1eadf2;
  transform: translate(-50%, -50%);
  width: 70%;
  padding: 5px;
}

.step-wizard {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 7px 0;
  list-style: none;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.step-wizard::before {
  background-color: #4ec7fa;
  content: '';
  height: 2px;
  left: 7%;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  width: 88%;
  z-index: var(--progress-zIndex);
}

.step-wizard li {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #252525 !important;
  position: relative;
}

.step-wizard li.active a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-wizard li span {
  padding: 15px;
  display: inline-flex;
  align-items: center;
  margin-right: 3px;
  justify-content: center;
  border: 1px solid #252525;
  background: #1eaeeb;
  border-radius: 100%;
  color: #fff;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}

.step-wizard li.active,
.step-wizard li.active a {
  color: #252525;
  text-decoration: none;
}

.step-wizard li.active span {
  background: #252525;
}

.after-arrow {
  position: relative;
}

.step-wizard li {
  font-size: 14px;
  position: relative;
}

.step-wizard li.after-arrow {
  flex: 0 0 300px;
  max-width: 300px;
}

.after-arrow:after {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  right: 0px;
  top: -46px;
  font-size: 75px;
}

.step-wizard li.after-arrow:after {
  color: #fff;
}

.step-wizard li.after-arrow.active:after {
  color: #1eaeeb;
}

.step-arrowbg {
  background: url(../images/stepbg.png) bottom center no-repeat;
  background-size: 100% 100%;
  min-height: 66px;
  margin-top: -45px;
  position: relative;
}

.bg-gray-step {
  background: #efefef;
  position: absolute;
  bottom: 20px;
  width: 70%;
  left: 0;
  right: 0;
  margin: auto;
  height: 178px;
  border: 2px solid #1eadf2;
  border-radius: 18px;
  top: 90%;
  box-shadow: 10px 10px 4px 0px #00000024;
}

.register-login-right {
  position: relative;
}

.position-left {
  position: absolute !important;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.position-right {
  position: absolute !important;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.search-form-box {
  margin: 0 auto;
  /*     max-width:1070px;*/
}

.feature-card {
  text-align: center;
  padding: 30px 0;
}

.feature-card p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}


.detailed-service,
.delivery-information-service {
  display: none !important;
}

.feature-card-block {
  border: 0px;
  padding: 0px;
}

.feature-card-block .card-header {
  padding: 0px;
  position: relative;
  z-index: 1;
  -webkit-mask-image: url('../images/card-hd.png');
  mask-image: url('../images/card-hd.png');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: center;
}

.feature-card-block .card-header .card-arrow {
  background: #292929;
  min-height: 111px;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 20px;
  align-items: center;
}

.feature-card-block .card-body {
  border: 0px;
  padding: 0px;
  -webkit-mask-image: url('../images/card-bg.png');
  mask-image: url('../images/card-bg.png');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center bottom;
  top: -23px;
  position: relative;
}

.feature-card-block .card-body .card-arrow {
  background: #1eacea;
  min-height: 307px;
  padding: 25px 15px 35px 15px;
}

.feature-card-block ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.feature-card-block ul li {
  margin: 18px 0;
  font-size: 18px;
  position: relative;
  padding-left: 20px;
}

.feature-card-block ul li:before {
  content: '\f0da';
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding-right: 10px;
  position: absolute;
  left: 5px;
  top: 0;
}

.service-section {
  margin-top: 30px;
}

.after-arrow-after,
.after-right {
  padding-right: 4px;
}

.after-arrow-before,
.after-left {
  padding-left: 2px;
  position: relative;
}

/* .after-arrow-before:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 45px;
    font-size: 40px;
    color: #1EACEA;
} */
.step-wizard li strong {
  font-weight: 500;
}

.number-input .doajax_input_input {
  border: 0px;
  background: none;
}

.number-input .doajax_input_input:before {
  content: '\f0d9 ';
  font-family: FontAwesome;
  color: #000;
  font-size: 20px;
}

.number-input .doajax_input_input.plus:before {
  content: '\f0da';
  font-family: FontAwesome;
  color: #000;
  font-size: 20px;
}

.date-list .two-column-choose-option{
display: block;
padding:0;
}
.date-list .two-column-choose-option .column-half
{
   flex: 0 0 100%;
  max-width: 100%;
}
.two-column-choose-option {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px 10px;
}

.two-column-choose-option .column-half {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px;
}

.subtitle-label {
  font-weight: bold;
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}

.form-label small {
  text-transform: none;
}

.subtitle-section {
  font-size: 17px;
  font-weight: 600;
  margin-top: 14px;
}

.search-form-box {
  padding: 16px 0 55px 0;
}

.pallet-qty-column,
.leadtimes {
  padding-top: 30px;
  padding-bottom: 60px;
}

.choose-column {
  padding: 20px 30px;
  height: 100%;
  background: #dbe1e2;
}

.price-section {
  font-size: 15px;
  color: #000;
  font-weight: 600;
}

.w-auto {
  flex: 0 0 auto !important;
  max-width: 100% !important;
}

.pallet-qty-column .choose-option.radio-custom-only .radio-inline {
  margin-right: 10px;
}

.pallet-qty-column .custom-tab-content {
  margin-bottom: 15px;
}

.leadtimes-block {
  max-width: 400px;
  margin: 0 auto;
}

.add_9.supply {
  border: 0px !important;
}

.register-login-right a {
  color: #000;
}

.step-wizard li,
.step-wizard li a {
  color: #777b85;
  text-decoration: none;
}

.leadtimes-block p {
  color: #000;
  font-size: 16px;
}

.term-text a {
  color: #000;
  text-decoration: none;
}

.middle_section a {
  margin-right: 10px;
  font-size: 14px;
}

.pallet_2 {
  /* font-family: "Michroma", sans-serif; */
  font-weight: 600;
  font-size: 16px;
  width: 72%;
}

.box-content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.search-first-row {
  align-items: flex-end;
}

.col-addr {
  width: 42%;
}

.del-addr {
  width: 41.5%;
}

.pal-quot {
  width: 14%;
}

.logo-section {
  width: auto !important;
}

.logo-section img {
  padding: 0 15px;
  border-right: 1px solid #d0d0d0;
}

.logo-section img:last-child {
  border-right: none;
}

@media (min-width: 1200px) {
  /* .navbar-header {
    margin-top: 38px; */
}

.middle_section {
  align-self: end;
  padding-bottom: 0;
  display: inline-flex;
}

.pallet-qty-column .custom-tab {
  max-width: 100%;
}

@media (min-width: 1400px) {
  .pallet-qty-column .custom-tab {
    max-width: 90%;
  }
}

/* new css */

.navbar-header .navbar-brand {
  display: block !important;
}

.btn-get-started {
  border: 2px solid black;
  cursor: pointer;
  background: #41acea;
  border-radius: 8px;
  opacity: 1.6 !important;
  color: #fff;
  font-size: 16px;
  height: 50px;
  text-transform: capitalize !important;
  padding: 0 20% !important;
  font-weight: 500;
  margin-left: 6px;
}

.register-login-right label {
  font-size: 10px !important;
  font-weight: 500 !important;
}

.register-login-right.text-center label {
  text-align: center !important;
  margin: 5px 0px !important;
  margin-left: 0px !important;
}

.quote-one {
  width: 624px;
  display: flex;
  background-color: #4ec7fa;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  align-items: center;
}

.quote-one-text {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 25px;
  color: #000000;
  padding: 12px;
}

.quote-two {
  width: 624px;
  display: flex;
  background-color: #20af7a;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  align-items: center;
}

.quote-two-text {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 25px;
  color: #000000;
  padding: 12px;
}

.trustpilot {
  padding-top: 20px;
}

.trustpilot &gt; img {
  width: 70%;
}

.review {
  margin-left: 20px;
  margin-top: 7rem !important;
}

.review-section {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.polygon-two {
  position: absolute;
  top: 95%;
  bottom: 0px;
  left: 5%;
}

.polygon-one {
  position: absolute;
  top: 95%;
  bottom: 0px;
  left: 5%;
}

.golita {
  position: absolute;
  max-width: 160px;
  top: 120%;
  left: -5%;
}

.engine {
  position: absolute;
  max-width: 116px;
  top: 120%;
  /* left: -5%; */
  left: -1.35%;
}

.image-text-one {
  margin-top: 5.5rem !important;
}

.text-main {
  color: #1eaeeb;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.text-main .specialist img {
  max-width: 640px;
  max-height: 385px;
}

.pallet-delivery {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0px;
  width: 100%;
}

.text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  border: 1px solid #1eaeeb;
  border-radius: 15px;
  max-height: 200px;
  /* width: 350px; */
/*  width: 416px;*/
height:400px;
  box-shadow: 10px 10px 4px 0px #00000024;
}
a.text-box {text-decoration: none!important; color: inherit!important; }
.text-box:hover {border: 1px solid #999!important; font-weight: normal!important}
.text-box h3 {font-size: 18px!important;} 

#learn-more {
  border: 1px solid black;
  cursor: pointer;
  background: #41acea;
  border-radius: 25px;
  opacity: 1.6 !important;
  color: #fff !important;
  font-size: 12px;
  width: 100px;
  height: 30px;
  text-transform: capitalize !important;
  padding: 5px !important;
  margin-bottom: 4px !important;
  font-weight: 500;
  text-align: center;
}

#learn-more a {
  color: #fff !important;
  text-decoration: none;
}

.box {
  justify-content: space-between;
}

.fast-truck {
  width: 420px;
}

.mobile-gps-pin {
  width: 420px;
}

.tick-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.tick-box &gt; p {
  padding-left: 8px;
  font-size: 14px;
}

.tick-box &gt; img {
  margin-top: 3px;
  height: 22px;
}

.tick-box-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-left: 14px;
}

.tick-box-track &gt; p {
  font-size: 14px;
  padding-left: 8px;
  word-spacing: 4px;
}

.tick-box-track &gt; img {
  margin-top: 4px;
}

.main-box {
  display: flex;
  font-size: 19px !important;
  flex-direction: row;
  flex-wrap: wrap;
}

.image-box {
  display: flex;
  justify-content: space-around;
}

.straight_box {
  font-size: 14px !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-around;
}

.track-trace-img {
  display: flex;
  justify-content: center;
}

.track-trace-img &gt; img {
  height: 174px;
  width: 342px;
}

.straight-tracking .box-one {
  display: flex;
  justify-content: space-around;
  padding-bottom: 20px;
}

.section-two {
  background: #e8f7fd;
}

.content-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding-bottom: 30px;
}

.content-one h3 {
  color: #1eaeeb;
  font-size: 24px !important;
  margin-left: -25px;
}

.content-two {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  padding-bottom: 30px;
}

.content-two h3 {
  color: #1eaeeb;
  font-size: 24px !important;
}

.pallet-ways-section {
  margin-top: 40px !important;
  margin-bottom: 14px !important;
}

.pallet-ways-section-div-1 {
  display: flex;
  justify-content: flex-end;
}

.tick-box-pallet-ways {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-left: 32px;
  padding-bottom: 7px;
}

.tick-box-pallet-ways &gt; img {
  margin-top: 3px;
}

.tick-box-pallet-ways &gt; p {
  font-size: 14px;
  padding-left: 4px;
}

.pallet-ways-section-img-1 {
  height: 376px;
  width: 574px;
}

.pallet-ways-section-img-2 {
  height: 88px;
  padding-left: 10px;
}

.pallet-ways-points {
  padding-right: 20%;
  padding-left: 18px;
}

.truck-section {
  justify-content: center;
  padding-top: 50px;
}

.truck-section img {
  /* height: 108px; */
  /* width: 524px; */
  height: 161px;
  width: 700px;
}

/* stepwizard */



.tick-box .fa,.tick-box-track .fa,.tick-box-pallet-ways .fa{color:#1eaeeb; font-size:20px;}

.btn-get-started:hover,.btn-get-started:focus,.btn-get-started:active {
    border: 2px solid black  !important; background:transparent !important;
}

/* footer always at bottom */


@media(min-width:1200px){
.content-area-main {
  min-height: calc(100vh - 332px);
}


#section-four .text-box .feature-cards {
    min-height: 40px;
}

#section-four  .pallet-delivery.pallet-delivery-desktop {
    height: 68px;
}
}

</pre></body></html>