body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fafafa;
    color: #666;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    color: #000;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
a{
    text-decoration: none;
}
del{
    color: #777;
}
small{
    font-size: 75%;
}
.form-control{
    box-shadow: none !important;
    font-size: 14px !important;
    border-color: #dee2e6 !important;
}
.btn{
    font-size: 14px;
    white-space: nowrap;
    line-height: 1.4;
    box-shadow: none !important;
}
button{
    box-shadow: none !important;
}
.btn-f1f1f1{
    background-color: #f1f1f1;
}
.btn-f1f1f1:hover, .btn-f1f1f1:focus{
    background-color: #e5e5e5;
}
.btn-e4edff{
    background-color: #e4edff;
}
.btn-e4edff:hover, .btn-e4edff:focus{
    background-color: #d5e2fc;
}
.btn-primary{
    background-color: #0D52AF;
    color: #fff;
    border-color: #0D52AF;
}
.btn-primary:hover, .btn-primary:focus{
    background-color: #0a4086;
    color: #fff;
    border-color: #0a4086;
}
.btn-primary-outline{
    background-color: transparent;
    border: 1px solid #0a4086;
    color: #0a4086;
}
.btn-primary-outline:hover, .btn-primary-outline:focus{
    background-color: #f1f1f1;
    border: 1px solid #0a4086;
    color: #0a4086;
}
.text-primary{
    color: #0a4086 !important;
}
.stepCard h6{
    position: relative;
    z-index: 1;
}
.stepCard h6:after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    border: 1px dashed #ffc107;
    width: 110%;
    z-index: -1;
}
.stepCardWrap > .stepCard:last-child h6:after{
    display: none;
}
.min-vh-screen{
    min-height: 83.3vh;
}
.HealthCheckupSlide{
    padding: 0 15px;
}
.HealthCheckupSlide .swiper-button-next{
    right: 0;
}
.HealthCheckupSlide .swiper-button-prev{
    left: 0;
}   
.HealthCheckupSlide .swiper-button-next, .HealthCheckupSlide .swiper-button-prev{
    height: 30px;
    width: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0a4086;
    background-color: #fff;
}
.HealthCheckupSlide .swiper-button-next:after, .HealthCheckupSlide .swiper-button-prev:after{
    font-size: 16px;
    color: #0a4086;
}
.detailsTestAcc .accordion-button{
    gap: 10px;
}
header{
    z-index: 100;
}
.cartRemove{
    background-color: #FDE9E9;
    color: #DD2F2F;
    font-size: 13px;
}
.offerPersentage{
    background-color: #E8FBF5;
    color: #09986A;
    font-size: 13px;
    font-weight: 600;
}
.text-base{
    color: #777;
}
.form-select{
    box-shadow: none !important;
}
.date-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}
.arrow {
    cursor: pointer;
    padding: 0;
    user-select: none;
}
.dates {
    display: flex;
    gap: 8px;
    overflow: hidden;
}
.date-box {
    width: 70px;
    padding: 5px 0;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}
.date-box:hover {
    background: #f3f7ff;
}
.date-box.selected {
    border: 1px solid #0D52AF;
    background: #e8f0fe;
    font-weight: bold;
    color: #0D52AF;
}
.day {
    font-size: 12px;
    color: #666;
}
.date {
    font-size: 16px;
    margin-top: 0;
    color: #000;
}
.date-box.selected .day, .date-box.selected .date{
    color: #0D52AF;
}
.time-box {
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    padding: 5px 0;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    background: #fff;
    transition: 0.2s;
}
.time-radio:checked + .time-box {
    border: 1px solid #0D52AF; 
    background: #e8f0fe; 
    font-weight: 600;
    color: #0D52AF;
}




@media screen and (min-width: 768px){
    .stepCard h6{
        transform: translateX(40%);
    }
}
@media screen and (max-width: 767px){
    .stepCard h6:after{
        display: none;
    }
    .stepCard{
        position: relative;
        z-index: 1;
    }
    .stepCard:before{
        content: '';
        position: absolute;
        left: 20px;
        top: 5px;
        height: 120%;
        border: 1px dashed #ffc107;
        width: 1px;
        z-index: -1;
    }
    .stepCardWrap > .stepCard:last-child:before{
        display: none;
    }
    #offcanvasCart{
        width: 100%;
    }
}