﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nunito:400,500");

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/fonts/Helvetica Neue/HelveticaNeueLTPro-Lt.otf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Helvetica Neue';
    /*   font-family: "Nunito";*/
    font-family: "Nunito";
}

body {
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.flex-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
}

.footer {
    margin-top: auto;
}

.topheader {
    width: 100%;
    height: 48px;
    background: #2A7CB7;
    display: flex;
}

.bottomheader {
    width: 100%;
    height: 80px;
    background: #FBFBFB;
}

    .bottomheader img {
        width: 200px;
        height: 60px;
    }

.bodycontent {
    width: 100%;
    background-color: #fff;
    padding: 25px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title {
    position: relative;
    font-family: 'Helvetica Neue';
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    align-items: center;
    text-align: center;
    color: #2A7CB7;
}
.Appointmenttitle {
    position: relative;
    font-family: 'Helvetica Neue';
    font-weight: 300;
    font-size: 35px;
    line-height: 60px;
    align-items: center;
    text-align: justify;
}

.container .patientdetails {
    padding: 30px;
    align-items: center;
    text-align: center;
}

    .container .patientdetails .confirmtext {
        padding: 30px;
        align-items: center;
        text-align: center;
        line-height: 28px;
        font-size: 18px;
        font-weight: 400;
    }

.patientdetailsconfirmtext {
    padding: 30px;
    align-items: center;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
    max-width: 608px;
    width: 100%;
    margin: 0 auto;
}

.patientdetails form .user-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    margin: 20px 0 12px 0;
    margin-left: 0px;
}


form .user-details .input-box {
    margin-bottom: 15px;
    /*width: calc(100% / 2 - 65px);*/
    /*width: 450px !important;*/
    margin-left: 22px;
}


form .input-box span.details {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: left;
    line-height: 28px;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-left: 0px;
}


.user-details .input-box input {
    height: 45px;
    min-width: 265px !important;
    max-width: 100% !important;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
}

    .user-details .input-box input:focus,
    .user-details .input-box input:valid {
        border-color: #2A7CB7;
    }

.e-float-text e-label-top {
    font-weight: 600;
    font-size: 17px;
}

.checklabel {
    font-family: 'Nunito';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    /*color: #CA3C00;*/
}

checklabel:hover {
    color: #0E5588;
}
.patientdetails form .user-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 12px 0;
}

.schedulercard {
    margin: auto;
    width: 840px;
    height: auto;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 8px 12px rgba(41, 41, 41, 0.35);
}

.schedulercardNoShadow {
    width: 640px;
    height: 464px;
    border-radius: 10px;
    background: #FFFFFF;
    margin-left: 152px;
}

    .schedulercardNoShadow p {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        /* or 156% */

        text-align: center;
        /* Body Copy */

        color: #292929;
    }
.imgProfile {
    width: 150px;
    height: 150px;
}
.schedulercardtop {
    height: 136px;
    background: #F1F1F1;
    padding: 10px 20px;
}

    .schedulercardtop .contentrow {
        margin-top: 25px;
    }

.schedulercardbottom {
    margin-top: 16px;
    margin-left: 51px;
    height: 300px;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: hidden;
}

.form-label {
    width: 280px;
    height: 32px;
    margin-top: 30px;
    bottom: 60%;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    /* or 156% */
    align-items: center;
    /* Body Copy */
    color: #292929;
}

/*.form-row {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
}*/

