body {
    background-color: white;
    width: 100%;
    float: left;
}
button.begin[disabled],
button.next[disabled],
button.disabled,
button.booking-next[disabled] {
    background-color: #cecece;
}
.w-100{width:100%;}
.pull-right{float:right;}
.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;
}

h1 {
    text-align: center;
    color: white;
    font-family: 'Prompt', sans-serif;
} 

h2, h3, h4, h5 {
    text-align: center;
    color: #850B70;
}

h1.align-left,
h2.align-left,
h3.align-left,
h4.align-left,
h5.align-left {
    text-align: left;
}

.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;
}

.align-left {
    text-align: left;
}
.dtg-link {
    color: #f9c43e;
}

label {
    color: white;
    font-family: 'Prompt', sans-serif;
} 

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

.logo {
    /*margin-top: 13rem;
    margin-top: 20rem;*/
    width: 100%;
    height: auto;
}

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

.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;

 }

#question {
    margin-bottom: 50px;
}

#question-alert {
    margin-top: 5px;
    color: rgb(216, 29, 195);
    font-weight: bold;
    display: inline-block;
}
.options-holder .choice-button {
    width: 100%;
}
.choice-button {
    /*height: 50px;*/
    min-height: 50px;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    word-break: keep-all;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;
    background-color: #F15D31;
    color: white;
    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;
}

.choice-button:hover, .selected {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 12px 0px;
    background-color: rgb(197, 197, 197);
    color: black;
}
#privacy-policy:not('choice-button') {
    text-align: left;
    align-content: left;
}
#privacy-policy .choice-button {
    margin-bottom: 50px;
}
.privacy-topic {
    color: #850B70;
}
.input-field {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}

.date-section {
    margin-bottom: 40px;
}
.terms-section{
    width: 40%;
    margin-top: 15px;
    margin-left: 30%;
}
.back-arrow-top {
	float: left;
	margin-right: 20px;
	cursor: pointer;
}
#termsOfServiceModal .modal-body ,
#nonFdaApprovedModal .modal-body {
	height: 300px;
	overflow-y: auto;
}
.date-labels {
    /* display: block; */
    align-content: left;
    text-align: left;
}
.date-labels div {
    display: block;
    float: left;
}

.date-fields {
    /* display: block; */
    /* padding-left: 50px; */
    /* float: left; */
    align-content: center;
}

.month-label-div {
    width: 18%;
    margin-right: 5px;
    margin-left: 5px;
}

.day-label-div {
    width: 18%;
    margin-right: 5px;
}

.year-label-div {
    width: 60%;
    margin-right: 5px;
}

.month-field {
    width: 18%;
    /* margin-left: 110px; */
    margin-right: 5px;
}

.day-field {
    width: 18%;
    margin-right: 5px;
}

.year-field {
    width: 60%;
}

.checkbox-holder {
    text-align: left;
    margin-left: 50px;
    min-height: 50px;
    background-color: rgb(244, 244, 244);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    margin: 0px 0px 5px;
    padding: 0px 15px;
}
.checkbox-label {
    margin-left: 10px;
    margin-bottom: 0;
    color: rgb(117, 117, 117);
    display: inline;
    width:100%;

}

.radio-holder {
    text-align: left;
    margin-left: 50px;
    min-height: 50px;
    background-color: rgb(244, 244, 244);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    margin: 0px 0px 5px;
    padding: 0px 15px;
}
.radio-label {
    margin-left: 10px;
    margin-bottom: 0;
    color: rgb(117, 117, 117);
    display: inline;
}

.datalist-input {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: normal;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
}

#start.qualified {
    width:60%;
    margin-left:auto;
    margin-right:auto;
}

.logo.qualified {
    margin-top: 5rem;
}

.select-state-container {
    height: 50px;
    background-color: rgb(244, 244, 244);
    position: relative;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    border-radius: 4px;
    padding: 0px 15px;
    margin: 0px 0px 5px;
}
.select-state {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-appearance: none;
    width: 100%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: transparent;
    outline: none;
    padding: 0px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgb(117, 117, 117);
}

.radio-holder .time-span {
    position: absolute;
    right: 6px;
  }
.schedule-row {
    width: 100%;
    margin-bottom: 10px;
}
.col-one {
    width: 50%;
    display: inline-block;
}

