
.downloads-body {
    padding: 10px 20px;
    text-align: center;
  }
  .welcome-satement {
    font-weight: normal;
    /*color: #919090;*/
    color: #424242;
  }
  .further-info-message {
    font-size: 14px !important;
    color: #919090;
  }
  .desktop-app-download-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .app-download-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .desktop-plartfom-selection {
    background-color: #1a40ece5;
    padding: 5px;
    border-radius: 10px;
    min-width: 180px;
    min-height: fit-content;
    margin: 10px;
    border: 1px solid #fff;
    color: white;
    width: 220px;
    box-shadow: 0px 0px 10px 0px black;
  }
  .plartfom-selection {
    background-color: #332929;
    padding: 5px;
    border-radius: 10px;
    min-width: 180px;
    min-height: 200px;
    margin: 10px;
    border: 1px solid #fff;
    width: 200px;
    color: white;
    box-shadow: 0px 0px 10px 0px black;
  }
  .desktop-advertising-message {
    word-wrap: anywhere;
    color: #cacaca;
    font-size: 13px !important;
    line-height: 16px !important;
  }
  .advertising-message {
    word-wrap: anywhere;
    color: #828282;
    font-size: 12px !important;
    line-height: 14px !important;
  }
  .instruction-satement {
    font-weight: normal;
    color: #646464;
    padding: 10px;
    font-size: 17px;
  }
 .os-company-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 100%;
    height: 100%;
  }
  .os-name {
    font-weight: normal;
    text-transform: none;
    font-size: 18px;
  }
  .logo-box {
    height: 48px;
    width: 48px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px #d5d5d5;
    margin: 10px auto;
    background-color: white;
  }
  .inner-wrap-details {
}
.inner-wrap-details {
  padding: 0px 5px;
  padding-bottom: 0px;
  overflow: hidden;
}
.desktop-download-app-on-appstore {
    min-width: 110px;
    display: inline-flex;
    background-color: white;
    min-height: 35px;
    margin: 5px auto;
    border-radius: 4px;
    margin-bottom: 5px;
    color: #424242;
    text-decoration: none;
    justify-content: center;
    align-items: center;
  }
.download-app-on-appstore {
  min-width: 100px;
  display: inline-flex;
  background-color: white;
  min-height: 30px;
  margin: 10px auto;
  border-radius: 4px;
  margin-bottom: 5px;
  color: black;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
.desktop-requrements-wrapper{
    color: #919090;
}
.app-requirement-heading {
    font-weight: normal;
    font-size: 16px;
    padding: 5px;
  }
  .requirement {
    color: #828282;
    font-size: 12px !important;
  }
  
.desktop-app-requirement-heading {
    color: #ffffff;
    font-weight: normal;
    font-size: 18px;
  }
  .desktop-requirement {
    word-wrap: anywhere;
    color: #cacaca;
    font-size: 12px !important;
  }
.download-app-on-appstore .store-icon {
color: #424242;
font-size: 13px;
}
.bottom-message {
    color: #919090;
    padding: 20px;
}
.features-wrapper {
    color: #919090;
    list-style: disc;
    padding: 50px 5vw;
    background-color: #262626;
    border-radius: 5px;
    margin: 10px auto;
    min-width: 280px;
  }
  .application-features-heading{
    font-weight: normal;
    color: #dfdfdf;
    padding: 10px;
  }
  .features {
    padding-left: 5px;
    list-style: disc;
    text-align: left;
  }
  .app-feature {
    padding: 4px 5px;
    font-size: 15px;
    display: flow-root list-item;
    min-width: 275px;
  }

.form-factor {
  font-size: 14px !important;
}