/* @font-face {
    font-family: "Roboto";
    src: url("../Assets/fonts/Roboto-Regular.ttf");
} */
* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
html{
    overflow-x: hidden;
}

*{
    margin: 0;
    padding: 0;
}
*:focus{
    outline: none;
    border: none;
  }

iframe{
    outline: none;
    border: none;
}

body{
    width: 100%;
    height: 100%;
    position: relative;
    font-family: "Roboto";
    /* overflow-y: scroll; */
    overflow-x: hidden;
}

.active{
    color: #3655D1;
    padding-bottom: 5px;
    border-bottom: 1px solid #3655D1;
}

/* ::-webkit-scrollbar{
    display: none;
} */

img{
    width: 100%;
    height:100%;
}
section{
    width: 100%;
    height: 100%;
    position: relative;
}

/* ul li{
    list-style: none;
    padding-right: 25px;
    font-size: 14px;
    color: #23394E;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid red;
} */

/* a{
    color: #23394E;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid green;
} */

/* u{
    text-decoration: none;
    border: 2px solid red;
} */

.flex_center{
    display: flex;
    justify-content: center;
    align-items: center;
}

button{
    outline: none;
    border: none;
    background-color: transparent;
    font-family: "Roboto";

}

.bj-gndheader{
    /* width: 100%; */
    height: 100%;
}
#navbar-text{
    /* border: 2px solid; */
    font-size: 18px;
}
.custom-horizontal-line {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    width: 100%;
    height: 1px;
    border: none;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, grey 50%, rgba(0, 0, 0, 0) 100%);
    filter: blur(0.5px);
    opacity: 0.1;
    margin-bottom: 20px;
}
#gateway-banner-image2{
    height: 500px;
        width: 350px;
        margin-bottom: 50px;

}
/* style="height: 500px; margin-bottom: 100px; border: 2px solid red;" */
.bj-gndheaderblock{
    display: flex;
    flex-direction: column;
}

.bj-gndheaderlevel{
    width: 100%;
    display: flex;
    flex-direction: column;
}

header{
    width: 100%;
    height: 150px;
}