.col-two {
    width: 50%;
    display: inline-block;
}
/* Select tag */
#dob-day-picker,
#dob-month-picker, #dob-year-picker, .data-list-select {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: normal;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
}
#dob-day-picker,
#dob-month-picker, .data-list-select {
margin-bottom: 10px;
} 
/*#dob-day-picker,
#dob-month-picker, #dob-year-picker::-ms-expand {
    display: none;
}*/
#dob-day-picker,
#dob-month-picker, #dob-year-picker:hover, .data-list-select:hover {
    border-color: #888;
}
#dob-day-picker,
#dob-month-picker, #dob-year-picker:focus, .data-list-select:focus {
    border-color: none;
    /* box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7); */
    /* box-shadow: 0 0 0 3px -moz-mac-focusring; */
    color: #222; 
    outline: none;
}
#dob-day-picker,
#dob-month-picker, #dob-year-picker option, .data-list-select option {
    font-weight:normal;
}

/* Dob Picker */
/* Date and Time for scheduling */
#day-picker,
#time-picker {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: normal;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
}
#day-picker,
#time-picker::-ms-expand {
    display: none;
}
#day-picker,
#time-picker:hover {
    border-color: #888;
}
#day-picker,
#time-picker:focus {
    border-color: none;
    /* box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7); */
    /* box-shadow: 0 0 0 3px -moz-mac-focusring; */
    color: #222; 
    outline: none;
}
#day-picker,
#time-picker option {
    font-weight:normal;
}
/* Payment section template */

.begin-well.payment {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

* {
    box-sizing: border-box;
  }
  .payment-section label,
  .payment-section h3,
  .payment-section h4 {
    /*color: white;*/
    color: dimgrey;
  }

  .payment-section .row {   
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    /*flex-wrap: wrap;*/
    margin: 0 -16px;
  }
  
  .payment-section .col-25 {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
  }
  
  .payment-section .col-50 {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
  }
  
  .payment-section .col-75 {
    -ms-flex: 75%; /* IE10 */
    flex: 75%;
  }
  
  .payment-section .col-25,
  .payment-section .col-50,
  .payment-section .col-75 {
    padding: 0 16px;
  }
  
  .payment-section .container {
    /*background-color: #DF1883;*/
    background-color: transparent;
    padding: 5px 20px 15px 20px;
    /* border: 1px solid lightgrey; */
    /* border-radius: 3px; */
  }
  
  .payment-section input[type=text] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  
  .payment-section label {
    margin-bottom: 10px;
    display: block;
  }
  
  .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;
    color: white;
    padding: 12px;
    margin: 10px 0;
    border: none;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
  }
  
  .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%;
    /* background-color: #ffffff; */
    /* border-radius: 3px; */
    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;
    /*margin-left: 10px;
    margin-right: 10px;
    display: inline-block;*/
    text-align: center;
    margin-top: 10px;
}

