/*AQAAAFNIQS0yNTYAAQAAAAAAAQAAAAAAtTExGaBhyXWi2tw-WEozy-DmFumv8Yf6kALmcfe3Z-g*//* CSS imported from https://www.telegraphindia.com/css/custom-style.css?v=1.1.34 */
body {background:url("/feo-cdn/M/7/HaE5b5rYo.gif") repeat;
    margin: 0;
    padding: 0;
    font: normal 14px 'Arial';
}
a{
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.mar-tb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}


.d-inline-block {
    display: inline-block;
}


/*back to top btn*/
.back-to-top {
position: fixed;
bottom: 40px;
right: 20px;
text-decoration: none;
color: #000000;
font-size: 12px;
padding: 16px;
display: none;
}

.back-to-top:hover {
opacity:0.96;
text-decoration: none;
}


.left-section ul li span.highlight-txt{
   border-radius: 3px;
   background: #000;
   padding: 3px 5px;
   color: #fff;
   display: inline-block;
   font-size: 12px;
}

.main-widget {
    background: #fff;
}

.date-info {
    display: block;
    clear: both;
    padding-bottom: 5px;
    font-size: 12px;
}

.search-social-section {
    border-top: 1px solid #666;
    border-bottom: 3px solid #333;
    padding: 5px;
    display: block;
    overflow: hidden;
}

.social-share {
    font-size: 12px;
    margin-top: 5px;
}


.social-share a,
.story-share a {
    display: inline-block;
    margin-right: 3px;
}

.search-box {
    float: right;
    text-align: right;
}

.search-box .gsc-input {
    width: 170px;
}


.search-box .gsc-search-button {
    color: #000;
}



table.gsc-search-box td.gsc-input {
    padding-right: 4px !important;
}


input.gsc-input {
    font-size: 12px !important;
    padding: 4px 6px !important;
}

.cse input.gsc-search-button,
input.gsc-search-button {
    font-size: 12px !important;
    height: 25px !important;
    border-radius: none !important;
}

.breadcrumb>.active {
    display: none;
}

.left-section,
.story-section,
.right-section {
    display: inline-block;
    vertical-align: text-top;
}

.left-section {
    width: 165px;
}

.left-section h3 {
    background: #efedce;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 4px;
    border-bottom: 1px solid #000;
    color: #000;
}


.left-section ul {
    margin: 5px 0 10px;
    padding: 0;
}

.left-section ul li {
    list-style: none;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    padding: 0 4px;
}

.left-section ul li a,
.left-section ul li a:hover {
    color: #000;
    text-decoration: none;
}

.left-section h3.e-paper {
    background: #0a5388;
    color: #fdc42e;
    border-bottom: 1px solid #2e87c7;
    margin-top: 10px;
}

