@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

body {
    background: #0b0b0e;
}
body {
    font-family: "Source Sans 3", serif;
}
.main-content {
    padding: 30px 165px;
}

.logo {
    margin-top: 20px;
    margin-bottom: 60px;
    text-align: center;
}

.logo img {
    width: 365px;
}

.login-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    gap: 5px;
    margin-bottom: 38px;
}
.login-link p {
    color: #f0f0f0;
    font-size: 14px;
    font-family: "Source Sans 3", serif;
}
.login-link a {
    color: #f08300;
    font-size: 14px;
    text-decoration: underline;
}
.step-number {
    background-color: #f08300;
    color: #f3f3f3;
    border-radius: 53%;
    font-size: 21px;
    font-weight: 600;
    padding: 4px 14px;
}
.choose-appointment {
    margin-top: 20px;
}
.step-title a {
    text-decoration: none;
    margin-left: 10px;
    font-size: 20px;
    color: #f0f0f0;
    font-weight: 600;
    font-family: "Source Sans 3", serif;
}
.category {
    margin-top: 25px;
    margin-bottom: 15px;
}
.category p {
    color: #686868;
    font-size: 16px;
    font-family: "Source Sans 3", serif;
    font-weight: 600;
}
p#viewAllCategoriesBtn {
    background: none;
    border: none;
    color: white;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Source Sans 3", serif;
    cursor: pointer;
}
.schedule .back-btn {
    background: none;
    border: none;
    color: white;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px;
    margin: 30px 0px;
    cursor: pointer;
}
.back-btn:focus {
    outline: none;
}

