html {
    scroll-behavior: smooth;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    min-width: 100%;
    font-family: Segoe UI;
    background: rgb(247, 247, 247);
    overflow-x: hidden;
    font-size: 1rem;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    text-decoration: none;
}

img {}

.header {
    position: relative;
    background-color: #DBD8D9;
    background-position: center center;
    display: block;
    margin: 0px;
    padding: 25px 0;
    height: 80px;
    top: 0;
    border-bottom: 8px solid rgba(0, 141, 213, 0.6);
}

.logo1 {
    vertical-align: middle;
    border: 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    overflow-clip-margin: content-box;
    overflow: clip;
    margin-left: 20px;
}

.navigation--top>li {
    list-style: none;
    position: relative;
    display: inline-block;
}

.navigation--top>.menu-item-has-children>a {
    padding: 0 8px;
    position: relative;
    font-size: 14.5px;
    font-weight: 600;
}

.navigation--top>li>a {
    padding: 0;
    text-decoration: none;
    display: block;
}

.navigation--top a {
    color: #999999;
}

.navigation--top>li {
    list-style: none;
    position: relative;
    display: inline-block;
    padding: 3px 2px;
}

.intainer1 {
    display: flex;
    justify-content: space-between;
}

.ham_icon {
    display: none;
    color: #007bff;
}

.ham_icon>i {
    font-size: 2rem;
}

.hide_ul {
    display: none;
}

.menu_item {
    display: none;
    border: solid;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-right: 0.5rem;
}

.menu_items {
    border: solid 3px red;
    font-size: 14px;
    position: absolute;
    z-index: 999;
    top: 50px;
    right: 45px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.menu_items ul {
    text-align: center;
    padding: 0;
    margin: 0;
}

.menu_items ul li {
    list-style: none;
    padding: 15px 25px;
}

.menu_items ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .navigation--main2 {
        display: none;
    }

    #menu-top-menu {
        font-size: 12px;
    }

}

@media (max-width: 850px) {
    .logo2 {
        display: none;
    }

    .ham_icon {
        display: block;
    }

    .menu_item {
        display: block;
    }
}

@media (max-width: 400px) {
    .logo1 img {
        max-width: 60vw;
        height: auto;
    }
}


/* ================ HeroComp sectiono Styling ================= */

.HeroComp {
    background: url("https://comcon.co.in/ComProducts/MIndia-image/mindia_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 40vh;
    filter: contrast(100%) brightness(100%);
    position: relative;
}

.hero_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(0, 108, 183, 90%);
    padding: 0.5rem 1rem;
}

.hero_div h1 {
    text-align: center;
    color: #fff;
    font-weight: bold;
}

/* ================  ProductSectionBox sectiono Styling ================= */


