lh.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. @font-face {
  2. font-family: 'Euclid Circular';
  3. src: url("fonts/EuclidCircularA-Regular.ttf") format("truetype");
  4. }
  5. .lh-container *:not(i) {
  6. font-family: 'Euclid Circular';
  7. }
  8. .lh-container .text-primary {
  9. color: #2AB7CA !important;
  10. }
  11. .lh-container .text-secondary-light {
  12. color: #52525277 !important;
  13. }
  14. .lh-container .bg-primary {
  15. background-color: #2AB7CA !important;
  16. }
  17. .lh-container .btn-primary {
  18. background-color: #2AB7CA;
  19. border-color: #2AB7CA;
  20. color: #fff;
  21. font-weight: bold;
  22. }
  23. .lh-container .btn-success {
  24. background-color: #2AB7CA;
  25. border-color: #2AB7CA;
  26. color: #fff;
  27. font-weight: bold;
  28. }
  29. .lh-container .text-10,
  30. .lh-container .text-10 * {
  31. font-size: 10px !important;
  32. letter-spacing: 1px;
  33. }
  34. .lh-container .text-12,
  35. .lh-container .text-12 * {
  36. font-size: 12px !important;
  37. letter-spacing: 0.5px;
  38. }
  39. .lh-container .text-14,
  40. .lh-container .text-14 * {
  41. font-size: 14px !important;
  42. letter-spacing: 0.75px;
  43. }
  44. .lh-container .text-17,
  45. .lh-container .text-17 * {
  46. font-size: 17px !important;
  47. letter-spacing: 0.75px;
  48. }
  49. .lh-container .text-15,
  50. .lh-container .text-15 * {
  51. font-size: 15px !important;
  52. letter-spacing: 0.5px;
  53. }
  54. .lh-container .text-40,
  55. .lh-container .text-40 * {
  56. font-size: 40px !important;
  57. }
  58. .lh-container .font-weight-medium {
  59. font-weight: 500 !important;
  60. }
  61. .lh-container h1 {
  62. font-size: 26px !important;
  63. }
  64. .lh-container h2 {
  65. font-size: 19px !important;
  66. }
  67. .lh-container .lh-section {
  68. border-top: 3px solid #F2F2F2;
  69. background: #fff;
  70. }
  71. .lh-container .embed {
  72. width: 100vw;
  73. min-height: 52vw;
  74. border:none;
  75. }
  76. @media all and (max-width: 767px) {
  77. .lh-container .lh-section {
  78. border-top: 0;
  79. }
  80. .lh-container .embed {
  81. min-height: 100vh;
  82. }
  83. }
  84. .lh-container .lh-section:last-child {
  85. border-bottom: 3px solid #F2F2F2;
  86. }
  87. .lh-container .lh-well {
  88. background: #F4F5F9;
  89. padding: 1.5rem;
  90. }
  91. .lh-container .video-container {
  92. height: 360px;
  93. }
  94. .lh-container .lh-form-container {
  95. margin-top: 1rem;
  96. }
  97. @media all and (min-width: 767px) {
  98. .lh-container .lh-form-container {
  99. width: 540px;
  100. margin: 2rem auto;
  101. }
  102. }
  103. .lh-container .lh-form-container .form {
  104. background: #FFFFFF;
  105. border: 2px solid rgba(0, 0, 0, 0.06);
  106. box-sizing: border-box;
  107. box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.03);
  108. position: relative;
  109. padding: 60px 50px 50px 50px;
  110. margin: 60px 0;
  111. }
  112. .icon_wrap {
  113. position: absolute;
  114. top:-50px;
  115. right: calc(50% - 50px);
  116. background-color: #ffffff;
  117. border: 2px solid rgba(0, 0, 0, 0.06);
  118. height: 100px;
  119. width: 100px;
  120. display: flex;
  121. align-items: center;
  122. justify-content: center;
  123. border-radius: 100%;
  124. }
  125. .icon_wrap img {
  126. width: 60%;
  127. }
  128. .lh-container .lh-form-container .form input {
  129. border: 1px solid rgba(0, 0, 0, 0.08);
  130. box-sizing: border-box;
  131. border-radius: 4px;
  132. padding: 10px 10px;
  133. }
  134. .lh-container .profile-right-column {
  135. width: 350px;
  136. min-width: 350px;
  137. max-width: 350px;
  138. background: #EDEEF2;
  139. }
  140. .lh-container .profile-right-column ul {
  141. margin: 0;
  142. padding-left: 0;
  143. list-style-position: outside;
  144. margin-left: 1.25rem;
  145. }
  146. .lh-container .pro-picture {
  147. width: 135px;
  148. height: 135px;
  149. min-width: 135px;
  150. min-height: 135px;
  151. position: relative;
  152. }
  153. @media all and (max-width: 767px) {
  154. .lh-container .pro-picture {
  155. min-width: 50px;
  156. min-height: 50px;
  157. width: 50px;
  158. height: 50px;
  159. border-radius: 100%;
  160. overflow: hidden;
  161. }
  162. }
  163. .lh-container .pro-picture.pro-picture-sm {
  164. width: 100px;
  165. height: 100px;
  166. min-width: 100px;
  167. min-height: 100px;
  168. position: relative;
  169. }
  170. .lh-container .presence-indicator {
  171. width: 14px;
  172. height: 14px;
  173. background: #999;
  174. border-radius: 100%;
  175. }
  176. .lh-container .presence-indicator.present {
  177. background: #6BA84F;
  178. }
  179. .lh-container .pro-picture .presence-indicator {
  180. position: absolute;
  181. width: 20px;
  182. height: 20px;
  183. top: calc(100% - 13px);
  184. left: calc(100% - 13px);
  185. border: 3px solid #fff;
  186. }
  187. .lh-container .pro-picture.pro-picture-sm .presence-indicator {
  188. position: absolute;
  189. width: 16px;
  190. height: 16px;
  191. top: calc(100% - 10px);
  192. left: calc(100% - 10px);
  193. border: 3px solid #fff;
  194. }
  195. .lh-container .pro-verified-icon {
  196. width: 25px;
  197. height: 25px;
  198. }
  199. .lh-container .service-item {
  200. background: #EDEEF2;
  201. width: calc(33% - 4px);
  202. border-radius: 10px;
  203. margin-right: 4px;
  204. margin-bottom: 4px;
  205. padding: 3px 8px;
  206. font-size: 14px;
  207. font-weight: 500;
  208. }
  209. .lh-container .profile-heading {
  210. font-size: 20px;
  211. line-height: 1.35;
  212. }
  213. .lh-container .text-aqua {
  214. color: #2AB7CA !important;
  215. }
  216. .lh-container .bg-aqua {
  217. background-color: #2AB7CA !important;
  218. }
  219. .lh-container .font-size-normal {
  220. font-size: 1rem;
  221. }
  222. .lh-container .device-block {
  223. overflow: hidden;
  224. border-radius: 10px;
  225. }
  226. .lh-container .floating-signup {
  227. bottom: 0;
  228. }
  229. .single-form-heading {
  230. font-size: 40px !important;
  231. }
  232. @media all and (max-width: 767px) {
  233. .single-form-heading {
  234. font-size: 25px !important;
  235. }
  236. }
  237. input.form-control {
  238. background-color: lightyellow !important;
  239. }