.ios-user-main{
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-top: 64px;
    padding: 40px;
    background: #fff;
    border-radius: 16px;
  }
  .ios-user-main:nth-child(3), .ios-user-main:nth-child(4){
    margin-top: 40px;
  }
  .ios-user-main img{
    width: 32px;
  }
  .ios-user-left{
    display: flex;
    align-items: center;
    flex: 0 0 26.9%;
  }
  .ios-user-left h2{
    font-size: 24px;
    line-height: 32px;
    font-family: 'Avenir Next LT W01 Bold';
    font-weight: normal;
    color:#222;
    margin:0;
    margin-left: 16px;
  }
  .ios-user-right{
    display: flex;
    align-items: center;
    flex: 0 0 69.2%;
    justify-content: space-between;
    flex-direction: column;
  }
  .ios-user-right .ios-user-right-inner:first-child{
    padding-top: 0px;
  }
  .ios-user-right-inner{
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    padding: 16px 0px;
  }
  .ios-user-right .ios-user-right-inner:last-child{
    border-bottom: 0px;
    padding-bottom: 0;
  }
  .ios-user-right-inner div{
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .ios-user-right div a{
    font-size: 16px;
    line-height: 24px;
    font-family: 'AvenirNextLTW01-Medium';
    color:#008392;
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  .ios-user-right div a span{
    margin-right: 16px;
  }
  .ios-user-right div a:hover{
    text-decoration: underline;
    /* fill: #f75961; */
  }
  .ios-user-right div img{
  }
  .ios-user-right div p{
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color:#222;
  }
  .pink-shadow, .yellow-shadow, .purple-shadow, .blue-shadow{
    position: absolute;
    z-index: -1;
  }
  .pink-shadow{
    top: -9%;
    left: -18%;
    width: 77%;
  }
  .yellow-shadow{
    top: -12%;
    right: -23%;
    width: 66%;
  }
  .purple-shadow{
    bottom: 13%;
    left: -20%;
    width: 55%;
  }
  .blue-shadow{
    bottom: 13%;
    right: -17%;
    width: 65%;
  }

  .main-footer {
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between;
      padding: 64px 20px 50px;
      width: 100%;
      max-width: 1200px;
      z-index: 9;
      margin: 0 auto;
  }
  .main-footer a{
    font-size: 12px;
    line-height: 24px;
    color: #686868;
  }
  .footer-one {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      flex-direction: column !important;
      -webkit-box-pack: justify;
      justify-content: space-between;
  }
  p.copyrights {
    margin-top: 0px;
    font-size: 12px;
    color: #686868;
    font-family: avenirnextltw01-medium;
    font-weight: 400;
    /* height: 40px; */
    /* display: -webkit-box;
    display: flex; */
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    /* -webkit-box-align: end;
    align-items: flex-end; */
    margin-bottom: 0px;
}
.footer-third-col{
  display: flex;
  align-items: center;
  justify-content: end;
}
.footer-third-col span{
  margin: 0px 8px;
}
@media (min-width: 1600px) {
    .app-downloads {
        width: 1240px;
    }
    .main-footer{
      max-width: 1240px;
    }
}

  @media screen and (min-width: 992px) {
      .menu-footer3-container, ul.footmypcomm, .menu-footer2-container, ul.toddeveul, .menu-footer1-container {
          display: block !important;
      }
  }
  @media screen and (min-width: 768px) {
    .main-footer {
      border-top: 1px solid #EBEBEB;
      margin-top:50px;
      padding: 45px 20px 45px;
      align-items: center;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }
    .main-footer a:nth-child(2) {
        text-align: center;
    }
    .main-footer a:nth-child(3) {
        text-align: right;
    }
  }
  @media (max-width: 1120px) {
    .app-downloads, .main-footer{
      max-width: 90%;
      width: 90%;
      padding-left: 30px;
      padding-right:30px;
    }
  }
  @media (max-width: 991px) {
    body{
      position: relative;
    }
    .yellow-shadow{
      display: none;
    }
    .purple-shadow {
        bottom: unset;
        top: 27%;
        left: -20%;
        width: 55%;
    }
    .blue-shadow {
        right: 0;
        overflow-x: hidden;
        /* transform: translateX(32%); */
        bottom: 0%;
    }
    .app-downloads, .main-footer{
      max-width: 100%;
      width: 94%;
      padding-left: 24px;
      padding-right: 24px;
    }
    .ios-user-main{
      flex-direction: column;
    }
    .ios-user-right{
      display: block;
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    header a.cta-btn{
      display: none;
    }
    .app-downloads{
      padding:16px 24px 20px 24px;
    }
    .app-downloads h1{
      font-size: 32px;
      line-height: 40px;
      max-width: 320px;
    }
    .app-downloads-heading p{
      font-size: 14px;
      line-height: 28px;
      max-width: 320px;
    }
    .app-downloads, .main-footer{
      width:88%;
    }
    .main-footer {
        flex-wrap: wrap;
        /* flex-direction: column !important; */
        justify-items: center;
        place-content: center;
        grid-gap: 20px 15px !important;
        padding: 35px 20px 50px !important;
        align-items: center;
    }
    .ios-user-main{
      margin-top:32px;
      padding: 16px;
      gap: 24px;
      border-radius: 8px;
    }
    .ios-user-main img {
        width: 24px;
    }
    .pink-shadow {
        top: -7%;
        left: -43%;
        width: 159%;
        opacity: 0.7;
    }
    .purple-shadow {
      bottom: unset;
      top: 26%;
      left: -62%;
      width: 182%;
    }
    .blue-shadow {
      right: -49%;
      overflow-x: hidden;
      /* transform: translateX(32%); */
      bottom: 8%;
      opacity: 0.7;
      width: 154%;
    }
    .ios-user-left h2 {
      font-size: 16px;
      line-height: 24px;
    }
    .ios-user-right-inner{
      padding: 12px 0px;
    }
    .ios-user-right div p, .ios-user-right div a{
      font-size: 16px;
      line-height: 28px;
    }
    .ios-user-right-inner div{
      gap:10px;
    }
    .note{
      font-size: 16px;
      line-height: 28px;
      margin-top: 32px;
    }
  }
  @media (max-width: 400px) {
    .ios-user-right div p, .ios-user-right div a {
        font-size: 14px;
        line-height: 24px;
    }
    .app-downloads, .main-footer {
        width: 87%;
    }
  }
  @media (max-width: 362px) {
    .ios-user-right div p, .ios-user-right div a {
        font-size: 12px;
        line-height: 22px;
    }
  }
