html {
  scroll-behavior: smooth;
}
body {
  color: #000;
  font-size: 16px;
  background: #fff;
  font-family: "Jost";
}

body a {
  text-decoration: none;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  display: inline-block;
  color: inherit;
}

body:before,
body:after {
  display: table;
  content: "";
}
body:after {
  clear: both;
}

figure {
  margin: 0;
}

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

a:hover {
  text-decoration: none;
}

input[type="button"],
input[type="submit"] {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}

input,
button,
button:focus,
textarea {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  outline: none;
}

ul,
ol,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
p {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0px;
  font-family: "Roboto";
  font-weight: normal;
}

section {
  clear: both;
  width: 100%;
  float: left;
  overflow: hidden;
}

p:not(:last-child) {
  margin-bottom: 15px;
}
b,
strong {
  font-weight: bold;
}
.hidden {
  display: none !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
body .owl-carousel .owl-nav button.owl-prev,
body .owl-carousel .owl-nav button.owl-next {
  width: 65px;
  height: 65px;
  border-radius: 0px;
  text-align: center;
  margin: 0;
}

/*------------ Start of header --------------*/
.header-announce-bar {
    background: #0e4b7d;
    color: #fff;
}
.header-announce-bar ul {
    gap: 0.4rem 2rem;
}
.header-announce-bar ul li {
    gap: 0.4em;
}
header .header__top ul li:last-child {
  padding-left: 1rem;
  margin-left: 1rem;
  border-left: 1px solid #dfdfdf;
}
header .header__top ul li .trustpilot-widget iframe {
    height: 80px !important;
    width: 150px !important;
}
header .need-help {
  padding-left: 1rem;
}
.header__bottom {
  background: #0e4b7d;
  position: relative;
}
header .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 1.063rem;
  border-bottom: 2px solid transparent;
  padding: 0.6rem 1rem;
}
header .navbar-nav .nav-item .nav-link:focus {
  color: #fff;
}
header .navbar-nav .nav-item {
  margin-right: 2.5rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
header .navbar-nav .nav-item.current-menu-item .nav-link,
header .navbar-nav .nav-item .nav-link:hover,
header .navbar-nav .nav-item:hover > a {
  color: #fff;
  border-color: #fff;
}
header .navbar-nav .nav-item.menu-item-26 .nav-link,
header .navbar-nav .nav-item.menu-item-26 .nav-link:hover {
  border-color: transparent;
}
header .navbar-nav .nav-item.menu-item-26.current-menu-item .nav-link {
  border-color: revert;
}
header .navbar-nav .nav-item .sub-menu {
  display: none;
  position: absolute;
  background: #0e4b7d;
  padding: 0.5rem 1rem 1rem;
  top: 2.938rem;
  text-align: center;
  margin: 0;
}
header .navbar-nav .nav-item.menu-item-has-children:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #fff;
}
header .navbar-nav .nav-item:hover .sub-menu {
  display: block;
}
header .navbar-nav .nav-item:hover .sub-menu ul li a {
  padding: 0.5rem;
}
header .navbar-nav .nav-item .sub-menu li a {
  padding: 0 0.3rem;
  display: inline-block;
  color: #fff;
  font-size: 0.938rem;
}
header .navbar-nav .nav-item:hover .sub-menu li {
  margin-bottom: 0.3rem;
}
header .sub-menu li a:hover,
header .navbar-nav .nav-item .sub-menu li.current-menu-item a {
  border-bottom: 1px solid #fff;
}
header .sub-menu li a {
  border-bottom: 1px solid transparent;
}
header .min__cart {
  background: #464646;
  height: 100%;
  position: relative;
  z-index: 11;
}
header .min__cart > a {
  color: #fff;
  font-size: 1.063rem;
  padding: 0.7rem 0 0.7rem 2.5rem;
  position: relative;
}
header .min__cart > a .items-count {
  position: absolute;
  top: 2px;
  left: 48%;
  right: auto;
  background: #114b7b;
  border-radius: 50%;
  width: 21px;
  height: 20px;
  font-size: 11px;
  padding: 2px;
  text-align: center;
  color: white;
}
header .min__cart > a:before {
  content: "\f07a";
  font-family: "FontAwesome";
  padding-right: 1rem;
}
header .cart .woocommerce-mini-cart__buttons .button:hover {
  display: block;
}
header .cart .woocommerce-mini-cart__buttons .checkout {
  display: none;
}
.woocommerce-checkout #payment .paypal_cus_logo img {
  margin: 0;
  max-width: 100%;
}
.woocommerce-checkout #payment .paypal_cus_logo {
    display: inline-block;
    width: 90px;
}
header .mega_menu.cart {
  position: absolute;
  width: 100%;
  min-width: 340px;
  background: #0e4b7d;
  right: 9px;
  top: 100%;
  display: none;
  padding: 15px;
}
.minicart-open header ul.mega_menu.cart {
  display: block;
}
header .mega_menu.cart #mcart-widget .variation {
  display: none;
}
header ul.mega_menu.cart .woocommerce-mini-cart__empty-message {
  text-align: center;
  font-weight: 500;
  color: #fff;
  padding: 12px 0;
}