/*.form-controls {
    width: 280px;
    height: 48px;
    margin-right: 15px;
}
*/
.details,
form .input-box span.reasondetails,
form .input-box-full-width span.reasondetails {
    display: block;
    margin-bottom: 5px;
    text-align: left;
    line-height: 28px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.appointmentconfirmcontainer {
    /*  margin: -100px 100px 100px 100px;*/
    z-index: 100;
    position: relative;
    max-width: 785px;
    margin: 0 auto;
    margin-top: -100px;
}

.appointmentconfirmcard {
    text-align: center;
    align-content: center;
    align-items: center;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 8px 12px rgba(41, 41, 41, 0.35);
    border-radius: 10px;
    /*height: 300px;*/
}

.appointmentcard {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 8px 12px rgba(41, 41, 41, 0.35);
    border-radius: 10px;
    width: 280px;
    height: 360px;
    max-width: 100%;
    transition: all 0.2s ease;
    margin-bottom: 10px;
}

    .appointmentcard:hover {
        border: 3px solid #2A7CB7;
        cursor: pointer;
        color: #2A7CB7;
    }

.appointmentImage {
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 55.56%;
    min-height: 180px;
}

img {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

.card {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 8px 12px rgba(41, 41, 41, 0.35);
    border-radius: 10px;
    width: 280px;
    height: 360px;
    margin-bottom: 20px;
}

.cardlist {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 8px 12px rgba(41, 41, 41, 0.35);
    border-radius: 10px;
    width: 90%;
    height: max-content;
    margin-bottom: 20px;
}

.Appointmenttextcontainer {
    padding: 20px;
    width: 100%;
    text-align: center;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}

.appointmentcard:hover .appointmenttextcontainer .appointmenttext {
    color: #2A7CB7;
}

.Appointmenttext {
    font-family: "Nunito";
    /*font-family: 'Helvetica Neue';*/
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    /* or 133% */
    align-items: center;
    text-align: center;
    color: #2A7CB7;
    /*border: 3px solid #2A7CB7;*/
}
.Profiletitle {
    font-family: "Nunito";
    /*font-family: 'Helvetica Neue';*/
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 100px;
    /* or 133% */
    align-items: center;
    text-align: center;
    color: #2A7CB7;
    /*border: 3px solid #2A7CB7;*/
}

.subtitle {
    font-family: "Nunito";
    /*font-family: 'Helvetica Neue';*/
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    /* or 133% */
    align-items: center;
    text-align: center;
    color: #2A7CB7;
    /*border: 3px solid #2A7CB7;*/

}

.appointmenttext:hover {
    cursor: pointer;
    color: #2A7CB7;
}

h3 {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    /* or 120% */

    align-items: center;
    text-align: center;
    color: #2A7CB7;
}

.contentrow-cta {
    margin-top: 20px;
}

.contentrow {
    margin-top: 55px;
}

.contentItems {
    text-align: center;
    justify-content: center;
    width: 100%;
}

.action-btn {
    font-family: "Nunito";
    width: 232px;
    height: 48px;
    top: 2px;
    left: 16px;
    color: #CA3C00;
    font-size: 18px;
    border: 2px solid #CA3C00;
    border-radius: 7px;
    background-color: transparent;
    position: relative;
}

.action-btn-cta-auto-height {
    font-family: "Nunito";
    width: 232px;
    min-height: 48px;
    color: #CA3C00;
    font-size: 18px;
    border: 2px solid #CA3C00;
    border-radius: 7px;
    background-color: transparent;
    position: relative;
}

.action-btn-filled-cta-auto-height {
    width: 232px;
    min-height: 48px;
    top: 2px;
    left: 16px;
    background-color: #CA3C00;
    color: #fff;
    font-size: 18px;
    border: 2px solid #CA3C00;
    border-radius: 7px;
}

.action-btn-Nofill {
    top: 2px;
    left: 16px;
    background-color: #ffffff;
    color: #CA3C00;
    border: none;
    font-size: 18px;
    font-weight:700;
    /* border-radius: 7px;*/
}
.action-btn-cta {
    font-family: "Nunito";
    width: 300px;
    height: 48px;
    color: #CA3C00;
    font-size: 18px;
    border: 2px solid #CA3C00;
    border-radius: 7px;
    background-color: transparent;
    position: relative;
}

.action-btn-filled-cta {
    width: 300px;
    height: 48px;
    top: 2px;
    left: 16px;
    background-color: #CA3C00;
    color: #fff;
    font-size: 18px;
    border: 2px solid #CA3C00;
    border-radius: 7px;
}


.action-btn-filled,
.action-btn-filled-details {
    width: 200px;
    height: 48px;
    top: 2px;
    left: 16px;
    background-color: #CA3C00;
    color: #fff;
    font-size: 18px;
    border: 2px solid #CA3C00;
    border-radius: 7px;
}


button:hover {
    cursor: pointer;
    color: white;
    border: 2px solid #0E5588;
    box-shadow: 5px 10px 8px 4px rgba(14, 85, 136, 0.9);
    background-color: #2A7CB7;
}

button:disabled, button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

    button[disabled]:hover {
        border: 1px solid #999999;
        background-color: #cccccc;
        color: #666666;
        box-shadow: none
    }

.carousal-btn {
    width: 13px;
    height: 24px;
    color: #CA3C00;
    margin-left: 12px;
}

    .carousal-btn:hover {
        cursor: pointer;
    }

.carousal-btn-right {
    width: 13px;
    height: 24px;
    color: #CA3C00;
    margin-left: 24px;
}

    .carousal-btn-right:hover {
        cursor: pointer;
    }

.calendar-navItem-header {
    width: 88px;
    height: 48px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #000000;
    padding-bottom: 10px;
    margin-left: 16px;
}

.calendar-navItem {
    margin-top: 8px;
    margin-left: 16px;
    width: 88px;
    height: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: #fff;
    border-radius: 7px;
    background-color: #CA3C00;
}

.calendar-navItem-more {
    margin-top: 8px;
    margin-left: 16px;
    width: 88px;
    height: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: #fff;
    border-radius: 7px;
    background-color: #2A7CB7;
}

    .calendar-navItem-more:hover {
        cursor: pointer;
        background-color: #CA3C00;
        color: #fff;
    }

.calendar-navItem-disabled {
    margin-left: 16px;
    margin-right: 12px;
    margin-top: 8px;
    width: 76px;
    height: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: #000000;
}

.calendar-navItem-disablednone {
    /*margin-left: 16px;*/
    width: 105px;
    height: 48px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    align-items: center;
    text-align: center;
    color: #000000;
    display: none;
}

.calendar-navItem-slot {
    display: block;
    width: 105px;
    height: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    align-items: center;
    text-align: center;
    background-color: #CA3C00;
    color: #fff;
    border-radius: 10px;
}

.calendar-navItem1 {
    width: 105px;
    height: 48px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    align-items: center;
    text-align: center;
    color: #000000;
    padding-bottom: 10px;
}

.calendar-navItem-slot-text2 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */

    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin: 8px 6px;
}

.calendar-navItem-slot:hover {
    cursor: pointer;
    background-color: #2A7CB7;
    color: #fff;
}

.calendar-navItem-slot-text2:hover {
    cursor: pointer;
    background-color: #2A7CB7;
    color: #fff;
    border: none;
}

.calendar-navItem:hover {
    cursor: pointer;
    background-color: #2A7CB7;
    color: #fff;
}

.calendar-navItem-slot-textMore {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */

    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin: 8px 6px;
    cursor: pointer;
}

.calendar-navItem-slot-text {
    height: 40px;
    margin-top: 10px;
    margin-left: 6.8%;
    margin-right: 6.8%;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* or 138% */
    align-items: center;
    text-align: center;
    color: #fff;
}

.calendar-navItem-slot:hover {
    cursor: pointer;
    background-color: #2A7CB7;
    color: #fff;
}

.bodycopytext {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    /* or 156% */
    text-align: center;
    /* Body Copy */
    color: #292929;
}

.appointmentconfirmtext {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #2A7CB7;
    padding-bottom: 20px;
    padding-top: 40px;
}

.appointmentCanconfirmtext {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    /*color: #2A7CB7;*/
    padding-bottom: 20px;
    padding-top: 40px;
}

.appointmentdetailscard {
    text-align: left;
    display: block;
    background: #FFFFFF;
    height: 180px;
    margin-top: 20px;
}

.appointmentdetailstext {
    text-align: left;
    margin-top: 60px;
    color: #2A7CB7;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.underline {
    background: black;
    width: 185px;
    height: 1px;
    margin-left: 250px;
}

.line {
    width: 90%;
    height: 0;
    border: 1px solid #C4C4C4;
    margin: 3px;
    display: inline-block;
}

.link {
    color: #2A7CB7;
    background-color: transparent;
    text-decoration: none;
}

.providerinfo {
    padding: 30px;
}

.disabled-appt-slot-text {
    background: #555555;
    width: 18px;
    height: 2px;
    align-items: center;
    text-align: center;
    /*margin-left: 40px;*/
    margin-top: 25px;
}

.appointmentdetailsinfo {
    width: calc(100%/2 - 20px);
    height: 152px;
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    color: #292929;
}

.appointmentdetailsinfo2 {
    margin-left: 40px;
    width: calc(100%/2 - 30px);
    height: 112px;
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    /* or 156% */
    /* Body Copy */

    color: #292929;
}

.disclaimer {
    display: inline-block;
    width: 80%;
    text-align: left;
}

.apptinfolabelHeader {
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    /* align-items: center; */
    color: #292929;
}

.apptypeinfolabel {
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    /* align-items: center; */
    color: #CA3C00;
}

.apptinfolabel {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    /* align-items: center; */
    color: #292929;
}

.apptinfolabelPhone {
    width: 280px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    /* align-items: center; */
    color: #CA3C00;
}

.apptinfolabelcanPhone {
    /*    width: 280px;
*/ font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    /* align-items: center; */
    color: #CA3C00;
}

.appointmentconfirminfoDetails {
    background: #FFFFFF;
}

.subheading {
    height: 40px;
    font-weight: 600;
    font-size: 24px;
    line-height: 74px;
    /* or 133% */
    text-align: left;
    /* Blue */
    color: #2A7CB7;
    font-family: "Nunito";
    text-align: center;
}

.listcontainer {
    position: relative;
    padding: 0;
    margin: 20px;
    display: flex;
    width: 100%;
    list-style: none;
    z-index: 3;
}

.listcontainerslotitems {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    list-style: none;
}

.listitems {
    color: #ffffff;
}

.schedulercardNoShadow .container-element {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
    margin-bottom: 30px;
}

/*
    Footer Defintions
*/
.topfooter {
    height: 208px;
    bottom: 72px;
    background: #2A7CB7;
}

.bottomfooter {
    height: 72px;
    background: #FBFBFB;
    bottom: 0px;
}
/*
    Footer Social Links
*/

.social-links {
    text-align: center;
}

    .social-links ul {
        text-align: center;
        padding: 10px;
    }

.social-items {
    list-style: none;
    display: inline-block;
}

    .social-items a {
        font-size: 35px;
        padding: 10px 20px;
        color: #fff;
    }

.flex-list {
    position: relative;
    margin: 1em;
    overflow: hidden;
}

    .flex-list ul {
        margin-left: -1px;
        text-align: center;
        align-items: center;
    }

    .flex-list li {
        font-family: "Nunito";
        /*font-family: 'Helvetica Neue';*/
        display: inline-flex;
        list-style: none;
        padding: 0 10px;
        border-left: 2px solid #ccc;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
    }

        .flex-list li a {
            color: #fff;
            text-decoration: none;
        }

        .flex-list li:first-child {
            border-left: none;
        }
/* Footer Button */
.footerbutton {
    font-family: 'Nunito';
    /*font-family: 'Helvetica Neue';*/
    margin-left: 100px;
    width: 284px;
    height: 48px;
    background: #FFFFFF;
    /* Actionable Color */

    border: 2px solid #CA3C00;
    border-radius: 7px;
}

.flex-list-bottom-fotter {
    position: relative;
    margin: 1em;
    overflow: hidden;
}

    .flex-list-bottom-fotter ul {
        margin-left: -1px;
        text-align: center;
        align-items: center;
    }

    .flex-list-bottom-fotter li {
        color: #555555;
        font-family: "Nunito";
        /*font-family: 'Helvetica Neue';*/
        display: inline-flex;
        list-style: none;
        padding: 0 10px;
        text-align: right;
        border-left: 2px solid #ccc;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

        .flex-list-bottom-fotter li a {
            text-decoration: none;
            color: #555555;
        }

        .flex-list-bottom-fotter li:first-child {
            border-left: none;
        }

.loadingcontent {
    color: red;
    background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGNsYXNzPSJsZHMtZ2VhciIgd2lkdGg9Ijk2cHgiIGhlaWdodD0iOTZweCIgc3R5bGU9ImJhY2tncm91bmQ6bm9uZSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUwIDUwKSI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMjA2KSI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiBkdXI9IjNzIiBrZXlUaW1lcz0iMDsxIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgdHlwZT0icm90YXRlIiB2YWx1ZXM9IjA7MzYwIi8+PHBhdGggZD0ibTM3LjQ0LTYuNWgxMHYxM2gtMTBhMzggMzggMCAwIDEgLTEuNzY2IDYuNTkwOGw4LjY2MDMgNS02LjUgMTEuMjU4LTguNjYwMy01YTM4IDM4IDAgMCAxIC00LjgyNDggNC44MjQ4bDUgOC42NjAzLTExLjI1OCA2LjUtNS04LjY2MDNhMzggMzggMCAwIDEgLTYuNTkwOCAxLjc2NmwxZS0xNSAxMC0xMyAxZS0xNCAtMWUtMTUgLTEwYTM4IDM4IDAgMCAxIC02LjU5MDggLTEuNzY2bC01IDguNjYwMy0xMS4yNTgtNi41IDUtOC42NjAzYTM4IDM4IDAgMCAxIC00LjgyNDggLTQuODI0OGwtOC42NjAzIDUtNi41LTExLjI1OCA4LjY2MDMtNWEzOCAzOCAwIDAgMSAtMS43NjYgLTYuNTkwOGwtMTAgNGUtMTYgLTFlLTE0IC0xMyAxMC0xZS0xNWEzOCAzOCAwIDAgMSAxLjc2NiAtNi41OTA4bC04LjY2MDMtNSA2LjUtMTEuMjU4IDguNjYwMyA1YTM4IDM4IDAgMCAxIDQuODI0OCAtNC44MjQ4bC01LTguNjYwMyAxMS4yNTgtNi41IDUgOC42NjAzYTM4IDM4IDAgMCAxIDYuNTkwOCAtMS43NjZsLTJlLTE1IC0xMCAxMy0xZS0xNCAyZS0xNSAxMGEzOCAzOCAwIDAgMSA2LjU5MDggMS43NjZsNS04LjY2MDMgMTEuMjU4IDYuNS01IDguNjYwM2EzOCAzOCAwIDAgMSA0LjgyNDggNC44MjQ4bDguNjYwMy01IDYuNSAxMS4yNTgtOC42NjAzIDVhMzggMzggMCAwIDEgMS43NjYgNi41OTA4bS0zNy40NC0xNy41YTI0IDI0IDAgMSAwIDAgNDggMjQgMjQgMCAxIDAgMCAtNDgiIGZpbGw9IiNjY2MiLz48L2c+PC9nPjwvc3ZnPg==") no-repeat center center;
    display: block;
    min-height: 120px;
    width: 100%;
    margin: auto;
}

.searchresultcard {
    padding: 20px;
    background: #FFFFFF;
    margin: 10px;
    box-shadow: 0px 8px 12px rgba(41, 41, 41, 0.35);
    border-radius: 10px;
    /* height: 400px;*/
}

.resultcontainer {
    max-height: 800px;
    background: #F1F1F1;
    overflow-y: scroll;
}

.locationsearchcontainer {
    margin-top: 40px;
    max-height: 800px;
}

.milestext {
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    /* or 156% */
    align-items: center;
    text-align: right;
    /* Body Copy */

    color: #292929;
}

.poisubheading {
    margin-top: 40px;
    height: 40px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    /* or 133% */
    text-align: left;
    /* Blue */
    color: #2A7CB7;
}

.poiaddress1 {
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    /* or 156% */
    /* Body Copy */

    color: #292929;
}

.poiaddress2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    /* or 156% */
    /* Body Copy */

    color: #292929;
}

.mapphoneInfo {
    margin-top: 10px;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    /* or 156% */
    /* Actionable Color */

    color: #CA3C00;
}

.map-action-btn-filled {
    margin-top: 20px;
    width: 100%;
    height: 48px;
    top: 2px;
    left: 16px;
    background-color: #CA3C00;
    color: #fff;
    font-size: 18px;
    border: 2px solid #CA3C00;
    border-radius: 7px;
}

.map-action-btn {
    margin-top: 20px;
    width: 100%;
    height: 48px;
    top: 2px;
    left: 16px;
    background-color: #fff;
    color: #CA3C00;
    font-size: 18px;
    border: 2px solid #CA3C00;
    border-radius: 7px;
}

.map-action-btn-primary {
    margin-top: 15px;
    width: 55%;
    height: 28px;
    top: 2px;
    background-color: #fff;
    color: #CA3C00;
    font-size: 14px;
    border: 2px solid #CA3C00;
    border-radius: 7px;
}




.mapcontainer {
    width: 100%;
    height: 800px;
}

.form-wrapper {
    margin: 20px;
    padding: 10px, 10px, 40px, 40px;
}

.progresscard {
    position: relative;
    background: #FFFFFF;
    height: 300px;
    text-align: center;
    align-items: center;
    margin-top: 200px;
}

    .progresscard .progress {
        background: #FFFFFF;
        text-align: center;
        align-items: center;
        color: #CA3C00;
        height: 200px;
        margin-left: calc(100% / 2 - 40px);
    }

.topheaderlocationtext {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */

    display: flex;
    align-items: center;
    /* White */

    color: #FFFFFF;
}
.topheaderSigntext {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    float: right;
    position: absolute;
    right: 60px;
    align-items: center;
    /* White */

    color: #FFFFFF;
}
.linkbutton {
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    border: none;
    color: white;
    background: #2A7CB7;
    left: 30px;
    position: relative;
    cursor: pointer;
}

#display-date {
    max-width: 270px;
    padding: 15px 0;
    font-size: 13px;
}

