/*!
Theme Name: workcaretwentytwenty
Theme URI: http://underscores.me/
Author: Raju Tako, Kali P. Chaudary, Sajan Gurung, Sanjeev Yadav
Author URI: https://profiles.wordpress.org/razzu/
Description: This is theme for Workcare.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: workcaretwentytwenty
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

workcaretwentytwenty is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.contact-details-wrapp ul li strong {
    text-align: left;
    font-weight: 700;
    min-width: 17%;
    max-width: 100%;
    font-size: 16px;
}

.client-contact-details-wrapp ul li strong {
    text-align: left;
    font-weight: 700;
    min-width: 17%;
    max-width: 100%;
    font-size: 16px;
}

.clander-image {
    background-image: url('./assets/img/icons/workcare-calendar.svg');
}


/* .services-medical-exams ul.blocks li:before {
    content: "";
    position: absolute;
    left: -30px;
    top: calc(50% - 7px);
    display: block;
    width: 16px;
    height: 15px;
    background: url("./assets/img/services/tick-white.png") no-repeat;
} */

.loading-news {
    background: url('./assets/img/loader.gif') center 50% no-repeat rgba(0, 0, 0, 0.49);
    background-size: 50px;
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 12030
}

@media (max-width: 992px) {
    .contact-details ul li span,
    .contact-details ul li strong {
        min-width: 30%;
    }
}

/*.select-items div, .select-selected {

    text-transform: capitalize;
}*/
