/* =Fonts========================================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* =Box Sizing========================================================================================*/
* { -webkit-box-sizing:border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;  }

/* =Deafult Tag & General Classes========================================================================================*/
html, body { -webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; -ms-font-smoothing:antialiased; font-smoothing:antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust:100%; height: 100%; }
html { overflow-y: inherit !important; }
body { font-size:18px; line-height:1.45; font-weight: 400; font-family: 'Poppins', Arial, Helvetica, sans-serif; color:#3B3B3B; letter-spacing: 0.025rem; }
img { vertical-align:top; border:0; }
.allanim { -webkit-transition:all 350ms; transition:all 350ms; }
a { color:#155E5C; text-decoration:none;}
a:hover { color:#155E5C; text-decoration:none; }
button:focus { outline: none; }
a:focus { outline: none; }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {	
    a:active { background-color:transparent; }
}
b, strong { font-weight: 700; }
small, .small { font-size: 85%; }
sub, sup { font-size:80% }
p { margin:0 0 1rem 0; }
p:last-child { margin:0 0 0 0; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { line-height:1.3; margin:0 0 0.8rem; font-weight: 900; font-family: 'Merriweather', sans-serif; }
h1, .h1 { font-size:3.5rem; } /* 56px */
h2, .h2 { font-size:3.125rem; } /* 50px */
h3, .h3 { font-size:2.5rem; } /* 40px */
h4, .h4 { font-size:1.875rem; } /* 30px */
h5, .h5 { font-size:1.563rem; } /* 25px */
h6, .h6 { font-size:1.25rem; } /* 20px */
ul li { line-height:1.45; }
img { max-width: 100%; height: auto; }
.container { max-width: 1310px; }
.text-primary { color:#155E5C !important; }
.bg-primary { background:#155E5C !important; }
.bg-light { background-color: #D5E0DD !important; }
.text-black { color:#000000 !important; }
.bg-black { background:#000000 !important; }

/* =Form Css========================================================================================*/
.btn { display: inline-flex; align-items: center; font-weight: 500; border: 0; box-shadow: none !important; outline: none !important; border-radius: 50px; transition: 0.35s all; padding: 0.6rem 1.5rem; font-size: 1.125rem; }
.btn figure { min-width: 13px; width: 13px; height: 13px; margin: 0 0 0 0.5rem; transform: rotate(0); transition: 0.35s all; }
.btn:hover figure { transform: rotate(45deg); }
.btn svg { width: 100%; height: auto; transition: 0.35s all; vertical-align: top; }
.btn.btn-primary { background:#155E5C; color: #fff; }
.btn.btn-primary svg { fill: #fff; }
.btn.btn-primary:hover { background: #000000; color: #fff; }
.btn.btn-primary:hover svg { fill: #fff; }
.btn.btn-secondary { background:#fff; color: #155E5C; }
.btn.btn-secondary svg { fill: #155E5C; }
.btn.btn-secondary:hover { background: #000000; color: #fff; }
.btn.btn-secondary:hover svg { fill: #fff; }
.form-group { margin-bottom: 1rem; }
.form-group:last-child { margin-bottom: 0; }
.form-control { height: 50px; border: 1px solid #B5B5B5; border-radius: 0.5rem; font-size: 0.95rem; font-weight: 500; padding: 1rem; box-shadow: none; outline: none; color: #000; }
.form-control:focus { box-shadow: none; outline: none; border-color: #000; }
textarea.form-control { height: 100px; }
.form-group .btn { min-height: 50px; border-radius: 0.8rem; font-weight: 500; }

/* =Home page Css========================================================================================*/
.reveal { visibility: hidden; }
.section-row { padding: 5rem 0; }
.section-title { margin-bottom: 3rem; }
.section-title h2 { margin: 0; color: #000000; }
.hero-row { position: relative; z-index: 1; background: #155E5C; background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; }
.hero-row:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.3; background: #155E5C; z-index: -1; }
.hero-box { max-width: 630px; margin-left: auto; width: 100%; }
.hero-logo { max-width: 70px; width: 100%; }
.hero-logo img { width: 100%; height: auto; }
.hero-text { max-width: 400px; width: 100%; }
.hero-row { overflow: hidden; }
.test-free-box { background: #092928; }
.hero-img-box { position: relative; max-width: 53%; text-align: center; z-index: 1; margin: 0 auto; padding-top: 1%; }
.hero-img-box:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 80%; background: #fff; margin: auto; border-radius: 500px 500px 0 0; opacity: 0.2; z-index: -1; } .hero-img-box figure { margin: 0; }
.hero-img-01 { position: relative; z-index: 4; left: 9%; }
.hero-img-02 { position: absolute; top: 0; left: -19%; z-index: 2; max-width: 49%; }
.hero-img-03 { position: absolute; top: 1%; right: -23%; max-width: 49%; }
.hero-img-04 { position: absolute; left: -42%; bottom: 3%; max-width: 63%; z-index: 2; }
.hero-img-05 { position: absolute; right: -38%; bottom: 1%;; z-index: 2; max-width: 48%; }
/* .light-06 { opacity: 0.6; } */
.hidden-crisis-box { max-width: 660px; margin-left: auto; width: 100%; padding-right: 1rem; padding-left: 1rem; position: relative; z-index: 3; }
.hidden-crisis-video { width: 100%; font-size: 0; height: 100%; position: relative; overflow: hidden; }
.hidden-crisis-video video { width: 100%; font-size: 0; height: 100%; object-fit: cover; transform-origin: center center; transform: scale(1.6); }
.hidden-crisis-box p { max-width: 520px; width: 100%; opacity: 1; }
.hidden-crisis-box h3 { position: relative; padding-right: 6rem; }
.hidden-crisis-box figure { position: absolute; width: 117px; margin: 0; right: -6%; bottom: -22%; }
.hidden-crisis-box figure svg { width: 100%; height: auto; }
.card { padding: 1.3rem; border-radius: 0.7rem; box-shadow: 0 0 30px rgba(21,94,92,0.05); }
.card.the-facts-box { box-shadow: none; transition: 0.35s all; }
.card.the-facts-box:hover { box-shadow: 10px 20px 30px rgba(21,94,92,0.10); }
.the-facts-box figure { position: relative; /*border-radius: 0.5rem;*/ overflow: hidden; }
.the-facts-box h6 { color: #000; }
.biohealth-app-img-box { position: relative; }
.app-arow-ico { position: absolute; margin: 0; width: 120px; bottom: 7%; right: 0; }
.app-arow-ico svg { width: 100%; height: auto;transform: scale(1.4); }
.biohealth-app-box { padding: 1.3rem; border-radius: 0.7rem; box-shadow: 0 0 30px rgba(21,94,92,0.05); background: #fff; height: 100%; display: flex; flex-direction: column; width: 100%; align-items: start; text-align: center; }
.biohealth-app-box figure { height: 80px; width: 80px; background: #155E5C; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: calc(1.3rem - 80px) auto 1rem; box-shadow: 0 0 30px rgba(21,94,92,0.15); }
.biohealth-app-box figure svg { height: 40px; width: 40px; }
.biohealth-app-list .row > div { margin-bottom: 40px; }
.biohealth-app-more figure { background-color: #fff; transform: rotate(0); transition: 0.35s all; }
.biohealth-app-box.biohealth-app-more { background: #155E5C; color: #fff; text-decoration: none; transform: scale(1); transition: 0.35s all; }
/* .biohealth-app-box.biohealth-app-more:hover { transform: scale(1.05); } */
.biohealth-app-more:hover figure { transform: rotate(45deg); }
.app-step img { width: 100%; border-radius: 0.6rem; height: auto; }
.app-step-list { padding-left: 2rem; }
.app-step-box { display: flex; align-items: center; width: 100%; margin: 2rem 0; }
.app-step-btn { min-width: 185px; margin-left: auto; text-align: right; }
.app-step-sub-box { padding: 0 1.5rem; color: #fff; }
.app-step-sub-box h4 { margin: 0 0 0.5rem 0; }
.app-step-box h2 { color: #fff; margin: 0; font-size: 6rem; min-width: 80px; text-align: right; line-height: 1; }
.app-step-sub-box p { opacity: 0.5; }
.app-step-btn .btn.btn-primary:hover { background: #fff; color: #155E5C; }
.app-step-btn .btn.btn-primary:hover svg { fill: #155E5C; }
.footer-top { margin-top: 5rem; position: relative; z-index: 2; }
.footer-contact-box { border-radius: 0.7rem; box-shadow: 0 0 30px rgba(21,94,92,0.15); background: #fff; }
.contact-form { margin-top: 1.5rem; }
.contact-form-box { padding: 2.5rem; }
.footer-bottom { position: relative; z-index: 1; background-color: #155E5C; color: #fff; text-align: center; font-weight: 500; padding-top: 100px; margin-top: -100px; } 
.footer-bottom p { padding: 1.6rem 0; }
.btns-group .btn { margin: 0.5rem; }
.modal-header { border-bottom: 0px; }
.modal-dialog { max-width: 100%; margin: 15px; height: auto; min-height: 100vh; }
.use-fw-600 { font-weight: 600; font-size: 18px; }
.close-booking-btn { background: none; position: absolute; right: 10px; width: 30px; height: 30px; top: 10px; z-index: 1; }
.form-check .form-check-input { height: 18px; width: 18px; }

/* Progressbar */
.progressbar { position: relative; display: flex; justify-content: space-between; counter-reset: step; margin: 20px 0px; z-index: 10; }
.form-check-label { font-size: 18px; }
.stepper-body h3 { margin-bottom: 20px }
.progressbar::before, .progress { content: ""; position: absolute; top: 50%; transform: translateY(-50%); height: 4px; width: 100%; background-color: #dcdcdc; z-index: -1; }
.progress { background-color: #155E5C; width: 0%; transition: 0.35s all; }
.progress-step { width: 14px; height: 14px; background-color: #dcdcdc; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-weight: 700; padding: 10px; font-size: 12px; }
.progress-step::before { counter-increment: step; content: counter(step); transition: 0.35s all; }
.progress-step-active { background-color: #155E5C; color: #fff;  }

/* Form */
.stepper { border-radius: 0.35rem; padding: 20px; }
.form-step { display: none; transform-origin: top; animation: animate 0.5s; }
.form-step-active { display: block; }
.input-group { margin: 2rem 0; }

/* Button */
.btns-group { display: flex; }
.modal-age-better .modal-header { position: absolute; right: 2%; border-bottom: 0px; background-color: #000; height: 30px; width: 30px; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 12px 0px; z-index: 9; }
.modal-age-better .modal-header .btn-close { color: #fff !important; background: url('../images/close-white.svg'); background-repeat: no-repeat; background-position: center; }
.modal-age-better .modal-body { background: none; overflow-y: scroll; scrollbar-width: none; }
.modal-age-better .modal-content { border-radius: 18px; }
.modal-age-better .modal-dialog { max-width: 100%; margin: 20px; }
.modal-header .btn-close { margin: 0px; padding: 6px; }
.form-check-input:checked { background-color: #155E5C; border-color: #155E5C; }
.btn-green { background-color: #155E5C; border-color: #155E5C; }
.form-check-input:focus { border-color: #86b7fe; outline: 0; box-shadow: unset; }
.biohealth-intro-img { max-width: 500px; width: 100%; }
.about-new-img { border: 1px solid rgba(255,255,255,0.2); padding: 0.8rem; border-radius: 0.6rem; margin-bottom: 1rem; display: none; }

/* Coming Soon */
.coming-soon-popup { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9; display: flex; align-items: center; justify-content: center; padding: 2rem; }
.coming-soon-popup:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #155e5c; z-index: -1; opacity: 0.7; }
.coming-soon-box { max-width: 500px; margin: 0 auto; width: 100%; text-align: center; background: #fff; padding: 2.6rem; border-radius: 1rem; }
.coming-soon-box figure { margin: 0 auto 0.7rem; background: #155e5c; padding: 0.9rem; border-radius: 0.5rem; width: 100px; height: 100px; display: flex; align-items: center; justify-content: center; box-shadow: 5px 5px 10px rgba(21, 94, 92,0.4); }
.coming-soon-box h3 { color: #155e5c; }
.coming-soon-box figure img { width: 100%; position: relative; top: 3px; }
.web-page figure { margin: 0; filter: blur(2px); }
.web-page figure img { width: 100%; height: auto; }


/* Step radio and checkbox css */
.step .form-check .form-check-input { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; border-radius: 0; opacity: 0; margin: 0; z-index: 5; } 
.step .form-check { position: relative; }
.step .form-check .form-check-label:after { content: ""; position: absolute; left: 0; top: 4px; border: 1px solid rgba(0,0,0,.25); height: 18px; width: 18px; border-radius: 5px; background:#fff; }
.step .form-check .form-check-label:before { content: ""; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); position: absolute; left: 0px; top: 5px; height: 16px; width: 16px; z-index: 1; opacity: 0; }
.step .form-check .form-check-input:checked + .form-check-label:after { background:#155E5C; }
.step .form-check .form-check-input:checked + .form-check-label:before { opacity:1; }
.step .form-check .form-check-input[type="radio"] + .form-check-label:after { border-radius: 50px; }
.step .form-check .form-check-input[type="radio"] + .form-check-label:before { border-radius: 50px; background: #fff; height: 8px; width: 8px; left: 5px; top: 9px; }