.control-wrapper {
    width: 300px;
    margin: 0 auto;
    padding-top: 50px;
}



.e-calendar .e-content .e-cell.personal-appointment span.e-day {
    color: #fff;
    background-color: #CA3C00;
    font-weight: 800;
}

.e-calendar .e-content td:hover.e-cell.personal-appointment span.e-day,
.e-calendar .e-content td.e-selected.e-focused-date.e-cell.personal-appointment span.e-day {
    color: #fff;
    background-color: #2A7CB7;
    font-weight: 800;
}

.e-calendar .e-content .e-cell.official-appointment span.e-day,
.e-calendar .e-content td:hover.e-cell.official-appointment span.e-day,
.e-calendar .e-content td.e-selected.e-focused-date.e-cell.official-appointment span.e-day {
    color: #fff;
    background-color: #2A7CB7;
    font-weight: 800;
}

.e-calendar .e-content td.e-selected.e-focused-date.e-cell.personal-appointment span.e-day,
.e-calendar .e-content td.e-selected.e-focused-date.e-cell.official-appointment span.e-day {
    background-color: blue;
}

.e-ddl.e-input-group.e-control-wrapper .e-input {
    font-size: 15px;
    font-family: Nunito;
    font-style: italic;
}
/*Text in DropDownList*/
.e-custom.e-input-group input.e-dropdownlist {
    font-family: cursive;
    font-style: italic;
    font-family: Nunito;
}
/*Item Text in DropDownList*/
.e-custom.e-popup-open {
    font-family: cursive;
    font-style: italic;
}

