pristine.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937
  1. @font-face {
  2. font-family: 'Ivar';
  3. src: url("fonts/ivarNostalgia.otf") format("opentype");
  4. }
  5. @font-face {
  6. font-family: 'IvarSemiBold';
  7. src: url("ivar/IvarText-SemiBold.otf") format("opentype");
  8. }
  9. @font-face {
  10. font-family: 'Euclid';
  11. src: url('euclid/EuclidCircularA-Regular.woff');
  12. }
  13. @font-face {
  14. font-family: 'Euclid-bold';
  15. src: url('euclid/EuclidCircularA-Medium.woff');
  16. }
  17. @font-face {
  18. font-family: 'Graphik';
  19. src: url("fonts/Graphik-Regular.otf") format("opentype");
  20. }
  21. @media screen and (min-width:1200px) {
  22. .container {
  23. /* max-width: 1130px; */
  24. }
  25. }
  26. .pristine h4 {
  27. font-size: 28px !important;
  28. }
  29. .pristine p {
  30. font-size: 16px !important;
  31. margin-top: 0;
  32. }
  33. .pristine a, .text-pry {
  34. color: #2AB7CA;
  35. }
  36. a.text-pry:hover {
  37. color: #196e79;
  38. }
  39. .bg-light-pry {
  40. background: #E6F8FB;
  41. }
  42. .badge {
  43. font-family: 'IvarSemiBold' !important;
  44. font-style: normal;
  45. font-weight: 600;
  46. font-size: 14px;
  47. line-height: 16px;
  48. /* letter-spacing: -0.24px; */
  49. border-radius: 10px;
  50. padding: 4px 12px;
  51. display: flex;
  52. align-items: center;
  53. }
  54. .badge.bg-green {
  55. background-color: #EDFAF1;
  56. color: #34C759;
  57. }
  58. .badge.bg-purple {
  59. background-color: #EEEEFB;
  60. color: #5856D6;
  61. }
  62. .badge.bg-yellow {
  63. background-color: #FFF7EB;
  64. color: #FF9500;
  65. }
  66. .badge.bg-red {
  67. background-color: #FFECEB;
  68. color: #FF3B30;
  69. }
  70. .pristine .pro-info h5{
  71. font-size: 16px;
  72. }
  73. .pristine .pro-info p{
  74. font-size: 13px !important;
  75. color: #636366;
  76. }
  77. .grey-pills p {
  78. background-color: #F1F4F4;
  79. display: inline-block;
  80. color: #2AB7CA !important;
  81. border-radius: 100px;
  82. padding: 6px 20px;
  83. font-size: 15px;
  84. margin-bottom: 8px;
  85. }
  86. .hidden {
  87. display: none;
  88. }
  89. .bg-aqua hr {
  90. background-color: #ffffff;
  91. opacity: 0.2;
  92. }
  93. .pristine-block {
  94. display: flex;
  95. justify-content: space-between;
  96. }
  97. .device-block {
  98. font-size: 17px !important;
  99. border-radius: 0 !important;
  100. max-width: 256px;
  101. margin-top: 8px;
  102. }
  103. .device-title {
  104. padding: 13px 26px;
  105. min-height: 74px;
  106. }
  107. .device-block p {
  108. font-size: 14px !important;
  109. line-height: 19px;
  110. letter-spacing: -0.15px;
  111. }
  112. .monitoring_btn {
  113. padding: 13px 0 11px 0;
  114. }
  115. .font_30 {
  116. font-size: 30px !important;
  117. }
  118. .pristine-program {
  119. padding: 37px 12px;
  120. }
  121. .pristine-program .subtitle {
  122. margin-bottom: 40px;
  123. }
  124. .pristine-program > div {
  125. letter-spacing: 0.38px;
  126. line-height: 24px;
  127. padding-top: 38px;
  128. /* font-size: 20px !important; */
  129. }
  130. .pristine-program p{
  131. font-size: 20px !important;
  132. line-height: 24px;
  133. letter-spacing: 0.38px;
  134. color: #1C1C1E;
  135. }
  136. .pristine-program .context {
  137. color: #636366;
  138. font-family: 'Graphik';
  139. }
  140. .access {
  141. padding-top: 44px;
  142. padding-bottom: 25px;
  143. }
  144. .waves {
  145. background-image: url('/img/waves.svg');
  146. background-size: cover;
  147. }
  148. .top-covid, .waves {
  149. min-height: 335px;
  150. }
  151. .top-covid .title{
  152. font-family: 'Ivar';
  153. font-style: normal;
  154. font-weight: 300 !important;
  155. font-size: 54px;
  156. line-height: 110%;
  157. text-align: center;
  158. letter-spacing: 0.374px;
  159. color: #1C1C1E;
  160. margin: 0;
  161. padding-top: 58px;
  162. }
  163. .top-covid h5, .enroll{
  164. font-size: 35px;
  165. margin-top: 14px;
  166. font-weight: 500;
  167. letter-spacing: 0.374px;
  168. line-height: 41px;
  169. }
  170. .top-covid h6{
  171. margin-top: 31px;
  172. font-weight: 500;
  173. font-size: 20px;
  174. line-height: 24px;
  175. text-align: center;
  176. letter-spacing: 0.38px;
  177. }
  178. h5 {
  179. font-size: 20px;
  180. letter-spacing: 0.38px;
  181. }
  182. .profile-pic {
  183. position: relative;
  184. width: 115px;
  185. height: 115px;
  186. overflow: hidden;
  187. border-radius: 100%;
  188. display: flex;
  189. align-items: center;
  190. justify-content: center;
  191. }
  192. .profile-pic.profile-pic-sm {
  193. width: 66px;
  194. height: 66px;
  195. border: 2px solid #fff;
  196. }
  197. .profile-pic .profile{
  198. max-width: 100%;
  199. }
  200. .profile-pic .icon{
  201. position: absolute;
  202. bottom: -10px;
  203. right: -1px;
  204. }
  205. .setup {
  206. margin-top: 6px;
  207. }
  208. .setup .content{
  209. margin-left: 36px;
  210. }
  211. .subtitle, .setup p {
  212. font-size: 34px;
  213. font-weight: 600;
  214. line-height: 41px;
  215. letter-spacing: 0.34px;
  216. }
  217. .flex-info {
  218. display: flex;
  219. align-items: center;
  220. justify-content: space-between;
  221. }
  222. .link {
  223. display: flex;
  224. align-items: center;
  225. position: relative;
  226. margin-top: 8px;
  227. margin-right: 15px;
  228. }
  229. .link span:first-child {
  230. font-size: 16px;
  231. line-height: 20px;
  232. background-color: var(--pry-color);
  233. color: #fff;
  234. padding: 5px 10px;
  235. border-radius: 40px;
  236. padding-right: 50px;
  237. margin-right: 10px;
  238. }
  239. .link .icon_wrap {
  240. position: absolute;
  241. height: 70px;
  242. width: 70px;
  243. box-shadow: 0px 100px 80px rgba(190, 190, 190, 0.07), 0px 41.7776px 33.4221px rgba(190, 190, 190, 0.0503198), 0px 22.3363px 17.869px rgba(190, 190, 190, 0.0417275), 0px 12.5216px 10.0172px rgba(190, 190, 190, 0.035), 0px 6.6501px 5.32008px rgba(190, 190, 190, 0.0282725), 0px 2.76726px 2.21381px rgba(190, 190, 190, 0.0196802);
  244. right: -15px;
  245. top:-65%;
  246. }
  247. .flex-patient {
  248. display: flex;
  249. flex-wrap: wrap;
  250. }
  251. .flex-patient > div {
  252. width: 31.5%;
  253. margin-right: 20px;
  254. margin-bottom: 20px;
  255. }
  256. .btn-orange, .btn-orange-outline {
  257. /*font-size: 17px;*/
  258. font-weight: bold;
  259. background-color: #FB6107;
  260. color: #fff !important;
  261. padding: 6px 20px;
  262. border-radius: 4px !important;
  263. border:1px solid #FB6107;
  264. }
  265. .btn-orange:hover {
  266. background-color: #fb7120;
  267. border-color: #fb7120;
  268. }
  269. .btn-orange:focus {
  270. background-color: #e25706;
  271. border-color: #e25706;
  272. }
  273. .btn-orange-outline {
  274. background-color: #ffffff;
  275. color: #FB6107 !important;
  276. }
  277. .btn-default:not(.btn-sm), .btn-dark {
  278. font-size: 17px;
  279. font-weight: bold;
  280. padding: 6px 20px;
  281. border-radius: 4px !important;
  282. }
  283. .aqua-divider {
  284. border: 2px solid #2AB7CA;
  285. background-color: #2AB7CA;
  286. opacity: 0.1;
  287. }
  288. .text-orange {
  289. color: #FB6107 !important;
  290. }
  291. .border-orange {
  292. border-color: #FB6107 !important;
  293. }
  294. .patient-card {
  295. border: 1px solid rgba(0, 0, 0, 0.06);
  296. box-shadow: 0px 6px 4px rgba(43, 67, 80, 0.01);
  297. padding: 20px;
  298. }
  299. .patient-card:hover {
  300. border: 1px solid #2AB7CA;
  301. transition: 0.4s;
  302. }
  303. .patient-card:hover img.default {
  304. display: none;
  305. transition: 0.4s;
  306. }
  307. .patient-card:hover img.focus {
  308. display: block;
  309. transition: 0.4s;
  310. }
  311. .patient-card h4 a{
  312. font-family: 'Euclid';
  313. font-weight: 500;
  314. font-size: 20px;
  315. line-height: 24px;
  316. }
  317. .patient-card:hover h4 a {
  318. color: #2AB7CA;
  319. transition: 0.4s;
  320. }
  321. .patient-card p {
  322. font-size: 15px;
  323. line-height: 20px;
  324. color: #636366;
  325. margin-bottom: 0;
  326. }
  327. .first-video {
  328. background: #FBFBFB;
  329. border: 1px solid rgba(0, 0, 0, 0.06);
  330. padding: 30px;
  331. }
  332. .flex {
  333. display: flex;
  334. margin-bottom: 20px;
  335. }
  336. .flex h4 {
  337. margin-right: 50px;
  338. }
  339. .patient_info {
  340. padding-top: 31px;
  341. padding-bottom: 36px;
  342. }
  343. .patient_info_section {
  344. margin-left: 40px;
  345. }
  346. .patient_info_section h3 {
  347. font-family: 'Euclid';
  348. font-weight: normal;
  349. font-size: 34px;
  350. letter-spacing: 0.64px;
  351. margin-bottom: 0;
  352. }
  353. .patient_dob_coverage {
  354. display: flex;
  355. align-items: center;
  356. margin-top: 29px;
  357. font-family: 'Graphik';
  358. font-size: 17px;
  359. line-height: 22px;
  360. letter-spacing: -0.408px;
  361. }
  362. .patient_dob_coverage > div:first-child {
  363. margin-right: 70px;
  364. }
  365. .custom-container {
  366. width: 35%;
  367. margin-top: 35px;
  368. margin-bottom: 53px;
  369. }
  370. .info_title {
  371. font-family: 'Euclid-bold';
  372. font-weight: bold;
  373. font-size: 20px;
  374. line-height: 24px;
  375. letter-spacing: 0.68px;
  376. }
  377. .approved_info {
  378. font-family: 'Euclid-bold';
  379. font-style: normal;
  380. color: #636366;
  381. font-weight: 600;
  382. font-size: 18px;
  383. line-height: 26px;
  384. letter-spacing: -0.24px;
  385. }
  386. .address-card {
  387. background: #FFFFFF;
  388. border: 2px solid rgba(0, 0, 0, 0.06);
  389. box-sizing: border-box;
  390. box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.03);
  391. padding: 40px 50px;
  392. margin-top: 20px;
  393. }
  394. .address-card .info_title {
  395. margin-bottom: 34px;
  396. }
  397. .sub_context {
  398. font-family: 'Euclid';
  399. font-size: 18px;
  400. line-height: 26px;
  401. letter-spacing: -0.24px;
  402. color: #636366;
  403. }
  404. .info_content {
  405. padding-left: 85px;
  406. }
  407. #editMailingAddress input[type="text"] {
  408. padding: 25px;
  409. }
  410. .breadcrumb {
  411. padding: 0 10px;
  412. background-color: #ffffff;
  413. }
  414. .pro_title {
  415. width: 57%;
  416. }
  417. .pro_title .bg-tan {
  418. margin-top: 20px;
  419. background-color: #FDE1AF;
  420. }
  421. .pro_title .bg-tan p{
  422. font-family: 'Graphik';
  423. padding: 12px;
  424. font-size: 13px;
  425. margin-bottom: 0;
  426. text-align: center;
  427. }
  428. .pro_flex {
  429. display: flex;
  430. align-items: flex-start;
  431. justify-content: space-between;
  432. }
  433. .btn-time {
  434. font-size: 12px;
  435. border-radius:0;
  436. }
  437. .btn-time.active:hover, .btn-time.active, .btn-time:focus {
  438. background-color: #ECFDFF;
  439. border: 1px solid #2AB7CA;
  440. }
  441. .btn-time:hover {
  442. border: 1px solid #fcb148;
  443. background-color: #FFF7EB;
  444. }
  445. .flex_name {
  446. display: flex;
  447. align-items: center;
  448. }
  449. .flex_name .info {
  450. margin-left: 30px;
  451. }
  452. .flex_name p {
  453. font-family: 'Graphik' !important;
  454. font-size: 19px;
  455. margin-top: -4px;
  456. }
  457. .flex_name h4 {
  458. font-family: 'Euclid';
  459. font-style: normal;
  460. font-weight: 500;
  461. font-size: 41px;
  462. margin-top: -5px;
  463. padding: 0;
  464. }
  465. .addr {
  466. width: 51%;
  467. }
  468. .addr_available {
  469. margin-top: 25px;
  470. display: flex;
  471. }
  472. .pro_subtitle {
  473. display: flex;
  474. align-items: flex-start;
  475. }
  476. .addr img, .avail img {
  477. height: 20px;
  478. margin-right: 5px;
  479. }
  480. .avail img {
  481. margin-right: 15px;
  482. }
  483. .pro_subtitle h4{
  484. font-family: 'Euclid';
  485. font-weight: 500;
  486. font-size: 17px;
  487. line-height: 23px;
  488. }
  489. .addr p {
  490. width: 80%;
  491. }
  492. .addr p, .avail p{
  493. font-family: 'Graphik';
  494. font-style: normal;
  495. font-weight: normal;
  496. font-size: 15px;
  497. line-height: 20px;
  498. margin-left: 25px;
  499. margin-top: -5px;
  500. margin-bottom: 0;
  501. }
  502. .avail p {
  503. margin-left: 35px;
  504. }
  505. .pro_about {
  506. margin-top: 20px;
  507. }
  508. .about_content p{
  509. font-family: 'Graphik';
  510. font-style: normal;
  511. font-weight: normal;
  512. font-size: 15px;
  513. margin-bottom: 8px;
  514. line-height: 135%;
  515. }
  516. .about_content small {
  517. font-family: 'Euclid';
  518. font-size: 15px;
  519. font-weight: 500;
  520. line-height: 20px;
  521. }
  522. .covid_banner, .setup_today {
  523. background-image: url('/img/covid-banner.jpg');
  524. background-position: left center;
  525. background-size: cover;
  526. background-repeat: no-repeat;
  527. color: #fff;
  528. padding: 34px 0;
  529. margin-top: 35px;
  530. }
  531. .covid_banner p {
  532. font-family: 'Euclid';
  533. font-size: 18px;
  534. line-height: 23px;
  535. }
  536. .covid_banner h4, .pro_program h4{
  537. font-family: 'Euclid';
  538. font-style: normal;
  539. font-weight: normal;
  540. font-size: 34px;
  541. line-height: 42px;
  542. width: 60%;
  543. }
  544. .pro_program {
  545. margin-top: 75px;
  546. }
  547. .pro_program h4 {
  548. width: 100%;
  549. }
  550. .program_light {
  551. font-weight: 300;
  552. font-size: 16px !important;
  553. }
  554. .pro_program p {
  555. font-style: normal;
  556. font-size: 19px;
  557. width: 60%;
  558. }
  559. .program_subtitle {
  560. font-weight: 800;
  561. font-size: 22px !important;
  562. line-height: 30px;
  563. margin-top: 45px !important;
  564. }
  565. .custom-ul {
  566. list-style: none;
  567. margin-bottom: 35px;
  568. }
  569. .custom-ul li {
  570. font-family: 'Graphik';
  571. font-style: normal;
  572. font-weight: normal;
  573. font-size: 16px;
  574. margin-bottom: 12px;
  575. display: flex;
  576. }
  577. .custom-ul li::before {
  578. content: url('/img/li.svg');
  579. margin: 0 12px;
  580. margin-top: 3px;
  581. }
  582. .kits {
  583. margin-top: 50px;
  584. }
  585. .kits h4 {
  586. font-family: 'Euclid';
  587. font-size: 22px;
  588. line-height: 30px;
  589. margin-bottom: 35px;
  590. }
  591. .kit-container {
  592. display: flex;
  593. margin-bottom: 60px;
  594. }
  595. .kit-container img {
  596. width: 160px;
  597. }
  598. .kit-info {
  599. margin-left: 35px;
  600. }
  601. .kit-info h5 {
  602. text-transform: uppercase;
  603. font-family: 'Euclid-bold';
  604. font-style: normal;
  605. font-weight: bold;
  606. font-size: 16px;
  607. line-height: 23px;
  608. margin-bottom: 5px;
  609. letter-spacing: 2px;
  610. }
  611. .kit-info p {
  612. font-family: 'Graphik';
  613. font-style: normal;
  614. font-weight: normal;
  615. font-size: 15px;
  616. }
  617. .setup_today {
  618. background-image: url('/img/setup-bg.jpg');
  619. padding: 45px 0;
  620. }
  621. .setup_today h6 {
  622. font-style: normal;
  623. font-weight: 500;
  624. font-size: 18px;
  625. line-height: 23px;
  626. }
  627. .setup_today h4 {
  628. font-style: normal;
  629. font-weight: normal;
  630. font-size: 35px;
  631. line-height: 44px;
  632. margin-top: 12px;
  633. }
  634. .setup_today p {
  635. font-family: 'Graphik';
  636. width: 60%;
  637. font-weight: 500;
  638. font-size: 14px;
  639. margin-top: 15px;
  640. }
  641. .setup_today p.font-weight-bold {
  642. font-size: 15px;
  643. }
  644. .setup_today .btn {
  645. font-size: 16px;
  646. margin-top: 20px;
  647. }
  648. @media screen and (max-width:1024px) {
  649. .custom-container {
  650. width: 50%;
  651. }
  652. .device-block {
  653. max-width: 24%;
  654. }
  655. .flex-patient > div {
  656. width: 31%;
  657. }
  658. .covid_banner h4, .pro_program h4, .pro_program p, .setup_today p {
  659. width: 100%;
  660. }
  661. }
  662. @media screen and (max-width:991px) {
  663. .pristine-block {
  664. flex-wrap: wrap;
  665. }
  666. .device-block {
  667. margin-bottom: 10px;
  668. max-width: 32%;
  669. }
  670. .pro_flex {
  671. display: block;
  672. }
  673. .pro_title {
  674. width: 100%;
  675. margin-bottom: 20px;
  676. }
  677. .contact {
  678. display: flex !important;
  679. flex-direction: column;
  680. }
  681. .contact > div {
  682. margin-bottom: 0 !important;
  683. }
  684. .contact >div:first-child {
  685. order:1;
  686. }
  687. }
  688. @media screen and (max-width:768px){
  689. .pristine-picture {
  690. min-width: 50px;
  691. min-height: 50px;
  692. width: 120px;
  693. height: 120px;
  694. border-radius: 100%;
  695. overflow: hidden;
  696. }
  697. .web {
  698. display: none;
  699. }
  700. .custom-container {
  701. width: 70%;
  702. }
  703. .link {
  704. margin-right: 5px;
  705. }
  706. .flex-patient {
  707. justify-content: space-between;
  708. }
  709. .flex-patient > div {
  710. width: 48.5%;
  711. margin-right: 0;
  712. }
  713. }
  714. @media all and (max-width: 767px) {
  715. .patient_info {
  716. display: block;
  717. }
  718. .heading-icon {
  719. width: 60px;
  720. height: 60px;
  721. }
  722. .device-block {
  723. max-width: 48%;
  724. }
  725. .flex-patient > div {
  726. width: 100%;
  727. }
  728. .info_content {
  729. padding-left: 20px;
  730. margin-top: 20px;
  731. }
  732. .kit-container {
  733. display: block;
  734. }
  735. .kit-info {
  736. margin-top: 10px;
  737. margin-left: 0;
  738. }
  739. }
  740. @media screen and (max-width:500px) {
  741. #patientDashboardApp .lh-form-container {
  742. padding: 0 10px;
  743. }
  744. .custom-container {
  745. width: 100%;
  746. }
  747. .top-covid.dashboard h6{
  748. padding-bottom: 0px;
  749. margin-top: 10px;
  750. }
  751. .top-covid h6{
  752. padding-bottom: 30px;
  753. }
  754. .profile-pic {
  755. width: 80px;
  756. height: 80px;
  757. }
  758. .setup p {
  759. font-size: 25px;
  760. line-height: normal;
  761. }
  762. .btn-orange {
  763. padding: 6px 15px;
  764. }
  765. .device-title {
  766. padding: 10px;
  767. }
  768. .address-card {
  769. padding: 30px;
  770. }
  771. .mobile, .patient_dob_coverage {
  772. display: block;
  773. }
  774. .patient_info_section {
  775. margin-left: 20px;
  776. }
  777. .form {
  778. padding: 60px 20px 20px 20px !important;
  779. }
  780. .link span:first-child {
  781. padding-right: 65px;
  782. }
  783. .link .icon_wrap {
  784. right: -5px !important;
  785. }
  786. .flex {
  787. flex-wrap: wrap;
  788. }
  789. .flex h4 {
  790. margin-right: 0px;
  791. margin-bottom: 12px;
  792. }
  793. .step-image, .icon-button img {
  794. height: 50px;
  795. }
  796. .patient_info {
  797. padding-top: 0;
  798. }
  799. .patient_info a > img {
  800. display: none;
  801. }
  802. .full-mobile {
  803. margin-right: -15px;
  804. margin-left: -15px;
  805. }
  806. .addr {
  807. width: 70%;
  808. }
  809. .flex_name, .profile-pic {
  810. flex-direction: column;
  811. text-align: center;
  812. }
  813. .flex_name .info {
  814. margin-left: 0;
  815. }
  816. .kit-container >div:first-child, .kit-info h5 {
  817. text-align: center;
  818. }
  819. .kit-info h5 {
  820. padding: 10px 0;
  821. }
  822. .pro_subtitle h4 {
  823. font-size: 18px;
  824. line-height: 23px;
  825. margin-bottom: 10px;
  826. }
  827. .addr p, .avail p {
  828. font-size: 14px;
  829. }
  830. .setup_today .btn {
  831. width: 100%;
  832. }
  833. }
  834. @media screen and (max-width:375px) {
  835. .link {
  836. margin-right: 0;
  837. }
  838. .link span:first-child {
  839. padding-right: 12px;
  840. margin-right: 0px;
  841. }
  842. .link .icon_wrap {
  843. display: none;
  844. }
  845. }
  846. @media screen and (max-width:330px) {
  847. .main-nav {
  848. flex-wrap: nowrap !important;
  849. }
  850. .enroll {
  851. font-size: 30px;
  852. }
  853. .device-block {
  854. max-width: 100%;
  855. }
  856. .patient-device .device-block {
  857. max-width: 48%;
  858. }
  859. .call-light a{
  860. font-size: 24px;
  861. }
  862. .logo {
  863. width: 90%;
  864. }
  865. .flex-info .partial-text {
  866. margin-right: 5px;
  867. }
  868. .flex-info .partial-text+img{
  869. height: 40px;
  870. }
  871. .flex-footer img {
  872. margin-right: -80px;
  873. }
  874. }
  875. .heading-icon {
  876. width: 100px;
  877. height: 100px;
  878. }
  879. .step-point-outer {
  880. width: 60px;
  881. margin-right: 25px;
  882. }
  883. .step-point {
  884. border: 1px solid rgba(0, 0, 0, 0.06);
  885. padding: 16px 28px;
  886. }
  887. .icon-button {
  888. display: inline-flex;
  889. align-items: center;
  890. box-shadow: 0px 100px 80px rgba(190, 190, 190, 0.07), 0px 41.7776px 33.4221px rgba(190, 190, 190, 0.0503198), 0px 22.3363px 17.869px rgba(190, 190, 190, 0.0417275), 0px 12.5216px 10.0172px rgba(190, 190, 190, 0.035), 0px 6.6501px 5.32008px rgba(190, 190, 190, 0.0282725), 0px 2.76726px 2.21381px rgba(190, 190, 190, 0.0196802);
  891. border-radius: 5px;
  892. padding: 20px 28px;
  893. font-weight: bold;
  894. cursor: pointer;
  895. }
  896. .icon-button span {
  897. font-family: 'Ivar';
  898. font-size: 20px;
  899. line-height: 24px;
  900. letter-spacing: 0.68px;
  901. font-weight: lighter;
  902. }
  903. .partial-text {
  904. margin-right: -1rem !important;
  905. }
  906. .partial-text+img {
  907. background: #fff;
  908. border-radius: 100%;
  909. border: 1px solid #fff3;
  910. }
  911. .self-monitoring-header {
  912. background: #ffefe6;
  913. min-height: 120px;
  914. }
  915. .self-monitoring-header h2 {
  916. font-size: 21px !important;
  917. line-height: 32px !important;
  918. }
  919. .self-monitoring-header img {
  920. width: 50px;
  921. height: 50px;
  922. border-radius: 100%;
  923. margin-bottom: 1.5rem;
  924. }
  925. @media screen and (min-width: 991px){
  926. .self-monitoring-header h2 {
  927. font-size: 25px !important;
  928. line-height: 32px !important;
  929. }
  930. .self-monitoring-header img {
  931. width: 75px;
  932. height: 75px;
  933. margin-bottom: 0;
  934. }
  935. }