.s1 h1{
    font-weight: 900;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.radio {
    display: flex;
    width: 30%;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.radio_option {
    width: 50%;
    display: flex;
    align-items: center;
}

.radio_option input[type="radio"] {
    appearance: none;
    /* background-color: #FFCB05; */
    border-radius:50%;
    height: 1.3rem;
    width: 1.3rem;
    outline-offset: 2px;
    outline: .2rem solid #FFCB05;
    margin-right: 1rem;
}

.radio_option input[type="radio"]:checked {
    background-color: black;
}

.radio_option label {
    font-size: 1rem;
    font-weight: 700;
}

.s1-input {
    display: flex;
    flex-direction: column;
    width: 40% !important;
    margin-right: 5%;
}

.s1-input h4{
    font-weight: 600;
}

.input-fields {
    display: flex;
    flex-direction: column;
}

.call_input {
    margin: 1rem 0;
    padding: .5rem 1rem;
    background-color: #FFF4CC;
    border-radius: 5px;
    border: none;
}

.s1-cal {
    width: 55% !important;
    display: flex;
    justify-content: space-between !important;
}

.s1-cal h4{
    font-weight: 600;
}

.s1-cal-date {
    width: 48% !important;
    background-color: #FFF4CC;
    padding: 1rem;
    height: 85%;
    border-radius: 15px;
}

.s1-cal-date h5 {
    font-size: 1rem;
    font-weight: 600;
}

.s1-cal-slot {
    width: 48% !important;
    background-color: #FFF4CC;
    padding: 1rem;
    height: 85%;
    border-radius: 15px;
}

.s1-cal-slot h5 {
    font-size: 1rem;
    font-weight: 600;
}

.s1-slot-options {
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: solid thin rgba(202, 196, 208, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slots {
    display: flex;
    width: 30%;
    align-items: center;
    justify-content: space-between;
}

.slots p {
    margin: 0 !important;
    font-size: 1rem;
    font-weight: 600;
}

.slots-check {
    width: 60%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.slots-check span {
    font-family: 'Roboto', sans-serif !important;
    font-size: 1rem;
}

.day {
    width: 2rem;
    height: 2rem;
    background-color: #FFCB05;
    border-radius: 50%;
}

.car-problem {
    margin-top: 1rem;
    background-color: #FFF4CC;
    border-radius: 15px;
    padding: 1rem;
    height: 8rem;
    width: 99%;
    outline: none;
    border: none;
    resize: none;
}

.btn-s1 {
    border-radius: 15px !important;
    margin-top: 1rem;
}

input[type=checkbox] {
    height: 1.2rem;
    width: 1.2rem;
    background-color: #FFF4CC !important;
}

#mob-prob {
    display: none;
}

#desk-prob {
    display: block;
}

.mob-search {
    display: none;
}

.mob-navbar {
    display: none;
}

.mobile-nav {
    display: none;
}

@media (min-width: 750px) and (max-width: 1380px) {
    .radio {
        width: 100%;
    }

    .s1 {
        text-align: center;
    }

    .s1-input {
        width: 100% !important;
    }

    .s1-input h4 {
        font-size: 1rem;
        text-align: start;
    }

    .input-fields {
        flex-direction: row;
        justify-content: space-between;
    }

    .call_input {
        width: 49%;
    }

    #desk-prob {
        display: none;
    }

    #mob-prob {
        display: block;
        height: 3rem;
    }

    .s1-cal {
        width: 100% !important;
    }

    .s1-cal h4{
        margin: 2rem 0;
        text-align: start;
    }

    .s1-cal-date h5 { 
        text-align: start;
    }

    .s1-cal-slot h5 {
        text-align: start;
        margin-bottom: 1.5rem;
    }

    .btn-s1 {
        margin-top: 4rem;
    }

    .mob-search {
        display: none;
    }
    
    .mob-navbar {
        display: none;
    }

    .mobile-nav {
        display: none;
    }
}

@media (min-width: 500px) and (max-width: 700px) {
    #desk-prob {
        display: none;
    }
    
    nav {
        display: none !important;
    }

    .s1 {
        padding: 2rem .5rem !important;
        height: fit-content !important;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .mobile-nav {
        width: 100%;
        display: flex;
        height: fit-content;
        padding: 1rem;
        background-color: #FFCB05;
        justify-content: end;
        align-items: center;
    }

    .mobile-nav img {
    height: 5rem;
    /* position: absolute; */
    background-color: transparent;
    border-radius: 0;
}

    .mob-search {
        display: flex;
        background-color: #FFFFFF;
        padding: .5rem !important;
        width: 15rem;
        justify-content: space-around;
        border-radius: 10px;
        align-items: center;
        height: fit-content;
    }

    .mob-search input {
        width: 9.5rem;
        border: none !important;
        outline: none !important;
        font-size: .8rem;
    }

    .mob-search span img {
        height: 1.2rem;
    }

    .search-div {
        width: 90%;
    }

    .search-div h1 {
        font-size: 1rem;
    }

    .lable-s1 {
        font-size: .8rem;
    }

    .s1-select {
        width: 90%;
    }

    .btn-s1 {
        width: 80%;
        padding: .2rem !important;
        margin: 1rem auto 2rem !important;
    }
/* 
    .btn-s1-2 {
        background-color: rgb(0, 0, 0) !important;
        color: rgb(255, 255, 255) !important;
        width: 80%;
        padding: 0.2rem !important;
    } */


    .mob-navbar {
        bottom: 0;
        padding: .5rem 1rem !important;
        width: 100%;
        position: fixed;
        height: fit-content;
        display: flex;
        background-color:#FFCB05;
        justify-content: space-between;
        z-index: 1;
    }

    .mob-navbar button {
        background: none;
        margin: 0;
        padding: 0;
        border: none;
    }

    .radio {
        width: 100%;
        flex-direction: column;
    }

    .radio_option {
        margin: 1rem .5rem;
    }

    .mob-ele {
        display: flex !important;
        justify-content: center !important;
        width: 100%;
        margin: 0 auto !important;
    }
    
    .s1-input {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    
    .s1-cal {
        height: fit-content !important;
        margin-top: 1.5rem !important;
        width: 100% !important;
        display: flex;
        justify-content: center !important;
    }

    .s1-cal-date {
        width: 100% !important;
        margin: 1rem auto 2rem !important;
    }

    .s1-cal-slot {
        width: 100% !important;
        margin: 1rem auto !important;
        height: fit-content;
    }

    .s1-slot-options {
        margin-bottom: 2rem !important;
    }

}

@media (min-width: 350px) and (max-width: 480px) {
    #desk-prob {
        display: none;
    }
    
    nav {
        display: none !important;
    }

    .s1 {
        padding: 2rem .5rem !important;
        height: fit-content !important;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
.s1 h1 {
    margin-top: 0rem;
    margin-bottom: 1rem;
}

    .mobile-nav {
        width: 100%;
        display: flex;
        height: fit-content;
        padding: 1rem;
        background-color: #FFCB05;
        justify-content: end;
        align-items: center;
    }

    .mobile-nav img {
    height: 5rem;
    /* position: absolute; */
    background-color: transparent;
    border-radius: 0;
}

    .mob-search {
        display: flex;
        background-color: #FFFFFF;
        padding: .5rem !important;
        width: 12rem;
        justify-content: space-around;
        border-radius: 10px;
        align-items: center;
        height: fit-content;
    }

    .mob-search input {
        width: 9.5rem;
        border: none !important;
        outline: none !important;
        font-size: .8rem;
    }

    .mob-search span img {
        height: 1rem;
    }

    .search-div {
        width: 90%;
    }

    .search-div h1 {
        font-size: 1rem;
    }

    .lable-s1 {
        font-size: .8rem;
    }

    .s1-select {
        width: 90%;
    }

    .btn-s1 {
        width: 100%;
        padding: .2rem !important;
        margin: 1rem auto 2rem !important;
    }
/* 
    .btn-s1-2 {
        background-color: rgb(0, 0, 0) !important;
        color: rgb(255, 255, 255) !important;
        width: 80%;
        padding: 0.2rem !important;
    } */


    .mob-navbar {
        bottom: 0;
        padding: .5rem 1rem !important;
        width: 100%;
        position: fixed;
        height: fit-content;
        display: flex;
        background-color:#FFCB05;
        justify-content: space-between;
        z-index: 1;
    }

    .mob-navbar button {
        background: none;
        margin: 0;
        padding: 0;
        border: none;
    }

    .radio {
        width: 100%;
        flex-direction: column;
    }

    .radio_option {
        margin: 1rem .5rem;
    }

    .mob-ele {
        display: flex !important;
        justify-content: center !important;
        width: 100%;
        margin: 0 auto !important;
    }
    
    .s1-input {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    
    .s1-cal {
        height: fit-content !important;
        margin-top: 1.5rem !important;
        width: 100% !important;
        display: flex;
        justify-content: center !important;
    }

    .s1-cal-date {
        width: 100% !important;
        margin: 1rem auto 2rem !important;
    }

    .s1-cal-slot {
        width: 100% !important;
        margin: 1rem auto !important;
        height: fit-content;
    }

    .s1-slot-options {
        margin-bottom: 2rem !important;
    }

}

.expert_form_error{
    text-align: left;
    color: #fb0000;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 8px;
}