body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: 'TodaySansNow Pro', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.container{
    max-width: 680px;
    margin: auto;
}

/*Verify page style start*/
.verify-page .container{
    max-width: 680px;
    height: 100vh;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
}

.verify-page .logo{
    display: block;
    margin: auto;
}

.verify-page .title{
    font-family: 'Tiemposfine';
    font-size: 34px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #629355;
    margin-top: 22px;
    margin-bottom: 17px;
}

.verify-page .sub-title{
    font-family: 'TodaySansNow Pro';
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    margin: 0;
}

#verify-form span:first-child{
    font-family: 'TodaySansNow Pro';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #424242;
}

#date-label{
    background-position: 99% 50%;
    cursor: pointer;
    display: flex;
    font-family: 'TodaySansNow Pro', sans-serif;
    color: #1E3565;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 1px;
    padding: 13px;
    border: 1px solid #00000047;
    border-radius: 7px;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
    margin-top: 4px;
    margin-bottom: 12px;
  }
  
  #date{
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }

#verify-form{
    margin-top: 20px;
}

#submit,
#cancel{
    width: 100%;
    padding: 14px 0;
    border-radius: 7px;
    background-color: transparent;
    text-align: center;
    font-family: 'TodaySansNow Pro';
    font-size: 20px;
    font-weight: 400;
    border: 0;
    outline: none;
    line-height: 25px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

#submit{
    margin-bottom: 14px;
    background-color: #1E3565B0;
    color: #FFFFFF;
}

#submit.active{
    background-color: #1E3565;
}

#cancel{
    color: #1E3565;
    border: 1px solid #1E3565;
}
/*Verify page style end*/

/*Missed appointment style start*/
.missed-apt-page .container{
    padding: 0 30px;
}

.missed-apt-page .logo{
    display: block;
    margin-top: 25px;
}

.missed-apt-page .banner-container img{
    display: block;
    margin: auto;
}

.missed-apt-page .banner-container h1{
    font-family: Tiempos Fine;
    font-size: 32px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    color: #1E3565;
}

.missed-apt-page .banner-container p{
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    color: #1E1E1E;    
}

.missed-apt-page .banner-container p b{
    font-weight: 400;
}

.missed-apt-page .note-container{
    background-color: #FFB3AA5E;
    border-radius: 11px;
    padding: 20px;
    padding-right: 14px;
}

.missed-apt-page .note-container p{
    font-family: 'TodaySansNow Pro MediumIta';
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    text-align: left;
    color: #12254C;
    margin: 0;
    margin-bottom: 10px;
}

.missed-apt-page .note-container ul li{
    font-family: 'TodaySansNow Pro LightIta';
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 23px;
    text-align: left;
    color: #1E1E1E;
}

.missed-apt-page .note-container ul{
    color: #1E1E1E;
    margin: 0;
    padding-left: 20px;
}

.cta-container{
    margin-top: 24px;
}

.cta-container p{
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #5C964E;
    margin-top: 0;
    margin-bottom: 6px;    
}

.cta-container .book-now img{
    width: 100%;
}

.disclaimer{
    font-family: 'TodaySansNow Pro RegularIta';
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 0;
    color: #1E3565;    
}

.disclaimer b{
    font-family: 'TodaySansNow Pro MediumIta';
    font-weight: 500;
}

.faq-container{
    margin-top: 35px;
    padding: 0 30px;
}

.faq-container h4{
    font-family: TodaySansNow Pro;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 4px;
    color: #1E3565;
}

.faq-container .sub-title{
    font-family: 'TodaySansNow Pro RegularIta';
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #1E3565;   
}

/*Missed appointment style end*/

/*New member style start*/

.new-member-page header{
    background-color: #1E3565;
    padding: 25px;
    position: relative;
    margin-bottom: 27px;
}

.new-member-page header::after{
    content: '';
    display: block;
    width: 100%;
    height: 9px;
    background-image: url('../images/pattern-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -9px;
}

.new-member-page header h1{
    font-family: TodaySansNow Pro;
    font-size: 30px;
    font-weight: 300;
    line-height: 34px;
    text-align: left;
    color: #FFFFFF;
    margin-top: 14px;
    margin-bottom: 0;
}

.new-member-page header h1 b{
    font-weight: 400;
}

.new-member-page .content-note{
    padding: 0 22px;
}

.new-member-page .content-note h2{
    font-family: TodaySansNow Pro;
    font-size: 22px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #5C964C;
    margin: 0;
    margin-bottom: 7px;
}

.new-member-page .content-note h4{
    font-family: TodaySansNow Pro;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #1E3565;
    margin: 0;
    margin-bottom: 26px;    
}

.new-member-page .content-note p{
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    margin: 0;
}

.new-member-page .pointer-container{
    margin-top: 36px;
    padding: 0 22px;
}

.new-member-page .pointer-container h3{
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #1E3565;
    margin: 0;
    margin-bottom: 16px;
}

.new-member-page .pointer-container .pointer-item{
    display: flex;
    padding: 22px 18px 19px 25px;
    background-color: #6587CD2B;
    border-radius: 9px;
    column-gap: 23px;
    margin-bottom: 5px;
}

.new-member-page .pointer-container .pointer-item h4{
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    margin: 0;
    margin-bottom: 5px;
    color: #1E3565;
}

.new-member-page .pointer-container .pointer-item p{
    font-family: 'TodaySansNow Pro RegularIta';
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #1E3565;
    margin: 0;
}

.new-member-page .cta-container {
    margin-top: 31px;
    padding: 0 22px;
}

.new-member-page .cta-container h2{
    font-family: 'TodaySansNow Pro MediumIta';
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #34747B;
    margin: 0;
    margin-top: 13px;
}

.new-member-page .cta-container p{
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #1E3565;
    margin: 0;
}

.new-member-page .cta-container .book-apt-btn{
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 9px;
    background-color: #1E3565;
    padding: 20px 0;
    display: block;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 14px;
}

.new-member-page .cta-container .all-services-btn{
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #1E3565;
    border: 1px solid #1E3565;
    border-radius: 9px;
    padding: 20px 0;
    display: block;
    text-decoration: none;
}

/*New member style end*/

.accordion {
    margin: 0 auto;
    font-family: TodaySansNow Pro, sans-serif;
    margin-bottom: 140px;
}
.accordion-item {
    border: 1px solid #1E3565;
    border-radius: 9px;
    margin-bottom: 8px;
}
.accordion-header {
    background-color: transparent;
    padding: 10px;
    cursor: pointer;
    padding: 19px 35px 9px 15px;
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #1E3565;
    position: relative;
}

.accordion-header.active{
    border: 0;
}

.accordion-content {
    display: none;
    font-family: TodaySansNow Pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #1E3565;
    padding: 19px 35px 20px 15px;
    padding-top: 11px;
}

.accordion-content p{
    margin: 0;
}

.accordion-header::after {
    content: '';
    display: block;
    background-image: url('../images/drop-down-list.svg');
    width: 25px;
    height: 17px;
    transition: all 0.3s;
    position: absolute;
    right: 14px;
    top: calc(50% - 8px);
}

.accordion-header.active::after {
    transform: rotate(180deg);
}