style.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875
  1. html { overflow-y: scroll; }
  2. body { position: absolute; }
  3. .main-unregistered {
  4. flex-direction: column;
  5. background-color: #fffdf9;
  6. color: #3f3f3f;
  7. width: 100%;
  8. }
  9. .main-unregistered .intro {
  10. display: flex;
  11. flex-direction: row;
  12. justify-content: center;
  13. width: 100%;
  14. }
  15. .main-unregistered .menu {
  16. position: fixed;
  17. justify-content: center;
  18. top: 0;
  19. width: 39.313vw;
  20. height: 3.544vw;
  21. background-color: #deeaec;
  22. border-radius: 1.636vw;
  23. border: 0.109vw solid;
  24. border-color: #97b8a5;
  25. display: flex;
  26. justify-content: space-around;
  27. align-items: center;
  28. z-index: 1000;
  29. }
  30. .main-unregistered .text-menu {
  31. font-family: "Commissioner-SemiBold", Helvetica;
  32. font-weight: 600;
  33. font-size: 1.091vw;
  34. background-color: #deeaec;
  35. border: none;
  36. transition: border 0.1s ease-in;
  37. }
  38. .main-unregistered .text-menu:hover{
  39. border: 0.2vw solid #97b8a5;
  40. border-radius: 1.636vw;
  41. }
  42. .main-unregistered .heads-intro {
  43. position: relative;
  44. display: flex;
  45. flex-direction: column;
  46. justify-content: center;
  47. width: 100%;
  48. text-align: center;
  49. top: 5.453vw;
  50. align-items: center;
  51. }
  52. .main-unregistered .text-head {
  53. font-family: "Commissioner-SemiBold", Helvetica;
  54. font-weight: 800;
  55. font-size: 5.016vw;
  56. }
  57. .main-unregistered .text-subhead {
  58. font-family: "Commissioner-SemiBold", Helvetica;
  59. font-weight: 800;
  60. font-size: 2.017vw;
  61. }
  62. .main-unregistered .image-intro-pets {
  63. display: block;
  64. margin-top: 3.272vw;
  65. width: 23.501vw;
  66. height: 18.92vw;
  67. }
  68. .main-unregistered .miniinfo {
  69. margin-top: 19.502vw;
  70. width: 100%;
  71. display: flex;
  72. justify-content: center;
  73. }
  74. .main-unregistered .subminiinfo {
  75. display: flex;
  76. justify-content: center;
  77. align-items: center;
  78. width: 68.43vw;
  79. }
  80. .main-unregistered .text-miniinfo-head {
  81. font-family: "Commissioner-SemiBold", Helvetica;
  82. font-weight: 800;
  83. font-size: 2.617vw;
  84. margin-left: 4.089vw;
  85. }
  86. .main-unregistered .text-miniinfo-subhead {
  87. font-family: "Abhaya Libre Medium-Regular", Helvetica;
  88. font-weight: 500;
  89. font-size: 1.745vw;
  90. width: 41.712vw;
  91. margin-left: 4.089vw;
  92. }
  93. .main-unregistered .miniinfo-img {
  94. width: 22.465vw;
  95. height: 33.751vw;
  96. }
  97. .main-unregistered .services {
  98. width: 100%;
  99. height: 50.436vw;
  100. margin-top: 9.051vw;
  101. background-color: #97b8a5;
  102. flex-direction: column;
  103. margin-left: -0.5vw;
  104. }
  105. .main-unregistered .subservices {
  106. display: flex;
  107. justify-content: space-around;
  108. margin-top: 3.162vw;
  109. }
  110. .main-unregistered .services-part {
  111. align-items: end;
  112. display: grid;
  113. justify-content: center;
  114. -webkit-transition: all 0.2s ease;
  115. transition: all 0.2s ease;
  116. }
  117. .main-unregistered .services-part:hover{
  118. color: #fffdf9;
  119. background-color: #FFD87E;
  120. }
  121. .main-unregistered .text-services-head {
  122. font-family: "Commissioner-SemiBold", Helvetica;
  123. font-weight: 800;
  124. font-size: 2.617vw;
  125. padding-top: 4.798vw;
  126. text-align: center;
  127. color: #fffdf9;
  128. margin-bottom: 0.763vw;
  129. }
  130. .main-unregistered .for-services-img {
  131. justify-content: center;
  132. width: 100%;
  133. display: grid;
  134. align-items: center;
  135. margin-top: 1.927vw;
  136. }
  137. .main-unregistered .services-img {
  138. width: 4.471vw;
  139. height: 4.471vh;
  140. justify-content: center;
  141. align-items: center;
  142. display: flex;
  143. }
  144. .main-unregistered .text-services {
  145. text-align: center;
  146. font-family: "Abhaya Libre Medium-Regular", Helvetica;
  147. font-weight: 500;
  148. font-size: 1.527vw;
  149. margin-top: 4.635vw;
  150. margin-bottom: 1.254vw;
  151. width: 12.865vw;
  152. height: 3.125vw;
  153. text-align: center;
  154. }
  155. .main-unregistered .services-part {
  156. background-color: #fffdf9;
  157. width: 14.395vw;
  158. height: 15.812vw;
  159. }
  160. .main-unregistered .doctors {
  161. width: 100%;
  162. justify-content: center;
  163. align-items: center;
  164. flex-direction: column;
  165. display: flex;
  166. padding-top: 3.907vw;
  167. }
  168. .main-unregistered .doctors-head {
  169. font-family: "Commissioner-SemiBold", Helvetica;
  170. font-weight: 800;
  171. font-size: 2.617vw;
  172. text-align: center;
  173. color: #3f3f3f;
  174. margin-bottom: 2.453vw;
  175. }
  176. .main-unregistered .pets {
  177. width: 100%;
  178. height: 50.436vw;
  179. background-color: #FFE4DD;
  180. margin-top: 4.744vw;
  181. margin-left: -0.5vw;
  182. }
  183. .main-unregistered .pets-head {
  184. font-family: "Commissioner-SemiBold", Helvetica;
  185. font-weight: 800;
  186. font-size: 2.617vw;
  187. padding-top: 3.599vw;
  188. text-align: center;
  189. color: #fffdf9;
  190. margin-bottom: 5.889vw;
  191. text-shadow: 0 0 1px #3f3f3f, 0 0 1px #3f3f3f, 0 0 1px #3f3f3f;
  192. }
  193. .main-unregistered .subpets {
  194. display: flex;
  195. justify-content: space-between;
  196. }
  197. .main-unregistered .pets-part-background {
  198. width: 33.697vw;
  199. height: 28.353vw;
  200. background-color: #FFFDF9;
  201. margin-right: 1.472vw;
  202. align-items: center;
  203. justify-content: center;
  204. display: flex;
  205. position: relative;
  206. }
  207. .main-unregistered .pets-parts-text {
  208. width: 29.171vw;
  209. height: 16.303vw;
  210. font-size: 1.745vw;
  211. text-align: center;
  212. font-family: "Abhaya Libre Medium-Regular", Helvetica;
  213. position: absolute;
  214. top: 50%;
  215. transform: translate(0, -50%);
  216. }
  217. .main-unregistered .podval {
  218. width: 100%;
  219. height: 22.028vw;
  220. margin-top: 2.963vw;
  221. }
  222. .main-unregistered .podval-str1, .podval-str2 {
  223. justify-content: space-between;
  224. display: flex;
  225. }
  226. .main-unregistered .podval-str2 {
  227. margin-top: 3.708vw;
  228. }
  229. .main-unregistered .podval-text-col2 {
  230. text-align: right;
  231. font-family: "Commissioner-SemiBold", Helvetica;
  232. font-weight: 800;
  233. font-size: 2.617vw;
  234. margin-right: 2.181vw;
  235. }
  236. .main-unregistered .podval-text-col1 {
  237. text-align: right;
  238. font-family: "Commissioner-SemiBold", Helvetica;
  239. font-weight: 500;
  240. font-size: 2.617vw;
  241. margin-left: 2.181vw;
  242. }
  243. .link {
  244. text-decoration: none;
  245. color: #3f3f3f;
  246. }
  247. .registration_form .button-back {
  248. font-family: "Abhaya Libre", Helvetica;
  249. font-weight: 600;
  250. font-style: normal;
  251. font-size: 1.5vw;
  252. background-color: #DEEAEC;
  253. color: #3f3f3f;
  254. height: 4vw;
  255. width: 9vw;
  256. border: 2px solid #97B8A5;
  257. border-radius: 30px;
  258. text-align: center;
  259. margin-top: 1vw;
  260. margin-left: 2vw;
  261. vertical-align: middle;
  262. }
  263. .registration_form .button-back-p {
  264. font-family: "Abhaya Libre", Helvetica;
  265. font-weight: 600;
  266. font-style: normal;
  267. font-size: 1.5vw;
  268. background-color: #DEEAEC;
  269. color: #3f3f3f;
  270. height: 4vw;
  271. width: 9vw;
  272. border: 2px solid #97B8A5;
  273. border-radius: 30px;
  274. text-align: center;
  275. margin-top: 1vw;
  276. margin-left: 1vw;
  277. vertical-align: middle;
  278. }
  279. .registration_form .button-edit {
  280. font-family: "Abhaya Libre", Helvetica;
  281. font-weight: 600;
  282. font-style: normal;
  283. font-size: 1.5vw;
  284. background-color: #DEEAEC;
  285. color: #3f3f3f;
  286. height: 4vw;
  287. width: 18vw;
  288. padding-left: 3vw;
  289. border: 2px solid #97B8A5;
  290. border-radius: 30px;
  291. text-align: center;
  292. margin-top: 1vw;
  293. margin-left: 68vw;
  294. vertical-align: middle;
  295. background-image: url(img/edit.png);
  296. background-size: 2vw;
  297. background-repeat: no-repeat;
  298. background-position: left 1.5vw center;
  299. }
  300. .line1 {
  301. margin-top: 3.217vw;
  302. border: 0.055vw solid #97B8A5;
  303. width: 80.261vw;
  304. position: absolute;
  305. top: 500%;
  306. left: 50%;
  307. transform: translate(-50%, -50%);
  308. }
  309. .icon-user{
  310. background-color: #97B8A5;
  311. border-radius: 8vw;
  312. width: 13vw;
  313. height: 13vw;
  314. transform: translate(-50%, -50%);
  315. position: absolute;
  316. top: 10vw;
  317. left: 50%;
  318. }
  319. .info-user{
  320. width: auto;
  321. height: auto;
  322. transform: translate(-50%, -50%);
  323. position: absolute;
  324. top: 22vw;
  325. left: 50%;
  326. display:grid;
  327. text-align: center;
  328. justify-content: center;
  329. align-items: center;
  330. }
  331. .pets-user{
  332. font-family: "Commissioner-SemiBold", Helvetica;
  333. font-weight: 800;
  334. font-style: normal;
  335. font-size: 2vw;
  336. transform: translate(-50%, -50%);
  337. position: absolute;
  338. top: 30vw;
  339. left: 50%;
  340. width: 23vw;
  341. height: 5vw;
  342. text-align: center;
  343. }
  344. .pets-add{
  345. margin-top: 24vw;
  346. margin-left: 58vw;
  347. }
  348. .name-user{
  349. font-family: "Commissioner-SemiBold", Helvetica;
  350. font-weight: 800;
  351. font-style: normal;
  352. font-size: 2vw;
  353. }
  354. .email-user{
  355. font-family: "Abhaya Libre", Helvetica;
  356. font-weight: 600;
  357. font-style: normal;
  358. font-size: 2vw;
  359. margin-top: 0.1vw;
  360. }
  361. .registration_form {
  362. flex-direction: column;
  363. background-color: #fffdf9;
  364. color: #3f3f3f;
  365. width: 100%;
  366. }
  367. .registration_form .heads-form {
  368. font-family: "Abhaya Libre", Helvetica;
  369. font-weight: 600;
  370. font-style: normal;
  371. font-size: 2.617vw;
  372. text-align: center;
  373. color: #3f3f3f;
  374. margin-bottom: 0.273vw;
  375. }
  376. .registration_form .form-position {
  377. display:grid;
  378. text-align: center;
  379. justify-content: center;
  380. align-items: center;
  381. }
  382. .registration_form .element{
  383. display: block;
  384. text-align: justify;
  385. margin-top: 1.091vw;
  386. }
  387. .registration_form .lable{
  388. font-family: "Abhaya Libre", Helvetica;
  389. font-weight: 600;
  390. font-style: normal;
  391. font-size: 1.617vw;
  392. color: #3f3f3f;
  393. }
  394. .registration_form .input{
  395. font-family: "Abhaya Libre", Helvetica;
  396. font-weight: 600;
  397. font-style: normal;
  398. width: 57.088vw;
  399. height: 3.871vw;
  400. border-radius: 0.818vw;
  401. background-color: #97B8A5;
  402. border: none;
  403. padding-left: 1.091vw;
  404. font-size: 1.617vw;
  405. color: #FFFDF9;
  406. margin-top: 1.091vw;
  407. }
  408. .textarea{
  409. font-family: "Abhaya Libre", Helvetica;
  410. font-weight: 600;
  411. font-style: normal;
  412. width: 57.088vw;
  413. height: 3.871vw;
  414. border-radius: 0.818vw;
  415. background-color: #97B8A5;
  416. border: none;
  417. padding-left: 1.091vw;
  418. font-size: 1.617vw;
  419. color: #FFFDF9;
  420. margin-top: 1.091vw;
  421. resize: vertical;
  422. max-height: 8.088vw;
  423. min-height:3.871vw;
  424. padding-top: 0.5vw;
  425. }
  426. .textarea::-webkit-resizer{
  427. background: linear-gradient(315deg,
  428. #0000 16% 26%,
  429. #FFFDF9 26% 33%,
  430. #0000 33% 43%,
  431. #FFFDF9 43% 50%,
  432. #0000 50% 100%) no-repeat;
  433. background-size: 80% 80%;
  434. }
  435. .registration_form .input:focus{
  436. outline: none;
  437. }
  438. .registration_form .input::placeholder{
  439. color: #3F3F3F;
  440. }
  441. .textarea:focus{
  442. outline: none;
  443. }
  444. .textarea::placeholder{
  445. color: #3F3F3F;
  446. }
  447. .registration_form .container {
  448. font-family: "Abhaya Libre", Helvetica;
  449. font-weight: 600;
  450. font-style: normal;
  451. display: block;
  452. position: relative;
  453. text-align: left;
  454. padding-left: 3.272vw;
  455. margin-top: 1.091vw;
  456. cursor: pointer;
  457. font-size: 1.363vw;
  458. padding-top: 0.436vw;
  459. }
  460. .registration_form .checkmark {
  461. width: 2.072vw;
  462. height: 2.072vw;
  463. border: 0.164vw solid #97B8A5;
  464. border-radius: 0.818vw;
  465. cursor: pointer;
  466. display: inline-block;
  467. text-align: left;
  468. position: absolute;
  469. top: 0;
  470. left: 0;
  471. }
  472. .registration_form .checkmark:after {
  473. content: "";
  474. position: absolute;
  475. display: none;
  476. }
  477. .container input:checked ~ .checkmark:after {
  478. display: block;
  479. }
  480. .container .checkmark:after {
  481. left: 0.709vw;
  482. top: 0.382vw;
  483. width: 0.545vw;
  484. height: 0.818vw;
  485. border:solid #3F3F3F;
  486. border-radius: 0.109vw;
  487. border-width: 0 0.191vw 0.191vw 0;
  488. transform: rotate(45deg);
  489. }
  490. .registration_form .button{
  491. text-align: center;
  492. display: block;
  493. margin-top: 2.181vw;
  494. align-items: center;
  495. justify-content: center;
  496. }
  497. .registration_form .button-text{
  498. font-family: "Abhaya Libre", Helvetica;
  499. font-weight: 600;
  500. font-style: normal;
  501. font-size: 3.272vw;
  502. width: 50.6vw;
  503. height: 5.18vw;
  504. border-radius: 0.818vw;
  505. background-color: #97B8A5;
  506. border: none;
  507. padding-left: 1.091vw;
  508. color: #FFFDF9;
  509. margin-top: 1.091vw;
  510. }
  511. .registration_form .footer-form {
  512. font-family: "Abhaya Libre", Helvetica;
  513. font-weight: 600;
  514. font-style: normal;
  515. font-size: 1.500vw;
  516. text-align: center;
  517. color: #3f3f3f;
  518. margin-top: 0.545vw;
  519. }
  520. .registration_form .appointment-position {
  521. display:grid;
  522. text-align: center;
  523. justify-content: center;
  524. align-items: center;
  525. }
  526. .registration_form .head-appointment {
  527. font-family: "Commissioner-SemiBold", Helvetica;
  528. font-weight: 800;
  529. font-style: normal;
  530. font-size: 2.617vw;
  531. text-align: center;
  532. color: #3f3f3f;
  533. margin-bottom: 0.273vw;
  534. }
  535. .registration_form .input-appointment{
  536. font-family: "Abhaya Libre", Helvetica;
  537. font-weight: 600;
  538. font-style: normal;
  539. width: 47.088vw;
  540. height: 3.871vw;
  541. border-radius: 0.818vw;
  542. background-color: #FFD87E;
  543. border: none;
  544. padding-left: 1.091vw;
  545. font-size: 1.617vw;
  546. color: #FFFDF9;
  547. margin-top: 1.091vw;
  548. margin-left: 2vw;
  549. appearance: none;
  550. -webkit-appearance: none;
  551. -moz-appearance: none;
  552. background-image: url(img/strelka.png);
  553. background-size: 2vw;
  554. background-repeat: no-repeat;
  555. background-position: right 1vw center;
  556. }
  557. .registration_form .datetime-appointment{
  558. font-family: "Abhaya Libre", Helvetica;
  559. font-weight: 600;
  560. font-style: normal;
  561. width: 46.088vw;
  562. height: 3.871vw;
  563. border-radius: 0.818vw;
  564. background-color: #FFD87E;
  565. border: none;
  566. padding-left: 1.091vw;
  567. font-size: 1.617vw;
  568. color: #FFFDF9;
  569. margin-top: 1.091vw;
  570. margin-left: 2vw;
  571. }
  572. input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  573. opacity: 1;
  574. display: block;
  575. background: url(img/datetime.png) no-repeat;
  576. width: 3vw;
  577. height: 2vw;
  578. border-width: thin;
  579. background-size: 2vw;
  580. }
  581. *:focus {
  582. outline: none;
  583. }
  584. .datetime-appointment:focus{
  585. outline: none;
  586. }
  587. .input-appointment:focus{
  588. outline: none;
  589. }
  590. .registration_form .button-appointment{
  591. font-family: "Abhaya Libre", Helvetica;
  592. font-weight: 600;
  593. font-style: normal;
  594. font-size: 3.272vw;
  595. width: 50.6vw;
  596. height: 5.18vw;
  597. border-radius: 0.818vw;
  598. background-color: #FFD87E;
  599. border: none;
  600. padding-left: 1.091vw;
  601. color: #FFFDF9;
  602. margin-top: 1.091vw;
  603. }
  604. .registration_form .container-appointment {
  605. font-family: "Abhaya Libre", Helvetica;
  606. font-weight: 600;
  607. font-style: normal;
  608. display: block;
  609. position: relative;
  610. text-align: left;
  611. padding-left: 3.272vw;
  612. margin-top: 1.091vw;
  613. cursor: pointer;
  614. font-size: 1.363vw;
  615. padding-top: 0.436vw;
  616. margin-left: 2vw;
  617. }
  618. .registration_form .checkmark-appointment {
  619. width: 2.072vw;
  620. height: 2.072vw;
  621. border: 0.164vw solid #FFD87E;
  622. border-radius: 0.818vw;
  623. cursor: pointer;
  624. display: inline-block;
  625. text-align: left;
  626. position: absolute;
  627. top: 0;
  628. left: 0;
  629. }
  630. .registration_form .checkmark-appointment:after {
  631. content: "";
  632. position: absolute;
  633. display: none;
  634. }
  635. .container-appointment input:checked ~ .checkmark-appointment:after {
  636. display: block;
  637. }
  638. .container-appointment .checkmark-appointment:after {
  639. left: 0.709vw;
  640. top: 0.382vw;
  641. width: 0.545vw;
  642. height: 0.818vw;
  643. border:solid #3F3F3F;
  644. border-radius: 0.109vw;
  645. border-width: 0 0.191vw 0.191vw 0;
  646. transform: rotate(45deg);
  647. }
  648. .services {
  649. justify-content: center;
  650. display: flex;
  651. width: 100%;
  652. background-color: #fffdf9;
  653. }
  654. .services .services-page {
  655. flex-direction: column;
  656. width: 100%;
  657. margin-top: 9.017vw;
  658. justify-content: center;
  659. align-items: center;
  660. display: flex;
  661. }
  662. .services .services-head {
  663. font-family: "Abhaya Libre", Helvetica;
  664. font-weight: 600;
  665. font-style: normal;
  666. font-size: 3.272vw;
  667. text-align: center;
  668. color: #3f3f3f;
  669. margin-top: 0.8.179vw;
  670. }
  671. .services .menu {
  672. position: fixed;
  673. justify-content: center;
  674. top: 0;
  675. width: 39.313vw;
  676. height: 3.544vw;
  677. background-color: #deeaec;
  678. border-radius: 1.636vw;
  679. border: 0.109vw solid;
  680. border-color: #97b8a5;
  681. display: flex;
  682. justify-content: space-around;
  683. align-items: center;
  684. z-index: 1000;
  685. }
  686. .services .text-menu {
  687. font-family: "Commissioner", Helvetica;
  688. font-weight: 600;
  689. font-size: 1.091vw;
  690. background-color: #deeaec;
  691. border: none;
  692. transition: border 0.1s ease-in;
  693. }
  694. .services .text-menu:hover{
  695. border: 0.2vw solid #97b8a5;
  696. border-radius: 1.636vw;
  697. }
  698. .services .make-app {
  699. position: fixed;
  700. top: 0;
  701. width: 39.313vw;
  702. height: 5.344vw;
  703. background-color: #FFE4DD;
  704. border-radius: 1.636vw;
  705. border: 0.050vw solid;
  706. border-color: #97b8a5;
  707. display: flex;
  708. justify-content: center;
  709. align-items: end;
  710. z-index: 1000;
  711. margin-top: 1.091vw;
  712. }
  713. .services .make-app-text {
  714. font-family: "Commissioner", Helvetica;
  715. font-weight: 700;
  716. font-size: 1.527vw;
  717. margin-bottom: 0.354vw;
  718. color: #3F3F3F;
  719. }
  720. .services .line1 {
  721. margin-top: 3.217vw;
  722. border: 0.055vw solid #97B8A5;
  723. width: 63.261vw;
  724. }
  725. .services .services-section {
  726. margin-top: 3.762vw;
  727. margin-bottom: 3.326vw;
  728. width: 83.937vw;
  729. height: 22.465vw;
  730. display: flex;
  731. justify-content: space-between;
  732. }
  733. .services .service {
  734. background-image: url("img/service2.png");
  735. background-size: cover;
  736. border: 0.164vw solid #97b8a5;
  737. width: 22.901vw;
  738. height: 100%;
  739. display: flex;
  740. justify-content: center;
  741. flex-direction: column;
  742. align-items: center;
  743. text-align: center;
  744. }
  745. .services .line2 {
  746. border: 0.056vw solid #97B8A5;
  747. width: 14.286vw;
  748. margin-top: 1.418vw;
  749. }
  750. .services .service-head {
  751. margin-top: 2.236vw;
  752. margin-bottom: auto;
  753. position: static;
  754. font-family: "Commissioner", Helvetica;
  755. font-weight: 400;
  756. font-size: 1.854vw;
  757. width: 20.011vw;
  758. }
  759. .services .service-desc {
  760. margin-top: 1.527vw;
  761. margin-bottom: 1.472vw - 1.418vw;
  762. font-family: "Commissioner", Helvetica;
  763. font-weight: 400;
  764. font-size: 1.527vw;
  765. width: 20.011vw;
  766. }
  767. .services .service-price {
  768. margin-top: 1.963vw;
  769. margin-bottom: 2.672vw;
  770. font-family: "Commissioner", Helvetica;
  771. font-weight: 600;
  772. font-size: 1.527vw;
  773. }
  774. .doctors {
  775. justify-content: center;
  776. display: flex;
  777. width: 100%;
  778. background-color: #fffdf9;
  779. }
  780. .doctors .docs {
  781. width: 53.817vw;
  782. height: 139.095vw;
  783. display: flex;
  784. justify-content: center;
  785. flex-direction: column;
  786. }
  787. .doctors .subdocs {
  788. width: 53.817vw;
  789. display: flex;
  790. width: 68.43vw;
  791. margin-bottom: 5.453vw;
  792. }
  793. .doctors .text-docs-head-left {
  794. font-family: "Commissioner", Helvetica;
  795. font-weight: 800;
  796. font-size: 1.363vw;
  797. width: 37.459vw;
  798. margin-left: 2.181vw;
  799. }
  800. .doctors .text-docs-head-right {
  801. font-family: "Commissioner", Helvetica;
  802. font-weight: 800;
  803. font-size: 1.363vw;
  804. width: 37.459vw;
  805. }
  806. .doctors .text-docs-subhead-left {
  807. font-family: "Commissioner", Helvetica;
  808. font-weight: 500;
  809. font-size: 1.363vw;
  810. width: 37.459vw;
  811. margin-left: 2.181vw;
  812. }
  813. .doctors .text-docs-subhead-right {
  814. font-family: "Commissioner", Helvetica;
  815. font-weight: 500;
  816. font-size: 1.363vw;
  817. width: 37.459vw;
  818. }
  819. .doctors .doc-img {
  820. width: 14.122vw;
  821. height: 14.122vw;
  822. }
  823. .doctors .menu {
  824. position: fixed;
  825. justify-content: center;
  826. top: 0;
  827. width: 39.313vw;
  828. height: 3.544vw;
  829. background-color: #deeaec;
  830. border-radius: 1.636vw;
  831. border: 0.109vw solid;
  832. border-color: #97b8a5;
  833. display: flex;
  834. justify-content: space-around;
  835. align-items: center;
  836. z-index: 1000;
  837. }
  838. .doctors .text-menu {
  839. font-family: "Commissioner-SemiBold", Helvetica;
  840. font-weight: 600;
  841. font-size: 1.091vw;
  842. background-color: #deeaec;
  843. border: none;
  844. transition: border 0.1s ease-in;
  845. }
  846. .doctors .text-menu:hover{
  847. border: 0.2vw solid #97b8a5;
  848. border-radius: 1.636vw;
  849. }
  850. .docs .doctors-head {
  851. font-family: "Abhaya Libre", Helvetica;
  852. font-weight: 600;
  853. font-style: normal;
  854. font-size: 3.272vw;
  855. text-align: center;
  856. color: #3f3f3f;
  857. margin-top: 0.107vw;
  858. margin-bottom: 5.507vw;
  859. width: 100%;
  860. text-align: center;
  861. }