.header__bottom:after {
  content: "";
  width: 50%;
  height: 100%;
  background: #464646;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
header .navbar {
  z-index: 111;
  background: #0e4b7d;
}
header .min__cart > a:after {
  content: "";
  width: 1rem;
  height: 100%;
  background: #464646;
  position: absolute;
  top: 0;
  right: -0.5rem;
  z-index: -1;
}
header .header__account {
  padding: 0 0 0 6rem;
  position: relative;
}
header .header__account:after {
  content: "";
  border-left: 1px solid #fff;
  position: absolute;
  left: 0;
  height: calc(100% + 0.5rem);
}

header .cart .remove {
  position: absolute;
  right: 0;
  background: #fff;
  line-height: 0.8;
  color: #464646 !important;
  font-size: 18px;
  top: 25px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  font-weight: bold;
}
header .cart .remove:hover {
  color: #464646 !important;
  background: #fff;
}
.cart img {
  float: left;
}
.minicart-open .min__cart ul.cart_list li img {
  float: left;
  width: 60px;
  margin: 0 15px 0 0;
}
header .cart .mini_cart_item a {
  color: #fff;
  font-weight: 600;
  display: block;
}
.minicart-open .cart .mini_cart_item {
  padding-right: 25px;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  position: relative;
}
.cart .total {
  width: 100%;
  text-align: right;
}
.cart .total {
  color: #fff;
  font-size: 18px;
  margin: 10px 0 15px;
}
.cart .woocommerce-mini-cart__buttons .button {
  display: block;
  border-radius: 0;
  text-align: center;
  margin: 10px 0;
  padding: 14px 15px;
  background: white;
  text-transform: uppercase;
  color: #0e4b7d;
  font-weight: 600;
  line-height: 1;
}
.cart .woocommerce-mini-cart__buttons .button:hover {
  background: #fff;
  color: #0e4b7d;
}
.cart .quantity {
  color: #fff;
}
.cart .variation,
.cart .variation ~ .quantity {
  padding-left: 75px;
  margin-bottom: 0;
}
.cart .variation dt,
.cart .variation dd {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}
.cart .variation dt,
.cart .variation dd {
  font-weight: 600;
  display: inline-block;
  color: #fff;
}
.cart .variation dd p {
  color: #fff;
}
/*------------ End of header --------------*/

/*------------ Start of home page --------------*/
.banner .container {
  position: absolute;
  bottom: 4.375rem;
  right: 0;
  left: 0;
}
.banner__content {
  max-width: 38rem;
  position: relative;
  z-index: 1;
  padding: 20px 30px 30px;
}
.home .banner__content {
  max-width: 31rem;
}
.banner__content:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: -1;
}
.banner__content .title {
  font-weight: bold;
  font-size: 3.125rem;
  color: #0e4b7d;
  margin-bottom: 1.875rem;
}
.banner__content p {
  font-size: 1.25rem;
  color: #333333;
  margin-bottom: 1.25rem;
}
.banner__content p a {
  font-size: 1.563rem;
  padding-right: 1.625rem;
  position: relative;
}
.banner__content p a:not(:last-child):after {
  content: "";
  border-right: 0.125rem solid #333333;
  right: 0.813rem;
  position: absolute;
  height: 1.375rem;
  top: 0.625rem;
}
.cratehire-btn a {
  display: inline-block;
  background: #0e4b7d;
  color: #fff !important;
  padding: 0.625rem 3.125rem;
  cursor: pointer;
}
.header__account ul li {
  display: inline;
  position: relative;
  padding-left: 0.2rem;
  color: #fff;
}
.header__account ul .register {
  position: relative;
}
.header__account ul li a {
  color: #fff;
}
.header__account ul .register:before {
  content: "/";
  color: #fff;
  padding-right: 0.5rem;
}
.header__account ul li.login:before, 
.header__account ul li.account-link-head:before{
  content: "\f007";
  font-family: "FontAwesome";
  color: #fff;
  padding-right: 1rem;
}
.cratehirecompny__nationwide {
  margin-bottom: 5rem;
}
.cratehirecompny__nationwide ul li {
    display: flex;
    flex-wrap: wrap;
}
.cratehirecompny__nationwide ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.cratehirecompny__nationwide ul li p {
  display: inline-block;
  font-size: 1.313rem;
  width: calc(100% - 4.875rem);
  margin-left: auto;
}
.cratehirecompny__nationwide ul li img {
  margin-right: 0.625rem;
}
.cratehirecompny__nationwide .left {
  padding: 3.125rem 3.125rem 3.125rem 9.375rem;
  background: #f9f9f9;
  position: relative;
  overflow: hidden;
}
.cratehirecompny__nationwide .left:before,
.cratehirecompny__nationwide .left:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 3.438rem solid transparent;
  border-bottom: 3.438rem solid transparent;
  position: absolute;
  bottom: 1.563rem;
}

