.comp_box {
	min-width: 170px;
}
.range_lbl {
  font-weight: bold;
  left: 45%;
  position: absolute;
  top: 30px;
}
.range_data{
	float: left;
	width: 100%;
}

#search input[type="submit"] {
  float: right;
}

#search input[type=text]{
	padding: 4px 2%;
	width: 70%;
}
.center_mobs .ad_container_buy{
	width: 98%;
	margin: 10px auto 15px;
	box-shadow: none;
}
.block_wrapper .ad_container_buy{
	box-shadow: none;
}
.more_img {
	margin: 10px 5px 0 0;
}

.suggestions_style {
	background-color: white;
	z-index: 999;
	width: auto;
}
.srch_img {
	background-color: #ccc;
	padding: 1px 3px;
	position: absolute;
	right: 7px;
	top: 2px;
}
.srch_img:hover {
	cursor: pointer;
}
.cross_img {
	padding: 0 3px;
	position: absolute;
	right: 7px;
	top: 4px;
	display: none;
}
.cross_img:hover {
	cursor: pointer;
}


input[type=text],
input[type=password],
input[type=email],
textarea,
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #ccc;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
	border-radius: 2px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus,
select:focus{
    -moz-box-shadow: 0 0 5px #12b6fe;
    -webkit-box-shadow: 0 0 5px #12b6fe;
    box-shadow: 0 0 5px #12b6fe;
    border: 1px solid #12b6fe;
}
.custom-file-upload {
  background-color: #eee;
  background-image: url("/images/upload_icon.png");
  background-position: 2px 3px;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  padding: 6px 6px 6px 35px;
}
.change_able_left1{
	float: left;
	width: 59%;
	padding-left: 1%;
}
.change_able_right1{
	float: left;
	width: 39%;
	padding-left: 1%;
}
/*.center_mobs{
	margin: 0px auto; 
	max-width: 90%; 
	float: none; 
	clear: both;
}*/
.center_mobs {
  float: left;
  padding-left: 2%;
  width: 98%;
}


/*.submit_btn_cont input[type="submit"] {*/
input[type="submit"],  input[type="reset"], .button_class{
  background-color: #12b6fe;
  border: medium none;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #999;
  color: white;
  cursor: pointer;
  padding: 5px 12px;
  font-weight: bold;
  display: block;
}

.top_search{
	/*background-color: #ccc;
    background-image: url("images/search.svg");
    background-position: 99% 3px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    border: medium none;*/
    padding: 2px 0;
}
#suggestions_cont{
	background-color: #f8f8f8;
	box-shadow: 1px 5px 5px #666;
}
#suggestions_cont li{
	list-style-type: none;
	padding: 0px 5px;
	border-bottom: 1px solid #ccc;
}
ul#suggestions_cont li a{
	display: block;
}
#suggestions_cont li:hover{
	cursor: pointer;
	background-color:#09F;
	color: white;
}

ul#suggestions_cont li:hover a{
	color: white;
	/*display: table;*/
	text-decoration: none;
}
#livesearch, #livesearch1{
	position: absolute;
}
ul#suggestions_cont .search_img{
}
.center_text{
	text-align: center;
}
.comp_div1{
	float: left;
	width: 14%;
}
.comp_div2{
	float: left;
	width: 43%;
}
.comp_div3{
	float: left;
	width: 43%;
}
#suggested-readings strong{
	float: left;
	margin-top: 3px;
}
strong, b{
	font-weight: bold;
}
.submit_btn_cont{
	text-align: center; 
	width: 100%; 
	float: left; 
	padding: 5px 0px;
}
 .ul_cont{
	 float: left; 
	 width: 100%;
 }
 .ul_cont li{
	 margin-left: 15px;
	 list-style-type: square;
	 padding: 2px 0;
 }
.table_cell_one{
	float: left;
	width: 24%;
	padding: 5px 0.5%;
}
.table_cell_two{
	float: left;
	width: 24%;
	padding: 5px 0.5%;
}
.table_cell_three{
	float: left;
	width: 24%;
	padding: 5px 0.5%;
}
.table_cell_four{
	float: left;
	width: 24%;
	padding: 5px 0.5%;
}

#suggested-readings a, .link_cont_home a{
	border-right: 1px solid #000;
    float: left;
    margin: 3px 0;
    padding: 0 5px;
}
#suggested-readings a:last-child, .link_cont_home a:last-child{
	border: none;
}
#suggested-readings span, .link_cont_home span{
	float: left;
	margin-top: 5px;
}
.submit_msg{
	color:#6F0;
	font-size:18px;
	border:1px dashed red;
	padding: 5px;
	clear: both;
	text-align:center;
	position:relative;
}
.table_contents .table_cell{
	padding: 4px 0;
}
.block_s_m .table_row{
	padding: 5px 0;
}
.block_s_m .table_cell{
	margin-left: 0;
	width: 50%;
	border: none;
	font-size:14px;
}
.table_cell11{
	float: left;
	width: 85%;
}
.table_cell22{
	float: left;
	width: 13%;
	padding-left: 2%;
}
/*.five_col_table .row_table, {
	padding: 4px 0;
}*/
.specs_table .h2_class {
   background-color: #eee;
   border-bottom: 0 none;
   font-size: 115%;
   margin-bottom: 0;
   margin-left: -1%;
   margin-top: 15px;
   padding-left: 1%;
   text-transform: uppercase;
   width: 101%;
}
.comment_title > a:first-of-type{
	float: left;
}
.change_able_left, .change_able_right{
	float: left; 
	width: 49%; 
	padding-left: 1%;
}
.mobile_rate{
	float: left; 
	width: auto;
}
.ad_container{
	float: right; 
	width: auto;
}
.bdy {
    position: relative;
}
.bdy > ul {
    max-height: 300px;
    overflow-y: auto;
}
.bdy > ul > li > a {
    display: block;
    padding: 4px 2px;
}
.bdy > ul > li:hover{
	background-color: #eee;
}
.bdy > ul > li {
    border-bottom: 1px solid #ddd;
    float: left;
    list-style-type: none;
    padding: 3px 0;
    width: 100%;
}
.prc{
	float: right;
	color: black;
}
.lbl{
	float: left;
}
.specs_table{
	width: 100%; 
	float: left; 
}
.specs_table_row{
	border-bottom: 1px solid #eee;
	float: left;
	padding: 5px 0;
	width: 100%;
}
.specs_cell1{
	float: left; 
	width: 110px;
	display: table-cell;
}
.specs_cell2{
	float: left; 
	/*width: 70%;*/
	display: table-cell;
}
.left_bar_title{
	box-shadow: 1px 1px 4px rgb(136, 136, 136);
	color: #333;
	font-size: 18px;
	list-style-type: none;
	margin-bottom: 10px;
	text-align: center;
}
#logo p{
	color: white;
    font-size: 29px;
    font-weight: bold;
	text-indent: 5px;
}
.shadow_with_pad{
	box-shadow: 1px 1px 4px rgb(136, 136, 136);
	padding: 5px 1%;
	float: left;
	width: 98%;
	background-color: white;
}
.block_heading_bottom a {
	color: #049fe3;
}
/*.sbm_menu_home1 {
    left: 10px;
    padding: 0 2px;
    position: absolute;
    top: 25px;
    width: 33px;
    z-index: 3;
}
.sbm_menu_home2 {
    left: auto;
    padding: 0 2px;
    position: fixed;
    top: 45px;
    width: 33px;
    z-index: 3;
}*/
.menu ul li a {
	color: white;
	text-decoration: none;
}
/*.sbm_menu2 {
    padding: 0 2px;
    position: fixed;
    top: 40px;
	background-color: #f8f8f8;
	z-index: 11;
	margin-left: 1px;
	width: 505px;

}
.sbm_inner_1{
	float: left; 
	width: 100%; 
	background-color: #eee; 
	padding: 3px 0;
}
.inner_home_share1{
    left: 0;
    padding: 0 2px;
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 3;
}
.sbm_inner_2{
	background-color: #eee;
    bottom: 0;
    float: left;
    margin-left: 1px;
    padding: 3px 0;
    position: fixed;
    top: auto;
    width: 507px;
	 height: 55px;
}*/
/*.sbm_inner_1 .float-icon .social-sharing, .inner_home_share1 .float-icon .social-sharing{
	width: 100%;
}
.sbm_inner_2 .float-icon .social-sharing, .inner_home_share2 .float-icon .social-sharing{
	width: 100%;
}*/
.admin_left{
	width: 78%;
	padding: 0 1%;
	float: left;
}
.admin_right{
	 float: left; 
	 width: 18%;
	 padding: 5px 1%;
	 background-color: #f8f8f8;
}
.admin_right ul li{
	list-style-type: circle;
	list-style-position: inside;
	padding: 2px 0;
}
.admin_left form input[type="text"]{
	width: 50%;
}
.show_list{
	width: 100%; 
	float:left;
}
.admin_left .show_list_inside{
	margin: 3px 0;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 100%;
	text-align: center;
}

