:root {
    --primary-color: #0075C1;
    --second-color: #F5F5F5;
    --font-style: normal;
    --font-banner-size: 46px;

    --font-title-family: var(--title-font-family);
    --font-title-size: 40px;
    --font-title-weight: 800;


    /* --font-family: var(--font-family); */
    --font-desc-size: 20px;
    --font-desc-weight: 400;
    

    --line-height: 1.5;

    --text-color-white: #fff;
    --text-color-black: #333;
}

a:hover {
    color: inherit !important;
}

.none{
    display: none !important;
}
.inqury_title_text{
    color: var(--text-color-black) !important;
}

@media screen and (min-width: 1920px) {
    .container {
        max-width: 1600px !important;
        padding: 0;
    }
}

@media screen and (max-width: 1500px) {
    :root {
        --font-banner-size: 40px;
        --font-title-size: 36px;
    }
}

@media screen and (max-width: 1200px) {
    :root {
        --font-banner-size: 32px;
        --font-title-size: 30px;
        --font-desc-size: 16px;
    }
}

@media screen and (max-width: 992px) {
    :root {
        --font-banner-size: 26px;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --font-banner-size: 20px;
        --font-desc-size: 14px;
        --font-title-size: 28px;
    }
}