style.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  1. @import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
  2. :root {
  3. --pry-color: #164C63;
  4. --pry-light-color: #155B75;
  5. --pry-dark-color: #0D2D3A;
  6. --text-dark-color: #344054;
  7. --text-color: #475467;
  8. }
  9. body {
  10. font-family: 'Inter', sans-serif;
  11. font-weight: 400;
  12. font-style: normal;
  13. font-size: 16px;
  14. line-height: 26px;
  15. color: var(--text-color);
  16. }
  17. *:not(i){
  18. font-family: 'Inter', sans-serif;
  19. }
  20. .logo {
  21. max-height: 32px;
  22. }
  23. img {
  24. max-width: 100%;
  25. image-rendering: crisp-edges;
  26. }
  27. a {
  28. text-decoration: none;
  29. color: var(--pry-light-color);
  30. }
  31. a:focus, a:hover {
  32. color: var(--pry-light-color);
  33. }
  34. label {
  35. font-size: 16px;
  36. line-height: 24px;
  37. }
  38. .form-group {
  39. margin-bottom: 15px;
  40. }
  41. .nav-link {
  42. font-size: 16px;
  43. line-height: 24px;
  44. display: inline-block;
  45. color: var(--text-dark-color) !important;
  46. }
  47. .nav-link.active {
  48. padding:8px 16px !important;
  49. /* background-color: #ECFDFF; */
  50. border-bottom:1px solid var(--pry-light-color);
  51. }
  52. .text-pry-light {
  53. color: var(--pry-light-color);
  54. }
  55. .btn-nav {
  56. color: var(--pry-light-color);
  57. background-color: rgba(13, 45, 57, .05);
  58. padding: 8px 16px !important;
  59. display: inline-block;
  60. transition: .5s;
  61. }
  62. .btn-nav:hover {
  63. background-color: rgba(13, 45, 57, .1);
  64. transition: .5s;
  65. }
  66. .top {
  67. background-image: url('/rs/images/hero-img.jpg');
  68. min-height: 65vh;
  69. background-size: cover;
  70. background-repeat: no-repeat;
  71. background-position: top right;
  72. }
  73. .hbp {
  74. background-image: url('/rs/images/bg-hbp.svg');
  75. }
  76. .hst {
  77. background-image: url('/rs/images/bg-hst.jpg');
  78. }
  79. .healthy-weight {
  80. background-image: url('/rs/images/bg-healthy-weight.svg');
  81. background-size: auto 80%;
  82. margin-inline: 20px;
  83. }
  84. .diabetes {
  85. background-image: url('/rs/images/bg-diabetes.svg');
  86. background-size: auto 80%;
  87. margin-inline: 20px;
  88. }
  89. .play-web {
  90. position: absolute;
  91. right:70px;
  92. margin-top: -45px;
  93. transition: .5s;
  94. background-color: rgba(13, 45, 57, .1);
  95. border-radius: 100%;
  96. }
  97. .play-web:hover {
  98. transform: scale(1.1);
  99. transition: .5s;
  100. }
  101. .top .title {
  102. font-size: 47px;
  103. line-height: 55px;
  104. }
  105. .title, .subheader, .subtitle, .subtitle-lg, .title-md{
  106. font-family: "Frank Ruhl Libre", serif;
  107. font-weight: 600;
  108. font-size: 40px;
  109. line-height: 44px;
  110. color: var(--pry-color);
  111. }
  112. .title-md {
  113. font-size: 32px;
  114. line-height: 35px;
  115. }
  116. .subtitle {
  117. font-size: 28px;
  118. line-height: 36px;
  119. }
  120. .subtitle-lg {
  121. font-size: 36px;
  122. line-height: 39px;
  123. letter-spacing: -2%;
  124. font-weight: 500;
  125. }
  126. .subheader {
  127. font-size: 24px;
  128. line-height: 30px;
  129. }
  130. .text-lg {
  131. font-weight: 400;
  132. font-size: 20px;
  133. line-height: 30px;
  134. }
  135. .individual-tests input {
  136. position: absolute;
  137. opacity: 0;
  138. cursor: pointer;
  139. height: 0;
  140. width: 0;
  141. }
  142. .individual-tests .form-check-label {
  143. position: relative;
  144. border: 1px solid #ddd;
  145. margin-left: -20px;
  146. padding: 10px 20px 10px 25px;
  147. font-size: 14px;
  148. border-radius: 10px;
  149. background: #fff;
  150. }
  151. .individual-tests .checkmark {
  152. position: absolute;
  153. top: 10px;
  154. left: .5rem;
  155. height: 20px;
  156. width: 20px;
  157. border-radius: 100%;
  158. background-color: #fff;
  159. border: 1px solid #ddd;
  160. }
  161. .individual-tests .form-check-label:hover input ~ .checkmark {
  162. background-color: #ddd;
  163. }
  164. .individual-tests .form-check-label input:checked ~ .checkmark {
  165. background-color: #dceef8;
  166. border:1px solid var(--pry-color);
  167. }
  168. .individual-tests .form-check-label:has(input:checked) {
  169. background-color: #dceef8;
  170. border:1px solid var(--pry-color);
  171. }
  172. .checkmark:after {
  173. content: "";
  174. position: absolute;
  175. display: none;
  176. }
  177. .individual-tests .form-check-label input:checked ~ .checkmark:after {
  178. display: block;
  179. }
  180. .individual-tests .form-check-label .checkmark:after {
  181. width: 14px;
  182. height: 14px;
  183. top:2px;
  184. left: 2px;
  185. background: var(--pry-color);
  186. border-radius: 100%;
  187. }
  188. .transaction-container {
  189. display: flex;
  190. align-items: flex-start;
  191. justify-content: space-between;
  192. gap: 15px;
  193. }
  194. .transaction-container .section-header {
  195. justify-content: flex-start;
  196. align-items: flex-start;
  197. }
  198. .payment-img {
  199. height: 30px;
  200. }
  201. .transaction-container .order_info {
  202. width: 65%;
  203. margin-right: 20px;
  204. }
  205. .transaction-container .summary {
  206. width: 35%;
  207. position: sticky;
  208. }
  209. .bg-sec-lighter {
  210. background-color: #faebd6;
  211. }
  212. .secure-badge {
  213. display: flex;
  214. padding: 10px 16px;
  215. border:1px solid var(--sec-light-color);
  216. background-color: #FEF6EE;
  217. border-radius: 12px;
  218. }
  219. .secure-badge * {
  220. color: var(--sec-color);
  221. }
  222. .btn-pry {
  223. background-color: var(--pry-color);
  224. color: #fff !important;
  225. transition: .5s;
  226. }
  227. .btn-pry:hover {
  228. opacity: .9;
  229. transition: .5s;
  230. }
  231. .btn-sec {
  232. border:1px solid #D0D5DD;
  233. background-color: #ffffff;
  234. transition: .5s;
  235. color: var(--text-dark-color);
  236. }
  237. .btn-sec:hover {
  238. background-color: rgba(13, 45, 57, .05);
  239. transition: .5s;
  240. }
  241. .btn {
  242. padding: 10px 16px;
  243. border-radius: 50px;
  244. }
  245. .top .btn {
  246. padding: 16px 22px;
  247. }
  248. .coverage {
  249. background-color: var(--pry-dark-color);
  250. }
  251. .flex-coverage {
  252. display: flex;
  253. align-items: center;
  254. justify-content: space-between;
  255. }
  256. .covered{
  257. padding: 12px 16px;
  258. background-color: rgba(0, 0, 0, 0.2);
  259. display: flex;
  260. align-items: center;
  261. justify-content: center;
  262. border-radius: 8px;
  263. width: 450px;
  264. }
  265. .covered span{
  266. color: #fff;
  267. font-size: 16px
  268. }
  269. .programs-container {
  270. display: flex;
  271. align-items: flex-start;
  272. justify-content: space-between;
  273. gap:50px;
  274. }
  275. .programs-container img {
  276. width: 100%;
  277. height: 300px;
  278. }
  279. .bg-pry {
  280. background-color: var(--pry-color);
  281. }
  282. .bg-pry-lighter {
  283. background-color: #F5FEFF;
  284. border: 1px solid #CFF9FE;
  285. }
  286. .dropdown-menu {
  287. border-radius: 10px;
  288. overflow: hidden;
  289. min-width: 200px;
  290. }
  291. .dropdown-item {
  292. padding: 6px 15px;
  293. font-size: 14px;
  294. border-bottom:1px solid #eee;
  295. }
  296. .dropdown-item:focus {
  297. background-color: var(--pry-color);
  298. color: #fff;
  299. }
  300. .dropdown-item.active {
  301. background-color: #ECFDFF;
  302. color: #000000;
  303. }
  304. .border-rounded {
  305. border-radius: 12px;
  306. }
  307. .bulleted {
  308. display: flex;
  309. align-items: flex-start;
  310. margin-bottom: 10px;
  311. }
  312. .bulleted .number {
  313. font-size: 16px;
  314. height: 35px;
  315. width: 35px;
  316. background-color: var(--pry-color);
  317. display: grid;
  318. place-items: center;
  319. border-radius: 100%;
  320. }
  321. .bulleted .number span {
  322. color: #fff;
  323. }
  324. .maryland {
  325. background-color: #860037;
  326. background-image: url('/rs/images/mh/mh-bg.svg');
  327. background-size: cover;
  328. background-position: right center;
  329. background-repeat: no-repeat;
  330. padding:100px;
  331. height: 100%;
  332. width: 100%;
  333. }
  334. .maryland * {
  335. color: #fff;
  336. }
  337. .maryland .title {
  338. font-size: 48px;
  339. line-height: 52px;
  340. }
  341. .maryland p {
  342. font-size: 16px;
  343. }
  344. .accordion-item {
  345. border: 0;
  346. }
  347. .accordion-button, .accordion-button:not(.collapsed) {
  348. background-color: #ffffff;
  349. color: var(--pry-color);
  350. font-size: 24px;
  351. line-height: 26px;
  352. font-family: "Frank Ruhl Libre", serif;
  353. padding-block: 20px;
  354. }
  355. .accordion-button.collapsed, .accordion-collapse.show {
  356. border-bottom: 1px solid #eee;
  357. }
  358. .accordion-button:focus {
  359. box-shadow:none !important;
  360. }
  361. .accordion-button:not(.collapsed)::after {
  362. background-image: url('/rs/images/minus.svg')
  363. }
  364. .accordion-button.collapsed::after {
  365. background-image: url('/rs/images/plus.svg')
  366. }
  367. .accordion-button, .accordion-body {
  368. padding-inline: 0;
  369. }
  370. footer ul li {
  371. list-style: none;
  372. }
  373. footer a {
  374. color: var(--text-pry-color);
  375. }
  376. .page-top {
  377. background-size: cover;
  378. }
  379. .check {
  380. padding-left: 0;
  381. }
  382. .check li {
  383. list-style: none;
  384. display: flex;
  385. /* margin-bottom: 15px; */
  386. margin-bottom: 0;
  387. font-size: 17px
  388. }
  389. .check li::before {
  390. content: url('/rs/images/check-list.svg');
  391. padding-top: 5px;
  392. padding-right: 10px !important;
  393. }
  394. .check-white {
  395. padding-left: 0;
  396. }
  397. .check-white li {
  398. list-style: none;
  399. display: flex;
  400. /* margin-bottom: 15px; */
  401. margin-bottom: 0;
  402. font-size: 17px
  403. }
  404. .check-white li::before {
  405. content: url('/rs/images/check-list-white.svg');
  406. padding-top: 5px;
  407. padding-right: 10px !important;
  408. }
  409. .page-breadcrumbs {
  410. display: flex;
  411. align-items: center;
  412. gap: 10px;
  413. font-size: 14px;
  414. }
  415. @media screen and (min-width:1300px) {
  416. .container {
  417. min-width: 1240px;
  418. }
  419. }
  420. @media screen and (max-width:1199px) {
  421. .top {
  422. background-image:none;
  423. background-color: #ffffff;
  424. }
  425. .top-img{
  426. margin-top:20px;
  427. background-image: url('/rs/images/hero-img.jpg');
  428. background-size: cover;
  429. background-repeat: no-repeat;
  430. background-position: top right;
  431. height: 350px;
  432. width: 100%;
  433. display: grid;
  434. place-items: center;
  435. }
  436. .play-mobile {
  437. background-color: rgba(13, 45, 57, .1);
  438. border-radius: 100%;
  439. }
  440. .flex-coverage {
  441. flex-direction: column;
  442. align-items: center;
  443. }
  444. .covered {
  445. width: auto;
  446. }
  447. .programs-container {
  448. flex-wrap: wrap;
  449. gap:0px;
  450. }
  451. .programs-container > div {
  452. width: 45%;
  453. margin-bottom: 40px;
  454. }
  455. .programs-container img {
  456. height: 400px;
  457. }
  458. .bulleted {
  459. margin-bottom: 15px;
  460. }
  461. }
  462. @media screen and (max-width:991px) {
  463. .wb-100 {
  464. width: 100%;
  465. }
  466. .top-img{
  467. /* height: 310px; */
  468. background-size: cover;
  469. }
  470. .transaction-container .summary {
  471. position: relative;
  472. width: 100%;
  473. }
  474. .transaction-container {
  475. flex-direction: column;
  476. align-items: center;
  477. }
  478. .transaction-container .order_info {
  479. order: 2;
  480. margin: 20px 0;
  481. width: 100%;
  482. }
  483. .logo {
  484. max-height: 35px;
  485. }
  486. .cv-container {
  487. gap:15px;
  488. flex-wrap: wrap;
  489. }
  490. .programs-container img {
  491. height: 300px;
  492. }
  493. .maryland {
  494. padding: 50px ;
  495. }
  496. #navBar {
  497. position: absolute;
  498. width: 100%;
  499. background-color: #ffffff;
  500. top: 55px;
  501. right: 0;
  502. border-block: 1px solid #eee;
  503. z-index: 1000;
  504. }
  505. .navbar-toggler {
  506. background-color: #fff;
  507. border:0;
  508. }
  509. .navbar-toggler:focus{
  510. box-shadow: none;
  511. }
  512. .nav-link {
  513. display: block;
  514. /* text-align: center; */
  515. }
  516. .nav-link.active {
  517. padding:0 !important;
  518. background-color: transparent;
  519. font-weight: bold;
  520. border: none;
  521. }
  522. }
  523. @media screen and (max-width:767px) {
  524. .programs-container > div {
  525. width: 100%;
  526. margin-bottom: 50px;
  527. }
  528. .programs-container img {
  529. height: auto;
  530. }
  531. .title {
  532. font-size: 32px;
  533. line-height: 35px;
  534. }
  535. .top .title {
  536. font-size: 36px;
  537. line-height: 36px;
  538. }
  539. .secure-badge {
  540. font-size: 16px;
  541. }
  542. .hiw {
  543. border-radius: 0;
  544. }
  545. }
  546. @media screen and (max-width:575px) {
  547. .cv-container {
  548. display: flex;
  549. }
  550. /* .cv-container {
  551. display: grid;
  552. place-items: center;
  553. }
  554. .cv-container img{
  555. display: block;
  556. margin-block: 5px;
  557. } */
  558. .subtitle-lg {
  559. font-size: 27px;
  560. line-height: 30px;
  561. }
  562. .accordion {
  563. padding-inline:15px;
  564. }
  565. .accordion-button, .accordion-button:not(.collapsed) {
  566. font-size: 22px;
  567. }
  568. .accordion-button::after, .accordion-button:not(.collapsed)::after {
  569. padding-left: 10px;
  570. }
  571. .text-lg, p, .accordion-body {
  572. font-size: 16px;
  573. line-height: 24px;
  574. }
  575. .top .title {
  576. font-size: 30px;
  577. line-height: 40px
  578. }
  579. .maryland .title {
  580. font-size: 30px;
  581. line-height: 36px;
  582. }
  583. .maryland {
  584. padding:0;
  585. background-image: url('/rs/images/mh/lights.svg');
  586. background-size: cover;
  587. overflow: hidden;
  588. }
  589. .maryland .overlay {
  590. background-image: url('/rs/images/mh/mr-firefly.svg');
  591. background-size: cover;
  592. background-position: center;
  593. padding: 40px 30px;
  594. }
  595. }