* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Lato', sans-serif;
  font-display: swap;
  min-height:100vh;  
  margin:0; 
  display: table;
  width: 100%; 
  background-color: #ff914d;
}
header {
  margin-bottom: 50px;
  background-color: black;
}
/*******Keep footer at bottom******/
body > footer {
   display: table-row;
}
/*************/

.nav-item{
  list-style: none !important;
}
a{
  color: white;
  text-decoration: none;
}
/*Navbar*/
.navbar {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar a { color: #fff}

.nav-branding {
  font-family: 'Prompt', sans-serif !important;
  font-size: 2.5rem;
  text-decoration: none !important;
}
.nav-branding span {
  font-size: 36px;
  font-weight: 600;
  font-family: 'Prompt', sans-serif;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 1px;
  letter-spacing: 5px;
}
.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.nav-link{
  transition: 0.3s ease-out;
  font-weight: 600;
}
.nav-link:hover, .nav-link.active{
  color: #ff914d;
  font-weight: bold;
}
.hamburger{
  display: none;
  cursor: pointer;
}
.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: white;
}
/****end Navbar****/

.hide {
  display: none;
}
#viewjob {
  position:fixed;
  bottom:30px;
  right:30px;
  z-index: 100;
}
.bold {
  font-weight: bold;
}

.add-extra-stop {text-align: center;}

.load-size {
  height: 160px;
  background-color: #fff;
  padding: 5px;
  cursor: pointer;
  margin-bottom: 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
  gap:20px;
}
.img-load {width: 130px}
.mt-20 {margin-top: 20px}

.load-size.selected {
  border-radius: 10px;
  border: 4px solid #ff914c;
}