.bj-gndheadblock{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bj-gndheadlogo{
    width: 120px;
}

.bj-gndbutton{
    background: transparent linear-gradient(90deg, #3655D1 0%, #0062FF 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px;
    color: #fff;
    padding: 15px 30px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.hamburger{
    display: none;
    cursor: pointer;
}

.bar{
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out ;
    background-color: #3655D1;
}

.bj-gndbannerblock{
    width: 100%;
    height: 920px;
    display: flex;
    background-image: url("../Assets/Images/Banner_Bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bj-gndbannerlevel{
    display: flex;
    width: 100%;
    height: 100%;
    /* overflow-x: scroll; */
    transition: transform 1s ease-in-out;
    /* background-image: url("../Assets/Images/");
    background-repeat: no-repeat; */
}

.bj-gndbannerconnectblock{
    display: flex;
    width: 100%;
    flex: 0 0 auto;
}

.bj-gndbannerconnectlevel{
    width: 100%;
    display: flex !important;
    flex: 0 0 auto;
}
.bj-gndbannerpatternlevel{
    width: 100%;
    flex: 0 0 100%;
}

.bj-gndbannerpatternlevel img{
    object-fit: cover;
}

.bj-gndbgconnectblock{
    display: flex;
    justify-content: center;
}

.slick-initialized .slick-slide{
    outline: none;
}

.slick-track{
    z-index: 99;
}

.slick-dots{
    bottom: unset;
    right: 40px;
    width: unset;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    z-index: 100;
}

.slick-dots li{
    width: 8px;
    height: 8px;
    margin-bottom: 30px;
    background: #ABCAE2 0% 0% no-repeat padding-box;
    border-radius: 50%;
}

.slick-dots li button{
    width: unset;
    padding: unset;
}

.slick-dots li button:before{
    color:#fff;
}

.slick-dots li.slick-active button:before{
    color:#fff;
}

.bj-gndbannerconnectblock .slick-dots .slick-active{
    background: #0062FF 0% 0% no-repeat padding-box;
}

.bj-gndconnectblock{
    width: 42%;
}

.bj-gndconnectlogo{
    width: 58%;
}


/* .bj-gndconnectblock{
    flex-direction: column;
    align-items: flex-start;
} */


.bj-gndgconnectlogo{
    width: 100%;
}

.bj-gndconnectblock p{
    color: #FF7600;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}

.bj-gndconnectlevel h3{
    font-size: 26px;
    line-height: 36px;
}

.bj-gndconnectblock h2{
    color: #23394E;
    font-size: 70px;
    line-height: 90px;
    margin-bottom: 10px;
}

.bj-gndconnectblock h6{
    font-size: 26px;
    line-height: 40px;
    color: #23394E;
    font-weight: 400;
    font-weight: normal;
    /* padding-right: 10vw; */
    margin-bottom: 35px;
}

.bj-gnddiscoverbutton{
    /* width: 314px; */
    background-color: #3655D1;
    color: #fff;
    padding: 18px 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bj-gnddiscovertext{
    padding-right: 0px;
    margin-bottom: 0px;
}

.bj-gnddiscoverbutton h5{
    font-size: 18px;
    margin-right: 15px;
}

.bj-gndconnectsmartlogo{
    width: 100%;
}

/*Client logo block*/

.bj-gndclientlogoblock{
    width: 100%;
    position: relative;
    box-shadow: 0px 20px 14px #E1E9F533;
    padding: 40px 0px;
}

.bj-gndclientlogolevel{
    /* width: 100%; */
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow-x: scroll;
    scroll-behavior: smooth;
}

.bj-gndclientlogo{
    width: 175px;
    height: 97px;
    margin-right: 50px;
    flex: 0 0 auto;
}

.bj-gndABBclient{
    width: 145px;
    height: 77px;
    margin-right: 50px;
    flex: 0 0 auto;
}

.bj-gndjioclient{
    width: 156px;
    height: 87px;
    margin-right: 50px;
    flex: 0 0 auto;
}

.bj-gndadityaclient{
    width: 148px;
    height: 82px;
    margin-right: 50px;
    flex: 0 0 auto;
}

.bj-gndarrowclient{
    width: 240px;
    height: 82px;
    flex: 0 0 auto;
}

.bj-digitalblock{
    width: 100%;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bj-digitallevel{
    width: 65%;
}

.bj-digitallevel h2{
    font-size: 40px;
    line-height: 60px;
    color: #23394E;
    font-weight: bolder;
}

.bj-digitallevel p{
    font-size: 20px;
    color: #FF7600;
    margin-top: 15px;
    margin-bottom: 70px;
    line-height: 30px;
    font-weight: bold;
}

.bj-digitalproductblock{
    width: 100%;
    /* height: 630px; */
    background-color: #3655D1;
    background-image: url("../Assets/Images/DigitalTransformPattern.svg");
    background-repeat: no-repeat;
    background-position:right;
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
}

.bj-gnddigitalbglogo{
    width: 710px;
    position: absolute;
    right: 0px;
    top: -250px;
}

.bj-digitalproductlevel{
    width:50%;
    height:100%;
    flex-direction: column;
}

.bj-digitalproductrightlevel{
    width: 40%;
    height: 100%;
}

.bj-gnddigitallogo{
    position: relative;
    top: -37vh;
}

.bj-digitalproductbox{
    display: flex;
    margin-bottom: 40px;
}

.bj-digitalproductbox:nth-last-child(1){
    margin-bottom: 0px;
}

.bj-digitalproductboxlogo{
    width:60px;
    margin-right: 20px;
}

.bj-digitalproductlogo{
    width:55px;
}

.bj-digitalproductboxtext{
    color: #fff;
}

.bj-digitalproductboxtext p{
    font-size: 20px;
    text-align: left;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.bj-digitalproductboxtext u{
    font-size: 16px;
    line-height: 24px;
}

.bj-gndbuildsection{
    width: 100%;
    /* height: 720px; */
    margin-top: 150px;
    margin-bottom: 150px;

}

.bj-gndbuildblock1{
    /* width: 100%; */
    height: 100%;
    display: flex;
}

.bj-gndbuildblock2{
    height: 100%;
    display: flex;
}

.bj-gndbuildblock3{
    display: flex;
}

    /* .bj-gndbuildlogo{
        height: 698px;
    } */

.bj-gndbuildlogo img{
    border-radius: 20px 20px 200px 20px;
}

.bj-gndbuildleftlevel, .bj-gndbuildrightlevel{
    width: 50%;
}

.bj-gndbuildleftlevel{
    display: flex;
    justify-content: center;
}

.bj-gndbuildlogo{
    width: 600px;
}

.bj-gndbuildrightlevel{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.bj-gndbuildrightbox{
    padding-top: 50px;
    padding-left: 60px;
}

.bj-gndtechnologysection .bj-gndbuildrightbox{
    padding-left: 0;
    padding-right: 40px;
}

.bj-gndbuildrightlevel h2{
    font-size: 36px;
    line-height: 52px;
    color: #23394E;
    margin-bottom: 20px;
    font-weight: bolder;
}

.bj-gndbuildrightlevel p{
    font-size: 20px;
    line-height: 30px;
    color: #FF7600;
    margin-bottom: 20px;
    font-weight: bold;
}

.bj-gndbuildrightlevel h6{
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    color: #384457;
    margin-bottom: 20px;
}

.bj-gndbuildbtn{
    display: flex;
    align-items: center;
    border: 1px solid #0089FF;
    border-radius: 51px;
    padding: 15px 35px;
}

.bj-gndbuildbtn h5{
    font-size: 16px;
    color: #0089FF;
    padding-right: 10px;
    margin-bottom: 0px;
}

.bj-gndbuildmorebtn{
    padding-right: 15px !important;
    font-size: 16px;
    color: #fff;
}

.bj-gndarrowbtnblock{
    width: 30px;
    height: 30px;
}

.bj-gndarrowbtn{
    width:30px;
    height: 30px;
}

.bj-gndsloutionblock{
    width: 100%;
}

/* .bj-gndsolutionlevel{
    width: 100%;
} */

.bj-gndsolutionlevel h2{
    font-size: 36px;
    color: #23394E;
    line-height: 48px;
    margin-bottom: 15px;
    font-weight: bolder;
}

.bj-gndsolutionlevel p{
    font-size: 20px;
    color: #FF7600;
    margin-bottom: 60px;

    font-weight: bold;
}

.bj-gndcardblock{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bj-gndcardbox{
    width: 380px;
    /* height: 600px; */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 18px #C0DBEA3D;
    border-radius: 24px;
    /* padding: 0px 22px; */
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 20px;
    margin-bottom: 25px;
}

.bj-gndcardbox:nth-child(3){
    margin-right: 0;
}

.bj-gndcardbox:nth-child(4){
    margin-bottom: 0px;
}

.bj-gndcardbox:nth-child(5){
    margin-bottom: 0px;
}

.bj-gndcardbox:nth-child(6){
    margin-right: 0;
    margin-bottom: 0px;
}

.bj-gndcardboxlevel{
    height:100%;
    padding: 0px 25px;
}

.bj-gndcardlogo{
    width: 100%;
    height: 270px;
    margin-top: 35px;
}

.bj-gndcardtext h6{
    font-size: 26px;
    color: #384457;
    font-weight: bold;
    margin-bottom: 15px;
}

.bj-gndcardtext p{
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
    color: #384457;
    font-weight: normal;
}

.bj-gndservicesection .bj-gndbuildlogo img{
    border-radius: 150px 20px 20px 20px;
}

.bj-gndbluesection{
    width: 100%;
    /* margin-bottom: 150px; */
}

.bj-gndblueblock{
    /* width: 100%; */
    display: flex;
    justify-content: center;
}

.bj-gndbluelogo{
    width: 100%;
}

.bj-gndbluecounterlogo{
    display: none;
}

.bj-gndbluelevel{
    display: flex;
}

.bj-gndbluebox{
    width:324px;
    height: 324px;
    background-color: #2C6EEB;
    color: #fff;
    flex-direction: column;
    border-radius: 8px 0px 0px 8px;
}

.bj-gndbluebox1{
    background-color: #2867DD;
    border-radius: 0px 0px 0px 0px;
}

.bj-gndbluebox2{
    background-color: #1F5BC9;
    border-radius: 0px 0px 0px 0px;
}

.bj-gndbluebox3{
    background-color: #1750B5;
    border-radius: 0px 8px 8px 0px;
}

.bj-gndbluebox h3{
    font-size: 70px;
    margin-bottom: 20px;
}

.bj-gndbluebox p{
    font-size: 22px;
    text-align: center;
}

.bj-gndiotproductsecction{
    width: 100%;
    background-color: rgba(54,85,209,0.05);
    padding-top: 150px;
    padding-bottom: 150px;
    margin-top: 150px;
}

.bj-gndiotproductblock{
    display: flex;
    flex-direction: column;
}

.bj-gndiotproducttext{
    width: 60%;
    margin-bottom: 40px;
}

.bj-gndiotproducttext h2{
    color: #23394E;
    margin-bottom: 10px;
}

.bj-gndiotproducttext p{
    color:#384457;
    line-height: 26px;
}

.bj-gndiotcardproduct{
    width: 100%;
    display: flex;
    justify-content: center;
}

.bj-gndiotcardproductlevel{
    display: flex;
    justify-content: flex-start;
    /* flex-wrap: wrap; */
    /* overflow-x: scroll; */
}

.bj-gndiotcardproductbox{
    width: 300px;
    height: 500px;
    flex: 0 0  auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 20px;
    /* padding: 30px 40px; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 15px;
    /* padding-top: 60px; */
}

.bj-gndiotcardproductbox:nth-child(4){
    margin-right: 0;
}

.bj-gndiotcardproductlogo{
    /* width: 188px; */
    /* height: 230px; */
    margin-bottom: 25px;
    margin-top: 45px;
}

.bj-gndiotcardproducttext{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 30px;
}

.bj-gndiotcardproducttext h5{
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 20px;
    color: #FF7600;
}

.bj-gndiotcardproducttext p{
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #384457;
}

.bj-gndaboutcompany{
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
}

.bj-gndaboutheaderblock{
    width:100%;
}

.bj-gndaboutheaderblock p{
    font-size: 20px;
    text-align: center;
    color: #FF7600;
    font-weight: bold;
    margin-bottom: 15px;

}

.bj-gndaboutheaderblock h2{
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 25px;
    color: #23394E;
}

.bj-gndaboutheaderblock u{
    font-size: 18px;
    color: #384457;
    line-height: 28px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom:20px;
    margin-top: 20px;
}

.bj-gndaboutheaderblock u{
    padding: 0px 8vw;
}

.bj-gndaboutheaderblock span{
    font-size: 22px;
    line-height: 32px;
    color: #384457;
    text-align: center;
    display: flex;
    justify-content: center;

}

.bj-gndaboutheaderlevel{
    height: 258px;
    padding-top: 30px;
}

.bj-gnddataletter{
    margin-right: 30px;
}

[data-letters]:before {
    content:attr(data-letters);
    display:inline-block;
    font-size:1em;
    width:134px;
    height:134px;
    /* line-height:2.5em; */
    text-align:center;
    border-radius:50%;
    background:plum;
    vertical-align:middle;
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* [data-letters]:nth-child(2)::before{
    background: #001BAF;
} */


.bj-gndaboutfeedbackblock [data-letters]:nth-child(1)::before{
    background-color: #00BFFF;
}

.bj-gndaboutfeedbackblock [data-letters]:nth-child(2)::before{
    background-color: #DEB887;
}

.bj-gndaboutfeedbackblock [data-letters]:nth-child(3)::before{
    background-color: #A52A2A;
}

.bj-gndaboutfeedback [data-letters]:nth-child(1)::before{
    width: 258px;
    height: 258px;
    border-radius: 50%;
    border: 8px solid #2B6EEB;
}

.bj-gndaboutfeedbackblock{
    display: flex;
}

.bj-gndaboutfeedback{
    width: 300px;
    height: 300px;
    /* margin-right: 35px; */
    border-radius: 50%;

}


.bj-gndaboutfeedback img{
    border-radius: 50%;
    object-fit: cover;
}

.bj-gnaboutfeedbackblock{
    /* width: 258px;
    height: 258px;
    border: 8px solid #2B6EEB; */
}

.bj-gndaboutfeedbacklogo{
    width: 100%;
    height: 100%;
}


.bj-gndaboutfeedbacklogo img{
    border-radius:50%;
}

.bj-gndpartnersection{
    width:100%;
    height: 432px;
    background-image: url("../Assets/Images/IotBlock_Bg_Img.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 150px;
}

.bj-gndpartnerblock{
    width:100%;
    height: 100%;
    background: #001BAF 0% 0% no-repeat padding-box;
    opacity: 0.5;
}

.bj-gndpartnerlevel{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.bj-gndpartnertext{
    width:80%;
    height: 235px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bj-gndiotsolutionsection{
    width: 100%;
    padding-bottom: 200px;
}

.bj-gndiotsolutionblock{
    position: relative;
    display: flex;
}

.bj-gndiotsolutionlevel{
    width: 966px;
    position: relative;
}

.bj-gndiotsolutionlevel img{
    border-radius: 8px 1px 8px 8px;
}

.bj-gndiotsolutiontext{
    position: absolute;
    width: 604px;
    right:111px;
    bottom: -68px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 25px #C0DBEA29;
}

.bj-gndiotsolutionboxtext{
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.bj-gndiotsolutionboxtext p{
    font-size: 20px;
    color: #FF7600;
    font-weight: bold;
    padding-bottom: 15px;
}

.bj-gndiotsolutionboxtext h2{
    font-size: 36px;
    color: #23394E;
    line-height: 40px;
    padding-bottom: 15px;
}

.bj-gndiotsolutionboxtext u{
    font-size: 20px;
    line-height: 30px;
    color: #384457;
    padding-bottom: 15px;
}

.bj-gndiotsolutionbtn{
    width:240px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent linear-gradient(98deg, #0062FF 0%, #0089FF 100%) 0% 0% no-repeat padding-box;
    border-radius: 51px;
    padding: 15px 0px;
}

.bj-gndfooteriotsolution{
    width: 100%;
    background-image: url("../Assets/Images/footer_right_pattern.svg");
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-top: 100px; */
}

.bj-gndfooteriotblock{
    display: flex;
    /* margin-bottom: 35px; */
}

.bj-gndfooteriotbox{
    width:40%;
    display: flex;
    flex-direction: column;
}

.bj-gndfooteriotboxlogo{
    width: 86px;
    margin-bottom: 5px;
}

.bj-gndfooteriotbox p{
    font-size: 16px;
    line-height: 26px;
    color: #384457;
    padding-right: 80px;
}
.bj-gndfooteriotcontactbox{
    padding-left: 130px;
}

.bj-gndfooteriotcontactbox p{
    color: #FF7602;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
}

.bj-gndfooteriotcontactbox ul li{
    width: 100%;
    font-size: 16px;
    color: #384457;
    margin-bottom: 12px;
    font-weight: normal;
    padding-right: 0;

}

.bj-gndfooteriotaboutbox{
    padding-left: 50px;
    padding-right: 80px;
}

.bj-gndfooteriotaboutbox p{
    color: #FF7602;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}

.bj-gndfooteriotaboutbox u{
    font-size: 16px;
    line-height: 28px;
    color: #384457;
}

.bj-gndiotcontactfooter{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.bj-gndphonelogoblock{
    display: flex;
    margin-bottom: 15px;
    color: #384457;
}

.bj-gndphonelogo{
    width: 18px;
    margin-right:10px ;
}

.bj-gndsubscribeblock{
    padding-right: 9vw;
}

.bj-gndsubscribeblock p{
    font-size: 16px;
    color: #FF7602;
    margin-bottom: 20px;
    font-weight: bold;
}

.bj-gndsubscribeblock u{
    line-height: 24px;
    font-size: 16px;
    color: #384457;
}

.bj-gndnewletter{
    /* width: 216px; */
    background: transparent linear-gradient(97deg, #0062FF 0%, #0089FF 100%) 0% 0% no-repeat padding-box;
    border-radius: 51px;
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding: 16px 40px;
}

.bj-gndnewletter u{
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    /* padding: 15px 40px; */
}

/* .bj-gndfooterfollow{
    margin-bottom: 80px;
} */

.bj-gndfooterfollow p{
    font-size: 16px;
    font-weight: bold;
    color: #FF7602;
    margin-bottom: 5px;
    margin-top: 15px;
}

.bj-gndfootersocial{
    display: flex;
}

.bj-gndfootersociallogo{
    width: 38px;
    margin-right: 10px;
}

.bj-gndfooterclientblock{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.bj-gndfooterleftclientsblock{
    display: flex;
}

.bj-gndfooterclientblock p{
    color: #4E80AC;
    font-size: 14px;
    line-height: 30px;
    margin-right: 20px;
}

.bj-gndfooterclientlevel{
    display: flex;
}

.bj-gndfooterclientlevel u{
    color: #205080;
    font-size: 14px;
    line-height: 30px;
    /* text-decoration: underline; */
    margin-right: 20px;
}

.bj-gndfooteriotrightbox{
    width: 60%;
    display: flex;
}

.bj-gndfooteriotbox1{
    width: 50%;
}

.bj-gndgoodux{
    width: 150px;
}

.bj-gndinsightsection, .bj-gndinsightblock{
    flex-wrap: wrap;
}


@media screen and (max-width:4000px){


    /* .bj-gndbuildlogo{
        height: 698px;
    } */

    .d-flex{
        width:1200px;
    }

    .d-flex1{
        width:1300px;
    }

    .bj-gndcardbox{
        height: 520px;
    }

    .bj-gndcardlastbox{
        margin-right: 0 !important;
    }

    .bj-gndcardtext{
        padding-top: 30px;
    }

    .bj-gndtechnologyblock{
            display: flex;
    }

    .bj-gndtechnologysection .bj-gndbuildrightlevel{
        padding-left: 0;
    }

        /* .bj-gndtechnologysection .bj-gndbuildrightlevel u{
            padding-right: 6vw;
        } */
}

@media screen and (max-width:1924px) {

    .d-flex{
        width:1200px;
    }

    .d-flex1{
        width:1300px;
    }

    .bj-gndbannerblock{
        height: 920px;
    }

    .bj-gndbuildsection{
        margin-top: 150px;
        margin-bottom: 150px;
    }

    .bj-gndcardbox{
        width: 380px;
        margin-right: 25px;
    }

    .bj-gndbuildrightlevel h6{
        padding-right: 30px;
    }

    .bj-gndiotproducttext h2{
        font-size: 36px;
    }

    .bj-gndiotproducttext p{
        font-size: 20px;
        line-height: 30px;
    }

    .bj-gndiotcardproductbox{
        width: 280px;
    }

    .bj-gndiotproducttext{
        width: 80%;
        margin-bottom: 35px;
    }

    .bj-gnddigitalbglogo{
        width: 710px;
        top: -245px;
    }

    .bj-gndaboutheaderblock h2 {
        font-size: 36px;
        line-height: 44px;
    }

}

@media screen and (max-width:1900px) {
    .bj-gndcardlogo{
        width: 100%;
    }
}

@media screen and (max-width:1800px) {

    .bj-digitallevel h2{
        font-size: 36px;
        line-height: 50px;
    }

    .bj-digitallevel p{
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 50px;
    }

    .bj-gndconnectblock p{
        font-size: 20px;
    }

    .bj-gndbannerblock{
        height: 700px;
    }

    .bj-gndconnectlevel h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .bj-gndconnectblock h2{
        font-size: 60px;
        line-height: 80px;
    }

    .bj-gndconnectblock h6{
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .bj-gndbuildlogo{
        width: 550px;
    }

    .bj-gndbuildrightlevel h2{
        font-size: 34px;
        line-height: 48px;
    }

    .bj-gndbuildrightlevel p{
        font-size: 18px;
        margin-bottom: 10px;
    }

    .bj-gndsolutionlevel h2{
        font-size: 34px;
        line-height: 46px;
    }

    .bj-gndsolutionlevel p{
        font-size: 18px;
    }

    .bj-gndcardtext h6{
        font-size: 24px;
    }

    .bj-gndcardtext p{
        font-size: 20px;
        line-height: 30px;
    }

    .bj-gndiotproducttext h2{
        font-size: 34px;
        line-height: 44px;
    }

    .bj-gndiotproducttext p{
        font-size: 18px;
        line-height: 28px;
    }

    .bj-gndiotcardproducttext h5{
        font-size: 22px;
        line-height: 32px;
    }

    .bj-gndaboutheaderblock h2 {
        font-size: 34px;
        line-height: 42px;
    }

    .bj-gndaboutheaderblock span{
        font-size: 20px;
        line-height: 30px;
    }

    .bj-gndiotsolutionboxtext h2{
        font-size: 34px;
    }

    .bj-gndiotsolutionbtn{
        width:220px;
    }
}

@media screen and (max-width:1660px){

    /* .d-flex{
        width:1299px;
    }

    .d-flex1{
        width:1299px;
    } */

    .bj-gndbannerblock{
        height: 650px;
    }

    .bj-gndconnectblock{
        width: 50%;
    }

    .bj-gndconnectlogo{
        width: 50%;
    }

    .bj-digitallevel h2{
        font-size: 34px;
        line-height: 48px;
    }

    .bj-gndconnectlevel h3{
        font-size: 22px;
        line-height: 32px;
    }

    .bj-gndbuildrightlevel h6{
        font-size: 16px;
        line-height: 32px;
    }

    .bj-gndbuildrightlevel h2{
        font-size: 32px;
        line-height: 44px;
    }

    .bj-gndsolutionlevel h2{
        font-size: 32px;
        line-height: 44px;
    }

    .bj-gndsolutionlevel p{
        font-size: 16px;
    }

    .bj-digitalproductlogo{
        width: 40px;
    }

    .bj-digitalproductboxtext p{
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 8px;
    }

    .bj-digitalproductboxtext u{
        font-size: 14px;
        line-height: 24px;
    }

    .bj-gndconnectsmartlogo{
        width: 80%;
    }

    .bj-gndbuildbtn{
        padding: 10px 25px;
    }

    .bj-gndbuildrightbox{
        padding-top: 40px;
        padding-left: 20px;
    }

    .bj-gndbuildbtn h5{
        font-size: 14px;
    }

    .bj-gndarrowbtn{
        width: 20px;
        height: 20px;
    }

    .bj-gnddiscoverbutton h5{
        font-size: 16px;
    }

    .bj-gndarrowbtnblock{
        width: 20px;
        height: 20px;
    }

    .bj-gndbuildsection{
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .bj-gndconnectblock p{
        font-size: 18px;
    }

    .bj-gndconnectblock h2{
        font-size: 50px;
        line-height: 60px;
    }

    .bj-gndconnectblock h6{
        font-size: 20px;
        line-height: 32px;
        padding-right: 12vw;
    }

    .bj-gnddiscoverbutton{
        padding: 15px 25px;
    }

    .bj-gndcardbox{
        height: 480px;
        /* padding: 0 25px; */
    }

    .bj-gndcardlogo{
        width: 100%;
        height: 260px;
        margin-top: 25px;
    }

    .bj-gndcardtext h6{
        font-size: 22px;
    }

    .bj-gndcardtext p{
        font-size: 18px;
        line-height: 28px;
    }

    /* .bj-gndiotcardproductlogo{
        height: 150px;
        margin-bottom: 20px;
    } */

    .bj-gndiotcardproducttext{
        padding: 0px 30px;
    }

    .bj-gndiotcardproducttext h5{
        font-size: 20px;
        line-height: 34px;
    }

    .bj-gndiotcardproducttext p{
        font-size: 16px;
    }

    .bj-gndiotcardproductbox{
        /* width:290px; */
        height: 470px;
    }

    /* .bj-gndcardlogo{
        width: 330px;
    } */

    ul li{
        font-size: 14px;
    }

    .bj-gnddigitalbglogo{
        width: 550px;
        top: -190px;
    }

    .bj-gndbuildrightlevel p{
        font-size: 16px;
    }

    .bj-gndiotsolutionboxtext p{
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 8px;
    }

    .bj-gndiotsolutionboxtext h2{
        font-size: 32px;
        line-height: 38px;
        padding-bottom: 10px;
    }

    .bj-gndiotsolutionboxtext u{
        font-size: 18px;
        line-height: 28px;
    }

    /* .bj-gndbluesection{
        margin-bottom: 100px;
    } */

    .bj-gndiotproductsecction{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .bj-gndaboutcompany{
        padding-top: 100px;
        padding-bottom: 100px
    }

    .bj-gndfooteriotaboutbox{
        padding-right: 50px;
    }

    .bj-gndiotproductsecction{
        margin-top: 80px;
    }

    .bj-gndiotcardproductlogo{
        /* height: 160px; */
        margin-top: 35px;
    }

    .bj-gndpartnersection{
        margin-bottom: 100px;
    }

    .bj-gndaboutheaderlevel{
        height: 200px;
        padding-top: 20px;
    }

    .bj-gndaboutheaderblock u{
        margin-bottom: 10px;
    }

    .bj-gndpartnertext{
        width: 60%;
    }

    .bj-gndiotproducttext h2{
        font-size: 32px;
        line-height: 42px;
    }

    .bj-gndiotproducttext p{
        font-size: 16px;
        line-height: 26px;
    }

    .bj-gndaboutheaderblock p{
        font-size: 18px;
        line-height: 28px;
    }

    .bj-gndaboutheaderblock h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .bj-gndaboutheaderblock u{
        font-size: 16px;
        line-height: 26px;
    }

    .bj-gndaboutheaderblock span{
        font-size: 18px;
        line-height: 28px;
    }

    .bj-gndbuildmorebtn{
        font-size: 14px;
    }

}
@media screen and (max-width:1440px) {

    .bj-digitallevel h2 {
        font-size: 32px;
        line-height: 46px;
    }
    


    .bj-digitallevel p{
        font-size: 16px;
        line-height: 26px;
    }

    .bj-gndconnectblock h6{
        font-size: 18px;
        line-height: 30px;
    }

    .bj-gndconnectblock p {
        font-size: 16px;
        line-height: 26px;
    }

    .bj-gndconnectlevel h3 {
        font-size: 20px;
    }

    .bj-gndconnectblock h2 {
        font-size: 46px;
        line-height: 58px;
    }

    .bj-gndbuildrightlevel h2{
        font-size: 30px;
        line-height: 44px;
        margin-bottom: 10px;
    }

    .bj-gndbuildlogo{
        width:500px;
    }

    .bj-gndsolutionlevel h2{
        font-size: 30px;
        line-height: 42px;
    }

    /* .bj-gndbuildrightbox{
        padding-left: 0;
    }     */

    /* .bj-gndconnectblock h6 {
        font-size: 24px;
        line-height: 34px;
    } */

    .bj-gndaboutfeedback{
        width: 120px;
        height: 120px;
        /* margin-right: 20px; */
    }

    .bj-gnddataletter{
        margin-right: 20px;
    }

    .bj-gnaboutfeedbackblock{
        width: 250px;
        height: 250px;
    }

    .bj-gndaboutfeedback [data-letters]:nth-child(1)::before{
        width: 200px;
        height: 200px;
    }

    .bj-gndbannerblock{
        height: 600px;
    }

    .bj-gndcardbox{
        height: 470px;
        margin-right:20px;
    }

    /* .bj-gndcardlogo{
        height: 260px;
    } */

    .bj-gndiotcardproductbox{
        width: 260px;
        height: 440px;
    }

    .bj-gndfooteriotbox p{
        font-size: 14px;
    }

    .bj-gndcardtext h6{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .bj-gndcardtext p{
        font-size: 16px;
        line-height: 26px;
    }

    .bj-gndiotproducttext h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .bj-gndaboutheaderblock p{
        font-size: 16px;
        line-height: 26px;
    }

    .bj-gndaboutheaderblock h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .bj-gndiotsolutionboxtext h2{
        font-size: 30px;
        line-height: 36px;
    }

    .bj-gndiotsolutionbtn{
        width:200px;
        padding: 12px 0;
    }
}

@media screen and (max-width:1366px) {
    ul li {
        font-size: 12px;
    }
    .d-flex{
        width:100%;
    }

    .d-flex1{
        width:100%;
    }

    .pb-1{
        padding: 0px 50px;
    }

    .bj-gndbannerblock{
        height: 550px;
    }

    .bj-gndconnectlevel{
        padding-left: 30px;
    }

    .bj-gndcardbox{
        width: 380px;
    }

    .slick-dots{
        right:20px;
    }

    .bj-gndbuildrightbox{
        padding-top: 30px;
    }

    /* .bj-gndbuildlogo{
        width: 450px;
    } */

    .bj-gndconnectblock h2{
        font-size: 40px;
        line-height: 52px;
    }

    .bj-gndconnectblock u{
        font-size: 24px;
    }

    .bj-gndconnectlevel h3{
        font-size: 18px;
    }

    .bj-gnddiscoverbutton{
        padding: 10px 20px;
    }

    .bj-gndclientlogolevel{
        justify-content: center;
    }

    .bj-gndcardblock{
        justify-content: center;
    }

    .bj-gndbutton{
        font-size: 14px;
    }

    .bj-gndsolutionlevel p{
        margin-bottom: 30px;
    }

    .bj-gndbuildsection{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    /* .bj-gndbluesection{
        margin-bottom: 80px;
    } */

    .bj-gndbuildrightlevel h6{
        line-height: 30px;
        /* padding-right: 40px; */
    }

    .bj-gndsloutionblock{
        margin-bottom: 80px;
    }

    .bj-gndiotproductsecction{
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .bj-gndiotproducttext p{
        padding-right: 20px;
    }

    .bj-gndbluebox{
        width: 300px;
    }

    .bj-gndiotcardproductbox{
        width: 285px;
        /* height: 420px; */
    }

    .bj-gndiotcardproducttext h5{
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .bj-gndiotcardproducttext p{
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        padding: 0px 25px;
    }

    .bj-gndaboutcompany{
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .bj-gndfooteriotsolution{
        background-size: contain;
    }

    .bj-gndfooteriotaboutbox u{
        font-size: 14px;
    }

    .bj-gndphonelogoblock{
        font-size: 14px;
    }

    .bj-gndfooteriotcontactbox ul li{
        font-size: 14px;
    }

    .bj-gndsubscribeblock u{
        font-size: 14px;
    }

    /* .bj-gndbuildrightlevel{
        padding-top: 20px;
        padding-left: 30px;
    } */


    .bj-gndarrowbtn{
        width: 20px;
        height: 20px;
    }

    .bj-gndnewletter{
        padding: 10px 20px;
        width: 180px;
    }

    .bj-gndconnectblock h6{
        font-size: 16px;
        line-height: 26px;
    }

    .bj-gnddiscoverbutton h5{
        font-size: 14px;
    }

    .bj-gndarrowbtnblock{
        width: 20px;
        height:20px;
    }

    .bj-gndaboutheaderblock span{
        font-size: 16px;
        line-height: 26px;
    }

    .bj-gndpartnertext{
        width: 50%;
    }

}

@media screen and (max-width:1290px) {

    .pb-1{
        padding: 0px 50px;
    }

    ul li{
        font-size: 13px;
        padding-right: 20px;
    }

    .bj-gndbutton{
        font-size: 13px;
    }

    .bj-digitallevel h2{
        font-size: 30px;
        line-height: 42px;
    }

    .bj-gndbuildrightlevel p{
        font-size: 14px;
        margin-bottom: 15px;
    }

    .bj-gndcardbox{
        width: 350px;
        height: 440px;
    }

    .bj-gndiotcardproductbox{
        width: 250px;
        height: 440px;
    }

    .bj-gndaboutfeedback{
        width: 100px;
        height: 100px;
    }

    .bj-gnaboutfeedbackblock{
        width: 220px;
        height: 220px;
    }

    .bj-gndaboutfeedback [data-letters]:nth-child(1)::before{
        width: 180px;
        height: 180px;
    }

    [data-letters]:before{
        width: 100px;
        height: 100px;
    }

    .bj-gnddataletter{
        margin-right: 15px;
    }

    .bj-gndcardlogo{
        height: 240px;
    }
}

@media screen and (max-width:1200px) {

    .bj-digitallevel p{
        font-size: 14px;
        line-height: 24px;
    }

    .bj-gndbannerblock{
        height: 500px;
    }

    .bj-gndcardbox{
        width: 315px;
    }

    /* .bj-gndbuildlogo{
        width:400px;
    } */

    /* .bj-gndcardbox{
        width:280px;
    } */

    /* .bj-gndcardlogo{
        width:280px;
    } */

    .bj-gndcardtext p{
        font-size: 14px;
        line-height: 24px;
    }

    ul li{
        font-size: 12px;
    }

    .bj-gndbannerpatternlevel img{
        object-fit: contain;
    }

    .bj-gndbutton{
        font-size: 12px;
    }

    .bj-gndcardtext h6{
        font-size: 18px;
    }

    .bj-gndbuildlogo{
        width: 450px;
    }

    .bj-gndiotcardproductbox{
        width: 245px;
        height: 400px;
    }

    .bj-gndbuildrightlevel h2{
        font-size: 28px;
        line-height: 40px;
    }

    .bj-gndiotcardproducttext{
        padding: 0px 20px;
    }

    .bj-gndiotcardproducttext p{
        padding: 0px 15px;
    }

    .bj-gndbuildrightlevel p{
        margin-bottom: 10px;
    }

    .bj-gndbuildrightlevel h6{
        font-size: 14px;
        /* margin-bottom: 20px; */
    }

    .bj-gndiotsolutionboxtext{
        padding: 30px;
    }

    .bj-gndiotsolutiontext{
        width: 480px;
        right: 90px;
    }

    .bj-gndiotsolutionboxtext p{
        font-size: 14px;
        line-height: 22px;
    }

    .bj-gndiotsolutionboxtext h2{
        font-size: 28px;
    }

    .bj-gndiotsolutionboxtext u{
        font-size: 16px;
        line-height: 26px;
    }

    .bj-gndiotsolutionbtn{
        /* width:200px; */
        padding: 10px 20px;
    }

    .bj-gndiotsolutionbtn u{
        font-size: 14px;
    }

    .bj-gndfooteriotcontactbox ul li{
        font-size: 14px;
    }

    .bj-gndfooteriotaboutbox{
        padding: 0px 35px;
    }

    .bj-gndsubscribeblock u{
        font-size: 14px;
        text-align: center;
    }

    .bj-gndfooteriotbox p{
        line-height: 24px;
    }

    .bj-gndiotsolutionlevel{
        width:700px;
    }

    .bj-gndpartnertext{
        width:60%;
    }

    .bj-gndsolutionlevel h2{
        font-size: 28px;
        line-height: 40px;
    }

    .bj-digitallevel{
        width: 90%;
    }

    .bj-digitallevel h2{
        font-size: 28px;
        line-height: 40px;
    }

    .bj-digitalproductboxlogo{
        width: 40px;
    }

    .bj-gndsolutionlevel p{
        margin-bottom: 20px;
    }

    .bj-gndconnectblock p{
        font-size: 14px;
        line-height: 22px;
    }

    .bj-gndconnectblock h2 {
        font-size: 38px;
    }

    .bj-gndconnectblock h6 {
        /* font-size: 20px;
        line-height: 30px; */
        padding-right: 8vw;
    }

    .bj-gnddiscoverbutton h5{
        font-size: 12px;
    }


    [data-letters]:before{
        width: 100px;
        height: 100px;
    }

    [data-letters]:nth-child(4):before{
        width: 120px;
        height: 120px;
    }

    .bj-gndbuildlogo img{
        border-radius: 20px 20px 100px 20px;
    }

    .bj-gndservicesection .bj-gndbuildlogo img {
        border-radius: 100px 20px 20px 20px;
    }

    .bj-gndiotproducttext h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .bj-gndiotproducttext p{
        font-size: 14px;
        line-height: 24px;
    }

    .bj-gndaboutheaderblock p{
        font-size: 14px;
        line-height: 24px;
    }

    .bj-gndaboutheaderblock h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .bj-gndaboutheaderblock u{
        font-size: 14px;
        line-height: 24px;
    }

    .bj-gndiotsolutionsection{
        padding-bottom: 180px;
    }

    .bj-gndfooteriotbox p{
        padding-right: 50px;
    }
}

@media screen and (max-width:1150px) {

    ul li{
        font-size: 11px;
        padding-right: 15px;
    }

    .bj-gndbutton{
        font-size: 11px;
    }

    .bj-gndiotcardproductbox{
        width: 230px;
    }
}

@media screen and (max-width:1080px) {

    .bj-gndbuildlogo{
        width: 420px;
    }

    .bj-gndcardlogo{
        height: 220px;
    }

    .bj-gndsloutionblock{
        margin-bottom: 50px;
    }

    .pb-1{
        padding: 0px 30px;
    }

    /* ul li{
        padding-right: 12px;
    } */

    .bj-gndheadlogo{
        width: 100px;
    }

    .bj-gndclientlogolevel{
        justify-content: flex-start;
    }

    .bj-digitalproductbox{
        margin-bottom: 20px;
    }

    .bj-digitalblock{
        margin-top: 50px;
    }

    .bj-digitalproductboxtext p{
        font-size: 16px;
    }

    .bj-gndbuildrightlevel h6{
        font-size: 14px;
        line-height: 24px;
    }

    .bj-gndbuildrightlevel h6{
        margin-bottom: 15px;
    }

    .bj-gndbuildbtn u{
        margin-bottom: 0px;
    }

    .bj-gndcardbox{
        width:300px;
        height: 420px;
    }

    /* .bj-gndcardlogo{
        width:250px;
    } */

    .bj-digitallevel{
        width: 65%;
    }

    .bj-digitallevel p{
        margin-bottom: 50px;
    }

    .bj-gndbuildsection{
        margin-top: 50px;
        margin-bottom: 50px;
    }

    /* .bj-gndbluesection{
        margin-bottom: 50px;
    } */

    .bj-gndiotproductsecction{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .bj-gndaboutcompany{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .bj-gndarrowclient{
        width: 180px;
    }

    .bj-gnddigitalbglogo{
        width: 450px;
        top: -150px;
    }

    .bj-gndfooteriotcontactbox{
        padding-left: 45px;
    }

    .bj-gndfooterclientblock p{
        font-size: 12px;
    }

    .bj-gndfooterclientlevel u{
        font-size: 12px;
        margin-right: 10px;
    }

    .bj-gndsolutionlevel p {
        font-size: 14px;
    }

    .bj-gndcardboxlevel{
        padding: 0px 20px;
    }

    .bj-gndpartnersection{
        margin-bottom: 80px;
    }

}

@media screen and (max-width:1024px) {

    .bj-gndconnectblock h2{
        line-height: 50px;
    }

    .bj-gndfooteriotaboutbox{
        padding: 0px 30px;
    }

    .bj-gndaboutheaderblock span{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

}

@media screen and (max-width:990px)  {

    .bj-gndfooteriotbox p{
        padding-right: 20px;
    }

    .active{
        color: #fff;
    }

    .bj-gndfooterfollow p{
        font-size: 14px;
    }

    header {
        height: 100px;
    }

    .bj-gndbannerblock{
        height: 460px;
    }

    .bj-gndconnectlevel h3{
        font-size: 16px;
        line-height: 26px;
    }

    .slick-dots{
        width: 100%;
        bottom: -60px;
        right: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: unset;
        flex-direction: row;
    }

    .slick-dots li{
        margin-bottom: 5px;
    }

    .bj-gndclientlogo{
        width: 120px;
        height: unset;
    }

    .bj-gndheadlogo{
        width: 80px;
    }

    .bj-gndheadlogo {
        position: relative;
        z-index: 991;
    }

    .bj-gndheadlogo a{
        position: relative;
        z-index: 991;
    }

    ul li{
        width: 80%;
        color: #fff;
        margin-bottom: 20px;
        text-align: left;
    }


    .bj-gndconnectblock{
        width: 50%;
    }

    .bj-gndconnectlogo{
        width: 50%;
    }

    .bj-gndconnectsmartlogo{
        width: 100%;
    }

    .bj-gndconnectblock h2{
        font-size: 36px;
        line-height: 46px;
    }

    .bj-gndconnectblock h6{
        font-size: 14px;
        line-height: 24px;
        padding-right: 0;
    }

    .bj-gndmenu{
        display: none;
    }

    .bj-gndbutton{
        background: transparent linear-gradient(90deg, #0062FF 0%, #0062FF 100%) 0% 0% no-repeat padding-box;
    }

    .hamburger{
        display: block;
        position: relative;
        z-index: 999;
    }

    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
        background-color: #fff;
    }

    .hamburger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
        background-color: #fff;
    }

    .nav-menutext{
        color: #fff;


    }

    .nav-menu{
        position: fixed;
        right: -100%;
        top: 0px;
        gap: 0;
        flex-direction: column;
        background-color: #3655D1;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: 0.3s;
        z-index: 999;
        justify-content: flex-start;
        padding-top: 120px;
    }

    .nav-menu.active{
        right: 0;
    }

    /* .bj-gndbuildleftlevel, .bj-gndbuildrightlevel{
        width:100%;
    } */

    .bj-gndsolutionlevel h2{
        font-size: 26px;
        line-height: 38px;
    }

    .bj-gndbuildleftlevel{
        justify-content: center;
    }

    .bj-gndcardtext {
        padding: 30px 0px 0px 0px;
    }

    /* .bj-gndcardlogo{
        width: 250px;
    } */

    .bj-gndcardbox:nth-child(2){
        margin-right: 0px;
    }

    .bj-gndcardbox:nth-child(3){
        margin-right: 15px !important;
    }

    .bj-gndcardbox:nth-child(4){
        margin-right: 0px;
        margin-bottom: 25px;
    }

    .bj-gndcardbox:nth-child(6){
        margin-right: 0px;
        margin-bottom: 0;
    }

    /* .bj-gndcardtext p{
        font-size: 18px;
    } */

    .bj-gndcardblock{
        align-items: unset;
    }

    /* .bj-gndiotcardproductbox{
        width: 210px;
    } */

    .bj-gndbuildrightbox{
        padding-top: 25px;
        padding-left: 25px;
    }

    .bj-gndbuildlogo{
        width: 380px;
    }

    .bj-gndiotcardproducttext{
        padding: 0px 15px;
    }

    .bj-gndiotcardproducttext p{
        padding: 0px;
    }

    .bj-gndiotcardproducttext p{
        font-size: 12px;
    }

    .bj-gndbuildrightlevel h2{
        margin-bottom: 10px;
    }

    .bj-gndbuildrightlevel h6{
        padding-right: 20px;
    }

    .bj-gndbuildbtn{
        padding: 10px 30px;
    }

    .bj-gndbuildbtn h5{
        font-size: 14px;
    }

    /* .bj-gndcardlogo{
        width:220px;
    } */

    .bj-gndbuildrightlevel h2{
        font-size: 26px;
        line-height: 38px;
    }

    .bj-gndtechnologysection .bj-gndbuildrightlevel h2{
        padding-right: 10px;
    }

    .bj-gndsubscribeblock{
        padding-right: 0px;
    }

    .bj-gndfooteriotcontactbox{
        padding-left: 30px;
    }

    .bj-gndiotcardproductbox{
        height: 360px;
    }

    .bj-gndiotproducttext h2 {
        font-size: 28px;
    }

    .bj-gndpartnersection{
        height: 350px;
    }

    .bj-gndaboutheaderlevel{
        height: 200px;
    }

    /* .bj-gndaboutfeedback{
        width: 80px;
        height: 80px;
    } */

    .bj-gnaboutfeedbackblock{
        width: 200px;
        height: 200px;
        margin-right: 0px;
    }

    [data-letters]:before{
        width: 80px;
        height: 80px;
    }

    .bj-gndaboutfeedback [data-letters]:nth-child(1)::before{
        width: 150px;
        height: 150px;
    }

    /* .bj-gndaboutfeedback [data-letters]:nth-child(4):before{
        width: 100px;
        height: 100px;
    } */

    .bj-gndtechnologysection .bj-gndbuildrightbox{
        padding-right: 20px;
    }

    .bj-gndiotproducttext h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .bj-gndiotcardproducttext h5{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .bj-gndaboutheaderblock h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .bj-gndaboutheaderblock u{
        padding: 0px 8vw;
    }

    .bj-gndiotsolutionlevel{
        width:600px;
    }

    .bj-gndiotsolutionbtn{
        padding: 12px;
        width: 180px;
    }

    .bj-gndiotsolutionboxtext h2{
        font-size: 26px;
        line-height: 38px;
    }

}

@media screen and (max-width:950px) {
    .bj-gndbuildblock1{
        flex-direction: column;
    }

    .bj-gndbuildleftlevel, .bj-gndbuildrightlevel{
        width: 100%;
    }
}

@media screen and (max-width:920px) {

    /* .bj-gndiotcardproductbox{
        width: 200px;
        height: 330px;
    } */

    .bj-digitallevel p{
        font-size: 12px;
    }

    .bj-gnddigitalbglogo{
        width: 400px;
        top: -140px;
    }

    .bj-gndcardtext p{
        font-size: 14px;
    }

    .bj-gndiotsolutiontext{
        right: 30px;
    }

    .bj-gndiotsolutionboxtext u{
        font-size: 14px;
        line-height: 24px;
    }

    .bj-gndcardbox:nth-child(3) {
        margin-right: 15px !important;
    }
}

@media screen and (max-width:850px) {

    .bj-gndfooteriotbox p{
        padding-right: 0;
    }

    /* .bj-gndbannerblock {
        height: 500px;
    } */

    .bj-gndfooteriotblock{
        flex-direction: column;
    }

    .bj-gndfooteriotbox{
        width: 100%;
        margin-bottom: 30px;
    }

    .bj-gndfooteriotrightbox{
        width: 100%;
        flex-wrap: wrap;
    }

    .bj-gndfooteriotcontactbox{
        padding-left: 0;
    }

    .bj-gndfooteriotaboutbox{
        padding: 0px 15px;
    }

    .bj-digitalproductboxtext p{
        /* font-size: 16px; */
        padding-bottom: 8px;
    }

    .bj-digitalproductboxtext u{
        font-size: 12px;
        line-height: 20px;
    }

    .bj-gndbuildrightlevel h2{
        font-size: 24px;
        line-height: 34px;
    }

    .bj-gndfooterclientblock{
        flex-direction: column;
    }

    .bj-gndfooterleftclientsblock{
        margin-bottom: 20px;
    }

    .bj-gndsolutionlevel h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .bj-gndsolutionlevel h2{
        font-size: 24px;
        line-height: 36px;
    }

    .bj-gndiotproducttext h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .bj-gndaboutheaderblock h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .bj-gndiotsolutionboxtext h2{
        font-size: 24px;
        line-height: 26px;
        padding-bottom: 10px;
    }

}

@media screen and (max-width:820px) {

    .bj-digitallevel p{
        margin-bottom: 80px;
    }

    .bj-gndaboutheaderlevel{
        height: 150px;
    }

    .bj-gndaboutfeedback{
        /* width: 60px;
        height: 60px; */
        margin-right: 15px;
    }

    .bj-gnaboutfeedbackblock{
        width: 160px;
        height: 160px;
        margin-right: 0px;
    }

    .bj-gndaboutfeedback [data-letters]:nth-child(1)::before{
        width:130px;
        height: 130px;
    }

    .bj-gnddataletter{
        margin-right: 10px;
    }

    .slick-dots{
        width: 100%;
        bottom: -70px;
        right: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: unset;
        flex-direction: row;
    }

    .slick-dots li{
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 780px){
    /* .bj-gndfooteriotsolution{
        padding-top: 50px;
    } */

    .bj-gndpartnertext{
        width: 70%;
    }

}

@media screen and (max-width:768px) {

    .bj-digitalproductlogo{
        width: 30px;
    }

    .bj-digitallevel{
        width: 85%;
    }

    .bj-digitallevel p{
        margin-top: 10px;
        margin-bottom: 130px;
    }

    .bj-gndbannerblock{
        height: unset;
    }

    .slick-dots{
        bottom:-30px;
    }

    .bj-gndbgconnectblock{
        justify-content: center;
        flex-direction: column-reverse;
    }

    .bj-gndconnectblock,.bj-gndconnectlogo{
        width: 100%;
        margin-bottom: 20px;
    }

    .bj-gndconnectsmartlogo {
        width: 65%;
    }

    /* .bj-gndconnectblock p{
        font-size: 16px;
        line-height: 26px;
    } */

    .bj-gndconnectblock h2{
        font-size: 34px ;
        line-height: 40px;
    }

    .bj-gndconnectblock h6{
        /* font-size: 18px;
        line-height: 28px; */
        margin-bottom: 15px;
    }


    .bj-gndbuildblock2{
        flex-direction: column-reverse;
    }

    .bj-gndbuildblock3{
        flex-direction: column;
    }

    /* .bj-gndbuildrightlevel{
        padding-left: 0vw;
        padding-top: 5vh;
    } */

    .bj-gndaboutheaderlevel{
        height: unset;
        flex-direction: column;
    }

    .bj-gndaboutfeedbackblock:nth-child(1){
        margin-bottom: 25px;
    }

    .bj-gnaboutfeedbackblock{
        margin-bottom: 30px;
    }

    .bj-gndbuildlogo {
        width: 380px;
    }

    .bj-gndbuildrightbox{
        padding-top: 40px;
    }

    .bj-gndtechnologysection .bj-gndbuildrightbox{
        padding-right: 0;
    }

    .bj-gndaboutheaderblock u{
        padding: 0px 5vw;
    }

    .bj-gndiotsolutionsection{
        padding-bottom: 150px;
    }

}

@media screen and (max-width:750px) {


    .bj-gndfooterleftclientsblock{
        margin-bottom: 10px;
    }

    .bj-gndfooteriotcontactbox ul li{
        font-size: 12px;
    }

    .bj-gndfooteriotaboutbox u{
        font-size: 12px;
    }

    .bj-gndphonelogoblock{
        font-size: 12px;
    }

    .bj-gndsubscribeblock u{
        font-size: 12px;
    }

    .bj-gndfooteriotcontactbox p{
        font-size: 14px;
    }

    .bj-gndfooteriotaboutbox p{
        font-size: 14px;
    }

    .bj-gndsubscribeblock p{
        font-size: 14px;
    }

    .bj-gndfooteriotblock{
        margin-bottom: 25px;
    }

    /* .bj-gndfooterfollow{
        margin-bottom: 40px;
    } */

}

@media screen and (max-width: 720px){
    .bj-gndiotproducttext{
        width: 100%;
    }
}

@media screen and (max-width:680px) {
    .bj-gndcardbox{
        width: 320px;
        margin-right: 0;
    }
}

@media screen and (max-width:660px) {
    .bj-gndcardbox{
        /* width: 220px; */
        /* padding: 15px; */
        height: 370px;
    }

    .bj-gndcardtext{
        padding: 20px 0 0 0;
    }

    .bj-gndcardlogo{
        height: 200px;
    }

    /* .bj-gndcardlogo{
        width: 220px;
    } */


    .bj-digitallevel {
        width: 80%;
    }

    .bj-digitallevel h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .bj-gndpartnersection{
        height: 300px;
    }

    .bj-gndaboutlastfeedback{
        margin-right: 0 !important;
    }

    .bj-gndaboutfeedback{
        width: 100px;
        height: 100px;
    }

    .bj-gnaboutfeedbackblock{
        width: 150px;
        height: 150px;
        margin-right: 0;
    }

    .bj-gndiotsolutionlevel{
        width:100%;
    }

}

@media screen and (max-width:620px) {
    .bj-gndfooterleftclientsblock{
        flex-direction: column;
        align-items: center;
    }

    .bj-gndfooterclientblock p{
        margin-right: 0;
    }

}

@media screen and (max-width:600px) {

    .pb-1{
        padding: 0px 25px;
    }
    header{
        height:80px;
    }

    .bj-gndconnectlevel h3{
        font-size: 18px;
        line-height: 28px;
    }

    .bj-gndconnectblock h2{
        font-size: 30px ;
        line-height: 40px;
    }

    .bj-gndconnectblock h6{
        /* font-size: 16px;
        line-height: 26px; */
        margin-bottom: 15px;
    }

    .bj-gndconnectlevel{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    /* .bj-gndconnectsmartlogo{
        width: 80%;
    } */

    .bj-gndgconnectlogo{
        width: 100%;
    }

    .bj-gndclientlogo{
        width: 120px;
        height: unset;
    }

    .bj-gndbuildlogo{
        width: 350px;
    }

    .bj-gndheadlogo {
        width: 60px;
    }

    .bj-gndiotcardproductbox{
        width: 250px;
    }

    .bj-gndfooteriotrightbox{
        flex-direction: column;
    }

    .bj-gndfooteriotblock{
        margin-bottom: 20px;
    }

    .bj-gndfooteriotbox1{
        width: 100%;
        margin-bottom: 15px;
    }

    .bj-gndfooteriotcontactbox{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .bj-gndfooteriotcontactbox ul li{
        text-align: center;
    }

    .bj-gndfooteriotaboutbox{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .bj-gndfooteriotaboutbox u{
        text-align: center;
    }

    .bj-gndsubscribeblock{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .bj-gndfooteriotcontactbox p{
        margin-bottom: 15px;
    }

    .bj-gndfooteriotaboutbox p{
        margin-bottom: 10px;
    }

    .bj-gndsubscribeblock p{
        margin-bottom: 10px;
    }

    .bj-gndiotcontactfooter{
        margin-top: 10px;
    }

    .bj-gndfooterfollow{
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    /* .bj-gndfooterfollow{
        margin-bottom: 40px;
    } */

    .bj-gndfooterclientblock{
        flex-direction: column;
    }

    .bj-gndfooteriotsolution{
        background-size: cover;
    }

    .bj-gnddigitalbglogo{
        width: 320px;
        top: -120px;
    }

    .bj-digitallevel p {
        margin-bottom: 120px;
    }

    .bj-gndcardtext h6{
        margin-bottom: 8px;
    }

    .bj-digitalproductlevel{
        width: 75%;
    }

    .bj-digitalproductblock{
        padding-top: 90px;
        padding-bottom: 80px;
    }

    .bj-gndiotsolutiontext{
        width: 350px;
        right:15px;
    }

    .bj-gndiotsolutionboxtext{
        padding: 20px;
    }

    .bj-gndiotsolutionbtn{
        width: 160px;
    }

    .bj-gndbuildmorebtn{
        font-size: 12px;
    }

    .bj-gndiotproducttext p{
        line-height: 24px;
    }

    /* .bj-gndcardlogo{
        width: 190px;
    } */

    .bj-gndiotproducttext{
        margin-bottom: 30px;
    }

    .bj-gndfooteriotboxlogo{
        margin-bottom: 20px;
    }

    .bj-gndfooteriotbox{
        margin-bottom: 25px;
    }

    .bj-gndbluelogo{
        display: none;
    }

    .bj-gndbluecounterlogo{
        display: block;
    }

    .bj-gnddiscoverbutton{
        width: 180px;
    }

    .bj-gnddiscoverbutton h5{
        margin-right: 10px;
    }

    .bj-gndarrowbtnblock{
        width: 18px;
        height: 18px;
    }

    .bj-gndarrowbtnblock .bj-gndarrowbtn{
        width: 18px;
        height: 18px;
    }
}

@media screen and (max-width:580px) {

    .bj-gndcardbox{
        margin-right: 10px;
    }

    .bj-gndcardbox:nth-child(3){
        margin-right: 10px !important;
    }

    .bj-digitallevel {
        width: 100%;
    }

    /* .bj-gndconnectblock{
        height: 300px;
    } */
}

@media screen and (max-width:560px) {
    .bj-gndcardbox{
        /* width: 260px; */
        margin-right: 0px;
        /* padding: 20px 15px; */
    }

    .bj-gndcardbox:nth-child(3){
        margin-right: 0px !important;
    }

    .bj-gndcardbox:nth-child(5){
        margin-bottom: 20px;
    }

}

@media screen and (max-width:520px) {
    .bj-gndconnectsmartlogo {
        width: 100%;
    }
}

@media screen and (max-width:480px) {

    /* .bj-gndbannerblock{
        height: 300px;
    } */


    /* .bj-gndiotsolutionlevel{
        width: 300px;
    } */

    .bj-gndiotsolutionlevel{
        height: 400px;
    }

    .bj-digitallevel h2{
        font-size: 26px;
    }

    .bj-digitallevel p{
        margin-top: 5px;
        /* font-size: 14px;
        line-height: 26px; */
        /* margin-bottom: 136px; */
    }

    .bj-digitalproductblock{
        padding-top: 115px;
    }

    .bj-digitalproductlevel {
        width: 80%;
    }

    .bj-gndsolutionlevel h2{
        font-size: 22px;
        line-height: 34px;
    }

    .bj-gndfooterclientblock p{
        text-align: center;
    }

    .bj-gndbuildlogo img{
        border-radius: 20px 20px 80px 20px;
    }

    .bj-gndservicesection .bj-gndbuildlogo img {
        border-radius: 80px 20px 20px 20px;
    }

    .bj-gndaboutfeedback{
        width: 70px;
        height: 70px;
    }

    .bj-gnaboutfeedbackblock{
        width: 120px;
        height: 120px;
    }

    .bj-gndbuildrightlevel h2{
        font-size: 22px;
        line-height: 32px;
    }

    .bj-gndbuildrightlevel p{
        font-size: 14px;
    }

    .bj-gndbuildrightbox{
        padding-left: 0;
    }

    .bj-gndiotproducttext h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .bj-gndaboutheaderblock h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .bj-gndaboutheaderblock u{
        padding: 0px;
    }

    .bj-gndiotsolutionboxtext h2 {
        font-size: 22px;
        line-height: 24px;
    }

    .bj-gndiotsolutionsection{
        padding-bottom: 130px;
    }

}






@media screen and (max-width:430px) {

        /* .bj-gndconnectblock{
            height: 280px;
        } */

    .bj-gndbuildlogo{
        width: 320px;
    }

    .bj-gndcardbox{
        width: 300px;
    }

    .bj-gndiotcardproductbox{
        width: 200px;
    }

    .bj-gndconnectblock p {
        margin-bottom: 5px;
    }

    .bj-gndconnectlevel h3{
        font-size: 16px;
        line-height: 26px;
    }

    .bj-gndconnectblock h6{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .bj-gnddiscoverbutton{
        width: 160px;
        padding: 10px 20px;
    }

    .bj-gnddiscoverbutton h5{
        font-size: 10px;
        margin-right: 15px;
    }

    .bj-gndclientlogoblock{
        padding: 25px 0;
    }

    .bj-gndiotsolutiontext{
        width: 280px;
        right: 0px;
        bottom: -40px;
    }

    .bj-gndiotsolutionboxtext p{
        font-size: 12px;
        padding-bottom: 10px;
    }

    .bj-gndiotsolutionboxtext h2{
        font-size: 16px;
    }

    .bj-gndiotsolutionboxtext u{
        font-size: 12px;
        line-height: 22px;
    }

    .bj-gndiotsolutionbtn{
        width:150px;
        padding: 10px;
    }
    /* #map{
        border: 2px solid red !important ;
        height: 100% !important;
    } */
    #contact-us h1 {
        font-size: 25px !important;
    }

}

@media screen and (max-width:380px) {

    .bj-gndconnectlevel{
        padding-left: 0;
    }

    .bj-gndconnectblock p{
        font-size: 12px;
    }

    .bj-gndconnectlevel h3{
        font-size: 14px;
        line-height: 24px;
    }

    .bj-gndiotsolutionlevel{
        width: 280px;
    }

    .bj-gndiotcardproductbox{
        width: 220px;
    }

    .bj-gndbuildlogo{
        width: 280px;
    }

    .bj-gndcardbox{
        width: 280px;
    }

    .bj-digitallevel h2{
        font-size: 24px;
        line-height: 36px;
    }

    .bj-gndbuildbtn{
        padding: 10px 20px;
    }

    .bj-gndbuildbtn h5{
        font-size: 14px;
    }

    .bj-gndpartnersection {
        height: 230px;
    }

    .bj-gndiotcardproductbox{
        width: 200px;
    }

    .bj-gndiotcardproductlogo{
        /* height: 140px; */
    }

    .bj-gndiotsolutionsection{
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 350px) {
    .bj-gndbuildlogo{
        width: 260px;
    }

    .bj-gndbuildrightlevel h6{
        padding-right: 10px;
    }

    .bj-gndiotproducttext p{
        padding-right: 0;
    }
}


.gateway-container {
    display: grid;
    gap: 7px;
    margin: 20px 20px;
    /* padding: 0 20px; */
    /* border: 2px solid red ; */
    grid-template-columns: repeat(2,1fr);

}

.gateway-section {
    display: flex;
    align-items: center;
     padding: 10px;
    border-radius: 5px;
    background-color: #E8EAF6;
    transition: background-color 0.3s ease;
}
.gateway-section:hover {
    background-color: #adb7eb82; /* Dark blue color */
}

.gateway-section img {
    height: 100px;
    width: 100px;
    margin-right: 20px;
    /* border: 2px solid blue; */
}


.breadcrumb {
    text-align: start;
    background: #d2e0f8;

    padding: 15px;
    width: 100%;
    display: flex;
}

.breadcrumb a {
    color: black;
    text-decoration: none;
    font-size: 15px;


}

.breadcrumb a:last-child {
    color: rgb(66, 9, 240);

}

.gateway-section .gateway-text >p {
    /* flex: 1; */
    font-size: 13px;
    /* margin: 8px 0px; */
    /* border: 2px solid green; */
}

.gateway-section h3 {
    /* color: rgb(13, 13, 233); */
    margin: 0;
    /* border: 2px solid; */
    font-size: 15px;
    color: blue;
}


.features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 95%;
    margin: auto;
    padding: 20px;

}

.feature-item {
    display: flex;
    align-items: flex-start;
    width: 90%;
    margin-bottom: 20px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    padding: 5px;
    border-radius: 8px;

}

.feature-item:hover {
    color: blue;
    border: 1px solid blue;
    background-color: #f0f8ff;
    /* Very light blue background */
}

.feature-icon {
    width: 100px;
    height: 100px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    border-radius: 50%;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.feature-content {
    max-width: calc(100% - 165px);
    margin-left: 10px;

}

.feature-title {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.feature-description {
    font-size: .8em;
    line-height: 1.4;
}

.sensor-container {
    width: 70%;
    margin: auto;
    padding: 10px;
}

.sensor-row {
    display: flex;
    padding: 8px;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 20px;
}

.sensor-name {
    width: 10%;
}

.sensor-description {
    flex: 1;
}

.sensor-name a {
    text-decoration: none;
    color: black;
}

.sensor-name a:hover {
    color: blue;
}

.features-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px; /* Adjust the gap between boxes as needed */
width: 95%;
margin: auto;
padding: 20px;

}


/* For small devices (mobile phones) */
@media (max-width: 480px) {
    /* Styles for mobile phones */
    .gateway-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;


    }
    .features-container {
        grid-template-columns: repeat(1, 1fr);
    }
  }

  /* For medium devices (tablets) */
  @media (min-width: 481px) and (max-width: 768px) {
    /* Styles for tablets */
    .gateway-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;


    }
    .features-container {
        grid-template-columns: repeat(1, 1fr);
    }
  }

  /* For large devices (laptops and small desktops) */
  @media (min-width: 769px) and (max-width: 1024px) {
    /* Styles for laptops and small desktops */
    .gateway-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;

    }
    .features-container {
        grid-template-columns: repeat(2, 1fr);
    }
  }

  /* For extra-large devices (large desktops and monitors) */
  @media (min-width: 1025px) and (max-width: 1440px) {
    /* Styles for large desktops and monitors */
    .gateway-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;

    }
    .features-container {
        grid-template-columns: repeat(2, 1fr);
    }
  }

/* For extra-large devices (large desktops and monitors) */
@media (min-width: 1441px) and (max-width: 1599px) {
    /* Styles for large desktops and monitors */
    .gateway-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;

    }
    .features-container {
        grid-template-columns: repeat(3, 1fr);
    }
  }
  /* For ultra-wide monitors and 4K displays */
  @media (min-width: 1600px) {
    /* Styles for ultra-wide and 4K displays */


    .gateway-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;

    }
    .gateway-container {
        display: grid;
        gap: 20px;
        margin: 20px 20px;
        /* padding: 0 20px; */


    }



    .gateway-section {
        display: flex;
        align-items: center;
         padding: 10px;
        /* border: 1px solid #ccc; */
        border-radius: 5px;
        background-color: #E8EAF6;


    }


    .gateway-section img {
        height: 100px;
        width: 100px;
        margin-right: 20px;
    }


    .gateway-section .gateway-text >p {
        /* flex: 1; */
        font-size: 16px;
        margin: 8px 0px;
    }


    .gateway-section h3 {
        color: rgb(13, 13, 233);
        margin: 0;
    }

    .features-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 95%;
        margin: auto;
        padding: 20px;
    }

    .feature-item {
        display: flex;
        align-items: flex-start;
        width: 90%;
        margin-bottom: 20px;
        text-decoration: none;
        color: inherit;
        transition: all 0.3s ease;
        padding: 10px;
        border-radius: 8px;
    }

    .feature-item:hover {
        color: blue;
        border: 1px solid blue;
        background-color: #f0f8ff;
        /* Very light blue background */
    }

    .feature-icon {
        width: 100px;
        height: 100px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
        border-radius: 50%;
        margin-right: 15px;
        transition: all 0.3s ease;
    }

    .feature-content {
        max-width: calc(100% - 165px);
        margin-left: 10px;

    }

    .feature-title {
        font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .feature-description {
        font-size: 1em;
        line-height: 1.4;
    }

    .sensor-container {
        width: 70%;
        margin: auto;
        padding: 10px;
    }

    .sensor-row {
        display: flex;
        padding: 8px;
        height: 100px;
        display: flex;
        align-items: center;
        padding: 20px;
    }

    .sensor-name {
        width: 10%;
    }

    .sensor-description {
        flex: 1;
    }

    .sensor-name a {
        text-decoration: none;
        color: black;
    }

    .sensor-name a:hover {
        color: blue;
    }

    .features-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px; /* Adjust the gap between boxes as needed */
width: 95%;
margin: auto;
padding: 20px;
}


  }

/* contact-us start */
#contact-us {
    margin: 2% 10%;
    text-align: center;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

#contact-us h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #333;
}

#contact-us p {
    font-size: 16px;
    color: #777;
    margin-bottom: 30px;
}

#connect-btn {
    display: inline-block;
    background: linear-gradient(to right, #2af598, #009efd);
    color: #fff;
    padding: 15px 30px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
}

#connect-btn:hover {
    background: linear-gradient(to right, #009efd, #2af598);
}
/* contact-us end */
.hyphen{
    position: relative;
    top: -3px;
}

/* General table styles
.responsive-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}

.responsive-table th, .responsive-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .responsive-table, .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr {
        display: block;
    }

    .responsive-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .responsive-table tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
        display: block;
    }

    .responsive-table td {
        border: none;
        position: relative;
        padding-left: 50%;
        text-align: right;
        white-space: nowrap;
    }

    .responsive-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 45%;
        padding-left: 10px;
        font-weight: bold;
        white-space: nowrap;
    }
}

@media screen and (max-width: 480px) {
    .responsive-table th, .responsive-table td {
        padding: 5px;
        font-size: 12px;
    }
} */


/* thinxview container grid start  */
.grid-container {
    margin-top: -2%;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 20px;
    padding: 3% 10%;
}

.grid-item {
    border: 1px solid #ddd;
    padding:20px 30px 20px 30px;
    /* padding-left: 30px; */
    text-align: left;
    transition: transform 0.3s ease, flex-grow 0.3s ease;
    background-color: rgba(255, 255, 255, 0.171);
    /* border-radius: 10px; */
}

.icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

/* Hover effect */
.grid-item:hover {
    transform: scale(1.01); /* Scale up the hovered item */
    z-index: 1; /* Bring it forward */
    /* background-color: rgba(186, 227, 252, 0.194); */
    box-shadow: rgba(149, 157, 165, 0.43) 0px 8px 24px;
}

.grid-item:not(:hover) {
    transition: background-color 0.3s ease;
    transform: scale(0.95); /* Shrink the non-hovered items */
}

/* Additional styling */
.content h3 {
    margin-top: 10px;
    font-size: 1.25rem;
}

.content p { 
    font-family: "Arial";
    padding-top: 5%;
    font-size: 1rem; /* !important is usually not recommended unless necessary */
    color: #555;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr; /* Stack on small screens */
    }
}

/* thinxview container grid end */
/* -------------------------------------------------- */
/*  solution-gride start*/
.solution-container {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5% 2%;
}

.solution-title {
    font-size: 28px;
    color: #1cb0f6;
    margin-bottom: 10px;
}

.solution-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
    color: #666;
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 0 auto;
}

.feature-box {
    background-color: white;
    padding: 30px;
    /* border-radius: 8px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

/* .feature-box:hover {
    transform: translateY(-5px);
} */

.feature-img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.feature-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

.feature-description {
    font-size: 14px;
    color: #555;
}

/* Responsive Design */
@media (min-width: 1025px) {
    .features {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
.solution-container {
    padding: 5% 10%;

}
    .features {
        grid-template-columns: repeat(1, 1fr);
    }

    .solution-title {
        font-size: 24px;
    }

    .solution-subtitle {
        font-size: 14px;
    }

    .feature-img {
        width: 50px;
        height: 50px;
    }

    .feature-title {
        font-size: 18px;
    }

    .feature-description {
        font-size: 12px;
    }
}
/*  solution-gride start*/

/* thinxview font start */
.thinxview-font{
    font-style: italic;
    /* <span class="thinxview-font">thinxview </span><sup style="font-size:12px;">®</sup> */
}
/* thinxview font end  */