﻿#live-help .common-banner { background-color: #306877; }
#live-help .available-time { margin: 40px auto 150px; width: fit-content; }
#live-help .timezone p { margin: 0; font-size: 24px; }
#live-help .timezone, #live-help .service-time { padding: 30px 60px; background-color: #f5f5f5; }
    #live-help .service-time p { font-size: 22px; }
#live-help .chat-btn { height: auto; line-height: initial; padding: 10px 25px; }
#live-help .chat-btn:hover { box-shadow: -10px 10px 0 0 white; }

@media (max-width: 991px) {
    #live-help .timezone p { font-size: 20px; }
    #live-help .service-time p { font-size: 18px; }
}

@media (max-width: 572px) {
    #live-help .timezone,  #live-help .service-time { padding: 20px; }
}