/* =======single mobile starts======== */

/*.resize #main {
	width: 650px;
	background-color:#FFFFFF;
}

.resize #side {
	voice-family: "\"}\""; 
	width: 254px;
}
*/
#side-top {
	width: 100%;
	float: left;
	text-align: left;
}

#side-left {
	width: 125px;
	float: left;
}

#side-right {
	width: 120px;
	float: left;
	border-left: solid 7px #fff;
}

.x {top:0;}

#ttl {
	margin-bottom: 9px;
}



#vote-grph dt {
	padding-bottom: 2px;
	font: 11px Arial;
	text-align: left;
}

#vote-grph dd {
	height: 20px;
}

#vote-grph tt {
	float: right;
	width: 20px;
	font: 11px Tahoma;
	text-align: right;
	margin-right: 3px;
}

#vote-grph span {
	display: block;
	float: left;
	width: 106px;
	height: 14px;
	background: url('/_images/vote-grph.gif') no-repeat;
}

#vote-grph img {
	display: table;
	margin: 2px 0 0 2px;
	height: 8px;
	background-repeat: no-repeat;
	border: solid 1px #655252;
}

#vote-grph-design span img {
	background-image: url('/_images/vote-grph-design.gif');
}

#vote-grph-features span img {
	background-image: url('/_images/vote-grph-features.gif');
}

#vote-grph-performance span img {
	background-image: url('/_images/vote-grph-performance.gif');
}

#vote-results {
	height: 20px;
	border-top: solid 1px #D9CDCC;
	border-bottom: solid 1px #D9CDCC;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

#vote-results dt,
#vote-results dd {
	display: inline;
	float: left;
	padding: 2px 2px 2px 0;
	font-size: 11px;
}

#vote-results dd {
	padding-right: 4px;
}

#vote-rate {
	padding: 4px 0;
	border-bottom: solid 1px #D9CDCC;
}

#vote-rate select {
	width: 38px;
	color: #fff;
	font-size: 11px;
}

#vote-rate-design {
	background: #EA4C4C;
}

#vote-rate-features {
	background: #3597E2;
}

#vote-rate-performance {
	background: #8DCF37;
}

#vote-submit {
	padding: 4px 0;
	margin-top: 5px;
}

#vote-submit span {
	float: left;
}


/*#content-container {
	float: left;
	clear: right;
	border-left: solid 9px #fff;
	voice-family: "\"}\""; 
	width: 476px;
}*/

#specs-list {
	/*border-bottom: solid 9px #fff;*/
	margin: 5px 0 15px;
	float: left;
}

#specs-list p {
	padding: 4px 0.6%;
	font-size: 12px;
	background: #F1F0E5;
	border-bottom: solid 1px #fff;
}

#specs-list p a {
	color: #7D7464;
	text-decoration: underline;
}

#specs-list table {
	background: #F1F0E5;
	border-top: solid 1px #F1F0E5;
	border-bottom: solid 1px #fff;
}

#specs-list caption {
	display: none;
}

#specs-list th,
#specs-list td {
	padding: 1px 1px;
	font: 12px Arial;
	vertical-align: top;
}

#specs-list th {
	width: 70px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4B3C23;
	border-right: solid 1px #fff;
}

#specs-list td {
	background: #F7F6F1;
	border-bottom: solid 1px #F1F0E5;
}

#specs-list td.ttl {
	width: 80px;
	font-weight: bold;
	color: #7D7464;
}

#specs-list td.ttl a {
	color: #7D7464;
}

#specs-list td.nfo ul {
	margin-left: 16px;
}

#specs-list td.nfo a {
	color: #7D7464;
	text-decoration: underline;
}

#specs-list td.nfo li {
	padding: 1px 0;
	list-style-type: disc;
}
/*#all-phones ul {
	height: 500px; 
	overflow: auto;
}*/
.block{
	background-color: #f8f8f8;
}
.under_rating_links{
	/*float: left;
	width: 139px;*/
	width: 100%;
	margin-top: 15px;
	clear: both;
}
.under_rating_links li{
	background: rgba(0, 0, 0, 0) url("/_images/li-sellers.gif") no-repeat scroll 0 8px;
	list-style-type: none;
	padding: 3px 0 3px 10px;
}

.used_in_tab1{
	float: left; 
	width: 135px; 
	margin-left: 10px; 
	margin-right: 0px; 
	padding: 5px; 
	border: 1px solid rgb(204, 204, 204); 
	border-radius: 3px;
}
.used_in_tab2{
	margin-left: 3px; 
}
.validation{
	color: red;
}
.btn_container, .btn_container1{
	width: 200px; 
	padding: 2px 0; 
	text-align:center;
}
.side_ad{
	display: block;
}
/* ======single mobile ends ========= */
/* =========== New admin page end ============ */
/* ========= Mobile-phone starts ========= */
.mobile_specs{
	float: left; 
	width: 100%;
}
.table_row{
	border-bottom: 1px solid #ccc; 
	float: left; 
	width: 100%;
}
/*.mbl_spcs_div1{
	float: left; 
	width: 20%; 
	font-weight: bold;
	background-color: #ccc;
}
.mbl_spcs_div2{
	float: left; 
	width: 20%; 
	font-weight: bold;
	background-color: #eee;
}
.mbl_spcs_div3{
	float: left; 
	width: 60%;
	background-color: #f8f8f8;
}
*/
.rating_container {
    /*border: 1px solid #ccc;*/
    float: left;
    padding: 8px 0;
    width: 306px;
	background-color: #f8f8f8;
	box-shadow: 1px 1px 4px rgb(136, 136, 136);
}
.ad_container{
	float: left;
	width:  336px;
}
.ad_container .inner_page_ad{
	text-align: center; 
	float: left;
	margin: 0 0 10px 15px;
}
.five_col_table{
	width: 100%;
	float: left;
}
.row_table{
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 4px 0;
}
.five_col_cell1{
	width: 30%;
	float: left;
}
.five_col_cell2{
	width: 25%;
	float: left;
}
.five_col_cell3{
	width: 15%;
	float: left;
	text-align: center;
}
.five_col_fourth{
	width: 30%;
	float: left;
	text-align: center;
}
.inner_cell_fourth{
	float: left;
	width: 50%;
}
/*.five_col_cell4{
	width: 15%;
	float: left;
	text-align: center;
}
.five_col_cell5{
	width: 15%;
	float: left;
	text-align: center;
}*/
.comments_container{
	/*border: 1px solid #ccc;*/
	box-shadow: 1px 1px 4px rgb(136, 136, 136);
    float: left;
    width: 97%;
	margin-bottom: 15px;
	padding: 0 1.5%;
	background-color: #fff;
}
.comment_row{
	/*padding: 5px;
	float: left;*/
	border-bottom: 3px solid #049fe3;
    float: left;
    margin-bottom: 15px;
    padding: 5px 0;
	width: 100%;
}
.comment_title{
	width: 100%;
	float: left;
	font-weight: bold;
}
.comment{
	width: 100%;
	float: left;
	background-color: #f8f8f8;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 5px 0;
}
.comment_date_name{
	width: 100%;
	float: left;
	font-weight: bold;
}
.info_container {
	 float: left; 
	 width: 100%; 
	 padding: 3px 0;
	 border-bottom: 1px solid #eee;
}
.info_sub_cont1{
	width: 75%;
	float: left;
}
.info_sub_cont2{
	width: 25%;
	float: left;
}
.inner_sub1{
	width: 50%;
	float: left;
}
.inner_sub2{
	width: 50%;
	float: left;
}