#start h3{
    font-size:24px;
    width:100%;
}
#start h4{
    font-size:18px;
    width:100%;
}
#start.not-apply h3{
    width:100%;
}
#start.not-apply h4{
    width:100%;
}
/**** Appointment Form ****/
.appointment-section label { color: dimgrey; }
.appointment-section .row .row, .appointment-section .row .row > div { margin-bottom: 10px;}
.appointment-section .row .row > div {text-align:left;}
.start-min-time {position:relative;}
.start-min-time:before {position:absolute;content:":";left: -3px; top: 7px;color:#fff;}

.processing {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 999;
}
.loading-icon {
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.m-upload__file {
    background-color: #F15D31;
    margin: auto;
    margin-top: 10px;
    border: 1px solid #ffffff;
    border: 1px;
    border-radius: 100px;
    width: 80%;
    height: 100%;
}
.camera {
    color: #fff;
    font-size: 14px !important;
    line-height: 3.428571;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 320px) {
    .m-upload__file .camera span {
        font-size: 12px;
        line-height: 4.1;
    }
}
.camera:hover {
    color: #333;
    text-decoration: none;
}
.thankyou-div {
    border-radius: 10px;
    padding: 20px !important;
}
.thankyou-div h2.title {
    color: black;
    font-weight: bold;
    text-align: left;
}

.thankyou-div h5.description {
    text-align: left;
    color:dimgrey;
}

.thankyou-div .security h5 {
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    color:dimgrey;

}

.thankyou-div .security {
    display: flex;
}

.thankyou-div .security img {
    margin-top: auto;
    margin-bottom: auto;
    height: 40px;
    width: 40px;
}
.d-none {
    display: none;
}
.btn {
    background-color: #F15D31 !important;
    border-radius: 25px;
    color: whitesmoke;
    font-size: 14px !important;
    line-height: 2.428571;

}
.d-flex{
    display: flex;
    justify-content: center;
}
button.choice-button.next {
    margin-top: 10px;
    min-height: 30px;
    float: left;
}
button.choice-button.previous {
    float: left;
    margin-top: 10px;
    min-height: 32px;
    margin-right: 10px;
}

button.choice-button.previous.w-100 {
    min-height: 50px;
}
.choice-button.previous img, .choice-button.next img {
    width: 18px;
}
.sales-next {
    float: right;
}
button.choice-button.link {float: right; margin-top:4px;}
/*span.info-text {color: dimgrey;font-style: italic; width: 22em;float: right;}*/
input.choice-button.next {float: right; margin-top:10px;}

#apple-pay-div {vertical-align: top;}
div#paypal-pay-div { padding: 10px 0 0 0;}

/*#apple-pay-div {vertical-align: top;}*/
div#paypal-pay-div { padding: 7px 0 5px 0;}

.not-apply{width: 100%;}
#question.no-margin {margin-bottom: 0px;}

.payment-section input.choice-button.next.w-100,
.payment-section button.choice-button.previous.w-100 {
    padding: 11px 0;
}
#start.home-height + .questionnaire-content > #question{margin-bottom:0}
#start.begin-questions { margin-top: 150px; }

/* Calendar Wrapper */
.ui-datepicker {
    width: 22em;
    float: right;
}
.ui-datepicker-today a.ui-state-highlight {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    color: #454545;
}

.ui-state-active, .ui-widget-content .ui-state-active
{
    border: 1px solid #ce2f00;
    background: #f15d31;
}

.ui-datepicker-today a.ui-state-highlight.ui-state-active {
    border: 1px solid #840000;
    background: #dca18e;
    font-weight: normal;
    color: #000000;
}


/** loading icon **/
.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%;
}

.booking-next {float: right;}

/*button.btn_slot {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #adacac;
    margin: 2px;
    min-width: 75px;
}*/

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

.modal-title{
    width: 94%;
    display: inline-block;
    font-weight: 600;
}

.input-field.data-list-select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}

button.choice-button.add-more {
    float: right;
    min-height: 15px;
    margin-right: 50px;
}
button.remove {
    margin-top: 16px;
}

button.remove {
    margin-top: 16px;
    background: #F15D31;
    border-color: #F15D31;
    box-shadow: none;
    color: #ffffff;
}

/******* 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: 13px;
}

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

input#chk_agree {
    margin-right: 5px;
}

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

.btn-margin { margin-right: 30px;margin-bottom: 10px; }

.qualified-msg {
    margin-bottom: 12px;
}
button.choice-button.skip {float: right; margin-right: 5px;}
/*.booking-next.margin {margin: 0 50px 0 10px;}*/
#slots_html {/*width: 23em;float: right;*/}
/****** Css for  Appointment Screen **************/
.appointment-section {
    border: 1px solid #E6E9EE;
    border-radius: 8px;
    box-shadow: 0 1px 8px 0 #E5E5E5;
    background-color: #ffffff;
    padding: 63px 35px;
    margin: 20px 0;
}
.mr-bt-10 {
    margin-bottom: 10px;
}
.bdr-lft {
    border-left: 1px solid #e5e5e5;
}
.scoll-section {
    max-height: 310px;
    overflow-y: auto;
}

button.btn_slot {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #adacac;
    margin: 2px;
    height: 52px;
    width: 100%;
}
.appointment-section h3{
    text-align: left;
    font-size: 23px;
}
#app_startdate{display: flex;}
@media only screen and (min-width: 1600px){
 
 .logo-wrapper {
    width: 22%;
   
}
.lpText {
    font-size: 20px;
    line-height: 30px;
    margin-bottom:15px;
    padding:10px;
}
#start h3 {
    font-size: 34px;

}
#start h4 {
    font-size: 28px;

}
#start.not-apply h3{
    width:100%;
}
#start.not-apply h4{
    width:100%;
    font-size: 18px;
}
}

