/*
Theme Name: W3Syllabus - Online Tutorial Point
Theme URI: https://w3syllabus.com/
Author: Omika & Atharv
Author URI: https://w3syllabus.com/
Description: Online Learning & Developers Help
Version: 1.1
Text Domain: w3syllabus
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: education, tutorial, developer, responsive, clean
*/

.elementor-kit-6 {
    --e-global-color-primary: #21283f !important;
    --e-global-color-secondary: #54595F !important;
    --e-global-color-text: #7A7A7A !important;
    --e-global-color-accent: #ff5606 !important;
}

.pre {
    padding: 25px;
    background: #f4f4f4;
}

h1,
h2,
h3,
h4 {
    color: #333;
    font-weight: 600;
}

img.custom-logo.lazy-blur.loaded {
    max-width: 60px;
    height: auto;
}

.jqstooltip {
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
    background: rgb(0, 0, 0) transparent;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    color: white;
    font: 10px arial, san serif;
    text-align: left;
    white-space: nowrap;
    padding: 5px;
    border: 1px solid white;
    z-index: 10000;
}

.jqsfield {
    color: white;
    font: 10px arial, san serif;
    text-align: left;
}


.child-cat {
    margin-left: 15px;
}

/*------------------*/
@media (min-width: 1920px) {
    .container {
        width: 100%;
        max-width: 1750px;
    }
}

@media (min-width: 1400px) {}

@media (min-width: 1200px) {}

@media (min-width: 992px) {}

@media (min-width: 768px) {}

@media (min-width: 576px) {}