.e-float-text e-label-top {
    font-weight: 700 !important;
    font-size: 17px !important;
}

.e-control e-datepicker e-lib e-keyboard {
    font-weight: 700 !important;
    font-size: 17px !important;
}

.validation-message {
    color: red !important;
    text-align: left;
}

.validation-Canmessage {
    color: red !important;
    text-align: center;
}

.container .patientdetails > span {
    font-size: 18px;
    font-weight: 800;
    margin-left: 2px;
}

.container .patientdetails {
    padding: 30px;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    max-width: 634px;
    width: 100%;
}

i {
    margin-right: 7px;
}

.changeoffice {
    text-align: center;
    color: #CA3C00;
    font-size: 18px;
    font-weight: 800;
}

.primaryoffice {
    text-align: left;
    color: #CA3C00;
    font-size: 18px;
    font-weight: 800;
}

    .primaryoffice:hover {
        color: #2A7CB7;
        text-decoration: underline;
    }

.patientform {
    display: flex;
    justify-content: center;
}

.user-details .email-box {
    width: 100% !important;
}

    .user-details .email-box input {
        max-width: 100% !important;
        width: 100% !important;
    }

form .user-details .input-box:last-child {
    margin-left: 0px;
}

.appointmentconfirmcard .contentrow.contentItems {
    padding-top: 26px;
    padding-bottom: 34px;
    margin: 0;
}

