
:root{
    --themeclr: #46a094;
    --secondarytheme: #6bbd99;
    --tlighttheme: #aecfa4;
    --lightweight: #c4e8c2;
    --grey: #646464;
    --grey2: rgba(113, 113, 122, 1);
    --black: #202020;
    --white: #fff;
    --fstheme: 16px;
    --fssmall: 14px;
    --fs20: 20px;
    --fs24: 24px;
    --bg-sp: rgba(250, 250, 250, 1);
}
html{
    overflow-x: hidden;   
}
body{
    color: var(--black);
    font-size: var(--fstheme);
    margin: 0;
    min-height: 100%;
    text-rendering: optimizeSpeed;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Cera Pro';
    line-height: 1.4;
    overflow-x: hidden;
}
.header{
    padding: 15px 0;
    background: var(--bg-sp);
}
.navbar-brand {
    display: inline-block;
    padding: 0;
}
.navbar-brand img {
    width: 100%;
    max-width: 6.33em;
}
.labimg{
    z-index: 1;
}
.blob{
    position: absolute;
    left: -15%;
    top: auto;
    z-index: -1;
    width: 49%;
    height: 200px;
}
.btn-primary{
    padding: 0.6em 1em;
    border-style: none;
    background: var(--themeclr);
    color: var(--white);
    transition: .3s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    border: 0.14em solid var(--themeclr);
    border-radius: 4px;
    line-height: 1.3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-weight: 700;
    font-size: var(--fssmall);
}

.btn-primary:hover,.btn-primary:focus{
    background: var(--secondarytheme);
    border: 0.14em solid var(--secondarytheme);
}
.radius-2{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.sectionlats{
    background: var(--bg-sp);
    padding: 30px 0;
}
.headin3{
    font-weight: 800;
    font-size: 2rem;
}
.greyclr{
   color: var(--grey); 
}
.lp2_priceTag__MYDJC{
    background: transparent linear-gradient(268deg,var(--unnamed-color-e5184e) 0,var(--unnamed-color-0e3f6c) 100%,var(--themeclr) 100%) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(268deg,var(--themeclr),var(--secondarytheme) 100%,var(--themeclr) 0) 0 0 no-repeat padding-box;
   /* box-shadow: 0 3px 6px #00000029;*/
/*    border: 5px solid #fff;*/
    border-radius: 0 20px 20px 0;
    color: #fff;
    border-left: 0;
    font-size: 1.5rem;
    justify-content: center;
    width: 340px;
    font-weight: 700;
    display: flex;
    align-items: center;
    height: 62px;
    opacity: 1;
    padding-left: 16px;
    align-items: center;
   margin-left: -1.5rem;
}

.lp2_scooterDiv__uZ0GN{
    display: flex;
    align-items: center;
    width: 90%;
    margin: 1rem auto auto;
    margin-left: 0;
}
.callusbtn a{
    display: flex;
    align-items: center;
}
.callusbtn a span{
    display: flex;
    margin-right: 5px;
    align-items: center;
    background: var(--white);
    border-radius: 50%;
    color: var(--themeclr);
    display: flex;
    justify-content: center;
    padding: 0.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.spanlistbox{
    border-radius: 5px;
    background: #f5f5f5 0 0 no-repeat padding-box;
    padding: 1rem 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.clrlist1{
   color: #31ccb0;
}
.clrlist2{
    color: #ff9100;
}
.spanlistbox:not(:last-child){
    margin-right: 10px;
}
.bookurtest{
    margin-top: 15px;
}
.booktext{
    font-weight: 600;
    font-size: var(--fs24);
}
.bookurtest .btn{
    font-size: var(--fstheme);
}
.input-icon{
    position: relative;
}
.input-icon-addon{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    color: #626976;
    pointer-events: none;
    font-size: 1.2em;
}
.input-icon-addon .icon {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
    vertical-align: bottom;
    stroke-width: 1.5;
}
.input-icon .form-control:not(:first-child), .input-icon .form-select:not(:last-child) {
    padding-left: 2.5rem;
}
.form-control,.form-select{
    height: 45px;
}
.form-control:focus,.form-select:focus{
    box-shadow: none;
}
.space{
    padding: 40px 0;
}
.grid4box{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}
.grid2box{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;  
}
.boxitemsl{
    --tw-border-opacity: 1;
    border: 1px solid rgba(228, 228, 231, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-radius: 0.5rem;
    padding: 15px;
}
.boxitemsl .icons svg{
    width: var(--fs20);
    height: var(--fs20);
}
.boxitemsl h5{
    font-weight: 600;
    color: var(--grey2);
    font-size: var(--fstheme);
    margin-bottom: 5px;
}
.boxitemsl p{
    margin-bottom: 0;
    font-weight: 700;
    color: var(--themeclr);
    font-size: var(--fstheme);
}
.leftdibox p{
    color: var(--grey2);
}
.footer{
    padding: 15px 0;
    background: var(--bg-sp);
}
.footer a{
    text-decoration: none;
}

@media (min-width: 640px){
    .grid4box,.grid2box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1024px){
    .grid4box {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .grid2box{
        grid-template-columns: repeat(2, minmax(0, 1fr));  
    }
    .bookurtest{
        max-width: 75%;
    }
}
@media (max-width: 767px){
    :root{
        --fstheme: 14px;
        --fssmall: 13px;
        --fs20: 18px;
        --fs24: 22px;
    }
    .headin3{
        font-size: 24px;
    }
    .textcontnets {
        padding: 0 !important;
        padding-top: 20px !important;
    }
    .lp2_priceTag__MYDJC{
        font-size: 20px;
    }
    .navbar-brand img{
        max-width: 4.33em;
    }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}