.app-download-section {
    width: 90%;
    max-width: 1280px;
    margin: 195px auto;
    background: transparent linear-gradient(103deg, #00A6EF 0%, #03915E 100%) 0% 0% no-repeat padding-box;
    border-radius: 14px;
  }
  .app-download-content {
    padding: 50px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .app-text-1 {
    font-weight: 300;
    font-size: 40px;
    padding-right: 10px;
  }
  .app-text-2 {
    font-weight: 700;
    font-size: 40px;
  }
  .app-text-3 {
    font-size: 24px;
    padding-bottom: 17px;
  }
  .app-img .bg {
    position: absolute;
    right: 53px;
    top: -100px;
  }
  .app-img .app {
    position: absolute;
    right: 120px;
    top: -130px;
  }
  .app-banner-text-sec{
    display: flex;
    flex-direction: column;
    color: #ffffff;
  }
  .app-banner-row {
    display: flex;
  }
  .download-icon-margin {
    margin-right: 20px;
  }
  .copyright-section {
    background: #03915E;
  }
  .copyright-content {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 53px;
    align-items: center;
    margin-top: 50px;
    color: #ffffff;
    font-size: 12px;
  }
  .copyright-content a {
    color: #ffffff;
    text-decoration: none;
  }
  .footer-links{
    display: flex;
  }
  .footer-links a {
    margin-right: 15px;
  }
  .footer-links span {
    margin-right: 15px;
  }
  
  
  .footer-section {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .f-icon-section {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #CED1E0;
    border-left: 1px solid #CED1E0;
    margin-bottom: 50px;
  }
  .f-icon-list {
    display: flex;
    flex-direction: column;
    width: 19.88%;
    height: 100px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #CED1E0;
    border-bottom: 1px solid #CED1E0;
    text-decoration: none;
    color: #333333;
  }
  
  .f-icon-list span {
    font-size: 14px;
    padding-top: 10px;
    margin: 0 27px;
    text-align: center;
    height: 30px;
  }
  .get-in-touch {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .get-in-touch span {
    color: #333333;
    padding-right: 20px;
    font-size: 12px;
  }
  .get-in-touch a {
    padding-right: 20px;
  }
  .f-top-brands {
    line-height: 3;
    font-size: 12px;
  }
  .f-link-title {
    color: #333333;
    font-weight: 500;
  }
  .f-top-brands a {
    text-decoration: none;
    color: #7B7B7B;
  }

.app-download-content {
  padding: 50px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.app-text-1 {
  font-weight: 300;
  font-size: 40px;
  padding-right: 10px;
}
.app-text-2 {
  font-weight: 700;
  font-size: 40px;
}
.app-text-3 {
  font-size: 24px;
  padding-bottom: 17px;
}
.app-img .bg {
  position: absolute;
  right: 53px;
  top: -100px;
}
.app-img .app {
  position: absolute;
  right: 120px;
  top: -130px;
}
.app-banner-text-sec{
  display: flex;
  flex-direction: column;
  color: #ffffff;
}
.app-banner-row {
  display: flex;
}
.download-icon-margin {
  margin-right: 20px;
}
.copyright-section {
  background: #03915E;
}
.copyright-content {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 53px;
  align-items: center;
  margin-top: 50px;
  color: #ffffff;
  font-size: 12px;
}
.copyright-content a {
  color: #ffffff;
  text-decoration: none;
}
.footer-links{
  display: flex;
}
.footer-links a {
  margin-right: 15px;
}
.footer-links span {
  margin-right: 15px;
}


.footer-section {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
.f-icon-section {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #CED1E0;
  border-left: 1px solid #CED1E0;
  margin-bottom: 50px;
}
.f-icon-list {
  display: flex;
  flex-direction: column;
  width: 19.88%;
  height: 100px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #CED1E0;
  border-bottom: 1px solid #CED1E0;
  text-decoration: none;
  color: #333333;
}

.f-icon-list span {
  font-size: 14px;
  padding-top: 10px;
  margin: 0 27px;
  text-align: center;
  height: 30px;
}
.get-in-touch {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.get-in-touch span {
  color: #333333;
  padding-right: 20px;
  font-size: 12px;
}
.get-in-touch a {
  padding-right: 20px;
}
.f-top-brands {
  line-height: 3;
  font-size: 12px;
}
.f-link-title {
  color: #333333;
  font-weight: 500;
}
.f-top-brands a {
  text-decoration: none;
  color: #7B7B7B;
}