.links_right{
	float: left; 
	width: 28%; 
	padding: 0 1%; 
	/*border: 1px solid #ccc;*/
	margin-left: 1.1%;
	background-color: #f8f8f8;
}
.links_left{
	float: left; 
	width: 68%; 
	/*border: 1px solid #ccc;*/ 
	margin-right: 1%;
}
.pic_container{
	width: 30.5%; 
	float: left;
	margin-right: 2%;
}
.pic_container_right{
	float: left; 
	width: 67.5%;
}
.ad_text{
	margin-top: 20px; 
	float: left; 
	width: 100%; 
	text-align: center; 
	color: #ccc;
}
.ad_container_buy{
	float: left;
    /*margin: 15px 0 0;*/
    text-align: center;
    width: 100%;
	box-shadow: 1px 1px 4px rgb(136, 136, 136);
	background-color: #fff;
	margin-bottom: 15px;
}
.rating_cont_inner{
	box-shadow: 1px 1px 4px rgb(136, 136, 136);
}
.ad_container_buy .inner_page_ad{
	float: none;
	margin: 0 auto;
}
.link_box{
	background-color: #f8f8f8;
    border: 1px solid #ccc;
    float: left;
    height: 70px;
    margin-right: 4px;
    padding: 3px 1px;
    text-align: center;
    width: 90px;
	margin-bottom: 5px;
	border-radius: 5px;
}
.form_btn{
	background-color: #12b6fe;
    border: medium none;
    border-radius: 3px;
    color: white;
    /*float: right;*/
    font-weight: bold;
    /*margin: 0 48%;*/
    padding: 5px;
}
.form_btn:hover{
	cursor: pointer;
}
/* ======== Mobile-phone ends ========== */

/* =============== New styles for menu ============== */

body{
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #f0ffff;
	color: #666;
}
.side_bar_links{
	background-color: #fff;
    float: left;
    width: 100%;
	margin-bottom: 15px;
}
.side_bar_links li{
	/*float: left;*/
    list-style-type: none;
    padding: 2px 0;
    /*width: 49%;
	background-color: #eee;*/
}

/*.side_bar_links li:nth-child(odd){
	margin-left: 2%;
}
.side_bar_links li:nth-child(1){
	margin-left: 0;
	margin-bottom: 10px;
}*/
/*#logo_menu_desktop{
	display: block;
}*/
#logo-ad-div {
	float: left;
    width: 100%;
	position: relative;
}
/*.menu_logo{
	color: white;
    float: right;
    font-size: 35px;
    font-weight: bold;
    margin-right: 20px;
}*/
 ul ul ol > li{
	font-weight: bold;
}

.inner_page_ad{
	margin-bottom: 15px; 
	float: right; 
	/*width: 336px;*/ 
	width: 100%;
	/*height: 280px;*/ 
	/*box-shadow: 1px 1px 4px rgb(136, 136, 136);*/
	background-color: #fff;
}
.suggested_readings{
	float:left; 
	margin-bottom: 15px; 
	width: 98%; 
	padding: 5px 1%;
	box-shadow: 1px 1px 4px rgb(136, 136, 136);
	background-color: #fff;
}
/*.social_bookmarks_innerpage{
	float: left; 
	width: 100%; 
	background-color: #eee; 
	padding: 3px 0;
}*/
.suggested_four{
	width: 100%;
	float: left;
}
.link_cont{
	float: left;
	width: 25%;
}
.suggested_four a {
	float: left;
	margin: 0 3%;
	width: 94%;
	padding: 3px 0%;
	margin-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.suggested_three{
	width: 100%;
	float: left;
}
.link_cont{
	float: left;
	width: 33.33%;
}
.suggested_three a {
	float: left;
	margin: 0 3%;
	width: 94%;
	padding: 3px 0%;
	margin-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.innerpage_big_div{
	float: left; 
	width: 100%; 
	/*border: 1px solid #ccc; 
	padding: 5px 1%;*/
}
/*.ad_inside_text{
	margin: 0 10px 20px 20px; 
	float: right; 
	width: 300px; 
	height: 300px; 
	border: 1px solid #ccc;
}*/
.ad_comment_title{
	color: #049fe3;
	border-bottom: 5px solid #049fe3;
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	width: 100%;
}
.latest_news_container{
	float: left; 
	/*border: 1px solid rgb(204, 204, 204);*/ 
	margin: 0px 0px 15px; 
	padding: 0px 1%; 
	box-shadow: 1px 1px 4px rgb(136, 136, 136);
}
.marquee_container{
	float: left; 
	width: 98%; 
	background-color: #12b6fe; 
	color: white;
	padding: 2px 1%;
}
/*.marquee_head{
	float: left; 
	width: 100%;
}*/
marquee a {
	color: white;
}
marquee a:hover {
	color: #000;
}
.header_ad{
	width: 100%; 
	float: left; 
	max-height: 350px; 
	background-color: #fff; 
	margin: 5px 0;
} 
#breadcrumbs a:link, #breadcrumbs a:visited {
    color: #0399f4;
    background: transparent;
    text-decoration: none;
}
#breadcrumbs a:hover {
    text-decoration: underline;
}
#breadcrumbs a:focus {
    outline-style: none;
}
ul#breadcrumbs {
    margin: 0;
    padding: 0 0 0.2em 0;
    list-style: none;
}
#breadcrumbs li {
    margin: 0;
    padding: 0 0.5em 0 0;
    height: 0;
    display: inline;
}
#breadcrumbs li:after {
    content:'\00BB';
    margin-left: 0.3em;
	font-size: 18px;
	color: #049fe3;
}
#breadcrumbs span.separator {
    margin-left: 0.3em;
}
/*#breadcrumbs li.last:after, #breadcrumbs li:first-child:after {
    content: none;
}*/
#breadcrumbs li.last:after {
    content: none;
}
#breadcrumbs li.last{
	color: #bbb;
}
.listings{
	position: relative; 
	/*border: 1px solid #ccc; 
	padding: 0 1%;*/ 
	float: right; 
	margin-bottom: 15px;
	width: 100%;
}
.ul_block{
	width: 100%;
	float: left;
}
.single_list{
	border-bottom: 1px solid #ccc; 
	float: left; 
	width: 100%;
	padding-bottom: 5px;
}
.paging{
	background-color: #f8f8f8;
    float: left;
    width: 100%;
}
.paging a{
	background-color: #fff;
    border: 1px solid #ccc;
    color: #0399f4;
    float: left;
    margin: 0 0.5%;
    padding: 3px 5px;
}
.paging a:hover{
	background-color: #0399f4;
	color: white;
}
.paging .active{
	background-color: #0399f4;
	color: white;
	border: 1px solid #fff;
}
.list_titles{
	color: #0399f4;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
    width: 100%;
}
#header {
  height: 38px;
  position: relative;
  width: 100%;
}

