﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;700&display=swap');
:root {
    --first-color: #ad2330;
    --first-color-light: #BA2534;
    --first-color-dark: #941E29;
    --second-color: #000444;
    --second-color-light: #000552;
    --second-color-dark: #000333;
    --third-color: #349107;
    --third-color-light: #3A9E08;
    --third-color-dark: #2C7806;
    --fourth-color: #666;
    --fith-color: #efefef;
    --first-font: 'Heebo', sans-serif;
    --second-font: 'Heebo', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--first-font);
    font-weight: 700;
    margin-top: 0px;
}

h1 {
    color: var(--first-color);
    font-size: 36px;
    margin-bottom: 13px;
    line-height: 110%;
}

h2 {
    color: var(--second-color);
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 110%
}

h3 {
    color: var(--first-color);
    font-size: 26px;
    margin-bottom: 8px;
    line-height: 110%
}

h4 {
    color: var(--second-color);
    font-size: 23px;
    margin-bottom: 8px;
    line-height: 120%
}

h5 {
    color: var(--first-color);
    font-size: 21px;
    margin-bottom: 8px;
    line-height: 120%
}

p {
    font-family: var(--second-font);
    font-weight: 300;
    color: #000;
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 140%
}

body,
p,
.dxheControl .dxheHtmlViewArea,
body.dxheDesignViewArea,
body.dxhePreviewArea {
    font-family: var(--second-font);
    font-weight: 500;
    color: #000;
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 140%
}

body {
    font-family: var(--first-font);
    font-weight: normal;
    font-size: 15px;
    color: #000;
    line-height: 140%;
    margin: 0;
}

body.dxheDesignViewArea {
    background-color: transparent!Important;
    padding: 2px
}

body.dxhePreviewArea {
    background-color: transparent!Important;
    padding: 2px
}

.dxheContentArea {
    background: #fff
}

strong,
b {
    font-weight: 800
}

i,
em {
    font-style: italic
}

.caption {
    font-style: italic;
    font-size: 90%;
    margin-top: 8px;
    margin-bottom: 0px
}

.feature-heading {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px
}

.presented {
    font-size: 85%;
    line-height: 1.5
}

.media-icons {
    font-size: 30px;
    line-height: 40px
}

.media-icons a {
    cursor: pointer
}

.search-site-glass-ico {
    cursor: pointer;
    position: relative;
    left: -3px;
    color: #ffffff!Important;
}

.lightblue {
    color: #B8CFE9
}

.tel-no {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px
}

.white {
    color: #fff
}

.homesliderhead {
    font-size: 40px!Important;
    line-height: 105%;
    font-size: 36px !important
}

.product-grid-product-name a {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    margin-top: 10px;
    overflow: hidden
}

.product-grid-product-name a:hover {
    text-decoration: none
}


/*Styles for screen 667px and lower*/

@media only screen and (max-width:667px) {
    /* h1 {
        font-size: 26px
    }
    h2 {
        font-size: 18px
    }
    p {
        font-size: 13px
    } */
    .grey {
        width: 100%;
        margin-right: 0px;
        float: left;
        margin-top: 10px
    }
    .txbsitesearch {
        margin-left: 0
    }
}