tabexseriescomponents 0.0.64 → 0.0.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (178) hide show
  1. package/dist/index.cjs.js +25023 -16634
  2. package/dist/index.esm.js +25033 -16645
  3. package/dist/index.umd.js +24824 -16437
  4. package/package.json +1 -1
  5. package/src1-10/Contexts/LanguageContext.jsx +347 -0
  6. package/src1-10/Contexts/ProductsCardsSectionContext.jsx +28 -0
  7. package/src1-10/StylesJS/Customstyles.js +235 -0
  8. package/src1-10/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +205 -0
  9. package/src1-10/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +239 -0
  10. package/src1-10/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +198 -0
  11. package/src1-10/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +169 -0
  12. package/src1-10/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +180 -0
  13. package/src1-10/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +162 -0
  14. package/src1-10/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +184 -0
  15. package/src1-10/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +149 -0
  16. package/src1-10/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +271 -0
  17. package/src1-10/TabexComponents/Cards/MenuCard/MenuCard.jsx +546 -0
  18. package/src1-10/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +474 -0
  19. package/src1-10/TabexComponents/Cards/Productcard6/Productcard6.jsx +290 -0
  20. package/src1-10/TabexComponents/Cards/Productcard7/Productcard7.jsx +278 -0
  21. package/src1-10/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +293 -0
  22. package/src1-10/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +278 -0
  23. package/src1-10/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +312 -0
  24. package/src1-10/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +279 -0
  25. package/src1-10/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +293 -0
  26. package/src1-10/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +456 -0
  27. package/src1-10/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +272 -0
  28. package/src1-10/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
  29. package/src1-10/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +127 -0
  30. package/src1-10/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +126 -0
  31. package/src1-10/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +292 -0
  32. package/src1-10/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +281 -0
  33. package/src1-10/TabexComponents/Footer/Footer1/Footer1.jsx +418 -0
  34. package/src1-10/TabexComponents/Footer/Footer2/Footer2.jsx +381 -0
  35. package/src1-10/TabexComponents/Footer/Footer3/Footer3.jsx +316 -0
  36. package/src1-10/TabexComponents/Footer/Footer4/Footer4.jsx +437 -0
  37. package/src1-10/TabexComponents/Footer/Footer5/Footer5.jsx +488 -0
  38. package/src1-10/TabexComponents/Footer/Footer6/Footer6.jsx +286 -0
  39. package/src1-10/TabexComponents/Footer/Footer7/Footer7.jsx +370 -0
  40. package/src1-10/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +231 -0
  41. package/src1-10/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  42. package/src1-10/TabexComponents/Generalfiles/images/noimage.png +0 -0
  43. package/src1-10/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  44. package/src1-10/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  45. package/src1-10/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  46. package/src1-10/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  47. package/src1-10/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  48. package/src1-10/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  49. package/src1-10/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  50. package/src1-10/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  51. package/src1-10/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  52. package/src1-10/TabexComponents/Generalfiles/images/usflag.png +0 -0
  53. package/src1-10/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  54. package/src1-10/TabexComponents/Headers/AllinoneHeader/AllinoneHeader.jsx +722 -0
  55. package/src1-10/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +681 -0
  56. package/src1-10/TabexComponents/Headers/Header4/Header4.jsx +614 -0
  57. package/src1-10/TabexComponents/Headers/Header6/Header6.jsx +666 -0
  58. package/src1-10/TabexComponents/Headers/Header8/Header8.jsx +888 -0
  59. package/src1-10/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +710 -0
  60. package/src1-10/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +769 -0
  61. package/src1-10/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +666 -0
  62. package/src1-10/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +940 -0
  63. package/src1-10/TabexComponents/Headers/Modernheader/Modernheader.jsx +714 -0
  64. package/src1-10/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +833 -0
  65. package/src1-10/TabexComponents/Headers/Subheader/Subheader.jsx +239 -0
  66. package/src1-10/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +312 -0
  67. package/src1-10/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +278 -0
  68. package/src1-10/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +129 -0
  69. package/src1-10/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +153 -0
  70. package/src1-10/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +295 -0
  71. package/src1-10/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +409 -0
  72. package/src1-10/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +793 -0
  73. package/src1-10/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +486 -0
  74. package/src1-10/TabexComponents/Sections/Cards/CardsSection7/CardsSection7.js +888 -0
  75. package/src1-10/TabexComponents/Sections/Cards/CardsSection8/CardsSection8.js +419 -0
  76. package/src1-10/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +512 -0
  77. package/src1-10/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +281 -0
  78. package/src1-10/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +166 -0
  79. package/src1-10/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +152 -0
  80. package/src1-10/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +139 -0
  81. package/src1-10/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +146 -0
  82. package/src1-10/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +209 -0
  83. package/src1-10/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +145 -0
  84. package/src1-10/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +252 -0
  85. package/src1-10/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +175 -0
  86. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +154 -0
  87. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +193 -0
  88. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +197 -0
  89. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.js +91 -0
  90. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +309 -0
  91. package/src1-10/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +260 -0
  92. package/src1-10/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +459 -0
  93. package/src1-10/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +216 -0
  94. package/src1-10/TabexComponents/StaticPages/Checkout/Checkout.jsx +1220 -0
  95. package/src1-10/TabexComponents/StaticPages/Filter/Filter.jsx +542 -0
  96. package/src1-10/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +51 -0
  97. package/src1-10/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
  98. package/src1-10/TabexComponents/StaticPages/Login/Login.jsx +299 -0
  99. package/src1-10/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.js +192 -0
  100. package/src1-10/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1271 -0
  101. package/src1-10/TabexComponents/StaticPages/Policies/Policies.jsx +353 -0
  102. package/src1-10/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1456 -0
  103. package/src1-10/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +209 -0
  104. package/src1-10/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +776 -0
  105. package/src1-10/TabexComponents/StaticPages/Signup/Signup.jsx +157 -0
  106. package/src1-10/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +285 -0
  107. package/src1-10/TabexComponents/StaticPages/Viewcart/Viewcart.js +1090 -0
  108. package/src1-10/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +606 -0
  109. package/src1-10/assets/images/cod.png +0 -0
  110. package/src1-10/assets/images/egyptflag.png +0 -0
  111. package/src1-10/assets/images/fawry.png +0 -0
  112. package/src1-10/assets/images/payment.png +0 -0
  113. package/src1-10/assets/images/paymob.png +0 -0
  114. package/src1-10/assets/images/paypal.png +0 -0
  115. package/src1-10/assets/images/shoppingcart.png +0 -0
  116. package/src1-10/assets/images/usflag.png +0 -0
  117. package/src1-10/assets/images/visa.png +0 -0
  118. package/src1-10/assets/images/whatsapp.png +0 -0
  119. package/src1-10/button.jsx +40 -0
  120. package/src1-10/index.jsx +179 -0
  121. package/src1-10/styles/Home.module.css +129 -0
  122. package/src1-10/styles/cards/Categorcycard_fullimage.module.css +10 -0
  123. package/src1-10/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
  124. package/src1-10/styles/cards/Categorycard_withshapes.module.css +189 -0
  125. package/src1-10/styles/cards/Productcard6.module.css +9 -0
  126. package/src1-10/styles/cards/Productcard_with_circularbg.module.css +137 -0
  127. package/src1-10/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
  128. package/src1-10/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
  129. package/src1-10/styles/cards/categorycard.module.css +102 -0
  130. package/src1-10/styles/cards/categorycard3.module.css +51 -0
  131. package/src1-10/styles/cards/categorycardwithtext.module.css +40 -0
  132. package/src1-10/styles/cards/productcard_animatedbuttons.module.css +104 -0
  133. package/src1-10/styles/cards/productcard_with_textonhover.module.css +12 -0
  134. package/src1-10/styles/cards/productccard_with_imageontopleft.module.css +85 -0
  135. package/src1-10/styles/general/bootstrap.css +4415 -0
  136. package/src1-10/styles/general/dropdown.css +199 -0
  137. package/src1-10/styles/general/editorbardropdown.module.css +94 -0
  138. package/src1-10/styles/general/filter.module.css +108 -0
  139. package/src1-10/styles/general/form.module.css +273 -0
  140. package/src1-10/styles/general/general.module.css +861 -0
  141. package/src1-10/styles/general/image-gallery.css +481 -0
  142. package/src1-10/styles/general/react-accessible-accordion.module.css +52 -0
  143. package/src1-10/styles/general/react-phone-input-2.module.css +927 -0
  144. package/src1-10/styles/general/scrollbtn.module.css +22 -0
  145. package/src1-10/styles/general/slick.module.css +166 -0
  146. package/src1-10/styles/general/tabs.module.css +110 -0
  147. package/src1-10/styles/general/workplaceeditor.module.css +328 -0
  148. package/src1-10/styles/globals.css +26 -0
  149. package/src1-10/styles/headers/Allinoneheader.module.css +91 -0
  150. package/src1-10/styles/headers/Header7.module.css +50 -0
  151. package/src1-10/styles/headers/Header_threesectionslogocentered.module.css +97 -0
  152. package/src1-10/styles/headers/Sideheader.module.css +108 -0
  153. package/src1-10/styles/headers/classicheaderstyles.module.css +16 -0
  154. package/src1-10/styles/headers/dropdown.css +0 -0
  155. package/src1-10/styles/headers/header4.module.css +175 -0
  156. package/src1-10/styles/headers/header5.module.css +30 -0
  157. package/src1-10/styles/headers/header6.module.css +117 -0
  158. package/src1-10/styles/headers/header_contactinfo.module.css +78 -0
  159. package/src1-10/styles/headers/headerresturant.module.css +89 -0
  160. package/src1-10/styles/headers/headerstyles.module.css +24 -0
  161. package/src1-10/styles/headers/modernheader.module.css +78 -0
  162. package/src1-10/styles/headers/subheader.module.css +114 -0
  163. package/src1-10/styles/sections/Backgroundimage1.module.css +17 -0
  164. package/src1-10/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
  165. package/src1-10/styles/sections/Section_with_rightbgcont.module.css +49 -0
  166. package/src1-10/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
  167. package/src1-10/styles/sections/Slideshow_with_squarebg.module.css +39 -0
  168. package/src1-10/styles/staticpages/accordion.module.css +9 -0
  169. package/src1-10/styles/staticpages/cart.module.css +108 -0
  170. package/src1-10/styles/staticpages/dropdown.css +196 -0
  171. package/src1-10/styles/staticpages/filter.module.css +139 -0
  172. package/src1-10/styles/staticpages/login.module.css +146 -0
  173. package/src1-10/styles/staticpages/productinfo.module.css +54 -0
  174. package/src1-10/styles/staticpages/shop.module.css +191 -0
  175. package/src1-10/styles/staticpages/signup.module.css +206 -0
  176. package/src1-10/styles/staticpages/staticroutersidenav.module.css +129 -0
  177. package/src1-10/styles/staticpages/viewcart.module.css +129 -0
  178. package/src1-10/styles/staticpages/wishlist.module.css +29 -0