#id-for-links ul li a{
	color: #fff;
}
#id-for-links ul li ul a{
	color: #0399f4;
}
#id-for-links ul li ul a:hover{
	text-decoration: underline;
}
/*.sbm_menu1{
    left: 0;
    padding: 0 2px;
    position: fixed;
    top: 80px;
    width: 33px;
    z-index: 3;
}
.sbm_menu1 a:hover{
	opacity: .7;
}
.sbm_menu1 a{
	float: left;
	margin: 3px 0;
}*/
#search-bar {
  background-color: #fff;
  float: left;
  height: 42px;
  margin: 7px 0;
  width: 100%;
}
#search-bar-stick{
	box-shadow: 1px 1px 4px rgb(136, 136, 136);
    float: left;
    width: 100%;
}
.left_search_bar {
    float: left;
    padding: 5px 0 5px 0.5%;
    width: 24.5%;
}
.right_search_bar {
    float: left;
    padding: 5px 0;
    width: 74.5%;
}
.right_search_bar ul li{
	float: left;
    list-style-type: none;
    margin-left: 1%;
}

.top_head_stick {
    top: 38px;
}
.top_head_stick, .top_head_stick1 {
    background-color: #fff;
    max-width: 1140px;
    min-width: 1140px;
    position: fixed;
    z-index: 998;
	transition: position 0.3 ease-in;
}
.top_head_normal, .top_head_normal1 {
    position: relative;
    top: 0;
    z-index: 1;
	transition: position 0.3 ease-in;
}
.right_search_bar a{
	float: right;
	margin-right: 5px;
}
.menu ul li {
    /*background: rgb(135,184,67);
	background: -moz-linear-gradient(center top , #12b6fe, #049fe3) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(center top , #12b6fe, #049fe3) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(center top , #12b6fe, #049fe3) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(center top , #12b6fe, #049fe3) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -ms-linear-gradient(center top , #12b6fe, #049fe3) repeat scroll 0 0 rgba(0, 0, 0, 0); */   
	background-color: #12b6fe;
    cursor: pointer;
    display: inline-block;
    float: left;
	color: white;
    padding: 10px 5px;
	/*border-right: 1px solid #eee;*/
}
.menu ul li:hover {
	background: none;
	background-color: #049fe3 ;
}
#menu-2{
    border-bottom: 2px solid #12b6fe;
    float: left;
    margin: 5px 0 2px 0;
    text-align: right;
    width: 100%;
}
#menu-2 ul li{
    border-right: 1px solid #0399f4;
    float: right;
    list-style-type: none;
    margin-bottom: 5px;
    margin-right: 10px;
    padding-right: 10px;
    text-align: right;
}

#menu-2 ul li a{
	color: #0399f4;
	font-weight: bold;
}
#main-contents {
	width: 100%;
	float:left;
}
#main-container{
	height: auto;
    /*overflow: hidden;*/
    width: 100%;
}
#left-container{
	float: left;
	width: 160px;
	margin-right: 0.5%;
	/*height: 700px;*/
	padding-top: 24px;
	margin-bottom: 15px;
}
#right-container{
	width: 300px;
	float: right;
	display:table-cell;
}
.right_col_ad {
  background-color: #fff;
  box-shadow: 1px 1px 4px rgb(136, 136, 136);
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
#left-container-temp2{
	float: left; 
    width: auto;
    /*overflow: hidden;
	padding: 0 2px 0 0;*/
	width: 69%;
	width: calc(100% - 315px);
}
#right-container-temp2{
	width: 300px;
	float: right;
	display:table-cell;
}
#middle-container{
	
	float: left;
	width: 69%;
	width: calc(98% - 470px);
	margin: 0 1% 15px;
}
.table{
	/*border: 1px solid #ccc;*/
	box-shadow: 1px 1px 4px rgb(136, 136, 136);
    float: left;
    margin: 0px 0 15px;
    width: 98%;
	padding: 0 1%;
	background-color: #fff;
}
.table_tittle{
	/*background-color: #049fe3;*/
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
    text-indent: 5px;
}
.table_contents{
	background-color: #fff;
    float: left;
    margin-bottom: 10px;
    /*padding: 0 1%;*/
    width: 100%;
}
.table_cell{
	border-bottom: 1px solid #eee;
    color: black;
    float: left;
    /*font-size: 16px;*/
    margin-left: 1%;
    width: 48.2%;
}
.table_cel25{
	border-bottom: 1px solid #eee;
    color: black;
    float: left;
    width: 24%;
	padding: 3px 0.5%;
}
a.table_cell{
	color: #12b6fe;
	padding: 2px 0;
	width: 100%;
}
.table_contents a.table_cell{
	width: 49%;
}
a.table_cell:hover, .side_bar_links li a:hover, .suggested_four a:hover {
	background-color: #BBDDFF;
    font-weight: bold;
	color: blue;
}
.side_bar_links li a{
	display: block;
}
.subscribe-by-email{
	/*border: 1px solid #ccc;*/
	box-shadow: 1px 1px 4px rgb(136, 136, 136);
	float: left;
	/*margin-top: 10px;*/
    width: 100%;
	/*background-color: white;*/
	margin-bottom: 15px;
	background-color: #fff;
}
.social_outer_container{
	background-color: #fff;
    /*border: 1px solid #ccc;*/
	box-shadow: 1px 1px 4px rgb(136, 136, 136);
    float: left;
    margin: 0px 0 15px;
    /*padding: 0 0 5px 0;*/
    width: 100%;
	
}
.social_marks{
	text-align: center;
	float: left; 
	width: 100%;
}
.ca-box{
	background-color: #fff;
    float: left;
    margin: 1px 0;
    width: 100%;
	border-bottom: 1px solid #eee;
}
#commnents{
	background-color: #f8f8f8;
    /*border: 1px solid #ccc;*/
    float: left;
    margin-top: 5px;
    padding: 0 0.5%;
}
#commnents textarea{
	width: 90%;
}
#comments-container{
	box-shadow: 1px 1px 4px rgb(136, 136, 136);
    float: left;
    margin: 5px 0;
	width: 100%;
}
.single_comment{
	background-color: #eee;
    float: left;
    width: 100%;
}
.comment_top{
	background-color: #f8f8f8;
    float: left;
    font-weight: bold;
    padding: 5px 1%;
    width: 98%;
	border-bottom: 1px solid #eee;
	color: #049fe3;
}
.comment_midle{
	background-color: #fff;
    text-align: center;
	width: 100%;
	padding: 5px 0;
	float: right;
	color: #bbb;
}
.comment_bottom{
	background-color: #f8f8f8;
    float: left;
    font-weight: bold;
    padding: 5px 1%;
    width: 98%;
	border-top: 1px solid #eee;
	text-align: right;
	color: #ccc;
}
#left-fix-ad-div{
    height: 435px;
    margin-right: 575px;
    position: fixed;
    right: 50%;
    top: 130px;
    width: 90px;
}
#right-fix-ad-div{
	right: 5px;
    height: 435px;
    margin-left: 575px;
    position: fixed;
    left: 50%;
    top: 130px;
    width: 90px;
}
.heading-uline{
	/*background-color: #049fe3;*/
    /*border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;*/
    text-indent: 5px;
	/*width: 100%;*/
}
.block_wrapper{
	float: left; 
	/*border: 1px solid #ccc; */
	padding: 5px 1%;
	box-shadow: 1px 1px 4px rgb(136, 136, 136);
	margin-bottom: 15px;
	width: 98%;
	background-color: #fff;
}
.block_container1{ 
	/*border-bottom: 5px solid #049fe3;*/
    float: left;
    margin-bottom: 5px;
    position: relative;
	width: 100%;
}
.block_container2, .block_container3{
	float: left;
    margin-left: 1.6%;
    position: relative;
    width: 32.4%;
}
/*.home_page_blocks{
	box-shadow: 0 0 3px #aaa;
	float: left;
	margin-right: 10px;
	padding: 2px;
	text-align: center;
	width: 96px;
	height: 155px;
	margin-bottom: 10px;
}*/
.home_page_blocks {
  box-shadow: 0 0 3px #aaa;
  float: left;
  height: 170px;
  margin-bottom: 10px;
  margin-right: 2%;
  padding: 2px 0.5%;
  text-align: center;
  width: 22%;
}
.price{
	color: #000;
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
.home_page_blocks:hover{
	text-decoration:none;
}

.home_page_blocks img{
    position: relative;
	left: 0;
	display: block;
    margin: 0 auto;
    opacity: 0.9;
}
.home_page_blocks:hover {
  /*background-color: #12b6fe;*/
  cursor: pointer;
  box-shadow: 0 0 3px #000;
}
/*.home_page_blocks:hover a{
	color: white;
}*/
.home_page_blocks:hover img{
	  opacity: 1;
}
.block_link{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc; 
	padding: 0 2px;
	height: 50px;
}

.ul_block li{
	background-image: url("../_images/bullet.png");
    background-position: 2px 4px;
    background-repeat: no-repeat;
    float: left;
    list-style-position: inside;
    list-style-type: none;
    margin: 2px 0;
    padding-left: 15px;
    width: 100%;
	font-size: 100%;
}
.ul_block li a{
	color: #0399f4;
	font-weight: bold;
	float:left;
}
.ul_block li a:hover{
	color: red;
}

.latest_news{
	float: left; 
	width: 100%; 
	margin: 0 0 5px 0;
	/*padding: 5px 1%;*/
}
.latest_news_row{
	border-bottom: 1px solid #ccc;
    color: #666;
    float: left;
    padding: 3px 0;
    width: 100%;
}
.latest_news_cell1{
	float: left;
	width: 50%;
}
.latest_news_cell2{
	float: left;
	width: 32%;
}
.latest_news_cell3{
	float: left;
	width: 18%;
}
.block_heading_bottom{
	display: block;
	font-size: 20px; 
	padding: 5px 0; 
	position: absolute; 
	width: 100%; 
	text-align: center; 
	bottom: 0; 
	z-index: -1;
	color: #049fe3;
}
/* =============== New styles for menu ============== */



/* ===== Bread crumb starts ====*/

img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width: 100%;
}
/*===== */