.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, .e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top, .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text, .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:valid ~ label.e-float-text, .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, .e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, .e-float-input.e-control-wrapper.e-input-focus:not(.e-error) input ~ label.e-float-text, .e-float-input.e-control-wrapper.e-bigger.e-input-focus:not(.e-error) input ~ label.e-float-text, .e-bigger .e-float-input.e-control-wrapper.e-input-focus:not(.e-error) input ~ label.e-float-text {
    font-weight: 700;
}

input.e-input, .e-input-group input.e-input, .e-input-group input, .e-input-group.e-control-wrapper input.e-input, .e-input-group.e-control-wrapper input, .e-float-input input, .e-float-input.e-input-group input, .e-float-input.e-control-wrapper input, .e-float-input.e-control-wrapper.e-input-group input, .e-input-group, .e-input-group.e-control-wrapper, .e-float-input, .e-float-input.e-control-wrapper {
    /*font-family: cursive;*/
    font-style: italic;
}

@media only screen and (max-width:1920px) {

    .topheader {
        padding: 0px 15px;
    }

    .bottomheader {
        padding: 0px 15px;
    }
}

@media only screen and (max-width:1199px) {

    .contentItems {
        margin-left: auto;
        margin-right: auto;
    }

    .appointmenttextcontainer {
        padding: 20px 15px;
    }

    .appointmenttext {
        font-size: 20px;
    }

    .flex-list-bottom-fotter li {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:991px) {

    .appointmentcard {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .footerbutton {
        margin-left: 0px;
    }

    .title {
        font-size: 45px;
        line-height: 50px;
    }
}


@media only screen and (max-width:600px) {

    .container .patientdetails {
        padding: 30px 20px;
    }

        .container .patientdetails > span {
            font-size: 16px;
        }

    .title {
        font-size: 35px;
    }

    .topheaderlocationtext {
        font-size: 14px;
    }

    .bodycontent {
        padding: 25px 0px;
    }

    .linkbutton {
        font-size: 14px;
    }

    .social-items a {
        font-size: 30px;
    }

    .flex-list ul {
        padding-left: 0px;
    }

    .flex-list li {
        margin-bottom: 10px;
    }

    .topfooter {
        height: auto;
    }

    .flex-list-bottom-fotter ul {
        padding-left: 0px;
    }

    .footerbutton {
        width: 250px;
    }

    .action-btn {
        position: unset;
        margin: auto;
    }

    .contentItems {
        margin-top: 30px;
    }

    .flex-list li {
        font-size: 14px;
    }
}

.container .pracitionerimagecontainer {
    width: 100%;
    height: 100%;
    position: relative;
}

.pracitionerimagecontainer .img-practitioner {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.img-practitioner .img-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-practitioner .img-foreground {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
    width: auto;
    margin: 0;
}

.pracitionerimagecontainer .img-practitioner img {
    display: block;
    height: 480px;
    object-fit: cover;
}

.middle_content {
    position: absolute;
    bottom: 20%;
    right: 0;
    text-align: right;
    z-index: 1;
    color: #2a7cb7;
}

    .middle_content h3, middle_content p {
        font-weight: 600;
    }

    .middle_content h3 {
        font-size: 1.5rem;
        line-height: 32px;
    }

    .middle_content > div {
        position: relative;
        padding: 16px;
    }

        .middle_content > div:before {
            content: "";
            position: absolute;
            top: 0;
            left: -4%;
            width: 110%;
            height: 100%;
            background: #ffffff;
            border-radius: 20px 0 0 20px;
            -ms-transform: skew(-10deg, 0);
            transform: skew(-10deg, 0);
            box-shadow: -6px 6px 8px rgba(41, 41, 41, 0.35);
        }

        .middle_content > div > div {
            position: relative;
        }

.request_frm {
    max-width: 545px;
    margin: 0px auto;
    width: 100%;
    font-family: inherit !important;
}

    .request_frm .form-row input[type="text"], input[type="email"] {
        color: #000;
        border-radius: 6px;
        height: 50px;
        padding: 0 10px;
        width: 100%;
    }

    .request_frm .form-row p {
        margin-bottom: 0px;
        font-size: 20px;
        /*font-family: 'Helvetica Neue';*/
    }

    .request_frm .form-row h2 {
        color: #0066cc;
        font-size: 36px;
        margin: 0px;
    }

    .request_frm .form-row {
        text-align: left;
    }

.bookbtn {
    text-align: center;
}

.request_frm .form-row span {
    border: 1px solid #006699;
    border-radius: 4px;
}

.request_frm .form-row input[type="text"], input[type="email"] {
    font-size: 16px;
}
/*
    Rating Control Styles
*/
.container-rating {
    display: flex;
    flex-wrap: wrap;
    /* for horizontal aligning of child divs */
    justify-content: left;
    /* for vertical aligning */
    align-items: center;
    margin-top: -10px;
}

.content-rating {
    min-width: 20px;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.cardtitle {
    position: relative;
    font-family: 'Helvetica Neue';
    font-weight: 600;
    font-size: 28px;
    align-items: center;
    text-align: justify;
    overflow-wrap: anywhere;
    color: #2A7CB7;
}
.card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 10px;
}
.cardsubtitle {
    position: relative;
    font-family: 'Helvetica Neue';
    font-weight: 300;
    font-size: 28px;
    align-items: center;
    text-align: justify;
    color: #2A7CB7;
}
.AppointmentSubtitle {
    position: relative;
    font-family: 'Helvetica Neue';
    font-weight: 300;
    font-size: 28px;
    align-items: center;
    text-align: justify;
    color: #2A7CB7;
    line-height:normal;
}
.NewAppointmenttitle {
    position: relative;
    font-family: 'Helvetica Neue';
    font-weight: 300;
    font-size: 28px;
    align-items: center;
    text-align: justify;
    color: #2A7CB7;
    line-height: normal;
}
.card-text {
    position: relative;
    font-family: 'Helvetica Neue';
    font-weight: 300;
    font-size: 20px;
    align-items: center;
    text-align: justify;
    overflow-wrap: anywhere;
}

.img-fluid {
    width: 250px !important;
    height: 150px !important;
}

.footerbtn {
    position: absolute;
    bottom: 10px;
}
.Appointmentth {
    width: 25%;
    height: 40px;
}
.purchasescroll {
    height:400px;
    overflow-y:auto;

}

.card-group >  .Appointmentcard {
    margin-bottom: 2rem;
    height: max-content !important;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 8px 12px rgba(41, 41, 41, 0.35);
    border-radius: 10px;
    width: 100%;
    height: 360px;
    margin-bottom: 20px;
}
.card-group > .card {
    margin-bottom: 2rem;
    height: 280px !important;
    width: 18rem;
    border-radius: 20px;
    overflow: hidden;
}
.e-checkbox-wrapper,
.e-css.e-checkbox-wrapper {
  
    line-height: 3;
}
.e-rating-container {
    margin-top: -5px;
}

    .e-rating-container .e-rating-item-container {
        font-size: 14px;
        padding: 2px;
    }

        .e-rating-container .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container .e-rating-item-container.e-rating-intermediate .e-rating-icon {
            background: linear-gradient(to right, #FBBC04 var(--rating-value), transparent var(--rating-value));
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-stroke: 1px #FBBC04;
        }