.e-paper-items {
    background: #0e64a4;
    margin-top: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.e-paper-items li a,
.e-paper-items li a:hover {
    color: #fff !important;
}

.story-section {
    width: 490px;
    border-left: 1px dashed #000;
    border-right: 1px dashed #000;
    margin: 0 2px;
    padding: 0 10px 10px 10px;
}

.breadcrumb>li a,
.breadcrumb>li a:hover {
    color: #000;
    text-decoration: none;
}

.story-section h1 {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    margin-bottom: 5px;
}

.story-section h2{
    font-size: 16px;
    line-height: 22px;
    color: #4b4b4b;

}

.story-info {
    vertical-align: text-top;
}


.story-info .author-name {
    color: #0e64a4;
}

.story-info .author-name:after {
    content: "|";
    padding: 0 10px;
    color: #9b9b9b;
}

.story-info .publish-date {
    color: #9b9b9b;
    display: inline;
}

.story-info .story-share {
    float: right;
}

.story-lead-img {
    display: block;
}

.story-lead-img a.section-tag{
    padding-top: 8px;
}


.hm-lead-img {
   width: 468px;
   height: 351px;
   display: block;
}

.hm-lead-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-caption {
    font-size: 12px;
    color: #4a4a4a;
    margin-top: 3px;
    display: block;
    margin-bottom: 20px;
}

.section-tag {
    background: #f2f2f2;
    padding: 0px 8px 4px 8px;
    color: #858585;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    display: block;
}

.section-tag:hover {
    color: #4a4a4a;
}

.story-lead-img h1 {
    background: #f2f2f2;
    padding: 0px 8px 10px 8px;
    font-weight: normal;
}

.story-lead-img h1 a, .story-lead-img h1 a:hover {
    color: #000;
    text-decoration: none;
} 


/* Styles for Quotes */
.quotes p {
    line-height: 18px;
}

.quotes p:first-child{
    font: normal 20px/26px 'Arial';
}
.quotes p:first-child:before,
.quotes p:first-child:after
 { 
    content: '"';
    font-size: 22px;

}
.quotes p:last-child{
    font-size: 16px;

}
.quotes p b {
    font-weight: normal !important
}

 .context {
    text-align: right;
    font-weight: bold;
    color: #1a1c1d;
    text-transform: capitalize;
 }

 .context:before{
    content: "~";
    font-weight: normal;
    font-size: 22px;
    padding-right: 5px;
 }


/* Styles for Quotes */

.more-from-homepage {
    padding: 20px 10px;
    background: #f3f3f3;
    margin-bottom: 15px;
}

.more-from-homepage h2 {
    font-size: 16px;
    font-weight: bold;
}

.more-from-homepage ul {
    margin: 0;
    padding: 0;
}

.more-from-homepage ul li {
    width: 22.5%;
    margin-top: 10px;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}


.more-from-homepage ul li span {
    margin-bottom: 5px;
    display: block;
    height: 75px;
}

.more-from-homepage ul li span img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.more-from-section ul li span {
    height: 100px;
}


.more-from-section ul li span img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.more-from-homepage ul li h4 {
    font-size: 14px;
}


.more-from-homepage ul li:last-child {
    margin-right: 0;
}

.story-tags {
    display: block;
}

.story-tags a {
    background: #ebebeb;
    padding: 8px 13px;
    font-size: 14px;
    color: #4a4a4a;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 2px;
}

.bottom-story-share {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    width: 100%;
    display: inline-block;
}


.more-from-section h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
    text-align: left;
}



.more-from-section h3 span {
    background: #fff;
    padding: 0 15px 0 0;
    position: relative;
    z-index: 1;
}

.more-from-section h3:before {
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 95%;
    width: 100%;
}

.more-from-section h3:before {
    left: 0;
}


.ad-revcontent h3 {
    text-transform: uppercase;
    display: inline-block;
}

.ad-revcontent h3:before {
    background: transparent;
}


.ad-revcontent ul li {
    width: 23% !important;
    margin-top: 10px;
    margin-right: 2% !important;
    display: inline-block;
    float: left;
}

.ad-revcontent ul li:nth-of-type(3) {
    margin-right: 2% !important;
}

.ad-revcontent ul li:nth-of-type(4) {
    margin-right: 0;
}

.ad-revcontent ul li h4 {
    font-size: 12px !important;
    max-height: 40px;
    overflow: hidden;
}

.ad-revcontent p {
    font-size: 11px !important;
    padding: 0;
    margin: 10px 0 0 0;
    display: inline-block;
    float: right;
}



.more-from-section h3.trending-stories:after {
    margin-left: 29%;
}



.more-from-section ul {
    margin: 0;
    padding: 0;
}

.more-from-section ul li {
    width: 31.4%;
    margin-top: 10px;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}

.more-from-section ul li:nth-of-type(3) {
    margin-right: 0;
}

.more-from-section ul li h4 {
    font-size: 14px;
}

.more-from-section ul li span {
    margin-bottom: 5px;
    display: block;
}

.more-from-section ul li:last-child {
    margin-right: 0;
}


.ad-videos-section {
    margin-top: 10px;
}

.ad-google {
    display: block;
    margin: 20px auto;
    width: 100%;
}

.trending-story ul li a,
.trending-story ul li a:hover {
    color: #4a4a4a;
}


.right-section {
    width: 300px;
}

.right-section .ad-google {
    margin-top: 0;
}

.trending-story {
    background: #f2f2f2;
    width: 100%;
}

