 
 
[class^="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-info-circle::before {
    content: "\f431";
}

.bi-person::before {
    content: "\f4e1";
}

.bi-envelope::before {
    content: "\f32f";
}

.bi-telephone::before {
    content: "\f5c1";
}

.bi-tools::before {
    content: "\f5db";
}

.bi-box-seam::before {
    content: "\f1c7";
}

.bi-check2-circle::before {
    content: "\f270";
}

.bi-geo-alt-fill::before {
    content: "\f3e7";
}

body {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin: 0;
}

h1 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
}

h4,
h5,
h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

::-webkit-input-placeholder {
    color: rgb(0, 0, 0);
}

:-moz-placeholder {
    color: rgb(0, 0, 0);
}

::-moz-placeholder {
    color: rgb(0, 0, 0);
}

:-ms-input-placeholder {
    color: rgb(0, 0, 0);
}

.text-login-dark {
    color: #737678 !important;
}

.text-dark-gray-3a {
    color: #3a3a3a !important;
}

.text-blue-dark {
    color: #01377b !important;
}

.bg-dark-green {
    background-color: #007517 !important;
}

.bg-yellow {
    background-color: #ffcc00 !important;
    font-family: "uknumberplateregular";
}

.bg-dark-blue {
    background-color: #01377b !important;
}

/***
=================================================
Signup
=================================================
***/

/* Overlay style */
.overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(206, 206, 206, 0.7);
    /* semi-transparent black */
    z-index: 9999;
    /* above everything */
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(26, 26, 26);
    font-size: 18px;
    line-height: 24px;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.step-title h5,
.step-title-final h5 {
    font-size: 14px;
    line-height: 20px;
}

.progress {
    height: 8px;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.required-asterisk {
    color: #d00;
    margin-left: 3px;
}

.error {
    color: #b00020;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

.card-logo {
    max-width: 160px;
}

.slogan {
    font-size: 0.9rem;
}

@media (min-width: 992px) {
    .wizard-row {
        display: flex;
        gap: 1.5rem;
    }

    .wizard-left {
        flex: 1 1 65%;
    }

    .wizard-right {
        flex: 0 0 320px;
    }
}

.option-box {
    border: 2px solid #ddd;
    cursor: pointer;
    transition: all 0.1s ease;
}

.option-box:hover {
    border-color: #0d6efd;
    box-shadow: 0 2px 10px rgba(13, 110, 253, 0.2);
}

.btn-check:checked+.option-box {
    background-color: #109bd7 !important;
    color: #fff !important;
}

/* Title */
.page-title {
    font-size: 1.75rem;
    color: #0d6efd;
    /* Bootstrap primary blue */
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.vehicle-info {
    font-size: 1.1rem;
    color: #444;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.uk-plate {
    background: linear-gradient(90deg, #ffeb3b, #ffc107);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    height: 25px;
    line-height: 25px;
    font-size: 14px;
} 
.signupnew-details .card form .btn {
    max-width: 150px;
    height: 35px;
    line-height: 35px;
}

.signupnew-details .card form .form-control {
    font-size: 12px;
}

.signupnew-details .card form .btn:hover {
    background-color: #227617 !important;
    color: #fff !important;
}

.small,
small,
.signupnew-details .card form .step p {
    font-size: 12px;
    line-height: 18px;
}

.signupnew-details .card form .step {
    font-size: 14px;
    line-height: 20px;
}

.bg-gree-2276 {
    background-color: #227617;
}

.btn:hover {
    background-color: #227617;
    color: #fff;
}

.card-header-custom {
    /* background-color: #109bd7;
    color: #fff; */
    border-bottom: none;
}

.final {
    color: #3fa836;
}

.card-header-custom h3 {
    font-size: 14px;
    line-height: 20px;
}

.card-header-custom h3 strong {
    font-weight: 600;
}

.card-body {
    background: #eee;
}

.webp .rightVrm .main-inner input {
    background-image: url(../images/gb.webp);
}


.no-webp .rightVrm .main-inner input {
    background-image: url(../images/gb.png);
}


.rightVrm .main-inner input {
    background-repeat: no-repeat;
    background-color: #ffcb05;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    min-height: 58px;
    background-size: contain;
    border-radius: 7px;
    border: none;
}

.rightVrm .main-inner {
    max-width: 350px;
}

.rightVrm .quote-btn,
.widget a.quote {
    font-size: 16px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    max-width: 175px;
    background: #007517;
    background: -moz-linear-gradient(top, #007517 0%, #00a01d 100%);
    background: -webkit-linear-gradient(top, #007517 0%, #00a01d 100%);
    background: linear-gradient(to bottom, #007517 0%, #00a01d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007517', endColorstr='#00a01d', GradientType=0);
    cursor: pointer;
}

/***
=================================================
Footer
=================================================
***/







/***
=================================================
Responsive
=================================================
***/

@media screen and (min-width: 768px) {

    .card-header-custom h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .signupnew-details .card form .btn {
        height: 45px;
        line-height: 45px;
    }

    .step-title h5,
    .step-title-final h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .uk-plate {
        font-size: 1rem;
        height: 30px;
        line-height: 30px;
    }

    h1 {
        font-size: 36px;
        line-height: 40px;
    }


    h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .small,
    small {
        font-size: .875em;
        line-height: 20px;
    }

    .signupnew-details .card form .step,
    .signupnew-details .card form .form-control {
        font-size: 14px;
    }




}

@media screen and (min-width: 992px) {


    h1 {
        font-size: 40px;
        line-height: 46px;
    }


}

.car-summary {
  display: block;
  text-align: center;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #2c2c2c;

  background: #f5f7fa;
  border: 1px solid #e2e6ea;
  border-radius: 6px;

  padding: 8px 12px;
  margin: 8px 0 12px;

  line-height: 1.4;
}

.car-chip {
  background: linear-gradient(135deg, #f0f7ff, #e6f0ff);
  border: 1px solid #d0e2ff;
  color: #01377b;
  font-weight: 600;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: all 0.2s ease;
}

.car-chip:hover {
  background: #0d6efd;
  color: #fff;
  transform: translateY(-1px);
}