/* ================= Global starts ==================*/
h1, h4, h5, h6{
   color: #333;
    float: left;
    margin-bottom: 5px;
    /*padding: 5px 0;*/
    width: 100%;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 6px 4px -4px #777;
    -moz-box-shadow: 0 6px 4px -4px #777;
    box-shadow: 0 6px 4px -4px #777;
}
h2{
    font-size: 130%;
    margin-bottom: 5px;
    /*padding: 5px 0;*/
    width: auto;
	border-bottom: 1px solid #666;
	color: #333;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 6px 4px -4px #777;
    -moz-box-shadow: 0 6px 4px -4px #777;
    box-shadow: 0 6px 4px -4px #777;
}
h3{
    color: #333;
    float: left;
    font-size: 130%;
    margin-bottom: 5px;
	/*padding: 5px 0;*/
    width: 100%;
	font-weight: bold;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 6px 4px -4px #777;
    -moz-box-shadow: 0 6px 4px -4px #777;
    box-shadow: 0 6px 4px -4px #777;
}
.h1_class{
	color: #333;
    float: left;
    margin-bottom: 5px;
   /* padding: 5px 0;*/
    width: 100%;
	border-bottom: 1px solid #666;
	font-size: 160%;
	font-weight:bold;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 6px 4px -4px #777;
    -moz-box-shadow: 0 6px 4px -4px #777;
    box-shadow: 0 6px 4px -4px #777;
}
.h2_class{
    font-size: 130%;
    margin-bottom: 5px;
    /*padding: 5px 0;*/
    width: auto;
	border-bottom: 1px solid #666;
	color: #333;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 6px 4px -4px #777;
    -moz-box-shadow: 0 6px 4px -4px #777;
    box-shadow: 0 6px 4px -4px #777;
}
.h3_class{
    color: #333;
    float: left;
    font-size: 130%;
    margin-bottom: 5px;
	/*padding: 5px 0;*/
    width: 100%;
	font-weight: bold;
	border-bottom: 1px solid #666;
	font-size: 120%;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 6px 4px -4px #777;
    -moz-box-shadow: 0 6px 4px -4px #777;
    box-shadow: 0 6px 4px -4px #777;
}

a {
	text-decoration: none;
	color: #0399f4;
}
/*a:hover{
	color: #0399f4;
}*/
p {
	color: #666;
	text-align: justify;
	padding: 0 1%;
	width: 98%;
}
h1 {
	font-size: 160%;
	font-weight:bold;
	
}
/*h3{
	font-size: 120%;
}*/
.bold {
	font-weight: bold;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.fclear {
	clear: both;
}
.mar-0-auto {
	margin: 0 auto;
}
.pad-10 {
	padding: 10px;
}
.pad-5 {
	padding: 5px;
}
.divOne{
	width:30%; 
	float:left; 
	padding:3px 0;
	color: #000;
}
.divTwo{
	width:68%; 
	float:left; 
	padding:3px 0;
}
#footer {
	/*background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #EEEEEE 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #EEEEEE 100%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #EEEEEE 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #EEEEEE));
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EEEEEE 100%);
	background-image: linear-gradient(to top, #FFFFFF 0%, #EEEEEE 100%);
	background-repeat: repeat-x;*/
	color: peru;
	margin-bottom: 10px;
	float: left;
	width: 98%;
	padding: 1%;
	/*border: 1px solid #ccc;*/
	box-shadow: 1px 1px 4px rgb(136, 136, 136);
	background-color: #fff;
}
#footer ul{
    float: left;
    width: 99%;
	/*border: 1px solid #ccc;*/
}
#footer ul li{
    list-style-type: none;
    padding: 3px 0 3px 2.5%;
    width: 96%;
}
#footer a{
	color: #0399f4;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
.footer_headings{
	margin-bottom: 0; 
	/*background-color: #049fe3; */
	color:  #333; 
	font-size: 17px; 
	font-weight: bold; 
	width: 97%; 
	padding: 3px 1% 3px 2%; 
	border-radius: 5px 5px 0 0;
}

