.gray_bg {
    padding: 60px 0;
    background-color: #f7f7f7;
}

.white_bg {
    padding: 60px 0;
    background-color: #fff;
}

.heading_commons {
    font-size: 40px;
    font-weight: 800;
    font-family: Montserrat;
    padding-top: 15px;
    color: #000;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}


.heading_commons:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    background: #00b2ff;
    width: 80px;
    height: 7px;
}

.banner_blk .banner_contant p {
    font-size: 22px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 30px;
    text-transform: uppercase;
}

.overview_contants p {
    font-size: 15px;
}

.stats-pill {
    background: #ffffff;
    border-radius: 100px;
    padding: 32px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 90px;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    margin-top: 2rem;
}

.stat {
    text-align: center;
}

.stat__value {
    font-size: 44px;
    font-weight: 400;
    line-height: 1.1;
    background: linear-gradient(90deg, #0dccff 0%, #4760ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.stat__label {
    margin-top: 4px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}



.accelerate_section {
    padding: 80px 0;
    background-color: #000;
    background-image: url(../images/accelerate-wifi8.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70%;
}

.content_text p {
    font-size: 20px;
    color: #fff;
    margin: 6px 0 0;
    font-weight: 500;
}

.contactBtn a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff !important;
    padding: 10px 40px;
    background-image: linear-gradient(90deg, #6400ff, #30adff);
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    cursor: pointer;
}

.text_common {
    color: #3a3a3a;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    margin: 0;
    font-size: 15px;
}
.extended_text{
    font-size: 31px;
}
.edge_ai_use_case {
    padding: 80px 0;
    background-color: #000;
    background-image: url(../images/edge_ai_use_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.odm_devices_Box {
    background: rgb(0 0 0 / 60%);
    padding: 25px 20px;
    min-height: 285px;
    border: 1px solid #00b2ff;
    margin-top: 40px;
}

.odm_devices_Box picture {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
}

.odm_devices_Box h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: Montserrat;
    margin: 24px 0 10px;
    color: #ffffff;
}

.odm_devices_Box p {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
}

.new_our_expertise_blog {
    margin-top: 24px;
}

.new_our_ex_blog_text h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    font-family: Montserrat;
    margin: 24px 0 0;
}

.new_our_ex_blog_text p {
    font-size: 16px;
    margin-top: 15px;
}

/* Tab pane content */

.solutions_tabing {
    margin-top: 40px;
}

.solutions_tabing .tab-content {
    padding: 35px 50px;
    border: 1px solid #77d6ff;
    margin-top: -5px;
}

.solutions_tabing .nav-tabs {
    border-bottom: 0px;
}

.tab_pane_heading {
    font-size: 24px;
    font-weight: 700;
    font-family: Montserrat;
    color: #000;
    margin: 0 0 20px;
}

.tab_pane_img img {
    width: 100%;
    height: auto;
    display: block;
}

.tab_pane_slider .carousel-control-prev,
.tab_pane_slider .carousel-control-next {
    width: 44px !important;
    height: 44px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    opacity: 1;
    transition: background 0.3s ease;
}

.tab_pane_slider .carousel-control-prev {
    left: 12px;
}

.tab_pane_slider .carousel-control-next {
    right: 12px;
}

.tab_pane_slider .carousel-control-prev:hover,
.tab_pane_slider .carousel-control-next:hover {
    background: #00b2ff;
}

.tab_pane_slider .carousel-control-prev-icon,
.tab_pane_slider .carousel-control-next-icon {
    width: 18px;
    height: 18px;
}

.tab_pane_contant {
    padding-left: 30px;
}

.tab_pane_contant p {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    margin: 0;
}

.tab_pane_subheading {
    font-size: 26px;
    font-weight: 700;
    font-family: Montserrat;
    color: #000;
    margin: 40px 0 20px;
}

.tab_pane_subheading span {
    color: #00b2ff;
}

ul.tab_pane_list {
    padding-left: 16px;
    font-size: 16px;
}

.solutions_tabing .nav-item .nav-link {
    font-weight: 600;
    color: #00b2ff;
    font-size: 15px;
    border: 0px;
}

.solutions_tabing .nav-item .nav-link.active {
    border: none;
    color: #ffffff;

    font-family: Montserrat;
    transition: all 0.3s ease;
    background: rgb(30, 87, 153);
    background: -moz-linear-gradient(left, rgba(30, 87, 153, 1) 0%, rgba(22, 98, 228, 1) 0%, rgba(4, 165, 251, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 1) 0%, rgba(22, 98, 228, 1) 0%, rgba(4, 165, 251, 1) 100%);
    background: linear-gradient(to right, rgba(30, 87, 153, 1) 0%, rgba(22, 98, 228, 1) 0%, rgba(4, 165, 251, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#04a5fb', GradientType=1);
    position: relative;
    border-radius: 0px;
}



/* ========================================================
                      INSIGHTS SECTION
   ======================================================== */
.insights_blog_services:after {
    content: "";
    display: table;
    clear: both;
}

.insights_blog_services {
    margin-top: 30px;
}

.insights_blog_services .insights_box {
    position: relative;
    float: left;
    width: 33.3%;
}

.insights_blog_services .duble_blog .insights_box {
    overflow: hidden;
}

.insights_blog_services .insights_box picture img {
    width: 100%;
}

.insights_blog_services .insights_box:after {
    background: url(../images/gradientbg-img.png);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    background-size: cover;
}

.insights_blog_services .insights_box .insights_contant {
    position: absolute;
    bottom: 20px;
    color: #fff;
    left: 20px;
    right: 20px;
    z-index: 1;
}

.insights_blog_services .single_blog {
    align-items: center;
    margin-top: 20px;
    background: #ffffff;
}

.insights_blog_services .single_blog .insights_contant h4 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
    line-height: 24px;
    margin-bottom: 0;
    min-height: 130px;
    align-items: center;
    display: flex;
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.insights_blog_services .single_blog .insights_contant span.card_date {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-family: Montserrat;
    color: rgba(0, 0, 0, 0.62);
}

.insights_blog_services .single_blog .insights_contant a.know_more {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-family: Montserrat;
}

.insights_blog_services .single_blog .insights_img {
    border: 6px solid #ececec;
}

.insights_blog_services .single_blog .insights_img img {
    width: 100%;
}

.insights_blog_services .single_blog .insights_img .blog_tage {
    left: 21px;
    top: 15px;
}

.insights_blog_services .insights_box .insights_contant h4 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 5px;
    min-height: 42px;
}

.insights_blog_services .insights_box .insights_contant span.card_date {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}

.insights_blog_services .insights_contant a.know_more {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.know_more .c_arrow {
    margin-left: 5px;
    transition: all 0.5s;
}

.know_more:hover img.c_arrow {
    margin-left: 8px;
}

.insights_blog_services .blog_tage {
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 1;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
}

.insights_blog_services .blog_tage span {
    text-transform: uppercase;
    font-weight: bold;
    font-family: Montserrat;
    color: #fff;
    padding: 3px 30px 3px 15px;
    font-size: 13px;
    display: block;
}

.single-post-blk {
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 10px 1px #efefef;
    padding: 15px 24px;
}

.single-post-blk .row {
    align-items: center;
}

.single-post-blk .card_date {
    color: #888;
    font-size: 15px;
    font-weight: 800;
    font-family: Montserrat;
}

.single-post-blk h2 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    min-height: 42px;
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 30px;
}

.single-post-blk .know_more {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.right-post-blk {
    padding-left: 20px;
    text-align: right;
}

.right-post-blk img {
    width: 100%;
}

.right-post-blk .blog_tage {
    left: 45px;
}

.mobile-view {
    display: none;
}

.ip_tracker_download_datasheet ul li a {
    cursor: pointer;
}

.right-post-blk a.know_more.mobile-view {
    display: none;
}

.smartspeaker-disclaimer {
    font-size: 13px;
    font-style: italic;
    color: #a3a3a3;
    text-align: left;
    margin-top: 30px;
}





/* media Query */

@media (min-width: 1600px) {

    .custom_container,
    .container {
        max-width: 1500px;
        margin: 0 auto;
    }

    .overview_contants p {
        font-size: 20px;
    }
}


@media (max-width: 1599px) {
  
    .heading_commons {
        font-size: 34px;
    }

    .tab_pane_heading {
        font-size: 16px;
    }

    .tab_pane_contant p {
        font-size: 16px;
    }

    .tab_pane_subheading {
        font-size: 16px;
        margin: 20px 0 15px;
    }

    .odm_devices_Box picture {
        width: 48px;
        height: 48px;
    }

    .odm_devices_Box h4 {
        font-size: 16px;
    }

    .odm_devices_Box p {
        font-size: 16px;
    }

    .new_our_ex_blog_text h3 {
        font-size: 16px;
    }

    .new_our_ex_blog_text p {
        font-size: 16px;
    }

    .content_text p {
        font-size: 16px;
    }

    ul.tab_pane_list {
        font-size: 14px;
    }

    .contactBtn a {
        font-size: 15px;
    }

    .stat__value {
        font-size: 36px;
    }

    .stat__label {
        font-size: 14px;
    }

    .stats-pill {
        max-width: 926px;
        gap: 80px;
    }
     .stat__value.extended_text{
        font-size: 25px;
    }
}

@media (max-width: 1366px) {
    .accelerate_section {
        padding: 40px 0;
    }
}

@media (max-width: 1280px) {
    .heading_commons {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .heading_commons {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .stat__value.extended_text{
     font-size: 23px;
    }
    .heading_commons {
        font-size: 24px;
    }
    .stat {
        width: 46%;
    }
    .banner_contant .heading_commons {
        font-size: 24px;
    }

    .stats-pill {
        gap: 45px 10px;
    }
}


@media (max-width: 768px) {
    .solutions_tabing .tab-content {
        padding: 35px 22px;
    }
    .tab_pane_contant p {
        margin-top: 25px;
    }
    .tab_pane_contant {
     padding-left: 0px; 
    }
    .stats-pill {
        gap: 40px 60px;
        padding: 32px 40px;

    }

    .stat__value {
        font-size: 32px;
    }

    .banner_blk .banner_contant p {
        font-size: 16px;
    }

    .solutions_tabing {
        margin-top: 0px;
    }

     .insights_blog_services .insights_box {
        width: 100%;
        margin-bottom: 20px;
    }
    .insights_blog_services .single_blog {
        margin-bottom: 0px;
    }

    .insights_blog_services .single_blog .insights_contant {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .right-post-blk {
        padding-left: 0px;
    }

    .single-post-blk {
        padding: 15px 15px;
    }

    .single-post-blk a.know_more.desktop-view {
        display: none;
    }

    .readmpsn a.know_more.desktop-view {
        display: none;
    }

    .right-post-blk a.know_more.mobile-view {
        display: block;
        float: left;
        margin-top: 20px;
    }

    .right-post-blk a.know_more.mobile-view img.c_arrow {
        width: auto;
    }
}


@media (min-width:768px) and (max-width:991px) {
    .insights_blog_services .insights_box .insights_contant {
        left: 14px;
        right: 14px;
    }

    .insights_blog_services .insights_box .insights_contant.insights_ip_tracker h4 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .insights_blog_services .insights_box {
        width: 50%;
    }
}

@media (max-width: 575px) {
      .stat__value.extended_text{
     font-size: 18px;
    }
    /* .stats-pill {
        flex-direction: column;
        gap: 24px;
    } */

    /* .stat {
        text-align: center;
    } */
    .odm_devices_Box {
        min-height: auto;
    }

    .stats-pill {
        gap: 20px 40px;
        padding: 30px 20px;
        background: none;
    }
}