.cratehirecompny__nationwide .left:before {
  border-left: 5.938rem solid #0e4b7d;
  left: 0;
  bottom: 1.563rem;
}
.cratehirecompny__nationwide .left:after {
  border-right: 100px solid #bcbcbd;
  left: 1.25rem;
  bottom: -2rem;
}
.cratehirecompny__nationwide .right {
  padding: 3.438rem 2.188rem 3.438rem 2.813rem;
  background: url(../images/package-bg.jpg) no-repeat;
  background-size: cover;
}
.cratehirecompny__nationwide .right ul li p {
  color: #fff;
}
.hirecrates__education {
  margin-bottom: 4.75rem;
}
.card-title {
  padding: 0 6rem;
  color: #333333;
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
.hirecrates__education .card-body > .education_image_link {
  width: calc(100% - 1.25rem);
  margin-bottom: 2.5rem;
  box-shadow: 8px 0px 18px 0 rgb(0 0 0 / 21%);
}
.hirecrates__education .card-body > img:hover {
  opacity: 0.5;
}
.hirecrates__education .card {
  position: revert;
}
.hirecrates__education .card-body .btn {
  display: inline-block;
  background: #0e4b7d;
  color: #fff;
  padding: 0.625rem 2.5rem;
  border-radius: 0;
}
.hirecrates__education .card-body figure {
  position: absolute;
  background: #0f497b;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  right: 0;
  top: 6.5rem;
  box-shadow: 8px 0px 18px 0 rgb(140 140 140 / 10%);
}
.ordering__process {
  background: #f8f8f9;
  padding: 0 10.625rem;
  margin-bottom: 6.25rem;
}
.ordering__process .ordering_bg {
  padding: 6.25rem 0 5rem;
  background: url(../images/ordering-bg.jpg);
  background-size: cover;
  background-position: left top;
}
.ordering__process figure {
  background: #0e4b7d;
  width: 8.125rem;
  height: 8.125rem;
  line-height: 8.125rem;
  border-radius: 50%;
  margin: 0 auto 1.875rem;
}
.cratehirecompany__wrap .title:after {
  content: "";
  width: 4.063rem;
  border-bottom: 2px solid #0e4b7d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cratehirecompany__wrap .title {
  font-size: 2.625rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  position: relative;
  color: #333333;
}
.cratehirecompany__wrap .title span {
  color: #0e4b7d;
}
.cratehirecompany__wrap p {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.why__use__crates .custom__row {
  position: relative;
  margin-bottom: 6.25rem;
  width: 100%;
  float: left;
}
.why__use__crates .left {
  width: 75%;
  float: left;
  background: #f0f1f2;
  padding: 5rem 12rem 5rem 0;
  border-radius: 0 12rem 12rem 0;
}
.why__use__crates .custom__row .left:before {
  content: "";
  width: 500rem;
  height: 100%;
  background: #f0f1f2;
  position: absolute;
  left: -500rem;
  z-index: 111;
  top: 0;
}
.why__use__crates .cratehirecompany__wrap .title {
  color: #333333;
}
.why__use__crates .right {
  width: 25.875rem;
  float: left;
  position: absolute;
  right: 5rem;
}
.why__use__crates .custom__row.use__crates .title:after {
  border-color: #ffffff;
}
.why__use__crates .cratehirecompany__wrap .title:after {
  margin: revert;
}
.why__use__crates .custom__row.use__crates .left {
  background: #0e4b7d;
}
.why__use__crates .custom__row.use__crates .left:before {
  background: #0e4b7d;
}
.why__use__crates ul li {
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.25rem;
  padding-left: 1.25rem;
  position: relative;
  color: #333;
  font-family: "Roboto";
  font-weight: normal;
}
.why__use__crates ul li img {
  width: 2.813rem;
  margin-right: 0.625rem;
}
.why__use__crates ul li p {
  display: inline-block;
  font-size: 1.25rem;
  color: #fff;
  width: calc(100% - 3.438rem);
}
.why__use__crates .custom__row.use__crates ul li {
  padding: 0;
}
.why__use__crates .custom__row.use__crates ul li:before {
  display: none;
}
.why__use__crates .right img {
  width: 100%;
}
.why__use__crates .right .deliver {
  background: #0e4b7d;
  width: 6.25rem;
  height: 6.25rem;
  line-height: 6.25rem;
  margin: 0 auto 1.875rem;
  border: none;
  text-align: center;
  position: absolute;
  right: 1.5rem;
  top: 2.5rem;
}
.why__use__crates .custom__row:nth-child(even) .right .deliver {
  right: auto;
  left: 1.5rem;
}
.why__use__crates .right .deliver img {
  width: auto;
}
.why__use__crates .right figure {
  border-radius: 50%;
  overflow: hidden;
  border: 1.563rem solid white;
}
.why__use__crates .right:before {
  content: "";
  width: 14.75rem;
  height: 14.75rem;
  background: url(../images/why-use-dots.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -3.125rem;
  top: -3.125rem;
  z-index: -1;
}
.why__use__crates .custom__row:nth-child(even) {
  flex-direction: row-reverse;
  padding-left: revert;
}
.why__use__crates .custom__row:nth-child(even) .left {
  border-radius: 12rem 0 0 12rem;
  padding: 5rem 3rem 5rem 17rem;
}
.why__use__crates .custom__row:nth-child(even) .left:before {
  right: -500rem;
  left: auto;
}
.why__use__crates .custom__row:nth-child(even) .right {
  right: auto;
  left: 5rem;
}
.why__use__crates .custom__row:nth-child(even) .right:before {
  right: auto;
  left: -3.125rem;
}
.why__use__crates ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #0e4b7d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.why__use__crates ul > b {
  font-family: "Roboto";
  font-size: 1.25rem;
  color: #333;
  display: block;
  padding-left: 1.25rem;
}
.customer__say {
  margin-bottom: 6.25rem;
  background: #f9f9f9;
}
.customer__say-button a {
  display: block;
  background: #0e4b7d;
  color: #faee04;
  padding: 0.625rem 2rem;
  border-radius: 0;
}
.home .home-choose-us {
  padding-top: 0 !important;
}

.customer__say-button {
  padding-top: 35px;
  margin-bottom: 56px;
}
.customer__say-button .col-lg-4 {
  margin-bottom: 10px;
}
.subscription iframe {
  width: 100%;
}
.subscription strong {
  color: #333333;
  font-weight: 600;
  font-size: 22px;
}
.subscription .sec_addr_sec {
  margin: 10px 0;
}
.subscription p {
  font-size: 20px;
}

.main-cmn-map {
  width: 100%;
  padding: 0 15px;
}

.main-cmn-map .all_map_sec {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.main-cmn-map .all_map_sec:not(:last-child) {
  margin-bottom: 40px;
}
.main-cmn-map .all_map_sec iframe {
  max-height: 150px;
}

.home-choose-us {
  float: left;
  width: 100%;
  padding: 5rem 0;
}

.home-choose-us .cust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.home-choose-us .col-left,
.home-choose-us .col-right {
  width: 41.66%;
  position: relative;
  z-index: 1;
}
.home-choose-us .col-center {
  width: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}
.home-choose-us .column {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 9.375rem;
  width: 100%;
}
.home-choose-us .column figure {
  background: #0e4b7d;
  border-radius: 100%;
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.563rem;
}
.home-choose-us .column img {
  width: auto;
  max-height: 66px;
}
.home-choose-us .column .contant {
  width: calc(100% - 207px);
}
.home-choose-us .column .title {
  font-size: 1.813rem;
  color: #333;
  line-height: 1.3;
}

.home-choose-us .col-left .column {
  flex-direction: row-reverse;
  text-align: right;
}
.home-choose-us .col-left figure {
  margin-right: 0;
  margin-left: 1.563rem;
}
.home-choose-us .col-right .column:nth-child(2) {
  margin-left: 9.375rem;
}
.home-choose-us .col-left .column:nth-child(2) {
  margin-left: -9.375rem;
}
.home-choose-us .col-center img {
  width: 100%;
}
.home-choose-us .column:last-child {
  margin-bottom: 0;
}

.trustpilot_main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 60px;
}

.trustpilot_main .trust-left {
  width: 320px;
  margin-right: 150px;
}

.trustpilot_main .trust-right {
  width: calc(100% - 470px);
}

.trustpilot_main .trust-right .title {
  margin-bottom: 20px;
  font-weight: 600;
}

.trustpilot_main .trust-right ul {
  font-size: 22px;
  padding-left: 27px;
}

.trustpilot_main .trust-right ul li {
  list-style: disc;
  font-size: 20px;
}
.trustpilot_main .trust-left iframe {
  width: 100% !important;
}

/*------------ End of home page --------------*/

/*------------ Start of education page --------------*/
.banner {
  margin-bottom: 3rem;
}
.welcome__uk {
  margin-bottom: 5rem;
  padding-top: 2rem;
}
.welcome__uk .cratehirecompany__wrap .title:after,
.why__choose__move .cratehirecompany__wrap .title:after {
  margin: 0;
}
.welcome__uk ul li,
.why__choose__move ul li {
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.063rem;
  padding-left: 1.25rem;
  position: relative;
  color: #333;
  font-family: "Roboto";
  font-weight: normal;
}
.welcome__uk ul li:before,
.why__choose__move ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #0e4b7d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.welcome__uk .subtitle {
  font-size: 1.375rem;
  margin: 2rem 0 1rem;
  color: #333;
}
.welcome__uk .left > p {
  font-size: 1.063rem;
}
.welcome__uk img {
  width: 100%;
  box-shadow: 5px 0px 27px 0 rgb(0 0 0 / 35%);
}
.welcome__uk .right > figure {
  padding: 0;
  width: 50%;
  padding-top: 122px;
}
.welcome__uk .right {
  position: relative;
}
.welcome__uk .right .company_p {
  position: absolute;
  top: 0;
  right: 2rem;
  /*border: 0.5rem solid #fff;*/
  box-shadow: 5px 0px 27px 0 rgb(0 0 0 / 35%);
  /*    width: 50%;*/
}
.welcome__uk .right .company_p img {
  box-shadow: inherit;
}
.single_product_cust {
  width: 100%;
  float: left;
}
.page-template-education .welcome__uk img {
  width: 270px;
}
.page-template-education .welcome__uk .right .company_p {
  right: 4rem;
}
.why__choose__move {
  padding: 6rem 0;
  margin-bottom: 6rem;
  background: url(../images/office-move-bg.jpg) no-repeat;
  background-size: cover;
  background-position: top left;
}
.why__choose__move .left > figure {
  max-width: 20.625rem;
}
.why__choose__move .company_p {
  max-width: 20.625rem;
  float: right;
  margin-top: -2.125rem;
  right: 6rem;
  /* border: 0.313rem solid #fff; */
  box-shadow: 5px 0px 27px 0 rgb(0 0 0 / 35%);
  position: relative;
}
.why__choose__move .left img {
  width: 100%;
}
.popular__package {
  margin-bottom: 5rem;
}
.popular__package .nav-tabs {
  justify-content: center;
}
.popular__package nav {
  margin-bottom: 1.5rem;
}
.popular__package .nav-tabs .nav-link {
  display: inline-block;
  background: transparent;
  color: #333;
  padding: 0.625rem 1.875rem;
  border-radius: 0;
  margin: 0 0.625rem 1rem;
  border: 1px solid #0e4b7d;
  position: relative;
  text-align: center;
}
.popular__package .nav-tabs .nav-link:hover,
.popular__package .nav-tabs .nav-link.active {
  background: #0e4b7d;
  color: #fff;
}
.popular__package .nav-tabs .nav-link.active:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.563rem solid transparent;
  border-right: 0.563rem solid transparent;
  border-top: 0.625rem solid #0e4b7d;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -0.688rem;
}
.popular__package .card-img {
  box-shadow: 5px 0px 27px 0 rgb(0 0 0 / 35%);
  height: 288px;
  display: grid;
  place-content: center;
  background: white;
  overflow: hidden;
}
.popular__package .top-row .owl-carousel .card-img {
  padding: 0;
  box-shadow: 0px 0px 3px 0 rgb(0 0 0 / 30%);
}
.page-template-education .popular__package .top-row .owl-carousel .card-img {
  box-shadow: 1px 0px 10px 0px rgb(0 0 0 / 30%);
}