.modal .alert-danger {
  margin-top: 20px;
  display: none;
}
.price-per-load {
  background-color: #f2f2f2;
  color: #000;
  padding: 10px;
  width: 50%;
  font-size: 22px;
}
#payment-section .payment-method, .req-box {
  background-color: #f2f2f2;
  height: 180px;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  margin-bottom: 10px;
  border-radius: 10px;
}
#payment-section .payment-method.selected{
  border-radius: 10px;
  border: 4px solid #ff914c;
}
/*****************************************
payement widget style
******************************************/
.cnpBillingCheckoutWrapper {position:relative;}
.cnpBillingCheckoutHeader {width:100%;border-bottom: 1px solid #c0c0c0;margin-bottom:10px;}
.cnpBillingCheckoutLeft {width:240px;margin-left: 5px;margin-bottom: 10px;border: 1px solid #c0c0c0;display:inline-block;vertical-align: top;padding:10px;}
.cnpBillingCheckoutRight {width:50%;margin-left: 5px;border: 1px solid #c0c0c0;display:inline-block;vertical-align: top;padding:10px;}
.cnpBillingCheckoutOrange {font-size:110%;color: rgb(255, 60, 22);font-weight:bold;}
div.wpwl-wrapper, div.wpwl-label, div.wpwl-sup-wrapper { width: 100% }
div.wpwl-group-expiry { width: 50%; float:left }
div.wpwl-group-cvv { width: 48%; float:left; margin-left:2% }
div.wpwl-group-cardHolder, div.wpwl-sup-wrapper-street1, div.wpwl-group-expiry { clear:both }
div.wpwl-sup-wrapper-street1 { padding-top: 1px }
div.wpwl-wrapper-brand { width: auto }
div.wpwl-sup-wrapper-state, div.wpwl-sup-wrapper-city { width:32%;float:left;margin-right:2% }
div.wpwl-sup-wrapper-postcode { width:32%;float:left }
div.wpwl-sup-wrapper-country { width: 66% }
div.wpwl-wrapper-brand, div.wpwl-label-brand, div.wpwl-brand { display: none;}
div.wpwl-group-cardNumber { width:100%; /*float:left;*/ font-size: 20px;  }
div.wpwl-brand-custom  { margin: 0px -7px; background-image: url("https://oppwa.com/v1/paymentWidgets/img/brand.png") }
.wpwl-button-pay {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  background-color: #ff914c !important;
  border-radius: 10px !important;
  border-color: #ff914c;
}
.wpwl-button-pay:hover, .wpwl-button-pay:focus, .wpwl-button-pay:active {
  background-color: #ff914c;
  border-color: #ff914c;
  opacity: 0.9;
}
.wpwl-button-pay[disabled], .wpwl-button-pay[disabled]:hover, .wpwl-button-pay[disabled]:focus, .wpwl-button-pay[disabled]:active {
  background-color: #333;
  border-color: #333;
}
.wpwl-wrapper > .wpwl-icon {
  top: 12px;
}
.wpwl-group {
  margin-bottom: 10px;
}
div.wpwl-label {
  color: #fff;
  font-weight: 600;
}
.wpwl-group {
    margin-bottom: 10px;
    width: 100%;
    position: relative;
}
.wpwl-wrapper-submit{margin-top: 30px}
.wpwl-form { margin: 0}
.wpwl-label {
  font-size: 16px;
}
.wpwl-form {
  margin-bottom: 1px;
}
.wpwl-control {
  border-radius: 10px;
  height: 50px;
  padding-left: 10px;
}
/*****************************************/
.text-bold {
  font-weight: bold;
}
.text-orange {color: #ff914d !important}
.pay-option-block {
  padding: 10px;
}
.pay-option-block:hover ,label:hover {
  cursor: pointer;
}
.pay-option-block.cc, .pay-option-block.snap {
  background-color: #f2f2f2;
  font-weight: bold;
  height: 65px;
  width: 200px;
}
.bg-orange {
  background-color: #ff914c !important;
  color: #fff;
}
.bg-orange:hover {
  transition: 2s;
}
#footer {
  background-color: #000;
  height: 150px !important;
}
#footer p {
  color: #ffff;
  text-align: center;
}
.footer {margin-top: 30px}
main {
  padding-top: 50px;
  min-height: 80%;
}
.bg-white {
  background-color: #fff;
  color: #000;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .price-per-load {
  font-family: 'Prompt', sans-serif !important;
  font-weight: 700;
}
.alert-light {
  color: #333;
  background-color: #e4e4e9;
  border-color: #e4e4e9;
}
.text-black {color: #000 }
.swal-text {color: #000 !important; font-weight: 600}
.swal-footer {text-align: center !important}
.swal-button { width:120px;}
.btn-black {
  background-color: #000;
  color: #fff;
  font-family: 'Prompt', sans-serif !important;
  font-weight: 700;
  font-size: 16px;
}
a.btn-black:hover{color: #fff; transition: 1.5s; box-shadow: 1px 1px 2px 2px}

#body-bg {
  background-image: url('../img/bg/oxbox-2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
  background-position: center center;
  background-attachment: fixed; 
}

/*  Fold animation*/
.sk-center { margin: auto;}
.sk-fold {
  width: 40px;
  height: #ff914c;
  position: relative;
  transform: rotateZ(45deg); 
}
.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1); 
}

.sk-fold-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%; 
}
.sk-fold-cube:nth-child(2) { transform: scale(1.1) rotateZ(90deg); }
.sk-fold-cube:nth-child(4) { transform: scale(1.1) rotateZ(180deg); }
.sk-fold-cube:nth-child(3) { transform: scale(1.1) rotateZ(270deg); }
.sk-fold-cube:nth-child(2):before { animation-delay: 0.3s; }
.sk-fold-cube:nth-child(4):before { animation-delay: 0.6s; }
.sk-fold-cube:nth-child(3):before { animation-delay: 0.9s; }

@keyframes sk-fold {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  } 
}
/***********************************************************/ 
/***Index ****/
.accordion .fa {
  margin-right: 0.5rem;
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 8px;
  color: #ff914d;
}
.accordion .card-header {position: relative}
.title.faq{font-size: 17px; cursor: pointer;}
.bg-light{background-color: #f2f2f2; color: #000}

#bg-flag {
  background-image: url('../img/bg-flag.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; 
}
.swal-button.swal-button--confirm, .swal-button--confirm:hover{background-color: #000}
.form-control.autocomplete {height: 40px;}
.swal-button:not([disabled]):hover {
  background-color: #333;
}
#loaderModal .modal-content {background-color: unset; border: 0}
#loaderModal img {
  width: 150px;
  display: block;
  margin: 0 auto;
}
#accordion-faq {background-color: #fff; color: #333;}
#accordion-faq a {color: #333; text-decoration: underline;}

/**************/
/*Media query*/
@media(min-width:1200px){
  .container-nav {
      max-width: 980px;
  }
}
@media(max-width:992px){
  /*MobileNavbar*/
  header {background-color: #ff914d}
   #body-bg header {background-color: unset;}
  .hamburger{
    display: block;
    z-index: 999;
    margin-right: 10px;
  }
 .hamburger.active .bar:nth-child(2){
    opacity: 0;
  }
 .hamburger.active .bar:nth-child(1){
    transform: translateY(8px) rotate(45deg);
  }
 .hamburger.active .bar:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
  }
 .nav-menu{
    display: block;
    position: fixed;
    right: -100%;
    top: 0;
    background-color: black;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 40px;
    width: 70%;
    height: 100vh;
    transition: 0.3s;
    /*overflow-y: scroll;*/
    z-index: 1;
  }
 .nav-menu.active{right: 0; z-index: 999;}  
 .nav-item.login, .nav-item.logout{position: relative; top: 190px}
 .navbar .bottom {position: relative; top: 100px}
 .navbar .social-media-icons {
    margin-left: 11px;
    margin-top: 88px;
 }
 #accordion-faq {background-color: #fff; color: #333; border-radius: 10px 10px}
 .navbar {
   padding-left: 0;
   padding-right: 0;
 }

}
select #custom-time {height: 44px; font-size: 1.1rem}
.alert-dark a {color: #333; text-decoration: underline}
.alert-warning {
  color: #fff;
  background-color: #ff914d;
  border-color: #ff914d;
}
.box-shadow {
  box-shadow: 2px 7px 5px rgba(0, 0, 0, .6);
}
.icon-wrapper {
  margin: 0 auto;
  background-color: black; 
  width: 60px;
  height: 60px;
  line-height: 55px;
  border-radius: 50%;
  color: #333;
  text-align: center;
}
.icon-wrapper i.fa {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  color: #fff;
}
.req-box p {font-weight: 400; font-size: 17px;}
.mb-50{margin-bottom: 50px !important}
.mt-40{margin-top: 50px !important}
.mt-50{margin-top: 50px !important}
.mb-80{margin-bottom: 80px !important}
.mt-80{margin-top: 80px !important}
.mt-100{margin-top: 100px !important}
.mb-100{margin-bottom: 100px !important}
.text-dark a {color: #333 !important}
.one-item .form-check-input {
  width: 20px;
  height: 20px;
  accent-color: #ff914d; 
}
.one-item .form-check-label {
  font-size: 1.1rem;
}
/**Media queries**/
@media(max-width:768px){
  .btn-sm-block {display: block; width: 100%}
  #body-bg {
    background-image: url('../img/bg/bg-sm.jpg?new=true');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
    background-position: center center;
    background-attachment: fixed; 
  }
  .load-size {height: 130px}
}
.previous-selected-time {font-size: 26px}
@media(max-width:767px){
  .col-p-sm-0 {padding: 0}
}
@media(max-width:480px){
  h1, .h1 {font-size: 32px}
  .payment-method p {font-size: 16px;}
  .load-size {gap:10px}
  .d-none-sm{display: none;}
  .previous-selected-time {font-size: 22px}
}
@media(max-width:390px){
  .load-size.extra-items {padding: 5px}
  #payment-section .payment-method,.req-box {
    height: 150px;
    padding: 15px 8px;
  }
  #payment-section .card-logo {
    width: 100% !important;
    margin-top: 10px;
  }
  #payment-section .payment-method p, .req-box p {font-size: 15px}
  #payment-section .snapscan {max-width: 70px}
  .time-slots-btn .btn-time {width: 164px !important}
}
@media(max-width:320px){
  .nav-branding span {font-size: 25px}
  h1 { font-size: 27px}
  #payment-section .payment-method p {font-size: 15px}
}