@font-face {
    font-family: "Mabry Pro";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/mabry-regular-pro.ttf") format("opentype");
}
@font-face {
    font-family: "Mabry Pro";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/mabry-light-pro.ttf") format("opentype");
}
@font-face {
    font-family: "Mabry Pro";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/mabry-bold-pro.ttf") format("opentype");
}
@font-face {
    font-family: "JJannon";
    font-weight: normal;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/JJannon-Book.otf") format("opentype");
}
@font-face {
    font-family: "JJannon";
    font-weight: normal;
    font-weight: 400;
    font-style: italic;
    src: url("../fonts/JJannon-BookItalic.otf") format("opentype");
}
@font-face {
    font-family: "MetaSerifPro-Medium";
    src: url("../fonts/meta-serif-pro--medium.woff2") format("woff2"), url("../fonts/meta-serif-pro--medium.woff") format("woff"), url("../fonts/meta-serif-pro--medium.otf") format("opentype");
}
@font-face {
    font-family: "MaisonNeue-Medium";
    src: url("../fonts/maison-neue--medium.woff2") format("woff2"), url("../fonts/maison-neue--medium.woff") format("woff"), url("../fonts/maison-neue--medium.otf") format("opentype");
}
@font-face {
    font-family: "DM Sans";
    src: url("../fonts/DMSans-Regular.ttf") format("opentype");
    font-weight: 400;
}
@font-face {
    font-family: "DM Sans";
    src: url("../fonts/DMSans-Italic.ttf") format("opentype");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "DM Sans";
    src: url("../fonts/DMSans-Bold.ttf") format("opentype");
    font-weight: bold;
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Regular.ttf") format("opentype");
    font-weight: 400;
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Bold.ttf") format("opentype");
    font-weight: bold;
}
@font-face {
    font-family: "IBM Plex Serif";
    src: url("../fonts/IBMPlexSerif-Italic.ttf") format("opentype");
    font-weight: 400;
}
.processing_icon {
	width: 17px;
	height: 19px;
	position: absolute;
	background: #d5d5d5 url('../images/arrow-loader.gif') no-repeat center center;
	background-color: transparent;
	background-size: 100%;
}
.main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
    /*background-color: rgba(140, 203, 233, .6)    ;*/
    margin: 0;
}
.main-header {
    min-height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#surveyElement {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#surveyElement > svg {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
* {
    text-align: center;
}
body {
   /* background-image: url("../images/bg3.jpg");*/
    background-color: #ffffff  !important;
    font-family: "Inter" !important;
    color: #fff !important;
    margin: 0;
    background-position: center top;
 
}
a {
    color: #e0716d ;
}
span {
    font-family: "Inter" !important;
}
div {
    font-family: "DM Sans" !important;
    color: #53879d !important;
}
input {
    font-family: "Mabry Pro" !important;
    font-size: 18px !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.sv-root-modern {
    min-height: calc(100vh - 100px);
}
.sv-root-modern ::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background-color: #9f9f9f;
}
.sv-root-modern form {
    display: flex;
    height: 100%;
}
.sv-container-modern {
    color: rgb(0, 0, 0) !important;
    font-family: MaisonNeue-Medium !important;
    width: 100%;
    max-width: 576px;
    font-size: 1.1em;
    margin: 0px auto;
}
.sv-body {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.sv-progress {
    background-color: rgb(114 192 217);
    border: 1px solid rgb(82 137 157);
    height: 9px;
    border-radius: 20px;
    margin: 0px !important;
}
.sv-progress__bar {
    position: relative;
    background: rgb(251, 217, 121);
    height: 7px;
    border-radius: 4px;
}
.sv-progress__text {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}
.sv-hidden {
    display: none!important;
}
.sv-page {
    min-height: calc((100vh - 100px) - 180px);
}
.sv-body__page {
    margin: 0px;
}
.sv-row {
    display: flex;
    flex-flow: column wrap;
}
.sv-row .sv-row__question {
    padding-top: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif !important;
}
.sv-question {
    overflow: hidden;
}
.sv-question__content {
    margin: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}
.welcome-screen {
    height: calc(100vh - 352px);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.welcome-screen .welcome-title {
    font-family: "DM Sans" !important;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    margin: 0px;
    padding: 10px 0;
}
.welcome-screen .welcome-subtitle {
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: center;
}
.welcome-screen .welcome-illustration {
    width: 206px;
    padding: 30px 0px;
}
.welcome-screen .welcome-text {
    font-family: Inter !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}
.sv-footer {
    position: relative;
    margin: 0px;
    min-height: 2em;
    padding: 1.8em 0px 1em;
    /*background: #52879c;*/
}
.sv-body__footer {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.sv-footer__next-btn {
    font-weight: bold;
    margin: 0px;
    font-size: 18px;
    line-height: 20px;
    min-width: 170px;
    min-height: 45px;
}
.sv-footer__prev-btn {
    float: left;
}
.sv-btn {
    background: #e0716d;
    border-radius: 2px;
    border: none;
    color: #fff;
    font-family: Inter !important;
    text-align: center;
    text-transform: uppercase;
    appearance: none;
    padding: 5px 15px;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    line-height: 18px;
}
.begin-quiz__btn {
    min-width: 240px;
}
.sv-footer__prev-btn {
    /*background: unset;*/
    color: rgb(255, 255, 255);
    padding: 0px;
    min-width: unset;
    font-size: 28px !important;
    position: absolute;
    left: 0px;
    top: 40%;
    font-weight: 400;
    width: 50px;
    height: 30px;
    margin: 0px;
}
.jZLajG {
    margin-top: -35px;
    font-family: Inter !important;
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    background: rgb(77, 126, 195);
 }
.jZLajG a {
     color: white;
     text-decoration: none;
     cursor: pointer;
 }
.green-screen,
.green-screen .sv-footer,
.green-screen form,
.green-screen .sv-root-modern {
    background: #e0716d;
}
.green-screen .sv-footer__next-btn {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
.green-screen .sv-footer__prev-btn {
    color: rgb(245, 249, 255);
    background: rgb(000, 000, 000);
}
.green-screen .sv-progress {
    background: transparent;
    border: 1px solid rgb(249 217 121);
}

.sv-clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.sv-question__content {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.sv-text {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.19em;
    padding: .25em 0 .25em .87em;
    border-radius: 0;
    border: none;
    border-bottom: .07em solid #d4d4d4;
    box-shadow: none;
    background-color: transparent;
    font-family: inherit;
    font-size: 1em;
    outline: none;
}
.sv-text {
    padding: 0px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50px;
    max-width: 350px;
    min-height: 64px;
    color: rgb(255, 255, 255);
}
.sv-text[type="text"] {
    border: 1px solid rgb(000, 000, 000);
    border-radius: 2px;
    min-height: 64px;
    color: rgb(000, 000, 000);
    text-transform: uppercase;
    text-align: left;
    padding: 0px 16px;
    font-family: Inter !important;
    font-size: 16px !important;
    line-height: 24px;
    text-transform: inherit;
}
select.sv-text,
select#start_time {
    border: 1px solid rgb(000, 000, 000);
    border-radius: 2px;
    min-height: 40px;
    color: rgb(000, 000, 000);
    text-align: left;
    padding: 0px 10px;
    font-family: Inter !important;
    font-size: 14px !important;
    line-height: 24px;
    text-transform: inherit;
    margin-bottom: 10px;
    margin-left: 75px;
    max-width: 230px;
}
select.sv-text option {
    margin: 40px;
    background: #4d7ec3;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
select#start_time option {
    margin: 40px;
    background: #4d7ec3;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.green-screen select.sv-text option {
    background: rgb(39, 164, 106);
}
.greeting-title {
    font-family: "DM Sans" !important;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}
.no-margin {
    margin: 0px;
}
.sv-question, .sv-question__title {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sv-question__title {
    position: relative;
    margin: 0;
    padding: .25em .44em;
    cursor: default;
    font-size: 1.25em;
    word-break: break-word;
}
.sv-title {
    font-family: Raleway !important;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
.sv-question__title {
    font-weight: 500;
    padding: 0px 0rem 1rem 0px;
}
.sv-question.dateOfBirth .sv-question__title {
    padding-top: 32px;
    margin-top: 32px;
    padding-bottom: 16px;
}
.sv-question__description {
    font-family: Inter !important;
    font-size: 17px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: center;
}
.sv-question__required-text {
    position: absolute;
    line-height: .8em;
    font-size: 1.4em;
}
.sv-question__required-text {
    display: none;
    font-size: inherit;
}
.sv-question.dateOfBirth .sv-question__header {
    display: none;
}
h5.sv-title span:first-child {
    font-family: "DM Sans" !important;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
}
.found-survey__q-title {
    font-family: "DM Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}
.italic {
    font-style: italic;
}
.found-survey__q-title .italic,
.greeting-title .italic {
    font-family: "IBM Plex Serif" !important;
    font-size: 26px !important;
    font-style: italic;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}
.greeting-title .italic {
    font-size: 22px !important;
    line-height: 28px;
}
.sv-question.dateOfBirth .sv-question__title span:first-child {
    font-family: Inter !important;
    font-size: 17px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: 0px;
    padding-top: 32px;
}
.sv-question__header--location--top {
    margin-bottom: .65em;
}
.sv-question__header--location--top {
    margin-bottom: 25px;
}
.sv-question.dateOfBirth .sv-question__header {
    margin-bottom: 0px;
}
.sv-row__question--small:only-child {
    min-width: 100%;
}
.sv-row .sv-row__question:first-child {
    padding-top: 24px;
}
.sv-container-modern fieldset, .sv-container-modern legend {
    border: none;
    padding: 0;
    margin: 0;
}
.sv-question .sv-selectbase {
    margin-bottom: 4px;
}
.sv-selectbase {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
}
.sv-selectbase legend {
    display: none;
}
.sv-selectbase__item {
    margin-bottom: .425em;
    vertical-align: top;
}
.sv-item {
    text-align: -webkit-center;
    position: relative;
    cursor: pointer;
}
.sv-radio {
    border: 1px solid rgb(000, 000, 000);
    display: flex;
    flex-direction: column;
    border-radius: 2px;
    margin-bottom: 0px;
}
.sv_qstn .sv-q-col-1, .sv-question .sv-q-col-1 {
    width: 100%;
    display: inline-block;
    padding-right: 1em;
    box-sizing: border-box;
    word-break: break-word;
}
.sv-selectbase .sv-radio {
    display: flex;
    width: 100%;
}
.sv-selectbase__label {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    cursor: inherit;
}
.sv-item .sv-selectbase__label {
    text-align: -webkit-center;
   /* width: 278px;*/
    text-align: -webkit-center;
}
.sv-radio .sv-selectbase__label {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: auto;
    padding: 0px 12px 0px 16px;
    min-height: 64px;
    height: 100%;
    margin-bottom: 0px;
}
.sv-visuallyhidden {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}
.sv-radio .check {
    width: 38px;
    height: 38px;
    background: none;
    border: 1px solid rgb(000, 000, 000);
    border-radius: 100%;
    display: flex;
    order: 3;
}
.sv-item__control-label {
    margin-left: .4125em;
    vertical-align: middle;
}
.sv-item__control-label {
    display: block;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 0px;
    width: 250px;
    padding: 0.75rem;
    text-align: left;
}
.sv-item__control-label span {
    font-family: Inter !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 24px;
}
.sv-radio .sv-item__control-label {
   border: none;
   background: none;
}
.sv-radio .sv-item__control-label {
    padding: 16px 0px;
    margin-left: 0px;
    width: calc(100% - 70px);
}
.sv-clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.sv-row:not(:last-child) {
    padding-bottom: 0px;
}
.sv-question.question_help_text {
    padding-top: 0px !important;
}
.ensure-safety__title {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding-top: 15px;
}
.sv-radio.sv-radio--checked .check {
    width: 38px;
    height: 38px;
    display: flex;
    order: 3;
    background: url('../static/tickmark.png') center center / 18px no-repeat, rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100%;
}
.sv-multipletext {
    display: inline-grid;
}
.sv-multipletext__row:not(:last-child) {
    margin-bottom: 1em;
}
.sv-multipletext__cell:not(:last-child) {
    padding-right: .5em;
}
.sv-multipletext__row .sv-multipletext__cell:nth-child(2) {
    display: flex;
    flex-direction: column;
}
.sv-multipletext__cell:not(:first-child) {
    padding-left: .5em;
}
.sv-multipletext__row .sv-multipletext__cell .sv-text {
    margin-bottom: 10px;
}
.sv-text[type="number"] {
    text-align: left;
    padding: 0px 16px;
    font-family: Inter;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid rgb(000, 000, 000);
    border-radius: 3px;
    color: rgb(000, 000, 000);
}
.sv-page__title {
    display: none;
}
::-webkit-input-placeholder {
  color: #484848;
}

:-ms-input-placeholder {
  color: #484848;
}

::placeholder {
  color: #484848;
}
.sv-checkbox {
    border: 1px solid rgb(000, 000, 000);
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    margin-bottom: 0px;
}
.sv-selectbase .sv-selectbase__item.sv-q-col-1 {
    padding-right: 0;
}
.sv-selectbase .sv-checkbox {
    display: flex;
    width: 100%;
}
.sv-item.sv-checkbox {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.sv-item .sv-selectbase__label {
    text-align: -webkit-center;
    /*width: 278px;*/
}
.sv-checkbox .sv-selectbase__label {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: auto;
    padding: 0px 12px 0px 16px;
    min-height: 64px;
}
.sv-checkbox__decorator {
    border-radius: 2px;
}
.sv-checkbox .sv-item__decorator {
    display: block;
    order: 3;
    width: 40px;
    height: 40px;
}
.sv-checkbox--checked .sv-checkbox__svg {
    border: none;
    background-color: #1ab394;
    fill: #fff;
}
.sv-checkbox__svg {
    border: 3px solid rgba(64,64,64,.5);
    border-radius: 2px;
    fill: transparent;
}
.sv-checkbox__svg {
   display: none;
}
.sv-checkbox .check {
    width: 40px;
    height: 40px;
    background: none;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 100%;
    display: flex;
    order: 3;
}
.sv-checkbox .check {
    background: none;
    border: 1px solid rgb(000, 000, 000);
    border-radius: 100%;
    display: block;
    order: 3;
    box-sizing: border-box;
}
.sv-checkbox .sv-item__control-label {
    color: rgb(000, 000, 000);
    background: none;
    border: none;
}
.sv-checkbox .sv-item__control-label {
    padding: 20px 0px;
    margin-left: 0px;
    width: calc(100% - 70px);
    line-height: 20px;
}
.sv-checkbox.sv-checkbox--checked .check {
    display: block;
    order: 3;
    box-sizing: border-box;
    background: url('../static/tickmark.png') center center / 18px no-repeat, rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100%;
}
.sv-question__erbox {
    color: #d52901;
    font-size: .74em;
    font-weight: 700;
}
.sv-question__erbox--location--top {
    margin-bottom: .4375em;
}
.sv-question__erbox div span {
    color: rgb(255, 255, 255) !important;
}
.sv-question__erbox {
    background: rgb(235, 97, 87);
    height: 40px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 40px;
    text-transform: uppercase;
    font-family: "Mabry Pro" !important;
    font-size: 14px !important;
    font-weight: bold;
    border-radius: 30px;
    order: 1;
    margin-top: 15px;
}
.sv-question__erbox span {
    font-family: Inter !important;
    font-size: 14px !important;
    font-weight: 400;
}
.sv-multipletext__cell div.sv-question__erbox {
    padding: 25px 30px;
    max-width: 300px;
}
div.sv-question__erbox.longtext-error {
    padding: 35px 15px;
    max-width: 360px;
}
div.sv-question__erbox.api-error {
    padding: 15px 25px;
    height: 100%;
}
.about-found-section {
    text-align: left;
}
.about-found-paragraph {
    font-family: "DM Sans" !important;
    font-size: 26px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: rgb(255, 255, 255);
}
.about-found-title {
    font-family: "DM Sans" !important;
    font-style: normal;
    font-weight: 500;
    font-size: 26px !important;
    line-height: 32px;
    text-align: left;
    color: rgb(255, 255, 255);
}
.about-found-title {
    color: rgb(255, 255, 255);
}
.about-found-text {
    font-family: Inter !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgb(255, 255, 255);
}
.green-page .about-found-text {
    color: rgb(255, 255, 255);
}
.about-found-texty .about-found-text {
    padding-top: 28px;
}
.green-screen .about-found-paragraph {
    color: rgb(255, 255, 255);
}
.hello-text {
    min-height: calc(100vh - 300px);
}
.bottom-text {
    position: absolute;
    z-index: 999;
    top: calc(100vh - 20px);
    right: 50%;
    transform: translateX(50%);
    font-family: "Mabry Pro" !important;
    font-style: normal;
    font-weight: normal;
    font-size: 10px !important;
    line-height: 16px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}
.green-page .bottom-text {
    color: rgb(255, 255, 255);
}
button.btn_slot {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #fffdfd;
    color: #fffdfd;
    border-radius: 2px;
    width: 30%;
    height: 30px;
    font-size: 16px;
    line-height: 14px;
    font-family: "DM Sans" !important;
    margin: 4px;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
span.btn-dt {
    display: block;
    font-size: 11px;
}
.daysOfWeek {
    width: 400px;
}
a#show_more_opt {
    color: #000;
    text-decoration: none;
}
.appointment-title {
    font-size: 14px;
    margin-top: 10px;
}
div#app_sched_time {
    margin-top: 15px;
}
#app_starttime {
    min-width: 280px;
}
#app_starttime_load,
.appointment-title,
a#show_more_opt {
    font-family: Inter !important;
}
.payment-section,
.payment-section label,
.payment-section h2,
.payment-section h3,
.payment-section h4,
.payment-section .disclaimer {
	color: #fff !important;
    font-family: 'DM Sans' !important;
    font-weight: lighter;
}
.payment-section .disclaimer {
    padding-left: 30px;
}

.payment-section .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -16px;
}

.payment-section .col-25 {
	-ms-flex: 25%;
	flex: 25%;
}

.payment-section .col-50 {
	-ms-flex: 50%;
	flex: 50%;
}

.payment-section .col-75 {
	-ms-flex: 75%;
	flex: 75%;
}

.payment-section .col-25, .payment-section .col-50, .payment-section .col-75 {
	padding: 0 16px;
}

.payment-section .container {
	background-color: transparent;
	padding: 5px 20px 15px 20px;
}

.payment-section input[type=text],
.payment-section input[type=number] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.payment-section label {
	margin-bottom: 10px;
	display: block;
    text-align: left;
}

.payment-section .icon-container {
	background-color: #ffffff;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 7px 0;
	padding-left: 10px;
	font-size: 24px;
}

.payment-section .btn {
	background-color: #4CAF50;
    border-color: #3e8f3e;
	color: white;
	padding: 12px;
	margin: 10px 0;
	border: none;
	width: 100%;
	border-radius: 3px;
	cursor: pointer;
	font-size: 17px;
    font-family: Inter;
    text-transform: uppercase;
    box-sizing: border-box;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}

.payment-section .btn:hover {
	background-color: #45a049;
}

.payment-section a {
	color: #ffffff;
}

.icon-container:not(last-child) i {
	margin-right: 5px;
}
.secure-pay {
	height: 24px;
	width: auto;
	display: inline-block;
	float: right;
	margin-right: 10px;
}
#third-party-pay {
	width: 100%;
	margin-top: 20px;
	align-content: center;
	text-align: center;
}
#apple-pay-div, #paypal-pay-div, #google-pay-div {
	width: 100%;
	background-color: #ffffff;
	border-radius: 3px;
	padding: 12px 0;
	text-align: center;
	margin-top: 10px;
}
#start h4 {
	font-size: 18px;
	width: 100%;
}
#start.not-apply h3 {
	width: 100%;
	font-size: 22px;
	line-height: 25px;
}
#start.not-apply h4 {
	width: 100%;
	font-size: 21px;
	line-height: 25px;
}
.payment-section input.choice-button.next.w-100, .payment-section button.choice-button.previous.w-100 {
	padding: 11px 0;
}
.payment-section h3 {
	font-size: 20px;
    text-align: left;
}