@media only screen and (max-width: 992px) {
    #apple-pay-div,
    #paypal-pay-div,
    #google-pay-div {
        width: 100%;
        cursor: pointer;
        background-color: #ffffff;
        border-radius: 3px;
        padding: 12px 0;
        margin-right: 3px;
        display: inline-block;
    }
    .appointment-section .row .row > div {
    text-align: left;
    margin: 10px 0;
}
}
@media only screen and (max-width: 991px) {
    button.btn_slot {
        width: 50%;
    }
    .bdr-lft {border-left: none;}
    .bdr-lft {border-top: 1px solid #e5e5e5;}
    .appointment-section{padding: 35px 35px;}
}
@media only screen and (max-width: 460px) {
    #apple-pay-div,
    #paypal-pay-div,
    #google-pay-div {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        display: block;
    }
    #paypal-pay-div{
        margin-top: 10px;
    }
}
  .apple-pay {
    height: 24px;
    width: auto;
    /* display: inline-block; */
    /* margin-right: 10px; */
  }
  .paypal-pay {
    height: 24px;
    width: auto;
    /* display: inline-block; */
}
.google-pay {
    height: 24px;
    width: auto;
    /* display: inline-block; */
    /* margin-right: 10px; */
  }

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

  .payment-section span.price {
    float: right;
    color: grey;
  }
  
  @media (max-width: 800px) {
    .payment-section .row {
      flex-direction: column-reverse;
    }
    .payment-section .col-25 {
      margin-bottom: 20px;
    }
  }

  /* End Payment Section */


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

@media only screen and (min-width: 992px) and (max-width: 1270px) {
   
}
@media only screen and (min-width: 563px) and (max-width: 768px) {
   
}

@media only screen and (max-width: 1200px) {
    #start.qualified {
        width: 50%;
    }
    #start.home-height.final h3 {
   
    }
}
@media only screen and (min-width: 780px) and (max-width: 992px) {
    .day-label-div {
        width: 17%;
        margin-right: 5px;
    }
}
/*@media only screen and (max-width: 530px) {
    .day-label-div {
        width: 17%;
        margin-right: 5px;
    }
}*/

/* @media only screen and (max-width: 360px) {
    .begin-well.payment {
        padding-top: 100px;
    }
} */
@media only screen and (max-width: 1040px) and (orientation:landscape){
   
}

@media only screen and (max-width: 768px) {

    .logo-wrapper{width: 43%;}
    .begin-well.payment {
        padding-top: 100px;
    }
    #start h3{
        font-size:17px;
    }
     #start h4{
        font-size:15px;
    }
    #start.not-apply h3{
        width:100%;
    }
    #start.not-apply h4{
        width:100%;
    }
  

    .begin {
    min-height: 25px;
    padding: 2px 16px;
    font-size: 12px;
    /* margin: 0px; */
    }
    
 /*   #start.home-height.final {
    height: 64vh ;
}*/
    #start.home-height.final h3 {
    font-size: 15px;
   
    }
    #start.home-height.final h4 {
        font-size: 12px;
        
    }
    #start.begin-questions { margin-top: 50px; }

   
}
@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;
    }
   /*#start.home-height {
        height: 67vh;
    }*/
  
 .begin {
    min-height: 25px;
    padding: 2px 16px;
    font-size: 12px;
    /* margin: 0px; */
    }
    #start.home-height.final h3 {
    font-size: 15px;

    }
    #start.home-height.final h4 {
        font-size: 12px;
  
    }
 /*   #start.home-height.final {
        height: 60vh;
    }*/
}
@media only screen and (max-width: 530px) {
    .day-label-div {
        width: 17%;
        margin-right: 5px;
    }
   

     #start h3{
        font-size:15px;
    }
     #start h4{
        font-size:14px;
    }
    #start.not-apply h3{
        width:100%;
    }
    #start.not-apply h4{
        width:100%;
    }
   /* #start.home-height {
        height: 72vh !important;
    }
    .background {
        background-position: center -20px;
    }*/
    .lpText{
        font-size: 12px;
        padding: 3px;
        line-height: 17px;
    }
    .logo-wrapper{
        width: 46%;
    }
   
}

@media only screen and (max-width: 670px) {
    .begin-well.payment {
        width: 17%;
        margin-right: 5px;
    }
@media only screen and (max-width: 6300px) {
        .begin-well.payment {
            width: 17%;
            margin-right: 5px;
        }
@media only screen and (min-height: 600px) {
    #start.qualified h4 {
        width: 17%;
        margin-right: 5px;
    }
    .logo.qualified {
        margin-top: 5rem;
    }
}
@media only screen and (min-height: 950px) {
    
}
@media only screen and (min-height: 1150px) {
    
}
@media only screen and (max-width: 400px){

}
