* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}


body,
html {
    overflow-x: hidden;
}
.header_navbar {
    height: 65%;
}
.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2.3%;    
}
.navbar_logo_about {
    margin-top: 1.76%;      
    margin-left: 4%;
}

.nav {
    margin-top: 3.7%;
}

.navbar_list_about {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    text-decoration: none;
    gap: 50px;
}
.navbar_list_about > li {
    padding: 0px 0px 0px 0px;    
}
.navbar_list_about > li > a {
    text-decoration: none;
    color: black;
    font-size: 16px !important;   
}
.navbar_btn {
    margin-top: 3.9%;
    width: 10%;
}

.navbar_btn > a {
    text-decoration: none;
    background-color: #0040C1;
    border-radius: 17px;   
    color: white;
    padding: 5px 25px;
}
.navbar_btn > a:hover {
    background-color: black;
}
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 4px 0;
}

img {
    width: 100%;
    height: 100%;
}

.h2_center {
    text-align: center;
}
.bj-gndawardstartstext {
   text-align: center;
   color: #454545;
}

.bj-carousel-container {
    position: relative;
    overflow: hidden; 
    width: 100%;
}
.bj-carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out; 
    width: 100%; 
}

.bj-carousel-slide {
    flex: 0 0 100%; /* Each slide takes full width of the container */
    text-align: center;
}

.bj-dots-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.bj-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: gray;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.bj-dot.bj-active {
    background-color: blue;
}


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

.bj-gndheadlogo>img {
    height: 70%;
    width: 70%;
}

u {
    text-decoration: none;
}

button {
    outline: none;
    border: none;
    background-color: transparent;
    font-family: "Roboto";
}
.bj-gndheader {
    height: 100%;
}


.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;
}

.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;
} */
.h2_p_center {
    text-align: center;
}

.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%;
    /* margin-bottom: 7%; */
}

.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;
}
#scrollToTop {
    display: none !important;
}
@media only screen and (min-width:320px) and (max-width:479px) {
    .navbar_logo_about > img {
        margin-top: 7%;
    }

    .navbar_list_about {
        display: none;
        flex-direction: column;
        align-items: center;
        background-color: blue;
        color: white;
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        width: auto;
        border-radius: 5px;
        padding: 5px;
        z-index: 10;
        gap: 30px;
    }

    .navbar_list_about.active {
        display: flex;
    }

    .navbar_btn {
        display: none;
    }
    .menu-toggle {
        display: flex;
        display:block;
        flex-direction: column;
        justify-content: space-between;
        width: 40px;
        height: 30px;
        cursor: pointer;
        margin-top: 8%;
        margin-right: 5%;
        z-index: 1100;
        transition: transform 0.3s ease;
      }
      .menu-toggle.active .bar {
        background-color: white; 
    }
      .menu-toggle .bar {
        width: 100%;
        height: 4px;
        background-color: #333;
        border-radius: 2px;
        margin: 7px auto;
        transition: all 0.3s ease;
      }
      .menu-toggle .bar:nth-child(1) {
        width: 40px;
       }
       .menu-toggle .bar:nth-child(2) {
         width: 20px;
         margin: auto;
       }
       .menu-toggle .bar:nth-child(3) {
         width: 40px;
       }
      .menu-toggle.active .bar:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
      }
      
      .menu-toggle.active .bar:nth-child(2) {
        opacity: 0;
      }
      
      .menu-toggle.active .bar:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
      }
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all 0.3s ease;
}

.menu.open {
    display: flex;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 10px 0;
}
    /* .menu-toggle {
        display: flex;
        margin-right: 5%;
        margin-top: 7%;
    }

    .menu-toggle .bar {
        width: 30px;
        background-color: black;
    } */
/* .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all 0.3s ease;
}

.menu.open {
    display: flex;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 10px 0;
} */

/* Close button styling */
/* .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
} */
    #scrollToTop {
        display: block !important;
        position: fixed;
        height: 60px;
        width: 60px;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        background-color: #366CCC;
        /* opacity: 0.6; */
        color: white; 
        border: none;
        border-radius: 80%; 
        padding: 4px 10px;
        font-size: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        /* transition: all 0.3s ease; */
    }
    #scrollToTop > ion-icon {
        height: 50px;
        width: 30px;
    }
    /* #scrollToTop {
        display: block !important;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        background-color: transparent;
        color: black; 
        border: none;
        border-radius: 50%; 
        padding: 8px 15px;
        font-size: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        cursor: pointer;
    } */
}

