﻿
.fa-home:before {
    padding-right: 5px !important;
}
/*#region form main page-product listing,news update*/

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-18 {
    width: 18% !important;
}

.w-20 {
    width: 20% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}
/*#endregion  form main page-product listing,news update*/

/*#region color*/

.white {
    color: #fff;
    background-color: #fff;
}

.background-white {
    background-color: white !important;
}
/*#endregion color*/

/*#region banner desc only,bdo not change*/

.background-bannerdesc {
    background-color: rgba(0,0,0,0.3) !important;
}





.AutotrackGlobalFontSmall {
    font-family: Verdana;
    font-size: small;
}

.ButtonRed {
    background: linear-gradient(#f11f20, #bc0000, #7d0010) content-box,linear-gradient(-80deg, #f11f20, #9c1c1c, #7d0010) 0/ 37% 100% border-box !important;
    color: white !important;
}
/*#endregion banner desc only,bdo not change*/

/*#region Search*/
.round-button {
    border-radius: 35px;
}

.search {
    display: flex;
    width: 100%;
}

    .search button:hover {
        color: gray;
        border-color: black;
    }

.searchTerm {
    width: 100%;
    background-color: #dddddd;
    color: #9DBFAF;
    border: 3px solid #c0c0c0;
    border-right: none;
    padding: 5px;
    border-radius: 35px;
    outline: none;
}

    .searchTerm:focus {
        color: #343a40;
    }

.searchButton {
    border-radius: 35px;
    margin-left: -35px;
    background-color: red;
    height: 40px;
    width: 25%;
}

.searchButtonLookup {
    border-radius: 6px;
    border: 3px solid #c0c0c0;
    /*margin-left: -35px;*/
    /*background-color: red;*/
    height: 40px;
    width: 100%;
}

/*#endregion Search*/

/*#region touch*/
.respondontouchfortext {
    overflow: hidden;
}

 .respondontouchfortext:hover {
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
    }
/*#endregion touch*/



/*#region solution*/


.solution-img-transition-right {
    background-color: #de8e8f;
    overflow: hidden;
    width: 240px;
    margin: 5px 10px;
}

.solution-img-transition-left {
    background-color: red;
    overflow: hidden;
    width: 240px;
    margin: 5px 10px;
}


.solution-img-transition-right > img {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

    .solution-img-transition-right > img:hover {
        transform: scale(1.1);
        transform-origin: 50% 50%;
        transition: transform 1.70s ease-in-out;
        -webkit-transition: all 1s ease-in;
        -moz-transition: all 1s ease-in;
        -o-transition: all 1s ease-in;
        -ms-transition: all 1s ease-in;
        transition: all 1s ease-in;
        border: 3px solid #dc3545; /*dark red*/
    }

.solution-img-transition-left > img {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

    .solution-img-transition-left > img:hover {
        transform: scale(1.1);
        transform-origin: 50% 50%;
        transition: transform 1.70s ease-in-out;
        -webkit-transition: all 1s ease-in;
        -moz-transition: all 1s ease-in;
        -o-transition: all 1s ease-in;
        -ms-transition: all 1s ease-in;
        transition: all 1s ease-in;
        border: 1px solid #dc3545;
    }

.solution-text-light {
    background-color: #de8e8f;
    color: white;
    height: 180px;
    text-align: left;
    padding: 10px 0 10px 10px;
    width: 100% !important;
}

.solution-text-dark {
    background-color: red; /*:#dc3545;*/
    color: white;
    height: 180px;
    text-align: left;
    padding: 10px 0 10px 10px;
    width: 100% !important;
}
/*#endregion Solution*/

/*#region brands start*/

.ca-wrapper {
    width: auto;
    height: 100%;
    position: relative;
    padding: 0;
    margin: 0 auto;
    left: 25px;
}

.ca-item {
    position: relative;
    float: left;
    width: 315px;
    height: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.ca-item-main {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    background: #fff;
    /*background-color: #e9ecef;*/ /*background brand item edited to jumbotran*/
    overflow: hidden;
}

.ca-container {
    height: 130px;
    position: relative;
    padding: 0;
    margin: 0 auto;
}

 .ca-container .brand-logo {
        /* height: 125px; */
        align-items: center;
        display: inline-flex;
        height: 125px;
        border: 1px solid #ddd; /*brands border outline removed*/
        /*border: 1px solid #818182*/ /*dark outline*/
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        border-radius: 2px;
        transition: .3s;
        transition-timing-function: ease-in-out;
        /*padding: 5px;*/
        height: 80px !important;
    }

 .ca-container .brand-logo-page {
        align-items: center;
        display: inline-flex;
        height: 125px;
        border: 1px solid #ddd;
        border-radius: 2px;
        transition: .3s;
        transition-timing-function: ease-in-out;
        padding: 5px;
        height: 80px !important;
    }

    .ca-container > .brand-logo-page > a {
        height: 125px;
        border: 1px solid red;
        border-radius: 12px;
        transition: .3s;
        transition-timing-function: ease-in-out;
        padding: 15px;
    }


    .ca-container a:hover .brand-logo {
        height: 125px;
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        border: 1px solid red;
        border-radius: 2px;
    }

    /*ProductBrand works here*/
    .ca-container a:hover .brand-logo-page {
        height: 125px;
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        border: 1px solid red;
        border-radius: 2px;
    }

    .ca-container a:hover {
        color: red;
        text-decoration: none;
    }


.brands_btn {
    background: #f9040d;
    color: #fff;
    width: 150px;
    margin: 0 auto;
    padding: 10px 0;
    transition: .3s;
}

.ca-container > div > div > div > a {
    color: grey;
    text-decoration: none;
}



/*.btn-outline-dark:hover edited to red*/
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    background-color: red; /*for brands button*/
    border-color: white; /*for brands button*/
}

/*#endregion brands end*/


.section-blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(10px);
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.horizontal-scroll {
    overflow-x: auto;
}


/*Leave a Message*/
.chatwithus {
    float: right;
    top: 96%;
    text-align: center;
    position: sticky;
    background-color: red;
    color: white;
    width: auto;
    display: flex;
    flex-flow: row;
    border-radius: 5px 5px 0 0;
    margin: 0;
    z-index: 99;
    height: 40px;
    padding: 3px;
    opacity: 0;
    text-align: center;
    animation: fadein 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.chatwithus-content {
    display: block;
    display: flex;
    flex-flow: column;
}

/*/*#region brands start*/*/
/*/*#endregion brands end*/*/
/*#region Go to Top*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 6%;
    right: 30px;
    /*right:0;*/
    z-index: 999;
    font-weight: bolder;
    /*height:40px;*/
    font-size: 40px;
    border: none;
    outline: none;
    background-color: dimgray; /*#e9ecef;*/
    color: white;
    cursor: pointer;
    /*padding: 0 10px 5px 10px;*/
    /*border-radius:50%;*/
    /*border-radius: 15px;*/
    border-radius: 5px 5px 0 0;
    /*border-left: 0.15em solid currentColor;
        border-bottom: 0.15em solid currentColor;*/
    /*transition: transform 100ms ease-in-out;*/
    opacity: 0;
    text-align: center;
    animation: fadein 1s;
    animation-delay: 10ms;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#myBtn:hover {
        background-color: #de8e8f;
    }

/*#endregion Go To Top*/

/*#region menu*/
/*menu*/
.header {
    background: #7d0010; /*background for menu  rgba(125,0,16,255)*/
    box-shadow: inset 0 0 .125em rgba(#fff, .75);
    background: linear-gradient(#f11f20, #bc0000, #7d0010) content-box, linear-gradient(-80deg, #f11f20, #9c1c1c, #7d0010) 0/ 37% 100% border-box;
    color: white; /*white menu color*/
    width: 100%;
    /*position: fixed;*/
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    z-index: 99;
    text-align: left;
    padding: 0;
    margin: 0 auto;
}

.navbar {
    display: flex;
    -ms-flex: 1; /* IE 10 */
    flex: 1;
    justify-content: center; /*header menu to center*/
    align-items: left;
    width: 100%;
}

.navbarleft {
    display: compact;
    /*justify-content: space-between; header menu to right*/
    -ms-flex: 0; /* IE 10 */
    flex: 0;
    justify-content: flex-start; /*header menu to center*/
    align-items: flex-start;
    width: 100%;
}

/* menu=main menu item- layer1 */
.menu {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    margin: 0 auto 0 0;
}

    /* layer1 without bullets */
.menu li {
        list-style: none; /*remove bullets of menu*/
    }

        /* layer1 each main menu box */
.menu li a {
            display: block;
            text-decoration: none;
            color: var(--light);
            padding: .7em 1.5em;
        }

/*Styling submenu*/
.submenu {
    /*new change*/
    position: absolute; /*for mega menu */
    display: flex;
    flex-flow: row wrap; /*makes tiles*/
    background: rgb(253, 250, 250);
    background: #39434d; /*background to grey color rgba(57,67,77,255)*/
    color: white;
    white-space: nowrap;
    /*hide submenu*/
    opacity: 0; /*hide*/
    transform: scaleY(0);
    transform-origin: top center;
    flex-direction: column; /*layer2 as column instead of row*/
    transition: all 0.5s ease 0s; /*newly added effect */
    padding: 0;
}

/*layer1,layer2,layer3*/
.menu li {
    padding: 0;
    margin: 0 auto;
}

/*layer2- each box*/
.submenu > div > li {
    float: left;
    padding: 1px;
    margin: 0 auto;
    width: 100%;
}

    /* remove padding in submenu */
    /*layer2- each box inside     .menu-link applied for all menu item in layer1 as well so have to give this path ams*/
.submenu > div > li > .menu-link {
        /* border:2px solid grey;   */
        padding: 5px 5px;
        margin: 0 auto;
        height: auto;
        font-weight: normal;
        padding: 0; /*layer2 font and space adjusted here*/
        padding: 1px 5px;
    }

        /*layer2- each box inside effect added*/
.submenu > div > li > .menu-link:hover {
            transition: all 0.5s ease 0s; /*newly added effect*/
        }
/*layer3- display effect when hover*/
.submenu > .menu-col-1 > li > a + .submenu > li {
    z-index: -99999;
}

/*this will reveal branches - layer3 */

/*layer3- display when parent hover*/
.submenu > .menu-col-1 > li:hover > a + .submenu > li {
    /* position: absolute; */
    position: relative;
    opacity: 1;
    transform: scaleY(1);
    z-index: 9999;
    visibility: visible;
    border-left: 3px solid red;
}

/*layer3- hidden untill parent hover calls*/
.submenu > .menu-col-1 > li > a + .submenu > li {
    background: #fff none repeat scroll 0 0;
    opacity: 0;
    left: -2px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    transition: all 0.5s ease 0s;
    width: auto;
    padding-left: 2px;
    z-index: -99999;
    top: 150%;
    visibility: hidden;
}


/*layer4 starts*/
.submenu > .menu-col-1 > li > ul > li > a + .submenu > .menu-col-1 > li {
    /*background: #fff none repeat scroll 0 0;*/
    opacity: 0;
    left: -2px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    transition: all 0.5s ease 0s;
    width: auto;
    padding-left: 2px;
    z-index: -99999;
    /* top: 150%; */
    visibility: hidden;
    padding-right: 5px;
}

.submenu > .menu-col-1 > li > ul > li:hover > a + .submenu > .menu-col-1 > li {
    /* top:25px; */
    /* position: absolute; */
    position: relative;
    opacity: 1;
    transform: scaleY(1);
    z-index: 9999;
    /* top: 100%; */
    visibility: visible;
    border-left: 3px solid red;
    left: 1px;
    padding-left: 5px;
}

.submenu .submenu .submenu {
    /*left: -100%; submenu adjust left or right here*/ /*hidden here bug*/
    top: inherit; /*branch item to right*/
    margin-top: 0px; /*layer3 top adjusted here*/
}

/*layer4 ends*/


/*layer 2 each item*/
.menu-col-1 {
    margin-top: 0;
}

    /*layer2- each box of submenu */
.menu-col-1 > li > a {
        /*submenu color*/
        color: #ffffff; /*black sub sub menu color*/
        font-weight: bold;
    }

.menu-col-1 > li {
        /*submenu color*/
        color: #ffffff; /*black sub sub menu color*/
        font-weight: bold;
    }

/*layer3- each box of branch menu */
.submenu > li > a {
    padding: 0.2em 1.5em; /*sub menu height adjusted here*/
    color: #ffffff;
    background: #39434d; /*background to grey color rgba(57,67,77,255) */
    padding: 5px;
    margin: 0 auto;
    height: auto;
    font-weight: normal;
    padding: 0; /*layer3 font and space adjusted here*/
    padding: 1px 5px;
    min-width: 180px; /*important to prevent cuttoff small branches with arrow 2012*/
}

/*layer3- branch menu parent items visibility,position,top position handled*/
.submenu .submenu {
    /*left:-100%; submenu adjust left or right here*/
    left: 0;
    top: 0;
    /*reveal branch always for megamenu here*/
    position: relative;
    display: flex;
    flex-direction: column;
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top center;
    /*layer3 - display here to the right */
    position: absolute;
    left: 100%; /* branch menu moves to right */
    top: inherit; /*branch item to right*/
    margin-top: -1.5em; /*layer3 top adjusted here*/
}

.submenu .submenu .submenu {
        /*left: -100%; submenu adjust left or right here*/ /*hidden here bug*/
        top: 0;
    }

/*sub menu hover color adjusted here*/
/*layer2- each box of branch menu ams*/
.menu > li:hover > a, .menu-col-1 > li:hover > a, .submenu > li:hover > a {
    background: #39434d; /*background to grey color rgba(57,67,77,255)*/
    color: rgba(243, 102, 102, 0.897);
    transition: all 0.5s ease 0s; /*newly added effect*/
}

/*submenu added border here*/

/*menu hover color adjusted here*/
.menu > li:hover > a {
    background-color: #de8e8f;
    color: #ffffff;
}

.arrow {
    width: 7px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    /*border-left: 0.15em solid currentColor;
            border-bottom: 0.15em solid currentColor;*/
    /*transform: rotate(-45deg);*/ /*downward arrow*/
    float: right;
    text-align: right;
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    /*border-radius:  40px 100px 15px 0*/
    /*border-radius: 5px;*/
    margin-top: 7px;
    /*margin-top: -0.25em;*/
    transition: transform 100ms ease-in-out;
}

/*Reveal submenu and siblings*/
.menu > li:hover > a + .submenu,
.submenu > li:hover > a + .submenu {
    opacity: 1; /*Reveal*/
    transform: scaleY(1);
    /* display:block; */
}

/*Animate Arrows*/

.menu > li:hover > a > .arrow,
.submenu > li:hover > a > .arrow {
    /*transform: rotate(225deg);*/ /*for right angle rotate*/
    transform: rotate(-45deg); /*for 4th layer*/
}


@media (min-width: 991px) {
    /*for submenu only*/
    .menu-col-1 > li:hover > a > .arrow {
        transform: rotate(-45deg); /*for right angle rotate*/
    }

    /*.arrow-close{ 
                display:none;
            }*/
}


/*for mobile*/
@media (max-width: 991px) {
    /*for submenu only*/
    /*.menu-col-1 > li:hover > a > .arrow {
                transform: rotate(-135deg); 
            }*/

    /* layer1 each main menu box */
    .menu li a {
        display: block;
        text-decoration: none;
        color: var(--light);
        /*header menu to right*/
        padding: .5em 0;
    }
    /*layer1,layer2,layer3*/
    .menu li {
        padding: 5px 10px;
        margin: 0;
    }

    .menu-col-1 {
        position: relative; /*for mega menu */
        display: flex;
        flex-flow: column;
    }

    /*layer2- each box*/
    .submenu > div > li {
        float: left;
        padding: 1px;
        margin: 0 auto;
        border-bottom: 1px solid #98a7b5;
        width: 95%;
    }

        /* remove padding in submenu */
        /*layer2- each box inside     .menu-link applied for all menu item in layer1 as well so have to give this path */
        .submenu > div > li > .menu-link {
            /* border:2px solid grey;   */
            padding: 5px 5px;
            margin: 0 auto;
            height: auto;
            font-weight: normal;
        }


    /*this will reveal branches - layer3*/
    /*layer3- display when parent hover*/
    .submenu > .menu-col-1 > li:hover > a + .submenu > li {
        left: 5px;
        padding: 0;
        width: 97%;
    }


    /*layer3- hidden untill parent hover calls*/
    .submenu > .menu-col-1 > li > a + .submenu > li {
    }


    /*layer3- branch menu parent items visibility,position,top position handled here */
    .submenu .submenu {
        top: inherit;
        margin-top: 0;
    }

    /*layer3- display when parent hover*/
    .submenu > .menu-col-1 > li:hover > a + .submenu > li {
        top: 0px;
        border-left: none;
    }

    .submenu {
        position: relative; /*for mega menu */
        /* display:flex;
                flex-direction: row; */
        display: flex;
        flex-flow: column; /*makes tiles*/
    }

    /*main menu hover color adjusted here*/
    .menu > li:hover > a {
        background-color: #39434d; /*background to grey color rgba(57,67,77,255)*/
        color: rgba(243, 102, 102, 0.897);
    }

    .menu > li:hover {
        background-color: #39434d;
        color: rgba(243, 102, 102, 0.897);
    }

    .header {
        position: relative;
        padding: 1.5em 2em; /*.4em 2em 1.0em 2em;  height of hamburger symbol*/
        /*padding:.9em 2em 1.5em 2em; */
        background: #7d0010; /*background for menu  rgba(125,0,16,255)*/
        background: linear-gradient(#f11f20, #bc0000, #7d0010);
        z-index: 99; /*to hide indicators overlap on menu*/
    }


    .menu {
        flex-flow: column;
        position: absolute;
        background: var(--light);
        /*top: 3.05em;*/ /*double of padding:1.5em 2em ;*/
        top: 1.7em; /*double of padding:1.5em 2em ; aug9*/
        left: 0;
        right: 0;
        height: auto; /*newly added*/
        /*for toggling hamburger*/
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top center;
        /*transition: 200ms transform cubic-bezier(0.36, 0.4, 0.42, 1.48) 100ms, 100ms opacity ease-in-out;*/
        /*color of main menu here black & white*/
        /*background:yellow;*/
        color: #fff;
        /* Optional but highly reccomended: enables momentum scrolling on iOS */
        -webkit-overflow-scrolling: touch;
        background: #39434d; /*background to grey color rgba(57,67,77,255)*/
        border-bottom: ivory;
        float: left;
        text-align: left;
        left: 0;
    }

    .submenu {
        /*color of sub menu here black & white*/
        /*background:blue;*/ /*#000;*/
        color: #fff;
    }

    /*layer1- each item*/
    .menu > li > a {
        /*color:var(--dark); color of menu text for mobile*/
        color: #000; /*color of menu text for mobile*/
        color: #fff;
    }

    /*layer3- each item*/
    .submenu > li > a {
        /*font-size: .9rem;*/ /*all submenu text for mobile*/
        /*color of branches here black & white*/
        /*background: #000;
                color: #fff;*/
    }

    /*layer1,2,3 with dropdown- each item*/ /*newly added*/
    .has-dropdown {
        position: relative;
        /* submenu dropdown relative to parent*/
    }
    /*layer2,3- parent with dropdown only*/
    .submenu {
        width: 100%;
    }

    /*layer2 hide*/
    .menu > li > ul {
        display: none;
    }

    /*layer2 show*/
    .menu > li:hover > ul {
        display: block;
    }



    /*layer3- parent only*/
    .submenu .submenu {
        left: 0;
        top: 0;
        /*reveal branch always for megamenu and hamburger hide here*/
        position: absolute;
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top center;
    }

    /*layer3- each item*/
    .submenu > li > a {
        padding: 0.2em 1.5em; /*sub menu height adjusted here*/
        /* align-content: center; */
        /*border:1pxf  gresoliden; */
    }

    .submenu .submenu .submenu {
        left: 0;
        top: 0;
        width: 100%;
    }

    /*layer2- parent with dropdown only*/
    .menu > li:hover > a + .submenu,
    .submenu > li:hover > a + .submenu {
        position: relative;
    }

    /*layer3- parent*/
    /*this will reveal branches in hamburger*/
    .submenu > .menu-col-1 > li:hover > a + .submenu {
        position: relative;
        /*color of branches here black & white*/
        /*background: #000;*/
        color: #fff;
        opacity: 1;
        transform: scaleY(1);
        transform-origin: top center;
        /*border:5px solid pink;*/
    }

    /*hamburger*/
    .xhamburger {
        width: 1.4em;
        height: 0.19em;
        display: block;
        /*background: var(--light);*/
        background: white;
        position: relative;
        cursor: pointer;
        margin: auto auto auto auto; /*position controlled here*/
        /*border:5px solid yellow;*/
        margin-left: 0px;
    }

        .xhamburger::after, .xhamburger::before {
            content: "";
            position: absolute;
            left: 0;
            background: inherit;
            width: inherit;
            height: inherit;
            -webkit-overflow-scrolling: touch;
            transition: 0.2s transform ease-in-out;
            height: 0.19em;
        }

        .xhamburger::after {
            top: -.5em;
            height: 0.19em;
        }

        .xhamburger::before {
            top: 0.5em;
            height: 0.19em;
        }

    .close::after, .close::before {
        top: 0;
        transition: 0.2s transform ease-in-out;
        transition: all 0.2s transform ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

    .close::before {
        display: none;
    }

    .close {
        transform: rotate(45deg); /*close symbol \  */
        transition: 0.1s transform ease-in-out;
        width: 1.2em;
        /* margin: auto 2.0em auto auto; position controlled here
                margin: auto 0px auto auto;  /*position controlled here*/
    }

        .close::after {
            transform: rotate(-90deg); /*close symbol /  */
        }

    /*reveal menu */
    input[type="checkbox"]:checked + .menu {
        position: absolute;
        opacity: 1;
        transform: scaleY(1);
    }
    /*for mobile*/
}

/*****media*****/
/*brands media adjusted */
/*left is added due to xl-col 12 width too long*/


@media all and (min-width: 521px) {
    .ca-container {
        /*border:1px solid pink;*/
        /*padding-left:60px;*/
    }
}

@media all and (min-width: 576px) {
    .ca-container {
        /*padding-left:60px;*/
    }
}

@media (max-width: 450px) {
    .ca-wrapper {
        /*border:1px solid red;*/
        left: 80px;
    }
}

@media (max-width: 440px) {
    .ca-wrapper {
        /*border:1px solid yellow;*/
        left: 50px;
    }
}



.menu li a {
    font-size: 1.0rem;
}

.menu-col-1 > li > a {
    font-size: .9rem; /*border:1px solid green;*/
}

.submenu > li > a {
    font-size: 0.9rem;
    /*border:1px solid green;*/
}
/*956/16=59.75em*/
@media only screen and (max-width:75em) {


    .menu li a {
        /*font-size: 0.15rem; before*/
        font-size: .81rem;
        /*border:1px solid blue;*/
    }

    .menu-col-1 > li > a {
        font-size: .8rem; /*border:1px solid green;*/
    }

    .submenu > li > a {
        font-size: .8rem; /*border:1px solid red;*/
    }

    .biz {
        float: none;
        justify-content: center;
    }
}


@media (max-width : 966px) {

    .menu li a {
        font-size: .75rem;
        /*border:1px solid green;   */
    }

    .menu-col-1 > li > a {
        font-size: .75rem; /*border:1px solid green;*/
    }

    .submenu > li > a {
        font-size: .75rem; /*border:1px solid blue;*/
    }
}

/*this query works above 320px xtra Small xs */
@media (min-width : 320px) {
    .footer-enquiry {
        margin-top: 0;
    }
}

/*this query works above 422px sm */
@media (min-width: 422px) {
    .footer-enquiry {
        /*margin-top: -50px*/
    }
}

/*this query works above 967px md */
@media (min-width: 967px) {
    .footer-enquiry {
        margin-top: -60px;
    }
}

/*this query works above 1200px lg*/
@media (min-width: 1200px) {
    .footer-enquiry {
        margin-top: -70px;
    }
}

/*this query works above 1400px Xl*/
@media (min-width: 1400px) {
    .footer-enquiry {
        margin-top: -60px;
    }
}


/*custom media queries*/

/*extra added form tablet portrait*/
@media (min-width: 768px) {
    footer-enquiry {
        margin-top: -100px;
    }

    .biz {
        float: left;
        overflow: hidden;
    }
}


@media only screen and (min-width: 1197px) {
    .social-media {
        padding-top: 0;
    }
}

@media only screen and (max-width: 1196px) {
    .social-media {
        padding-top: 10px;
    }
}


@media only screen and (max-width : 1346px) and (min-width : 768px) {
}

/*tablet portrait*/
@media only screen and (max-width : 991px) and (min-width : 768px) {
    .footer-enquiry {
        /*border:1px solid red;*/
        margin-top: -120px;
    }
}



/*Extra small devices (portrait phones, less than 576px)*/
/* No media query for Extra Small since this is the default in Bootstrap*/
/* xs media query  0px - 576px*/

@media (min-width: 0) {

    .solution-text-light {
        background-color: #de8e8f;
        color: white;
        height: auto;
    }

    .solution-text-dark {
        background-color: red; /*:#dc3545;*/
        color: white;
        height: auto;
    }

    .chatwithus {
        top: 90%;
    }

    #myBtn {
        bottom: 11%;
    }
}

/*sm media query above 576px - 768px*/
@media (min-width: 576px) {

    .solution-text-light {
        background-color: #de8e8f;
        color: white;
        height: 180px;
    }

    .solution-text-dark {
        background-color: red; /*:#dc3545;*/
        color: white;
        height: 180px;
    }

    .chatwithus {
        top: 90%;
    }

    #myBtn {
        bottom: 6%;
    }
}

/*md media query above 768px - 992px*/
@media (min-width: 768px) {
    solution-text-light {
        background-color: #de8e8f;
        color: white;
        height: 180px;
    }

    .solution-text-dark {
        background-color: red; /*:#dc3545;*/
        color: white;
        height: 180px;
    }

    .chatwithus {
        top: 90%;
    }

    #myBtn {
        bottom: 6%;
    }
}

/*lg media query above 992px - 1200px*/
@media (min-width: 992px) {
    solution-text-light {
        background-color: #de8e8f;
        color: white;
        height: 180px;
    }

    .solution-text-dark {
        background-color: red; /*:#dc3545;*/
        color: white;
        height: 180px;
    }

    .chatwithus {
        top: 93%;
    }

    #myBtn {
        bottom: 6%;
    }
}
/*xl media query above 1200px*/
@media (min-width: 1200px) {
    solution-text-light {
        background-color: #de8e8f;
        color: white;
        height: 180px;
    }

    .solution-text-dark {
        background-color: red; /*:#dc3545;*/
        color: white;
        height: 180px;
    }

    

    #myBtn {
        bottom: 6%;
    }
}

@media (max-width: 991px) {
    #news-list-desktop-view {
        display: none;
    }

    #alclogo-desktop-view {
        display: none;
    }

    #ProductByGroupMain-desktop-view {
        display: none;
    }

    #ProductGroupObselete-desktop-view {
        display: none;
    }

    #HotSelling-desktop-view {
        display: none;
    }

    #productrefurbish-desktop-view {
        display: none;
    }

    #productclearence-desktop-view {
        display: none;
    }

    #ProductGroupBrand-DataListMainUnit-desktop-view {
        display: none;
    }

    #ProductGroupBrand-ProductByGroupAccessories-desktop-view {
        display: none;
    }
    /*format=   pagename-controlname-device-view   */
    #ProductGroupBrand-DataListByGroupMain-desktop-view {
        display: none;
    }

    #productinformation-SimilarProduct-desktop-view {
        display: none;
    }

    #ProductGroupDetail-ProductListing-desktop-view {
        display: none;
    }

    #ProductGroupDetail-ProductListingRequiredItem-desktop-view {
        display: none;
    }

    #ProductGroupDetail-ProductListingRequiredConsumable-desktop-view {
        display: none;
    }

    #solutionlistingbydept-SolutionByDepartment-desktop-view {
        display: none;
    }

    #solutionwriteout-SolutionInformation-desktop-view {
        display: none;
    }

    #AutotrackOnDemand-desktop-view {
        display: none;
    }

    #ProductGroupType-DataListActiveProduct-desktop-view {
        display: none;
    }

    #ProductGroupType-DataListObselete-desktop-view {
        display: none;
    }

    #Newsinfo-RelatedItem-desktop-view {
        display: none;
    }

    #AskQuoteList-RequestList-desktop-view {
        display: none;
    }
}


