.cre_breadcrumb{
    background: url('img/breadcrumb_bg.png');
}

.cre_footer_section{
    background-color: #2C2C2C;
}
.section-info-header{
    font-size: 40px;
    font-weight: bold;
    line-height: 3rem;
}
.smart-analytics .section-info-header{
    font-size: 28px;
    line-height: 32px;
}

.section-info-subheader{
    font-size: 24px;
    margin-top: 40px;
    font-weight: 500;
}

.section-info-request{
    padding: 15px 30px;
    background-color: #057eff;
    border-radius: 6px;
    margin-top: 40px;
}

.section-info-download{
    padding: 15px 30px;
    border-color: #057eff;
    border-radius: 6px;
    background-color: white;
    margin-left: 20px;
    margin-top: 40px;
}

.section-info-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-container .list-items{
    margin-bottom: 20px;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.we-are-here-cards{
    height: 220px !important;
    text-align: center;
}
.we-are-here-cards h2{
    margin-bottom: 20px;
}
.we-are-here-cards p{
    width: 280px;
    text-align: center;
    min-height: 125px;
    font-weight: 500;
    font-size: 20px;
}
.arrow-wrapper{
    margin-left: 6px;
    font-size: 14px;
}

/* Bhaskar added start*/
.values-list{
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    margin-top: 30px
}

.smart-ai-values{
    line-height: 40px;
}

.values-list .list-items {
    margin-bottom: 10px;
}
/* Bhaskar added end*/

@media only screen and (max-width: 990px) {
    .list-container{
        margin-top: 30px;
    }
    .values-list{
        font-size: 20px;
    }

}

@media only screen and (max-width: 728px) {
    /* Bhaskar added start*/
    .values-list{
        font-size: 18px;
    }
    /* Bhaskar added end*/

    .section-info-header{
        font-size: 21px;
        font-weight: bold;
        line-height: 2rem;
    }
    .smart-analytics .section-info-header{
        font-size: 21px;
        line-height: 2rem;
    }
    .section-info-subheader{
        font-size: 14px;
    }
    .section-info-request, .section-info-download{
        font-size: 13px;
        padding: 7px 8px;
    }
    .list-container {
        font-size: 17px;
        line-height: 27px;
    }
    .list-container .list-items{
        margin-bottom: 10px;

    }

    .section_padding{
        padding: 40px 0;
    }

    h1{
        text-align: center;
    }
    .we-are-here-cards{
        height: 240px;
    }
    .we-are-here-cards p{
        min-height: 85px;
    }
}

.smart-ai-flex-container{
    display: flex ;
    align-items: center;
}

.smart-ai-visuals{
    font-weight: 400;
    font-size: 3rem;
  }
  
  .smart-ai-visual-container{
    display: flex;
    align-items: center;
  }
  
  .smart-ai-visual-video{
    margin-left: 50px;
  }

  @media (max-width: 992px) {
    .smart-ai-visual-video{
        margin-left: 0px;
      }
      .smart-ai-visual-container{
        display: flex;
        align-items: center;
        justify-content: center;
      }
    
      .smart-ai-visuals{
        font-weight: 400;
        font-size: 2.5rem;
        text-align: center;
      }
      .smart-ai-flex-container{
        display: block ;
    }
  }
  