.payment-section hr {
	border: 1px solid lightgrey;
}

.payment-section span.price {
	float: right;
	color: grey;
}
.payment-section input[type=text],
.payment-section input[type=number]
 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    box-shadow: none;
    background-color: transparent;
    outline: none;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255) !important;
    min-height: 36px;
    text-align: left;
    padding: 0px 16px !important;
    font-size: 16px !important;
    line-height: 24px;
    text-transform: inherit;
}
.payment-section input[type=text]::placeholder,
.payment-section input[type=number]::placeholder
{
    color: #D5D5D5 !important;
}
.payment-section .sv-btn.sv-footer__prev-btn {
    position: initial !important;
}

.checkbox {
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  grid-gap: 0.5em;
  display: flex !important;
  margin-bottom: 0 !important;
  font-size: inherit !important;
}
.checkbox__control {
    display: inline-grid;
    width: 1em;
    height: 1em;
    margin-top: 2px;
    border-radius: 0.15em;
    border: 0.01em solid #fdfdfd;
}
.checkbox__control svg {
  transition: transform 0.1s ease-in 25ms;
  transform: scale(0);
  transform-origin: bottom left;
}

.checkbox__input {
  display: grid;
  grid-template-areas: "checkbox";
}
.checkbox__input > * {
  grid-area: checkbox;
}
.checkbox__input input {
  opacity: 0;
  width: 1em;
  height: 1em;
}
.checkbox__input input:checked + .checkbox__control svg {
  transform: scale(1);
}
.invalid-input input[type=text],
.invalid-input input[type=number] {
    border: 1px solid #b50025 !important;
}
.invalid-input input[type=text]::placeholder,
.invalid-input input[type=number]::placeholder,
.invalid-input label,
.invalid-input .error-text {
    color: #b50025 !important;
}
.alert.alert-danger {
    color: #000 !important;
    font-family: Inter !important;
}
label.appointment-title {
    /* display: block; */
    font-family: 'DM Sans' !important;
    font-size: 20px;
    color: #484848;
    font-weight: 500;
}
#time_slots {
    padding: 15px 0;
    border: 1px solid #7d7979;
    border-radius: 2px;
    overflow-y: scroll;
    max-height: 230px;
}
#datepicker1 {
    font-family: 'DM Sans' !important;
}
#app_sched_time {
    display: flex;
}
#app_sched_time,
.m-px-0 {
    margin-left: 15px;
    margin-right: 15px;
}
.loading-text {
    display: block;
    font-family: 'DM Sans';
    font-size: 26px;
    font-weight: 500;
    color: #b9b3b3 !important;
    padding: 26px;
}
.btn_slot.selected {
    background-color: #3bb33b;
    border: 1px solid #84cc84;
    color: #fff;
}
@media (max-width: 800px) {
	.payment-section .row {
		flex-direction: column;
	}
	.payment-section .col-25 {
		margin-bottom: 20px;
	}
}
.sv-radio__decorator{display: none;}
.ui-widget-header {
	border: 1px solid #52879c;
	background: #52879c;
	color: #333333;
	font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 1px solid #52879c;

	font-weight: normal;
	color: #454545;
}
.ui-widget.ui-widget-content {
	border: 2px solid #52879c;
	box-shadow: 2px 5px #52879c;
}
.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 {
	background: #e0716d;
}
.begin-well div {
    font-family: 'DM Sans' !important;
}
.modal-title {
    font-family: 'Inter';
    font-size: 22px;
}
.sv-btn.book-appointment:disabled,
.sv-btn.sv-footer__next-btn:disabled {
    background-color: #d89997;
    cursor: not-allowed;
}
.no-availablity {
    padding: 7px 15px;
}
.no-availablity h6 {
    font-family: 'DM Sans' !important;
    padding-top: 10px;
    font-size: 20px;
    color: #ff7a7b !important;
}
