:root {
    --primarytext: #32b24e;
    --footer-copyright: #000;
   
    }

body {
    /* font-family: "Roboto", sans-serif; */
    /* font-family: "Work Sans", Arial, sans-serif; */
    font-family: "Sofia Sans", sans-serif;
    
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #000;

}


.heading-label {
    
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align:center;
}

.form-check {
    border: 1px solid #b6b6b6;
    margin-bottom: 10px;
    padding: 10px 10px 10px 30px;
    border-radius: 4px;
}

.form-control {
    border-radius: 0;
}

.detailsrow {
    margin-bottom: 1rem;
}

.logoimg {
    margin-bottom: 30px;
}

.text-primary {
    color: #5e1274 !important;
    margin-bottom: 0;
}

.number-plate {
    background-color: #ffcb00;
    display: inline-block;
    padding: .5rem 1rem;
    border: 3px solid #000;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
}

.detailsrow p {
    color: #000 !important;
    font-family: "Work Sans", Arial, sans-serif;
}

.maingrid {
    min-height: 100vh;
    display: flex;
}

.gridleft {
    flex: 25%;
    min-height: 100vh;
    padding: 1% 4%;
}

.gridright {
    flex: 75%;
    min-height: 100vh;
    /* background: #8cbc43; */
    background-color: #378b29;
    background-image: linear-gradient(90deg, #378b29 0%, #74d680 74%);    
    padding: 10%;
}

.form-container {
    background: #fff;
    padding: 2rem;
    border-radius: 14px;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.progress {
    width: 100%;
    background-color: #f3f3f3;
    height: 30px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

.progress-bar {
    width: 0;
    height: 30px;
    background-color: #4CAF50;
    border-radius: 30px;
    transition: width .6s ease;
}

#progressBar p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.step .row {
    margin-bottom: 1rem;
}

.error {
    color: red;
    margin-top: 5px;
}

/* .primary-btn {
    background-color: #8cbc43;
    border-color: #8cbc43;
    color: #fff;
} */
.primary-btn {
    /* background-color: #4CAF50; */
    margin-top:10px;
    background-color:#4CAF50;
    border-color: #4CAF50;
    color: #fff !important;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-align: center;
    position: relative;
    font-size: 14px;    
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 8px 60px;
    /* width:100%; */
}
.primary-btn1 {
    /* background-color: #4CAF50; */
    margin-top:10px;
    background-color:#95ee98 !important;
    border-color: #95ee98;
    color: #fff !important;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-align: center;
    position: relative;
    font-size: 14px;    
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 8px 60px;
    /* width:100%; */
}

.default-btn {
    /* background-color: #f8f8f8;
    border-color: #f8f8f8;
    color: #999; */
    background-color:#ffcb00;
    border-color:black;
    color: #fff !important;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-align: center;
    position: relative;
    font-size: 14px;    
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    width:100%;
}
/* .box{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-top:10px;
} */

@media only screen and (max-width: 767px) {
    .maingrid {
        min-height: 0;
        display: block;
    }

    .gridleft,
    .gridright {
        min-height: 0;
    }
    .primary-btn {
        display:block;
        position:relative;
        padding: 12px 30px;
        margin-bottom:10px;
        width: 100%;
    }
    .primary-btn1 {
        display:block;
        position:relative;
        padding: 12px 30px;
        margin-bottom:10px;
        width: 100%;
    }
}

.reg__plate {
    flex: 1;
    font-family: Charles Wright, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .866px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.reg__strip {
    background-color: #002a90;
    background-image: url(../images/reg-no.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 2px 0 0 2px;
    height: 100%;
    width: 12%;
}

.reg__sm {
    max-width: 213px;
    width: 100%;
}
.reg {
    aspect-ratio: 213 / 50;
    background: #ffcb00;
    border: 2px solid #818687;
    border-radius: 4px;
    position: relative;
}

.reg__inner {
    align-items: center;
    border: 2px solid #000;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    padding: 2px;
    width: 100%;
}
.cardetails{

}

.cardetails h4{
    color:var(--primarytext) !important;
    font-size:20px !important;
    font-weight:600;
    padding-bottom:5px;
}


.footer__copyright {
    background-color: var(--footer-copyright);
    color: #fff;
    padding: .5rem;
    text-align: center;
}

  