.popular__package .card-img img {
  width: 100%;
  padding: 0;
  max-height: 268px;
}
.page-template-packaging .popular__package .top-row #disable {
  display: flex;
  flex-wrap: wrap;
}

.page-template-packaging .popular__package .top-row #disable .item {
  width: 25%;
  padding: 0 15px;
}

/* .popular__package .top-row .owl-item {
  padding: 1px;
} */
.popular__package .card-body {
  padding: 1.25rem 0.625rem;
}
.popular__package .card-body .options,
.popular__package .card-body .product__price,
.popular__package .card-body .hire__now .btn.quick-btn {
  display: none !important;
}
.popular__package .qut-text {
  font-size: 1.25rem;
  margin: 0;
}
.popular__package .card-body .custom-select,
.popular__package .card-body form {
  width: 6.75rem;
  border-radius: 0;
  color: #333;
  border: 2px solid #a9a9a9;
  background-color: transparent;
}
/* .popular__package .card-body form input {
  width: 2.125rem;
  height: 2.125rem;
  text-align: center;
  background: transparent;
  border-radius: inherit;
} */
/* .popular__package .card-body form input.qty {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
} */
.product-cart.frontqauntity form.cart {
  display: flex;
  flex-wrap: wrap;
}
.popular__package .card-body .card-title {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.popular__package .top-row .item .card {
  padding-top: 10px;
}
.popular__package .card-body .product__price .price {
  font-size: 1.563rem;
  color: #333;
}
.popular__package .card-body .product__price {
  margin-bottom: 1.875rem;
}
.popular__package .card-body .product-cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.popular__package .card-body .btn,
.popular__package .card-body .product-cart a {
  display: inline-block;
  background: #0e4b7d;
  color: #fff;
  padding: 0.625rem 1rem;
  border-radius: 0;
  width: 9.375rem;
  text-align: center;
}
.popular__package .card-body .hire__now .btn.hire-btn {
  background: transparent;
  color: #0e4b7d;
  box-shadow: 5px 0px 20px 0 rgb(0 0 0 / 35%);
  margin-top: 0.5rem;
}

.popular__package .card-body .product-cart a {
  margin-bottom: 10px;
}
.page-template-education .home-choose-us,
.page-template-house-move .home-choose-us,
.page-template-about-us .home-choose-us {
  background: url(../images/why-choose-bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}

.popular__package .row .owl-nav {
  text-align: center;
}
.popular__package .row .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-200%);
  background: #d3d3d3;
  box-shadow: 5px 0px 27px 0 rgb(0 0 0 / 35%);
  width: 50px !important;
  height: 50px !important;
}
.popular__package .row .owl-nav button.owl-prev {
  left: -64px;
}

.popular__package .row .owl-nav button.owl-next {
  right: -60px;
}
.popular__package .row .owl-nav button span {
  display: inline-block;
  line-height: 1;
  font-size: 30px;
}
.popular__package .row .owl-dots {
  display: none;
}
.popular__package .top-row {
  margin: 0;
  margin-bottom: 60px;
}

.popular__package .card-body a {
  display: block;
}

.popular__package .card-body .cust_lo_price {
  position: revert;
  color: #333333;
  margin: 0;
  margin-bottom: 5px;
  display: block;
  font-size: 1.2rem;
}

.cust_add_basket .product-cart form.cart {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 0;
}

.quantity {
  width: 104px;
  margin: 0 5px 0 0;
  display: flex;
  border: 0;
  text-align: center;
}

.quantity input {
  height: 40px;
  border: 1px solid #a9a9a9;
  padding: 4px 1px;
  float: right;
  text-align: center;
  width: 40px !important;
  background: #fff;
}
.quantity input::-webkit-inner-spin-button,
.quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity .qty {
  border-left: 0;
  border-right: 0;
}

.cust_add_basket .product-cart .single_add_to_cart_button {
  display: inline-block;
  background: #0e4b7d;
  color: #fff;
  padding: 0.3rem 0.7rem;
  border-radius: 0;
  text-align: center;
  border: 0;
}

/*------------ End of education page --------------*/
.page-template-hire-crates .banner .banner__content .title {
  margin-bottom: 10px !important;
}
/*------------ Start of Fast Delivery Service --------------*/
.subscription .row {
  padding: 3rem 0 3rem;
  background: url(../images/d-service.png) no-repeat;
  background-position: 93% bottom;
  background-size: 29%;
}
.subscription .row .col-md-9 {
  padding: 0;
}
/*section.subscription{
     background: url(https://cratehire.icecubedev.com/wp-content/uploads/2022/06/3-1.png) no-repeat;
}*/

/*.subscription .row {
    padding: 6rem 0;
    background: url(https://cratehire.icecubedev.com/wp-content/uploads/2022/06/3-1.png) no-repeat;
    background-position: 93% bottom;
    background-size: 34%;
}*/
.subscription .cratehirecompany__wrap .title:after {
  display: none;
}
.subscription .cratehirecompany__wrap .title {
  margin-bottom: 1.25rem;
}
.subscription .subscription-content form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: calc(100% - 270px);
}
.subscription .subscription-content .wpcf7-submit {
  display: inline-block;
  background: #0e4b7d;
  color: #fff;
  padding: 0.625rem 1rem;
  border-radius: 0;
  width: 10.625rem;
  height: 3rem;
}
.subscription .subscription-content .yr_email {
  width: calc(100% - 16.625rem);
  margin-right: 1.25rem;
  border: 2px solid #a9a9a9;
  border-radius: 0;
  height: 3rem;
  display: inline-block;
}
.subscription .subscription-content .yr_email input {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0.5rem 1rem;
}
.subscription .subscription-content form .wpcf7-spinner {
  position: absolute;
}

.subscription-wrapper .wpcf7 {
  width: 100%;
}

.subscription-wrapper .wpcf7 p {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.cust_fast_delv_all .title {
  width: 262px;
  margin-bottom: 0 !important;
  float: left;
}

.cust_fast_delv_all form {
  width: 100%;
}

.cust_fast_delv_all {
  flex-wrap: wrap;
  text-align: left !important;
}

.cust_fast_delv_all form .cratehire-charges {
  width: 100%;
}

.cust_fast_delv_all form .form-group {
  width: calc(100% - 140px);
  margin-right: 10px;
  margin-bottom: 0 !important;
}

.cust_fast_delv_all form .cratehire-btn {
  width: 130px;
}

.cust_fast_delv_all form .form-group input#delivey-charge {
  height: 44px;
  border-radius: 0;
  border-color: #545454;
}

.cust_fast_delv_all form .form-group label {
  font-size: 20px;
}

.cust_fast_delv_all .cratehire-charges {
  padding-top: 5px !important;
}

.cust_fast_delv_all .cratehire-charges p {
  font-size: 16px;
}

/*------------ End of Fast Delivery Service --------------*/

/*------------ Start of home move page --------------*/
.page-template-house-move .welcome__uk figure {
  padding: 0 !important;
  z-index: 11;
}
.page-template-house-move .welcome__uk .company_p {
  float: right;
  top: 0;
  bottom: auto;
  z-index: 1;
  border: none;
}
.page-template-house-move .welcome__uk .right {
  display: flex;
  align-items: flex-end;
  padding-top: 13rem;
  padding-left: 1.5rem;
}