@media only screen and (min-width:480px) and (max-width:700px) {
    .navbar_logo_about > img {
        margin-top: 7%;
    }

    .navbar_list_about {
        display: none;
        flex-direction: column;
        align-items: center;
        background-color: blue;
        color: white;
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        width: auto;
        border-radius: 5px;
        padding: 5px;
        z-index: 10;
        gap: 30px;
    }

    .navbar_list_about.active {
        display: flex;
    }

    .navbar_btn {
        display: none;
    }
    .menu-toggle {
        display: flex;
        display:block;
        flex-direction: column;
        justify-content: space-between;
        width: 40px;
        height: 30px;
        cursor: pointer;
        margin-top: 5%;
        margin-right: 5%;
        z-index: 1100;
        transition: transform 0.3s ease;
      }
      .menu-toggle.active .bar {
        background-color: white; 
    }
      .menu-toggle .bar {
        width: 100%;
        height: 4px;
        background-color: #333;
        border-radius: 2px;
        margin: 7px auto;
        transition: all 0.3s ease;
      }
      .menu-toggle .bar:nth-child(1) {
        width: 40px;
       }
       .menu-toggle .bar:nth-child(2) {
         width: 20px;
         margin: auto;
       }
       .menu-toggle .bar:nth-child(3) {
         width: 40px;
       }
      .menu-toggle.active .bar:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
      }
      
      .menu-toggle.active .bar:nth-child(2) {
        opacity: 0;
      }
      
      .menu-toggle.active .bar:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
      }
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all 0.3s ease;
}

.menu.open {
    display: flex;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 10px 0;
}
    /* .menu-toggle {
        display: flex;
        margin-right: 5%;
        margin-top: 5%;
    }

    .menu-toggle .bar {
        width: 30px;
        background-color: black;
    } */
   
/* .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all 0.3s ease;
}

.menu.open {
    display: flex;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 10px 0;
} */

/* Close button styling */
/* .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
} */
.bj-gndawardsrecongnitionsection .bj-gndrecongnitionlogo:last-child img {
    width: 105px;
    height: 105px;
    margin-top: 3%;
}
    #scrollToTop {
        display: block !important;
        position: fixed;
        height: 60px;
        width: 60px;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        background-color: #366CCC;
        /* opacity: 0.6; */
        color: white; 
        border: none;
        border-radius: 80%; 
        padding: 4px 10px;
        font-size: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        /* transition: all 0.3s ease; */
    }
    #scrollToTop > ion-icon {
        height: 50px;
        width: 30px;
    }
    /* #scrollToTop {
        display: block !important;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        background-color: transparent;
        color: black; 
        border: none;
        border-radius: 50%; 
        padding: 8px 15px;
        font-size: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        cursor: pointer;
    } */
}

@media only screen and (min-width:701px) and (max-width:1024px) {
    .navbar_logo_about > img {
        margin-top: 7%;
    }

    .navbar_list_about {
        display: none;
        flex-direction: column;
        align-items: center;
        background-color: blue;
        color: white;
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        width: auto;
        border-radius: 5px;
        padding: 5px;
        z-index: 10;
        gap: 30px;
    }

    .navbar_list_about.active {
        display: flex;
    }

    .navbar_btn {
        display: none;
    }
    .menu-toggle {
        display: flex;
        display:block;
        flex-direction: column;
        justify-content: space-between;
        width: 40px;
        height: 30px;
        cursor: pointer;
        margin-top: 4.5%;
        margin-right: 5%;
        z-index: 1100;
        transition: transform 0.3s ease;
      }
      .menu-toggle.active .bar {
        background-color: white; 
    }
      .menu-toggle .bar {
        width: 100%;
        height: 4px;
        background-color: #333;
        border-radius: 2px;
        margin: 7px auto;
        transition: all 0.3s ease;
      }
      .menu-toggle .bar:nth-child(1) {
       width: 40px;
      }
      .menu-toggle .bar:nth-child(2) {
        width: 20px;
        margin: auto;
      }
      .menu-toggle .bar:nth-child(3) {
        width: 40px;
      }
      .menu-toggle.active .bar:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
      }
      
      .menu-toggle.active .bar:nth-child(2) {
        opacity: 0;
      }
      
      .menu-toggle.active .bar:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
      }
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all 0.3s ease;
}

.menu.open {
    display: flex;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 10px 0;
}
    /* .menu-toggle {
        display: flex;
        margin-right: 5%;
        margin-top: 4%;
    }

    .menu-toggle .bar {
        width: 30px;
        background-color: black; */
    /* }
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all 0.3s ease;
}

.menu.open {
    display: flex;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 10px 0;
} */

/* Close button styling */
/* .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
} */
}
/* @media only screen and (min-width:1025px) and (max-width:1200px) {
    .navbar_list_about > li > a {
       font-size: 20px !important;
       }
    } */
@media only screen and (min-width:1025px) and (max-width:1440px) {
    .menu {
     display: none;
    }
    .navbar_list{
        font-size: 16px;
    }
    .navbar_btn {
        font-size: 16px;
    }
    .bj-gndawardsrecongnitionsection .bj-gndrecongnitionlogo:last-child img {
        width: 170px;
        height: 120px;
    }
}

@media only screen and (min-width: 1400px) {
    /* body {
        font-size: 22px;
    } */
    .navbar_logo_about {
        margin-top: 2%;      
    }
    .navbar_logo_about > a > img {
        height: 100%;
        width: 100%;
    }
    .nav {
        margin-top: 2.5%;
    }
    /* .navbar_list_about > li >a {
        font-size: 22px !important;
    } */
    .navbar_btn {
        margin-top: 3%;
    }
    .menu {
        display: none;
    }
}

@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-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-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;
    }

}

@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;
    }
}