@font-face {
    font-family: "CAVIAR DREAMS";
    src: url("../fonts/CaviarDreams.woff") format("woff"),
        url("../fonts/meta-serif-pro--medium.otf") format("opentype");
}

@font-face {
    font-family: "CAVIAR DREAMS Bold";
    src: url("../fonts/CaviarDreams_Bold.eot") format("embedded-opentype"),
        url("../fonts/CaviarDreams-Bold.woff") format("woff"),
        url("../fonts/CaviarDreams_Bold.ttf") format("truetype"),
        url("../fonts/CaviarDreams-Bold.svg") format("svg");
}

body {
    background: rgb(255, 255, 255);
    width: 100%;
    float: left;
    font-family: 'Montserrat', sans-serif;
    min-height: 100vh;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 222, 89, 1) 90%); */
}

button.begin[disabled],
button.next[disabled],
button.disabled,
button.booking-next[disabled] {
    background-color: #cecece;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*z-index: -999;*/
    background-image: url("../images/AddyiBG2.png");
    background-size: cover;
    background-position: center center;
}

.logo-wrapper {
    width: 24%;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.logo {
    width: 100%;
    height: auto;
}

.splash-div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
}

.welcome-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    margin: 0px;
    padding: 10px 0;
    color: #000000 !important;
}

.center-div {
    margin-right: auto;
    margin-left: auto;
    float: none;
}

.main-content {
    position: relative;
    line-height: 1.5;
    display: block;
    text-align: center;
    align-content: center;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.begin {
    margin-left: auto;
    margin-right: auto;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;
    min-height: 40px;
    background-color: #FBC33D;
    color: black;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s, opacity 0.2s ease 0s;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    padding: 8px 18px;
    border-color: transparent;
    border-radius: 4px;
}

.begin.disabled:hover {
    background-color: #cecece;
    color: #000;
}

.begin:hover {
    box-shadow: #888 1px 1px 20px;
    background-color: goldenrod;
    color: white;

}

.home-screen-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.lpText {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 22px;
    font: bold;
    text-align: center;
    color: dimgray;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 7px;
    box-shadow: #666 1px 1px 8px;
    border-radius: 5px;
    background-color: whitesmoke;
}

/******* Terms & conditions ************/
.tos-button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin: 4px 2px;
    font-family: inherit;
    font-weight: 500;
    cursor: pointer;
    background-color: transparent;
    color: black;
    width: 50px;
    height: 25px;
    text-align: center;
    font-size: 15px;
    padding: 0;
    border: none;
    background: none;
}

button.tos-button.termsCond {
    width: auto;
    color: #4863A0;
    font-size: 100%;
}

div#message {
    max-width: 215px;
    line-height: 1.2;
    font-size: 12px;
    margin: 0 auto;
}

input#chk_agree {
    margin-right: 5px;
    vertical-align: text-bottom;
}

.form-check-label {
    color: #000;
    font-weight: normal;
    display: initial;
}

/******* end of Terms & conditions ************/
.d-flex {
    display: flex;
}

#start,
.home-screen-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.justify-content-center {
    justify-content: center
}

.align-items-center {
    align-items: center;
}

.signup-sec>.row {
    display: table;
    table-layout: fixed;
    width: calc(100% + 30px);
    height: 100vh;
}

.signup-bg {
    background-image: url('../images/bg-signup.png');
    background-position: center center;
    height: 100%;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

.signup-bg-color {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
}

label.error {
    margin-bottom: 0
}

.signup-sec>.row>div {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
    height: 100%;
    padding-left: 0;
}

.signup-sec>.row>div .form-logo {
    margin-top: 20px;
}

.signup-sec .questionnaire-content {
    margin: 0 -15px
}

.form-logo img.img-responsive {
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
}


.signup-bg img {
    position: relative;
    z-index: 9;
    filter: blur(0px);
}

.processing_icon {
    width: 17px;
    height: 19px;
    position: absolute;
    background: #ffffff url(../images/arrow-loader.gif) no-repeat center center;
    background-color: transparent;
    background-size: 100%;
}

label.error {
    color: #ff0c0c;
    font-size: 12px;
}

button#validate_send {
    width: 50%;
    color: #000;
    margin-top: 20px;
}

.form-heading {
    margin-bottom: 20px;
}

button.btn_slot {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #adacac;
    width: 45%;
    padding: 10px;
    font-size: 12px;
    color: #000;
}