.footer_social_title{
    border-radius: 5px 5px 0 0;
    font-size: 17px;
    padding: 3px 0;
    background-color: #049fe3;
    border-bottom: 1px solid #ccc;
    color: #fff;
    font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.footer_subscribe_email{
	margin: 0 0 10px 0; 
	background-color: transparent; 
	color: #049fe3; 
	border: 1px solid #ccc; 
	border-radius: 5px 5px 0 0;
}
.footer_subscribe_rss{
	background-color: transparent; 
	border: 1px solid #ccc; 
	border-radius: 5px 5px 0 0;
}
.fixed_menu{
	position: fixed;
	top: 0;
	z-index: 1000;
	max-width: 1140px;
    min-width: 1140px;
}
.normal_menu{
	position: relative;
	top: 0;
}
#inner-header{
	background-color: #12b6fe;
	float: left;
    width: 100%;
	height: 38px;
}
#head-images{
	display: inline; 
}
.tabs_cont{
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.tabs_inner{
	float: left;
	padding: 10px 2%;
	margin-bottom: -1px;
}
.tabs_inner:hover{
	background-color: #eee;
}
.active_tab {
	border: 1px solid #ddd;
	border-radius: 3px 3px 0 0;
	margin-bottom: -1px;
	float: left;
	border-bottom: 1px solid white;
}
.center_mobs {
	float: left;
	padding-left: 2%;
	width: 98%;
	border: 1px solid #ddd;
	border-top: none;
	padding-top: 10px;
}
/* Mobile Layout: 480px and below. */
/*@media screen and (max-width: 430px) {
	.home_page_blocks {
	  box-shadow: 0 0 3px #aaa;
	  float: left;
	  height: 155px;
	  margin-bottom: 10px;
	  margin-right: 3%;
	  padding: 2px 0.5%;
	  text-align: center;
	  width: 46%;
	}
}*/
@media screen and (max-width: 520px) {
/* =========== Mobile-phone starts ====== */
.links_wrapper{
	width: 100%;
}
#main-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#left-container{
	order: 2;
	width: 100%;
	padding: 0;
}
#middle-container{
	order: 1;
	margin-bottom: 0;
}
#right-container-temp2{
	order: 3;
}
a.table_cell {
	color: #12b6fe;
	padding: 5px 0;
	width: 100%;
}
.side_bar_links li a {
	display: block;
	padding: 5px 2%;
}


.link_cont{
	width: 50%;
}
.range_lbl {
  left: 30%;
}
.range_cont_price .range_lbl {
	left: 45%;
}
#search input[type="submit"] {
  margin-right: 3%;
}
.comp_div1{
	float: left;
	width: 100%;
	padding-bottom: 5px;
}
.comp_div2{
	float: left;
	width: 50%;
}
.comp_div3{
	float: left;
	width: 50%;
}
.top_head_stick{width:97%;top:35px;min-width:0;left:0}
.table_cel25{
    width: 50%;
	padding: 3px 0;
}
.change_able_left, .change_able_right{
	width: 100%; 
	padding-left: 0;
	margin-bottom: 10px;
}
#logo p{
	text-indent: 0;
	font-size: 20px;
	padding: 5px 1%;
}
.fixed_menu{
	min-width: auto;
	max-width: auto;
	left: 0;
}
/*.mbl_spcs_div1{
	float: left; 
	width: 100%; 
	font-weight: bold;
}
.mbl_spcs_div2{
	float: left; 
	width: 100%; 
	font-weight: bold;
}
.mbl_spcs_div3{
	float: left; 
	width: 100%;
}*/

.ad_container .inner_page_ad{
	text-align: center; 
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-left: 0;
}
.rating_container{
	float: left; 
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.rating_cont_inner{
	width: 308px;
	float: none;
	margin: 0 auto;
}
.five_col_cell1, .five_col_cell2, .five_col_cell3, .five_col_cell4, .five_col_cell5{
	/*width: 100%;*/
	float: left;
}
.links_right{
	width: 100%; 
}
.links_right a{
	display: block;
	text-align: center;
}
.links_left{
	width: 100%; 
}
.pic_container, .pic_container_right{
	width: 100%; 
	text-align: center;
}
.under_rating_links{
	text-align: left;
	margin-top: 15px;
}
.used_in_tab1{
	width: 49%;
	margin-right: 0;
}
.used_in_tab2{
	width: 49%; 
	margin-left: 0;
}
.divOne{
	width:100%; 
}
.divTwo{
	width:100%; 
}
.btn_container{
	width: auto;
}
.btn_container1{
	width: 150px;
}
.side_ad{
	display: none;
}
/* ============ Mobile-phone ends ======= */
.inner_page_ad{
	margin-bottom: 15px;
}
#main-container{
	margin: 5px 0;
}
/*#logo_menu_desktop{
	display: none;
}*/
/*.js #menu {
	display:none;
}
.js .slicknav_menu {
	display:block;
}*/
.table{
	width: 98%;
	padding: 0 1%;
}
.rmm-toggled-controls{
	display: none;
	visibility: hidden;
}
#right-container-temp2{
	width: 99%;
}
#header-ad{
	display: none;
	visibility: hidden;
}
/*#left-container{
	display: none;
}*/
#right-container{
	display: none;
}
#middle-container{
	width: 100%;
	margin: 0 0 15px;
}
#left-container-temp2 {
	width: 98%;
	margin: 0 1%;
}
.left_search_bar{
	width: 99%;
	text-align: center; 
}
.right_search_bar{ 
	width: 99%; 
	text-align: center;
	display: none;
}
.right_search_bar a{
	float: none;
}
.block_container1{
	/*padding: 0 8%;*/
    width: 100%;
}
.home_page_blocks{
	text-align: center;
}
.block_container2, .block_container3{
	margin-left: 0;
}
/* .sbm_menu1{
    bottom: 0;
    padding: 0 2px;
    position: fixed;
    width: 100%;
    z-index: 3;
	top: auto;
	text-align: center;
}
.sbm_menu1 a{
	float: none;
	margin: 3px 3px;
}*/
#wrapper {
	max-width: 97%;
	/*font-size: 90%;*/
	font-size: 15px;
    margin: 40px auto 0;
}
#header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* ==  Menu Bar ==*/
#mobile_sub_menu{
	display: block;
}
.rmm-toggled-controls{
	visibility: visible;
}
#right-container-temp2{
	width: 99%;
}
.menu {
	width: 100%;
	z-index: 1000;
}

.menu ul {
	text-align: left;
	display: inline;
	padding: 0;
	list-style: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	float: none;
	width: 99.5%;
}
.menu ul li {
	font: bold 12px/18px sans-serif;
	display: inline-block;
	margin-right: 0;
	position: relative;
	padding: 0;
	cursor: pointer;
	color: white;
}


.rmm {
	display: block;
	width: auto;
	padding: 0px;
	margin: 0 auto !important;
	text-align: center;
	line-height: 19px !important;
	float: right;
	background-color: #333;
}
.rmm * {
	-webkit-tap-highlight-color: transparent !important;
	font-family: Arial;
}
.rmm a {
	color: #ebebeb;
	text-decoration: none;
}
.rmm ul {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: gray;
	
	position: absolute;
	left: 0;
	z-index: 1000;
}



