﻿
.ProductTitleTab {
    font-family: Arial Black;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 5px;
    color: #E5E5E5;
    position: absolute;
    left: 55px;
    top: 5px;
    letter-spacing: 1px;
}

.ProductTitleMobile {
    font-family: Arial Black;
    font-size: 12.5px;
    font-weight: bold;
    padding: 10px;
    color: #E5E5E5;
    margin-top: 10px;
    letter-spacing: 1px;
}

.ProductTitle {
    /*background-image: linear-gradient(90deg,#967e61 0%,#4b4833 100%);*/
    background-image: url('../../assets/images/IL_ProductTitle.png') !important;
    background-image: linear-gradient(45deg, rgba(150,126,97,1) 0%, rgb(104, 93, 69) 100%) !important;
    /* background-image: linear-gradient(90deg, rgba(150,126,97,1) 0%, rgba(75,72,52,1) 100%) !important; */
    /* background-image: linear-gradient(45deg, rgba(150,126,97,1) 0%, rgba(75,72,52,1) 100%) !important; */
    background-size: 100%;
    background-repeat: no-repeat;
    font-family: Arial Black;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 10px 5px 10px;
    margin-top: -50px;
    letter-spacing: 1px;
    color: #E5E5E5;
    height: 60px !important;
}

.navbar {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 45px;
    background-image: url('../../assets/images/IL_Background.png');  
}

.navbar-brand {
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}

.navbar-desktopview {
    background-image: url('../../assets/images/IL_Background.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.navbar-mobileview {
    background-image: url('../../assets/images/IL_MobileBackground.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.sidebar-alignment {
    line-height: 0px !important;
    height: 30px !important;
    top: 6px;
}

.sidebar-align-help {
    line-height: 30px !important;
    height: 30px !important;
}

.logo-Visibility {
    visibility: visible;
    left:25px;
}

.img-banner {
    position: relative;
    z-index: 1;
    top: -2px;
}

.center-BannerImage {
    margin-top: -155px !important;
}

.center-BannerImage1 {
    margin-top: -77px !important;
}
.img-banner1 {
    position: relative;
    z-index: 1;
    top: -80px;
    left: -15px;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .img-banner1 {
        position: relative;
        z-index: 1;
        top: -50px;
        left: -15px;
    }
}