@media all and (min-width: 992px) {

    #news-list-mobile-view {
        display: none;
    }

    #alclogo-mobile-view {
        display: none;
    }

    #ProductByGroupMain-mobile-view {
        display: none;
    }

    #ProductGroupObselete-mobile-view {
        display: none;
    }

    #HotSelling-mobile-view {
        display: none;
    }

    #productrefurbish-mobile-view {
        display: none;
    }

    #productclearence-mobile-view {
        display: none;
    }

    #ProductGroupBrand-DataListMainUnit-mobile-view {
        display: none;
    }

    #ProductGroupBrand-ProductByGroupAccessories-mobile-view {
        display: none;
    }

    #ProductGroupBrand-DataListByGroupMain-mobile-view {
        display: none;
    }

    #productinformation-SimilarProduct-mobile-view {
        display: none;
    }

    #ProductGroupDetail-ProductListing-mobile-view {
        display: none;
    }

    #ProductGroupDetail-ProductListingRequiredItem-mobile-view {
        display: none;
    }

    #ProductGroupDetail-ProductListingRequiredConsumable-mobile-view {
        display: none;
    }

    #solutionlistingbydept-SolutionByDepartment-mobile-view {
        display: none;
    }

    #solutionwriteout-SolutionInformation-mobile-view {
        display: none;
    }

    #AutotrackOnDemand-mobile-view {
        display: none;
    }

    #ProductGroupType-DataListActiveProduct-mobile-view {
        display: none;
    }

    #ProductGroupType-DataListObselete-mobile-view {
        display: none;
    }

    #Newsinfo-RelatedItem-mobile-view {
        display: none;
    }

    #AskQuoteList-RequestList-mobile-view {
        display: none;
    }
}
/*#endregion menu end*/

