.HomeScreenModal {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #CCCCCC;
  z-index: 9999;
  color:#000;
    overflow-y: scroll;
}
.HomeScreenModal .HomeScreenClose {
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}
.HomeScreenContent {
  width:90%;
  float:left;
  margin-left:5%;
  padding-top:20px;
}
#homescreendesign {
  width:90%;
  float:left;
  margin-top:50px;
  margin-left:5%;
  text-align:center;
  font-size:22px;
}
#homescreendesign .makehomescreenrow{
  width:100%;
  margin-top:20px;
  list-style:none;
}

#homescreendesign .makehomescreenrow img{
  width:100%;
  max-width:150px;
}
#homescreendesign.Dark,
#homescreendesign.Light{
 background:none;
}
#homescreendesign.Dark a{
 color:#fff;
   text-decoration: none;
}
#homescreendesign.Light a{
 color:#000;
   text-decoration: none;
}
#homescreendesign.Dark .makehomescreenrow{
border-top:1px solid #F2F2F2;
padding-top:10px;
}
#homescreendesign.Light .makehomescreenrow{
border-top:1px solid #2E2E2E;
 padding-top:10px;
}
#homescreendesign.Dark .makehomescreenrow:last-child{
border-bottom:1px solid #F2F2F2;
padding-bottom:10px;
}
#homescreendesign.Light .makehomescreenrow:last-child{
border-bottom:1px solid #2E2E2E;
 padding-bottom:10px;
}
.HomeScreeniPhoneEnglish, .HomeScreeniPhoneArabic, .HomeScreenAndroidEnglish, .HomeScreenAndroidArabic {
  width:100%;
  float:left;
    text-decoration: none;
  text-align:center;
  font-size:20px;
  color:#000;
  border-top:1px solid #464646;
  padding-top:5px;
  padding-bottom:5px;
cursor:pointer;
  border-bottom:1px solid #464646;
  margin-top:40px;
}
.browsertitle {
padding-top:45px;
padding-bottom:20px;
text-align:center;
}
.browserchoose {
text-align:center;
font-size:18px;
font-weight:bold
}
.StepbyStepInstall li {
  width:100%;
  float:left;
  text-align:center;
  padding-top:0;
  padding-bottom:20px;
  list-style:none;
  border-bottom:3px dashed #3F3F3F;
}

.StepbyStepInstall li:last-child {
  border-bottom:0;
}

.StepbyStepInstall li img{
  width:100%;
}
.StepbyStepInstall li h5{
  padding-top:20px;
  margin:0;
  font-size:30px;}

@media (off_max-width:850px) {
#homescreendesign {
  display:none;
}
}