.accordion-item {
    width: 100%;
    margin-bottom: 10px;
}
.accordion-button {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid white;
    border-radius: 8px;
    background: transparent;
    color: white;
    font-size: 16px;
    font-family: "Source Sans 3", serif;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.accordion-button:focus {
    outline: none;
}
.accordion-button span {
    background-color: #f08300;
    color: #f0f0f0;
    padding: 9px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-family: "Source Sans 3", serif;
    cursor: pointer;
}

.your-information {
    margin-top: 80px;
}
.confirmation {
    margin-top: 80px;
}

.schedule {
    margin-top: 30px;
    margin-bottom: 10px;
}
.schedule p {
    color: #686868;
    font-size: 16px;
    font-family: "Source Sans 3", serif;
    font-weight: 600;
}
.accordion-body {
    border: 1px solid white;
    padding: 40px 30px;
    margin-top: 20px;
}
.patient {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}
.patient p {
    color: white;
    font-size: 17px;
    font-family: "Source Sans 3", serif;
    font-weight: 600;
    line-height: normal;
}

.patient span {
    color: #686868;
    font-size: 16px;
    font-weight: 600;
}
.book-now {
    font-size: 14px;
    font-family: "Source Sans 3", serif;
    color: white;
    background-color: #f08300;
    width: 105px;
    height: 34px;
    border-radius: 4px;
    border: none;
    margin-left: 8px;
    cursor: pointer;
}

.focused-card {
    border: 1px solid white;
    padding: 40px 30px;
    margin-bottom: 40px;
}

.discription {
    margin-top: 20px;
}
.discription p {
    font-size: 16px;
    font-family: "Source Sans 3", serif;
    color: #686868;
    line-height: normal;
}

/* focused form */

.form-content {
    padding: 30px 165px;
}
.oppointment {
    margin-top: 50px;
    border: 1px solid white;
    padding: 30px 30px;
}
.oppointment p {
    color: white;
    font-size: 16px;
    font-family: "Source Sans 3", serif;
    font-weight: 600;
    line-height: normal;
}

.form {
    padding: 30px 165px;
}

.name label {
    font-size: 16px;
    font-family: inherit;
    color: white;
    margin-bottom: 10px;
    font-weight: 500;
}

.first-name {
    padding: 12px 10px;
    width: 35%;
}
.last-name {
    padding: 12px 10px;
    width: 64.6%;
}

input::placeholder {
    font-size: 13px;
}

textarea::placeholder {
    font-size: 13px;
}
.phone {
    margin-top: 20px;
}
.phone label {
    font-size: 16px;
    font-family: inherit;
    color: white;
    margin-bottom: 10px;
    font-weight: 500;
}
.phone input {
    width: 100%;
    padding: 12px 10px;
}
.phone-text {
    font-size: 16px;
    color: white;
    font-family: "Source Sans 3", serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.phone-msg {
    margin-top: 6px;
    font-size: 14px;
    color: white;
    font-weight: 300;
}

.email {
    margin-top: 20px;
}
.email label {
    font-size: 16px;
    font-family: inherit;
    color: white;
    margin-bottom: 10px;
    font-weight: 500;
}

.email input {
    width: 100%;
    padding: 12px 10px;
}

.demographics {
    margin-top: 22px;
}

.demographics span {
    font-size: 20px;
    font-family: inherit;
    color: white;
    font-weight: 500;
}
.demographics p {
    margin-top: 10px;
    font-size: 16px;
    color: white;
    font-weight: 400;
}

.demographics label {
    font-size: 16px;
    font-family: inherit;
    color: white;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 500;
}
.demographics input {
    width: 100%;
    padding: 12px 10px;
}
.consent-for-treatment {
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
}
.consent-for-treatment label {
    font-size: 16px;
    font-family: inherit;
    color: white;
    margin-bottom: 10px;
    font-weight: 500;
}
.consent-for-treatment h3 {
    font-size: 22px;
    font-family: inherit;
    color: white;
    font-weight: 500;
}
.consent-for-treatment p {
    margin-top: 10px;
    font-size: 16px;
    color: white;
    font-weight: 400;
    line-height: normal;
}

.controlled-substance-consent-form {
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
}
.controlled-substance-consent-form h3 {
    font-size: 22px;
    font-family: inherit;
    color: white;
    font-weight: 500;
}

.controlled-substance-consent-form p {
    margin-top: 10px;
    font-size: 16px;
    color: white;
    font-weight: 400;
    line-height: normal;
}
.pre-heading p {
    margin-top: 0px;
}
.follow-up-appointment {
    padding: 0px 0px;
}
.follow-up-appointment h3 {
    font-size: 22px;
    font-family: inherit;
    color: white;
    font-weight: 500;
}
.follow-up-appointment p {
    margin-top: 10px;
    font-size: 16px;
    color: white;
    font-weight: 400;
    line-height: normal;
}
.follow-up-appointment label {
    font-size: 16px;
    font-family: inherit;
    color: white;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 500;
}
.follow-up-appointment input {
    width: 100%;
    padding: 12px 10px;
}
.follow-up-appointment textarea {
    padding: 10px 10px;
}
.pay-now-btn {
    background-color: #f08300;
    color: #f0f0f0;
    padding: 9px 12px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    font-family: inherit;
}

.check-box {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: left;
    gap: 6px;
}
.check-box label {
    margin-top: 2px;
    font-size: 16px;
    font-weight: 400;
}

.choose-file-btn button {
    margin-top: 15px;
    color: #14457f;
    border: 1px solid #14457f;
    padding: 10px 15px;
    border-radius: 8px;
    background: transparent;
    font-size: 14px;
}

.choose-time {
    padding: 50px 0px;
}
.time-zone-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #f08300;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.time-zone-selection {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}

.time-select {
    width: 33%;
    padding: 8px 16px;
    font-size: 15px;
    color: #555555;
}
/* .next-prev-btn {
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
} */
/* .next-prev-btn button {
    background: transparent;
    border: none;
}
.next-prev-btn button a {
    color: #f08300;
    font-size: 13px;
    letter-spacing: 1px;
} */

p.prev.slick-arrow {
    top: -20px;
    left: 3px;
    position: absolute;
    background: transparent;
    border: none;
    color: #f08300;
    font-size: 14px;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
}
p.next.slick-arrow {
    position: absolute;
    top: -20px;
    right: 0px;
    background: transparent;
    border: none;
    color: #f08300;
    font-size: 14px;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
}
.calender {
    display: flex !important;
    flex-direction: row !important;
    /* flex-wrap: wrap; */
    justify-content: center !important;
}
.date-avalaible {
    background-color: white;
    width: 165px;
    padding: 10px 0px;
}
.week-heading {
    padding: 6px 0px 0px 0px;
    text-align: center;
    color: #f08300;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.day-heading {
    padding: 6px 0px 0px 0px;
    text-align: center;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}

.date-heading {
    padding: 6px 0px 0px 0px;
    text-align: center;
    color: #686868;
    font-size: 16px;
    font-weight: 600;
}
.select-time {
    display: inline-block;
    width: 162px;
}

.avalaible-time {
    position: relative;
    text-align: center;
    padding: 20px 10px;
    transition: all 0.6s ease;
    z-index: 0;
}

.avalaible-time p {
    font-size: 16px;
    padding: 16px 0px;
    position: relative;
    margin-bottom: 10px;
    color: #f08300;
}

/* .sub-menu {
    position: absolute;
    display: none;
    background: white;
    border: 2px solid #f08300;
    top: 67px;
    width: 167px;
    left: 42px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: -1;
} */

/* .wrap {
    padding: 8px 0px;
    text-align: left;
} */
/* .sub-menu .continue {
    margin-left: 6px;
    margin-right: 8px;
    padding: 9px 12px;
    background-color: #f08300;
    font-size: 14px;
    color: white;
    border-radius: 6px;
} */

/* .sub-menu li {
    margin-left: 6px;
    margin-right: 8px;
    padding: 10px 12px;
    font-size: 14px;
} */

.avalaible-time p:hover {
    border: 2px solid #f08300;
    border-radius: 6px;
    color: #f08300;
    cursor: pointer;
}
.avalaible-time p.selected-time {
    border: 2px solid #f08300;
    border-radius: 6px;
    color: #f08300;
    cursor: default; /* Optional: Cursor change to indicate it's selected */
}

.go-to-next {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
}
.go-to-next button {
    font-size: 17px;
    font-family: "Source Sans 3", serif;
    color: white;
    background-color: #f08300;
    width: 105px;
    height: 34px;
    border-radius: 4px;
    border: none;
    letter-spacing: 2px;
    cursor: pointer;
}
.go-to-next button:focus {
    outline: none;
}

/* .active-style {
    color: #f08300;
    border: 2px solid #f08300;
    border-bottom: none;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: white;
    pointer-events: none;
} */

/* .sub-menu {
    display: none;
} */

.provider {
    border: 1px solid white;
    padding: 30px 30px;
}
.doctor-details .dr-name {
    color: white;
    font-size: 17px;
    font-family: "Source Sans 3", serif;
    font-weight: 600;
    line-height: normal;
}
.doctor-details .dr-category {
    font-size: 17px;
    font-weight: 600;
    font-family: "Source Sans 3", serif;
    color: #686868;
    line-height: normal;
    margin-top: 6px;
}
.dr-discription {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
}
.dr-discription .choose-provider {
    font-size: 14px;
    font-family: "Source Sans 3", serif;
    color: white !important;
    background-color: #f08300;
    padding: 10px 22px;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer;
}
.doctor-details .dr-discription p {
    font-size: 16px;
    font-family: "Source Sans 3", serif;
    color: white;
    line-height: normal;
    margin-top: 6px;
}
.doctor-details .dr-experience {
    color: white;
    font-size: 17px;
    font-family: "Source Sans 3", serif;
    font-weight: 600;
    line-height: normal;
    margin-top: 6px;
}
#card-button{
    cursor: pointer !important;
}
@media (max-width: 1025px) {
    p.next.slick-arrow {
        right: 20px;
    }
}
@media (max-width: 769px) {
    .calender {
        flex-wrap: wrap !important;
    }
    .main-content {
        padding: 20px 6px;
    }
    .form-content {
        padding: 20px 6px;
    }
    .form {
        padding: 20px 6px;
    }
    .last-name {
        width: 64%;
    }
    .follow-up-appointment textarea {
        width: 100% !important;
    }
    .time-select {
        width: 65%;
    }
    .choose-time {
        padding: 20px 10px;
    }
    .date-avalaible {
        width: 220px;
    }
    .select-time {
        width: 220px;
    }
    p.next.slick-arrow {
        right: 0px;
    }
}

@media (max-width: 426px) {
    .logo img {
        width: 290px;
    }
    .avalaible-time p{
        font-size: 14px;
    }
    .logo {
        margin-bottom: 10px;
    }
    .login-link p {
        font-size: 12px;
    }
    .login-link a {
        font-size: 12px;
    }
    .step-number {
        font-size: 16px;
        padding: 6px 13px;
    }
    .step-title a {
        font-size: 18px;
        margin-left: 6px;
    }
    .accordion-button {
        padding: 14px 14px;
        font-size: 15px;
    }
    .accordion-button span {
        padding: 8px 12px;
        font-size: 13px;
    }
    .schedule {
        margin-top: 20px;
    }
    .schedule p {
        font-size: 14px;
    }
    .patient p {
        font-size: 15px;
    }
    .patient span {
        font-size: 15px;
    }
    .discription p {
        font-size: 14px;
    }
    .book-now {
        font-size: 13px;
        width: 90px;
        height: 30px;
    }
    .week-heading {
        font-size: 12px;
    }
    .day-heading {
        font-size: 15px;
    }
    .date-heading {
        font-size: 12px;
    }
    .avalaible-time {
        padding: 20px 24px;
    }
    .avalaible-time p {
        font-size: 13px;
        padding: 12px 0px;
    }
    .your-information {
        margin-top: 50px;
    }
    .oppointment {
        padding: 20px 10px;
    }
    .accordion-body {
        padding: 25px 10px;
    }
    .discription {
        margin-top: 10px;
    }
    .time-select {
        width: 75%;
    }
    .sub-menu {
        top: 66px;
        width: 167px;
        left: 42px;
        z-index: -1;
    }
    .calender {
        flex-wrap: wrap !important;
    }
    .next-prev-btn button a {
        font-size: 11px;
    }
    .date-avalaible {
        width: 180px;
    }
    .select-time {
        width: 180px;
    }
    p.next.slick-arrow {
        right: 6px;
    }
    .provider {
        padding: 16px 10px;
    }
    .dr-discription .choose-provider {
        font-size: 12px;
        padding: 10px 14px;
    }
    .doctor-details .dr-name {
        font-size: 15px;
    }
    .doctor-details .dr-category {
        font-size: 14px;
        margin-top: 0px;
    }
    .doctor-details .dr-discription p {
        font-size: 14px;
        margin-top: 0px;
    }
    .doctor-details .dr-experience {
        font-size: 15px;
        margin-top: 0px;
    }
}
@media (max-width: 376px) {
    .date-avalaible {
        width: 155px;
    }
    .select-time {
        width: 155px;
    }
    p.next.slick-arrow {
        right: 6px;
    }
}
@media (max-width: 321px) {
    .avalaible-time {
        padding: 10px 6px;
    }
    .date-avalaible {
        width: 130px;
    }
    .select-time {
        width: 130px;
    }
}
