dabory-contact-us.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. .dabory-contact-us-popup {
  2. /*display: none;*/
  3. position: absolute !important;
  4. /*z-index: 9999 !important;*/
  5. border: black solid 1px;
  6. }
  7. .dabory-contact-us-box {
  8. position: relative !important;
  9. background-color: #fff !important;
  10. }
  11. .dabory-contact-us-row {
  12. display: flex !important;
  13. flex-wrap: wrap !important;
  14. align-items: center !important;
  15. padding: 30px 15px !important;
  16. }
  17. .dabory-contact-us-col {
  18. flex: 0 0 auto !important;
  19. width: 50% !important;
  20. padding: 10px !important;
  21. }
  22. .dabory-contact-message ul {
  23. list-style: outside none none !important;
  24. margin: 0 !important;
  25. padding: 0 !important;
  26. }
  27. .dabory-contact-message ul li {
  28. padding: 13px 0 !important;
  29. border-top: 1px solid #ebebeb !important;
  30. align-items: center !important;
  31. display: flex !important;
  32. }
  33. .dabory-contact-form h3 {
  34. font-size: 21px !important;
  35. text-transform: capitalize !important;
  36. font-weight: 500 !important;
  37. line-height: 20px !important;
  38. margin-bottom: 25px !important;
  39. color: #CC0000 !important;
  40. }
  41. .dabory-contact-form p {
  42. font-size: 14px !important;
  43. line-height: 24px !important;
  44. margin-bottom: 20px !important;
  45. }
  46. .dabory-contact-form label {
  47. line-height: 18px !important;
  48. font-weight: 500 !important;
  49. margin-bottom: 10px !important;
  50. display: inline-block !important;
  51. }
  52. .dabory-contact-form input, .dabory-contact-form select {
  53. border: 1px solid #ebebeb !important;
  54. height: 45px !important;
  55. background: #ffffff !important;
  56. width: 100% !important;
  57. padding: 0 10px !important;
  58. color: #757575 !important;
  59. }
  60. .dabory-contact-form textarea {
  61. height: 170px !important;
  62. border: 1px solid #ebebeb !important;
  63. background: #ffffff !important;
  64. resize: none !important;
  65. margin-bottom: 20px !important;
  66. width: 100% !important;
  67. padding: 10px !important;
  68. color: #222222 !important;
  69. }
  70. .dabory-contact-form button {
  71. font-weight: 400 !important;
  72. height: 42px !important;
  73. line-height: 42px !important;
  74. padding: 0 30px !important;
  75. border: none !important;
  76. background: #222222 !important;
  77. color: #ffffff !important;
  78. cursor: pointer !important;
  79. -webkit-transition: 0.3s !important;
  80. transition: 0.3s !important;
  81. border-radius: 4px !important;
  82. }
  83. .dabory-contact-form .close-btn {
  84. background-color: #CC0000 !important;
  85. }
  86. .dabory-contact-form .send-btn:disabled {
  87. background-color: #4a5568 !important;
  88. }
  89. @media (max-width: 1199.98px) {
  90. .dabory-contact-us-col {
  91. width: 100% !important;
  92. }
  93. .dabory-contact-us-popup {
  94. width: 450px !important;
  95. left: 100px !important;
  96. }
  97. }
  98. @media (max-width: 767.98px) {
  99. .dabory-contact-us-col {
  100. width: 100% !important;
  101. }
  102. .dabory-contact-us-popup {
  103. width: 350px !important;
  104. left: 0 !important;
  105. }
  106. }