html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

p, li, a, button, span, h5, h6 {
    font-family: "Roboto", sans-serif;
}

p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    /* color: #5d5a77; */
    color: #2c2c2c;
    margin-bottom: 15px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:hover{
    cursor:pointer;
}

.contact-btn a.btn.blue-btn {
    float: right;
    margin-top: 1.5em;
    margin-right: 2em;
}

.btn {
    background: #6153fc none repeat scroll 0 0;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 18px 31px;
    text-align: center;
    text-transform: inherit;
    touch-action: manipulation;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Nunito', sans-serif;
    box-shadow: 0px 9px 16.74px 1.26px rgb(99 134 94 / 21%);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.blue-btn:hover {
    background: #a9111e;
    color: #fff;
}

#contactUsBox {
    top: 17.2656px;
    left: 200.781px;
}
.success1, .error1 {
    color: rgb(255, 255, 255);
    display: none;
}

#shop-locator h1, #shop-locator .h1 {
    font-size: 20px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}
.na-bullets ul {
    margin:0 0 0 20px;
}
.na-bullets li{
    list-style:disc;
}
.upcase {
    text-transform: uppercase;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.mt-150 {
    margin-top: 150px;
}

.wi-50 li {
    width: 50%;
    float: left;
    font-size: 15px;
    font-weight: normal;
    color: #999;
    line-height: 37px;
    letter-spacing: 0.5px;
}

    .wi-50 li a, footer a {
        color: #999;
    }
        footer a:hover {
            text-decoration: underline;
            color: #999;
        }
.wi-100 li {
    color: #999;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 12px;
    line-height: 28px;
}

#awards p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

    #awards p span {
        color: #013CA6;
    }

#header-top ul > li {
    display: inline-block;
}

#header-top {
    background: #034AA6;
}

    #header-top a {
        color: #fff;
        text-decoration: none;
    }

.header-logo {
    max-width: 350px;
}

#social i {
    font-size: 24px;
}

.linetext {
    font-size: 20px;
    font-weight: 500;
    color: #BF0426;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 65px;
}

    .linetext:before {
        content: "";
        width: 36px;
        height: 3px;
        background: #BF0426;
        position: absolute;
        left: 18px;
        top: 4px;
    }

    .linetext:after {
        content: "";
        width: 32px;
        height: 3px;
        background: #BF0426;
        position: absolute;
        left: 3px;
        top: 16px;
    }


.linetext2 {
    font-size: 24px;
    color: #BF0426;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 50px;
}

    .linetext2:before {
        content: "";
        width: 32px;
        height: 7px;
        background: #f2541b;
        position: absolute;
        left: 3px;
        top: 9px;
        rotate: 120deg;
        border-top-right-radius: 80px;
        border-bottom-left-radius: 80px;
    }

    .linetext2:after {
        content: "";
        width: 32px;
        height: 7px;
        background: #034aa6;
        position: absolute;
        left: 14px;
        top: 9px;
        rotate: 120deg;
        border-top-right-radius: 80px;
        border-bottom-left-radius: 80px;
    }
#vendors button {
    border: 0;
    background: #fff;
    box-shadow: none;
    padding: 10px;
}
#vendors button img {
    width:100px;
}
i.fa.fa-asterisk {
    position: absolute;
    padding: 2px 0 0 4px;
    font-size: 7px;
    color: #BF0426;
}
#Comments{
    height:200px;
}

.breadcrumbs {
    background: rgb(0 105 217 / 5%);
    border-top: solid 1px rgb(0 105 217 / 10%);
    border-bottom: solid 1px rgb(0 105 217 / 10%);
}
.breadcrumbs a {
    color: #173e75;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs a:last-child {
    opacity: .5;
    cursor: default;
    text-decoration: none;
    color: currentColor;
    pointer-events:none;
}
.breadcrumbs i {
    margin: 0 10px;
    font-size: 10px;
    position: relative;
    bottom: 1px;
    color: #da291c;
}

footer {
    width: 100%;
    display: inline-block;
    background: url(https://cdnnetworkhq.s3.us-east-2.amazonaws.com/images/apsg/footer-bg.png) #222429;
    position: relative;
}

    footer h3 {
        font-size: 22px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 30px;
    }

    footer p {
        font-size: 15px !important;
        display: inline-block;
        line-height: 24px;
        margin-bottom: 22px;
        font-weight: normal;
        color: #999;
    }

.contact-btn {
    background: #000;
    padding: 30px;
    margin-top: -5em;
    border-radius: 6px;
    display: inline-block;
    width: 100%;
    position: relative;
}

    .contact-btn h2 {
        float: left;
        font-size: 33px;
        font-weight: 600;
        margin: 0px !important;
        color: #fff;
        line-height: inherit;
    }

.blue-btn {
    background: #E81C2E;
}

.contact-btn a.btn.blue-btn {
    float: right;
    margin-top: 1.5em;
    margin-right: 2em;
}

.social-m-footer {
    margin: 0px;
    float: left;
    padding: 0;
    padding-top: 3px;
}

    .social-m-footer li {
        float: left;
        margin-right: 12px;
    }

        .social-m-footer li a {
            width: 26px;
            height: 26px;
            background: #FFF;
            float: left;
            color: #E81C2E;
            text-align: center;
            line-height: 28px;
            border-radius: 3px;
        }

input.fill {
    background: #0d0e11;
    border: none;
    padding: 10px 20px;
    min-height: 55px;
    width: 100%;
    border-radius: 5px;
}

.news-f {
    position: relative;
    margin-bottom: 24px;
}

    .news-f button {
        position: absolute;
        top: 5px;
        right: 5px;
        background: #E81C2E;
        color: #0d0e11;
        border: none;
        width: 45px;
        height: 45px;
        border-radius: 5px;
        font-size: 24px;
    }

        .news-f button:hover {
            background: #E81C2E;
        }

        .news-f button i {
            position: relative;
            bottom: 12px;
            right: 11px;
        }

.copy-one p {
    margin: 0px;
    color: #999;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
}
#Country {
    position: absolute;
    left: -9999px;
}

#homeCarousel {
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
    .navbar-nav .nav-link {
        border-bottom: none !important;
    }
    .navbar-collapse {
        position: unset !important;
        top: 160px;
        right: 120px;
    }
    
}

    @media screen and (max-width:991px) {
        li.nav-item {
            border-bottom: dotted 1px #ccc;
        }
        header > div > nav > div.container-fluid > div.navbar-collapse {
            position: fixed;
            background: rgb(255, 255, 255);
            z-index: 1;
            width: 500px;
            max-width: 100%;
            padding-left: 1rem;
            border: solid 1px #ccc;
            border-radius: 6px;
        }
    }

@media screen and (max-width:654px) {

    header > div > nav > div.container-fluid > div.navbar-collapse {
        position: unset;
        border: none;
    
    }
}

    @media screen and (max-width:476px) {
        .header-logo {
            width: 220px;
        }
    }