/*------------ End of home move page --------------*/

/*------------ Start of office move page --------------*/

.page-template-office-move .welcome__uk .right .company_p {
  display: none;
}
/*------------ End of office move page --------------*/

/*------------ Start of Packaging page --------------*/
.page-template-packaging .banner .banner__content {
  max-width: 41rem;
}
.page-template-packaging .popular__package,
.page-template-hire-crates .popular__package {
  padding: 5rem 0;
  margin-bottom: 0;
}
.page-template-packaging .popular__package .card,
.page-template-hire-crates .popular__package .card {
  background-color: transparent;
}
.page-template-office-move .why__choose__move .company_p img {
  filter: brightness(120%);
}
.page-template-packaging .welcome__uk .right > figure,
.page-template-hire-crates .welcome__uk .right > figure {
  padding: 4rem 8rem 0 3rem;
}
.page-template-packaging .welcome__uk .right .company_p,
.page-template-hire-crates .welcome__uk .right .company_p {
  z-index: -1;
}

.popular__package .top-row #disable .owl-stage-outer .owl-stage {
  width: 100% !important;
  transform: translate3d(0, 0px, 0px) !important;
  display: flex;
  flex-wrap: wrap;
}

.popular__package .top-row #disable .owl-stage-outer .owl-stage .owl-item {
  width: calc(25% - 20px) !important;
  margin: 0 10px !important;
}

.popular__package .top-row #disable .owl-nav {
  display: none;
}
.page-template-packaging .popular__package .top-row {
  margin-bottom: 0;
}
.page-template-packaging .package_one {
  margin-bottom: 50px;
}
/*------------ End of Packaging page --------------*/

/*------------ Start of about us page --------------*/
.page-template-about-us .welcome__uk .anchor {
  color: #3014ac;
  display: inline-block;
  font-size: 1.063rem;
  font-family: "Roboto";
}
.page-template-about-us .welcome__uk .right {
  max-height: 28.125rem;
}
.page-template-about-us .welcome__uk figure {
  display: inline-block;
  margin: 0 0.5rem 1rem;
}
.page-template-about-us .welcome__uk .about__british img {
  box-shadow: inherit;
}
.page-template-about-us .welcome__uk figure {
  max-width: 63%;
  padding: 0;
}
.page-template-about-us .welcome__uk .about__british figure {
  max-width: 100px;
}
.page-template-about-us .welcome__uk .img-1 {
  float: right;
}
.page-template-about-us .welcome__uk .img-2 {
  position: relative;
  bottom: 13rem;
}
.page-template-about-us .welcome__uk .img__group {
  width: 30rem;
  float: right;
}
.page-template-about-us .welcome__uk .img__group:before {
  content: "";
  width: 18.75rem;
  height: 18.75rem;
  border: 0.438rem solid #114875;
  position: absolute;
  z-index: 111;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 3rem;
}
.page-template-about-us .welcome__uk .about__british {
  margin-top: 1.5rem;
}
/*------------ End of about us page --------------*/

/*------------ Start Delivery page --------------*/
.page-template-delivery .cratehirecompany__wrap .title:after {
  right: auto;
}
.delivery__finder iframe {
  height: 28.125rem;
  width: 100%;
}
.delivery__depot {
  max-width: 28.125rem;
}
.delivery__depot form input {
  border-radius: 0;
  height: 2.5rem;
  border-color: #888888;
}
.delivery__finder {
  margin-bottom: 6.25rem;
}
.delivery__finder .container {
  padding-right: 12.5rem;
}
.delivery__depot .cratehire-charges {
  box-shadow: 5px 0px 27px 0 rgb(0 0 0 / 35%);
  margin-top: 50px;
  margin-bottom: 0;
  padding: 20px 40px 20px !important;
  background: #0e4b7d;
}

.delivery__depot .cratehire-charges p {
  color: white;
  /*    font-size: 27px;*/
}

.delivery__depot .cratehire-charges p b {
  position: relative;
}

/*.delivery__depot .cratehire-charges p b .delivery_charge:before {
    content: "ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£";
}*/
/*------------ End Delivery page --------------*/

/*------------ Start of Faq page --------------*/
.page-template-faq .cratehirecompany__wrap .title:after {
  right: auto;
}
.faq__quation {
  margin-bottom: 6rem;
}
.faq__quation .faq .title {
  font-size: 1.375rem;
  color: #333333;
  margin-bottom: 0.625rem;
  position: relative;
  padding-left: 2rem;
}
.faq__quation .faq ul {
  margin-bottom: 1.25rem;
}
.faq__quation .faq ul li {
  margin-bottom: 1.25rem;
}
.faq__quation .faq p {
  font-size: 1.063rem;
  position: relative;
  padding-left: 2rem;
}
.faq__quation .faq span {
  position: absolute;
  left: 0;
  font-size: 1.375rem;
  font-weight: 500;
}
.faq__quation .faq p span {
  top: -0.313rem;
}
/*------------ End of Faq page --------------*/

/*------------ Start fo Contact page --------------*/
.page-template-contact-us .banner__content {
  max-width: 29rem;
}
.page-template-contact-us .banner {
  margin-bottom: 6.25rem;
}
.contact__form .cratehirecompany__wrap .title:after {
  right: auto;
}
.contact__form .left {
  padding: 2.5rem 4rem 0 1rem;
}
.contact__form .contact__det {
  margin-top: 1.5rem;
}
.contact__form .contact__det ul li {
  margin-bottom: 1.25rem;
  padding-left: 2.5rem;
  position: relative;
}
.contact__form .contact__det ul li img {
  position: absolute;
  left: 0;
}
.contact__form .contact__det .title {
  font-size: 1.375rem;
  font-weight: bold;
  color: #0e4b7d;
  font-family: "Roboto";
  margin-bottom: 1rem;
}
.contact__form .contact__det p {
  font-size: 1.188rem;
}
.contact__form .contact__det ul li a {
  color: #333;
}
.contact__form .right {
  background: #0e4b7d;
  padding: 2.5rem 3.75rem 3.75rem;
}
.contact__form .right .cratehirecompany__wrap .title:after {
  border-color: #fff;
}
.contact__form {
  margin-bottom: 6.25rem;
}
.contact__form form label {
  color: #fff;
  font-family: "Roboto";
}
.contact__form .form-group {
  margin-bottom: 1.25rem;
}
.contact__form .form-group input,
.contact__form .form-group textarea {
  background: transparent;
  border-radius: 0;
  padding: 0.5rem 1rem;
  color: #fff;
}
.contact__form .form-group input {
  height: 2.813rem;
}
.contact__form .form-group textarea {
  height: 7rem;
}
.contact__form form .submit {
  margin-top: 3rem;
}
.contact__form form .submit input {
  background: #fff;
  border-radius: 0;
  font-size: 1rem;
  color: #0e4b7d;
  border: none;
  padding: 0.75rem 2rem;
}

/*------------ End fo Contact page --------------*/

