.brandLogo{
    width: 125px;
    height: 65px;
}
.searchForm{
    margin-right: 11.5%;
    display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
    padding: 10px;
}
.searchIcon{
    display: block;
}
.form-control:focus{
    outline: none !important;
    box-shadow: none !important;
}
.sliderCaptionLeft{
    width: 55%;
    height: 300px;
    position: absolute;
    z-index: 20;
    top: 100px;
    right: 5%;
}

.sliderTwoCaptionLeft{
    width: 43%;
    height: 300px;
    position: absolute;
    z-index: 20;
    top: 100px;
    right: 3%;
}

.sliderCaptionRight{
    width: 54%;
    height: 300px;
    position: absolute;
    z-index: 20;
    top: 100px;
    left: 8%;
}

.sliderTwoCaptionRight{
    width: 54%;
    height: 300px;
    position: absolute;
    z-index: 20;
    top: 100px;
    left: 5%;
}
.ctmColor1{
    color: #fff;
}
.ctmColor2{
    color: #432d2d;
}
p.slicap{
    font-size: 1.2rem;
}
a.sliLnk{
    width: 120px;
    height: 40px;
    display: block;
    background: #fff;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    color: #161616;
    font-weight: 600;
    border-radius: 3px;
}
a.sliLnk:hover{
    background: #161616;
    color: #fff;
}

.prodWrap{
    border: 1px solid #000 !important;
    border-right: none !important;
    border-radius: 0px !important;
}
.prodWrap:last-child{
    border-right: 1px solid #000 !important;
}


.prodGlsWrap{
    border: 1px solid #000 !important;
    border-right: none !important;
    border-radius: 0px !important;
}
.prodGlsWrap:last-child{
    border-right: 1px solid #000 !important;
}

.prodGlsWrap:nth-child(2n){
    border-right: 1px solid #000 !important;
}

.outersec {
    width: 100%;
    height: 100%;
}

.outersec>.left-col,
.outersec>.right-col {
    height: 100%;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

.outersec>.left-col>.inner,
.outersec>.right-col>.inner {
    width: 100%;
}
.outersec>.right-col>.inner {
    height: 100%;
}

.outersec>.right-col {
    width: 100%;
    position: relative;
    right: 0;
    top:5px;
}

.outersec>.right-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.outersec>.right-col ul>li>a {
    display: inline-block;
    padding: 8px 10px;
    text-decoration: none;
    width: 100%;
    background-color: #efefef;
    margin-bottom: 10px;
    color: #333;
    border-radius: 5px;
}

.outersec>.right-col ul>li.active a,
.outersec>.right-col ul>li>a:hover {
    background-color: #058f47;
    color: #fff;
}

.outersec>.right-col ul>li:last-child>a {
    margin-bottom: 0;
}

.outersec>.left-col {
    width: 100%;
    padding: 0 10px;
}

.outersec>.left-col .heading {
    font-weight: 900;
    color: #058f47;
    height: 60px;
    font-size: 1.4rem;
}


footer p{
   color: #fff; 
}
footer a.flink{
   color: #fff !important; 
}


@media screen and (min-width: 768px) {
    .searchForm{
        display: block;
        position: relative;
        padding: 0;
    }
    .searchIcon{
        display: none;
    }


.outersec>.right-col {
    width: 50%;
    position: sticky;
    top: 0px;
    margin-right: -7px;
}

.outersec>.left-col {
    width: calc(100% - 50%);
}
}

