/* pick_of_the_week.html */
body {
	overflow-x:hidden;
}
img { max-width:100%; }
.clr{ display: block; float: none; clear: both;}
.pickoftheWeek .desription-box {
    border-top: 1px solid #f2f2f2;
    padding: 24px 4.5% 12px;
}
.pickoftheWeek .blog-banner img {
    width: 100%;
}
.pickoftheWeek .syllabus-top .blog-banner img {
    width: 100%;
    border-radius: 3px 3px 0 0;
}
.pickoftheWeek .desription-box h3, .pickoftheWeek .desription-box h3 a {
	color: #1f5d94;
    font-size: 18px;
    font-weight: 500;
    margin: 25px 0 15px;
}
.pickoftheWeek .desription-box p {
    color: #666;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
}
.pickoftheWeek .desription-box p span {
    font-family: 'Roboto', sans-serif !important;
    color: #666;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
}
.single-page-level-comment-wrap {
    max-width:1035px;
    margin:0 auto;
    overflow:hidden;
}
.single-page-level-comment-wrap label.comment_detail {
    color: #333;
    float: none;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    width: 100%;
}
.single-page-level-comment-wrap .comment_content input[type="text"], .single-page-level-comment-wrap .comment_content textarea {
    border: 1px solid #dcdcdc;
    width: 100%;
    border-radius: 0;
    padding: 10px 10px;
    font-size: 14px;
    color: #666;
    font-weight: 300;
}
.pickoftheWeek .desription-box .newsletter-box {
    max-width: 360px;
	margin-bottom:15px;
}
.pickoftheWeek .desription-box .newsletter-box .email-submit {
    float: left;
    margin-left: -1px;
    max-width: 104px;
}
.pickoftheWeek .desription-box .newsletter-box .email{
    float: left;
    width: calc(100% - 103px);
}
.pickoftheWeek .desription-box .newsletter-box .email .text-box {
    line-height: 22px;
    padding: 8px 14px;
}
.pickoftheWeek .pick-of-hd {
    background-color: #fdfdfd;
    border-top: 1px solid #dcdcdc;
    padding: 18px 4.5%;
}
.pickoftheWeek .pick-of-hd h2 {
    font-size: 23px;
	color:#555555;
    font-weight: 400;
	padding:0;
	margin-bottom:0;
}
.pickoftheWeek .desription-box .pick-detail {
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
}
.pickoftheWeek .desription-box .pick-summary ol li {
    font-size: 15px;
    color: #666;
}
.pickoftheWeek .desription-box .pick-detail a {
    color: #e6232c;
    display: inline-block;
    margin-bottom: 15px;
}
.pickoftheWeek .desription-box .pick-detail a::after {
    content: "|";
    margin: 5px;
}
.pickoftheWeek .desription-box .pick-img {
    float: left;
    margin-right: 15px;
}
.pickoftheWeek .desription-box .nav-btn,
.pickoftheWeek .desription-box.custom-page-nav a {
    border: 1px solid;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 12px;
    min-width: 123px;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.pickoftheWeek .desription-box .nav-btn span {
    margin: 0 5px;
}
.pickoftheWeek .desription-box .prev-btn,
.pickoftheWeek .desription-box.custom-page-nav .prev {
    background-color: #cbcbcb;
    border-color: #cbcbcb;
}
.pickoftheWeek .desription-box .next-btn,
.pickoftheWeek .desription-box.custom-page-nav .next {
    background-color: #1b4973;
    border-color: #1b4973;
    margin-left: 5px;
}
.pickoftheWeek .desription-box .next-btn:hover,
.pickoftheWeek .desription-box.custom-page-nav .next:hover {
    background-color: #08345e;
    border-color: #08345e;
}
.pickoftheWeek .desription-box .prev-btn:hover,
.pickoftheWeek .desription-box.custom-page-nav .prev:hover {
    background-color: #a2a2a2;
    border-color: #a2a2a2;
}
.pickoftheWeek .archcives .month-list {
    font-size: 14px;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}
.pickoftheWeek .archcives .month-list li a {
    color: #777777;
}
.pickoftheWeek .archcives .month-list li {
    padding: 6px 17px;
}
.pickoftheWeek .archcives .month-list li + li {
    border-top: 1px solid #dcdcdc;
}
.right-fb-box h3 {
    color: #1c4d79;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}
.month-names {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}
.pickoftheWeek .month-names .left-nav, .pickoftheWeek .month-names .right-nav {
    background-color: #dcdcdc;
    padding: 23px 7px 19px;
    vertical-align: middle;
    width: 25px;
	cursor:pointer;
}
.pickoftheWeek .month-names .left-nav {
	float:left;
}
.pickoftheWeek .month-names .right-nav {
	float:right;
}
.pickoftheWeek .month-names .left-nav .left-triangle {
    border-color: transparent #fff transparent -moz-use-text-color;
    border-style: solid solid solid none;
    border-width: 6px 5px 6px 0;
    display: inline-block;
	transition:all linear 0.2s;
}
.pickoftheWeek .month-names .left-nav:hover > .left-triangle {
	border-right-color:#fd4b2f;
}
.pickoftheWeek .month-names .right-nav .right-triangle {
    border-color: transparent -moz-use-text-color transparent #fff;
    border-style: solid none solid solid;
    border-width: 6px 0 6px 5px;
    display: inline-block;
	transition:all linear 0.2s;
}
.pickoftheWeek .month-names .right-nav:hover > .right-triangle {
	border-left-color:#fd4b2f;
}
.pickoftheWeek .month-names .month-slide {
	background: -moz-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(247,244,237,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(247,244,237,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(247,244,237,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(247,244,237,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(247,244,237,1) 100%); /* ie10+ */
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(247,244,237,1) 100%); /* w3c */ 
	float:left;
	width:calc(100% - 50px);
}
.pickoftheWeek .month-names .month-slide .month-slider {
    text-align: center;
}
.pickoftheWeek .month-names .month-slide .month-slider .item {
    padding: 12px 11px 11px;
	border-right:1px solid #dcdcdc;
	cursor:pointer;
}
.pickoftheWeek .month-names .month-slide .month-slider .item.active .month {
    color: #fd4b2f;
}
.pickoftheWeek .month-names .month-slide .month-slider .item.active .year span {
    background-color: #fd4b2f;
}
.pickoftheWeek .month-names .month-slide .month-slider .month {
    color: #505759;
    font-size: 14px;
    font-weight: bold;
}
.pickoftheWeek .month-names .month-slide .month-slider .year {
    font-size: 11px;
    font-weight: 400;
}
.pickoftheWeek .month-names .month-slide .month-slider .year span {
    background-color: #8a8a8a;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    height: 14px;
    line-height: normal;
    margin: 0 2px;
    width: 14px;
}
/*---------pick of the week detail--------------*/
.pickoftheWeekDetail .desription-box h3 {
    /*font-size: 20px;*/
    margin-bottom: 5px;
}
.pickoftheWeekDetail .desription-box .head-sect .share-icon {
    background-position: -10px -280px;
    float: right;
    height: 35px;
    width: 35px;
}
.pickoftheWeekDetail .desription-box .head-sect .share-left {
    float: left;
    width: calc(100% - 45px);
}
.pickoftheWeek .desription-box .desription-img {
    margin-bottom: 10px;
    padding-top: 15px;
}
.pickoftheWeekDetail .desription-box.dark h3 {
    color: #555555;
    margin-bottom: 10px;
}
.pickoftheWeek .desription-box .desription-img-small {
    float: left;
    margin-right: 20px;
    margin-left: 0;
}
.pickoftheWeek .desription-box .desription-img-small.right-side {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}
.pickoftheWeek .desription-box .left-col {
    float: left;
    margin-right: 10px;
    max-width: 280px;
}
.pickoftheWeek .desription-box .left-col .desription-img-small {
    float: none;
    margin-right: 0;
}
.pickoftheWeek .desription-box .left-col ul li a {
    color: #1f5d94;
    line-height: 26px;
}
.pickoftheWeek .desription-box .left-col ul li::before {
    color: #1f5d94;
    content: "•";
    display: inline-block;
    font-size: 23px;
    padding-right: 7px;
    vertical-align: middle;
}
.pickoftheWeek .desription-box .left-col ul {
    list-style: outside none none;
    padding-left: 0;
}

.pickoftheWeek .horizontal-tab-area.syllabus-taps {
    padding: 12px 4.5% 24px;
}
.pickoftheWeek .horizontal-tab-area.syllabus-taps ul {
    box-shadow: none;
    display: block;
    margin: 0;
    overflow: hidden;
    width: 100%;
}
.pickoftheWeek .horizontal-tab-area.syllabus-taps ul li {
    width: 33.33%;
	max-width:none;
}
.pickoftheWeek .horizontal-tab-area.syllabus-taps ul li a {
	white-space:normal;
}
.pickoftheWeek .horizontal-tab-area.syllabus-taps .tab-cnt-area section {
    background-color: #f5faff;
    padding: 24px 4.5% 24px;
}
.pickoftheWeek .horizontal-tab-area.syllabus-taps .tab-cnt-area section p {
    color: #333333;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 16px;
}
.pickoftheWeek .horizontal-tab-area.syllabus-taps .tab-cnt-area section label {
    display: block;
    font-weight: 500;
	cursor:pointer;
}
.pickoftheWeek .horizontal-tab-area.syllabus-taps .tab-cnt-area section label input[type="radio"] {
    display:none;
}
.pickoftheWeek .horizontal-tab-area.syllabus-taps .tab-cnt-area section label span {
	display:inline-block;
	vertical-align:middle;
}
.pickoftheWeek .horizontal-tab-area.syllabus-taps .tab-cnt-area section label input[type="radio"] + .bg {
	background-image:url("../images/radio-bg.png");
	background-position:top center;
	background-repeat:no-repeat;
    height: 12px;
    width: 12px;
    padding: 0 0 0 0px;
}
.pickoftheWeek .horizontal-tab-area.syllabus-taps .tab-cnt-area section label input[type="radio"]:checked + .bg {
	background-position:bottom center;
}
.pickoftheWeek .inner-block-one .email-sect input[type="email"] {
    background-color: rgba(187, 142, 144, 0.4);
    border: 1px solid rgba(57, 29, 32, 0.4);
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
}
.pickoftheWeek .inner-block-one h2 {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.pickoftheWeek .inner-block-one .email-sect {
    display: inline-block;
    margin-right: 20px;
    max-width: 252px;
    vertical-align: middle;
    width: 100%;
}
.desription-box .resource-by span {
    color: #fd4b2f;
}
.desription-box .resource-by {
    font-size: 15px;
    line-height: normal;
}
.desription-box .author-deatil .author-img {
    border-radius: 50%;
    float: left;
    height: 61px;
    width: 61px;
	margin-top:6px;
}
.desription-box .author-deatil p {
    font-size: 14px;
    line-height: 21px;
    margin-left: 72px;
}
.desription-box .published-on {
    color: #999999;
    font-size: 14px;
    font-style: italic;
}
/*---------blog page--------------*/
/*.pickoftheWeek .blog {
    border: medium none;
    border-radius: 0;
    margin-right: 0;
}*/
.pickoftheWeek .blog .desription-box {
    padding-left: 0;
    padding-right: 0;
}
.pickoftheWeek .blog .blog-top h1 {
    color: #555;
    float: left;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 20px;
    max-width: calc(100% - 250px);
    padding: 15px 0 10px;
    width: 100%;
}
.pickoftheWeek .blog .blog-top .social-share {
    float: left;
    max-width: 150px;
    padding-top: 15px;
    text-align: right;
    width: 100%;
}
.pickoftheWeek .blog .blog-top .social-share span, .pickoftheWeek .blog .blog-top .social-share a {
    color: #666;
    display: inline-block;
    vertical-align: middle;
}
.pickoftheWeek .blog .blog-top .social-share a {
	width:23px;
	height:23px;
	background-position:0 0;
	margin-left:3px;
	background-repeat:no-repeat; 
	background-image:url("../images/social-square-icons.png");
}
.pickoftheWeek .blog .blog-top .social-share .addtoany_list a {
    background: 0;
    padding-top: 0;
    line-height: 0;
}
.pickoftheWeek .blog .blog-top .social-share a.tw {
	background-position: left top;
}
.pickoftheWeek .blog .blog-top .social-share a.fb {
	background-position: center top;
}
.pickoftheWeek .blog .blog-top .social-share a.gp {
	background-position: right top;
}
.pickoftheWeek .blog .blog-top .social-share a.tw:hover {
	background-position: left bottom;
}
.pickoftheWeek .blog .blog-top .social-share a.fb:hover {
	background-position: center bottom;
}
.pickoftheWeek .blog .blog-top .social-share a.gp:hover {
	background-position: right bottom;
}
.pickoftheWeek .blog .desription-box.top {
    margin-bottom: 0;
    padding-top: 10px;
}
.pickoftheWeek .blog .desription-box.top p {
    color: #555;
    display: inline-block;
    width: calc(100% - 300px);
    max-width: calc(100% - 300px);
	vertical-align:top;
}
.pickoftheWeek .blog .desription-box.top.full-width p {
    width: 100%;
    max-width: 100%;
}
.pickoftheWeek .blog .desription-box.top .blog-category {
	display:inline-block;
	width:100%;
	max-width:295px;
	text-align:right;
	vertical-align:top;
}
.pickoftheWeek .blog .desription-box.top .blog-category select {
    -moz-appearance: none;
	-webkit-appearance: none;
	appearance:none;
    background-image: url("../images/select-down.jpg");
    background-position: calc(100% - 11px) center;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16) inset;
    color: #999999;
    display: inline-block;
    max-width: 216px;
    padding: 9px 21px 9px 10px;
    text-align: left;
    width: 100%;
}
.blog .blog-box {
    float: left;
    margin-bottom: 40px;
    width: calc(50% - 23px);
}
.blog .blog-box + .blog-box {
	margin-left:46px;
}
.blog-box .blog-box-top {
	position:relative;
}
.blog-box .blog-by {
    /*margin-top: -33px;*/
    padding-left: 20px;
}
.blog-box .blog-banner {
	display:block;
}
.blog-box .blog-banner img {
	width:100%;
}
.blog-box .blog-by span {
    display: inline-block;
    margin-bottom: 15px;
    color: #999999;
    font-style: italic;
}
.blog-box .blog-by .blog-by-img {
    border-radius: 50%;
    display: inline-block;
    height: 75px;
    margin-right: 10px;
    margin-top: -33px;
    overflow: hidden;
    position: relative;
    vertical-align: bottom;
    width: 75px;
    z-index: 99999;
}
.blog-box .blog-by .blog-by-left {
    display: inline-block;
    max-width: calc(100% - 145px);
    vertical-align: bottom;
    width: 100%;
}
.blog-box .blog-by .blog-by-right {
    color: #999999;
    display: inline-block;
    font-style: italic;
    margin-bottom: 15px;
    text-align: right;
    vertical-align: bottom;
    width: 140px;
}
.blog-box .blog-by .blog-by-name {
	color:#1c4d79;
	font-weight:400;
}
.blog-box .desription-box {
	border-top:0;
}
.blog-box  .desription-box p {
	margin-bottom:15px;
}
.pickoftheWeek .blog-box .desription-box  h3, .pickoftheWeek  .blog-box .desription-box  h3 a {
    color: #555555;
    font-size: 20px;
    font-weight: 400;
}
.blog-box .blog-btm-container .btm-btn .read-more {
    background: #fd4b2f none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
	font-weight:500;
	text-decoration:none;
}
.blog-box .blog-btm-container .btm-btn .read-more:hover{ text-shadow:1px 1px 1px rgba(0,0,0,0.3); background:#f04025; color:#000;}
.blog-box .blog-btm-container .btm-btn, .blog-box .blog-btm-container .comment-count-box {
    display: inline-block;
    vertical-align: middle;
}
.blog-box .blog-btm-container .btm-btn {
    width: 145px;
}
.blog-box .blog-btm-container .comment-count-box { 
	width:calc(100% - 150px);
	text-align:right;
}
.blog-box .blog-btm-container .comment-count-box a {
    background-image: url("../images/comment-icon-blue.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #666666;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding-left: 28px;
    /*text-decoration: none;*/
}
.blog-box .blog-btm-container .comment-count-box a.like-count {
    background-position: 1px 4px;
}
.blog-box .blog-btm-container .comment-count-box a.comment-count {
    background-position: -66px 4px;
	margin-left:5px;
}
.blog-box .blog-btm-container .comment-count-box a.like-count:hover {
    background-position: 1px -36px;
}
.blog-box .blog-btm-container .comment-count-box a.comment-count:hover {
    background-position: -66px -36px;
}
/*---------blog_detail--------------*/
.blog_detail .blog .blog-top {
    padding: 4px 4.5% 8px;
}
.blog_detail .comments {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.blog_detail .comment_box {
	margin-bottom:35px;
}
.blog_detail .comment_box .comment_box_image {
    border-radius: 50%;
    display: block;
    float: left;
    height: 60px;
    margin-right: 12px;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
    width: 60px;
}
.blog_detail .comment_box .comment_box_content {
    border: 1px solid #dcdcdc;
    margin-left: 66px;
    padding: 13px 20px;
}
.blog_detail .comment_box .comment_box_content .author_says {
	font-size:15px;
	color:#545454;
}
.blog_detail .comment_box .comment_box_content .review_date {
	color:#b8b8b8;
	margin-bottom:6px;
}
.blog_detail .comment_box .comment_box_content .review_cont p {
	color:#666;
	margin-bottom:5px;
}
.blog_detail .write_comment .write_a_comment {
	margin-bottom:20px;
}
.blog_detail .write_comment .write_a_comment .comment_detail {
    color: #333;
    float: left;
    font-size: 15px;
    font-weight: 300;
    text-align: right;
    width: 17%;
}
.blog_detail .write_comment .form-submit {
    text-align: right;
}
.blog_detail .write_comment .write_a_comment .comment_content {
    width: 80%;
	float:right;
}
.blog_detail .write_comment .review-form {
	margin-bottom:15px;
}
.blog_detail .write_a_comment .comment_content input[type="text"] , .blog_detail .write_comment .write_a_comment .comment_content textarea {
    border: 1px solid #dcdcdc;
    width: 100%;
	border-radius:0;
	padding:10px 10px;
	font-size:14px;
	color:#666;
	font-weight:300;
}
.blog_detail .write_comment input[type="submit"] {
    background: #fd4b2f none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.3s linear 0s;
}
.blog_detail .write_comment input[type="submit"]:hover {
	text-shadow:1px 1px 1px rgba(0,0,0,0.3); 
	background:#f04025; 
	color:#000;
}

/*-----------------Current Affairs----------------------*/
.two_blocks_wrap {
    padding:0 4.5% 45px;
    overflow:hidden;
    background:#fcfcfc;
}
.two_blocks_wrap .col-md-6:first-child {
    padding-right:10px;
}
.two_blocks_wrap .col-md-6:last-child {
    padding-left:10px;
}
.two_blocks_img {
    height:170px;
    overflow:hidden;
    border-radius:4px;
}
.two_blocks_info {
    background:#fff;
    padding:20px 30px 25px 18px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    -webkit-box-shadow:1px 1px 1px 0px #efefef;
    -moz-box-shadow:1px 1px 1px 0px #efefef;
    box-shadow:1px 1px 1px 0px #efefef;
}
.two_blocks_info h2 a {
    font-family: 'Roboto', sans-serif;
    font-weight:bold;
    font-size:16px;
    color:#666666;
    margin-bottom:5px;
    color: #1f5d94;
    font-size: 18px;
    font-weight: 500;
    margin: 25px 0 15px;
}
.two_blocks_info p {
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    font-size:14px;
    color:#777777;
    margin-bottom:0;
    color: #666;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
}
.desription-box.current_affairs_dec {
    background:#fcfcfc;
}
.download_pick_of_the_week {
    background:#fafafa;
    padding:20px 4.5%;
    border-top:1px solid #f2f2f2;
    overflow:hidden;
}
.row .row .current_affairs_calendar {
    padding-right: 36px;
}
.current_affairs_calendar .datepicker-days table {
    width:100%;
}
.current_affairs_calendar .datepicker-days {
    border:2px solid #d5d5d5;
    display:block;
    width:270px;
}
.current_affairs_calendar .datepicker-days table thead tr:nth-child(2) {
    height:45px;
    background:#1c4c78;
}
.current_affairs_calendar .datepicker-days table thead tr:last-child {
    background:#ececec;
    height:35px;
}
.current_affairs_calendar .datepicker td, .current_affairs_calendar .datepicker th {
    border-radius:0;
}
.current_affairs_calendar .datepicker-days table thead th {
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-size:17px;
    font-weight:bold;
}
.current_affairs_calendar .datepicker-days table thead tr:last-child th {
    background:#ececec;
    color:#666666;
    font-family: 'Roboto', sans-serif;
    font-size:10px;
    font-weight:300;
    text-transform:uppercase;
}
.current_affairs_calendar .datepicker table tr td.day {
    color:#333333;
    font-family: 'Roboto', sans-serif;
    font-size:12px;
    font-weight:300;
    width:30px;
    height:30px;
    padding:0;
}
.current_affairs_calendar .datepicker table tr td.old, .current_affairs_calendar .datepicker table tr td.new {
    color:#ccc;
}
.current_affairs_calendar .datepicker table tr td.active {
    color:#fff;
}
.current_affairs_calendar .datepicker .prev, .current_affairs_calendar .datepicker .next {
    text-indent:-9999px;
    background:url(../images/date_left.png) center center no-repeat;
}
.current_affairs_calendar .datepicker .next {
    background:url(../images/date_right.png) center center no-repeat;
}
.current_affairs_calendar .datepicker .prev:hover {
    background:url(../images/date_left.png) center center no-repeat;
}
.current_affairs_calendar .datepicker .next:hover {
    background:url(../images/date_right.png) center center no-repeat;
}
.current_affairs_calendar .datepicker .datepicker-switch {
    pointer-events:none;
}
.current_affairs_content h4 {
    font-family: 'Roboto', sans-serif;
    font-size:21px;
    font-weight:bold;
    color:#1f5d94;
    padding-top:60px;
    margin-bottom:5px;
}
.current_affairs_content p {
    font-family: 'Roboto', sans-serif;
    font-size:15px;
    color:#777777;
    margin-bottom:10px;
}
.current_affairs_content input {
    width:390px;
    height:38px;
    border:1px solid #d3d3d3;
    padding-left:15px;
    margin-bottom:12px;
}
.current_affairs_content button {
    width:104px;
    height:37px;
    border:1px solid transparent;
    background:#fd4b2f;
    border-radius:3px;
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-size:15px;
}
.current_affairs_content button:hover {
    border:1px solid #fd4b2f;
    background:transparent;
    color:#fd4b2f;
}
.current_affairs_wrap h2 {
    font-size:25px;
    font-weight:300;
    color:#555;
    padding:20px 4.5%;
    position:relative;
    margin-bottom:0;
    border-top:1px solid #eeeeee;
    background:#fdfdfd;
}
.detail_current_affairs {
    margin:0 -4.9%;
    overflow:hidden;
    padding:20px 0;
    display:none;
}
.detail_current_affairs h2 {
    font-family: 'Roboto', sans-serif;
    font-size:15px;
    color:#225d90;
    line-height:17px;
    margin-bottom:12px;
}
.current_affairs_syllabus_list {
    color:#777777;
    font-size:15px;
    margin-top:20px;
    padding:0 4.5%;
}
.current_affairs_syllabus_list span {
    font-weight:bold;
    width:65px;
    margin-right:15px;
    float:left;
}
.detail_current_affairs p,
.tips_of_the_week p {
    font-size:15px;
    color:#666666;
    font-weight:300;
    margin-bottom:15px;
}
.detail_current_affairs p.odd {
    color:#888888;
    font-size:14px;
}
.detail_current_affairs ul,
ul.common_list,
.tips_of_the_week ul {
    margin:0;
    padding:0;
}
.detail_current_affairs ul li,
ul.common_list li,
.tips_of_the_week ul li {
    font-size:15px;
    color:#666666;
    padding-left:20px;
    background:url(../images/list_arrow.png) left 6px no-repeat;
    line-height:23px;
    margin-bottom:10px;
    list-style-type:none;
}
.detail_current_affairs ul li a, ul.common_list li a {
    color:#316897;
    font-weight:300;
}
.questions_wrap .question {
    color:#666666;
    font-weight:600;
    font-size:16px;
    margin-bottom:10px;
    display:block;
}
.questions_wrap ol {
    padding-left:20px;
}
.questions_wrap ol li {
    color:#888888;
    font-weight:600;
    font-size:14px;
    margin-bottom:10px;
    list-style-type:lower-alpha;
}
.current_affairs_syllabus, .current_affairs_brics, .current_affairs_prelims, .current_affairs_mains {
    padding:20px 4.5%;
}
.current_affairs_syllabus {
    padding:20px 0;
}
.current_affairs_details_container>div {
    padding:20px 4.5%;
}
.current_affairs_details_container>div:nth-child(even) {
    background:#fcfcfc;
}
.current_affairs_syllabus {
    padding:20px 0;
}
.current_affairs_syllabus, .current_affairs_prelims {
    background:#fcfcfc;
}
.current_affairs_syllabus h2 {
    border-bottom:1px solid #efefef;
    padding:0 4.5%;
    padding-bottom:20px;
}
.questions_wrap {
    margin-top:30px;
}
.tips_of_the_week {
    padding:0 4.5%;
    border-top:1px solid #efefef;
    padding-top:20px;
}
.download_pic_right {
    padding:28px 15px 25px 15px;
}
.download_pic_right h3 {
    font-size:17px;
    border:0;
    padding:0;
    text-align:left;
}
.download_pic_right p {
    font-weight:300;
    color:#777777;
    font-size:13px;
    padding:0;
}
.download_pic_right input, .download_pic_right select {
    width:100%;
    height:28px;
    border:1px solid #d3d3d3;
    margin-bottom:10px;
    padding-left:12px;
    font-size:13px;
    color:#777777;
}
.download_pic_right button {
    width:104px;
    height:37px;
    border:1px solid transparent;
    background:#fd4b2f;
    border-radius:3px;
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-size:15px;
}
.download_pic_right button:hover {
    border:1px solid #fd4b2f;
    background:transparent;
    color:#fd4b2f;
}
.pickoftheWeek .desription-box p a,
.tips_of_the_week a {
    color:#e83d23;
}

/*---------responsive--------------*/
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .two_blocks_img {
        height:150px;
    }
    .current_affairs_calendar .datepicker-days, .current_affairs_content input {
        width:100%;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .two_blocks_wrap .col-md-6:first-child, .two_blocks_wrap .col-md-6:last-child {
        padding-left:0;
        padding-right:0;
        margin-top:15px;
    }
}

@media only screen and (max-width: 991px) {
    .current_affairs_content input {
        width:100%;
    }
	.pickoftheWeek .desription-box .left-col {
		float:none;
		margin-bottom:20px;
		max-width:none;
	}
	.pickoftheWeek .inner-block-one .email-sect {
		margin:0 10px 10px;
	}
}
@media screen and (max-width: 767px) and (min-width: 600px) {
    .two_blocks_wrap .col-md-6:first-child {
        padding-right:10px !important;
    }
    .two_blocks_wrap .col-md-6:last-child {
        padding-left:10px !important;
    }
    .two_blocks_wrap .col-md-6:first-child, .two_blocks_wrap .col-md-6:last-child {
        width:50%;
        float:left;
    }
    .two_blocks_img {
        height:120px;
    }
}
@media only screen and (max-width: 599px) {
    .two_blocks_img {
        height:140px;
    }
    .two_blocks_wrap .col-md-6:first-child, .two_blocks_wrap .col-md-6:last-child {
        margin-top:15px;
    }
}
@media only screen and (max-width: 479px) {
	.pickoftheWeek .desription-box .pick-img {
		float:none;
		margin-bottom:15px;
	}
	.pickoftheWeek .desription-box .pick-detail {
		margin-bottom:10px;
	}
	.pickoftheWeek .desription-box .pick-detail a {
		margin-bottom:5px;
	}
	.pickoftheWeek .desription-box .pick-detail a::after {
		margin: 0;
	}
	.pickoftheWeek .desription-box .desription-img-small,
	.pickoftheWeek .desription-box .desription-img-small.right-side {
		float:none;
		width:100%;
		text-align:center;
		margin-bottom:10px;
		margin-right:0;
		margin-left:0;
	}
}
@media only screen and (max-width: 359px) {
	.pickoftheWeek .horizontal-tab-area.syllabus-taps ul li {
		width:100%;
		min-height:auto;
	}
}
/*---------blog-page--------------*/
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.pickoftheWeek .blog .desription-box.top p {
		max-width: calc(100% - 260px);
	}
	.pickoftheWeek .blog .desription-box.top .blog-category {
		max-width: 250px;
	}	
}
@media only screen and (max-width: 639px) {
	.pickoftheWeek .blog .desription-box.top p, 
	.pickoftheWeek .blog .desription-box.top .blog-category, 
	.pickoftheWeek .blog .blog-top h1, 
	.pickoftheWeek .blog .blog-top .social-share {
		display: block;
		float: none;
		margin-right: 0;
		max-width: none;
	}
	.pickoftheWeek .blog .desription-box.top .blog-category {
		margin-bottom:10px;
	}
	.pickoftheWeek .blog .blog-top .social-share  {
		padding-top:0;
		padding-bottom:15px;
	}
	.blog .blog-box  {
		float:none;
		width:100%;
	}
	.blog .blog-box + .blog-box {
		margin-left:0;
	}
	
	/*---------blog-detail-page--------------*/
	.blog_detail .write_comment .write_a_comment .comment_detail, 
	.blog_detail .write_comment .write_a_comment .comment_content {
		float: none;
		text-align: left;
		width: 100%;
	}
	.blog_detail .write_comment .write_a_comment {
		margin-bottom: 10px;
	}

}