/*------------ Start of Product detail page --------------*/
.page-template-product-detail .banner__content {
  max-width: 36.125rem;
}
.detail__package {
  padding: 3rem 0 6rem;
}
.detail__package .preview {
  padding-right: 2rem;
}
.detail__package .preview figure {
  box-shadow: 5px 0px 27px 0 rgb(0 0 0 / 35%);
}
.detail__package .details {
  padding: 1rem 8rem 0 2.5rem;
}
.detail__package .popular__package .card-body .card-title {
  font-size: 2.25rem;
}
.detail__package .popular__package .card-text p {
  font-size: 1.5rem;
}
.detail__package .details .hire__now {
  padding-right: 5.625rem;
  margin-top: 1rem;
}
.detail__package .popular__package .qut-text {
  font-size: 1.375rem;
}
.detail__package .popular__package .card-body .product__price .price {
  font-size: 2rem;
}
.product__description {
  margin-bottom: 5rem;
}
.product__title {
  font-size: 1.875rem;
  color: #333333;
  font-weight: 600;
}
.popular__package .product__title {
  margin-bottom: 3.125rem;
}
.product__description .product__title {
  margin-bottom: 1.25rem;
}

/*------ Start of shop page --------*/
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 24px;
  color: #333333;
}
.woocommerce ul.products li.product .price {
  color: #333;
  font-size: 22px;
}
.woocommerce ul.products li.product .button,
.woocommerce a.added_to_cart {
  display: inline-block;
  background: #0e4b7d;
  color: #fff !important;
  padding: 12px 15px;
  border-radius: 0;
  font-weight: 600;
  line-height: 1;
  margin: 2px;
}
.woocommerce ul.products li.product .button {
  margin: 0;
}
.woocommerce ul.products li.product .button:after {
  display: none;
}
.woocommerce ul.products li.product .price {
  color: #333;
  font-size: 22px;
}
.woocommerce ul.products li.product .button {
  display: inline-block;
  background: #0e4b7d;
  color: #fff !important;
  padding: 12px 15px;
  border-radius: 0;
  font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul li {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 2px;
  border: 1px solid #d3ced2;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: block;
  line-height: 1.5;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
  background: #0e4b7d;
  color: #fff;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  border-radius: 0;
  padding: 5px 10px;
  outline: none;
}
.woocommerce ul.products li.product a {
  display: inline-block;
}
.woocommerce ul.products li.product .product_type_simple {
  display: none;
}
/*------ End of shop page --------*/

/*------21-07-22--------*/
.single-product .container > .product {
  padding-top: 40px;
}
.single-product .woocommerce div.product div.images .flex-control-thumbs li {
  width: 20%;
  padding: 5px;
  clear: revert;
}
.single-product
  .woocommerce
  div.product
  div.images
  .flex-control-thumbs
  li
  .flex-active {
  border: 2px solid #0e4b7d;
}
.single-product
  .woocommerce
  div.product
  div.images
  .flex-control-thumbs
  li
  img {
  width: 100%;
}
.single-product .flex-viewport {
  background: #fbfbfb;
  text-align: center;
  box-shadow: 5px 0px 25px 0px rgb(0 0 0 / 14%);
  margin-bottom: 30px;
  height: auto !important;
  padding: 40px 0;
}
.single-product .single_add_to_cart_button.button.alt,
.single_product_cust .woocommerce-notices-wrapper .button,
.single-product .added_to_cart {
  display: inline-block !important;
  background: #0e4b7d !important;
  color: #fff !important;
  padding: 12px 15px !important;
  border-radius: 0 !important;
  border: none !important;
  font-weight: 500 !important;
  line-height: 1;
}
.single-product .add_to_cart_button:after {
  display: none;
}
.single-product .entry-summary .product_title {
  font-size: 30px;
  color: #333333;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 10px;
}
.single-product .entry-summary ul {
  max-width: 350px;
}
.single-product .entry-summary ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.single-product
  .entry-summary
  .woocommerce-product-details__short-description
  p {
  font-size: 18px;
  margin-bottom: 0;
}
.single-product .entry-summary form input {
  height: 40px;
  border: 1px solid #a9a9a9;
  padding: 5px 10px;
  float: right;
  width: 105px !important;
}
.single-product
  .woocommerce
  ul.products
  li.product
  .woocommerce-loop-product__title {
  font-size: 20px;
  color: #333333;
  line-height: 1.5;
  font-weight: 600;
  padding: 0;
  margin-bottom: 10px;
}
.single-product .woocommerce ul.products li.product .price {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.single-product .woocommerce ul.products li.product img {
  box-shadow: 5px 0px 25px 0px rgb(0 0 0 / 14%);
  padding: 10px;
}
.single-product h2 {
  margin-bottom: 20px;
}
.entry-summary form .form-group {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  width: auto;
  justify-content: space-between;
  float: left;
  padding-right: 20px;
}
.single-product .related_products h2 {
  margin-bottom: 30px;
}
.entry-summary form .form-group .date_label_custom {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.single-product .product form.cart div.quantity {
  width: 110px;
  margin: 0 10px 0 0 !important;
  display: flex;
}
.single-product .woocommerce .product .entry-summary form.cart {
  margin: 20px 0;
}
.single-product .woocommerce .product .entry-summary .price {
  position: revert;
  bottom: 90px;
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  margin: 10px 0 0;
}
.single-product .woocommerce div.product form.cart .variations label {
  color: #333333;
  font-weight: 600;
  font-size: 18px;
}
.single-product .woocommerce .product form.cart .variations select {
  height: 40px;
  border-radius: 0;
}
.single-product .entry-summary {
  position: relative;
}
.single-product .related.products h2 {
  margin-bottom: 30px;
}
.single-product .wc-tabs,
.single-product .entry-summary .product_meta,
.single-product .entry-footer {
  display: none;
}
.single-product .product .summary form.cart div.quantity input {
    width: 40px !important;
    background: #fff;
}

.single-product .product form.cart div.quantity #smntcswcb {
  border-left: 0;
  border-right: 0;
}
.single-product .woocommerce ul.products li.product,
.single-product .woocommerce-page ul.products li.product {
  margin: 0 2% 2.992em 0;
  width: 23%;
}
.single-product .woocommerce .product div.images {
  margin-bottom: 70px;
}
.single-product .custom_common_title,
.woocommerce div.product .woocommerce-tabs .panel > h2 {
  color: #333333;
}
.single-product .related_products {
  padding: 0 15px;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.single-product .add_to_cart_button,
.single-product .added_to_cart {
  margin: 5px 5px !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel table {
  border: solid 1px #114b7b;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
}
.woocommerce-tabs .woocommerce-Tabs-panel table tr th {
  background-color: #114b7d;
  border: solid 1px #8e8d91;
  color: white;
  padding: 10px;
  text-align: left;
  font-weight: 600;
}

.woocommerce-tabs .woocommerce-Tabs-panel table tr td {
  border: solid 1px #8e8d91;
  color: #333;
  padding: 10px;
  text-shadow: 1px 1px 1px #fff;
  text-align: center;
}
/*------------ End of Product detail page --------------*/

/*------------ Start of cart page --------------*/
.woocommerce-page .hentry {
  width: 100%;
  float: left;
}
.woocommerce-page .entry-header {
  display: none;
}
.woocommerce-cart .woocommerce-cart-form table {
  border-radius: 0;
}
.woocommerce-cart .cart-collaterals .title {
  margin-bottom: 10px;
  color: #333333;
}
.woocommerce-cart table thead tr th {
  font-size: 18px;
  color: #333333;
}
.woocommerce-cart table tbody tr td {
  font-size: 18px;
}
.woocommerce-cart table tbody .quantity {
  display: flex;
  flex-wrap: wrap;
  pointer-events: visible;
  width: 100%;
}
.woocommerce-cart table tbody .quantity label {
  display: none !important;
}
.woocommerce-cart table tbody .quantity input {
  width: 40px;
  border: 1px solid #a9a9a9;
  background: none;
  height: 40px;
}
.woocommerce-cart table tbody .quantity input#smntcswcb {
  border-width: 1px 0 1px 0;
}
.woocommerce-cart table tbody tr td.actions input {
  width: auto !important;
  display: inline-block;
}
.woocommerce-cart table tbody .actions button.button {
  background: #0e4b7d;
  color: rgb(255, 255, 255);
  font-weight: 500;
  border-radius: 0;
}
.woocommerce-cart .cart-collaterals .clearfix {
  width: 100%;
  float: left;
}
.woocommerce-cart .cart-collaterals label {
  display: block;
  font-weight: 600;
  color: #333333;
  font-size: 18px;
}
.woocommerce-cart .cart-collaterals input[type="text"] {
  width: 100%;
  border-radius: 0;
  height: 40px;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.woocommerce-cart .cart-collaterals .form-group {
  width: 100%;
  float: left;
}
.woocommerce-cart .cart-collaterals .form-group .column {
  width: auto;
  float: left;
  margin: 0 50px 10px 0;
}
.woocommerce-cart .cart-collaterals #start_deliver,
.woocommerce-cart .cart-collaterals #start_collect,
.woocommerce-cart .cart-collaterals #end_deliver,
.woocommerce-cart .cart-collaterals #end_collect,
.woocommerce-cart .cart-collaterals #start_time,
.woocommerce-cart .cart-collaterals #end_time {
  width: 100%;
  float: left;
}
.woocommerce-cart .cart-collaterals select {
  width: 100%;
  height: 40px;
  border-radius: 0;
  border-color: #ccc;
  outline: none;
  padding: 5px 10px;
}
.woocommerce-cart .cart-collaterals .input-group.time {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-cart .cart-collaterals .input-group.time select {
  width: 48%;
  margin-bottom: 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals .checkout-button {
  background: #0e4b7d;
  color: #fff;
  font-weight: 500;
  border-radius: 0;
  padding: 15px 50px;
}
.woocommerce-cart .cart-collaterals .cart_totals .checkout-button:hover {
  background: #0e4b7d;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 24px;
}
.woocommerce-cart .woocommerce-cart-form {
  margin-bottom: 40px;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  width: auto;
}
.woocommerce-checkout
  .woocommerce-additional-fields
  #my_custom_checkout_field
  .title,
.woocommerce-checkout .woocommerce-billing-fields .title {
  display: inline-block;
}

.woocommerce-checkout .comn_hi_fr_btn {
  background: #0e4b7d;
  color: #fff;
  font-weight: 500;
  border-radius: 0;
  font-size: 16px;
  padding: 0.618em 1em;
  line-height: 1;
  float: right;
  cursor: pointer;
}

.woocommerce-cart .cart-collaterals :is(.start_date_error, .start_postcode_error, .start_depot_error, .common-error-cart) {
  margin: 4px 0;
  color: red;
  float: left;
  width: 100%;
}

.woocommerce-checkout p#billing_country_field {
  display: none;
}

.woocommerce-checkout
  .woocommerce-shipping-fields
  #ship-to-different-address
  input#ship-to-different-address-checkbox {
  display: none;
}
/* .page-template-default.woocommerce-page .button, 
.page-template-default.woocommerce-page .added_to_cart {
    display: inline-block;
    background: #0e4b7d !important;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 0;
    border: none;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1;
} */
.woocommerce-page .entry-content {
  margin-bottom: 60px;
  float: left;
  width: 100%;
}
.woocommerce a.button,
.woocommerce a.button:hover {
  display: inline-block;
  background: #0e4b7d;
  color: #fff;
  border-radius: 0;
  font-weight: 500;
}

div#my_custom_checkout_field #ship_first_name_field,
div#my_custom_checkout_field #ship_last_name_field {
  width: 47%;
  clear: inherit;
}

div#my_custom_checkout_field #ship_first_name_field {
  float: left;
}

#my_custom_checkout_field #ship_last_name_field {
  float: right;
}