button.btn_slot.selected {
    background-color: #FF7342;
    color: #fff;
    border: 1px solid #000;
}

span.info-text {
    display: block;
    font-style: italic;
    font-size: 12px;
}

#slots_html {
    overflow-y: scroll;
    max-height: 280px;
}

/****************** css for calendar **********************/
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #000000;
    background: #FF7342;
    font-weight: normal;
    color: #fff;
}

.signup-sec .form-group {
    position: relative
}

.signup-sec label.error {
    color: #ff0c0c;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -17px;
}

#start_hour-error {
    position: inherit;
}

.form-heading {
    margin-bottom: 20px;
}

.signup-bg .home-screen {
    position: relative;
    z-index: 9;
    padding: 0 40px;
}

.signup-bg .home-screen h3 {
    color: #fff;
    font-weight: bold;
}

.signup-bg .home-screen h6 {
    text-align: left;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
}

button.tos-button.termsCond:focus {
    outline: none;
}

label.radio-label {
    font-weight: normal;
}

.form-check-input#terms-and-conditions {
    margin-top: 8px;
}

.cursor-pointer {
    cursor: pointer;
}

.external-link {
    text-decoration: none;
    color: #4863A0;
    font-weight: 500;
}

#submit-btn {
    background: #CE398C;
    border-radius: 2px;
    border: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-transform: uppercase;
    appearance: none;
    padding: 15px 25px;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    line-height: 18px;
    border-radius: 5px;
}

.btn-warning:hover {
    color: #000;
    background-color: #241993;
    border-color: #241993;
}

.ui-state-active {
    background-color: #f0ad4e;
}

div.invalid-feedback {
    font-size: 12px;
}

.processing {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #0000009c;
    z-index: 9999;
}

.loading-icon {
    top: 40%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    color: #fff;
}

.loading-icon h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.btn-close {
    width: 0.25em;
    height: 0.25em;
}

@media only screen and (min-width: 1600px) {
    .logo-wrapper {
        width: 22%;
    }

    .lpText {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
        padding: 10px;
    }
}

@media only screen and (max-width: 930px) {
    #app_sched_time {
        width: 100%;
    }
}


@media only screen and (max-width: 768px) {
    .logo-wrapper {
        width: 53%;
    }

    .begin {
        min-height: 25px;
        padding: 2px 16px;
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .signup-sec .questionnaire-content {
        margin: 0;
    }

    .signup-sec>.row>div,
    .signup-sec>.row {
        display: block;
    }

    .signup-sec .signup-bg {
        height: 300px;
        background-position: 0 0
    }

    .signup-sec>.row {
        height: auto;
        padding-bottom: 20px;
    }

    .select-date>div {
        margin-bottom: 10px;
    }

    .form-heading {
        font-size: 20px;
        font-weight: bold;
    }
}

@media only screen and (max-width: 841px) and (orientation:landscape) {
    .logo-wrapper {
        width: 27%;
    }

    .lpText {
        font-size: 12px;
        line-height: 16px;
        padding: 2px;
        margin: 4px 0;
    }

    .begin {
        min-height: 25px;
        padding: 2px 16px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 530px) {
    .logo-wrapper {
        width: 46%;
    }

    .lpText {
        font-size: 12px;
        padding: 3px;
        line-height: 17px;
    }
}

@media only screen and (max-width: 370px) {
    .signup-bg .home-screen {
        padding: 0 15px;
    }
}

#successScreen,
#patientQuestionnaire,
#patientDetails {
    text-align: center;
}

#calendar {
    text-align: -webkit-center;
}

.back-arrow {
    cursor: pointer;
}


.next-btn {
    background-color: #FF7342;
    border-radius: 25px;
    padding: 5px 30px;
}

.form-control {

    /* border: 2px solid; */
    /* border-width: 2pt; */
    /* border-image-slice: 1; */
    /* border-image-source: linear-gradient(90deg, rgba(36, 25, 147, 1) 43%, rgba(255, 115, 66, 1) 80%); */
    /* -webkit-background-clip: text; */
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: linear-gradient(#fff 0 0) padding-box, linear-gradient(to right, #241993, #FF7342) border-box;
    color: #313149;
    padding: 10px;
    border: 2px solid transparent;
    display: inline-block;
}

.btn-warning {
    color: #fff;
    background-color: #FF7342;
    border-color: #FF7342;
    border-radius: 25px;
    padding: 5px 30px;
}