/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.justify-c{

justify-content:center
}
.flx{
  max-width:1221px;
  margin:auto;
display:flex;
  flex-wrap:wrap;

}
.flx-cld{
max-width:50%;
}
span{
color:#00b2eb;
}
h2,h3,h4{
color:#000;
}
.gap{
gap:1rem;
}
.careers-banner-btn{
background-color:#00b2eb;
  padding:10px 20px;
  display:inline-block;
  margin:10px;
  color:#fff;
  
}

a..careers-banner-btn {
  color: white !important;
}

.careers-banner-btn span{
color:#fff!important;
  
}


.btn-c {
  text-align: center;
}

.btn-c .hs-button  {
  color: white !important;;
}


@media(max-width:771px){
/*   .flx{
  display:block;
    text-align:center;
  } */
.flx-cld{
max-width:100%;
}
  .flx-cld img{
display:none;
}
  .flx-cld:first-child{
  padding:40px 20px;
  }
  .bb-text {
    width: 100%;
    padding:20px;
}
  .jobs-container {
    display: block;
    padding:20px;
  }
  .corporate-slider-flx {
    display: block;
}
  .corporate-slider .corporate-slider-flx img,.corporate-slider .corporate-slider-flx div{
    padding:20px;
width:100%;
    display:block;
}
  .testimonial-flx-cld {
    max-width: 100%;
}
  .test-img img {
    width: 100%;
    padding:20px;
}
  
  @media (max-width: 771px){
    .banner-imgs{
    display:none;
    }
    
    .triange-images-container{
    display:none;
    }
    .corporate-slider-flx{
display:block!important;
}
    .values-container {
    justify-content: center;
    
}
  .job-btns a{
  display:block;
    margin-top:5px;
  }
  .test{
  right:0;
  }
}