*{
    margin: 0;
    padding: 0;
}
.ticketbox
{
    /* background-color: #F1F1F1; */
    display: grid;
    grid-template-columns: 50% 50%;
    width: 90%;
    margin-left: 5%;
    margin-top: 7vw;
    border-radius: 1.5vw;
}
.info
{
    height: auto;
}
.fillform
{
    height: auto;
}
.fillform h3{
    font-size: 1.5vw;
    text-align: center;
    margin-top: 1vw;
    color: red;
    font-family: 'poppins';
    display: none;
}
.details
{
    display: flex;
    margin-left: 5vw;
    margin-top: 3.5vw;
}

.expertinfo{
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
    border-radius: 0.8vw;
}
.image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image img{
    width:100%;
    height: auto;
    padding-right: 2vw;
}

.info h1
{
    font-family: 'poppins';
    font-size: 2.5vw;
    color: #0B2F55;
}
.formcont h1
{
    font-family: 'poppins';
    font-size: 2vw;
    color: #0B2F55;
}
.info h2
{
    font-family: 'poppins';
    font-size: 1.6vw;
    color: #0B2F55;
    font-weight: 500;
    margin-top: 0.2vw;
}
.timeline
{
    display: grid;
    grid-template-columns: max-content max-content;
    grid-column-gap: 2vw;
    margin-top: 1vw;

}
.timeline img
{
    height: 1.8vw;
    float: left;
    padding-right: 0.5vw;
}
.timeline h3
{
    float: right;
    font-family: "poppins";
    font-weight: 500;
    font-size: 1.5vw;
    line-height: 1.8vw;
    color: #E90072;
}
.costbox
{
    font-family: "poppins";
    font-weight: 500;
    font-size: 1.3vw;
    line-height: 1.8vw;
    color: #430062;
    background-color: #E90072;
    width: max-content;
    padding: 0.7vw;
    border-radius: 0.8vw;
    margin-top: 1.2vw;
}
.linee
{
    height: 0.2vw;
    background-color: #0B2F55;
    width: 50%;
    border-radius: 0.5vw;
    margin-top: 1vw;
}
.info h4
{
    font-family: 'poppins';
    font-size: 1.6vw;
    color: #0B2F55;

    margin-top: 1.3vw;
}
.info h5
{
    font-family: 'poppins';
    font-size: 1.6vw;
    color: #0B2F55;
    font-weight: 500;
    margin-top: 0.3vw;
}
.info h6
{
    font-family: "poppins";
    font-weight: 500;
    font-size: 1.3vw;
    line-height: 1.8vw;
    color: white;
    background-color: #0B2F55;
    width: max-content;
    padding: 0.7vw;
    padding-right: 1.5vw;
    padding-left: 1.5vw;
    border-radius: 0.8vw;
    margin-top: 1.2vw;
}

.formcont
{
    margin-top: 4vw;
    width: 65%;
    margin-left: 17.5%;

}
form
{
    
    padding-bottom: 3vw;

}
input[type=date],input[type=text],input[type=email],select{
    width: 100%;
    padding: 0.85vw 1.25vw;
    margin-top: 0.4vw;
    display: inline-block;
    border: 1.75px solid gray;
    border-radius: 0.5vw;
    box-sizing: border-box;
    font-size: 1.1vw;
    background-color: #F9F9F9;
}
input[type=number]
{
    width: 100%;
    padding: 0.85vw 1.25vw;
    margin-top: 0.4vw;
    display: inline-block;
    border: 1px solid #C0C0C0;
    border-radius: 0.3vw;
    box-sizing: border-box;
    font-size: 1.1vw;
    background-color: #F9F9F9;
}
form h2
{
    font-size: 1vw;
    font-family: 'poppins';
    text-align: left;
    margin-top: 1.25vw;
    color: #585858;
    font-weight: 600;
    letter-spacing: 0.03vw;
}
input[type=submit]
{
    height: 3.25vw;
    color: white;
    width: 100%;
    border-radius: 0.4vw;
    background-color: #FFB800;
    margin-top: 1.5vw;
    border: none;
    font-size: 1.25vw;
    font-weight: bold;
    cursor: pointer;
}
.bookbtn
{
    height: 3.25vw;
    color: white;
    width: 100%;
    border-radius: 0.4vw;
    background-color: #FFB800;
    margin-top: 1.5vw;
    border: none;
    font-size: 1.25vw;
    font-weight: bold;
    cursor: pointer;
}
.strip
{
    height: 0.6vw;
    background-color: #00B0D7;
}

.slottimings{
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-column-gap: 5%;
    grid-row-gap: 5px;
    margin-top: 20px;
    display: none;
}
.time{
    height: 2vw;
    background-color: #0B2F55;
    color: white;
    border-radius: 1vw;
}

