@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ruda:wght@500&display=swap');
html, body{
    font-family: "Lato", sans-serif;    
}
h1{
    font-size: 64px;
    line-height: 72px;
    font-weight: 600;
    color: #111111;
}
h3{
    font-size: 38px;
    font-weight: 600;
    color: #111111;
    line-height: 48px;
}
h4{
    font-size: 22px;
    line-height: 48px;
    color: #111111;
    font-weight: 700;
}
p{
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    color: #000;
}
.intro a, a.link ,a:visited,
.hello-alpha a, a.link ,a:visited{
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid;
}
.container {
    max-width: 960px;
}
.navbar a.navbar-brand > img{
    max-width: 263px;
}
.navbar-nav .nav-item{
    padding-left: 9px;
    padding-right: 9px;
}
.navbar-nav .nav-link,.navbar-nav .dropdown-item{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fdd628;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #fdd628;
}
.navbar-nav .dropdown-menu{
    max-width: 90%;
}
.btn-primary,.btn-secondary, .btn-danger{
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 30px;
    padding: 5px 20px;
}
.btn-secondary{
    background-color: #FDD628;
    border-color: #FDD628;
}
.btn-secondary:hover,:not(.btn-check)+.btn-secondary:active{
    background-color: #efc81a;
    border-color: #efc81a;
    color: #000;
}
.btn-danger{
    color: #fff; 
}
.btn-danger:hover,:not(.btn-check)+.btn-danger:active{
    color: #fff;
}
.needs-validation .form-control{
    border-radius: 2px;
    background-color: #FAFAFA;
    border-radius: 2px;
    background-color: #FAFAFA;
    border: 2px solid #E0E0E0;
    height: 58px;
}
.form-label{
    font-size: 15px;
    font-weight: 700;
    color: #1C1A17;
}
.text-body-secondary{
    font-weight: 400;
    color: #1C1A17;
}
.form-check-label{
    font-size: 22px;
    line-height: 36px;
    margin-left: 6px;
}
.form-check-input[type=checkbox] {
    border-radius: 2px;
    color:#888888;
    width: 1.2em;
    height: 1.2em;
    margin-top: 8px;
}
.btn-primary.btn-submit,
.btn-danger.btn-submit{
    max-width: 360px;
    width: 100%;
    padding: 8.5px 0;
}
.btn-primary{
    background: #FF9900;
    border-color: #FF9900;
}
.btn-primary:hover,:not(.btn-check)+.btn-primary:active{
    background: #d68305;
    border-color: #d68305;
    color: #000;
}
/* Disabled State */
.btn-primary:disabled{
    background: #FF9900;
    border-color: #FF9900;
    cursor: not-allowed;
    opacity: 0.8;
}