.budget-banner {
    background: #f2f2f2;
    width: 100%;
}

.trending-story h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    border-bottom: 1px solid #858585;
}

.trending-story ul {
    margin: 0 15px 0 30px;
    padding: 0 0 25px;
}

.trending-story ul li {
    list-style: none;
    font: normal 14px/22px 'Arial';
    margin-bottom: 0px;
}

.trending-story ul li:before {
    content: "";
    border-color: transparent #4a4a4a;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 15px;
    position: relative;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.footer-section {
    background: #d8d8d8;
    border-top: 1px solid #333;
    padding: 7px 10px;
}


.footer-section h3 {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}

.footer-section ul {
    margin: 0;
    padding: 0;
    display: inline;
}

.footer-section ul li {
    display: inline-block;
    font-size: 12px;
}

.footer-section ul li:after {
    content: "|";
    padding: 0 5px;
}

.footer-section ul li:last-child:after,
.copyright ul li:last-child:after {
    content: '';
}


.footer-section ul li a,
.footer-section ul li a:hover {
    color: #000;
}

.copyright {
    background: #404040;
    padding: 7px 10px;
}


.copyright h4 {
    font-size: 13px;
    color: #fff;
    display: inline-block;
}

.copyright ul {
    text-align: right;
    margin: 0;
    padding: 0;
}

.copyright ul li {
    display: inline-block;
    font-size: 12px;
}

.copyright ul li a,
.copyright ul li a:hover {
    color: #fff;
}

.copyright ul li:after {
    content: "|";
    padding: 0 5px;
    color: #fff;
}

#show {
    width: 100%;
    position: relative;
    display: none;
}

#show1 {
    display: none;
    position: relative;
}

/*Homepage style*/

.hightlighted-story {
    display: block;
}

.hightlighted-story ul {
    margin: 10px 0 0 0;
    padding: 0;
}

.hightlighted-story ul li {
    width: 49%;
    display: inline-table;
    background: #f2f2f2;
    margin-bottom: 20px;
    position: relative;
    vertical-align: top;
    /* float: left; */
}

.story-with-inline-tags {
    display: block;
    min-height: 250px;
    max-height: 300px;
    overflow: hidden;
}

.story-with-abs-tag {
    display: block;
    min-height: 240px;
    max-height: 280px;
    overflow:hidden;
}

.hightlighted-story ul li div.btm-bor {
    border-bottom: 1px solid #858585;
    padding: 6px 0px;
    margin-bottom: 6px;
}

.hightlighted-story ul li div.btm-bor:last-child {
    border-bottom: none;
}


.hightlighted-story ul li h3,
.hightlighted-story ul li h4 {
    /* height: 50px; */
    overflow: hidden;
}

.hightlighted-story ul li h3 a {
    font: normal 16px 'Arial';
    color: #4a4a4a;
    padding: 0px 8px 0 8px;
    display: block;
}

.hightlighted-story ul li h4 a {
    font: normal 16px 'Arial';
    color: #4a4a4a;
    padding: 0px 8px;
    display: block;
}

.hightlighted-story ul li span {
    position: relative;
    display: block;
    }

.hightlighted-story ul li span img{
    width: 100% !important;
    height: 171px;
    object-fit: cover;
}


.hightlighted-story ul li span.spn-txt {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    color: #000;
    text-shadow: 1px 1px #fff;
}




.hightlighted-story ul li:last-child,
.hightlighted-story ul li:nth-last-child(2) {
    margin-bottom: 10px !important;
}


a.tab-section {
    position: absolute;
    padding: 5px 10px;
    background: #8f8d92;
    color: #fff;
    font: normal 14px 'Arial';
    text-transform: uppercase;
    top: -10px;
    left: 10px;
    letter-spacing: 1.0px;
}

.newsletter-section {
    background: #f8f8f8;
    padding: 25px 0px;
    text-align: center;
}

.newsletter-section input[type=text] {
    border: 1px solid #d6d6d6;
    height: 35px;
    vertical-align: top;
    padding: 10px;
    width: 225px;
}

.subscribe-button {background:url("/feo-cdn/c/M/ZsN7Rtx60.png") no-repeat;
    cursor: pointer;
    border: none;
    width: 41px;
    height: 35px;
}


