body, *{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
body{
    margin: 0;
}
.hidden { 
    display: none; 
}
.input-bar {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 20px;
}
input[type="text"],input[type="time"]{
    background-color: white;
    border: 1px solid #cdd7e3;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333f48;
    width: calc(100% - 60px);
    border-radius: 8px;
    height: 40px;
    padding: 0 15px;
}

button.btn-primary{
    background-color: #033572 !important;
    min-height: unset;
    order: 1;
    border: 1px solid #033572;
    background: #033572;
    font-family: roboto, sans-serif;
    color: white;
    border-radius: 8px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 6px 16px;
    text-decoration: none;
    display: flex;
    text-transform: capitalize;
    margin: 0;
    font-weight: normal;
    min-width: 150px;
}
.surgery-label{
    font-weight: 500;
}
.option.option-ok {
    line-height: 1.6;
}
.option.option-ok b{
    color: #033572;
}
.name-row {
    display: grid;
    grid-template-columns: 49.5% 49.5%;
    justify-content: space-between;
}

label {
    display: block;
    margin-bottom: 12px;
}
span.label {
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
}

fieldset.fieldset {
    border: 0;
    margin: 0;
    padding: 10px 0;
}
.btn-secondary{
    border: 1px solid transparent;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 6px 16px;
    text-decoration: unset;
    display: flex;
    color: #333f48;
    text-decoration: none;
    background: transparent;
    margin: 0;
    font-weight: bold;
    min-width: 150px;
}
.btn-secondary:hover{
    border-color: #ddebff;
    background: #ddebff;
    color: #333f48;
    
}
.btn-wrapper {
    display: flex;
    gap: 15px;
}
a{
    color: #033572;
}

.alt-h1 {
    color: #ed255c;
    letter-spacing: -.03em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;
    text-decoration: none;
}
.alt-subtitle {
    color: black;
    text-align: left;
    letter-spacing: -.03em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}
.alt-paragraph {
    color: black;
    letter-spacing: -.03em;
    word-break: normal;
    overflow-wrap: normal;
    white-space: wrap;
    min-width: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    display: block;
}
.alt-search {
    grid-row-gap: 32px;
    border-radius: 30px;
    background-color: #f1f5f8;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: calc(100% - 128px);
    padding: 56px 64px;
    text-decoration: none;
    display: flex;
}
.search-content {
    width: 100%;
}
.alt-hero-body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    max-width: 100%;
    margin-right: 0;
    display: flex
;
}
@media(max-width: 767px){
    .alt-search {
        background: none;
        padding: 0;
    }
}