.simple_delivery_sec {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin-bottom: 20px;
}

.col-sm-12.add_cust_simple {
  float: left;
}

/*------------ End of cart page --------------*/

/*------------ Start of checkout page --------------*/
.woocommerce-checkout input[readonly="1"], .woocommerce-checkout textarea[readonly="1"], .woocommerce-checkout select[readonly="1"] {
    opacity: 0.5;
    pointer-events: none;
}
.woocommerce-checkout #customer_details .form-row label {
  width: 100%;
  float: left;
  color: #333333;
  font-weight: 600;
  margin-bottom: 5px;
}
.woocommerce-checkout #customer_details .form-row input {
  height: 40px;
}
.woocommerce-checkout #customer_details .form-row input,
.woocommerce-checkout #customer_details .form-row textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.woocommerce-checkout #customer_details .form-row > span {
  width: 100%;
}
.woocommerce-checkout #customer_details .form-row select {
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.woocommerce-checkout #customer_details .row .col-md-6 {
  margin-bottom: 30px;
}
.woocommerce-checkout .custom_order_summ table {
  border-radius: 0;
  color: #333;
}
.woocommerce-checkout .custom_order_summ #order_review_heading {
  margin-bottom: 15px;
  color: #333;
}
.woocommerce-checkout .entry-content .title {
  color: #333;
  margin-bottom: 10px;
  font-size: 28px;
}
.woocommerce-checkout #payment #place_order {
  background: #0e4b7d;
  color: #fff;
  font-weight: 500;
  border-radius: 0;
  padding: 15px 50px;
  font-size: 20px;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 10px;
}
.woocommerce-checkout #payment {
  border-radius: 0;
  margin-bottom: 80px;
}
.woocommerce-checkout
  #customer_details
  .form-row
  #select2-billing_country-container {
  line-height: 40px;
}
.woocommerce-checkout #customer_details .form-row .select2-selection--single,
.woocommerce-checkout #customer_details .form-row .select2-selection__arrow {
  height: 40px;
  border-radius: 0;
}
.woocommerce-checkout .woocommerce-customer-details .woocommerce-column {
  max-width: 100%;
  flex: revert;
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-customer-details address {
  border-radius: 0;
}
.woocommerce-checkout .woocommerce ul.order_details li {
  margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce-customer-details .woocommerce-column {
  width: 100%;
}
.woocommerce-checkout .woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce-checkout .woocommerce .new_cst_desc ul li * {
  display: inline-flex;
  margin: 0;
}
/*------------ End of checkout page --------------*/

/*------------ Start of account page --------------*/
.woocommerce-account .woocommerce form {
  border-radius: 0;
  margin-top: 20px;
}
.woocommerce-account .woocommerce form .form-row label {
  width: 100%;
  float: left;
  font-weight: 500;
}
.woocommerce-account .woocommerce form .form-row input {
  height: 40px;
  border-radius: 0;
  padding: 5px 10px;
  border: 1px solid #ccc;
  background: transparent;
  width: 100%;
}

.woocommerce-account .woocommerce form .form-row > span {
  width: 100%;
}
.woocommerce-account .woocommerce form #rememberme {
  width: auto;
  height: auto;
}
.woocommerce-account .woocommerce button.button {
  padding: 12px 15px;
}
.woocommerce-account .woocommerce button.button,
.woocommerce-account .woocommerce a.button {
  display: inline-block;
  background-color: #0e4b7d;
  color: #fff;
  border-radius: 0;
}
.woocommerce-account .woocommerce-privacy-policy-text {
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 1px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  background: #0e4b7d;
  padding: 12px 15px;
  font-weight: 500;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: #464646;
}
.woocommerce-account .woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce-account .woocommerce table.my_account_orders .button {
  background: #0e4b7d;
  color: #fff;
  border-radius: 0;
}
.woocommerce-account fieldset {
  margin-bottom: 15px;
}
.woocommerce .title {
  margin-bottom: 14px;
  font-size: 28px;
}
.woocommerce .title .edit {
  font-size: 16px;
}
.woocommerce-account .woocommerce .col2-set .col-1,
.woocommerce-account.woocommerce-page .col2-set .col-2 {
  flex: revert !important;
  max-width: 100% !important;
  width: 100%;
  margin-bottom: 20px;
}
/*------------ End of account page --------------*/

/*------------ Start of footer --------------*/
.footer {
  width: 100%;
  float: left;
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  background-position: top left;
}
.footer__top {
  padding: 3.125rem 0 2.125rem;
}
.footer .other__link {
  padding-left: 5rem;
}
.footer .footer__contact {
  padding-left: 5rem;
}
.footer .title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.footer ul li {
  margin-bottom: 0.5rem;
}
.footer ul li a {
  display: inline-block;
  font-family: "Roboto";
  color: #fff;
  padding: 0px;
}

.footer .online__ordering {
  padding-left: 2rem;
}
.footer .footer__payment {
  padding-right: 5rem;
  margin-bottom: 1rem;
}
.footer .online__ordering ul li {
  display: inline-block;
}
.footer .footer__contact ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.footer__copyright {
  border-top: 1px solid #3e6a8e;
}
.footer__copyright p {
  color: #fff;
}
.footer .footer__contact ul li img {
  margin-right: 0.3rem;
  margin-top: 0.3em;
}
.footer .footer__social li {
  margin-right: 1rem;
}

/*------------ End of footer --------------*/

.page-template-hire-crates .banner__content {
  max-width: 21rem;
}
.page-template-hire-crates .banner__content::before {
  background: #efefef;
}

.tems-content-main {
  float: left;
  width: 100%;
}

.tems-content-main .tems_title {
  margin-bottom: 1.1rem;
  margin-top: 0;
  font-size: 28px;
}

.tems-content-main ul li {
  font-size: 1rem;
  color: #333333;
  margin-bottom: 0.625rem;
  position: relative;
  list-style: disc;
}

.tems-content-main h1 {
  margin-top: 40px;
}

.tems-content-main h2 {
  font-size: 1.2rem;
  color: #333333;
  margin-bottom: 0.625rem;
  position: relative;
}

.tems-content-main {
  margin-bottom: 50px;
}
.privacy-policy article {
  float: left;
  width: 100%;
}

.privacy-policy header.entry-header {
  display: none;
}

.privacy-policy .entry-content h2 {
  font-size: 1.5rem;
}

.tems-content-main ul {
  padding-left: 20px;
}
.woocommerce-cart .cart-con-box {
    margin: 30px 0;
}


/* Start Terms Page */
/* .tems-content-main ol {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}
.tems-content-main :is(ol, li ) {
    list-style: auto;
	font-family: "Roboto";
    font-weight: normal;
}
.tems-content-main ol li {
    margin-bottom: 15px;
}
.tems-content-main ul.alpha_order_cust, .tems-content-main ul.alpha_order_cust li {
    list-style: none;
    padding-left: 0;
} */
/* End Terms Page */


/* =============================================
   PRIVACY POLICY — SCOPED RESET & BASE STYLES
   Paste this ABOVE the HTML content in WP
   ============================================= */

.pp-wrap,
.pp-wrap *,
.pp-wrap *::before,
.pp-wrap *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.pp-wrap {    
    font-size: 16px;
    line-height: 1.75;
    color: #1a1a1a;
    max-width: 860px;
    width: 100%;
	margin-bottom: 4rem;
}

/* --- Headings --- */

.pp-wrap h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    color: #111111;
    margin-bottom: 1.5rem;
}