.entertainment-stories,
.games-section,
.more-top-story {
    background: #f5f5f5;
    display: block;
}

.more-top-story {
    margin-top: 10px;
}

.entertainment-stories h2,
.games-section h2,
.more-top-story h2 {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #858585;
    font: bold 16px 'Arial';
}


.entertainment-stories ul {
    margin: 10px;
    padding: 0 0 10px;
    overflow: hidden;
}

.entertainment-stories ul li {
    width: 49%;
    list-style: none;
    display: inline-block;
}

.entertainment-stories ul li span {
    width: 100%;
    height: 120px;
    display: inline-block;
}


.entertainment-stories ul li span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.entertainment-stories ul li h3 a {
    font: normal 16px 'Arial';
    color: #000;
    /* height: 60px; */
    display: block;
    margin-top: 10px;
}

.entertainment-stories ul li h4 a {
    font: normal 16px 'Arial';
    color: #4a4a4a;
    display: block;
    border-bottom: 1px solid #858585;
    /* height: 60px; */
    vertical-align: text-top;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


.entertainment-stories ul li h4:last-child a {
    border-bottom: none;
}


.games-section ul {
    margin: 20px auto 0px auto;
    padding: 0 0 20px 0;
    text-align: center;
}


.games-section ul li {
    display: inline-block;
    margin-right: 30px;
    list-style: none;
}

.games-section ul li a {
    color: #000;
    text-decoration: none;
}


.icon-sudoku,
.icon-jumble,
.icon-crossword {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
    border: none;
}

.icon-sudoku {background:url("/feo-cdn/A/h/r1R1uMiWk.png") no-repeat;
    width: 31px;
    height: 32px;
}

.icon-jumble {background:url("/feo-cdn/d/1/xH3qgKqfc.png") no-repeat;
    width: 34px;
    height: 32px;
}

.icon-crossword {background:url("/feo-cdn/H/O/Hyi6ae2Vs.png") no-repeat;
    width: 32px;
    height: 31px;
}

.quotes {
    padding: 40px;
    display: block;
    text-align: center;background-image:url("/feo-cdn/Q/4/4eEa17p0I.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #efedce;
    margin: 10px 0;
}

.quotes h3 {
    font: normal 18px 'Arial';
    color: #525145;
    display: block;
}

.quotes span {
    display: block;
    margin-top: 10px;
}


.more-top-story ul {
    margin: 10px 0 0 0;
    padding: 0;
}

.more-top-story ul li {
    display: block;
    list-style: none;
    padding: 5px 10px;
    margin-bottom: 0px;
}

.more-top-story ul li:first-child{
    padding-top: 0;
}

.more-top-story ul li a,
.more-top-story ul li a:hover {
    color: #4a4a4a;
}


.more-top-story ul li span a {
    color: #858585;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.multiline-ellipsis, .multiline-ellipsis-container { 
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  width: auto;
}

.more-from-homepage ul li h4 a,
.more-from-section ul li h4 a,
.more-from-homepage ul li h4 a:hover,
.more-from-section ul li h4 a:hover {
    color: #333;
  
}


/*section style*/
.section-heading{
    font: bold 36px/45px 'Arial' !important;
    color: #000 !important;
}


.main-sub-section {
    background: #f2f2f2;
}


.main-sub-section .hm-lead-img {
   height: 300px !important;
}

.main-sub-section h2{
    padding: 10px 8px 5px 8px !important;
    margin-bottom: 0 !important;
    font-size: 24px !important
}


.main-sub-section .publish-date
{
    padding: 5px 8px 10px 8px !important;
    color: #858585 !important;
    display: inline-block !important
}


.main-sub-section .author-name {
       padding: 5px 0px 10px 8px !important;
       color: #858585 !important;
       display: inline-block !important
}


.main-sub-section .author-name:after {
      content: '|';
      padding: 0 5px;

}


.section-sub-stories .author-name:after{
    content: '|';
    padding: 0 5px;
}


.section-sub-stories{
    background: #f2f2f2;
    margin-top: 10px;
    padding: 15px;
    display: block;
}

.section-sub-stories .media-left {
    min-width: 100px;
    height: 100px;
    border: 1px solid #fff;
    overflow: auto;
    padding-right: 0 !important;
}

.section-sub-stories .media-left img.media-object{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.section-sub-stories .media-body
{
    padding-left: 10px;

}


.section-sub-stories a.tag-name {
    color: #858585;
    font: normal 11px 'Arial';
}

.section-sub-stories p {
    margin-bottom: 5px;
    font-size: 16px;
}

.section-sub-stories .author-name{
    display: inline-block;
    color: #858585;
    padding-top: 5px;
}

.section-sub-stories .author-name:after{
    content: '|';
    padding: 0 5px;
}


.section-sub-stories .publish-date {
    display: inline-block;
    color: #858585;
    padding-top: 5px;
}



.pagination-wrap{ 
 margin:auto;
 text-align:center;
}

.pagination-wrap .pagination {
    margin: 20px 0 0 0 !important;
}


.pagination > li > a,
   .pagination > li > span {
       color: #333;
   }
   
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
   z-index: 2;
   color: #fff;
   background-color: #333;
   border-color: #c9c9c9;
}
   
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #333333;
    border-color: #333333;
}
   
ul.pagination > li:first-child > a:after,
ul.pagination > li:first-child > span:after {
   margin-left: 6px;
}

ul.pagination > li:last-child > a:before,
ul.pagination > li:last-child > span:before {
   margin-right: 6px;
}
.pagination>li>a,
.pagination>li>span {
   border-radius: 0% !important;
   margin: 0 2px;
}


/*static pages style*/
.advertise-section table tr td, .advertise-section table tr th{
    padding: 4px !important;

}

.advertise-section h5{
    color: #0e63a5;
    font-weight: 600;
}


.feedback-section  form{
    margin-top: 20px;
}


.feedback-section .control-label {
    padding-right: 10px;
}

.feedback-section .form-group {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    display: block;
}


.feedback-section .form-control {
    width: 60%;
    padding: 5px;
    border: 1px solid #ccc;
}

.advertise-section p, .contact-section p{
    line-height: 20px;
}


.contact-section h5{
    color: #cd0814;
    font-weight: 600;
    margin-bottom: 5px;
}

.error-section {
    display: inline-block;
    overflow: auto;
    padding: 70px 0px;
    text-align: center;
}

.error-section h1{
    font-size: 36px;
    margin-top: 20px;
}

.error-section p{
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
}


.error-section p a{
    text-decoration: underline;
    color:#0a5388;
}

.error-section .search-box {
    margin: 0 auto 30px auto;
    float: none;
    text-align: center;
    width: 250px;
}


.error-section .search-box .gsc-search-button {
    border: none;
}

.error-section .gsc-input {
    width: 180px !important;
    margin: .425em 0px 0px !important;
/*     padding: 0px !important;
    outline: none !important;
    border: none !important;
    margin: 0 !important;
    height: 30px !important;
    outline: none !important;
    background: rgb(255, 255, 255) !important;
    line-height: 32px !important;
    border: 1px solid #d9d9d9 !important; */
}

.message {
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    background: #f5f5f5;
    color: #333;
    border-radius: 10px;
    padding: 10px;
}

/*Crossword style*/
.story {
    font: normal 14px/22px 'Arial';    
    color:#000;
    padding-bottom: 10px;
}

.crossword-section div {
    font-size: 14px !important;
}

#cluelist tr th {
    font-size: 14px !important;
}

