/* Universal breakpoints */
.bottom-cta {
  background: #E6F0F5;
  padding: 60px;
  color: #3b3d49; }
  @media (max-width: 767px) {
    .bottom-cta {
      margin-top: 0px;
      padding: 20px 30px; } }
  .bottom-cta .heading-1 { /* h1 replaced with h2 so added class */
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .bottom-cta .heading-1 {  /* h1 replaced with h2 so added heading-1 class */
        text-align: left;
        width: 400px;
        max-width: 100%;
        margin: auto;
        margin-bottom: 30px;
        line-height: 40px; } }
  .bottom-cta h2 {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .bottom-cta h2 {
        line-height: 32px; } }
  .bottom-cta .flex {
    max-width: 1000px;
    margin: auto;
    gap: 68px; }
    @media (max-width: 991px) {
      .bottom-cta .flex {
        flex-direction: column-reverse;
        gap: 40px; } }
    @media (min-width: 992px) {
      .bottom-cta .flex > div {
        flex: 1; } }
  .bottom-cta .app-store-buttons img {
    height: 100%;
    width: 150px; }
  @media (max-width: 767px) {
    .bottom-cta .app-store-buttons {
      justify-content: center; } }
  .bottom-cta .phone-mockup {
    height: 350px;
    width: auto;
    overflow: hidden;
    border-bottom-left-radius: 24px;
    background-color: #006b9f;
    display: flex;
    justify-content: center; }
    @media (max-width: 767px) {
      .bottom-cta .phone-mockup {
        height: 215px;
        width: 300px;
        max-width: 100%;
        margin: auto; } }
    .bottom-cta .phone-mockup img {
      margin-left: 30px;
      height: 135%;
      width: auto; }
      @media (max-width: 1079px) {
        .bottom-cta .phone-mockup img {
          height: 115%; } }
      @media (max-width: 767px) {
        .bottom-cta .phone-mockup img {
          height: 100%; } }

.app-store-buttons {
  height: 46px;
  display: flex;
  gap: 0px !important; /* to fix issue in sauce lab -deepmala */
  }
  .app-store-buttons a:first-child{
	  margin-right:20px !important;
	  width:160px;
  }
  
  .app-store-buttons img {
    height: 100%;
    width: auto; }
  @media (max-width: 479px) {
    .app-store-buttons {
      width: 100%;
      height: auto; }
      .app-store-buttons img {
        flex-shrink: 1;
        min-width: 0;
        height: auto; } }