/* subnav section styling  */
.navbar {
    /* border: solid 2px red; */
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.nav_heading {
    /* border: solid 2px red; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(0, 108, 183, 90%);
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.display_none {
    display: none;

}

.nav_heading h5 {
    color: #fff;
}

.fa-angle-down {
    font-size: 1.2 rem;
    margin-left: 0.5rem;
    color: #fff;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav_ul {
    /* border: solid 2px green; */
    margin-top: 1rem;
}

.nav_li {
    /* border: solid 2px red; */
    margin-top: 1rem;
}

.nav_li>a {
    font-size: 1.01rem;
}







.top_desc {
    /* border: solid; */
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.5rem;
    color: #000;
    border-bottom: solid 3px rgb(0, 108, 183, 90%);
    padding-bottom: 2rem;
}




.row {
    z-index: 99;
}

.allComp_divContainer {
    /* border: solid 2px green; */
    width: 100%;
    position: relative;
    z-index: 99;
}

.all_navDiv {
    width: 100%;
}

.sidebar {
    /* border: 1px solid red; */
    background: #ddd;
    position: absolute;
    z-index: 99;
    border-radius: 5px;
    padding: 10px;
}

.all_productDiv {
    /* border: solid 2px red; */
    margin-left: 27%;

}

.item {
    width: 100%;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
}



.is-sticky {
    position: fixed;
    top: 10px;
    left: 8%;
    z-index: 999;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}


.subNav_product {}

.sidebar_left {
    display: none;
}


/* product category heading stying */

.topMain_container {
    /* border: solid 2px red; */
    position: relative;
}

.top_heading_div {
    border-top: solid 3px rgba(147, 210, 255, 0.9);
    width: 100%;
    background: rgb(0, 108, 183, 90%);
    padding: 0.5rem;
    padding-top: 0.75rem;
    padding-left: 1.50rem;
    color: #fff;
}

.heading {
    position: relative;
}

.sticky {
    position: relative;
}

.product__container {
    /* border: solid 2px red; */
    width: 100%;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_imgDiv {
    padding: 0.5rem;
    mix-blend-mode: multiply;
}

.product_img {
    width: 15rem;
    mix-blend-mode: multiply;
}

.product_contentDiv {
    /* border: solid 2px green; */
    padding: 0.5rem;
}

.product_heading {
    font-weight: bold;
    font-size: 1rem;
}

.product_desc {
    margin-bottom: 0;
    padding-bottom: 0;
}

.productLink_pdf {
    font-size: 0.8rem;
}

.for_margin {
    /* border: solid 2px red; */
    width: auto;
    height: 40vh;
}

.sidebar_left_sticky {
    /* border: solid; */
    display: none;
    position: fixed;
    top: 0;
    width: 80vw;
    z-index:  9999; /* Adjust z-index as necessary */
    margin-left: 2.25%;
    background-color: #d4d4d4;
    
}



/* ================ Product Component sectiono Styling ================= */



/* ================ Footer sectiono Styling ================= */

.footer__mainContainer {
    /* border: solid 2px green; */
    padding: 3rem 8%;
    background: #dbd8d9;
}

.footer_container {
    /* border: solid 2px red; */
    width: 100%;
    background: #dbd8d9;
    font-size: calc(100% - 5%);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* padding: 2rem 3rem; */
    padding: 0 8%;
}

.footer_download_div,
.footer_download_div,
.footer_solutionLink_div,
.footer_contact_div {
    /* border: solid; */
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-left: 3%;
}

.footer_download_div a,
.footer_download_div a,
.footer_solutionLink_div a,
.footer_contact_div a {
    color: #008dd5;
    margin-top: 0.5rem;
}

.footer_download_div,
.footer_download_div,
.footer_solutionLink_div,
.footer_contact_div span {
    color: black;
}

.copyright {
    /* border-top: 8px solid rgba(0, 141, 213, 0.6); */
    text-align: left;
    font-size: 12px;
    padding-left: 8%;
    background: #DBD8D9;
}



@media only screen and (max-width: 768px) {


    .footer_container {
        grid-template-columns: 1fr 1fr;
    }


    .footer_contact_div {
        margin-top: 3rem;
    }

    .copyright {
        margin-top: 2.5rem;
    }
}

@media only screen and (max-width: 668px) {}

@media only screen and (max-width: 600px) {
    .footer_container {
        grid-template-columns: 1fr;
    }

    .footer_solutionLink_div {
        margin-top: 3rem;
    }
}

/*==================== media querry for Mobile and Tablets====================== */


@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1220px) {}

@media only screen and (max-width: 1175px) {


    .top_desc {
        margin-left: 2.25%;
    }

    .sidebar {
        /* border: solid; */
        z-index: -1;
        display: none;
    }

    .nav_heading h5 {
        font-size: 1.2rem;
    }

    .col-9 {
        width: 100%;
        margin-left: 2.25%;
    }
    .navbar {
        /* border: solid; */
        margin-left: 0.25%;
        width: 100%;
    }
    .nav_ul {
        /* border: solid 2px green; */
        margin-top: 0;
        padding-bottom: 0.5rem;
    }

    .sidebar_left {
        display: block;
        /* border: solid 2px red; */
        text-align: center;
        margin-left: 2%;
    }
    .sidebar_left_sticky {
        display: block;
    }

    .product__container {
        flex-direction: column;
    }
}

@media only screen and (max-width: 1075px) {

    .footer_container {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer_contact_div {
        margin-top: 3rem;
    }

}

@media only screen and (max-width: 1024px) {}


@media only screen and (max-width: 820px) {}

@media only screen and (max-width: 768px) {


    .footer_container {
        grid-template-columns: 1fr;
    }

    .footer_solutionLink_div,
    .footer_contact_div {
        margin-top: 3rem;
    }

}

@media only screen and (max-width: 668px) {}

@media only screen and (max-width: 460px) {}