@@ -0,0 +1,4415 @@
1
+ @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
2
+ @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
3
+ @import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Roboto:wght@100;300;400;500;700;900&display=swap');
4
+ @import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Roboto:wght@100;300;400;500;700;900&display=swap');
5
+ @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
6
+ @font-face {
7
+ font-family: 'Monoton';
8
+ font-style: normal;
9
+ font-weight: 400;
10
+ font-display: swap;
11
+ src: url(https://fonts.gstatic.com/s/monoton/v15/5h1aiZUrOngCibe4TkHLQg.woff2) format('woff2');
12
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
13
+ }
14
+ @font-face {
15
+ font-family: 'Pacifico';
16
+ font-style: normal;
17
+ font-weight: 400;
18
+ font-display: swap;
19
+ src: url(https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ-6K6MmTpA.woff2) format('woff2');
20
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
21
+ }
22
+ :root {
23
+ --cimon: #f76566;
24
+ --primary: #022648;
25
+ --secondary: #eac435;
26
+ --secondaryhover: #b99513;
27
+ --success: #3ac47d;
28
+ --successhover: #26ed86;
29
+ --info: #16aaff;
30
+ --infohover: #0071b3;
31
+ --warning: #f7b924;
32
+ --danger: #d92550;
33
+ --dangerhover: #991a3a;
34
+ /* --light: #eee; */
35
+ --light: #999999;
36
+ --lighthover: #343a40;
37
+ --dark: #343a40;
38
+ --focus: #444054;
39
+ --cardtitle: rgba(13, 27, 62, 0.7);
40
+ --cardheader: #008eb3;
41
+ --cardheaderhover: #007a99;
42
+ --blue: #0000b3;
43
+ }
44
+ body {
45
+ margin: 0;
46
+ font-size: 1rem;
47
+ font-weight: 400;
48
+ line-height: 1.5;
49
+ text-align: left;
50
+ background-color: #fff;
51
+ font-family: 'Poppins', sans-serif;
52
+ width: 100vw !important;
53
+ height: 100vh !important;
54
+ top: 0 !important;
55
+ left: 0 !important;
56
+ }
57
+ *,
58
+ *::before,
59
+ *::after {
60
+ box-sizing: border-box;
61
+ }
62
+ html {
63
+ font-family: 'Poppins', sans-serif;
64
+ line-height: 1.15;
65
+ -webkit-text-size-adjust: 100%;
66
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
67
+ width: 100% !important;
68
+ height: 100vh !important;
69
+ top: 0 !important;
70
+ left: 0 !important;
71
+ }
72
+ body {
73
+ margin: 0;
74
+ padding: 0;
75
+ font-family: 'Poppins', sans-serif;
76
+ font-size: 0.88rem;
77
+ font-weight: 400;
78
+ line-height: 1.5;
79
+ color: #022648;
80
+ text-align: left;
81
+ background: #f2f2f2 !important;
82
+ /* overflow-x: hidden !important; */
83
+ width: 100vw !important;
84
+ height: 100vh !important;
85
+ top: 0 !important;
86
+ left: 0 !important;
87
+ }
88
+ body::-webkit-scrollbar {
89
+ width: 5px;
90
+ }
91
+ body::-webkit-scrollbar-track {
92
+ box-shadow: inset 0 0 5px grey;
93
+ border-radius: 10px;
94
+ }
95
+ body::-webkit-scrollbar-thumb {
96
+ background: #022648;
97
+ border-radius: 10px;
98
+ }
99
+ body::-webkit-scrollbar-thumb:hover {
100
+ background: #eac435;
101
+ }
102
+ .mainscrollbar::-webkit-scrollbar {
103
+ width: 5px;
104
+ }
105
+ .mainscrollbar::-webkit-scrollbar-track {
106
+ box-shadow: inset 0 0 5px grey;
107
+ border-radius: 10px;
108
+ }
109
+ .mainscrollbar::-webkit-scrollbar-thumb {
110
+ background: #022648;
111
+ border-radius: 10px;
112
+ }
113
+ .mainscrollbar::-webkit-scrollbar-thumb:hover {
114
+ background: #eac435;
115
+ }
116
+ ul {
117
+ list-style: none;
118
+ }
119
+ .cursor-pointer {
120
+ cursor: pointer !important;
121
+ }
122
+ .cursor-default {
123
+ cursor: alias !important;
124
+ }
125
+ .cursor-notallowed {
126
+ cursor: not-allowed !important;
127
+ }
128
+ /* Table */
129
+ table {
130
+ border-collapse: collapse;
131
+ }
132
+ th {
133
+ text-align: inherit;
134
+ }
135
+ .table {
136
+ width: 100%;
137
+ margin-bottom: 1rem;
138
+ background-color: rgba(0, 0, 0, 0);
139
+ }
140
+ .table th,
141
+ .table td {
142
+ padding: 0.55rem;
143
+ border-top: 1px solid #e9ecef;
144
+ }
145
+ .table thead th {
146
+ vertical-align: bottom;
147
+ border-bottom: 2px solid #e9ecef;
148
+ font-size: 15px;
149
+ }
150
+ .table_thbg thead th {
151
+ font-size: 15px ;
152
+ }
153
+ .table td {
154
+ color: var(--focus);
155
+ font-size: 15px;
156
+ }
157
+ .table_bordered {
158
+ border: 1px solid #e9ecef;
159
+ }
160
+ .table_bordered th,
161
+ .table_bordered td {
162
+ border: 1px solid #e9ecef;
163
+ }
164
+ .table_bordered thead th,
165
+ .table_bordered thead td {
166
+ border-bottom-width: 2px;
167
+ }
168
+ .table_borderless th,
169
+ .table_borderless td,
170
+ .table_borderless thead th,
171
+ .table_borderless tbody + tbody {
172
+ border: 0;
173
+ }
174
+ .table_hover tbody tr:hover {
175
+ background-color: #e0f3ff;
176
+ }
177
+ .table_responsive {
178
+ display: block !important;
179
+ width: 100% !important;
180
+ overflow-x: auto !important;
181
+ -webkit-overflow-scrolling: touch !important;
182
+ -ms-overflow-style: -ms-autohiding-scrollbar !important;
183
+ }
184
+
185
+ /* Text Styles */
186
+ .opacity-6 {
187
+ opacity: 0.6 !important;
188
+ }
189
+ .linethrough {
190
+ text-decoration: line-through !important;
191
+ }
192
+ .text-overflow {
193
+ white-space: nowrap !important;
194
+ overflow: hidden !important;
195
+ text-overflow: ellipsis !important;
196
+ }
197
+ .text-uppercase {
198
+ text-transform: uppercase !important;
199
+ }
200
+ .text-capitalize {
201
+ text-transform: capitalize !important;
202
+ }
203
+ .font-weight-light {
204
+ font-weight: 300 !important;
205
+ }
206
+ .font-weight-normal {
207
+ font-weight: 400 !important;
208
+ }
209
+ .font-weight-500 {
210
+ font-weight: 500 !important;
211
+ }
212
+ .font-weight-600 {
213
+ font-weight: 600 !important;
214
+ }
215
+ .font-10 {
216
+ font-size: 10px !important;
217
+ }
218
+ .font-11 {
219
+ font-size: 11px !important;
220
+ }
221
+ .font-12 {
222
+ font-size: 12px !important;
223
+ }
224
+ .font-13 {
225
+ font-size: 13px !important;
226
+ }
227
+ .font-14 {
228
+ font-size: 14px !important;
229
+ }
230
+ .font-15 {
231
+ font-size: 15px !important;
232
+ }
233
+ .font-16 {
234
+ font-size: 16px !important;
235
+ }
236
+ .font-17 {
237
+ font-size: 17px !important;
238
+ }
239
+ .font-18 {
240
+ font-size: 18px !important;
241
+ }
242
+ .font-19 {
243
+ font-size: 19px !important;
244
+ }
245
+ .font-20 {
246
+ font-size: 20px !important;
247
+ }
248
+ .font-25 {
249
+ font-size: 25px !important;
250
+ }
251
+ .font-27 {
252
+ font-size: 27px !important;
253
+ }
254
+ .text-darkblue {
255
+ color: var(--darkblue) !important;
256
+ }
257
+ .text-cardheader {
258
+ color: var(--cardheader) !important;
259
+ }
260
+ .text-fav {
261
+ color: var(--fav) !important;
262
+ }
263
+ .text-info {
264
+ color: var(--info) !important;
265
+ }
266
+ .text-infohover:hover {
267
+ color: var(--infohover) !important;
268
+ transition: 0.3s !important;
269
+ cursor: pointer !important;
270
+ }
271
+ .text-black {
272
+ color: #000 !important;
273
+ }
274
+ .text-white {
275
+ color: #fff !important;
276
+ }
277
+ .text-whitehovercontainer:hover .text-whitehover {
278
+ color: #fff !important;
279
+ }
280
+ .text-whitehover:hover {
281
+ color: #fff !important;
282
+ }
283
+ .text-cardtitle {
284
+ color: var(--cardtitle) !important;
285
+ }
286
+ .text-primary {
287
+ color: #022648 !important;
288
+ transition: 0.3s ease-in-out !important;
289
+ transition: 0.3s;
290
+ }
291
+ .text-secondary {
292
+ color: #eac435 !important;
293
+ }
294
+ .text-secondaryhovercontainer:hover .text-secondaryhover {
295
+ color: #eac435 !important;
296
+ transition: 0.3s !important;
297
+ cursor: pointer !important;
298
+ }
299
+ .text-secondaryhover:hover {
300
+ color: #eac435 !important;
301
+ transition: 0.3s !important;
302
+ cursor: pointer !important;
303
+ }
304
+ .text-danger {
305
+ color: var(--danger) !important;
306
+ }
307
+ .text-dangerhover:hover {
308
+ color: var(--dangerhover) !important;
309
+ transition: 0.3s !important;
310
+ cursor: pointer !important;
311
+ }
312
+ .text-dark {
313
+ color: var(--dark) !important;
314
+ }
315
+ .text-success {
316
+ color: var(--success) !important;
317
+ }
318
+ .text-successhover:hover {
319
+ color: var(--successhover) !important;
320
+ transition: 0.3s !important;
321
+ cursor: pointer !important;
322
+ }
323
+ .text-light {
324
+ color: var(--light) !important;
325
+ }
326
+ .text-lighthover:hover {
327
+ color: var(--lighthover) !important;
328
+ transition: 0.3s !important;
329
+ cursor: pointer !important;
330
+ }
331
+ .text-light2 {
332
+ color: var(--light2) !important;
333
+ }
334
+ .text-focus {
335
+ color: var(--focus);
336
+ }
337
+ .text-muted {
338
+ color: #9eabc0 !important;
339
+ }
340
+ .text-grey {
341
+ color: grey !important;
342
+ }
343
+ .bg-black {
344
+ background-color: #000 !important;
345
+ }
346
+ .bg-orange {
347
+ background-color: var(--orange) !important;
348
+ }
349
+ .bg-dark {
350
+ background-color: var(--dark) !important;
351
+ }
352
+ .bg-focus {
353
+ background-color: var(--focus) !important;
354
+ }
355
+ .bg-transparent {
356
+ background-color: transparent !important;
357
+ }
358
+ .bg-white {
359
+ background-color: white;
360
+ }
361
+ .bg-primary {
362
+ background-color: #022648 !important;
363
+ }
364
+ .bg-secondary {
365
+ background-color: #eac435 !important;
366
+ }
367
+ .bg-secondaryhover:hover {
368
+ cursor: pointer !important;
369
+ background-color: #eac435 !important;
370
+ transition: 0.3s !important;
371
+ }
372
+ .bg-focus {
373
+ background-color: var(--focus);
374
+ }
375
+ .bg-info {
376
+ background-color: var(--info) !important;
377
+ transition: 0.3s;
378
+ }
379
+ .bg-infohover:hover {
380
+ background-color: var(--infohover) !important;
381
+ cursor: pointer;
382
+ transition: 0.3s;
383
+ }
384
+ .bg-fav {
385
+ background-color: var(--fav) !important;
386
+ transition: 0.3s;
387
+ }
388
+ .bg-favhover:hover {
389
+ background-color: var(--favhover) !important;
390
+ cursor: pointer;
391
+ transition: 0.3s;
392
+ }
393
+ .bg-warning {
394
+ background-color: #f6af09 !important;
395
+ }
396
+ .bg-success {
397
+ background-color: var(--success) !important;
398
+ }
399
+ .bg-successhover:hover {
400
+ background-color: var(--successhover) !important;
401
+ transition: 0.3s;
402
+ }
403
+ .bg-green {
404
+ background-color: var(--green) !important;
405
+ }
406
+ .bg-cimon {
407
+ background: var(--cimon) !important;
408
+ }
409
+ .bg-danger {
410
+ background-color: var(--danger) !important;
411
+ }
412
+ .bgdanger-hover:hover{
413
+ transition: .3s;
414
+ cursor: pointer;
415
+ background-color: var(--dangerhover) !important;
416
+ }
417
+ .bg-light {
418
+ background-color: #d9d9d9;
419
+ }
420
+ .bg-cardheader {
421
+ background-color: var(--cardheader) !important;
422
+ transition: 0.3s;
423
+ }
424
+ .bg-cardheaderhover:hover {
425
+ background-color: var(--cardheaderhover) !important;
426
+ }
427
+
428
+ /* Text Styles */
429
+ .visible {
430
+ visibility: visible !important;
431
+ }
432
+ .invisible {
433
+ visibility: hidden !important;
434
+ }
435
+ hr {
436
+ box-sizing: content-box;
437
+ height: 0;
438
+ overflow: visible;
439
+ }
440
+
441
+ h1,
442
+ h2,
443
+ h3,
444
+ h4,
445
+ h5,
446
+ h6 {
447
+ margin-top: 0;
448
+ margin-bottom: 0.5rem;
449
+ }
450
+
451
+ p {
452
+ margin-top: 0;
453
+ margin-bottom: 1rem;
454
+ }
455
+ b,
456
+ strong {
457
+ font-weight: bolder;
458
+ }
459
+
460
+ img {
461
+ vertical-align: middle;
462
+ border-style: none;
463
+ }
464
+
465
+ table {
466
+ border-collapse: collapse;
467
+ }
468
+
469
+ th {
470
+ text-align: inherit;
471
+ }
472
+
473
+ label {
474
+ display: inline-block;
475
+ margin-bottom: 0.5rem;
476
+ }
477
+
478
+ a:hover {
479
+ text-decoration: none;
480
+ }
481
+ a:not([href]):not([tabindex]) {
482
+ color: inherit;
483
+ text-decoration: none;
484
+ }
485
+ a:not([href]):not([tabindex]):hover,
486
+ a:not([href]):not([tabindex]):focus {
487
+ color: inherit;
488
+ text-decoration: none;
489
+ }
490
+ a:not([href]):not([tabindex]):focus {
491
+ outline: 0;
492
+ }
493
+ label {
494
+ display: inline-block;
495
+ margin-bottom: 0.5rem;
496
+ }
497
+ button {
498
+ border-radius: 0;
499
+ outline: none !important;
500
+ border: none;
501
+ background: transparent;
502
+ }
503
+ button:hover {
504
+ cursor: pointer;
505
+ }
506
+ button:focus {
507
+ outline: 1px dotted;
508
+ outline: 5px auto -webkit-focus-ring-color;
509
+ }
510
+ input {
511
+ outline: none;
512
+ border: none;
513
+ }
514
+ textarea {
515
+ outline: none;
516
+ border: none;
517
+ }
518
+
519
+ textarea:focus,
520
+ input:focus {
521
+ /* border-color: transparent !important; */
522
+ }
523
+
524
+ input,
525
+ button,
526
+ select,
527
+ optgroup,
528
+ textarea {
529
+ margin: 0;
530
+ font-family: inherit;
531
+ font-size: inherit;
532
+ line-height: inherit;
533
+ }
534
+ button,
535
+ input {
536
+ overflow: visible;
537
+ }
538
+ button,
539
+ select {
540
+ text-transform: none;
541
+ }
542
+ button,
543
+ [type='button'],
544
+ [type='reset'],
545
+ [type='submit'] {
546
+ -webkit-appearance: button;
547
+ }
548
+ button::-moz-focus-inner,
549
+ [type='button']::-moz-focus-inner,
550
+ [type='reset']::-moz-focus-inner,
551
+ [type='submit']::-moz-focus-inner {
552
+ padding: 0;
553
+ border-style: none;
554
+ }
555
+ input[type='radio'],
556
+ input[type='checkbox'] {
557
+ box-sizing: border-box;
558
+ padding: 0;
559
+ }
560
+ input[type='date'],
561
+ input[type='time'],
562
+ input[type='datetime-local'],
563
+ input[type='month'] {
564
+ -webkit-appearance: listbox;
565
+ }
566
+ textarea {
567
+ resize: none;
568
+ /* overflow: auto; */
569
+ /* resize: vertical */
570
+ }
571
+ button {
572
+ border-radius: 0;
573
+ }
574
+
575
+ button,
576
+ input,
577
+ optgroup,
578
+ select,
579
+ textarea {
580
+ margin: 0;
581
+ font-family: inherit;
582
+ font-size: inherit;
583
+ line-height: inherit;
584
+ }
585
+
586
+ button,
587
+ input {
588
+ overflow: visible;
589
+ }
590
+
591
+ button,
592
+ select {
593
+ text-transform: none;
594
+ }
595
+
596
+ [role='button'] {
597
+ cursor: pointer;
598
+ }
599
+
600
+ select {
601
+ word-wrap: normal;
602
+ }
603
+
604
+ [type='button'],
605
+ [type='reset'],
606
+ [type='submit'],
607
+ button {
608
+ -webkit-appearance: button;
609
+ }
610
+
611
+ [type='button']:not(:disabled),
612
+ [type='reset']:not(:disabled),
613
+ [type='submit']:not(:disabled),
614
+ button:not(:disabled) {
615
+ cursor: pointer;
616
+ }
617
+
618
+ [type='button']::-moz-focus-inner,
619
+ [type='reset']::-moz-focus-inner,
620
+ [type='submit']::-moz-focus-inner,
621
+ button::-moz-focus-inner {
622
+ padding: 0;
623
+ border-style: none;
624
+ }
625
+
626
+ input[type='checkbox'],
627
+ input[type='radio'] {
628
+ box-sizing: border-box;
629
+ padding: 0;
630
+ }
631
+
632
+ textarea {
633
+ overflow: auto;
634
+ resize: vertical;
635
+ }
636
+
637
+ [type='number']::-webkit-inner-spin-button,
638
+ [type='number']::-webkit-outer-spin-button {
639
+ height: auto;
640
+ }
641
+
642
+ [type='search'] {
643
+ outline-offset: -2px;
644
+ -webkit-appearance: none;
645
+ }
646
+
647
+ [type='search']::-webkit-search-decoration {
648
+ -webkit-appearance: none;
649
+ }
650
+
651
+ ::-webkit-file-upload-button {
652
+ font: inherit;
653
+ -webkit-appearance: button;
654
+ }
655
+
656
+ [hidden] {
657
+ display: none !important;
658
+ }
659
+
660
+ .h1,
661
+ .h2,
662
+ .h3,
663
+ .h4,
664
+ .h5,
665
+ .h6,
666
+ h1,
667
+ h2,
668
+ h3,
669
+ h4,
670
+ h5,
671
+ h6 {
672
+ margin-bottom: 0.5rem;
673
+ font-weight: 400;
674
+ line-height: 1.2;
675
+ }
676
+
677
+ .h1,
678
+ h1 {
679
+ font-size: 2.5rem;
680
+ }
681
+
682
+ .h2,
683
+ h2 {
684
+ font-size: 2rem;
685
+ }
686
+
687
+ .h3,
688
+ h3 {
689
+ font-size: 1.75rem;
690
+ }
691
+
692
+ .h4,
693
+ h4 {
694
+ font-size: 1.5rem;
695
+ }
696
+
697
+ .h5,
698
+ h5 {
699
+ font-size: 1.25rem;
700
+ }
701
+
702
+ .h6,
703
+ h6 {
704
+ font-size: 1rem;
705
+ }
706
+
707
+ hr {
708
+ margin-top: 1rem;
709
+ margin-bottom: 1rem;
710
+ border: 0;
711
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
712
+ }
713
+
714
+ .row {
715
+ display: flex;
716
+ flex-wrap: wrap;
717
+ margin-right: -0.75rem;
718
+ margin-left: -0.75rem;
719
+ }
720
+
721
+ .col,
722
+ .col-1,
723
+ .col-10,
724
+ .col-11,
725
+ .col-12,
726
+ .col-2,
727
+ .col-3,
728
+ .col-4,
729
+ .col-5,
730
+ .col-6,
731
+ .col-7,
732
+ .col-8,
733
+ .col-9,
734
+ .col-auto,
735
+ .col-lg,
736
+ .col-lg-1,
737
+ .col-lg-10,
738
+ .col-lg-11,
739
+ .col-lg-12,
740
+ .col-lg-2,
741
+ .col-lg-3,
742
+ .col-lg-4,
743
+ .col-lg-5,
744
+ .col-lg-6,
745
+ .col-lg-7,
746
+ .col-lg-8,
747
+ .col-lg-9,
748
+ .col-lg-auto,
749
+ .col-md,
750
+ .col-md-1,
751
+ .col-md-10,
752
+ .col-md-11,
753
+ .col-md-12,
754
+ .col-md-2,
755
+ .col-md-3,
756
+ .col-md-4,
757
+ .col-md-5,
758
+ .col-md-6,
759
+ .col-md-7,
760
+ .col-md-8,
761
+ .col-md-9,
762
+ .col-md-auto,
763
+ .col-sm,
764
+ .col-sm-1,
765
+ .col-sm-10,
766
+ .col-sm-11,
767
+ .col-sm-12,
768
+ .col-sm-2,
769
+ .col-sm-3,
770
+ .col-sm-4,
771
+ .col-sm-5,
772
+ .col-sm-6,
773
+ .col-sm-7,
774
+ .col-sm-8,
775
+ .col-sm-9,
776
+ .col-sm-auto,
777
+ .col-xl,
778
+ .col-xl-1,
779
+ .col-xl-10,
780
+ .col-xl-11,
781
+ .col-xl-12,
782
+ .col-xl-2,
783
+ .col-xl-3,
784
+ .col-xl-4,
785
+ .col-xl-5,
786
+ .col-xl-6,
787
+ .col-xl-7,
788
+ .col-xl-8,
789
+ .col-xl-9,
790
+ .col-xl-auto {
791
+ position: relative;
792
+ width: 100%;
793
+ padding-right: 0.75rem;
794
+ padding-left: 0.75rem;
795
+ }
796
+
797
+ .col {
798
+ flex-basis: 0;
799
+ flex-grow: 1;
800
+ min-width: 0;
801
+ max-width: 100%;
802
+ }
803
+
804
+ .col-auto {
805
+ flex: 0 0 auto;
806
+ width: auto;
807
+ max-width: 100%;
808
+ }
809
+
810
+ .col-1 {
811
+ flex: 0 0 8.33333%;
812
+ max-width: 8.33333%;
813
+ }
814
+
815
+ .col-2 {
816
+ flex: 0 0 16.66667%;
817
+ max-width: 16.66667%;
818
+ }
819
+
820
+ .col-3 {
821
+ flex: 0 0 25%;
822
+ max-width: 25%;
823
+ }
824
+
825
+ .col-4 {
826
+ flex: 0 0 33.33333%;
827
+ max-width: 33.33333%;
828
+ }
829
+
830
+ .col-5 {
831
+ flex: 0 0 41.66667%;
832
+ max-width: 41.66667%;
833
+ }
834
+
835
+ .col-6 {
836
+ flex: 0 0 50%;
837
+ max-width: 50%;
838
+ }
839
+
840
+ .col-7 {
841
+ flex: 0 0 58.33333%;
842
+ max-width: 58.33333%;
843
+ }
844
+
845
+ .col-8 {
846
+ flex: 0 0 66.66667%;
847
+ max-width: 66.66667%;
848
+ }
849
+
850
+ .col-9 {
851
+ flex: 0 0 75%;
852
+ max-width: 75%;
853
+ }
854
+
855
+ .col-10 {
856
+ flex: 0 0 83.33333%;
857
+ max-width: 83.33333%;
858
+ }
859
+
860
+ .col-11 {
861
+ flex: 0 0 91.66667%;
862
+ max-width: 91.66667%;
863
+ }
864
+
865
+ .col-12 {
866
+ flex: 0 0 100%;
867
+ max-width: 100%;
868
+ }
869
+ @media (min-width: 992px) {
870
+ .col-lg {
871
+ flex-basis: 0;
872
+ flex-grow: 1;
873
+ min-width: 0;
874
+ max-width: 100%;
875
+ }
876
+ .col-lg-auto {
877
+ flex: 0 0 auto;
878
+ width: auto;
879
+ max-width: 100%;
880
+ }
881
+ .col-lg-1 {
882
+ flex: 0 0 8.33333%;
883
+ max-width: 8.33333%;
884
+ }
885
+ .col-lg-2 {
886
+ flex: 0 0 16.66667%;
887
+ max-width: 16.66667%;
888
+ }
889
+ .col-lg-3 {
890
+ flex: 0 0 25%;
891
+ max-width: 25%;
892
+ }
893
+ .col-lg-4 {
894
+ flex: 0 0 33.33333%;
895
+ max-width: 33.33333%;
896
+ }
897
+ .col-lg-5 {
898
+ flex: 0 0 41.66667%;
899
+ max-width: 41.66667%;
900
+ }
901
+ .col-lg-6 {
902
+ flex: 0 0 50%;
903
+ max-width: 50%;
904
+ }
905
+ .col-lg-7 {
906
+ flex: 0 0 58.33333%;
907
+ max-width: 58.33333%;
908
+ }
909
+ .col-lg-8 {
910
+ flex: 0 0 66.66667%;
911
+ max-width: 66.66667%;
912
+ }
913
+ .col-lg-9 {
914
+ flex: 0 0 75%;
915
+ max-width: 75%;
916
+ }
917
+ .col-lg-10 {
918
+ flex: 0 0 83.33333%;
919
+ max-width: 83.33333%;
920
+ }
921
+ .col-lg-11 {
922
+ flex: 0 0 91.66667%;
923
+ max-width: 91.66667%;
924
+ }
925
+ .col-lg-12 {
926
+ flex: 0 0 100%;
927
+ max-width: 100%;
928
+ }
929
+ }
930
+ @media (min-width: 1200px) {
931
+ /* @media (min-width: 1025px) { */
932
+ .col-xl {
933
+ flex-basis: 0;
934
+ flex-grow: 1;
935
+ min-width: 0;
936
+ max-width: 100%;
937
+ }
938
+ .col-xl-1 {
939
+ flex: 0 0 8.33333%;
940
+ max-width: 8.33333%;
941
+ }
942
+ .col-xl-2 {
943
+ flex: 0 0 16.66667%;
944
+ max-width: 16.66667%;
945
+ }
946
+ .col-xl-3 {
947
+ flex: 0 0 25%;
948
+ max-width: 25%;
949
+ }
950
+ .col-xl-4 {
951
+ flex: 0 0 33.33333%;
952
+ max-width: 33.33333%;
953
+ }
954
+ .col-xl-5 {
955
+ flex: 0 0 41.66667%;
956
+ max-width: 41.66667%;
957
+ }
958
+ .col-xl-6 {
959
+ flex: 0 0 50%;
960
+ max-width: 50%;
961
+ }
962
+ .col-xl-7 {
963
+ flex: 0 0 58.33333%;
964
+ max-width: 58.33333%;
965
+ }
966
+ .col-xl-8 {
967
+ flex: 0 0 66.66667%;
968
+ max-width: 66.66667%;
969
+ }
970
+ .col-xl-9 {
971
+ flex: 0 0 75%;
972
+ max-width: 75%;
973
+ }
974
+ .col-xl-10 {
975
+ flex: 0 0 83.33333%;
976
+ max-width: 83.33333%;
977
+ }
978
+ .col-xl-11 {
979
+ flex: 0 0 91.66667%;
980
+ max-width: 91.66667%;
981
+ }
982
+ .col-xl-12 {
983
+ flex: 0 0 100%;
984
+ max-width: 100%;
985
+ }
986
+ }
987
+
988
+ @media (max-width: 768px) {
989
+ .cardContainer{
990
+ height: auto !important;
991
+ }
992
+ .sectionfour_bg_cont{
993
+ height:40vh !important;
994
+ }
995
+ .col-md {
996
+ flex-basis: 0;
997
+ flex-grow: 1;
998
+ min-width: 0;
999
+ max-width: 100%;
1000
+ }
1001
+ .col-md-auto {
1002
+ flex: 0 0 auto;
1003
+ width: auto;
1004
+ max-width: 100%;
1005
+ }
1006
+ .col-md-1 {
1007
+ flex: 0 0 8.33333%;
1008
+ max-width: 8.33333%;
1009
+ }
1010
+ .col-md-2 {
1011
+ flex: 0 0 16.66667%;
1012
+ max-width: 16.66667%;
1013
+ }
1014
+ .col-md-3 {
1015
+ flex: 0 0 25%;
1016
+ max-width: 25%;
1017
+ }
1018
+ .col-md-4 {
1019
+ flex: 0 0 33.33333%;
1020
+ max-width: 33.33333%;
1021
+ }
1022
+ .col-md-5 {
1023
+ flex: 0 0 41.66667%;
1024
+ max-width: 41.66667%;
1025
+ }
1026
+ .col-md-6 {
1027
+ flex: 0 0 50%;
1028
+ max-width: 50%;
1029
+ }
1030
+ .col-md-7 {
1031
+ flex: 0 0 58.33333%;
1032
+ max-width: 58.33333%;
1033
+ }
1034
+ .col-md-8 {
1035
+ flex: 0 0 66.66667%;
1036
+ max-width: 66.66667%;
1037
+ }
1038
+ .col-md-9 {
1039
+ flex: 0 0 75%;
1040
+ max-width: 75%;
1041
+ }
1042
+ .col-md-10 {
1043
+ flex: 0 0 83.33333%;
1044
+ max-width: 83.33333%;
1045
+ }
1046
+ .col-md-11 {
1047
+ flex: 0 0 91.66667%;
1048
+ max-width: 91.66667%;
1049
+ }
1050
+ .col-md-12 {
1051
+ flex: 0 0 100%;
1052
+ max-width: 100%;
1053
+ }
1054
+ }
1055
+ /* More Medium Screen Styles */
1056
+ @media (max-width: 768px) {
1057
+ .font-md-11{
1058
+ font-size: 11px !important;
1059
+ }
1060
+ .font-md-13 {
1061
+ font-size: 13px !important;
1062
+ }
1063
+ .font-md-15 {
1064
+ font-size: 15px !important;
1065
+ }
1066
+ .font-md-18 {
1067
+ font-size: 18px !important;
1068
+ }
1069
+ .font-smlh-18 {
1070
+ font-size: 18px !important;
1071
+ line-height: 18px !important;
1072
+ }
1073
+ .font-md-20 {
1074
+ font-size: 20px !important;
1075
+ }
1076
+ .font-md-23 {
1077
+ font-size: 23px !important;
1078
+ }
1079
+ .font-mdlh-23 {
1080
+ font-size: 23px !important;
1081
+ line-height: 23px !important;
1082
+ }
1083
+ .font-md-25 {
1084
+ font-size: 25px !important;
1085
+ }
1086
+ .font-md-30 {
1087
+ font-size: 30px !important;
1088
+ }
1089
+ .border-md-0 {
1090
+ border: none !important;
1091
+ }
1092
+ .w-md-100 {
1093
+ width: 100% !important;
1094
+ }
1095
+ .w-md-95 {
1096
+ width: 95% !important;
1097
+ }
1098
+ .h-md-100 {
1099
+ height: 100% !important;
1100
+ }
1101
+ .h-md-500px {
1102
+ height: 500px !important;
1103
+ }
1104
+ .h-md-50{
1105
+ height: 30vh !important;
1106
+ }
1107
+ .h-md-350px {
1108
+ height: 350px !important;
1109
+ }
1110
+ .top-md-0 {
1111
+ top: 0 !important;
1112
+ }
1113
+ .bottom-md-0 {
1114
+ bottom: 0 !important;
1115
+ }
1116
+ .left-md-0 {
1117
+ left: 0 !important;
1118
+ }
1119
+ .right-md-0 {
1120
+ right: 0 !important;
1121
+ }
1122
+ }
1123
+ @media (max-width: 576px) {
1124
+ .cardContainer{
1125
+ height: auto !important;
1126
+ }
1127
+ .sectionfour_bg_cont{
1128
+ height:25vh !important;
1129
+ }
1130
+ .col-sm {
1131
+ flex-basis: 0;
1132
+ flex-grow: 1;
1133
+ min-width: 0;
1134
+ max-width: 100%;
1135
+ }
1136
+ .col-sm-auto {
1137
+ flex: 0 0 auto;
1138
+ width: auto;
1139
+ max-width: 100%;
1140
+ }
1141
+ .col-sm-1 {
1142
+ flex: 0 0 8.33333%;
1143
+ max-width: 8.33333%;
1144
+ }
1145
+ .col-sm-2 {
1146
+ flex: 0 0 16.66667%;
1147
+ max-width: 16.66667%;
1148
+ }
1149
+ .col-sm-3 {
1150
+ flex: 0 0 25%;
1151
+ max-width: 25%;
1152
+ }
1153
+ .col-sm-4 {
1154
+ flex: 0 0 33.33333%;
1155
+ max-width: 33.33333%;
1156
+ }
1157
+ .col-sm-5 {
1158
+ flex: 0 0 41.66667%;
1159
+ max-width: 41.66667%;
1160
+ }
1161
+ .col-sm-6 {
1162
+ flex: 0 0 50%;
1163
+ max-width: 50%;
1164
+ }
1165
+ .col-sm-7 {
1166
+ flex: 0 0 58.33333%;
1167
+ max-width: 58.33333%;
1168
+ }
1169
+ .col-sm-8 {
1170
+ flex: 0 0 66.66667%;
1171
+ max-width: 66.66667%;
1172
+ }
1173
+ .col-sm-9 {
1174
+ flex: 0 0 75%;
1175
+ max-width: 75%;
1176
+ }
1177
+ .col-sm-10 {
1178
+ flex: 0 0 83.33333%;
1179
+ max-width: 83.33333%;
1180
+ }
1181
+ .col-sm-11 {
1182
+ flex: 0 0 91.66667%;
1183
+ max-width: 91.66667%;
1184
+ }
1185
+ .col-sm-12 {
1186
+ flex: 0 0 100%;
1187
+ max-width: 100%;
1188
+ }
1189
+ }
1190
+ /* More Mobile Styles */
1191
+ @media (max-width: 576px) {
1192
+ .line-height-sm-20 {
1193
+ line-height: 20px !important;
1194
+ }
1195
+ .w-sm-auto {
1196
+ width: 100% !important;
1197
+ }
1198
+ .text-sm-overflow {
1199
+ white-space: nowrap !important;
1200
+ overflow: hidden !important;
1201
+ text-overflow: ellipsis !important;
1202
+ }
1203
+ .h-sm-auto {
1204
+ height: auto !important;
1205
+ }
1206
+ .hmin-sm-auto{
1207
+ min-height: auto !important;
1208
+ }
1209
+ .font-sm-11 {
1210
+ font-size: 11px !important;
1211
+ }
1212
+ .font-sm-12 {
1213
+ font-size: 12px !important;
1214
+ }
1215
+ .font-sm-14 {
1216
+ font-size: 14px !important;
1217
+ }
1218
+ .font-sm-15 {
1219
+ font-size: 15px !important;
1220
+ }
1221
+ .font-sm-18 {
1222
+ font-size: 18px !important;
1223
+ }
1224
+ .font-sm-20 {
1225
+ font-size: 20px !important;
1226
+ }
1227
+ .font-sm-23 {
1228
+ font-size: 23px !important;
1229
+ }
1230
+ .font-sm-25 {
1231
+ font-size: 25px !important;
1232
+ }
1233
+ }
1234
+
1235
+ .opacity-7 {
1236
+ opacity: 0.7 !important;
1237
+ }
1238
+ .d-none {
1239
+ display: none !important;
1240
+ }
1241
+
1242
+ .d-inline {
1243
+ display: inline !important;
1244
+ }
1245
+
1246
+ .d-inline-block {
1247
+ display: inline-block !important;
1248
+ }
1249
+
1250
+ .d-block {
1251
+ display: block !important;
1252
+ }
1253
+
1254
+ .d-flex {
1255
+ display: flex !important;
1256
+ }
1257
+ .flex-direction-row {
1258
+ flex-direction: row !important;
1259
+ }
1260
+ .flex-row {
1261
+ flex-direction: row !important;
1262
+ }
1263
+
1264
+ .flex-column {
1265
+ flex-direction: column !important;
1266
+ }
1267
+
1268
+ .d-inline-flex {
1269
+ display: inline-flex !important;
1270
+ }
1271
+ @media (max-width: 1025px) {
1272
+ .plr-1025-0{
1273
+ padding-left: 0 !important;
1274
+ padding-right: 0 !important;
1275
+ }
1276
+ .plr-1025-1{
1277
+ padding-left: 1rem !important;
1278
+ padding-right: 1rem !important;
1279
+ }
1280
+ }
1281
+ @media (min-width: 1025px) {
1282
+ .d-xl-none {
1283
+ display: none !important;
1284
+ }
1285
+ .d-xl-inline {
1286
+ display: inline !important;
1287
+ }
1288
+ .d-xl-inline-block {
1289
+ display: inline-block !important;
1290
+ }
1291
+ .d-xl-block {
1292
+ display: block !important;
1293
+ }
1294
+ .d-xl-flex {
1295
+ display: flex !important;
1296
+ }
1297
+ .d-xl-inline-flex {
1298
+ display: inline-flex !important;
1299
+ }
1300
+ }
1301
+ @media (max-width: 1025px) {
1302
+ .d-lg-none {
1303
+ display: none !important;
1304
+ }
1305
+ .d-lg-inline {
1306
+ display: inline !important;
1307
+ }
1308
+ .d-lg-inline-block {
1309
+ display: inline-block !important;
1310
+ }
1311
+ .d-lg-block {
1312
+ display: block !important;
1313
+ }
1314
+ .d-lg-flex {
1315
+ display: flex !important;
1316
+ }
1317
+ .d-lg-inline-flex {
1318
+ display: inline-flex !important;
1319
+ }
1320
+ }
1321
+ .mw-150{
1322
+ min-width: 150px !important;
1323
+ }
1324
+ @media (max-width: 768px) {
1325
+ .position-md-relative{
1326
+ position: relative !important;
1327
+ }
1328
+ .mw-md-300{
1329
+ min-width: 300px !important;
1330
+ }
1331
+ .objectFit-md-contain{
1332
+ object-fit: contain !important;
1333
+ }
1334
+ .h-md-auto {
1335
+ height: auto !important;
1336
+ }
1337
+ .d-md-none {
1338
+ display: none !important;
1339
+ }
1340
+ .d-md-inline {
1341
+ display: inline !important;
1342
+ }
1343
+ .d-md-inline-block {
1344
+ display: inline-block !important;
1345
+ }
1346
+ .d-md-block {
1347
+ display: block !important;
1348
+ }
1349
+ .d-md-flex {
1350
+ display: flex !important;
1351
+ }
1352
+ }
1353
+ @media (max-width: 576px) {
1354
+ .flex-sm-row{
1355
+ flex-direction: row !important;
1356
+ }
1357
+ .h-sm-50{
1358
+ height: 50vh !important;
1359
+ }
1360
+ .font-sm-w-lh-20 {
1361
+ font-size: 20px !important;
1362
+ line-height: 50px !important;
1363
+ }
1364
+ .d-sm-none {
1365
+ display: none !important;
1366
+ }
1367
+ .d-sm-inline {
1368
+ display: inline !important;
1369
+ }
1370
+ .d-sm-inline-block {
1371
+ display: inline-block !important;
1372
+ }
1373
+ .d-sm-block {
1374
+ display: block !important;
1375
+ }
1376
+ .d-sm-flex {
1377
+ display: flex !important;
1378
+ }
1379
+ .d-sm-inline-flex {
1380
+ display: inline-flex !important;
1381
+ }
1382
+ .flex-direction-sm-column {
1383
+ flex-direction: column !important;
1384
+ }
1385
+ }
1386
+ .justify-content-start {
1387
+ justify-content: flex-start !important;
1388
+ }
1389
+
1390
+ .justify-content-end {
1391
+ justify-content: flex-end !important;
1392
+ }
1393
+
1394
+ .justify-content-center {
1395
+ justify-content: center !important;
1396
+ }
1397
+
1398
+ .justify-content-between {
1399
+ justify-content: space-between !important;
1400
+ }
1401
+
1402
+ .justify-content-around {
1403
+ justify-content: space-around !important;
1404
+ }
1405
+
1406
+ .align-items-start {
1407
+ align-items: flex-start !important;
1408
+ }
1409
+
1410
+ .align-items-end {
1411
+ align-items: flex-end !important;
1412
+ }
1413
+
1414
+ .align-items-center {
1415
+ align-items: center !important;
1416
+ }
1417
+
1418
+ .align-items-stretch {
1419
+ align-items: stretch !important;
1420
+ }
1421
+
1422
+ .align-content-start {
1423
+ align-content: flex-start !important;
1424
+ }
1425
+
1426
+ .align-content-end {
1427
+ align-content: flex-end !important;
1428
+ }
1429
+
1430
+ .align-content-center {
1431
+ align-content: center !important;
1432
+ }
1433
+
1434
+ .align-content-between {
1435
+ align-content: space-between !important;
1436
+ }
1437
+
1438
+ .align-content-around {
1439
+ align-content: space-around !important;
1440
+ }
1441
+
1442
+ .align-content-stretch {
1443
+ align-content: stretch !important;
1444
+ }
1445
+
1446
+ .align-self-auto {
1447
+ align-self: auto !important;
1448
+ }
1449
+
1450
+ .align-self-start {
1451
+ align-self: flex-start !important;
1452
+ }
1453
+
1454
+ .align-self-end {
1455
+ align-self: flex-end !important;
1456
+ }
1457
+
1458
+ .align-self-center {
1459
+ align-self: center !important;
1460
+ }
1461
+
1462
+ .align-self-stretch {
1463
+ align-self: stretch !important;
1464
+ }
1465
+
1466
+ @media (min-width: 1200px) {
1467
+ .justify-content-xl-start {
1468
+ justify-content: flex-start !important;
1469
+ }
1470
+ .justify-content-xl-end {
1471
+ justify-content: flex-end !important;
1472
+ }
1473
+ .justify-content-xl-center {
1474
+ justify-content: center !important;
1475
+ }
1476
+ .justify-content-xl-between {
1477
+ justify-content: space-between !important;
1478
+ }
1479
+ .justify-content-xl-around {
1480
+ justify-content: space-around !important;
1481
+ }
1482
+ .align-items-xl-start {
1483
+ align-items: flex-start !important;
1484
+ }
1485
+ .align-items-xl-end {
1486
+ align-items: flex-end !important;
1487
+ }
1488
+ .align-items-xl-center {
1489
+ align-items: center !important;
1490
+ }
1491
+ .align-items-xl-stretch {
1492
+ align-items: stretch !important;
1493
+ }
1494
+ .align-content-xl-start {
1495
+ align-content: flex-start !important;
1496
+ }
1497
+ .align-content-xl-end {
1498
+ align-content: flex-end !important;
1499
+ }
1500
+ .align-content-xl-center {
1501
+ align-content: center !important;
1502
+ }
1503
+ .align-content-xl-between {
1504
+ align-content: space-between !important;
1505
+ }
1506
+ .align-content-xl-around {
1507
+ align-content: space-around !important;
1508
+ }
1509
+ .align-content-xl-stretch {
1510
+ align-content: stretch !important;
1511
+ }
1512
+ .align-self-xl-auto {
1513
+ align-self: auto !important;
1514
+ }
1515
+ .align-self-xl-start {
1516
+ align-self: flex-start !important;
1517
+ }
1518
+ .align-self-xl-end {
1519
+ align-self: flex-end !important;
1520
+ }
1521
+ .align-self-xl-center {
1522
+ align-self: center !important;
1523
+ }
1524
+ .align-self-xl-stretch {
1525
+ align-self: stretch !important;
1526
+ }
1527
+ }
1528
+ @media (min-width: 992px) {
1529
+ .justify-content-lg-start {
1530
+ justify-content: flex-start !important;
1531
+ }
1532
+ .justify-content-lg-end {
1533
+ justify-content: flex-end !important;
1534
+ }
1535
+ .justify-content-lg-center {
1536
+ justify-content: center !important;
1537
+ }
1538
+ .justify-content-lg-between {
1539
+ justify-content: space-between !important;
1540
+ }
1541
+ .justify-content-lg-around {
1542
+ justify-content: space-around !important;
1543
+ }
1544
+ .align-items-lg-start {
1545
+ align-items: flex-start !important;
1546
+ }
1547
+ .align-items-lg-end {
1548
+ align-items: flex-end !important;
1549
+ }
1550
+ .align-items-lg-center {
1551
+ align-items: center !important;
1552
+ }
1553
+ .align-items-lg-stretch {
1554
+ align-items: stretch !important;
1555
+ }
1556
+ .align-content-lg-start {
1557
+ align-content: flex-start !important;
1558
+ }
1559
+ .align-content-lg-end {
1560
+ align-content: flex-end !important;
1561
+ }
1562
+ .align-content-lg-center {
1563
+ align-content: center !important;
1564
+ }
1565
+ .align-content-lg-between {
1566
+ align-content: space-between !important;
1567
+ }
1568
+ .align-content-lg-around {
1569
+ align-content: space-around !important;
1570
+ }
1571
+ .align-content-lg-stretch {
1572
+ align-content: stretch !important;
1573
+ }
1574
+ .align-self-lg-auto {
1575
+ align-self: auto !important;
1576
+ }
1577
+ .align-self-lg-start {
1578
+ align-self: flex-start !important;
1579
+ }
1580
+ .align-self-lg-end {
1581
+ align-self: flex-end !important;
1582
+ }
1583
+ .align-self-lg-center {
1584
+ align-self: center !important;
1585
+ }
1586
+ .align-self-lg-stretch {
1587
+ align-self: stretch !important;
1588
+ }
1589
+ }
1590
+ @media (max-width: 768px) {
1591
+ .justify-content-md-start {
1592
+ justify-content: flex-start !important;
1593
+ }
1594
+ .justify-content-md-end {
1595
+ justify-content: flex-end !important;
1596
+ }
1597
+ .justify-content-md-center {
1598
+ justify-content: center !important;
1599
+ }
1600
+ .justify-content-md-between {
1601
+ justify-content: space-between !important;
1602
+ }
1603
+ .justify-content-md-around {
1604
+ justify-content: space-around !important;
1605
+ }
1606
+ .align-items-md-start {
1607
+ align-items: flex-start !important;
1608
+ }
1609
+ .align-items-md-end {
1610
+ align-items: flex-end !important;
1611
+ }
1612
+ .align-items-md-center {
1613
+ align-items: center !important;
1614
+ }
1615
+ .align-items-md-stretch {
1616
+ align-items: stretch !important;
1617
+ }
1618
+ .align-content-md-start {
1619
+ align-content: flex-start !important;
1620
+ }
1621
+ .align-content-md-end {
1622
+ align-content: flex-end !important;
1623
+ }
1624
+ .align-content-md-center {
1625
+ align-content: center !important;
1626
+ }
1627
+ .align-content-md-between {
1628
+ align-content: space-between !important;
1629
+ }
1630
+ .align-content-md-around {
1631
+ align-content: space-around !important;
1632
+ }
1633
+ .align-content-md-stretch {
1634
+ align-content: stretch !important;
1635
+ }
1636
+ .align-self-md-auto {
1637
+ align-self: auto !important;
1638
+ }
1639
+ .align-self-md-start {
1640
+ align-self: flex-start !important;
1641
+ }
1642
+ .align-self-md-end {
1643
+ align-self: flex-end !important;
1644
+ }
1645
+ .align-self-md-center {
1646
+ align-self: center !important;
1647
+ }
1648
+ .align-self-md-stretch {
1649
+ align-self: stretch !important;
1650
+ }
1651
+ }
1652
+
1653
+ @media (max-width: 576px) {
1654
+ .justify-content-sm-start {
1655
+ justify-content: flex-start !important;
1656
+ }
1657
+ .justify-content-sm-end {
1658
+ justify-content: flex-end !important;
1659
+ }
1660
+ .justify-content-sm-center {
1661
+ justify-content: center !important;
1662
+ }
1663
+ .justify-content-sm-between {
1664
+ justify-content: space-between !important;
1665
+ }
1666
+ .justify-content-sm-around {
1667
+ justify-content: space-around !important;
1668
+ }
1669
+ .align-items-sm-start {
1670
+ align-items: flex-start !important;
1671
+ }
1672
+ .align-items-sm-end {
1673
+ align-items: flex-end !important;
1674
+ }
1675
+ .align-items-sm-center {
1676
+ align-items: center !important;
1677
+ }
1678
+ .align-items-sm-stretch {
1679
+ align-items: stretch !important;
1680
+ }
1681
+ .align-content-sm-start {
1682
+ align-content: flex-start !important;
1683
+ }
1684
+ .align-content-sm-end {
1685
+ align-content: flex-end !important;
1686
+ }
1687
+ .align-content-sm-center {
1688
+ align-content: center !important;
1689
+ }
1690
+ .align-content-sm-between {
1691
+ align-content: space-between !important;
1692
+ }
1693
+ .align-content-sm-around {
1694
+ align-content: space-around !important;
1695
+ }
1696
+ .align-content-sm-stretch {
1697
+ align-content: stretch !important;
1698
+ }
1699
+ .align-self-sm-auto {
1700
+ align-self: auto !important;
1701
+ }
1702
+ .align-self-sm-start {
1703
+ align-self: flex-start !important;
1704
+ }
1705
+ .align-self-sm-end {
1706
+ align-self: flex-end !important;
1707
+ }
1708
+ .align-self-sm-center {
1709
+ align-self: center !important;
1710
+ }
1711
+ .align-self-sm-stretch {
1712
+ align-self: stretch !important;
1713
+ }
1714
+ }
1715
+
1716
+ .float-left {
1717
+ float: left !important;
1718
+ }
1719
+
1720
+ .float-right {
1721
+ float: right !important;
1722
+ }
1723
+
1724
+ .float-none {
1725
+ float: none !important;
1726
+ }
1727
+
1728
+ @media (min-width: 576px) {
1729
+ .float-sm-left {
1730
+ float: left !important;
1731
+ }
1732
+ .float-sm-right {
1733
+ float: right !important;
1734
+ }
1735
+ .float-sm-none {
1736
+ float: none !important;
1737
+ }
1738
+ }
1739
+
1740
+ @media (min-width: 768px) {
1741
+ .float-md-left {
1742
+ float: left !important;
1743
+ }
1744
+ .float-md-right {
1745
+ float: right !important;
1746
+ }
1747
+ .float-md-none {
1748
+ float: none !important;
1749
+ }
1750
+ }
1751
+
1752
+ @media (min-width: 992px) {
1753
+ .float-lg-left {
1754
+ float: left !important;
1755
+ }
1756
+ .float-lg-right {
1757
+ float: right !important;
1758
+ }
1759
+ .float-lg-none {
1760
+ float: none !important;
1761
+ }
1762
+ }
1763
+
1764
+ @media (min-width: 1200px) {
1765
+ .float-xl-left {
1766
+ float: left !important;
1767
+ }
1768
+ .float-xl-right {
1769
+ float: right !important;
1770
+ }
1771
+ .float-xl-none {
1772
+ float: none !important;
1773
+ }
1774
+ }
1775
+
1776
+ .w-100 {
1777
+ width: 100% !important;
1778
+ }
1779
+
1780
+ .h-100 {
1781
+ height: 100% !important;
1782
+ }
1783
+ .vh-100 {
1784
+ height: 100vh !important;
1785
+ }
1786
+ .vh-90 {
1787
+ min-height: 90vh !important;
1788
+ }
1789
+ .vh-80 {
1790
+ min-height: 80vh !important;
1791
+ }
1792
+ .vh-60 {
1793
+ min-height: 60vh !important;
1794
+ }
1795
+ .h-80 {
1796
+ height: 80% !important;
1797
+ }
1798
+
1799
+ .h-auto {
1800
+ height: auto !important;
1801
+ }
1802
+
1803
+ .m-0 {
1804
+ margin: 0 !important;
1805
+ }
1806
+
1807
+ .mt-0,
1808
+ .my-0 {
1809
+ margin-top: 0 !important;
1810
+ }
1811
+
1812
+ .mr-0,
1813
+ .mx-0 {
1814
+ margin-right: 0 !important;
1815
+ }
1816
+
1817
+ .mb-0,
1818
+ .my-0 {
1819
+ margin-bottom: 0 !important;
1820
+ }
1821
+
1822
+ .ml-0,
1823
+ .mx-0 {
1824
+ margin-left: 0 !important;
1825
+ }
1826
+
1827
+ .m-1 {
1828
+ margin: 0.25rem !important;
1829
+ }
1830
+
1831
+ .mt-1,
1832
+ .my-1 {
1833
+ margin-top: 0.25rem !important;
1834
+ }
1835
+
1836
+ .mr-1,
1837
+ .mx-1 {
1838
+ margin-right: 0.25rem !important;
1839
+ }
1840
+
1841
+ .mb-1,
1842
+ .my-1 {
1843
+ margin-bottom: 0.25rem !important;
1844
+ }
1845
+
1846
+ .ml-1,
1847
+ .mx-1 {
1848
+ margin-left: 0.25rem !important;
1849
+ }
1850
+
1851
+ .m-2 {
1852
+ margin: 0.5rem !important;
1853
+ }
1854
+
1855
+ .mt-2,
1856
+ .my-2 {
1857
+ margin-top: 0.5rem !important;
1858
+ }
1859
+
1860
+ .mr-2,
1861
+ .mx-2 {
1862
+ margin-right: 0.5rem !important;
1863
+ }
1864
+
1865
+ .mb-2,
1866
+ .my-2 {
1867
+ margin-bottom: 0.5rem !important;
1868
+ }
1869
+
1870
+ .ml-2,
1871
+ .mx-2 {
1872
+ margin-left: 0.5rem !important;
1873
+ }
1874
+
1875
+ .m-3 {
1876
+ margin: 1rem !important;
1877
+ }
1878
+
1879
+ .mt-3,
1880
+ .my-3 {
1881
+ margin-top: 1rem !important;
1882
+ }
1883
+
1884
+ .mr-3,
1885
+ .mx-3 {
1886
+ margin-right: 1rem !important;
1887
+ }
1888
+
1889
+ .mb-3,
1890
+ .my-3 {
1891
+ margin-bottom: 1rem !important;
1892
+ }
1893
+
1894
+ .ml-3,
1895
+ .mx-3 {
1896
+ margin-left: 1rem !important;
1897
+ }
1898
+
1899
+ .m-4 {
1900
+ margin: 1.5rem !important;
1901
+ }
1902
+
1903
+ .mt-4,
1904
+ .my-4 {
1905
+ margin-top: 1.5rem !important;
1906
+ }
1907
+
1908
+ .mr-4,
1909
+ .mx-4 {
1910
+ margin-right: 1.5rem !important;
1911
+ }
1912
+
1913
+ .mb-4,
1914
+ .my-4 {
1915
+ margin-bottom: 1.5rem !important;
1916
+ }
1917
+
1918
+ .ml-4,
1919
+ .mx-4 {
1920
+ margin-left: 1.5rem !important;
1921
+ }
1922
+
1923
+ .m-5 {
1924
+ margin: 3rem !important;
1925
+ }
1926
+
1927
+ .mt-5,
1928
+ .my-5 {
1929
+ margin-top: 3rem !important;
1930
+ }
1931
+
1932
+ .mr-5,
1933
+ .mx-5 {
1934
+ margin-right: 3rem !important;
1935
+ }
1936
+
1937
+ .mb-5,
1938
+ .my-5 {
1939
+ margin-bottom: 3rem !important;
1940
+ }
1941
+
1942
+ .ml-5,
1943
+ .mx-5 {
1944
+ margin-left: 3rem !important;
1945
+ }
1946
+
1947
+ .p-0 {
1948
+ padding: 0 !important;
1949
+ }
1950
+
1951
+ .pt-0,
1952
+ .py-0 {
1953
+ padding-top: 0 !important;
1954
+ }
1955
+
1956
+ .pr-0,
1957
+ .px-0 {
1958
+ padding-right: 0 !important;
1959
+ }
1960
+
1961
+ .pb-0,
1962
+ .py-0 {
1963
+ padding-bottom: 0 !important;
1964
+ }
1965
+
1966
+ .pl-0,
1967
+ .px-0 {
1968
+ padding-left: 0 !important;
1969
+ }
1970
+
1971
+ .p-1 {
1972
+ padding: 0.25rem !important;
1973
+ }
1974
+
1975
+ .pt-1,
1976
+ .py-1 {
1977
+ padding-top: 0.25rem !important;
1978
+ }
1979
+
1980
+ .pr-1,
1981
+ .px-1 {
1982
+ padding-right: 0.25rem !important;
1983
+ }
1984
+
1985
+ .pb-1,
1986
+ .py-1 {
1987
+ padding-bottom: 0.25rem !important;
1988
+ }
1989
+
1990
+ .pl-1,
1991
+ .px-1 {
1992
+ padding-left: 0.25rem !important;
1993
+ }
1994
+
1995
+ .p-2 {
1996
+ padding: 0.5rem !important;
1997
+ }
1998
+
1999
+ .pt-2,
2000
+ .py-2 {
2001
+ padding-top: 0.5rem !important;
2002
+ }
2003
+
2004
+ .pr-2,
2005
+ .px-2 {
2006
+ padding-right: 0.5rem !important;
2007
+ }
2008
+
2009
+ .pb-2,
2010
+ .py-2 {
2011
+ padding-bottom: 0.5rem !important;
2012
+ }
2013
+
2014
+ .pl-2,
2015
+ .px-2 {
2016
+ padding-left: 0.5rem !important;
2017
+ }
2018
+
2019
+ .p-3 {
2020
+ padding: 1rem !important;
2021
+ }
2022
+
2023
+ .pt-3,
2024
+ .py-3 {
2025
+ padding-top: 1rem !important;
2026
+ }
2027
+
2028
+ .pr-3,
2029
+ .px-3 {
2030
+ padding-right: 1rem !important;
2031
+ }
2032
+
2033
+ .pb-3,
2034
+ .py-3 {
2035
+ padding-bottom: 1rem !important;
2036
+ }
2037
+
2038
+ .pl-3,
2039
+ .px-3 {
2040
+ padding-left: 1rem !important;
2041
+ }
2042
+
2043
+ .p-4 {
2044
+ padding: 1.5rem !important;
2045
+ }
2046
+
2047
+ .pt-4,
2048
+ .py-4 {
2049
+ padding-top: 1.5rem !important;
2050
+ }
2051
+
2052
+ .pr-4,
2053
+ .px-4 {
2054
+ padding-right: 1.5rem !important;
2055
+ }
2056
+
2057
+ .pb-4,
2058
+ .py-4 {
2059
+ padding-bottom: 1.5rem !important;
2060
+ }
2061
+
2062
+ .pl-4,
2063
+ .px-4 {
2064
+ padding-left: 1.5rem !important;
2065
+ }
2066
+
2067
+ .p-5 {
2068
+ padding: 3rem !important;
2069
+ }
2070
+
2071
+ .pt-5,
2072
+ .py-5 {
2073
+ padding-top: 3rem !important;
2074
+ }
2075
+
2076
+ .pr-5,
2077
+ .px-5 {
2078
+ padding-right: 3rem !important;
2079
+ }
2080
+
2081
+ .pb-5,
2082
+ .py-5 {
2083
+ padding-bottom: 3rem !important;
2084
+ }
2085
+
2086
+ .pl-5,
2087
+ .px-5 {
2088
+ padding-left: 3rem !important;
2089
+ }
2090
+
2091
+ .m-n1 {
2092
+ margin: -0.25rem !important;
2093
+ }
2094
+
2095
+ .mt-n1,
2096
+ .my-n1 {
2097
+ margin-top: -0.25rem !important;
2098
+ }
2099
+
2100
+ .mr-n1,
2101
+ .mx-n1 {
2102
+ margin-right: -0.25rem !important;
2103
+ }
2104
+
2105
+ .mb-n1,
2106
+ .my-n1 {
2107
+ margin-bottom: -0.25rem !important;
2108
+ }
2109
+
2110
+ .ml-n1,
2111
+ .mx-n1 {
2112
+ margin-left: -0.25rem !important;
2113
+ }
2114
+
2115
+ .m-n2 {
2116
+ margin: -0.5rem !important;
2117
+ }
2118
+
2119
+ .mt-n2,
2120
+ .my-n2 {
2121
+ margin-top: -0.5rem !important;
2122
+ }
2123
+
2124
+ .mr-n2,
2125
+ .mx-n2 {
2126
+ margin-right: -0.5rem !important;
2127
+ }
2128
+
2129
+ .mb-n2,
2130
+ .my-n2 {
2131
+ margin-bottom: -0.5rem !important;
2132
+ }
2133
+
2134
+ .ml-n2,
2135
+ .mx-n2 {
2136
+ margin-left: -0.5rem !important;
2137
+ }
2138
+
2139
+ .m-n3 {
2140
+ margin: -1rem !important;
2141
+ }
2142
+
2143
+ .mt-n3,
2144
+ .my-n3 {
2145
+ margin-top: -1rem !important;
2146
+ }
2147
+
2148
+ .mr-n3,
2149
+ .mx-n3 {
2150
+ margin-right: -1rem !important;
2151
+ }
2152
+
2153
+ .mb-n3,
2154
+ .my-n3 {
2155
+ margin-bottom: -1rem !important;
2156
+ }
2157
+
2158
+ .ml-n3,
2159
+ .mx-n3 {
2160
+ margin-left: -1rem !important;
2161
+ }
2162
+
2163
+ .m-n4 {
2164
+ margin: -1.5rem !important;
2165
+ }
2166
+
2167
+ .mt-n4,
2168
+ .my-n4 {
2169
+ margin-top: -1.5rem !important;
2170
+ }
2171
+
2172
+ .mr-n4,
2173
+ .mx-n4 {
2174
+ margin-right: -1.5rem !important;
2175
+ }
2176
+
2177
+ .mb-n4,
2178
+ .my-n4 {
2179
+ margin-bottom: -1.5rem !important;
2180
+ }
2181
+
2182
+ .ml-n4,
2183
+ .mx-n4 {
2184
+ margin-left: -1.5rem !important;
2185
+ }
2186
+
2187
+ .m-n5 {
2188
+ margin: -3rem !important;
2189
+ }
2190
+
2191
+ .mt-n5,
2192
+ .my-n5 {
2193
+ margin-top: -3rem !important;
2194
+ }
2195
+
2196
+ .mr-n5,
2197
+ .mx-n5 {
2198
+ margin-right: -3rem !important;
2199
+ }
2200
+
2201
+ .mb-n5,
2202
+ .my-n5 {
2203
+ margin-bottom: -3rem !important;
2204
+ }
2205
+
2206
+ .ml-n5,
2207
+ .mx-n5 {
2208
+ margin-left: -3rem !important;
2209
+ }
2210
+
2211
+ .m-auto {
2212
+ margin: auto !important;
2213
+ }
2214
+
2215
+ .mt-auto,
2216
+ .my-auto {
2217
+ margin-top: auto !important;
2218
+ }
2219
+
2220
+ .mr-auto,
2221
+ .mx-auto {
2222
+ margin-right: auto !important;
2223
+ }
2224
+
2225
+ .mb-auto,
2226
+ .my-auto {
2227
+ margin-bottom: auto !important;
2228
+ }
2229
+
2230
+ .ml-auto,
2231
+ .mx-auto {
2232
+ margin-left: auto !important;
2233
+ }
2234
+
2235
+ @media (min-width: 1200px) {
2236
+ .m-xl-0 {
2237
+ margin: 0 !important;
2238
+ }
2239
+ .mt-xl-0,
2240
+ .my-xl-0 {
2241
+ margin-top: 0 !important;
2242
+ }
2243
+ .mr-xl-0,
2244
+ .mx-xl-0 {
2245
+ margin-right: 0 !important;
2246
+ }
2247
+ .mb-xl-0,
2248
+ .my-xl-0 {
2249
+ margin-bottom: 0 !important;
2250
+ }
2251
+ .ml-xl-0,
2252
+ .mx-xl-0 {
2253
+ margin-left: 0 !important;
2254
+ }
2255
+ .m-xl-1 {
2256
+ margin: 0.25rem !important;
2257
+ }
2258
+ .mt-xl-1,
2259
+ .my-xl-1 {
2260
+ margin-top: 0.25rem !important;
2261
+ }
2262
+ .mr-xl-1,
2263
+ .mx-xl-1 {
2264
+ margin-right: 0.25rem !important;
2265
+ }
2266
+ .mb-xl-1,
2267
+ .my-xl-1 {
2268
+ margin-bottom: 0.25rem !important;
2269
+ }
2270
+ .ml-xl-1,
2271
+ .mx-xl-1 {
2272
+ margin-left: 0.25rem !important;
2273
+ }
2274
+ .m-xl-2 {
2275
+ margin: 0.5rem !important;
2276
+ }
2277
+ .mt-xl-2,
2278
+ .my-xl-2 {
2279
+ margin-top: 0.5rem !important;
2280
+ }
2281
+ .mr-xl-2,
2282
+ .mx-xl-2 {
2283
+ margin-right: 0.5rem !important;
2284
+ }
2285
+ .mb-xl-2,
2286
+ .my-xl-2 {
2287
+ margin-bottom: 0.5rem !important;
2288
+ }
2289
+ .ml-xl-2,
2290
+ .mx-xl-2 {
2291
+ margin-left: 0.5rem !important;
2292
+ }
2293
+ .m-xl-3 {
2294
+ margin: 1rem !important;
2295
+ }
2296
+ .mt-xl-3,
2297
+ .my-xl-3 {
2298
+ margin-top: 1rem !important;
2299
+ }
2300
+ .mr-xl-3,
2301
+ .mx-xl-3 {
2302
+ margin-right: 1rem !important;
2303
+ }
2304
+ .mb-xl-3,
2305
+ .my-xl-3 {
2306
+ margin-bottom: 1rem !important;
2307
+ }
2308
+ .ml-xl-3,
2309
+ .mx-xl-3 {
2310
+ margin-left: 1rem !important;
2311
+ }
2312
+ .m-xl-4 {
2313
+ margin: 1.5rem !important;
2314
+ }
2315
+ .mt-xl-4,
2316
+ .my-xl-4 {
2317
+ margin-top: 1.5rem !important;
2318
+ }
2319
+ .mr-xl-4,
2320
+ .mx-xl-4 {
2321
+ margin-right: 1.5rem !important;
2322
+ }
2323
+ .mb-xl-4,
2324
+ .my-xl-4 {
2325
+ margin-bottom: 1.5rem !important;
2326
+ }
2327
+ .ml-xl-4,
2328
+ .mx-xl-4 {
2329
+ margin-left: 1.5rem !important;
2330
+ }
2331
+ .m-xl-5 {
2332
+ margin: 3rem !important;
2333
+ }
2334
+ .mt-xl-5,
2335
+ .my-xl-5 {
2336
+ margin-top: 3rem !important;
2337
+ }
2338
+ .mr-xl-5,
2339
+ .mx-xl-5 {
2340
+ margin-right: 3rem !important;
2341
+ }
2342
+ .mb-xl-5,
2343
+ .my-xl-5 {
2344
+ margin-bottom: 3rem !important;
2345
+ }
2346
+ .ml-xl-5,
2347
+ .mx-xl-5 {
2348
+ margin-left: 3rem !important;
2349
+ }
2350
+ .p-xl-0 {
2351
+ padding: 0 !important;
2352
+ }
2353
+ .pt-xl-0,
2354
+ .py-xl-0 {
2355
+ padding-top: 0 !important;
2356
+ }
2357
+ .pr-xl-0,
2358
+ .px-xl-0 {
2359
+ padding-right: 0 !important;
2360
+ }
2361
+ .pb-xl-0,
2362
+ .py-xl-0 {
2363
+ padding-bottom: 0 !important;
2364
+ }
2365
+ .pl-xl-0,
2366
+ .px-xl-0 {
2367
+ padding-left: 0 !important;
2368
+ }
2369
+ .p-xl-1 {
2370
+ padding: 0.25rem !important;
2371
+ }
2372
+ .pt-xl-1,
2373
+ .py-xl-1 {
2374
+ padding-top: 0.25rem !important;
2375
+ }
2376
+ .pr-xl-1,
2377
+ .px-xl-1 {
2378
+ padding-right: 0.25rem !important;
2379
+ }
2380
+ .pb-xl-1,
2381
+ .py-xl-1 {
2382
+ padding-bottom: 0.25rem !important;
2383
+ }
2384
+ .pl-xl-1,
2385
+ .px-xl-1 {
2386
+ padding-left: 0.25rem !important;
2387
+ }
2388
+ .p-xl-2 {
2389
+ padding: 0.5rem !important;
2390
+ }
2391
+ .pt-xl-2,
2392
+ .py-xl-2 {
2393
+ padding-top: 0.5rem !important;
2394
+ }
2395
+ .pr-xl-2,
2396
+ .px-xl-2 {
2397
+ padding-right: 0.5rem !important;
2398
+ }
2399
+ .pb-xl-2,
2400
+ .py-xl-2 {
2401
+ padding-bottom: 0.5rem !important;
2402
+ }
2403
+ .pl-xl-2,
2404
+ .px-xl-2 {
2405
+ padding-left: 0.5rem !important;
2406
+ }
2407
+ .p-xl-3 {
2408
+ padding: 1rem !important;
2409
+ }
2410
+ .pt-xl-3,
2411
+ .py-xl-3 {
2412
+ padding-top: 1rem !important;
2413
+ }
2414
+ .pr-xl-3,
2415
+ .px-xl-3 {
2416
+ padding-right: 1rem !important;
2417
+ }
2418
+ .pb-xl-3,
2419
+ .py-xl-3 {
2420
+ padding-bottom: 1rem !important;
2421
+ }
2422
+ .pl-xl-3,
2423
+ .px-xl-3 {
2424
+ padding-left: 1rem !important;
2425
+ }
2426
+ .p-xl-4 {
2427
+ padding: 1.5rem !important;
2428
+ }
2429
+ .pt-xl-4,
2430
+ .py-xl-4 {
2431
+ padding-top: 1.5rem !important;
2432
+ }
2433
+ .pr-xl-4,
2434
+ .px-xl-4 {
2435
+ padding-right: 1.5rem !important;
2436
+ }
2437
+ .pb-xl-4,
2438
+ .py-xl-4 {
2439
+ padding-bottom: 1.5rem !important;
2440
+ }
2441
+ .pl-xl-4,
2442
+ .px-xl-4 {
2443
+ padding-left: 1.5rem !important;
2444
+ }
2445
+ .p-xl-5 {
2446
+ padding: 3rem !important;
2447
+ }
2448
+ .pt-xl-5,
2449
+ .py-xl-5 {
2450
+ padding-top: 3rem !important;
2451
+ }
2452
+ .pr-xl-5,
2453
+ .px-xl-5 {
2454
+ padding-right: 3rem !important;
2455
+ }
2456
+ .pb-xl-5,
2457
+ .py-xl-5 {
2458
+ padding-bottom: 3rem !important;
2459
+ }
2460
+ .pl-xl-5,
2461
+ .px-xl-5 {
2462
+ padding-left: 3rem !important;
2463
+ }
2464
+ .m-xl-n1 {
2465
+ margin: -0.25rem !important;
2466
+ }
2467
+ .mt-xl-n1,
2468
+ .my-xl-n1 {
2469
+ margin-top: -0.25rem !important;
2470
+ }
2471
+ .mr-xl-n1,
2472
+ .mx-xl-n1 {
2473
+ margin-right: -0.25rem !important;
2474
+ }
2475
+ .mb-xl-n1,
2476
+ .my-xl-n1 {
2477
+ margin-bottom: -0.25rem !important;
2478
+ }
2479
+ .ml-xl-n1,
2480
+ .mx-xl-n1 {
2481
+ margin-left: -0.25rem !important;
2482
+ }
2483
+ .m-xl-n2 {
2484
+ margin: -0.5rem !important;
2485
+ }
2486
+ .mt-xl-n2,
2487
+ .my-xl-n2 {
2488
+ margin-top: -0.5rem !important;
2489
+ }
2490
+ .mr-xl-n2,
2491
+ .mx-xl-n2 {
2492
+ margin-right: -0.5rem !important;
2493
+ }
2494
+ .mb-xl-n2,
2495
+ .my-xl-n2 {
2496
+ margin-bottom: -0.5rem !important;
2497
+ }
2498
+ .ml-xl-n2,
2499
+ .mx-xl-n2 {
2500
+ margin-left: -0.5rem !important;
2501
+ }
2502
+ .m-xl-n3 {
2503
+ margin: -1rem !important;
2504
+ }
2505
+ .mt-xl-n3,
2506
+ .my-xl-n3 {
2507
+ margin-top: -1rem !important;
2508
+ }
2509
+ .mr-xl-n3,
2510
+ .mx-xl-n3 {
2511
+ margin-right: -1rem !important;
2512
+ }
2513
+ .mb-xl-n3,
2514
+ .my-xl-n3 {
2515
+ margin-bottom: -1rem !important;
2516
+ }
2517
+ .ml-xl-n3,
2518
+ .mx-xl-n3 {
2519
+ margin-left: -1rem !important;
2520
+ }
2521
+ .m-xl-n4 {
2522
+ margin: -1.5rem !important;
2523
+ }
2524
+ .mt-xl-n4,
2525
+ .my-xl-n4 {
2526
+ margin-top: -1.5rem !important;
2527
+ }
2528
+ .mr-xl-n4,
2529
+ .mx-xl-n4 {
2530
+ margin-right: -1.5rem !important;
2531
+ }
2532
+ .mb-xl-n4,
2533
+ .my-xl-n4 {
2534
+ margin-bottom: -1.5rem !important;
2535
+ }
2536
+ .ml-xl-n4,
2537
+ .mx-xl-n4 {
2538
+ margin-left: -1.5rem !important;
2539
+ }
2540
+ .m-xl-n5 {
2541
+ margin: -3rem !important;
2542
+ }
2543
+ .mt-xl-n5,
2544
+ .my-xl-n5 {
2545
+ margin-top: -3rem !important;
2546
+ }
2547
+ .mr-xl-n5,
2548
+ .mx-xl-n5 {
2549
+ margin-right: -3rem !important;
2550
+ }
2551
+ .mb-xl-n5,
2552
+ .my-xl-n5 {
2553
+ margin-bottom: -3rem !important;
2554
+ }
2555
+ .ml-xl-n5,
2556
+ .mx-xl-n5 {
2557
+ margin-left: -3rem !important;
2558
+ }
2559
+ .m-xl-auto {
2560
+ margin: auto !important;
2561
+ }
2562
+ .mt-xl-auto,
2563
+ .my-xl-auto {
2564
+ margin-top: auto !important;
2565
+ }
2566
+ .mr-xl-auto,
2567
+ .mx-xl-auto {
2568
+ margin-right: auto !important;
2569
+ }
2570
+ .mb-xl-auto,
2571
+ .my-xl-auto {
2572
+ margin-bottom: auto !important;
2573
+ }
2574
+ .ml-xl-auto,
2575
+ .mx-xl-auto {
2576
+ margin-left: auto !important;
2577
+ }
2578
+ }
2579
+ @media (min-width: 992px) and (max-width: 1200px) {
2580
+ .m-lg-0 {
2581
+ margin: 0 !important;
2582
+ }
2583
+ .mt-lg-0,
2584
+ .my-lg-0 {
2585
+ margin-top: 0 !important;
2586
+ }
2587
+ .mr-lg-0,
2588
+ .mx-lg-0 {
2589
+ margin-right: 0 !important;
2590
+ }
2591
+ .mb-lg-0,
2592
+ .my-lg-0 {
2593
+ margin-bottom: 0 !important;
2594
+ }
2595
+ .ml-lg-0,
2596
+ .mx-lg-0 {
2597
+ margin-left: 0 !important;
2598
+ }
2599
+ .m-lg-1 {
2600
+ margin: 0.25rem !important;
2601
+ }
2602
+ .mt-lg-1,
2603
+ .my-lg-1 {
2604
+ margin-top: 0.25rem !important;
2605
+ }
2606
+ .mr-lg-1,
2607
+ .mx-lg-1 {
2608
+ margin-right: 0.25rem !important;
2609
+ }
2610
+ .mb-lg-1,
2611
+ .my-lg-1 {
2612
+ margin-bottom: 0.25rem !important;
2613
+ }
2614
+ .ml-lg-1,
2615
+ .mx-lg-1 {
2616
+ margin-left: 0.25rem !important;
2617
+ }
2618
+ .m-lg-2 {
2619
+ margin: 0.5rem !important;
2620
+ }
2621
+ .mt-lg-2,
2622
+ .my-lg-2 {
2623
+ margin-top: 0.5rem !important;
2624
+ }
2625
+ .mr-lg-2,
2626
+ .mx-lg-2 {
2627
+ margin-right: 0.5rem !important;
2628
+ }
2629
+ .mb-lg-2,
2630
+ .my-lg-2 {
2631
+ margin-bottom: 0.5rem !important;
2632
+ }
2633
+ .ml-lg-2,
2634
+ .mx-lg-2 {
2635
+ margin-left: 0.5rem !important;
2636
+ }
2637
+ .m-lg-3 {
2638
+ margin: 1rem !important;
2639
+ }
2640
+ .mt-lg-3,
2641
+ .my-lg-3 {
2642
+ margin-top: 1rem !important;
2643
+ }
2644
+ .mr-lg-3,
2645
+ .mx-lg-3 {
2646
+ margin-right: 1rem !important;
2647
+ }
2648
+ .mb-lg-3,
2649
+ .my-lg-3 {
2650
+ margin-bottom: 1rem !important;
2651
+ }
2652
+ .ml-lg-3,
2653
+ .mx-lg-3 {
2654
+ margin-left: 1rem !important;
2655
+ }
2656
+ .m-lg-4 {
2657
+ margin: 1.5rem !important;
2658
+ }
2659
+ .mt-lg-4,
2660
+ .my-lg-4 {
2661
+ margin-top: 1.5rem !important;
2662
+ }
2663
+ .mr-lg-4,
2664
+ .mx-lg-4 {
2665
+ margin-right: 1.5rem !important;
2666
+ }
2667
+ .mb-lg-4,
2668
+ .my-lg-4 {
2669
+ margin-bottom: 1.5rem !important;
2670
+ }
2671
+ .ml-lg-4,
2672
+ .mx-lg-4 {
2673
+ margin-left: 1.5rem !important;
2674
+ }
2675
+ .m-lg-5 {
2676
+ margin: 3rem !important;
2677
+ }
2678
+ .mt-lg-5,
2679
+ .my-lg-5 {
2680
+ margin-top: 3rem !important;
2681
+ }
2682
+ .mr-lg-5,
2683
+ .mx-lg-5 {
2684
+ margin-right: 3rem !important;
2685
+ }
2686
+ .mb-lg-5,
2687
+ .my-lg-5 {
2688
+ margin-bottom: 3rem !important;
2689
+ }
2690
+ .ml-lg-5,
2691
+ .mx-lg-5 {
2692
+ margin-left: 3rem !important;
2693
+ }
2694
+ .p-lg-0 {
2695
+ padding: 0 !important;
2696
+ }
2697
+ .pt-lg-0,
2698
+ .py-lg-0 {
2699
+ padding-top: 0 !important;
2700
+ }
2701
+ .pr-lg-0,
2702
+ .px-lg-0 {
2703
+ padding-right: 0 !important;
2704
+ }
2705
+ .pb-lg-0,
2706
+ .py-lg-0 {
2707
+ padding-bottom: 0 !important;
2708
+ }
2709
+ .pl-lg-0,
2710
+ .px-lg-0 {
2711
+ padding-left: 0 !important;
2712
+ }
2713
+ .p-lg-1 {
2714
+ padding: 0.25rem !important;
2715
+ }
2716
+ .pt-lg-1,
2717
+ .py-lg-1 {
2718
+ padding-top: 0.25rem !important;
2719
+ }
2720
+ .pr-lg-1,
2721
+ .px-lg-1 {
2722
+ padding-right: 0.25rem !important;
2723
+ }
2724
+ .pb-lg-1,
2725
+ .py-lg-1 {
2726
+ padding-bottom: 0.25rem !important;
2727
+ }
2728
+ .pl-lg-1,
2729
+ .px-lg-1 {
2730
+ padding-left: 0.25rem !important;
2731
+ }
2732
+ .p-lg-2 {
2733
+ padding: 0.5rem !important;
2734
+ }
2735
+ .pt-lg-2,
2736
+ .py-lg-2 {
2737
+ padding-top: 0.5rem !important;
2738
+ }
2739
+ .pr-lg-2,
2740
+ .px-lg-2 {
2741
+ padding-right: 0.5rem !important;
2742
+ }
2743
+ .pb-lg-2,
2744
+ .py-lg-2 {
2745
+ padding-bottom: 0.5rem !important;
2746
+ }
2747
+ .pl-lg-2,
2748
+ .px-lg-2 {
2749
+ padding-left: 0.5rem !important;
2750
+ }
2751
+ .p-lg-3 {
2752
+ padding: 1rem !important;
2753
+ }
2754
+ .pt-lg-3,
2755
+ .py-lg-3 {
2756
+ padding-top: 1rem !important;
2757
+ }
2758
+ .pr-lg-3,
2759
+ .px-lg-3 {
2760
+ padding-right: 1rem !important;
2761
+ }
2762
+ .pb-lg-3,
2763
+ .py-lg-3 {
2764
+ padding-bottom: 1rem !important;
2765
+ }
2766
+ .pl-lg-3,
2767
+ .px-lg-3 {
2768
+ padding-left: 1rem !important;
2769
+ }
2770
+ .p-lg-4 {
2771
+ padding: 1.5rem !important;
2772
+ }
2773
+ .pt-lg-4,
2774
+ .py-lg-4 {
2775
+ padding-top: 1.5rem !important;
2776
+ }
2777
+ .pr-lg-4,
2778
+ .px-lg-4 {
2779
+ padding-right: 1.5rem !important;
2780
+ }
2781
+ .pb-lg-4,
2782
+ .py-lg-4 {
2783
+ padding-bottom: 1.5rem !important;
2784
+ }
2785
+ .pl-lg-4,
2786
+ .px-lg-4 {
2787
+ padding-left: 1.5rem !important;
2788
+ }
2789
+ .p-lg-5 {
2790
+ padding: 3rem !important;
2791
+ }
2792
+ .pt-lg-5,
2793
+ .py-lg-5 {
2794
+ padding-top: 3rem !important;
2795
+ }
2796
+ .pr-lg-5,
2797
+ .px-lg-5 {
2798
+ padding-right: 3rem !important;
2799
+ }
2800
+ .pb-lg-5,
2801
+ .py-lg-5 {
2802
+ padding-bottom: 3rem !important;
2803
+ }
2804
+ .pl-lg-5,
2805
+ .px-lg-5 {
2806
+ padding-left: 3rem !important;
2807
+ }
2808
+ .m-lg-n1 {
2809
+ margin: -0.25rem !important;
2810
+ }
2811
+ .mt-lg-n1,
2812
+ .my-lg-n1 {
2813
+ margin-top: -0.25rem !important;
2814
+ }
2815
+ .mr-lg-n1,
2816
+ .mx-lg-n1 {
2817
+ margin-right: -0.25rem !important;
2818
+ }
2819
+ .mb-lg-n1,
2820
+ .my-lg-n1 {
2821
+ margin-bottom: -0.25rem !important;
2822
+ }
2823
+ .ml-lg-n1,
2824
+ .mx-lg-n1 {
2825
+ margin-left: -0.25rem !important;
2826
+ }
2827
+ .m-lg-n2 {
2828
+ margin: -0.5rem !important;
2829
+ }
2830
+ .mt-lg-n2,
2831
+ .my-lg-n2 {
2832
+ margin-top: -0.5rem !important;
2833
+ }
2834
+ .mr-lg-n2,
2835
+ .mx-lg-n2 {
2836
+ margin-right: -0.5rem !important;
2837
+ }
2838
+ .mb-lg-n2,
2839
+ .my-lg-n2 {
2840
+ margin-bottom: -0.5rem !important;
2841
+ }
2842
+ .ml-lg-n2,
2843
+ .mx-lg-n2 {
2844
+ margin-left: -0.5rem !important;
2845
+ }
2846
+ .m-lg-n3 {
2847
+ margin: -1rem !important;
2848
+ }
2849
+ .mt-lg-n3,
2850
+ .my-lg-n3 {
2851
+ margin-top: -1rem !important;
2852
+ }
2853
+ .mr-lg-n3,
2854
+ .mx-lg-n3 {
2855
+ margin-right: -1rem !important;
2856
+ }
2857
+ .mb-lg-n3,
2858
+ .my-lg-n3 {
2859
+ margin-bottom: -1rem !important;
2860
+ }
2861
+ .ml-lg-n3,
2862
+ .mx-lg-n3 {
2863
+ margin-left: -1rem !important;
2864
+ }
2865
+ .m-lg-n4 {
2866
+ margin: -1.5rem !important;
2867
+ }
2868
+ .mt-lg-n4,
2869
+ .my-lg-n4 {
2870
+ margin-top: -1.5rem !important;
2871
+ }
2872
+ .mr-lg-n4,
2873
+ .mx-lg-n4 {
2874
+ margin-right: -1.5rem !important;
2875
+ }
2876
+ .mb-lg-n4,
2877
+ .my-lg-n4 {
2878
+ margin-bottom: -1.5rem !important;
2879
+ }
2880
+ .ml-lg-n4,
2881
+ .mx-lg-n4 {
2882
+ margin-left: -1.5rem !important;
2883
+ }
2884
+ .m-lg-n5 {
2885
+ margin: -3rem !important;
2886
+ }
2887
+ .mt-lg-n5,
2888
+ .my-lg-n5 {
2889
+ margin-top: -3rem !important;
2890
+ }
2891
+ .mr-lg-n5,
2892
+ .mx-lg-n5 {
2893
+ margin-right: -3rem !important;
2894
+ }
2895
+ .mb-lg-n5,
2896
+ .my-lg-n5 {
2897
+ margin-bottom: -3rem !important;
2898
+ }
2899
+ .ml-lg-n5,
2900
+ .mx-lg-n5 {
2901
+ margin-left: -3rem !important;
2902
+ }
2903
+ .m-lg-auto {
2904
+ margin: auto !important;
2905
+ }
2906
+ .mt-lg-auto,
2907
+ .my-lg-auto {
2908
+ margin-top: auto !important;
2909
+ }
2910
+ .mr-lg-auto,
2911
+ .mx-lg-auto {
2912
+ margin-right: auto !important;
2913
+ }
2914
+ .mb-lg-auto,
2915
+ .my-lg-auto {
2916
+ margin-bottom: auto !important;
2917
+ }
2918
+ .ml-lg-auto,
2919
+ .mx-lg-auto {
2920
+ margin-left: auto !important;
2921
+ }
2922
+ }
2923
+ @media (max-width: 768px) {
2924
+ .m-md-0 {
2925
+ margin: 0 !important;
2926
+ }
2927
+ .mt-md-0,
2928
+ .my-md-0 {
2929
+ margin-top: 0 !important;
2930
+ }
2931
+ .mr-md-0,
2932
+ .mx-md-0 {
2933
+ margin-right: 0 !important;
2934
+ }
2935
+ .mb-md-0,
2936
+ .my-md-0 {
2937
+ margin-bottom: 0 !important;
2938
+ }
2939
+ .ml-md-0,
2940
+ .mx-md-0 {
2941
+ margin-left: 0 !important;
2942
+ }
2943
+ .m-md-1 {
2944
+ margin: 0.25rem !important;
2945
+ }
2946
+ .mt-md-1,
2947
+ .my-md-1 {
2948
+ margin-top: 0.25rem !important;
2949
+ }
2950
+ .mr-md-1,
2951
+ .mx-md-1 {
2952
+ margin-right: 0.25rem !important;
2953
+ }
2954
+ .mb-md-1,
2955
+ .my-md-1 {
2956
+ margin-bottom: 0.25rem !important;
2957
+ }
2958
+ .ml-md-1,
2959
+ .mx-md-1 {
2960
+ margin-left: 0.25rem !important;
2961
+ }
2962
+ .m-md-2 {
2963
+ margin: 0.5rem !important;
2964
+ }
2965
+ .mt-md-2,
2966
+ .my-md-2 {
2967
+ margin-top: 0.5rem !important;
2968
+ }
2969
+ .mr-md-2,
2970
+ .mx-md-2 {
2971
+ margin-right: 0.5rem !important;
2972
+ }
2973
+ .mb-md-2,
2974
+ .my-md-2 {
2975
+ margin-bottom: 0.5rem !important;
2976
+ }
2977
+ .ml-md-2,
2978
+ .mx-md-2 {
2979
+ margin-left: 0.5rem !important;
2980
+ }
2981
+ .m-md-3 {
2982
+ margin: 1rem !important;
2983
+ }
2984
+ .mt-md-3,
2985
+ .my-md-3 {
2986
+ margin-top: 1rem !important;
2987
+ }
2988
+ .mr-md-3,
2989
+ .mx-md-3 {
2990
+ margin-right: 1rem !important;
2991
+ }
2992
+ .mb-md-3,
2993
+ .my-md-3 {
2994
+ margin-bottom: 1rem !important;
2995
+ }
2996
+ .ml-md-3,
2997
+ .mx-md-3 {
2998
+ margin-left: 1rem !important;
2999
+ }
3000
+ .m-md-4 {
3001
+ margin: 1.5rem !important;
3002
+ }
3003
+ .mt-md-4,
3004
+ .my-md-4 {
3005
+ margin-top: 1.5rem !important;
3006
+ }
3007
+ .mr-md-4,
3008
+ .mx-md-4 {
3009
+ margin-right: 1.5rem !important;
3010
+ }
3011
+ .mb-md-4,
3012
+ .my-md-4 {
3013
+ margin-bottom: 1.5rem !important;
3014
+ }
3015
+ .ml-md-4,
3016
+ .mx-md-4 {
3017
+ margin-left: 1.5rem !important;
3018
+ }
3019
+ .m-md-5 {
3020
+ margin: 3rem !important;
3021
+ }
3022
+ .mt-md-5,
3023
+ .my-md-5 {
3024
+ margin-top: 3rem !important;
3025
+ }
3026
+ .mr-md-5,
3027
+ .mx-md-5 {
3028
+ margin-right: 3rem !important;
3029
+ }
3030
+ .mb-md-5,
3031
+ .my-md-5 {
3032
+ margin-bottom: 3rem !important;
3033
+ }
3034
+ .ml-md-5,
3035
+ .mx-md-5 {
3036
+ margin-left: 3rem !important;
3037
+ }
3038
+ .p-md-0 {
3039
+ padding: 0 !important;
3040
+ }
3041
+ .pt-md-0,
3042
+ .py-md-0 {
3043
+ padding-top: 0 !important;
3044
+ }
3045
+ .pr-md-0,
3046
+ .px-md-0 {
3047
+ padding-right: 0 !important;
3048
+ }
3049
+ .pb-md-0,
3050
+ .py-md-0 {
3051
+ padding-bottom: 0 !important;
3052
+ }
3053
+ .pl-md-0,
3054
+ .px-md-0 {
3055
+ padding-left: 0 !important;
3056
+ }
3057
+ .p-md-1 {
3058
+ padding: 0.25rem !important;
3059
+ }
3060
+ .pt-md-1,
3061
+ .py-md-1 {
3062
+ padding-top: 0.25rem !important;
3063
+ }
3064
+ .pr-md-1,
3065
+ .px-md-1 {
3066
+ padding-right: 0.25rem !important;
3067
+ }
3068
+ .pb-md-1,
3069
+ .py-md-1 {
3070
+ padding-bottom: 0.25rem !important;
3071
+ }
3072
+ .pl-md-1,
3073
+ .px-md-1 {
3074
+ padding-left: 0.25rem !important;
3075
+ }
3076
+ .p-md-2 {
3077
+ padding: 0.5rem !important;
3078
+ }
3079
+ .pt-md-2,
3080
+ .py-md-2 {
3081
+ padding-top: 0.5rem !important;
3082
+ }
3083
+ .pr-md-2,
3084
+ .px-md-2 {
3085
+ padding-right: 0.5rem !important;
3086
+ }
3087
+ .pb-md-2,
3088
+ .py-md-2 {
3089
+ padding-bottom: 0.5rem !important;
3090
+ }
3091
+ .pl-md-2,
3092
+ .px-md-2 {
3093
+ padding-left: 0.5rem !important;
3094
+ }
3095
+ .p-md-3 {
3096
+ padding: 1rem !important;
3097
+ }
3098
+ .pt-md-3,
3099
+ .py-md-3 {
3100
+ padding-top: 1rem !important;
3101
+ }
3102
+ .pr-md-3,
3103
+ .px-md-3 {
3104
+ padding-right: 1rem !important;
3105
+ }
3106
+ .pb-md-3,
3107
+ .py-md-3 {
3108
+ padding-bottom: 1rem !important;
3109
+ }
3110
+ .pl-md-3,
3111
+ .px-md-3 {
3112
+ padding-left: 1rem !important;
3113
+ }
3114
+ .p-md-4 {
3115
+ padding: 1.5rem !important;
3116
+ }
3117
+ .pt-md-4,
3118
+ .py-md-4 {
3119
+ padding-top: 1.5rem !important;
3120
+ }
3121
+ .pr-md-4,
3122
+ .px-md-4 {
3123
+ padding-right: 1.5rem !important;
3124
+ }
3125
+ .pb-md-4,
3126
+ .py-md-4 {
3127
+ padding-bottom: 1.5rem !important;
3128
+ }
3129
+ .pl-md-4,
3130
+ .px-md-4 {
3131
+ padding-left: 1.5rem !important;
3132
+ }
3133
+ .p-md-5 {
3134
+ padding: 3rem !important;
3135
+ }
3136
+ .pt-md-5,
3137
+ .py-md-5 {
3138
+ padding-top: 3rem !important;
3139
+ }
3140
+ .pr-md-5,
3141
+ .px-md-5 {
3142
+ padding-right: 3rem !important;
3143
+ }
3144
+ .pb-md-5,
3145
+ .py-md-5 {
3146
+ padding-bottom: 3rem !important;
3147
+ }
3148
+ .pl-md-5,
3149
+ .px-md-5 {
3150
+ padding-left: 3rem !important;
3151
+ }
3152
+ .m-md-n1 {
3153
+ margin: -0.25rem !important;
3154
+ }
3155
+ .mt-md-n1,
3156
+ .my-md-n1 {
3157
+ margin-top: -0.25rem !important;
3158
+ }
3159
+ .mr-md-n1,
3160
+ .mx-md-n1 {
3161
+ margin-right: -0.25rem !important;
3162
+ }
3163
+ .mb-md-n1,
3164
+ .my-md-n1 {
3165
+ margin-bottom: -0.25rem !important;
3166
+ }
3167
+ .ml-md-n1,
3168
+ .mx-md-n1 {
3169
+ margin-left: -0.25rem !important;
3170
+ }
3171
+ .m-md-n2 {
3172
+ margin: -0.5rem !important;
3173
+ }
3174
+ .mt-md-n2,
3175
+ .my-md-n2 {
3176
+ margin-top: -0.5rem !important;
3177
+ }
3178
+ .mr-md-n2,
3179
+ .mx-md-n2 {
3180
+ margin-right: -0.5rem !important;
3181
+ }
3182
+ .mb-md-n2,
3183
+ .my-md-n2 {
3184
+ margin-bottom: -0.5rem !important;
3185
+ }
3186
+ .ml-md-n2,
3187
+ .mx-md-n2 {
3188
+ margin-left: -0.5rem !important;
3189
+ }
3190
+ .m-md-n3 {
3191
+ margin: -1rem !important;
3192
+ }
3193
+ .mt-md-n3,
3194
+ .my-md-n3 {
3195
+ margin-top: -1rem !important;
3196
+ }
3197
+ .mr-md-n3,
3198
+ .mx-md-n3 {
3199
+ margin-right: -1rem !important;
3200
+ }
3201
+ .mb-md-n3,
3202
+ .my-md-n3 {
3203
+ margin-bottom: -1rem !important;
3204
+ }
3205
+ .ml-md-n3,
3206
+ .mx-md-n3 {
3207
+ margin-left: -1rem !important;
3208
+ }
3209
+ .m-md-n4 {
3210
+ margin: -1.5rem !important;
3211
+ }
3212
+ .mt-md-n4,
3213
+ .my-md-n4 {
3214
+ margin-top: -1.5rem !important;
3215
+ }
3216
+ .mr-md-n4,
3217
+ .mx-md-n4 {
3218
+ margin-right: -1.5rem !important;
3219
+ }
3220
+ .mb-md-n4,
3221
+ .my-md-n4 {
3222
+ margin-bottom: -1.5rem !important;
3223
+ }
3224
+ .ml-md-n4,
3225
+ .mx-md-n4 {
3226
+ margin-left: -1.5rem !important;
3227
+ }
3228
+ .m-md-n5 {
3229
+ margin: -3rem !important;
3230
+ }
3231
+ .mt-md-n5,
3232
+ .my-md-n5 {
3233
+ margin-top: -3rem !important;
3234
+ }
3235
+ .mr-md-n5,
3236
+ .mx-md-n5 {
3237
+ margin-right: -3rem !important;
3238
+ }
3239
+ .mb-md-n5,
3240
+ .my-md-n5 {
3241
+ margin-bottom: -3rem !important;
3242
+ }
3243
+ .ml-md-n5,
3244
+ .mx-md-n5 {
3245
+ margin-left: -3rem !important;
3246
+ }
3247
+ .m-md-auto {
3248
+ margin: auto !important;
3249
+ }
3250
+ .mt-md-auto,
3251
+ .my-md-auto {
3252
+ margin-top: auto !important;
3253
+ }
3254
+ .mr-md-auto,
3255
+ .mx-md-auto {
3256
+ margin-right: auto !important;
3257
+ }
3258
+ .mb-md-auto,
3259
+ .my-md-auto {
3260
+ margin-bottom: auto !important;
3261
+ }
3262
+ .ml-md-auto,
3263
+ .mx-md-auto {
3264
+ margin-left: auto !important;
3265
+ }
3266
+
3267
+ .btn-circle-resp {
3268
+ width: 5vh !important;
3269
+ height: 5vh !important;
3270
+ border-radius: 50% !important;
3271
+ }
3272
+ }
3273
+ @media (max-width: 576px) {
3274
+ .btn-circle-resp {
3275
+ width: 4vh !important;
3276
+ height: 4vh !important;
3277
+ }
3278
+ .m-sm-0 {
3279
+ margin: 0 !important;
3280
+ }
3281
+ .mt-sm-0,
3282
+ .my-sm-0 {
3283
+ margin-top: 0 !important;
3284
+ }
3285
+ .mr-sm-0,
3286
+ .mx-sm-0 {
3287
+ margin-right: 0 !important;
3288
+ }
3289
+ .mb-sm-0,
3290
+ .my-sm-0 {
3291
+ margin-bottom: 0 !important;
3292
+ }
3293
+ .ml-sm-0,
3294
+ .mx-sm-0 {
3295
+ margin-left: 0 !important;
3296
+ }
3297
+ .m-sm-1 {
3298
+ margin: 0.25rem !important;
3299
+ }
3300
+ .mt-sm-1,
3301
+ .my-sm-1 {
3302
+ margin-top: 0.25rem !important;
3303
+ }
3304
+ .mr-sm-1,
3305
+ .mx-sm-1 {
3306
+ margin-right: 0.25rem !important;
3307
+ }
3308
+ .mb-sm-1,
3309
+ .my-sm-1 {
3310
+ margin-bottom: 0.25rem !important;
3311
+ }
3312
+ .ml-sm-1,
3313
+ .mx-sm-1 {
3314
+ margin-left: 0.25rem !important;
3315
+ }
3316
+ .m-sm-2 {
3317
+ margin: 0.5rem !important;
3318
+ }
3319
+ .mt-sm-2,
3320
+ .my-sm-2 {
3321
+ margin-top: 0.5rem !important;
3322
+ }
3323
+ .mr-sm-2,
3324
+ .mx-sm-2 {
3325
+ margin-right: 0.5rem !important;
3326
+ }
3327
+ .mb-sm-2,
3328
+ .my-sm-2 {
3329
+ margin-bottom: 0.5rem !important;
3330
+ }
3331
+ .ml-sm-2,
3332
+ .mx-sm-2 {
3333
+ margin-left: 0.5rem !important;
3334
+ }
3335
+ .m-sm-3 {
3336
+ margin: 1rem !important;
3337
+ }
3338
+ .mt-sm-3,
3339
+ .my-sm-3 {
3340
+ margin-top: 1rem !important;
3341
+ }
3342
+ .mr-sm-3,
3343
+ .mx-sm-3 {
3344
+ margin-right: 1rem !important;
3345
+ }
3346
+ .mb-sm-3,
3347
+ .my-sm-3 {
3348
+ margin-bottom: 1rem !important;
3349
+ }
3350
+ .ml-sm-3,
3351
+ .mx-sm-3 {
3352
+ margin-left: 1rem !important;
3353
+ }
3354
+ .m-sm-4 {
3355
+ margin: 1.5rem !important;
3356
+ }
3357
+ .mt-sm-4,
3358
+ .my-sm-4 {
3359
+ margin-top: 1.5rem !important;
3360
+ }
3361
+ .mr-sm-4,
3362
+ .mx-sm-4 {
3363
+ margin-right: 1.5rem !important;
3364
+ }
3365
+ .mb-sm-4,
3366
+ .my-sm-4 {
3367
+ margin-bottom: 1.5rem !important;
3368
+ }
3369
+ .ml-sm-4,
3370
+ .mx-sm-4 {
3371
+ margin-left: 1.5rem !important;
3372
+ }
3373
+ .m-sm-5 {
3374
+ margin: 3rem !important;
3375
+ }
3376
+ .mt-sm-5,
3377
+ .my-sm-5 {
3378
+ margin-top: 3rem !important;
3379
+ }
3380
+ .mr-sm-5,
3381
+ .mx-sm-5 {
3382
+ margin-right: 3rem !important;
3383
+ }
3384
+ .mb-sm-5,
3385
+ .my-sm-5 {
3386
+ margin-bottom: 3rem !important;
3387
+ }
3388
+ .ml-sm-5,
3389
+ .mx-sm-5 {
3390
+ margin-left: 3rem !important;
3391
+ }
3392
+ .p-sm-0 {
3393
+ padding: 0 !important;
3394
+ }
3395
+ .pt-sm-0,
3396
+ .py-sm-0 {
3397
+ padding-top: 0 !important;
3398
+ }
3399
+ .pr-sm-0,
3400
+ .px-sm-0 {
3401
+ padding-right: 0 !important;
3402
+ }
3403
+ .pb-sm-0,
3404
+ .py-sm-0 {
3405
+ padding-bottom: 0 !important;
3406
+ }
3407
+ .pl-sm-0,
3408
+ .px-sm-0 {
3409
+ padding-left: 0 !important;
3410
+ }
3411
+ .p-sm-1 {
3412
+ padding: 0.25rem !important;
3413
+ }
3414
+ .pt-sm-1,
3415
+ .py-sm-1 {
3416
+ padding-top: 0.25rem !important;
3417
+ }
3418
+ .pr-sm-1,
3419
+ .px-sm-1 {
3420
+ padding-right: 0.25rem !important;
3421
+ }
3422
+ .pb-sm-1,
3423
+ .py-sm-1 {
3424
+ padding-bottom: 0.25rem !important;
3425
+ }
3426
+ .pl-sm-1,
3427
+ .px-sm-1 {
3428
+ padding-left: 0.25rem !important;
3429
+ }
3430
+ .p-sm-2 {
3431
+ padding: 0.5rem !important;
3432
+ }
3433
+ .pt-sm-2,
3434
+ .py-sm-2 {
3435
+ padding-top: 0.5rem !important;
3436
+ }
3437
+ .pr-sm-2,
3438
+ .px-sm-2 {
3439
+ padding-right: 0.5rem !important;
3440
+ }
3441
+ .pb-sm-2,
3442
+ .py-sm-2 {
3443
+ padding-bottom: 0.5rem !important;
3444
+ }
3445
+ .pl-sm-2,
3446
+ .px-sm-2 {
3447
+ padding-left: 0.5rem !important;
3448
+ }
3449
+ .p-sm-3 {
3450
+ padding: 1rem !important;
3451
+ }
3452
+ .pt-sm-3,
3453
+ .py-sm-3 {
3454
+ padding-top: 1rem !important;
3455
+ }
3456
+ .pr-sm-3,
3457
+ .px-sm-3 {
3458
+ padding-right: 1rem !important;
3459
+ }
3460
+ .pb-sm-3,
3461
+ .py-sm-3 {
3462
+ padding-bottom: 1rem !important;
3463
+ }
3464
+ .pl-sm-3,
3465
+ .px-sm-3 {
3466
+ padding-left: 1rem !important;
3467
+ }
3468
+ .p-sm-4 {
3469
+ padding: 1.5rem !important;
3470
+ }
3471
+ .pt-sm-4,
3472
+ .py-sm-4 {
3473
+ padding-top: 1.5rem !important;
3474
+ }
3475
+ .pr-sm-4,
3476
+ .px-sm-4 {
3477
+ padding-right: 1.5rem !important;
3478
+ }
3479
+ .pb-sm-4,
3480
+ .py-sm-4 {
3481
+ padding-bottom: 1.5rem !important;
3482
+ }
3483
+ .pl-sm-4,
3484
+ .px-sm-4 {
3485
+ padding-left: 1.5rem !important;
3486
+ }
3487
+ .p-sm-5 {
3488
+ padding: 3rem !important;
3489
+ }
3490
+ .pt-sm-5,
3491
+ .py-sm-5 {
3492
+ padding-top: 3rem !important;
3493
+ }
3494
+ .pr-sm-5,
3495
+ .px-sm-5 {
3496
+ padding-right: 3rem !important;
3497
+ }
3498
+ .pb-sm-5,
3499
+ .py-sm-5 {
3500
+ padding-bottom: 3rem !important;
3501
+ }
3502
+ .pl-sm-5,
3503
+ .px-sm-5 {
3504
+ padding-left: 3rem !important;
3505
+ }
3506
+ .m-sm-n1 {
3507
+ margin: -0.25rem !important;
3508
+ }
3509
+ .mt-sm-n1,
3510
+ .my-sm-n1 {
3511
+ margin-top: -0.25rem !important;
3512
+ }
3513
+ .mr-sm-n1,
3514
+ .mx-sm-n1 {
3515
+ margin-right: -0.25rem !important;
3516
+ }
3517
+ .mb-sm-n1,
3518
+ .my-sm-n1 {
3519
+ margin-bottom: -0.25rem !important;
3520
+ }
3521
+ .ml-sm-n1,
3522
+ .mx-sm-n1 {
3523
+ margin-left: -0.25rem !important;
3524
+ }
3525
+ .m-sm-n2 {
3526
+ margin: -0.5rem !important;
3527
+ }
3528
+ .mt-sm-n2,
3529
+ .my-sm-n2 {
3530
+ margin-top: -0.5rem !important;
3531
+ }
3532
+ .mr-sm-n2,
3533
+ .mx-sm-n2 {
3534
+ margin-right: -0.5rem !important;
3535
+ }
3536
+ .mb-sm-n2,
3537
+ .my-sm-n2 {
3538
+ margin-bottom: -0.5rem !important;
3539
+ }
3540
+ .ml-sm-n2,
3541
+ .mx-sm-n2 {
3542
+ margin-left: -0.5rem !important;
3543
+ }
3544
+ .m-sm-n3 {
3545
+ margin: -1rem !important;
3546
+ }
3547
+ .mt-sm-n3,
3548
+ .my-sm-n3 {
3549
+ margin-top: -1rem !important;
3550
+ }
3551
+ .mr-sm-n3,
3552
+ .mx-sm-n3 {
3553
+ margin-right: -1rem !important;
3554
+ }
3555
+ .mb-sm-n3,
3556
+ .my-sm-n3 {
3557
+ margin-bottom: -1rem !important;
3558
+ }
3559
+ .ml-sm-n3,
3560
+ .mx-sm-n3 {
3561
+ margin-left: -1rem !important;
3562
+ }
3563
+ .m-sm-n4 {
3564
+ margin: -1.5rem !important;
3565
+ }
3566
+ .mt-sm-n4,
3567
+ .my-sm-n4 {
3568
+ margin-top: -1.5rem !important;
3569
+ }
3570
+ .mr-sm-n4,
3571
+ .mx-sm-n4 {
3572
+ margin-right: -1.5rem !important;
3573
+ }
3574
+ .mb-sm-n4,
3575
+ .my-sm-n4 {
3576
+ margin-bottom: -1.5rem !important;
3577
+ }
3578
+ .ml-sm-n4,
3579
+ .mx-sm-n4 {
3580
+ margin-left: -1.5rem !important;
3581
+ }
3582
+ .m-sm-n5 {
3583
+ margin: -3rem !important;
3584
+ }
3585
+ .mt-sm-n5,
3586
+ .my-sm-n5 {
3587
+ margin-top: -3rem !important;
3588
+ }
3589
+ .mt-sm-n6,
3590
+ .my-sm-n6 {
3591
+ margin-top: -4rem !important;
3592
+ }
3593
+ .mr-sm-n5,
3594
+ .mx-sm-n5 {
3595
+ margin-right: -3rem !important;
3596
+ }
3597
+ .mb-sm-n5,
3598
+ .my-sm-n5 {
3599
+ margin-bottom: -3rem !important;
3600
+ }
3601
+ .ml-sm-n5,
3602
+ .mx-sm-n5 {
3603
+ margin-left: -3rem !important;
3604
+ }
3605
+ .m-sm-auto {
3606
+ margin: auto !important;
3607
+ }
3608
+ .mt-sm-auto,
3609
+ .my-sm-auto {
3610
+ margin-top: auto !important;
3611
+ }
3612
+ .mr-sm-auto,
3613
+ .mx-sm-auto {
3614
+ margin-right: auto !important;
3615
+ }
3616
+ .mb-sm-auto,
3617
+ .my-sm-auto {
3618
+ margin-bottom: auto !important;
3619
+ }
3620
+ .ml-sm-auto,
3621
+ .mx-sm-auto {
3622
+ margin-left: auto !important;
3623
+ }
3624
+ .font-sm-15 {
3625
+ font-size: 15px !important;
3626
+ }
3627
+ .font-sm-30 {
3628
+ font-size: 30px !important;
3629
+ }
3630
+ .w-sm-100 {
3631
+ width: 100% !important;
3632
+ }
3633
+ .h-sm-100 {
3634
+ height: 200px !important;
3635
+ }
3636
+ }
3637
+
3638
+ .text-left {
3639
+ text-align: left !important;
3640
+ }
3641
+
3642
+ .text-right {
3643
+ text-align: right !important;
3644
+ }
3645
+
3646
+ .text-center {
3647
+ text-align: center !important;
3648
+ }
3649
+ @media (min-width: 1200px) {
3650
+ .text-xl-left {
3651
+ text-align: left !important;
3652
+ }
3653
+ .text-xl-right {
3654
+ text-align: right !important;
3655
+ }
3656
+ .text-xl-center {
3657
+ text-align: center !important;
3658
+ }
3659
+ }
3660
+ @media (min-width: 992px) {
3661
+ .text-lg-left {
3662
+ text-align: left !important;
3663
+ }
3664
+ .text-lg-right {
3665
+ text-align: right !important;
3666
+ }
3667
+ .text-lg-center {
3668
+ text-align: center !important;
3669
+ }
3670
+ }
3671
+ @media (max-width: 768px) {
3672
+ .text-md-left {
3673
+ text-align: left !important;
3674
+ }
3675
+ .text-md-right {
3676
+ text-align: right !important;
3677
+ }
3678
+ .text-md-center {
3679
+ text-align: center !important;
3680
+ }
3681
+ }
3682
+ @media (max-width: 576px) {
3683
+ .text-sm-left {
3684
+ text-align: left !important;
3685
+ }
3686
+ .text-sm-right {
3687
+ text-align: right !important;
3688
+ }
3689
+ .text-sm-center {
3690
+ text-align: center !important;
3691
+ }
3692
+ }
3693
+
3694
+ .text-lowercase {
3695
+ text-transform: lowercase !important;
3696
+ }
3697
+
3698
+ .text-uppercase {
3699
+ text-transform: uppercase !important;
3700
+ }
3701
+
3702
+ .text-capitalize {
3703
+ text-transform: capitalize !important;
3704
+ }
3705
+ .text-transform-none {
3706
+ text-transform: none !important;
3707
+ }
3708
+ .fade {
3709
+ transition: opacity 0.15s linear;
3710
+ }
3711
+
3712
+ @media (prefers-reduced-motion: reduce) {
3713
+ .fade {
3714
+ transition: none;
3715
+ }
3716
+ }
3717
+
3718
+ .fade:not(.show) {
3719
+ opacity: 0;
3720
+ }
3721
+
3722
+ .modal-open {
3723
+ overflow: hidden;
3724
+ }
3725
+
3726
+ .modal-open .modal {
3727
+ overflow-x: hidden;
3728
+ overflow-y: auto;
3729
+ }
3730
+
3731
+ .modal {
3732
+ position: fixed;
3733
+ top: 0;
3734
+ left: 0;
3735
+ z-index: 2000 !important;
3736
+ display: none;
3737
+ width: 100%;
3738
+ height: 100%;
3739
+ overflow: hidden;
3740
+ outline: 0;
3741
+ bottom: 0;
3742
+ right: 0;
3743
+ margin: auto;
3744
+ }
3745
+ @media screen and (max-width:600px) {
3746
+ .modal{
3747
+ height: 97%;
3748
+ }
3749
+ }
3750
+ .modal-dialog {
3751
+ position: relative;
3752
+ width: auto;
3753
+ margin: 0.5rem;
3754
+ pointer-events: none;
3755
+ }
3756
+
3757
+ .modal.fade .modal-dialog {
3758
+ transition: transform 0.3s ease-out;
3759
+ transform: translate(0, -50px);
3760
+ }
3761
+
3762
+ @media (prefers-reduced-motion: reduce) {
3763
+ .modal.fade .modal-dialog {
3764
+ transition: none;
3765
+ }
3766
+ }
3767
+
3768
+ .modal.show .modal-dialog {
3769
+ transform: none;
3770
+ }
3771
+
3772
+ .modal-content {
3773
+ position: relative;
3774
+ display: flex;
3775
+ flex-direction: column;
3776
+ width: 100%;
3777
+ pointer-events: auto;
3778
+ background-color: #fff;
3779
+ background-clip: padding-box;
3780
+ border: 3px #e6e6e6 solid;
3781
+ border-radius: 10px;
3782
+ outline: 0;
3783
+ /* min-height: 100px; */
3784
+ /* max-height:650px; */
3785
+ }
3786
+
3787
+ .modal-backdrop {
3788
+ position: fixed;
3789
+ top: 0;
3790
+ left: 0;
3791
+ z-index: 1040;
3792
+ width: 100vw;
3793
+ height: 100vh;
3794
+ background-color: #000;
3795
+ }
3796
+
3797
+ .modal-backdrop.fade {
3798
+ opacity: 0;
3799
+ }
3800
+
3801
+ .modal-backdrop.show {
3802
+ opacity: 0.5;
3803
+ }
3804
+
3805
+ .modal-header {
3806
+ display: flex;
3807
+ align-items: flex-start;
3808
+ justify-content: space-between;
3809
+ padding: 0.5rem 0.1rem;
3810
+ }
3811
+
3812
+ .modal-title {
3813
+ margin-bottom: 0;
3814
+ line-height: 1.5;
3815
+ color: #022648;
3816
+ font-size: 18px;
3817
+ font-weight: 500;
3818
+ /* text-transform: capitalize; */
3819
+ }
3820
+ .close-modal-container {
3821
+ width: 4vh;
3822
+ height: 4vh;
3823
+ background-color: #022648;
3824
+ color: white;
3825
+ display: flex;
3826
+ align-items: center;
3827
+ justify-content: center;
3828
+ border-radius: 10px;
3829
+ cursor: pointer;
3830
+ transition: 0.3s;
3831
+ }
3832
+ .close-modal-container:hover {
3833
+ background-color: #eac435;
3834
+ }
3835
+ .modal-body {
3836
+ position: relative;
3837
+ flex: 1 1 auto;
3838
+ padding: 0 0.3rem;
3839
+ }
3840
+
3841
+ @media (min-width: 576px) {
3842
+ .modal-dialog {
3843
+ max-width: 500px;
3844
+ margin: 1.75rem auto;
3845
+ }
3846
+ .modal-sm {
3847
+ max-width: 300px;
3848
+ }
3849
+ }
3850
+
3851
+ @media (min-width: 992px) {
3852
+ .modal-lg,
3853
+ .modal-xl {
3854
+ max-width: 900px;
3855
+ }
3856
+ }
3857
+
3858
+ @media (min-width: 1200px) {
3859
+ .modal-xl {
3860
+ max-width: 1300px;
3861
+ }
3862
+ }
3863
+ .modal-text {
3864
+ font-size: 17px;
3865
+ text-transform: capitalize;
3866
+ color: rgb(105, 101, 101);
3867
+ }
3868
+ .text-decoration-underline {
3869
+ text-decoration: underline;
3870
+ }
3871
+ .direction-ltr {
3872
+ direction: ltr;
3873
+ }
3874
+ .bg-img {
3875
+ background-color: #f7f1ee !important;
3876
+ }
3877
+
3878
+ /* Off Canvas */
3879
+ .offcanvas {
3880
+ position: fixed;
3881
+ bottom: 0;
3882
+ z-index: 1045;
3883
+ display: flex;
3884
+ flex-direction: column;
3885
+ max-width: 100%;
3886
+ visibility: hidden;
3887
+ /* background-color: #f7f1ee; */
3888
+ background-clip: padding-box;
3889
+ outline: 0;
3890
+ transition: transform 0.3s ease-in-out;
3891
+ border-left: 2px solid #e6e6e6;
3892
+ }
3893
+ @media (prefers-reduced-motion: reduce) {
3894
+ .offcanvas {
3895
+ transition: none;
3896
+ }
3897
+ }
3898
+ .offcanvas-backdrop {
3899
+ position: fixed;
3900
+ top: 0;
3901
+ left: 0;
3902
+ z-index: 1040;
3903
+ width: 100vw;
3904
+ height: 100vh;
3905
+ background-color: #000;
3906
+ }
3907
+ .offcanvas-backdrop.fade {
3908
+ opacity: 0;
3909
+ }
3910
+ .offcanvas-backdrop.show {
3911
+ opacity: 0.5;
3912
+ }
3913
+ .offcanvas-header {
3914
+ display: flex;
3915
+ align-items: center;
3916
+ justify-content: center;
3917
+ width: 100%;
3918
+ }
3919
+ .offcanvas-title {
3920
+ margin-bottom: 0;
3921
+ width: 100%;
3922
+ }
3923
+ .offcanvas-body {
3924
+ flex-grow: 1;
3925
+ overflow-y: auto;
3926
+ }
3927
+ .offcanvas-start {
3928
+ top: 0;
3929
+ left: 0;
3930
+ width: 400px;
3931
+ border-right: 1px solid rgba(0, 0, 0, 0.2);
3932
+ transform: translateX(-100%);
3933
+ }
3934
+ .offcanvas-end {
3935
+ top: 0;
3936
+ right: 0;
3937
+ width: 400px;
3938
+ border-left: 1px solid rgba(0, 0, 0, 0.2);
3939
+ transform: translateX(100%);
3940
+ }
3941
+ .offcanvas-top {
3942
+ top: 0;
3943
+ right: 0;
3944
+ left: 0;
3945
+ height: 30vh;
3946
+ max-height: 100%;
3947
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
3948
+ transform: translateY(-100%);
3949
+ }
3950
+ .offcanvas-bottom {
3951
+ right: 0;
3952
+ left: 0;
3953
+ height: 30vh;
3954
+ max-height: 100%;
3955
+ border-top: 1px solid rgba(0, 0, 0, 0.2);
3956
+ transform: translateY(100%);
3957
+ }
3958
+ .offcanvas.show {
3959
+ transform: none;
3960
+ }
3961
+
3962
+ /* */
3963
+ @media (min-width: 992px) {
3964
+ .order-lg-last {
3965
+ -webkit-box-ordinal-group: 7 !important;
3966
+ -ms-flex-order: 6 !important;
3967
+ order: 6 !important;
3968
+ }
3969
+ }
3970
+ .bg-transparent {
3971
+ background-color: transparent !important;
3972
+ }
3973
+ @media screen and (max-width: 800px) {
3974
+ .scrollhorixontalcontainer {
3975
+ width: 100% !important;
3976
+ white-space: nowrap;
3977
+ position: relative;
3978
+ overflow-x: scroll;
3979
+ overflow-y: hidden;
3980
+ -webkit-overflow-scrolling: touch;
3981
+ }
3982
+ .variabttcontainer {
3983
+ float: none;
3984
+ /* margin: 0 0.25%; */
3985
+ display: inline-block;
3986
+ zoom: 1;
3987
+ }
3988
+ }
3989
+
3990
+ .subscrollbar::-webkit-scrollbar {
3991
+ width: 5px;
3992
+ }
3993
+ .subscrollbar::-webkit-scrollbar-track {
3994
+ box-shadow: inset 0 0 5px grey;
3995
+ border-radius: 10px;
3996
+ }
3997
+ .subscrollbar::-webkit-scrollbar-thumb {
3998
+ background: #000;
3999
+ border-radius: 10px;
4000
+ }
4001
+ .subscrollbar::-webkit-scrollbar-thumb:hover {
4002
+ background: rgb(87, 84, 84);
4003
+ }
4004
+ .scrollmenuclasssubscrollbar::-webkit-scrollbar {
4005
+ width: 0;
4006
+ height: 0;
4007
+ }
4008
+ .scrollmenuclasssubscrollbar::-webkit-scrollbar-track {
4009
+ background-color: transparent;
4010
+ }
4011
+ .scrollmenuclassnameitemProductCardWithTextOnImage{
4012
+ max-width: 330px;
4013
+ min-width: 330px;
4014
+ }
4015
+ .scrollmenuclassnameitem,.scrollmenuclassnameitemStylishProductCard {
4016
+ max-width: 300px;
4017
+ min-width: 300px;
4018
+ }
4019
+ .scrollmenuclassnameitemModernProductCard{
4020
+ max-width: 350px;
4021
+ min-width: 350px;
4022
+ }
4023
+ .scrollmenuclassnameitemProductcard6 {
4024
+ max-width: 300px;
4025
+ min-width: 300px;
4026
+ }
4027
+ .scrollmenuclassnameitemProductcardcircularhover {
4028
+ max-width: 300px;
4029
+ min-width: 300px;
4030
+ }
4031
+ .scrollmenuclassnameitemCategorycard_with_twolinestransition {
4032
+ min-width: 300px;
4033
+ max-width: 300px;
4034
+ }
4035
+ .scrollmenuclassnameitemProductcard_with_slideanimation {
4036
+ min-width: 270px;
4037
+ max-width: 270px;
4038
+ }
4039
+ .scrollmenuclassnameitemProductcard_Horizontalcard{
4040
+ min-width: 320px;
4041
+ max-width: 320px;
4042
+ }
4043
+ .scrollmenuclassnameitemCategorycard_withtext {
4044
+ min-width: 350px;
4045
+ max-width: 350px;
4046
+ }
4047
+ .scrollmenuclassnameitemProductcard_animatedbuttons {
4048
+ min-width: 250px;
4049
+ max-width: 250px;
4050
+ }
4051
+ .scrollmenuclassnameitemProductcard_with_variants {
4052
+ min-width: 270px;
4053
+ max-width: 270px;
4054
+ }
4055
+ .scrollmenuclassnameitemProductcarddefault {
4056
+ min-width: 300px;
4057
+ max-width: 300px;
4058
+ }
4059
+ .scrollmenuclassnameitemSimpleproductcard {
4060
+ min-width: 230px;
4061
+ max-width: 230px;
4062
+ }
4063
+ .scrollmenuclassnameitempoductcardwithsaleprice {
4064
+ min-width: 300px;
4065
+ max-width: 300px;
4066
+ }
4067
+ .scrollmenuclassnameitemcategorycardwithfullimage {
4068
+ min-width: 300px;
4069
+ max-width: 300px;
4070
+ }
4071
+ .scrollmenuclassnameitemCategorycard_with_trianglebg {
4072
+ min-width: 350px;
4073
+ max-width: 350px;
4074
+ }
4075
+ .scrollmenuclassnameitemProductcard_with_textonhover {
4076
+ min-width: 350px;
4077
+ max-width: 350px;
4078
+ }
4079
+ .scrollmenuclassnameitemCategorycard_slidebgscaled {
4080
+ min-width: 300px;
4081
+ max-width: 300px;
4082
+ }
4083
+ .scrollmenuclassnameitemProductccard_with_imageontopleft{
4084
+ min-width: 220px;
4085
+ max-width: 220px;
4086
+ }
4087
+ .scrollmenuclassnameitemProductcard_with_zoominonhover{
4088
+ min-width: 260px;
4089
+ max-width: 260px;
4090
+ }
4091
+ .scrollmenuclassnameitemProductcard_with_circularbg {
4092
+ max-width: 230px;
4093
+ min-width: 230px;
4094
+ }
4095
+ .scrollmenuclassnameitemCategorycard_fullimage{
4096
+ max-width: 280px;
4097
+ min-width: 250px;
4098
+ }
4099
+ .scrollmenuclassnameitemClassiccategorycard{
4100
+ max-width: 330px;
4101
+ min-width: 330px;
4102
+ }
4103
+ .scrollmenuclassnameitemProductcard_with_circularhover{
4104
+ max-width: 300px;
4105
+ min-width: 300px;
4106
+ }
4107
+ .scrollmenuclassnameitemProductcard7{
4108
+ max-width: 230px;
4109
+ min-width: 230px;
4110
+ }
4111
+ .scrollmenuclassnameitemSimplecategorycardwithtextbelow{
4112
+ min-width: 270px;
4113
+ max-width: 270px;
4114
+ }
4115
+ .scrollmenuclassnameitemMenuCard{
4116
+ max-width: 600px;
4117
+ min-width: 600px;
4118
+ }
4119
+ .slideshowCard{
4120
+ max-width: 300px;
4121
+ min-width: 300px;
4122
+ }
4123
+ @media (max-width: 576px) {
4124
+ .slideshowCard{
4125
+ max-width: 280px;
4126
+ min-width: 280px;
4127
+ }
4128
+ .scrollmenuclassnameitemStylishProductCard{
4129
+ max-width: 280px;
4130
+ min-width: 280px;
4131
+ }
4132
+ .scrollmenuclassnameitemMenuCardscrollmenuclassnameitemStylishProductCard{
4133
+ max-width: 380px;
4134
+ min-width: 380px;
4135
+ }
4136
+ .scrollmenuclassnameitemSimplecategorycardwithtextbelow{
4137
+ min-width: 250px;
4138
+ max-width: 250px;
4139
+ }
4140
+ .scrollmenuclassnameitemProductcard7{
4141
+ max-width: 280px;
4142
+ min-width: 280px;
4143
+ }
4144
+
4145
+ .scrollmenuclassnameitemProductcard_with_circularhover{
4146
+ max-width: 250px;
4147
+ min-width: 250px;
4148
+ }
4149
+ .scrollmenuclassnameitemClassiccategorycard{
4150
+ max-width: 250px;
4151
+ min-width: 250px;
4152
+ }
4153
+ .scrollmenuclassnameitemCategorycard_fullimage{
4154
+ max-width: 300px;
4155
+ min-width: 300px;
4156
+ }
4157
+ .scrollmenuclassnameitem {
4158
+ max-width: 600px;
4159
+ min-width: 150px;
4160
+ }
4161
+ .scrollmenuclassnameitemProductcard6 {
4162
+ max-width: 300px;
4163
+ min-width: 300px;
4164
+ }
4165
+ .scrollmenuclassnameitemProductcardcircularhover {
4166
+ max-width: 260px;
4167
+ min-width:260px;
4168
+ }
4169
+ .scrollmenuclassnameitemProductcard_with_circularbg {
4170
+ max-width: 230px;
4171
+ min-width: 230px;
4172
+ }
4173
+ .scrollmenuclassnameitemCategorycard_with_twolinestransition {
4174
+ min-width: 300px;
4175
+ max-width: 250px;
4176
+ }
4177
+ .scrollmenuclassnameitemProductcard_with_slideanimation {
4178
+ min-width: 250px;
4179
+ max-width: 250px;
4180
+ }
4181
+ .scrollmenuclassnameitemProductcard_animatedbuttons {
4182
+ min-width: 200px;
4183
+ max-width: 200px;
4184
+ }
4185
+ .scrollmenuclassnameitemProductcard_with_variants {
4186
+ min-width: 200px;
4187
+ max-width: 200px;
4188
+ }
4189
+ .scrollmenuclassnameitemProductcarddefault {
4190
+ min-width: 250px;
4191
+ max-width: 250px;
4192
+ }
4193
+ .scrollmenuclassnameitemSimpleproductcard {
4194
+ min-width: 250px !important;
4195
+ max-width: 250px !important;
4196
+ }
4197
+ .scrollmenuclassnameitemCategorycard_withtext {
4198
+ min-width: 250px;
4199
+ max-width: 250px;
4200
+ }
4201
+ .scrollmenuclassnameitemCategorycard_with_trianglebg {
4202
+ min-width: 250px;
4203
+ max-width: 250px;
4204
+ }
4205
+ .scrollmenuclassnameitemProductcard_with_textonhover {
4206
+ min-width: 250px;
4207
+ max-width: 250px;
4208
+ }
4209
+ .scrollmenuclassnameitemCategorycard_slidebgscaled {
4210
+ min-width: 250px;
4211
+ max-width: 250px;
4212
+ }
4213
+ .scrollmenuclassnameitemProductccard_with_imageontopleft{
4214
+ min-width: 220px;
4215
+ max-width: 220px;
4216
+ }
4217
+
4218
+ }
4219
+ .line-clamp {
4220
+ word-break: break-word;
4221
+ overflow: hidden;
4222
+ text-overflow: ellipsis;
4223
+ display: -webkit-box;
4224
+ -webkit-line-clamp: 4;
4225
+ -webkit-box-orient: vertical;
4226
+ }
4227
+ .module {
4228
+ overflow: hidden;
4229
+ }
4230
+ .allcentered{
4231
+ display: flex !important;
4232
+ justify-content: center !important;
4233
+ align-items: center !important;
4234
+ }
4235
+ .wordbreak {
4236
+ word-break: break-word !important;
4237
+ overflow: hidden !important;
4238
+ text-overflow: ellipsis !important;
4239
+ display: -webkit-box !important;
4240
+ -webkit-box-orient: vertical !important;
4241
+ overflow: hidden !important;
4242
+ }
4243
+ .wordbreak1{
4244
+ -webkit-line-clamp: 1 !important;
4245
+ }
4246
+ .wordbreak2{
4247
+ -webkit-line-clamp: 2 !important;
4248
+ }
4249
+ .wordbreak3{
4250
+ -webkit-line-clamp: 3 !important;
4251
+ }
4252
+ .wordbreak4{
4253
+ -webkit-line-clamp: 4 !important;
4254
+ }
4255
+ .wordbreak8{
4256
+ -webkit-line-clamp: 8 !important;
4257
+ }
4258
+ .wordbreak-noellipsis{
4259
+ word-break: break-word !important;
4260
+ }
4261
+ .editoriconcontainer {
4262
+ width: 4vh;
4263
+ height: 4vh;
4264
+ border-radius: 7px;
4265
+ background-color: white;
4266
+ box-shadow: 0 0 10px #e6e6e6;
4267
+ }
4268
+ .hr-lines:before {
4269
+ content: ' ';
4270
+ display: block;
4271
+ height: 1.5px;
4272
+ width: 100px;
4273
+ position: absolute;
4274
+ bottom: 25px;
4275
+ margin: 'auto';
4276
+ left: 220px;
4277
+ background: var(--info);
4278
+ }
4279
+ .hr-lines:after {
4280
+ content: ' ';
4281
+ display: block;
4282
+ height: 1.5px;
4283
+ width: 100px;
4284
+ position: absolute;
4285
+ bottom: 25px;
4286
+ margin: 'auto';
4287
+ right: 220px;
4288
+ background: var(--info);
4289
+ }
4290
+ .border-none{
4291
+ border:none !important
4292
+ }
4293
+ .noshadow{
4294
+ box-shadow: none !important;
4295
+ }
4296
+
4297
+
4298
+
4299
+ /* General Notifications */
4300
+ .notification {
4301
+ border-radius: 10px !important;
4302
+ padding: 12px 12px 12px 45px !important;
4303
+ min-height: 45px !important;
4304
+ display: flex;
4305
+ align-items: center;
4306
+ box-shadow: none !important;
4307
+ }
4308
+ .notification .title {
4309
+ font-weight: 600 !important;
4310
+ margin: 0 !important;
4311
+ padding: 0 !important;
4312
+ font-size: 15px !important;
4313
+ }
4314
+ .notification:before {
4315
+ width: 3.7vh !important;
4316
+ height: 3.7vh !important;
4317
+ font-size: 15px !important;
4318
+ background-color: white !important;
4319
+ border-radius: 9px !important;
4320
+ display: flex !important;
4321
+ align-items: center !important;
4322
+ justify-content: center !important;
4323
+ padding-left: 2px !important;
4324
+ left: 10px !important;
4325
+ top: 0;
4326
+ bottom: 0;
4327
+ margin: auto;
4328
+ }
4329
+ @media screen and (max-width: 1025px) {
4330
+ .notification:before {
4331
+ width: 3vh !important;
4332
+ height: 3vh !important;
4333
+ }
4334
+ }
4335
+ @media screen and (max-width: 900px) {
4336
+ .notification:before {
4337
+ width: 3.7vh !important;
4338
+ height: 3.7vh !important;
4339
+ }
4340
+ }
4341
+ .notification-info::before {
4342
+ color: #2f96b4 !important;
4343
+ }
4344
+ .notification-success {
4345
+ background-color: #009973 !important;
4346
+ }
4347
+ .notification-success::before {
4348
+ color: #009973 !important;
4349
+ }
4350
+ .notification-warning::before {
4351
+ color: #f89406 !important;
4352
+ }
4353
+ .notification-error::before {
4354
+ color: #bd362f !important;
4355
+ }
4356
+
4357
+ .no-repeat{
4358
+ /* background-repeat: no-repeat !important;
4359
+ background-size: cover !important */
4360
+ }
4361
+ /* Fonts */
4362
+ .PacificoFont{
4363
+ font-family: "Pacifico",cursive;
4364
+ }
4365
+ .MonotonCursive{
4366
+ font-family: 'Monoton',cursive !important;
4367
+ }
4368
+ .PlayfairFont{
4369
+ font-family: "Playfair" !important;
4370
+ }
4371
+ .GreatvibesFont{
4372
+ font-family: 'Great Vibes', cursive !important;
4373
+ }
4374
+ .Quicksandfont{
4375
+ font-family: 'Quicksand', sans-serif !important;
4376
+
4377
+ }
4378
+
4379
+ /* /////////////////////////////////////////////////////// */
4380
+
4381
+ .beforebg:before{
4382
+ content:'';
4383
+ position:absolute;
4384
+ top:0;
4385
+ bottom:0;
4386
+ left:0;
4387
+ right:0;
4388
+ width: 100%;
4389
+ height: 100%;
4390
+ background-color: rgba(0,0,0,0.2);
4391
+ }
4392
+ .overflowX{
4393
+ overflow-x: scroll;
4394
+ }
4395
+ .overflowX::-webkit-scrollbar {
4396
+ width: 0;
4397
+ height: 0;
4398
+ }
4399
+ .scrollhorizontal{
4400
+ width: 100%;
4401
+ white-space: nowrap;
4402
+ position: relative;
4403
+ overflow-x: scroll;
4404
+ overflow-y: hidden;
4405
+ -webkit-overflow-scrolling: touch;
4406
+ }
4407
+ .scrollhorizontal::-webkit-scrollbar {
4408
+ width: 0;
4409
+ height: 0;
4410
+ }
4411
+ .scrollhorizontalcard{
4412
+ float: none;
4413
+ display: inline-block;
4414
+ zoom: 1;
4415
+ }