.insrnceBodyPage{
    background-color: var(--white);
    border-radius: 20px;
    padding: 20px 0px;
}

.bookser-page .heading-top h1,
.insurance-page .heading-top h1{
    color: var(--black);
    font-size: 25px;
    font-weight: 700;
    line-height: normal; 
    padding: 0;
}
/* .insurance-page .breadcrumb-model{
    margin-bottom: 0px;
} */
 
.bookCarSer .nformwrap {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
}
.bookser-page .bookserWrap,
#page .insurancewrap.bookservice {
    padding: 30px 0 0 0;
}
.bookservice .fields .select-wrapper select{
    padding-left: 10px;
}

#page .bookservice .selectsec{
    margin: 0px 0px 0px 0px;
}

.bookserWrap .insrnceCarImg,
.insurancewrap.bookservice .insrnceCarImg{
    display: none;
}

.bookser-page .bookCarSer .select-wrapper {
    height: 55px;
    width: 100%;
    border: 1px solid #eaeaea;
}
.bookCarSer .nformwrap .bookSerTitle,
#page .insurancewrap .selectsec h2.insFormTitle{
    color: var(--black);
    font-size: 18px !important;
    font-weight: 500;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 12px;
}
#page .insurancewrap .selectsec .fields{
    width: 100%;
    margin: 0px 30px 30px 0px;
}
.bookser-page .bookCarSer .select-wrapper select,
.insurancewrap.bookservice .select-wrapper select{
    z-index: 2;
}
.bookser-page .bookCarSer .select-wrapper select {
    width: 100%;
    height: 55px;
}

.bookCarSer .nformwrap label,
.insurancewrap.bookservice label{
    color: var(--table-color);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: 18px;
    left: 17px;
}

.bookserWrap .bookCarSer .selectwrapLbl,
.insurancewrap.bookservice .selectwrapLbl{
    opacity: 0;
}

.bookserWrap .bookCarSer .has-success .select-wrapper .selectwrapLbl,
.insurancewrap.bookservice .has-success .select-wrapper .selectwrapLbl{
    opacity: 1;
}
.fields.fieldsMonth .select-wrapper label{
    opacity: 0;
}

.fields.fieldsMonth .fillMonth .select-wrapper label{
    opacity: 1;
}
.fields.fieldsMonth .fillMonth .select-wrapper .holder{
    color: var(--black);
    line-height: 70px;
}

