/* CSS Document */
body{
    font-size:11px;
    font-family:"Lucida Grande",Verdana,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;

}






/*TOOLBAR*/

header {
    width: 100%;
    height: 50px;
    background: #E91E63;
}

.menu_btn {
    height: 50px;
    width: 50px;
    background: url(../images/menu.png);
    background-size: 30px 17px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    float: left;
}

.index_btn {
    height: 50px;
    width: 50px;
    background: url(../view/home.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    float: right;
}

.back_btn {
    height: 50px;
    width: 50px;
    background: url(../view/arrow.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    float: left;
}
.home_btn:hover,
.menu_btn:hover, .back_btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.content {
    width: 100%;
    height: 135px;
    margin: 10px 0px auto;
    text-align: center;
    padding: 10px;
}

.content>a {
    display: block;
    color: #fff;
}

.thumb-holder {
    margin: 0 auto;
}

.thumb-holder>img {
    height: 70px;
    width: 70px;
    padding: 3px;
    border-radius: 4px;
    background-color: #fff;
}

.title {
    display: block;
    text-align: center;
    max-width: 120px;
    margin-right: auto;
    margin-left: auto;
    text-transform: uppercase;
    margin-top: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 4px;
    border-radius: 4px;
    font-size: 14px;
}

.snap-content {
    z-index: 3;
    background-color: #e8e8e8;
}

.snap-drawer-left {
    background-color: #222;
    z-index: 2;
}

.menu-list>ul>li>a {
    padding: 12px;
    border-bottom: solid 1px #000;
    color: #fff;
    display: block;
}

.menu-list>ul>li:hover {
    background-color: #000;
}



















.gototop{
  position: fixed;
  display: block;
  box-sizing: border-box;
  height: 45px;
  width: 45px;
  border: none;
  background-image: linear-gradient(134deg, #00FFA3 0%, #4BAEF7 100%);
  border-radius:15px; 
  outline: none;
  opacity: 0;
  transition: opacity .3s ease, margin-right .5s ease-out;
  align-items: center;
  justify-content: center;
  bottom: 10%;
  right:30px;
}
 
.visible{
  transition: opacity .3s ease, margin-right .5s ease-out;
  margin-right: 0px;
  opacity: .6;
}
 
.gototop::before, .gototop::after{
  content: '';
  position: absolute;
  height: 17px;
  width: 2px;
  background-color: #fff;
  top: 13px;
}
.gototop::before{
  left: 16px;
  transform: rotate(45deg);
}
.gototop::after{
  right: 16px;
  transform: rotate(-45deg);
}

/* 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;
}






.topsite_home{
	padding : 5px 0px 5px 0px;
	
}

.topsite_content_homerow {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    text-align: center !important;
}

.topsite_content_home{
	float: left;
	width: 25%;
}

.topsite_content_homebox{
    border-radius: 5px;
	text-align: center !important;
	margin:5px 5px 0px 5px;
	padding : 10px 5px 10px 5px;
}

.topsite_content_homebox:hover {
box-shadow: 0 0 11px rgba(33,33,33,.2);
}


.homei{
	width: 100%;
	float: left;
	margin:0px;
	text-align: center;
}
.homei img{
	float: initial !important;
	width: 45% !important;
	max-width:40px!important;
	text-align: center !important;
	justify-content: center;
    text-align: center;
	border-radius: 8px;
}

.homep {
	float: left;
	width: 100%;
	margin:0px;
	padding: 0px;
	text-align: center;
	float: initial !important;
	font-size:auto;
}

.homep p{

	padding:5px 0px 0px 0px !important; 
	color: #2a2a2a;
    float: initial !important;
	width: 100%;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
 
}


.topsite_content {
    float: left;
    width: 100%;
    padding: 10px 0px 10px 0px;
    text-align: center !important;
}

.logo{
	width: 100%;
	float: left;
	margin:0px;
	text-align: center;
}
.logo img{
	float: initial !important;
	width: 40px !important;
	text-align: center !important;
	border-radius: 8px;
}
.name {
	float: left;
	width: 100%;
	margin:0px;
	padding: 0px;
	text-align: center;
}
.name p{
	font-size: 12px !important;
	padding: 8px 0px 0px 0px !important; 
	color: #2a2a2a;
	width: 100%;
	line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}


.shopping_content{
	float: left;
	width: 25%;
}

.shopping_content_left{
	float: left;
	width: 25%;
}


.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;
}
 .site_box {
    background-color: #ffffff;
    border-radius: 5px 37px 5px 5px;
    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;
    display: flex;
    margin: 2px 8px 8px 8px;
    max-width: 800px;	
}

a{
	text-decoration: none;
	color: #2a2a2a;	
}
.pramotion {
    border-radius: 10px;
    background: #fff;
    width:100%;
	box-shadow: 0 3px 28px -5px rgba(1,1,1,0.34);
}

.wrap{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top{
	border-top: 2px solid #00adab;
}
.top img{
	width: 35px;
	float: left;
}
.top p{
	float: left;
	margin:8px 0px; 
}

.colorbox{
    border-radius: 5px 50px 5px 50px;
    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:12px 0px 12px 0px;
	font-size:14px;
    background-image: linear-gradient(134deg, #00FFA3 0%, #4BAEF7 100%);
}
.red{
background-image: linear-gradient(134deg, #00FFA3 0%, #4BAEF7 100%);
}

.sportbox {
background-image: linear-gradient(134deg, #00FFA3 0%, #4BAEF7 100%);
}
.utilitybox{
background-image: linear-gradient(134deg, #00FFA3 0%, #4BAEF7 100%);
}


.topsite_row{
	padding:10px 10px;
	font-size: 16px;
	color: #2a2a2a;
	border-bottom: solid 1px #dfdfdf;
	height: 30px;

}


.topsite_content_left{
	float: left;
	width: 33.33%;
}
.cricket_content_left{
	float: left;
	width: 28%;
	background-color: #ececec;
	margin:0px 8px 0px 8px;	
	border-radius:50px;
}

.cricket_content_left p{
	text-align: center !important;
	float: none !important;

}
.travel_content_left{
	float: left;
	width: 33.33%;
}

.topsite_content img{
	float: left;
	width: 25px;
	margin:0px 8px 0px 10px;
	text-align: center !important;
	border-radius: 8px;
}
.topsite_content p{
	font-size: 10px;
	float: left;
	margin:0px;
	padding: 6px 3px;
	color: #2a2a2a; 
}

.ads {
    background-color: #e4e4e4;
    color: #a9a4a4;
    margin: 3px 0;
    padding: 30px 0 15px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.advertisement {
	display: block;
    left: 0;
    position: absolute;
    top: 10px;
	margin-bottom: 10px;
    width: 100%;
}

@media only screen and (max-width:768px) { 
body{margin: 0px; padding: 0px;}
#vcard{width: 100%;}
#header, img{width: 100%;}

}


.navb dd {
    margin: 0 3px;
    padding: 0px 10px 8px;
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
}
.navb dd img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.navb dt {
    height: 2px;
    line-height: 0;
    background: #ff3838;
}
* {
    padding: 0;
    margin: 0;
}
dl {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
div {
    display: block;
}
.list-three-gray {
    margin: 0 5px;
}
.list-three-gray li {
    padding: 0;
}
.list-three a, .list-three-ic a, .list-three-gray li {
    width: 33.3333%;
    padding: 8px 0;
    text-align: center;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-three-gray li a {
    margin:2px 5px 0px 5px;
    background: #ececec;
	color:#171e2f;
    display: block;
    line-height: normal;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	 border-radius: 50px;
}
.topsite_content_homebox_bottom{
    box-shadow: inset 0 0 0 0px red, 0 2px 8px rgba(62,81,181,0.3);
    background-image: linear-gradient(134deg, #00FFA3 0%, #4BAEF7 100%);
}
.topsite_content_homebox_bottoms{
	margin:10px 15px 10px 15px;
	border-radius: 10px;
     font-size:13px;
    background:white;
    border: 2px solid #ffffff;
}
.topsite_content_homebox_bottoms:hover {
    border: 2px solid #171e2f;
}