body{
    font-family: "Montserrat", sans-serif;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    float: none;
    align-content: center;
	font-size:12px;
}

.topsite_home{
	padding : 4px 0 0px 8px;
}
 .site_box {
    background-color: #F9F9F9;
    border-radius: 10px;
    flex-direction: column;
    box-shadow: inset 0 0 0 0px red, 0 2px 8px rgba(62,81,181,0.3);
    align-content: center;
    justify-content: center;
    margin: 8px 8px 0px 8px;
    max-width: 800px;
	padding: 0px 0px 4px 8px;
}
.site_box_title{
	border-radius: 10px;
    flex-direction: column;
    box-shadow: inset 0 0 0 0px red, 0 2px 8px rgba(62,81,181,0.3);
    align-content: center;
    justify-content: center;
    padding: 8px 0px 8px 0px;
	margin: 8px 8px 4px 0px;
    font-size: 16px;
    background-image: linear-gradient(134deg, #00FFA4 0%, #4AAFF7 100%);
}

.app_box{
	float: left;
	width: 25%;
	transition:all 0s;
}
.app_box_btn {
    padding: 0px;
    border-radius: 10px;
	text-align: center !important;
	margin:4px 8px 4px 0px;
	box-shadow: 0px 1px 2px 0px rgba(60,64,67,0.3), 0px 1px 3px 1px rgba(60,64,67,0.15);
	background: #ffffff;
	border: 2px solid #ffffff;
}
.app_box_btn:hover{
    box-shadow: 0px 2px 3px 0px rgba(60,64,67,0.3), 0px 6px 10px 4px rgba(60,64,67,0.15) , 0px 0px 11px rgba(33,33,33,.2);
	border: 2px solid #1E293F;
}
.app_box_design {
    border-radius: 10px;
    text-align: center!important;
    padding: 5px;
    transition: all 0s;
}
.homei{
	width: 100%;
	float: left;
	margin:0px;
	text-align: center;
}
.app_box_btn img{
	border-radius: 10px;
	float: initial !important;
	width: 90% !important;
	max-width:40px!important;
	text-align: center !important;
	justify-content: center;
}
.homep {
	width: 100%;
	margin:0px;
	padding: 0px;
	text-align: center;
	float: initial !important;
}
.homep p{
	padding:2px 0px 0px 0px !important; 
	color: #1E293F;
    float: initial !important;
	width: 100%;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: bold;
}
a{
	text-decoration: none;
	color: #1E293F;	
}

* {
    padding: 0;
    margin: 0;
}

/* App Pramotion Ads */

.pramotionbox1{
    display: block;
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    z-index: 1;
	height: auto;
	padding-bottom:3px;
}
.pramotionbox2{
    display: inline-block;
    height: auto;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;

}
.pramotionbox3 {
    display: inline-block;
	padding-left:2px;
	
}
.pramotionbox3 img{
	height:125px;
	width: auto;
	border-radius: 6px; 
	box-shadow: rgba(1, 1, 1, 0.34) 0px 3px 4px -2px;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}


/* advertisement */

.ads{
    text-align: center;
    width: 100%;
}
.ads_design{
    margin: 5px 8px 2px 8px;
	background-color: #F3F3F3;
	color: #a9a4a4;
	border-radius: 10px;
	text-align: center;
	padding: 5px 0 5px 0;
}
.advertisement {
    display: block;
    left: 0;
    top: 5px;
    margin-bottom: 5px;
    width: 100%;
}

/* bottom information about us privacy */
/*
.bottom_about{
    box-shadow: inset 0 0 0 0px red, 0 2px 8px rgba(62,81,181,0.3);
    background-image: linear-gradient(134deg, #00FFA4 0%, #4AAFF7 100%);
}*/

.bottom_about_box{
	margin:10px 15px 63px 15px;
	border-radius: 10px;
	font-size:13px;
    background:white;
    border: 2px solid #1E293F;
}
.bottom_about_box:hover {
    border: 2px solid #1E293F;
}

/* bottom fixed app categories */

.bottom_fixed{
	align-content: center;
	width: 100%;
	margin: 0 0 0 0;
    box-shadow: inset 0 0 0 0px red, 0 0px 8px rgba(62,81,181,0.34);
    max-width: 800px;
    background-color: #ffffff;
    position: fixed;
    overflow:hidden;
    bottom: 0px;
	-webkit-appearance: textfield; 
	-webkit-rtl-ordering: logical;
	border-radius: 12px 12px 0px 0px;
}
.bottom_fixed_box{
	text-decoration:none;
	width:20% !important;
	padding:10px 0;
	float:left
}
.bottom_fixed_box img{
	height:30px;
	width:30px
}
/* searchbar*/

.topspace{
	height:58px;
}
.searchbox{
  align-content: center;
  width: 100%;
  margin: 0 0 0 0; 
  box-shadow: inset 0 0 0 0px red, 0 1px 8px rgba(62,81,181,0.34);
  max-width: 800px;
  background-image: linear-gradient(134deg, #00FFA3 0%, #4BAEF7 100%);
  position: fixed;
  flex-direction: row;
  z-index: 10; 
  top: 0px; 
  border-radius: 0px 0px 12px 12px;
}

.searchforweb{
	margin: 0px 20px 0px 20px;
}

.searchforweb:hover {
  box-shadow: 0 0 11px rgba(255,255,255,10.20); 
  border-radius: 10px;
}

.search {
  height: auto;
  margin: 10px 0px 10px 0px;
  border-radius: 10px;
  overflow: hidden;
  position: relative; 
  box-shadow: inset 0 0 0 0px red, 0 0px 8px rgba(62,81,181,0.1); 
  border: 2px solid #171e2f;
  
}
  
.search .ic {
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 12px;
  top: 8px;  
}
  
.search .btn-s {
  width: 60px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: -3.5px;
  right: 0;
  color:#00FFA3;
  background:#171e2f;
  border:none;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0px;
}

.search .textbar {
  border: none;
  height: 32px;
  margin: 0 53px 0 26px; 
}

.search input[type=text] {
  width: 100%;
  border: none;
  height: 32px;
  padding: 8px 8px;
  box-sizing: border-box;
  background: transparent;
  outline: none;
}
/* auto slider pramotion */

.pramotion {
    border-radius: 10px;
    background: #fff;
    width:100%;
	box-shadow: 0 3px 28px -5px rgba(1,1,1,0.34);
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
* {
    padding: 0;
    margin: 0;
}