.rmm-toggled {
	display: none;
	width: 100%;
	overflow: hidden;
	margin: 0 auto !important;
}
.rmm-button:hover {
	cursor: pointer;
}
.rmm .rmm-toggled ul {
	display: none;
	margin: 1px 0 !important;
	padding: 0px !important;
}
.rmm .rmm-toggled ul li {
	display: block;
    margin: 0 auto !important;
    padding: 8px;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.rmm.graphite .rmm-main-list li a {
	display: inline-block;
	padding: 8px 30px 8px 30px;
	margin: 0px -3px 0px -3px;
	font-size: 15px;
}


.rmm.graphite .rmm-toggled {
	width: 40px;
	min-height: 36px;
	border-radius: 6px;
	float: right;
	-webkit-box-shadow: 0 0 5px rgba(255,69,0, 0.55);
	-moz-box-shadow: 0 0 5px rgba(255,69,0, 0.55);
	box-shadow: 0 0 5px rgba(255,69,0, 0.55);
}
.rmm.graphite .rmm-toggled-controls {
	display: block;
	height: 34px;
	text-align: left;
	position: relative;
	border-radius: 6px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.rmm.graphite .rmm-button {
	display: block;
	position: relative;
	left: 8px;
	top: 8px;
}
.rmm.graphite .rmm-button span {
	display: block;
	margin-top: 4px;
	height: 2px;
	background: white;
	width: 24px;
}
.rmm.graphite .rmm-toggled ul li a {
	display: block;
	width: 100%;
	text-align: left;
	font-weight: bold;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.parent_category{
	background-color: #12b6fe;
	padding: 5px 0;
	text-align: center;
}
#main-contents {
	width: 100%;
	float:left;
}
#contents {
	width: 100%;
}
/*  =========== footer starts ===========*/
#footer{
	margin-bottom: 35px;
}
#footer .ul_container{
	float: left;
	width: 100%;
	margin: 5px 0;
	text-align: center;
	box-shadow: 1px 1px 4px rgb(136, 136, 136);
}
#footer input[type="text"]{
	width: 95%;
}
#footer div:nth-of-type(4){
	clear: left;
	margin-top: 10px;
}
#footer ul{
	width: 99.4%;
}
/*  =========== footer ends ===========*/


#logo{
	position:relative;
	width: 60%;
}
#right-container{
	float:left; 
	width:98%; 
	padding:5px 0.5%;
	border:1px solid #eee;
	margin-top: 10px;
}
.subscribe-social{
	float: left;
	width: 100%;
	color: peru;
	margin-top: 10px;
}
/*.mobile_menu {
	display: block;
}*/

.sbm_inner_2{
	width: 768px;
}
.sbm_menu2{
	top: 54px;
    width: 768px;
}
.sbm_menu_home1{
	top: 410px;
}
.rating_cont_inner{
	width: 100%;
}
.ad_container {
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.mobile_rate {
	margin: 0 auto;
	text-align: center;
	/*width: 336px;*/
	float: none;
}
#search-bar{
	height: auto;
}
.table_cell11{
	width: 100%;
}
.table_cell22{
	width: 100%;
	padding-left: 0;
}
.five_col_cell3, .five_col_cell4, .five_col_cell5{
	text-align: left;
}
.inner_cell_fourth{
	width: 100%;
}
.top_search{
	width: 70%;
}
.home_page_blocks { width: 47%; }
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media screen and (min-width: 521px) and (max-width : 768px) {
#main-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#left-container{
	order: 2;
	width: 100%;
	padding: 0;
}
#middle-container{
	order: 1;
	margin-bottom: 0;
}
#right-container-temp2{
	order: 3;
}
a.table_cell {
	color: #12b6fe;
	padding: 5px 0;
	width: 48%;
}
.side_bar_links li a {
	display: block;
	padding: 5px 2%;
}	
/* ========= Mobile-phone.pk ======== */
/*.home_page_blocks { width: 29.34%; }*/

.inner_cell_fourth{
	width: 100%;
}
.left_search_bar{
	width: 99%;
	text-align: center; 
}
.right_search_bar{
	width: 99%; 
	text-align: center;
}
#search-bar{
	height: auto;
}
.top_head_stick{width:97%;top:35px;min-width:0;left:0}
.ad_container {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.mobile_rate {
	margin: 0 auto;
	text-align: center;
	width: 336px;
	float: none;
}

.fixed_menu{
	max-width: auto;
    min-width: auto;
}
.rating_container{
	float: left; 
	width: 100%;
	text-align: center;
}

.rating_cont_inner{
	width: 100%;
	float: none;
}
.ad_container{
	text-align: center; 
	float: left;
	width: 100%;
	margin-top: 10px;
}
.ad_container .inner_page_ad{
	/*border: 1px solid #ccc;*/
    /*height: 280px;*/
    margin: 0 auto;
    width: 100%;
	float: none;
	margin-top: 20px;
}
.used_in_tab1{ 
	float: right; 
	width: 49%;
}
.used_in_tab2{
	width: 49%; 
	text-align: left;
} 
.under_rating_links{
	float: left;
	width: 100%;
	margin-top: 15px;
}
.ad_text{
	margin-top: 0;
}

/* ======== Mobile-phone.pk ======== */

#comments-container{
	width: 99.6%;
}

.rmm-toggled-controls{
	display: inline;
	visibility: visible;
}
#right-container-temp2{
	width: 99%;
}
#middle-container{
	float: left;
	width: 100%;
	margin: 0 0 15px;
}
/*#left-container{
	display: none;
}*/
#left-container-temp2{
	width: 100%;
}
 
/*#right-container, #right-container-temp2{
	display: none; 
	font-size: 0; 
	max-height: 0; 
	line-height: 0; 
	padding: 0;
}*/
#main-container{ 
	width: 100%;
}
.block_heading_bottom{
	font-size:14px;
	font-weight: bold;
	color: #049fe3;
}
.ul_block li{
	background-image: url("../_images/bullet.png");
    background-position: 2px 2px;
}
.block_container2, .block_container3{
	margin-left: 1%;
}
/*#wowslider-container1 { 
	zoom: 1; 
	position: relative; 
	width: 98%;
	margin: 5px 0;
	z-index:90;
	border:3px solid #eee;
	text-align:left; 
	font-size: 10px;
	float: right;
}*/
#wrapper {
	max-width: 98%;
	/*font-size: 90%;*/
	font-size: 15px;
}
/* ====new changes below ===*/
.menu {
	width: 100%;
	z-index: 1000;
}

.menu ul {
	text-align: left;
	display: inline;
	padding: 0;
	list-style: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	float: none;
	width: 99.5%;
}
.menu ul li {
	font: bold 12px/18px sans-serif;
	display: inline-block;
	margin-right: 0;
	position: relative;
	padding: 0;
	cursor: pointer;
	color: white;
}


.rmm {
	display: block;
	width: auto;
	padding: 0px;
	margin: 0 auto !important;
	text-align: center;
	line-height: 19px !important;
	float: right;
	background-color: #333;
}
.rmm * {
	-webkit-tap-highlight-color: transparent !important;
	/*font-family: Arial;*/
}
.rmm a {
	color: #ebebeb;
	text-decoration: none;
}
.rmm ul {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: gray;
	
	position: absolute;
	left: 0;
	z-index: 1000;
}