.header2{
    background-color: #FAFAFA;
    height: 80px;
}
.header2 img{
    height: 32px;
}
.header2 .navbar{
    height: 100%;
}
/* Patient Referral Page Css Starts Here */
.referral-bg{
    background-color: #F7F7F5;
}
.p-referral-top-section{    
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #F1EEE5;
}
.p-referral-top-section::before{
    content: '';
    background: url(.././img/eye_lighter.png) 0 0 no-repeat;
    background-size: contain;
    width: 330px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.p-referral-top-section h3{
    font-size: 32px;
    text-align: center;
    z-index: 1;
}
.p-referral-top-section h3 span{
    font-weight: 400;
    display: block;
}
.patient-referral-intro{
    max-width: 870px;
    padding: 90px 0;
    margin: 0 auto;
}
.patient-referral-intro ul, .patient-referral-intro p{
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
}
.patient-referral-intro ul{
    list-style-position: inside;
}
.patient-referral-intro ul li span{
    font-weight: 600;
}
.referral-Plans{    
    max-width: 1200px;
    padding: 90px 0;
}
.card{
    border-radius: 24px;
    border: 0px;
    cursor: pointer;
}
.card.active, .card:hover{
    background-color: #FFEB93;    
}
.card-body p > span{
    font-size: 15px;
    line-height: 24px;
}

.referral-Plans .card-title, .referral-Plans h2, .referral-Plans .card-text{
    font-family: "Ruda", sans-serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 36px;
    color: #CC6E00;
}
.referral-Plans .card-title{
    font-size: 23px;
    line-height: 41px;
    color: #111111;
}
.referral-Plans .card-text{
    font-size: 16px;
    color: #111111;
    line-height: 32px;
}
.referral-Plans h6{
    font-size: 18px;
    color: #111111;
    line-height: 28px;
}
/* Patient Referral Page Css Ends Here */

/* Sign Up Page Css Starts Here */
.textimg{
    width: 270px;
}
.signup-bg{
    background: url(.././img/home-page-hero-img.png) bottom left no-repeat, #F9F7E9;
    background-size: contain;    
    width: 100%;
    min-height: 790px;
    padding: 90px 0 40px 0;
}
.login-card, .subscription-card{
    background-color: #FFFFFF;
    padding: 20px 40px;
    box-sizing: border-box;
    border-radius: 16px;
}

.login-card h2{
    font-size: 39px;
    font-weight: 600;
    line-height: 46.8px;
    color: #111111;
}
.login-card h6{
    font-size: 18px;
    line-height: 30px;
    color: #111111;
}
.login-card .form-control{
    padding: 7px 10px;
    border-color: #606060;
}
.login-card .form-label{
    color: #111111;
}
.login-card .pwd .form-control{
    border-right: 0px;
}
.login-card .pwd .input-group-text{
    border-color: #606060;
    background: none;
    border-left: 0px;
    cursor: pointer;
}
.login-card .terms{
    font-size: 14px;
    line-height: 22px;
    color: #111111;
}
.login-card .btn-primary.btn-submit,
.login-card .btn-primary.tab-active{
    max-width: none;
    background-color: #DC7700;
    border-color: #DC7700;
    color: #fff;
}
.or{
    position: relative;
    overflow: visible;
    opacity: 1;
    color: #606060;
}
.or::before{
    content: 'Or';
    font-size: 14px;
    padding: 0 10px;
    color: #606060;
    font-weight: bold;
    position: absolute;
    left: 50%;
    z-index: 11;
    background: #fff;
    opacity: 1;
    margin-left: -18px;
    margin-top: -11px;
}
.social-signup{
    display: flex;
    justify-content: space-between;
}
.social-signup a{
    display: inline-flex;
    width: 100px;
    height: 48px;
    border-radius: 25px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.social-signup a.gmail{
    background-color: #DC7700;
}
.social-signup a.apple{
    background-color: #111111;
}
.social-signup a.fb{
    background-color: #0962BA;
}
/* Sign Up Page Css Ends Here */


/* Subscription Page Css Starts */
.subscription-card{
    max-width: 492px;
}
.subscription-successful .excited{
    width: 112px;
}
.subscription-successful .app_store{
    width: 137px;
}
.subscription-successful .qr_code{
    width: 150px;
}
.subscription-successful small{
    position: relative;
}
.subscription-successful small::before,.subscription-successful small::after{
    content: '';
    border-bottom: 1px solid #3A3D47;
    width: 98px;
    position: absolute;
    left: 0;
    top: 10px;
}
.subscription-successful small::after{
    left: auto;
    right: 0;
}
/* Subscription Page Css Ends */

/* Footer CSS Starts here */
footer{
    background-color: #F1EFE4;
}
.footerLogo{
    width: 204px;
}
.footer-icons{
    padding-top: 90px;
}
.footer-icons ul.list-group .list-group-item{
    border: 0px;
    background-color: transparent;
}
.navbar-nav.footer-nav .nav-link{
    text-transform: capitalize;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding-top: 0;   
    margin-bottom: 5px; 
}
.navbar-nav.footer-nav .nav-item{
    padding: 0;
}
.joinMyndset h4{
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
}
.joinMyndset p{
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}
.joinMyndset .btn-secondary{
    max-width: 340px;
    width: 100%;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    padding: 13px 0;
}
footer .copyright{
    border-top: 1px solid rgba(0,0,0,0.2);
}
.footer2 .copyright{
    border-top: 0px;
}
.copyright p{
    line-height: 21px;
    font-size: 18px;
    color: #666666;
}
/* Footer CSS Ends here */

/* hello-alpha CSS start here */
.hello-alpha h1{
    color: #111111;
    font-weight: 700;
    z-index: 1;
}
.hello-alpha h1 span{
    font-weight: 400;
    display: block;
} 
.hello-alpha h2{
    font-size: 22px;
    line-height: 48px;
    color: #111111;
    font-weight: 700;
    z-index: 1;
}

.hello-alpha h3{
    font-size: 28px;
    line-height: 48px;
    color: #111111;
    font-weight: 700;
}

.hello-alpha ul, .hello-alpha p{
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
}
.hello-alpha ul{
    list-style-position: inside;
}
.hello-alpha ul li span{
    font-weight: 600;
}
/* hello-alpha CSS Ends here */

@media screen and (max-width: 767px) {
    .login-card, .subscription-card{
        padding: 20px;
    }
    .signup-bg{
        padding-top: 40px;
    }
}