@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0;padding:0;}
body{font-family: 'Muli', Arial, Helvetica, sans-serif;}
img a{border:0;}
a{color:#365093; text-decoration:none;}
p, h3{font-family: 'Muli',Arial, Helvetica, sans-serif;}
p{font-size:13px; line-height:20px;}
a:hover{text-decoration:underline;}
table {border-collapse:collapse;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none inside; } 
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
abbr,acronym { border:0;}
.clearall{clear:both;}

/* icon fonts */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/font-awesome/fontawesome-webfont.eot?v=4.0.3');
  src: url('../font/font-awesome/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../font/font-awesome/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../font/font-awesome/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../font/font-awesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}

.fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-android:before {
  content: "\f17b";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
/* icon fonts ends */

.n_header{ max-width:990px; width:100%; margin:0 auto; clear:both; display:none; position:fixed; top:0; left:0; z-index:9999;}
.n_header .lvl1{ border-bottom:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc;}
.n_header .lvl1 .social{ width:225px; float:right;}
.n_header .lvl1 .social ul li{ display:inline-block; float:left;}
.n_header .lvl1 .social a{ display: block; text-decoration: none; margin-left:5px; padding:7px 5px 3px; font-size:16px; color:#666;}
.n_header .lvl1 .social a.f{ color:#3b579d;}
.n_header .lvl1 .social a.t{color:#00aced;}
.n_header .lvl1 .social a.g{color:#da4835;}
.n_header .lvl1 .social a.yt{color:#da4336;}
.n_header .lvl1 .social a.an{background: url("../images/social-icon.png") no-repeat scroll -150px -2px rgba(0, 0, 0, 0); display: block; height: 29px; text-decoration: none; width: 30px; margin-left:5px;}
.n_header .lvl1 .social a.mj{background: url("../images/social-icon.png") no-repeat scroll -190px -2px rgba(0, 0, 0, 0); display: block; height: 29px; text-decoration: none; width: 30px; margin-left:5px;}
.n_header .lvl1 .social a.in{background: url("../images/social-icon.png") no-repeat scroll -228px -2px rgba(0, 0, 0, 0); display: block; height: 29px; text-decoration: none; width: 30px; margin-left:5px;}
.n_header .lvl1 .social a.sms{background: url("../images/social-icon.png") no-repeat scroll -267px -2px rgba(0, 0, 0, 0); display: block; height: 29px; text-decoration: none; width: 30px; margin-left:5px;}

.mob_nav_icon{ width:24px; float:left; margin:10px; display:none;}

.n_header .lvl1 .quick_l{ width:380px; float:left;}
.n_header .lvl1 .quick_l ul li{ display:inline-block; margin:5px 0 5px; float:left;}
.n_header .lvl1 .quick_l a{ padding:1px 10px; font-size:12px; display:block; border-right:1px solid #ccc; color:#444;}
.n_header .lvl1 .quick_l a.no_border{ border:none;}

.n_header .logo_ads{ border-bottom:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc; position:absolute;top: -138px;}
.n_header .logo_ads .logo{padding: 15px 5px; width: 185px; float:left;}
.n_header .logo_ads .ads{ width:783px; float:right; box-shadow:-5px 0px 5px #e9e9e9; padding:10px 0 10px 10px; back ground:#FCFCFC; display:none;}
.n_header .logo_ads .ads .ad_box{ width:250px; height:90px; float:left; margin-right:10px; display:none;}

.n_header .main_nav{ position:relative; background:#904a90;/* margin-top:27px;*/margin-top: 138px;}
.n_header .main_nav ul li a{ display:block; padding:9px 20px 7px; text-transform:uppercase; text-decoration:none; font-size:14px; color:#fff;min-height: 19px;}
.n_header .main_nav ul li.rght{ float:right; text-transform:capitalize;}
.n_header .main_nav ul li.result{/* background:url(../images/result_icon.png) no-repeat 8px 10px; padding-left:23px;*/}
.n_header .main_nav ul li.result:hover{/* background:#760074 url(../images/result_icon.png) no-repeat 8px 10px; padding-left:23px;*/}
.n_header .main_nav ul li.lang{/* background: url("../images/lang.png") no-repeat 17px 11px; padding-left: 15px;*/}
.n_header .main_nav ul li.lang:hover{/* background:#760074 url(../images/lang.png) no-repeat 17px 11px; padding-left:15px;*/}
.n_header .main_nav ul li{ display:block; float:left; border-right:1px solid #ac52aa; posit ion:relative;}
.n_header .main_nav ul li:hover{ background:#760074;}

.n_header .main_nav .sub_nav{ width:875px; box-shadow:0 4px 4px #eee; position:absolute; bor der:1px solid #ccc; border-top:none; background:#fbfbfb; z-index:999; display:none;}
.n_header .main_nav .sub_nav ul li{ border:none;}
.n_header .main_nav .sub_nav .sub_social{ border- bottom:1px solid #ccc; box-shadow:0px 4px 4px #eee; background:#fff;}
.n_header .main_nav .sub_nav .android{ background:url(../images/android.png) no-repeat 5px 3px; padding:5px 5px 5px 30px;}
.n_header .main_nav .sub_nav .trending{position:relative; border:none; border-top:1px solid #ccc;min-height:40px; top:auto; min-height:inherit; width:auto; background:#fff;}
.n_header .main_nav .sub_nav .trending .trend_title{ float:left; background:#e4e4e4; border-right:3px solid #bfbfbf; padding:4px 10px 3px;}
.n_header .main_nav .sub_nav .trending .trend_list{ float:left;}
.n_header .main_nav .sub_nav .trending .trend_list ul li{ color:#333; border-right:none;}
.n_header .main_nav .sub_nav .trending .trend_list ul li:hover{ background:none;}
.n_header .main_nav .sub_nav .trending .trend_list ul li a{ color:#333; font-size:12px; padding: 8px 18px 4px; min-height:inherit;}
.n_header .main_nav .sub_nav .trending .trend_list ul li a:hover{ background:none;}

.n_header .main_nav .sub_nav .main_sec{}
.n_header .main_nav .sub_nav .main_sec a{ padding: 5px 15px; color:#444;text-transform: none; font-size:13px;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_200{ width:200px; float:left; margin-right:1px;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_129{ width:129px; float:left; margin-right:1px;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_152{ width:152px; float:left; margin-right:1px;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_163{ width:163px; float:left; margin-right:1px;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_170{ width:180px; float:left; margin-right:1px;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_180{ width:180px; float:left; margin-right:1px;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_220{ width:220px; float:left; margin-right:1px;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_230{ width:230px; float:left; margin-right:1px;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_240{ width:240px; float:left; margin-right:1px;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_250{ width:250px; float:left; margin-right:1px;}
.n_header .main_nav .sub_nav .main_sec .cat_head{ color:#650064; border-bottom:1px dotted #ccc;}
.n_header .main_nav .sub_nav .main_sec .cat_head a{ color:#650064; padding:10px 15px; font-size:17px; text-transform:capitalize;}

.n_header .main_nav .sub_nav .main_sec .sec_cat_box_170 ul li, .n_header .main_nav .sub_nav .main_sec .sec_cat_box_180 ul li, .n_header .main_nav .sub_nav .main_sec .sec_cat_box_200 ul li, .n_header .main_nav .sub_nav .main_sec .sec_cat_box_250 ul li, .n_header .main_nav .sub_nav .main_sec .sec_cat_box_163 ul li, .n_header .main_nav .sub_nav .main_sec .sec_cat_box_129 ul li, .n_header .main_nav .sub_nav .main_sec .sec_cat_box_152 ul li, .n_header .main_nav .sub_nav .main_sec .sec_cat_box_220 ul li, .n_header .main_nav .sub_nav .main_sec .sec_cat_box_230 ul li, .n_header .main_nav .sub_nav .main_sec .sec_cat_box_240 ul li{ display:inherit;float: none;/*padding: 5px 15px;*/ font-size:13px; color:#444;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_170 ul li:hover, .n_header .main_nav .sub_nav .main_sec .sec_cat_box_180 ul li:hover, .n_header .main_nav .sub_nav .main_sec .sec_cat_box_200 ul li:hover, .n_header .main_nav .sub_nav .main_sec .sec_cat_box_250 ul li:hover, .n_header .main_nav .sub_nav .main_sec .sec_cat_box_163 ul li:hover, .n_header .main_nav .sub_nav .main_sec .sec_cat_box_129 ul li:hover, .n_header .main_nav .sub_nav .main_sec .sec_cat_box_152 ul li:hover, .n_header .main_nav .sub_nav .main_sec .sec_cat_box_220 ul li:hover, .n_header .main_nav .sub_nav .main_sec .sec_cat_box_230 ul li:hover, .n_header .main_nav .sub_nav .main_sec .sec_cat_box_240 ul li:hover{ background:#eee;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box ul li a{ color:#444; font-size:13px;}

.n_header .main_nav .trending{position:absolute; border:1px solid #ccc; border-bottom:none; min-height:40px; top:-28px; min-height:inherit; width:988px;}
.n_header .main_nav .trending .trend_title{ float:left; background:#e4e4e4; border-right:3px solid #bfbfbf; padding:3px 10px;}
.n_header .main_nav .trending .trend_list{float: left;}
.n_header .main_nav .trending .trend_list ul li{ color:#333; border-right:none;}
.n_header .main_nav .trending .trend_list ul li:hover{ background:none;}
.n_header .main_nav .trending .trend_list ul li a{ color:#333; font-size:12px; padding:8px 12px 4px; min-height:inherit;}
.n_header .main_nav .trending .trend_list ul li a:hover{ background:none;}

#search_section{position:relative; display:block; top:0;}
#search_ section span{ width:100%;}
#search_ section span input[type=text]{ width:calc(100% - 20px);}
#search_dd{ border-left:1px solid #ccc; float:right; padding:5px 8px 6px; cursor:pointer; display:none;}

/* 2nd line navigation */
.n_header .levl2{ position:relative; background:#f0f0f0;/* margin-top:27px;*/ border- bottom:1px solid #ccc; border- left:1px solid #ccc;}
.n_header .levl2 ul li a{ display:block; padding:5px 10px 1px; text-transform:capitalize; text-decoration:none; font-size:13px; color:#333;min-height: 19px;}
.n_header .levl2 ul li.rght{ float:right; text-transform:capitalize;}
.n_header .levl2 ul li.result{ background:url(../images/result_icon.png) no-repeat 8px 10px; padding-left:23px;}
.n_header .levl2 ul li.result:hover{ background:#760074 url(../images/result_icon.png) no-repeat 8px 10px; padding-left:23px;}
.n_header .levl2 ul li.lang{ background: url("../images/lang.png") no-repeat 17px 11px; padding-left: 15px;}
.n_header .levl2 ul li.lang:hover{ background:#760074 url(../images/lang.png) no-repeat 17px 11px; padding-left:15px;}
.n_header .levl2 ul li{ display:block; float:left; border-right:1px solid #ddd; position:relative;}
.n_header .levl2 ul li:hover{ background:#666;}
.n_header .levl2 ul li:hover a{color:#fff;}

.n_header .levl2 .sub_nav{ width:875px; box-shadow:0 4px 4px #eee; position:absolute; border:1px solid #ccc; border-top:none; background:#fbfbfb; z-index:999; display:none;}
.n_header .levl2 .sub_nav ul li{ border:none;}
.n_header .levl2 .sub_nav .sub_social{ border-bottom:1px solid #ccc; box-shadow:0px 4px 4px #eee; background:#fff;}
.n_header .levl2 .sub_nav .android{ background:url(../images/android.png) no-repeat 5px 3px; padding:5px 5px 5px 30px;}
.n_header .levl2 .sub_nav .trending{position:relative; border:none; border-top:1px solid #ccc;min-height:40px; top:auto; min-height:inherit; width:auto; background:#fff;}
.n_header .levl2 .sub_nav .trending .trend_title{ float:left; background:#e4e4e4; border-right:3px solid #bfbfbf; padding:4px 10px 3px;}
.n_header .levl2 .sub_nav .trending .trend_list{ float:left;}
.n_header .levl2 .sub_nav .trending .trend_list ul li{ color:#333; border-right:none;}
.n_header .levl2 .sub_nav .trending .trend_list ul li:hover{ background:none;}
.n_header .levl2 .sub_nav .trending .trend_list ul li a{ color:#333; font-size:12px; padding: 8px 18px 4px; min-height:inherit;}
.n_header .levl2 .sub_nav .trending .trend_list ul li a:hover{ background:none;}

.n_header .levl2 .sub_nav .main_sec{}
.n_header .levl2 .sub_nav .main_sec .sec_cat_box_200{ width:200px; float:left; margin-right:1px;}
.n_header .levl2 .sub_nav .main_sec .sec_cat_box_180{ width:180px; float:left; margin-right:1px;}
.n_header .levl2 .sub_nav .main_sec .sec_cat_box_129{ width:129px; float:left; margin-right:1px;}
.n_header .levl2 .sub_nav .main_sec .sec_cat_box_152{ width:152px; float:left; margin-right:1px;}
.n_header .levl2 .sub_nav .main_sec .sec_cat_box_163{ width:163px; float:left; margin-right:1px;}
.n_header .levl2 .sub_nav .main_sec .sec_cat_box_170{ width:170px; float:left; margin-right:1px;}
.n_header .levl2 .sub_nav .main_sec .sec_cat_box_220{ width:220px; float:left; margin-right:1px;}
.n_header .levl2 .sub_nav .main_sec .sec_cat_box_230{ width:230px; float:left; margin-right:1px;}
.n_header .levl2 .sub_nav .main_sec .sec_cat_box_240{ width:240px; float:left; margin-right:1px;}
.n_header .levl2 .sub_nav .main_sec .sec_cat_box_250{ width:250px; float:left; margin-right:1px;}
.n_header .levl2 .sub_nav .main_sec .cat_head{ color:#650064; border-bottom:1px dotted #ccc; font-size:17px; padding:10px 15px;}
.n_header .levl2 .sub_nav .main_sec .cat_head a{ color:#650064; padding:0px; font-size:17px; text-transform:capitalize;}
.sub_nav.other_rec .cat_head{ font-size:15px !important;}
.sub_nav.other_rec .cat_head a{ font-size:15px !important;}

.n_header .levl2 .sub_nav .main_sec .sec_cat_box_170 ul li, .n_header .levl2 .sub_nav .main_sec .sec_cat_box_180 ul li, .n_header .levl2 .sub_nav .main_sec .sec_cat_box_200 ul li, .n_header .levl2 .sub_nav .main_sec .sec_cat_box_250 ul li, .n_header .levl2 .sub_nav .main_sec .sec_cat_box_163 ul li, .n_header .levl2 .sub_nav .main_sec .sec_cat_box_129 ul li, .n_header .levl2 .sub_nav .main_sec .sec_cat_box_152 ul li, .n_header .levl2 .sub_nav .main_sec .sec_cat_box_220 ul li, .n_header .levl2 .sub_nav .main_sec .sec_cat_box_230 ul li, .n_header .levl2 .sub_nav .main_sec .sec_cat_box_240 ul li{ display:inherit;float: none;/*padding: 5px 15px;*/ font-size:13px; color:#444;}
.n_header .levl2 .sub_nav .main_sec .sec_cat_box_170 ul li:hover, .n_header .levl2 .sub_nav .main_sec .sec_cat_box_180 ul li:hover, .n_header .levl2 .sub_nav .main_sec .sec_cat_box_200 ul li:hover, .n_header .levl2 .sub_nav .main_sec .sec_cat_box_250 ul li:hover, .n_header .levl2 .sub_nav .main_sec .sec_cat_box_163 ul li:hover, .n_header .levl2 .sub_nav .main_sec .sec_cat_box_129 ul li:hover, .n_header .levl2 .sub_nav .main_sec .sec_cat_box_152 ul li:hover, .n_header .levl2 .sub_nav .main_sec .sec_cat_box_220 ul li:hover, .n_header .levl2 .sub_nav .main_sec .sec_cat_box_230 ul li:hover, .n_header .levl2 .sub_nav .main_sec .sec_cat_box_240 ul li:hover{ background:#eee;}
.n_header .levl2 .sub_nav .main_sec .sec_cat_box ul li a{ color:#444; font-size:13px;}

.n_header .levl2 .trending{position:absolute; border:1px solid #ccc; border-bottom:none; min-height:40px; top:-28px; min-height:inherit; width:988px;}
.n_header .levl2 .trending .trend_title{ float:left; background:#e4e4e4; border-right:3px solid #bfbfbf; padding:4px 10px 3px;}
.n_header .levl2 .trending .trend_list{float: left;}
.n_header .levl2 .trending .trend_list ul li{ color:#333; border-right:none;}
.n_header .levl2 .trending .trend_list ul li:hover{ background:none;}
.n_header .levl2 .trending .trend_list ul li a{ color:#333; font-size:12px; padding:8px 12px 4px; min-height:inherit;}
.n_header .levl2 .trending .trend_list ul li a:hover{ background:none;}
/* 2nd line navigation ends */

.trending{border:1px solid #ccc; border-bottom:none; min-height:40px; top:-28px; min-height:inherit; width:988px;}
.trending .trend_title{ float:left; background:#e4e4e4; border-right:3px solid #bfbfbf; padding:4px 10px 3px;}
.trending .trend_list{float: left;}
.trending .trend_list ul li{ color:#333; border-right:none;display: inline-block;}
.trending .trend_list ul li:hover{ background:none;}
.trending .trend_list ul li a{ color:#333; font-size:12px; padding:8px 12px 4px; min-height:inherit;}
.trending .trend_list ul li a:hover{ background:none;}


.search_bar{ float:right !important; position:relative; width:235px;}

.search_bar input[type=text]{ border:none; border-left:1px solid #ccc; height:22px; padding:2px 10px; width:180px; float:left;}
.search_bar input[type=image]{ border:none; padding:6px; float:right;}
.mob_search_icon{ width:30px; display:none; background:#eee; cursor:pointer;}
.mob_search_icon img{ padding:6px;}

.ticker{ border-bottom:1px solid #ccc; position:relative; overflow:hidden; height:30px; border-left:1px solid #ccc;}
.ticker p{ padding:5px;}
.ticker .close{ background:#999; color:#fff; display:block; position:absolute; right:0; padding:5px; text-align:center; width:20px; top:0; cursor:pointer;}

.cat_all{ display:none;}
.price{ font-size:17px; color:#e57719;}
.sub_nav.ias{left: -107px;}
.sub_nav.ssc{left: -207px;}
.sub_nav.mba{left: -334px; width:988px !important;}
.sub_nav.current_affair{ width:975px !important;}
.sub_nav.cbse{left: -334px;}
.sub_nav.gk{ width:452px !important;}
.sub_nav.other_rec{ left:-150px; width:988px !important;}
.sub_nav.qna{ width:152px !important; right:0;}
.sub_nav.institute{width:988px !important; right:-52px;}
.sub_nav.institute .cat_head{ font-size:14px !important; padding:10px !important;min-height: 40px;}
.sub_nav.institute .cat_head a{ font-size:13px !important;}
.n_header .main_nav .sub_nav.institute .main_sec a{ font-size:12px;}
.top_loc{min-height:20px !important; font-size:14px !important;}
.sub_nav.shop{ right:-196px; width:892px !important;}
.sub_nav.current_affair .hindi_tel a{ font-size:13px !important;}
.sub_nav.online_test{width:579px !important; right:0px;}
.sub_nav.online_test .trend_list ul li a{padding: 8px 7px 4px !important;}
.sub_nav.ebook{width:579px !important; right:0px;}
.sub_nav.ebook .trend_list ul li a{padding: 8px 7px 4px !important;}
.sub_nav.hindi{width:988px !important; right:-106px;}
.sub_nav.hindi .cat_head a{ font-size:16px !important;}
.n_header .main_nav .sub_nav.hindi .main_sec ul li a{ font-size:15px !important;}

/*.active_dd .sub_nav{ border-right:none; width:99.5% !important;}
.active_dd .sub_nav ul{ display:block; position:relative;}
.active_dd .main_sec ul{ top:0;}
.active_dd .main_sec ul li a{border-bottom: 0px dashed #ccc;}*/


@media screen and (max-width:1003px){
.n_header .main_nav .trending .trend_list ul li a{padding:7px 10px 5px;}
.n_header .main_nav ul li a{padding: 9px 13px 7px;}
.n_header .main_nav .trending{ width:100%; border-left:none; border-right:none;}
#search_section{ display:none;}
.search_bar span{display: block;width: 241px;position: absolute;right: 0; to p: 27px;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;background: #fff; z-index:9;}
.search_bar input[type=text]{ border:none; border-left:1px solid #ccc; height:22px; padding:5px 10px; width:190px; float:left;}
#search_dd{ display:block;}
.search_bar{width: 31px;}
.n_header .main_nav{margin-top: 135px;}
.n_header .logo_ads{top: -135px; border:none; width: 99.5%;}
.n_header .logo_ads .logo{ margin:0 auto; float:none;}
.n_header .logo_ads .ads{ display:none;}
.n_header .main_nav ul li.result{/* background:url(../images/result_icon.png) no-repeat 4px 10px; padding-left:23px;*/}
.n_header .main_nav ul li.result:hover{/* background:#760074 url(../images/result_icon.png) no-repeat 4px 10px; padding-left:23px;*/}
.n_header .main_nav ul li.lang{/* background: url("../images/lang.png") no-repeat 10px 10px; padding-left: 15px;*/}
.n_header .main_nav ul li.lang:hover{/* background:#760074 url(../images/lang.png) no-repeat 10px 10px; padding-left:15px;*/}
.search_bar img{ display:none;}
.search_bar #search_dd{ min-width:14px; height:16px; background:url(../images/search_icon.png) no-repeat 8px 7px;}
.n_header .levl2 .sub_nav, .n_header .sub_nav{ width:650px;max-width:650px;}
.sub_nav.mba{ left: -236px;}
.n_header .levl2 .sub_nav .trending .trend_list ul li a{padding: 8px 13px 4px;}
.n_header .levl2 .sub_nav .main_sec div, .n_header .sub_nav .main_sec div{ width:49% !important; float:left;}
.sub_sec li{ width:100% !important;}
.n_header .levl2 .sub_nav .cat_head, .n_header .sub_nav .cat_head a{ font-size:17px !important;min-height: 0;}
.n_header .levl2 .sub_nav .main_sec div ul li, .n_header .sub_nav .main_sec div ul li{ font-size:15px !important}
}



@media screen and (max-width:767px){
body{ padding-top:40px;}
.searchBox {border-radius: 5px !important;}
.search_inputbox {width: calc(100% - 68px);}
.searchBox, .CAsearchBox{ width:100%;}
.searchRadio{ display:none;}
.searchCont{ display:none; position:fixed; top:1px; z-index:9; background:#eee; width:100%; left:0; padding:9px; border-bottom:1px solid #ccc;}
.searcharea{ display:none; position:fixed; top:39px; z-index:9; background:#ddd; width:calc(100% - 6px); left:0; padding:9px; border-bottom:1px solid #ccc;}
.searcharea div:nth-child(1){ width:100%; disp lay:inline-block;}
.searcharea div:nth-child(1) .fl{ float:none;}
.searcharea .CAsearchCont{ margin-bottom:10px; float:none; width:calc(100% - 20px;)}
#searchForm div:nth-child(1){ display:none; float:none;}
#searchForm div:nth-child(2){ wid th:95%; height:30px; margin:0 auto; padding:10px;}
.mainHead{ display:none;}
.n_header{ display:block;}
.cat_all{ position:relative;}
.nav_back{ posi tion:absolute; top:0; left:0; display:block; padding:5px 10px; color:#fff; cursor:pointer; font-size:14px; background:#666;}
.cat_all a{ text-align:center; background:#555 !important;}
.n_header .lvl1{ display:none;}
.main_nav ul{ display:none;position: absolute; top:38px; width:95%; background:#333; /*margin-left:-80%;*/ z-index:99; bord er:1px dashed #ccc;}
.n_header .levl2{ border-bottom:none;}
.n_header .main_nav ul li > a{ color:#fff; border- right:1px solid #999; font-size:12px !important; border- bottom:1px dashed #ccc; background:#333; padding:9px 10px;}
.n_header .main_nav ul li a{ color:#fff; border- right:1px solid #999; font-size:15px; border- bottom:1px dashed #ccc; background:#333;}
.n_header .main_nav ul li a:hover{ color:#fff; background:#666;}
.n_header .main_nav ul li a i{ float:right; color:#888;}

.n_header .main_nav ul li.result:hover{/* background:#eee url("../images/result_icon.png") no-repeat scroll 4px 10px;*/}
.n_header .main_nav ul li.lang:hover{ background:#eee url(../images/lang.png) no-repeat 17px 11px;}
.n_header .main_nav ul:first li:first{display:none;}
.n_header .main_nav ul li{ /*float:none;*/ border:none; width:50%;}
.main_sec .sec_cat_box_152 ul li{ width:100% !important;}
.main_sec .sec_cat_box_163 ul li{ width:100% !important;}
.n_header .main_nav ul li.rght{ float:left;}
.mob_nav_icon{ display:block; cursor:pointer;}
.n_header .main_nav .trending{width: 81%; position:static;float: left;}
.search_bar{ position:absolute; right:0;width: 35px;}
#search_dd{ backg round:#fff;padding: 10px;border:none; margin:3px 0;}

#search_dd img{ display:none;}
#search_dd span{ display:none; border:none; margin:3px 0; font:16px Arial, Helvetica, sans-serif; color:#fff; background:none; width:10px; box-shadow:none; position:relative; top:-16px; right:-10px; back ground:#904a90; padding:9px 15px 10px; border-radius:none !important;}

.n_header .main_nav .sub_nav .main_sec{ background:#333; max-height:400px; min-height:245px; overflow:auto;}

#search_section{top:39px; display:none; padding:10px; height:35px;}
.search_bar span{display: block;width:314px;position: absolute;right: 0; t op: 27px; border:1px solid #ccc;background: #fff; z-index:9; border-radius:5px !important; box-shadow:0 5px 5px #eee;}
.search_bar input[type=text]{ border:none; height:22px; padding:5px 10px; width: calc(100% - 50px); float:left; border-radius:6px !important;}
.n_header .main_nav{ margin-top:0;}
.n_header .main_nav .trending{ border:none;}
.n_header .main_nav .trending .trend_title{ background:none; color:#fff; border:none;padding: 7px 10px;}
.n_header .main_nav .active_dd .trending .trend_title{ display:none;}
.n_header .main_nav ul li:hover{ background:#eee;}
.levl2 ul{ position:relative; display:block; top:auto; width:100%;}
.n_header .levl2 ul li{ border:none;}
.n_header .logo_ads{ padding-bottom:0; width:inherit;}
.main_nav ul li:first-child{ display:none;}
.levl2 ul li:first-child{ display:block !important;}
.active_dd .sub_nav{ display:block; width: 99.5% !important;position: relative !important;}
.active_dd .sub_nav ul{position: relative !important; display:block !important; top:0;}
.n_header .main_nav .active_dd ul li a{border-bottom: 0px dashed #ccc;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_200{ width: 100% !important;}
.sec_cat_box_200 a{ border-right:none !important;}
.n_header .main_nav .sub_nav .main_sec ul{ width:99.5%;}
.n_header .main_nav .sub_nav .main_sec .cat_head > a{ font-size:13px !important; padding:5px 15px;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_129{ width:100%;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_129 a{ border-right:none;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_152{ width:100%;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_152 a{ border-right:none;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_163{ width:100%;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_163 a{ border-right:none;}

.n_header .main_nav .sub_nav .main_sec .sec_cat_box_170{ width:100%;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_170 li{ width:100% !important;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_170 a{ border-right:none;}

.n_header .main_nav .sub_nav .main_sec .sec_cat_box_180{ width:100%;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_180 li{ width:100% !important;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_180 a{ border-right:none;}

.n_header .main_nav .sub_nav .main_sec .sec_cat_box_220{ width:100%;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_220 li{ width:100% !important;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_220 a{ border-right:none;}

.n_header .main_nav .sub_nav .main_sec .sec_cat_box_230{ width:100%;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_230 li{ width:100% !important;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_230 a{ border-right:none;}

.n_header .main_nav .sub_nav .main_sec .sec_cat_box_240{ width:100%;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_240 li{ width:100% !important;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_240 a{ border-right:none;}

.n_header .main_nav .sub_nav .main_sec .sec_cat_box_250{ width:100%;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_250 li{ width:100% !important;}
.n_header .main_nav .sub_nav .main_sec .sec_cat_box_250 a{ border-right:none;}
.n_header .main_nav .sub_nav .main_sec .cat_head{border: none;border- top: 1px dashed #ccc;}
.n_header .main_nav .sub_nav .trending{ display:none;}
.n_header .logo_ads{ border:none; top:0;left: 38%;}
.n_header .logo_ads .logo{ background:url(../images/logo_mobile.png) no-repeat; width:90px; margin:4px auto; float:none;}
.n_header .logo_ads .logo img{ display:none;}
.search_bar #search_dd{ min-width:14px; height:16px; background:url(../images/search_icon-white.png) no-repeat 8px 7px;}
.n_header .levl2 .sub_nav .main_sec .cat_head{ padding:0 !important;}
.n_header .levl2 ul li:hover a{color:#fff;}

.n_header .main_nav .sub_nav .main_sec .cat_head a{ color:#fff; padding:5px;}
.n_header .main_nav .sub_nav .main_sec a{ color:#ccc;}

.sub_nav.ias{left:0;}
.sub_nav.ssc{left:0;}
.sub_nav.mba{left:0;}
.sub_nav.cbse{left:0;}
.sub_nav.other_rec{ left:0;}
.sub_nav.qna{left:0;}
.sub_nav.institute{left:0;}
.sub_nav.shop{ left:0;}
.sub_nav.online_test{left:0px;}
.sub_nav.ebook{left:0;}
.sub_nav.hindi{right:0;}
.searchouterbox .searchCont, .searchouterbox_home .searchCont{background: none repeat scroll 0 0 #eee;
    border-bottom: 1px solid #ccc;
    display: none;
    left: 0;
    padding: 0px;
    position: fixed;
    top: 39px;
    width: 100%;
    z-index: 9;}

.searchouterbox_home .searchCont{background: none repeat scroll 0 0 #eee;
    border-bottom: 1px solid #ccc;
    display: none;
    left: 0;
    padding: 0px;
    position: fixed;
    top: 40px;
    width: 100%;
    z-index: 9;}

.searchouterbox .searchCont .searchsubmit, .searchouterbox_home .searchCont .searchsubmit{ margin-top:10px;}
}
@media screen and (max-width:360px){
.n_header .logo_ads .logo{left: 145px;}
}

.feedback .box iframe{ background:#fff !important;}
#articleDetail table, .seopagelisting table{ float:none !important;}
#currentAffairsBodyId table, #articleDetail table{ clear:both !important;}
.fb_iframe_widget span{ margin:0 auto; display:block;}
#Latest_Banking a.more{ float:none;}
.landMainC ategory{ float:none !important;}