.rmm-toggled {
	display: none;
	width: 100%;
	overflow: hidden;
	margin: 0 auto !important;
}
.rmm-button:hover {
	cursor: pointer;
}
.rmm .rmm-toggled ul {
	display: none;
	margin: 1px 0 !important;
	padding: 0px !important;
}
.rmm .rmm-toggled ul li {
	display: block;
    margin: 0 auto !important;
    padding: 8px;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.rmm.graphite .rmm-main-list li a {
	display: inline-block;
	padding: 8px 30px 8px 30px;
	margin: 0px -3px 0px -3px;
	font-size: 15px;
}


.rmm.graphite .rmm-toggled {
	width: 40px;
	min-height: 36px;
	border-radius: 6px;
	float: right;
	-webkit-box-shadow: 0 0 5px rgba(255,69,0, 0.55);
	-moz-box-shadow: 0 0 5px rgba(255,69,0, 0.55);
	box-shadow: 0 0 5px rgba(255,69,0, 0.55);
}
.rmm.graphite .rmm-toggled-controls {
	display: block;
	height: 34px;
	text-align: left;
	position: relative;
	border-radius: 6px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.rmm.graphite .rmm-button {
	display: block;
	position: relative;
	left: 8px;
	top: 8px;
}
.rmm.graphite .rmm-button span {
	display: block;
	margin-top: 4px;
	height: 2px;
	background: white;
	width: 24px;
}
.rmm.graphite .rmm-toggled ul li a {
	display: block;
	width: 100%;
	text-align: left;
	font-weight: bold;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.parent_category{
	background-color: #12b6fe;
	padding: 5px 0;
	text-align: center;
}
/* ==  Menu Bar  ends==*/
#main-contents {
	width: 100%;
	float:left;
}
#contents {
	width: 100%;
}

#footer .ul_container{
	float: left;
	width: 31.5%;
	margin-right: 1.5%;
	box-shadow: 1px 1px 4px rgb(136, 136, 136);
}
#footer input[type="text"]{
	width: 95%;
}
#footer div:nth-of-type(4){
	clear: left;
	margin-top: 10px;
}
.subscribe-social{
	float: left;
	width: 33%;
	color: peru;
	margin-top: 10px;
}
#main-contents {
	width: 100%;
	float:left;
}
/*.mobile_menu {
	display: block;
}*/

#footer{
	width: 97.6%;
}
.top_search{
	width: 50%;
}
#logo p{
	text-indent: 0;
	font-size: 20px;
	padding: 5px 1%;
}
#logo{
	width: 60%;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media screen and (min-width: 769px) {
/* ============== Changes for IE Starts ============= */
#head-images{
	display: none; 
	font-size: 0; 
	max-height: 0; 
	line-height: 0; 
	padding: 0; 
	mso-hide: all;
}
#mobile_sub_menu{
	display: none;
}
.js .slicknav_menu {
	display:none;
}
.menu ul li{
	width: auto;
	padding: 10px 9.8px;
	position: static;
}
/*#logo_menu_desktop {
    display: block;
}*/
.menu ul li ul{
	width: 99.9%;
}
.sbm_menu2 {
	top: 40px;
}
#left-container{
	display: block;
}
/* ============== Changes for IE Ends ============= */





.rmm.graphite .rmm-toggled-controls {
	display: none;
	visibility: hidden;
}
/*#wowslider-container1 { 
	zoom: 1; 
	position: relative; 
	width: 65.7%;
	margin: 0 1.1% 0 0;
	z-index:90;
	border:3px solid #eee;
	text-align:left; 
	font-size: 10px;
	height: 247px;
	float: right;
}
#wowslider-container1 .ws_images img{
	width:100%;
	height: 247px;
}*/
/* ================= home starts ==================*/
#wrapper {
	max-width: 1140px;
	/*font-size: 90%;*/
	font-size: 15px;
	margin: 0 auto;
	min-width: 1140px;
	position: relative;
}

	
	
	
	
#contents {
	width: 100%;
	position: relative;
}
.rmm-toggled-title {
	display: none;
}
.menu {
	display: inline;
    float: right;
    position: relative;
    width: 75.1%;
	
}
.menu ul {
    background-color: #12b6fe;
    color: #0099ff;
    display: inline;
    height: 37.5px;
    line-height: 17px;
    list-style: outside none none;
    text-align: left;
}
.menu ul li ul {
	float: left;
	width: 99%;
	background-color: inherit;
}
.menu ul li ul li a{
	color: red;
}
/*.menu ul.mobile_menu {
	display: none;
}*/
/*.menu ul li:hover .desktop_menu a {
	color: #0399f4;
}*/
.menu ul li ul {
	z-index: 100;
}
.menu ul li ul a:hover {
	color: #049fe3;
}
a li:hover{
	color: #fff;
}








/* ==  Menu Bar ==*/
/*  =========== footer starts ===========*/
#footer .ul_container{
	box-shadow: 1px 1px 4px rgb(136, 136, 136);
    float: left;
    margin-bottom: 10px;
    margin-right: 1.5%;
    width: 18.5%;
}

/*=== Other pages =====*/
.left_div{
	width: 78%; 
	float:left;
}
.right_div{
	float:left; 
	margin-left: 1%;
	padding: 5px 0.5%;
	width: 19%;
}
.display_tab{
	display: none;
}


#logo{
	position: relative;
    width: 24.9%;
}
#header-ad{
	 width: 728px; 
	 float:right; 
	 height: 90px; 
	 line-height: 90px; 
	 font-weight: bold; 
	 text-align: center;
	 border: 1px solid #ccc;
}

.subscribe-social{
	float: left;
	width: 20%;
	color: #0099ff;
}
/*#left-container-temp2{
	width: 68%;
	width: calc(100% - 310px);
}*/
#middle-container{
	width: 50%;
	width: calc(98% - 470px);
}
#right-container{
	display: block;
	visibility: visible;
}
#right-container-temp2{
	display: block;
	visibility: visible;
}
/*#id-for-links ul li .desktop_menu a{
	color: #0399f4;
}*/
#menu{
	width: 80%;
}


#validation-div{
	border: 1px dashed red;
	padding: 10px;
}
#validation-div ul li{
	list-style-position: inside;
	padding: 2px 0;
	color: #f00;
}


/*#logo_menu_desktop {
    background-color: rgb(135, 184, 67);
    float: left;
    font-size: 27px;
    font-weight: bold;
    height: 37.5px;
    padding: 0 0 0 1%;
    width: 19%;
}*/
.menu ul{
	width: 100%;
	float: right;
}

/*.sbm_inner_2{
	background-color: #eee;
    bottom: 0;
    float: left;
    margin-left: 1px;
    padding: 3px 0;
    position: fixed;
    top: auto;
    width: 507px;
	height: 55px;
}
.sbm_inner_1{
	position: relative;
}*/
/*.inner_home_share2{
    left: 0;
    padding: 0 2px;
    position: fixed;
    top: 80px;
    width: 33px;
    z-index: 3;
}
.inner_home_share1  .social-sharing, .inner_home_share2  .social-sharing{
	width: 100%;
}*/
/*.sbm_menu_home1 {
    left: 0px;
}*/
.block{
	width: 
}
.top_search{
	width: 97%;
}

}

/*@media screen and (max-width: 1220px) {
.home_page_blocks { width: 21%; }
}

@media screen and (max-width: 920px) {
.home_page_blocks { width: 21%; }
}

@media screen and (max-width: 770px) {
.home_page_blocks { width: 29.34%; }
}

@media screen and (max-width: 620px) {
.home_page_blocks { width: 29.34%; }
}

@media screen and (max-width: 450px) {
.home_page_blocks { width: 46%; }
}

@media screen and (max-width: 320px) {
.home_page_blocks { width: 46%; }
}*/