#cluelist td{
    font-size: 14px !important;
    padding: 8px 0;
}

.ui-state-highlight>div {
    padding: 0px 0 !important;
}
.storyBold {
    font-weight: bold;
    padding-bottom: 10px;
}

/*Jumble  style*/
#container {
    padding: 10px 6px !important;
}

#strap {
    font-size: 14px !important;
}

#container fieldset legend
    {
    font-size: 12px !important;
    font-weight: bold !important;
}

#words {
    padding-left: 0 !important;
}

#answer {
    border: none !important;
    padding-top: 20px;
    display: block;
    overflow: hidden;
    width: 100%;
    }

#playerlist>div {
    padding: 10px;
}


.suduku-play-text {
    margin-top: 20px;
    display: block;    
}

.suduku-play-text h3{
    font-size: 18px;
    font-weight: normal;
}


.suduku-play-text ul{
    margin-top: 10px;
    padding: 0;
}

.suduku-play-text ul li {
    font: normal 12px/20px 'Arial';
    margin: 0 0 5px 20px; 
}



@media (max-width: 1200px) {
    .story-section {
        width: 460px;
    }

    .more-from-section h3:before {
        top: 90%;
    }

    .hm-lead-img {
        width: 100%;
        height: 328px;
    }

    .story-with-inline-tags {
    min-height: 260px;
    max-height: 300px;
    }

    .search-box .gsc-input {
        width: 150px;
    }

}