input[type=radio]
{
    margin-left: 10px;
    margin-top: 0.5vw;
}

/* New form field styles */
select {
    width: 100%;
    padding: 0.8vw;
    border: 1px solid #0b2f55;
    border-radius: 0.4vw;
    margin-bottom: 1vw;
    font-family: "Inter";
    font-size: 1vw;
    color: #0b2f55;
}

.consultation-mode {
    display: flex;
    gap: 2vw;
    margin-bottom: 1vw;
}

.consultation-mode label {
    display: flex;
    align-items: center;
    gap: 0.5vw;
    font-family: "Inter";
    font-size: 1vw;
    color: #0b2f55;
    cursor: pointer;
}

.consultation-mode input[type="radio"] {
    margin: 0;
    cursor: pointer;
}

@media screen and (max-width: 700px) and (min-width: 320px)
{
    .headerb img
    {
        width: 0;
    }
    .headerb .phonebg
    {
        width: 100%;
        margin-top: -5vw
    }
    .headerb .gridboximg
    {
        width: 100%;
    }
    .menu {
        height: 13vw;
        background-image: linear-gradient(to right,#EC0063, #CC00FF);
        filter: drop-shadow(0 0 0.25rem #000000);
    }
    .headlogo {
        width: 22vw;
        height: 20vw;
        background-color: white;
        position: absolute;
        margin-left: 7%;
        border-bottom-left-radius: 2vw;
        border-bottom-right-radius: 2vw;
        text-align: center;
    }
    .headlogo img {
        height: 13.5vw;
    }
    .headlogo h5 {
        font-family: 'poppins';
        color: #EC0063;
        font-size: 3.5vw;
    }
    .ticketbox {
        background-color: white;

        display: grid;
        grid-template-columns: 100%;
        width: 90%;
        margin-left: 5%;
        margin-top: 15vw;
        border-radius: 1.5vw;
    }
    .info h1 {
        font-family: 'poppins';
        font-size: 5.5vw;
        color: #430062;
        margin-top: 7.5vw;
    }
    .info h2 {
        font-family: 'poppins';
        font-size: 4vw;
        color: #430062;
        font-weight: 500;
        margin-top: 0.0vw;
    }
    .timeline {
        display: grid;
        grid-template-columns: max-content max-content;
        grid-column-gap: 4vw;
        margin-top: 3vw;
    }
    .timeline img {
        height: 4vw;
        float: left;
        padding-right: 0.5vw;
    }
    .timeline h3 {
        float: right;
        font-family: "poppins";
        font-weight: 500;
        font-size: 3.5vw;
        line-height: 4.5vw;
        color: #E90072;
    }
    .costbox {
        font-family: "poppins";
        font-weight: 500;
        font-size: 4vw;
        line-height: 1.8vw;
        color: #ffffff;
        background-color: #E90072;
        width: max-content;
        padding: 3vw;
        border-radius: 1.5vw;
        margin-top: 4vw;
    }
    .linee {
        height: 0.5vw;
        background-color: #430062;
        width: 95%;
        border-radius: 0.5vw;
        margin-top: 4vw;
    }
    .info h4 {
        font-family: 'poppins';
        font-size: 4vw;
        color: #430062;
        margin-top: 2vw;
    }
    .info h5 {
        font-family: 'poppins';
        font-size: 4vw;
        color: #430062;
        font-weight: 500;
        margin-top: 0.3vw;
    }
    .info h6 {
        font-family: "poppins";
        font-weight: 500;
        font-size: 4vw;
        line-height: 1.8vw;
        color: white;
        background-color: #430062;
        width: max-content;
        padding: 3.5vw;
        padding-right: 3vw;
        padding-left: 3vw;
        border-radius: 1.25vw;
        margin-top: 3vw;
    }
    .formcont {
        margin-top: 10vw;
        width: 90%;
        margin-left: 5%;
    }
    .formcont h1{
        font-family: 'poppins';
        font-size: 5.5vw;
        color: #430062;
        margin-top: 7.5vw;
    }
    form h2 {
        font-size: 4vw;
        font-family: 'poppins';
        text-align: left;
        margin-top: 3vw;
        color: #585858;
        font-weight: 600;
        letter-spacing: 0.03vw;
    }
    input[type=date],input[type=text],input[type=email], select {
        width: 100%;
        padding: 2.8vw 4vw;
        margin-top: 1vw;
        display: inline-block;
        border: 1px solid rgb(95, 95, 95);
        border-radius: 1.25vw;
        box-sizing: border-box;
        font-size: 4vw;
        background-color: #F9F9F9;
    }
    .bookbtn {
        height: 12vw;
        color: white;
        width: 100%;
        border-radius: 1vw;
        margin-top: 4vw;
        border: none;
        font-size: 4vw;
        font-weight: bold;
    }
    
}