.pp-wrap h2 {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.3;
    color: #111111;
    margin-top: 2.5rem;
    margin-bottom: 0.875rem;
    padding-bottom: 0.375rem;
    border-bottom: 2px solid #e5e7eb;
}

.pp-wrap h3 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.35;
    color: #1f2937;
    margin-top: 1.75rem;
    margin-bottom: 0.625rem;
}

.pp-wrap h4 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    color: #374151;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

/* --- Paragraphs --- */

.pp-wrap p {
    font-size: 1rem;
    line-height: 1.75;
    color: #374151;
    margin-top: 0;
    margin-bottom: 1rem;
}

/* --- Lists --- */

.pp-wrap ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.pp-wrap ul ul {
    list-style-type: circle;
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
}

.pp-wrap li {
    font-size: 1rem;
    line-height: 1.75;
    color: #374151;
    margin-bottom: 0.375rem;
	list-style-type: disc;
}

.pp-wrap li:last-child {
    margin-bottom: 0;
}

/* --- Inline elements --- */

.pp-wrap strong {
    font-weight: 600;
    color: #111111;
}

.pp-wrap em {
    font-style: italic;
}

/* --- Links --- */

.pp-wrap a {
    color: #2563eb;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.pp-wrap a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

/* --- First heading needs no top margin --- */

.pp-wrap h1:first-child,
.pp-wrap h2:first-child {
    margin-top: 0;
}


/* =============================================
   TERMS & CONDITIONS — SCOPED RESET & BASE STYLES
   Paste this ABOVE the HTML content in WP
   ============================================= */

.tc-wrap,
.tc-wrap *,
.tc-wrap *::before,
.tc-wrap *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.tc-wrap {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #1a1a1a;
    max-width: 860px;
    width: 100%;
    margin-bottom: 4rem;
}

/* --- Headings --- */

.tc-wrap h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    color: #111111;
    margin-bottom: 1.5rem;
}

.tc-wrap h2 {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.3;
    color: #111111;
    margin-top: 2.5rem;
    margin-bottom: 0.875rem;
    padding-bottom: 0.375rem;
    border-bottom: 2px solid #e5e7eb;
}

.tc-wrap h3 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.35;
    color: #1f2937;
    margin-top: 1.75rem;
    margin-bottom: 0.625rem;
}

.tc-wrap h4 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    color: #374151;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

/* --- Paragraphs --- */

.tc-wrap p {
    font-size: 1rem;
    line-height: 1.75;
    color: #374151;
    margin-top: 0;
    margin-bottom: 1rem;
}

/* --- Lists --- */

.tc-wrap ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.tc-wrap ul ul {
    list-style-type: circle;
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
}

.tc-wrap li {
    font-size: 1rem;
    line-height: 1.75;
    color: #374151;
    margin-bottom: 0.375rem;
}

.tc-wrap li:last-child {
    margin-bottom: 0;
}

/* --- Inline elements --- */

.tc-wrap strong {
    font-weight: 600;
    color: #111111;
}

.tc-wrap em {
    font-style: italic;
}

/* --- Links --- */

.tc-wrap a {
    color: #2563eb;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.tc-wrap a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

/* --- First heading no top margin --- */

.tc-wrap h1:first-child,
.tc-wrap h2:first-child {
    margin-top: 0;
}