@media (max-width: 991px) {
    .story-section {
        width: 545px;
    }

    .more-from-section h3:before {
        top: 90%;
    }

    .story-with-abs-tag {
        min-height: 246px;
    }
}



@media (max-width: 767px) {
    .copyright,
    .copyright ul {
        text-align: center;
    }


    .left-section {
        display: none;
        width: 100%;
    }

    .more-top-story {
        margin-top: 0;
    }


    .story-section {
        width: 100%;
        border-left: none;
        border-right: none;
        margin: 0;
    }

    .right-section {
        margin: 0 auto;
        display: inline;
    }

    .more-from-homepage ul li {
        width: 47%;
    }

    .more-from-homepage ul li span {
        height: 150px;
    }

    .more-from-section ul li span {
        height: 150px;
    }


    .more-from-section ul li {
        width: 47%;
    }

    .more-from-homepage ul li:last-child,
    .more-from-homepage ul li:nth-last-child(-n+2),
    .more-from-section ul li:last-child,
    .more-from-section ul li:nth-last-child(-n+2) {
        display: none;
    }

    .ad-revcontent ul li {
        width: 47% !important;
    }


    .more-from-section ul li:nth-of-type(2) {
        margin-right: 0;
    }

    .more-from-section ul li:nth-of-type(3) {
        margin-right: 2%;
    }

    
    .telegraph-logo {
        position: fixed;
        z-index: 999;
        background: #fff;
        padding-top: 10px;
        border-bottom: 1px solid #000;
        top: 0;
    }

    .mob-ad-first{
        margin-top: 93px;
    }

     .left-section {
        width: 100%;
        position: fixed;
        background: #fff;
        top: 104px;
        height: 75%;
        z-index: 2000;
        overflow: scroll;
        border-bottom: 1px solid #8f8d92;
    }

    #show {
        background: transparent;
        padding: 10px 0 0 0px;
        color: #000;
        display: inline-block;
    }


    #show1 {
        background-color: #000;
        padding: 8px 0px;
        color: #fff;
        height: 35px;
        line-height: 23px;
        text-align: center;
    }


    .vertmenu{
        position: fixed;
        left: 20px;
        top: 12px !important;
        z-index: 1000;
        width: 40px;
        height: 35px;
        display: inline-block;
        border: 2px solid #000;
    }

     .vertmenu1 {
        position: fixed;
        left: 20px;
        margin-top: 12px;
        z-index: 1000;
        width: 40px;
        display: inline-block;
    }

    .vertmenu span {
        width: 25px;
        height: 11px;
        background: transparent;
        /* border: 4px solid #f00; */
        display: block;
        margin-top: -4px;
        color: #f00;
        border-top: 3px solid #000;
    }

    .vertmenu span:first-child {
        margin-top: -2px !important;
    }

    .ad-google-mob {
        /* border: 1px solid #f00;    */
        margin: 0px auto 10px auto;
        width: 100%;
    }

    .story-lead-img h1 {
        font-size: 16px;
        line-height: 20px;
    }

    .entertainment-stories,
    .games-section,
    .more-top-story,
    .quotes {
        float: left;
        width: 100%;
    }

    .games-section {
        margin-top: 10px;
    }

    .ad-slot-container {
        width: 100%;
        float: left;
        text-align: center;
        /* border: 1px solid #f00; */
    }

    #div-gpt-ad-1513064373178-7,
    #div-gpt-ad-1513064373178-8,
    #div-gpt-ad-1513064373178-9,
    #div-gpt-ad-1513064373178-10 {
        text-align: center;
        margin: 0px auto;
    }

    .mob-ad-homepage {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .hm-lead-img {
       width: 100%;
       height: 435px !important;
       height: auto;
    }

    .quotes {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .hightlighted-story ul li:first-child,
    .hightlighted-story ul li:nth-child(2),

    {
        margin-bottom: 0px !important;

    }

    .hightlighted-story ul li:nth-child(2n+1),
    .hightlighted-story ul li:nth-child(2n+2) {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .hightlighted-story ul {
        margin-top: 0 !important;
    }

    .hightlighted-story ul li span img{
        height: 200px;
    }

    .story-with-inline-tags {
        min-height: 220px;
        max-height: 300px;
    }

    .story-with-abs-tag {
        min-height: 220px;
    }

    .entertainment-stories ul {
        margin-bottom: 0;
    }

    .entertainment-stories ul li h4:last-child a {
        margin-bottom: 0;
    }


    .section-sub-stories{
        margin: 10px 0;
    }

     .about-us-section .mob-ad-first,
     .advertise-section .mob-ad-first,
     .feedback-section .mob-ad-first,
     .disclaimer-section .mob-ad-first,
     .privacy-policy-section .mob-ad-first

      {
        margin-top: 30px !important;
        margin-bottom: 10px;
    }


    
}


@media (max-width: 580px) {
    .telegraph-logo img {
        width: 60%;
    }

    .left-section {
        top: 72px;
        height: 70%;
    }

    .mob-ad-first{
        margin-top: 61px;
        margin-bottom: 10px;
    }

    .story-section {
        width: 100%;
        margin-top: 0px;
        border-left: none;
        border-right: 0px;
    }

    .mob-hide {
        display: none;
    }

    .search-box .gsc-input {
        width: 100px;
    }

    
    .games-section ul li {
        margin-right: 10px;
    }

    
    .games-section {
        width: 100%;
    }

    .vertmenu {
        left: 10px;
        top: 0px;
        z-index: 1999999;
    }

    .vertmenu1 {
        left: 10px;
        margin-top: 0px;
    }

     .hm-lead-img {
       width: 100%;
       height: 285px !important;
       height: auto;
    }

      .hightlighted-story ul li span img{
        height: 120px;
    }
    .story-with-abs-tag {
        min-height: 270px !important;
        max-height: 330px !important;
    }

    .pagination>li>a, .pagination>li>span{
        margin: 5px 2px;
    }

    .pagination > li {
        display: inline-block !important;
    }

    .main-sub-section h1{
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .feedback-section .form-control { 
            width: 75%;

    }

    .error-section {
        padding: 30px 10px; 
    }

    .error-section .search-box .gsc-input {
        width: 180px;
    }

    .about-us-section .mob-ad-first,
    .advertise-section .mob-ad-first,
    .feedback-section .mob-ad-first,
    .disclaimer-section .mob-ad-first,
    .privacy-policy-section .mob-ad-first
     {
        margin-top: 0px !important;
        margin-bottom: 10px;
    }

    .advertise-section tbody tr th,
    .advertise-section tbody tr td
     {
        width: 100%;
        display: block !important;
        text-align: left !important;
    }

}





@media (max-width: 320px) {
    #show {
        padding-top: 7px;
    }

    .vertmenu {
        width: 28px;
        height: 28px;
    }

    .vertmenu1 {
        width: 28px;
        height: 28px;
    }

    .vertmenu span {
        width: 20px;
        height: 10px;
    }

    .hm-lead-img {
       width: 100%;
       height: 220px !important;
       height: auto;
    }

    .left-section {
        top: 85px;
        height: 70%;
    }

    .hightlighted-story ul li {
        width: 100%;
    }

    .hightlighted-story ul li span img {
        height: 75%;
    }

    .story-with-inline-tags,
    .story-with-abs-tag
     {
        min-height: auto;
        max-height: auto;
    }

     
}
