tabexseriescomponents 0.0.71 → 0.0.73

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