.bookserWrap .bookCarSer .nformwrap input,
.insurancewrap.bookservice input{
    /* padding: 8px 17px; */
    padding: 13px 17px 0px 17px;
    border-radius: 12px;
    border: 1px solid var(--grey-border);
    background: var(--white);
    color: var(--black);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
.bookserWrap .bookCarSer .nformwrap .fields input{
    height: 55px;
    width: 100%;
}

.bookserWrap .help-block,
.insurancewrap.bookservice .help-block{
    bottom: -14px;
}
.bookserWrap .holder,
.insurancewrap.bookservice .select-wrapper .holder {
    margin: 0 40px 0 16px;
    white-space: nowrap;
    overflow: hidden;
    overflow: inherit;
    cursor: pointer;
    position: relative;
    z-index: 2;
    color: var(--table-color);
    text-overflow: ellipsis;
    width: 74%;
    height: 55px;
    font-size: 15px;
    line-height: 50px;
    pointer-events: none;
}
.bookserWrap .has-success .select-wrapper .holder,
.insurancewrap.bookservice .has-success .select-wrapper .holder{
    color: var(--black);
    line-height: 65px;
}

.bookserWrap .bookSer-button,
.insurancewrap.bookservice .select-button{
    padding: 0px 30px;
    border-radius: 16px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: var(--white);
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    line-height: 27.75px;
    height: 54px;
    width: 100%;
}
.bookserWrap .bookSer-button{
    padding: 0px 50px;
}
.bookserWrap .bookSer-button {
    margin: 0;
    margin-bottom: 10px;
    cursor: pointer;
}


.nbook-pickradio .form-group .control-label{
    color: var(--table-color);
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    position: static;
}



.nbook-pickradio  #bookservice-service_type label{
    color: var(--black);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
.bookser-page .bookCarSer .marksfields sup{
    left: 3px;
    top: 0px;
    font-size: 16px;
    color: #ff0000;
}


.nbook-pickradio{
    width: 100%;
    display: inline-block;
    margin-bottom: 35px;

}
.nbook-pickradio .form-group{
    position: relative;

}
.nbook-pickradio #bookservice-service_type label,
.nbook-pickradio #bookservice-pickup_required label{
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
}
.nbook-pickradio #bookservice-service_type label input,
.nbook-pickradio #bookservice-pickup_required label input{
    height: 14px;
    width: 14px;
    cursor: pointer;  
}
.nbook-pickradio  #bookservice-service_type,
.nbook-pickradio #bookservice-pickup_required {
    display: flex;
    gap: 30px;
}
@media screen and (min-width: 768px){
    .bookser-page .heading-top h1,
    .insurance-page .heading-top h1{
        font-size: 35px;
    }
    .nbook-pickradio{
        width: 42%;
        margin-bottom: 0;
    
    }
    .insCarBg{
        border-radius: 16px;
    } 
    
}
@media screen and (min-width: 1024px){
    .insrnceBodyPage{
        border-radius: 80px;
        padding: 80px 0px;
    }
    /* .insurance-page .breadcrumb-model{
        margin-bottom: 7px;
    } */
    .bookser-page .heading-top h1,
    .insurance-page .heading-top h1{
        font-size: 40px;
        line-height: 48px; 
    }
    .bookser-page .bookserWrap,
    #page .insurancewrap.bookservice {
        padding: 45px 0 0 0;
    }
    .bookCarSer .nformwrap .bookSerTitle,
    #page .insurancewrap .selectsec h2.insFormTitle{
        font-size: 20px !important;
    }
    
    .bookCarSer .nformwrap .fields,
    .bookCarSer .nformwrap .drop,
    #page .insurancewrap .selectsec .fields{
        width: 38%;
        margin: 0px 30px 30px 0px;
        display: inline-block;
    }
    .insurancewrap.bookservice .select-button:hover{
        background-color: var(--black);
        border-color: var(--black);
    }
    .bookserWrap .insrnceCarImg,
    .insurancewrap.bookservice .insrnceCarImg{
        display: block;
        position: relative;
    }
    /* .insCarBg{
        position: absolute;
        right: 0;
    } */
    /* .insPgCarImg{
        position: absolute;
        bottom: 24%;
        left: -21%;
    } */
    /* .bookserWrap .insPgCarImg{
        bottom: 33%;
    } */
    .carInsPoints{
        position: absolute;
        top: 15%;
        left: -16%;
    }
    ul.carInsPoints li{
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 16px 20px;
        border-radius: 999px;
        background: var(--white);
        box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.10);
        margin-bottom: 30px;
    }

    ul.carInsPoints li span{
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        color: #24272C;
    }
    .bookserWrap .bookSer-button,
    .insurance-page .select-button{
        max-width: 194px;
    }
    /* book service */
    .bookserWrap .bookSer-button:hover {
        background-color: var(--black);
        border-color: var(--black);
    }
}

@media screen and (min-width: 1184px){
    /* .insPgCarImg{
        position: absolute;
        bottom: 30px;
        left: -91px;
    } */
    /* .bookserWrap .insPgCarImg{
        position: absolute;
        bottom: 16%;
        left: -91px;
    } */
    .carInsPoints{
        position: absolute;
        top: 16%;
        left: -12%;
    }
    .bookserWrap .carInsPoints{
        position: absolute;
        top: 17%;
        left: -12%;
    }
   
}

.inputfield.fill input,
.inputfield.fill textarea {
  border-color: var(--grey-border);
  background: var(--white);
}

.inputfield.fill label {
  color: var(--light-grey);
  top: 1px;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 24px;
}
.custom-date {
    position: relative;
}
.custom-date input[type="date"]::-webkit-calendar-picker-indicator {
    z-index: 9;
    opacity: 0;
}

.custom-date input[type="date"]::before {
    content: url('../image/custom-date.svg'); 
    position: absolute;
    right: 20px;
    top: 35px;
    transform: translateY(-50%);   
}
