123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- .dabory-contact-us-popup {
- /*display: none;*/
- position: absolute !important;
- /*z-index: 9999 !important;*/
- border: black solid 1px;
- }
- .dabory-contact-us-box {
- position: relative !important;
- background-color: #fff !important;
- }
- .dabory-contact-us-row {
- display: flex !important;
- flex-wrap: wrap !important;
- align-items: center !important;
- padding: 30px 15px !important;
- }
- .dabory-contact-us-col {
- flex: 0 0 auto !important;
- width: 50% !important;
- padding: 10px !important;
- }
- .dabory-contact-message ul {
- list-style: outside none none !important;
- margin: 0 !important;
- padding: 0 !important;
- }
- .dabory-contact-message ul li {
- padding: 13px 0 !important;
- border-top: 1px solid #ebebeb !important;
- align-items: center !important;
- display: flex !important;
- }
- .dabory-contact-form h3 {
- font-size: 21px !important;
- text-transform: capitalize !important;
- font-weight: 500 !important;
- line-height: 20px !important;
- margin-bottom: 25px !important;
- color: #CC0000 !important;
- }
- .dabory-contact-form p {
- font-size: 14px !important;
- line-height: 24px !important;
- margin-bottom: 20px !important;
- }
- .dabory-contact-form label {
- line-height: 18px !important;
- font-weight: 500 !important;
- margin-bottom: 10px !important;
- display: inline-block !important;
- }
- .dabory-contact-form input, .dabory-contact-form select {
- border: 1px solid #ebebeb !important;
- height: 45px !important;
- background: #ffffff !important;
- width: 100% !important;
- padding: 0 10px !important;
- color: #757575 !important;
- }
- .dabory-contact-form textarea {
- height: 170px !important;
- border: 1px solid #ebebeb !important;
- background: #ffffff !important;
- resize: none !important;
- margin-bottom: 20px !important;
- width: 100% !important;
- padding: 10px !important;
- color: #222222 !important;
- }
- .dabory-contact-form button {
- font-weight: 400 !important;
- height: 42px !important;
- line-height: 42px !important;
- padding: 0 30px !important;
- border: none !important;
- background: #222222 !important;
- color: #ffffff !important;
- cursor: pointer !important;
- -webkit-transition: 0.3s !important;
- transition: 0.3s !important;
- border-radius: 4px !important;
- }
- .dabory-contact-form .close-btn {
- background-color: #CC0000 !important;
- }
- .dabory-contact-form .send-btn:disabled {
- background-color: #4a5568 !important;
- }
- @media (max-width: 1199.98px) {
- .dabory-contact-us-col {
- width: 100% !important;
- }
- .dabory-contact-us-popup {
- width: 450px !important;
- left: 100px !important;
- }
- }
- @media (max-width: 767.98px) {
- .dabory-contact-us-col {
- width: 100% !important;
- }
- .dabory-contact-us-popup {
- width: 350px !important;
- left: 0 !important;
- }
- }
|