  body {
      background: #3b5b6e;
  }
  
  .navbar {
      padding-top: 0.0rem;
      padding-bottom: 0.0rem;
      background-image: linear-gradient(15deg, #121212, #13547a);
  }

.car-check-nav {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}
.car-check-main {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  min-height: calc(100vh - 139px);
}


  div.loading {
      width: 100%;
      height: 100%;
      z-index: 999;
      top: 0;
      left: 0;
      position: fixed;
      opacity: .7;
      filter: alpha(opacity=20);
      background-color: #575757;
  }
  
  .spinner-border {
      position: absolute;
      left: 50%;
      top: 50%;
  }
  
  .home,
  .user,
  .email {
      width: 24px;
      height: 24px;
      margin-right: 4px;
      padding-bottom: 5px;
  }
  
  .user {
      margin-right: 0px;
  }
  .logout {
       width: 18px;     
	   margin-right: 4px;
      padding-bottom: 5px;
  }
  
  #reg {
      background-color: #fff;
      font-size: 22px;
      font-weight: 800;
      color: #000;
      letter-spacing: 5px;
      background-image: url(/images/ukreg.svg);
      background-repeat: no-repeat;
      background-size: auto 100%, 100%auto;
      text-transform: uppercase;
      text-align: center;
      border-radius: 3px 0 0 3px;
      padding-left: 20px;
      border: 0 solid #203752;
      height: 52px;
      outline: 0px !important;
      -webkit-appearance: none;
      box-shadow: none !important;
      max-width: 400px;
  }
  .fusion {
    position: absolute;
    bottom: 5px;
    background-color: #fff;
    width: 120px;
    height: 20px;
}
  .btn-go {
      width: 70px;
      height: 52px;
      border-radius: 0 3px 3px 0;
  }
  
  @media screen and (min-width: 601px) {
      .heading {
          font-size: 35px;
      }
      .subheading {
          font-size: 18px;
      }
  }
  /* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
  
  @media screen and (max-width: 600px) {
      
      .subheading {
          font-size: 14px;
      }
  }
  
  .highlight {
      color: #f9661c!important;
  }
  
  .card-testimonial {
      margin-top: 0;
      margin-bottom: 60px;
      text-align: center;
      padding: 10px;
  }
  
  .card {
      display: inline-block;
      position: relative;
      width: 100%;
      margin-bottom: 25px;
      border-radius: 6px;
      color: rgba(0, 0, 0, 0.87);
      background: #fff;
      box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
  }
  
  .recent-checks {
      font-size: 21px;
      letter-spacing: 4px;
      background-color: #efd83e;
      background-image: url(/images/ukreg.svg);
      background-repeat: no-repeat;
      background-size: auto 100%, 100%auto;
      border: 1px solid #eee;
      color: #404040;
      font-weight: 600;
      min-width: 203px;
      border-radius: 4px;
      text-align: center;
      text-transform: uppercase;
      z-index: 0;
      margin: 4px 8px;
      padding: 5px 0 5px 18px;
  }
  
  footer {
    background: #16222a;
    background: linear-gradient(59deg,#3a6073,#16222a);
    color: #fff;
    margin-top: 50px;
}

 
  .app-banner {
      width: 160px;
      padding: 6px;
  }
  
  .data-box {
      min-height: 70px;
  }
  
  .data-box-item {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      background: #fff;
      border-radius: 5px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      color: rgba(22, 30, 46, var(--tw-text-opacity));
      font: 500 16px/1.2 proxima-nova, Helvetica, Arial;
      height: 55px;
      padding-left: 10px;
  }
  
  .w-full {
      width: 40px;
  }
  
  .h-full {
      height: 40px;
      margin-right: 19px;
  }
  
  .error {
      color: #e64642;
      border-color: #ebccd1;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
  }
  
.reg-v {
  letter-spacing: 5px;
  max-height: 42px;
  background-color: #fff;
  margin-top: 20px;
  background-image: url(/images/ukreg.svg);
  background-repeat: no-repeat;
  background-size: auto 100%,100%auto;
  border-radius: 5px;
  padding-left: 30px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  font-size: 20px;
}

.key {
    padding: 8px 20px 0 60px;
}
.key, .value {
    margin-top: 20px;
    color: #fff;
}
@media (min-width: 768px)
{
	.key {
    padding: 8px 0 0 20px;
    text-align: left;
}
}
@media (min-width: 992px)
{
	.key {
    padding: 8px 20px 0 60px;
}
}
@media (max-width: 400px)
{
.key {
    padding: 8px 0 0 15px;
    text-align: left;
}
}
@media (max-width: 400px)
{
.key, .value {
    margin-top: 20px;
    color: #fff;
}
}

@media (max-width: 600px)
{
.key {
    color: #fff;
    margin-top: 20px;
    padding: 8px 0 0 15px;
    text-align: left;
}
}

.value {
    background-color: #468847;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: auto 100%,100%auto;
    border: 0 solid #eee;
    box-shadow: 0 2px 10px #333;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    padding: 9px 0 0;
    text-align: center;
    z-index: 0;
}

@media (max-width: 400px)
{
.value {
    background-color: #468847;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: auto 100%,100%auto;
    border: 0 solid #eee;
    box-shadow: 0 2px 10px #333;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    padding: 8px 0 0;
    text-align: center;
    z-index: 0;
}
}



.invalidValue {
    border-radius: 5px;
    font-size: 16px;
    border: 0 solid #eee;
    color: #fff;
    padding: 9px 0 0;
}
.invalidValue, .warn {
    background-color: #af292e;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-size: auto 100%,100%auto;
    box-shadow: 0 2px 10px #333;
    font-weight: 500;
    height: 40px;
    z-index: 0;
    text-align: center;
}
.pricely-label {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 auto 10px;
    text-transform: uppercase;
    text-align: center;
}
.pricely-amount {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #626c7d;
	display: block;
}
.pricely-foreword {   
    display: block;
    padding-bottom: 10px;
    text-align: center;
}
.signpost {
    background: #50a753;
    height: 60px;
    position: relative;
    text-transform: uppercase;
}
.signpost:before {
    background: #59ba5c;
    bottom: 0;
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    z-index: 0;
}
.signpost__button:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
a {
    color: #0d6efd;
    text-decoration: underline;
}
.signpost__button {
    background: #59ba5c url(/images/arrows-fade-right.svg) no-repeat;
    background-position: right 10px top 50%;
    background-size: 32px;
    border-radius: 0;
    display: block;
    height: 60px;
    left: 50%;
    margin: auto;
    margin-left: -155px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    width: 250px;
    z-index: 1;
}
.signpost__text {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    width: 135px;
}
.signpost__button:after {
    background: url(/images/signpost.svg) no-repeat;
    bottom: 0;
    content: '';
    right: -24px;
    position: absolute;
    top: 0;
    width: 26px;
}
.note
{
	font-size:12px;
}
.signpost__button:hover{background-position:right 6px top 50%;margin-left:-145px}

.price-opt
{	
    box-shadow: 0 1px 4px rgb(0 0 0 / 12%), 0 1px 4px rgb(93 93 93 / 24%);
    padding: 4px 5px 3px 10px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
	background-color:#f8f9fa;
}

fieldset {  
  padding: 10px 7px 0;
  border-style: none; 
}
::placeholder {
  color: #d0d0d0;
  opacity: 1;
}

input {
  font-weight: 500;
}
.invalid-feedback {
    color:#fff;
}
.btn-pay {
  margin-top: 10px;
  font-weight: 500; 
  border-radius: 4px 4px 4px 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;  
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgb(0 0 0 / 7%);
  width: 100%;
  color: #000;
  background: #ffc439;
  background: -webkit-linear-gradient(top,#ffc439,#f0c14b);
  background: linear-gradient(to bottom,#ffc439,#f0c14b);
}
.nav-tabs {
  margin: -10px 0px 10px -6px;
}

.nav-tabs > li > a.active {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-top: 4px solid #f9661c;
  }

.summary-includes li {
  margin: 0.4rem;
  display: inline-block;
  padding: 4px;
  border: 1px solid;
  border-radius: 9px;
  background: gray;
  color: white;
  font-size:10px;
}
.summary-includes ul
{
    padding:0;
    text-align:center;
	margin-bottom: 0rem;
}
@media screen and (min-width: 640px) {
  .summary {
    padding-left: 20px;
  }
}
.table {
  margin-top: -11px; 
  margin-bottom:0; 
}
.checks
{
    font-size:13px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #007efc; 
    border-color: #f9661c #ddd transparent !important;	
}


.nav-tabs .nav-link {    
    background: none;
    border: none;
}
.nav-tabs > li > a
{
	padding: 10px 0px;
	color:#000;	   
    border-color: #ddd #ddd !important;		
}
.nav-tabs > li > a,.nav-tabs > li > a.active {     
    border-style: solid !important;
    border-width: 4px 1px 1px !important;
}
.form-group 
{
	margin-bottom: 0.5rem;
}
.mot{
	margin-bottom: 12px;
}
.mot .list-group-item {   
    border-bottom: thick dotted #eee !important;
}
.rc-anchor-normal-footer {
    display: none !important;
}
.grecaptcha-badge { 
    visibility: hidden; 
}