.transition {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.category-name {
    font: 400 14px/16px Arial;
    color: #585858;
    text-transform: uppercase;
    position: relative;
    padding-right: 5px;
    z-index: 1;
    display: inline-block;
}

.category-name:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #fad65f;
    left: 0;
    right: 0;
    bottom: 2px;
    z-index: -1;
}

.main-story-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font: 900 27px/35px Arial;
    letter-spacing: 0;
    color: #000;
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
    /* width: 83vw; */
}

.main-story-title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    border-bottom: #707070 solid 1px;
    z-index: -1;
}

.main-story-title span {
    display: inline-block;
    width: 83px;
    height: 6px;
    background: #fad65f;
    margin: 0;
    position: relative;
}

.main-story-title span:before {
    content: "";
    background: #fff;
    width: 10px;
    height: 5px;
    position: absolute;
    left: -10px;
    top: 0;
}

.main-story-title span:after {
    content: "";
    background: #fff;
    width: 10px;
    height: 5px;
    position: absolute;
    right: -10px;
    top: 0;
}

.double-title {
    position: relative;
    margin: 0 0 0 11px;
}

.title-shadow:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 6px;
    background: #f5d672;
    position: absolute;
    bottom: 12px;
    left: 0;
}

.title-txt {
    font: 900 Italic 20px/45px Arial;
    color: #000;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.title-shadow {
    font: 900 Italic 24px/53px Arial;
    color: #f2f2f2;
    text-transform: uppercase;
    position: absolute;
    left: -11px;
    z-index: 1;
    top: -8px;
    letter-spacing: 1px;
}

@keyframes blinkingText {
    50% {
        opacity: 0;
    }
}

.main-story-thumb-wrap {
    position: relative;
    margin-bottom: 30px;
    max-width: 640px;
}

@keyframes blinkingText {
    50% {
        opacity: 0;
    }
}

.big-thumb {
    position: relative;
    margin-bottom: 32px;
}

.big-thumb .thumb-img {
    position: relative;
    display: block;
    width: fit-content;
}

.big-thumb .title-wrap {
    background: #fff;
    padding: 10px;
    margin: -28px 0 0 16px;
    position: relative;
    /* width: 83vw; */
}

.big-thumb .main-title {
    margin-top: 15px;
}

.big-thumb .main-title,
.big-thumb .main-title a {
    font: 700 24px/27px "Playfair Display", sans-serif;
    letter-spacing: 0;
    color: #000;
}

.big-thumb h2 {
    font: 700 24px/27px "Playfair Display", sans-serif;
    margin: 10px 0;
}

.big-thumb .thumb-social-wrap {
    position: absolute;
    top: 9px;
    right: 15px;
}

.big-thumb .copy {
    font: 400 15px/20px Arial;
    letter-spacing: 0;
    color: #333;
    margin-top: 10px;
}

.common-widget {
    margin: 0 0 30px;
}

.top-stories-wrap {
    border: 1px solid #dedede;
    position: relative;
    top: -15px;
    border-bottom: 4px solid #000;
}

.top-stories-wrap .story-list-ul {
    list-style-type: none;
}

.top-stories-wrap .story-list-ul li {
    border-bottom: 1px solid #d5d5d5;
    position: relative;
    counter-increment: inst;
    padding: 15px 5px 15px 45px;
}

.top-stories-wrap .story-list-ul li::after {
    background: #efefef;
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: 9px;
    top: 23px;
}

.top-stories-wrap .story-list-ul li::before {
    content: counter(inst);
    text-align: center;
    position: absolute;
    transition: all 0.2s ease-in-out;
    z-index: 1;
    font: 700 37px/17px "Playfair Display";
    color: #000;
    text-transform: uppercase;
    left: 9px;
}

.top-head-title {
    font: 700 18px/22px "Playfair Display";
    letter-spacing: 0;
    color: #000;
    margin: 0 0 5px;
    max-width: 90%;
}

.top-head-sum {
    font: 400 14px/18px Arial;
    letter-spacing: 0.56px;
    color: #000;
}

@media (max-width: 768px) {
    header {
        padding: 0 10px;
    }
    .main-container {
        display: inline-block;
    }
    .main-menu-wrap .menu-wrap {
        overflow-x: scroll;
        /* padding: 0 10px; */
    }
    .main-content {
        width: auto;
    }
    .main-story-thumb-wrap {
        max-width: 768px;
    }
    .sidebar {
        width: 768px;
        margin: 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .category-wrap,
    .container,
    .main-wrapper {
        max-width: 860px;
    }
}

.transition {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    color: #000;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    color: #000;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    width: 100%;
}

.main-container {
    display: flex;
}

.container {
    /* max-width: 94vw; */
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.main-content {
    flex-basis: 0;
    flex-grow: 1;
    padding: 0;
    /* width: 94vw; */
    /* margin: auto; */
}

.sidebar {
    flex-shrink: 0;
    width: 300px;
    margin-left: 20px;
}

.tab-container {
    display: flex;
}

.tab {
    background-color: #f1f1f1;
    width: 30%;
    height: 300px;
}

.tablinks {
    display: block;
    background-color: inherit;
    color: #000;
    padding: 13px 10px;
    border: none;
    outline: 0;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

.tablinks:hover {
    background-color: #ddd;
}

.tablinks.active {
    background-color: #fff;
}

.tabcontent {
    display: none;
    padding: 0;
    width: 70%;
    border-left: none;
}

.big-thumb .thumb-img {
    position: relative;
    display: block;
}

@media (max-width: 768px) {
    header {
        padding: 0 10px;
    }
    .main-container {
        display: inline-block;
        /* width: 94vw; */
    }
    .big-thumb {
        width: 94vw;
    }
    .main-menu-wrap .menu-wrap {
        overflow-x: scroll;
        padding: 0 10px;
    }
    .main-story-thumb-wrap {
        max-width: 94vw;
        width: 94vw;
    }
    .sidebar {
        width: 94vw;
        margin: 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .category-wrap,
    .container,
    .main-wrapper {
        max-width: 860px;
    }
}

.header-sticky {
    position: sticky;
    top: 0;
    z-index: 99999999;
    margin-bottom: 30px;
}

header {
    background: #000;
    padding: 2px 0;
    position: sticky;
    top: 0;
    z-index: 99999999;
}

header .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

header .sidenav-menu-btn {
    display: flex;
    flex-direction: column;
    padding: 5px;
    cursor: pointer;
}

header .sidenav-menu-btn span {
    width: 22px;
    height: 2px;
    margin-bottom: 3px;
    background: #fff;
}

#sidenav-wrap {
    opacity: 0;
    z-index: -9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#mySidenav {
    position: absolute;
    top: 0;
    left: -320px;
    bottom: 0;
    width: 320px;
    background: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

#mySidenav .horizontal-share {
    display: flex;
    margin: 10px 0;
}

#mySidenav::-webkit-scrollbar {
    width: 5px;
}

#mySidenav::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#mySidenav::-webkit-scrollbar-thumb {
    background: #767676;
}

#sidenav-wrap.open {
    opacity: 1;
    z-index: 9999999999;
}

#sidenav-wrap.open #mySidenav {
    left: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.close-sidenav {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    cursor: pointer;
}

.close-sidenav svg {
    width: 24px;
    height: 24px;
}

.menu-list,
.menu-list li {
    display: block;
}

.menu-list li a {
    display: block;
    padding: 7px 10px 7px 30px;
    font: 700 14px/24px Arial;
    color: #000;
    border-bottom: #b9b9b9 solid 1px;
}

.search-box {
    display: flex;
}

.search-box .search-btn {
    cursor: pointer;
}

.search-box .search-btn svg {
    width: 17px;
    height: 17px;
    fill: #fff;
}

.search-box .search-btn .close {
    display: none;
    cursor: pointer;
}

.search-box .input-wrap {
    position: absolute;
    top: -57px;
    right: 42px;
    left: 4px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 2px 0;
    height: 41px;
}

.search-box .input-wrap input {
    width: 100%;
    background: #000;
    border: 1px solid #5f5f5f;
    padding: 0 10px;
    height: 100%;
    font: 400 13px/16px Arial;
    color: #c7c7c7;
    text-transform: capitalize;
}

.search-box.active .input-wrap {
    top: 2px;
}

.search-box.active .search-btn .close {
    display: block;
}

.search-box.active .search-btn .open {
    display: none;
}

#mySidenav .tablinks {
    border-bottom: #ccc solid 2px;
    text-align: left;
    font: 600 10px/10px Arial;
    letter-spacing: 0;
    color: #585858;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: capitalize;
}

#mySidenav .tablinks svg {
    fill: #b9b9b9;
    width: 16px;
    height: 16px;
    margin-bottom: 6px;
}

#mySidenav .tab {
    height: 100%;
}

#mySidenav .tab-container {
    border-top: #b9b9b9 solid 1px;
    border-bottom: #b9b9b9 solid 1px;
    flex-grow: 1;
}

.main-menu-wrap {
    -webkit-box-shadow: 0 3px 6px 0 #d6d6d6;
    box-shadow: 0 3px 6px 0 #d6d6d6;
    background: #fff;
}

.main-menu-wrap .menu-wrap {
    display: flex;
    white-space: nowrap;
    padding: 0;
    /* width: 100%; */
}

.main-menu-wrap .main-menu {
    display: flex;
    padding: 0;
}

.main-menu-wrap .main-menu li {
    padding: 8px 0 6px;
    border-bottom: transparent solid 2px;
}

.main-menu-wrap .main-menu a {
    display: inline-block;
    font: 400 12px/15px Arial;
    padding: 0 14px;
}

.main-menu-wrap .main-menu li:first-child a {
    padding-left: 0px;
    border-left: none;
}

.main-menu-wrap .main-menu .active,
.main-menu-wrap .main-menu li:hover {
    font-weight: 700;
    border-color: #f04f38;
}

.main-menu-wrap .main-menu a {
    border-left: #c4c4c4 solid 1px;
}

.main-menu-wrap .main-menu {
    margin: auto;
}

.social-div {
    display: flex;
    align-items: center;
    border-right: 1px solid #999;
    padding: 0 30px 0 0;
    margin: 0 30px 0 0;
    position: absolute;
    top: 5px;
    right: 30px;
    bottom: 5px;
}

.social-div a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 5px;
}

.social-div svg {
    width: 24px;
    height: 24px;
}

.search-suggestions {
    position: absolute;
    width: 95%;
    left: 4px;
    top: 41px;
    background: #fff;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 5px 5px;
}

.search-suggestions .suggestions-list li {
    margin: 15px 10px;
}

.search-suggestions .suggestions-list li a {
    font: 400 13px/18px Arial;
    width: 100%;
}

#mySidenav .horizontal-share li {
    margin: 0 5px;
}

.sc-icon {
    width: 26px;
    height: 26px;
}

.horizontal-share {
    display: flex;
    padding-right: 6px;
}

.horizontal-share li {
    padding: 0 2px;
}

.thumb-social-wrap {
    position: relative;
}

.thumb-social-wrap .button-social svg {
    width: 18px;
}

.thumb-social-wrap .thumb-social {
    background: url(https://www.firstpost.com/static/images/social-bg.png) no-repeat;
    width: 60px;
    position: absolute;
    bottom: 30px;
    left: -22px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    margin: 0;
}

.thumb-social-wrap .thumb-social li {
    padding: 4px 0;
    border-bottom: #ddd solid 1px;
}

.thumb-social-wrap .thumb-social li:first-child {
    padding-top: 8px;
}

.thumb-social-wrap .thumb-social li:last-child {
    padding-bottom: 11px;
    border: none;
}

.thumb-social-wrap .thumb-social a {
    width: 26px;
    height: 26px;
}

.thumb-social-wrap .thumb-social svg {
    width: 26px;
    fill: #585858;
    cursor: pointer;
}

.thumb-social-wrap .thumb-social.open {
    height: 167px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 10px 8px;
}

.thumb-social-wrap .thumb-list {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.rhs-video-div {
    margin: 0 0 30px;
}

.rhs-video-div .rhs-video-title {
    font: 700 18px/24px "Playfair Display";
    color: #000;
    margin: 0 0 10px;
}

.thumb-social-wrap .button-social svg {
    cursor: pointer;
}

.panel-title a {
    font: 700 18px/24px "Playfair Display";
    color: #000;
    margin: 0 0 10px;
}


/* <-------Footer CSS ---- > */

@font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    src: url(https://www.firstpost.com/static/fonts/playfair-display-v20-latin-regular.eot);
    src: local(""), url(https://images.firstpost.com/wp-content/uploads/fpranking/1670927159426.jpg?impolicy=website&width=640&height=362) format("embedded-opentype"), url(https://www.firstpost.com/static/fonts/playfair-display-v20-latin-regular.woff2) format("woff2"), url(/static/fonts/playfair-display-v20-latin-regular.woff) format("woff"), url(https://www.firstpost.com/static/fonts/playfair-display-v20-latin-regular.ttf) format("truetype"), url(https://www.firstpost.com/static/fonts/playfair-display-v20-latin-regular.svg#PlayfairDisplay) format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    src: url(https://www.firstpost.com/static/fonts/playfair-display-v20-latin-700.eot);
    src: local(""), url(https://www.firstpost.com/static/fonts/playfair-display-v20-latin-700.eot?#iefix) format("embedded-opentype"), url(https://www.firstpost.com/static/fonts/playfair-display-v20-latin-700.woff2) format("woff2"), url(https://www.firstpost.com/static/fonts/playfair-display-v20-latin-700.woff) format("woff"), url(https://www.firstpost.com/static/fonts/playfair-display-v20-latin-700.ttf) format("truetype"), url(https://www.firstpost.com/static/fonts/playfair-display-v20-latin-700.svg#PlayfairDisplay) format("svg");
    font-display: swap;
}

.footer {
    border-top: #585858 solid 6px;
    padding: 10px 0 0;
}

.footer .footer-main {
    display: flex;
    justify-content: space-between;
}

.footer .horizontal-share li {
    padding: 0 5px;
}

.footer-link-wrap {
    display: flex;
    margin-top: 10px;
    padding: 0;
    border-top: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
}

.footer-link-wrap .footer-column {
    flex: 1;
    border-right: #ddd solid 1px;
    padding: 0 8px 15px;
}

.footer-link-wrap .footer-column:last-child {
    border-right: none;
}

.footer-link-wrap .footer-heading {
    font: 800 13px/18px Arial;
    letter-spacing: 0;
    color: #333;
    margin-top: 15px;
    margin-bottom: 7px;
    text-transform: capitalize;
}

.footer-link-wrap .footer-links a {
    font: 400 12px/22px Arial;
    letter-spacing: 0;
    color: #333;
}

.other-sites {
    display: flex;
    align-items: center;
    padding: 8px;
    border-bottom: #ddd solid 1px;
    margin-bottom: 10px;
}

.company-name {
    display: flex;
    align-items: center;
    font: 800 13px/18px Arial;
    letter-spacing: 0;
    color: #333;
    margin-right: 10px;
    flex-shrink: 0;
}

.company-name svg {
    width: 18px;
    margin-left: 5px;
    fill: #999;
}

.other-sites-links {
    display: flex;
}

.other-sites-links li {
    padding: 0 8px;
}

.other-sites-links li a {
    font: 400 12px/22px Arial;
    letter-spacing: 0.24px;
    color: #333;
}

.copywrite {
    display: flex;
    justify-content: center;
    font: 400 12px/22px Arial;
    letter-spacing: 0;
    color: #333;
}

.tnc-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0 10px;
}

.tnc-links li {
    padding: 0 5px;
    border-right: #ccc solid 1px;
}

.tnc-links li:last-child {
    border: none;
}

.tnc-links li a {
    font: 700 12px/22px Arial;
    letter-spacing: 0;
    color: #000;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .social-div>a:first-child {
        display: none;
    }
    .social-div>a:nth-child(2) {
        display: none;
    }
    .social-div>a:nth-child(3) {
        display: none;
    }
    .social-div>a:nth-child(4) {
        display: none;
    }
    .social-div {
        border-right: none;
    }
    /* .container {
        width: 100%;
    } */
}

@media only screen and (min-width: 0px) and (max-width: 921px) {
    #mySEARCH {
        /* margin: 0% 2%; */
        margin-right: 2%;
        margin-top: 0%;
        margin-bottom: 0%;
    }
}

#loginDiv {
    width: 30%;
    margin: 30px auto;
}

#signupDiv {
    width: 30%;
    margin: 30px auto;
}

@media only screen and (min-width: 0px) and (max-width: 913px) {
    #loginDiv {
        width: 80%;
    }
    #signupDiv {
        width: 80%;
    }
}

.social-div ul li a {
    margin: 0px;
}

#subscribeDiv form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 3%;
}

#subscribeDiv h2 {
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    font-size: 1.4em;
}

#subscribeDiv input {
    border: 1px solid #abb0b2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#subscribeDiv .button {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

#subscribeDiv .button:hover {
    background-color: #777;
}

#subscribeDiv .inputDiv {
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 3%;
    min-height: 50px;
}

#subscribeDiv .inputDiv label {
    display: block;
    margin-bottom: 3px;
}

#subscribeDiv .inputDiv input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
}

#subscribeDiv .asterisk {
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 5px;
}

#mc-embedded-subscribe {
    clear: both;
    width: auto;
    display: block;
    margin: 1em 0 1em 5%;
}

#subscribeDiv {
    background: #fff;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
}

#subscribeDiv {
    border: 1px solid #dedede;
    padding: 10px;
    margin-bottom: 10px;
}

#subscribeDiv form {
    padding: 0px;
}

#subscribeDiv .button {
    background-color: #fad65f;
    -webkit-appearance: none;
}

#subscribeDiv h2 {
    margin: 0 0 10px;
}

#subscribeDiv .button:hover {
    background-color: #fad65f;
}

@media only screen and (min-width: 768px) and (max-width: 770px) {
    .main-story-title {
        width: 90vw;
    }
    .big-thumb .thumb-img {
        width: 90vw;
    }
    .big-thumb .title-wrap {
        width: 90vw;
    }
}

@media only screen and (min-width: 400px) and (max-width: 767px) {
    .social-div a:last-child {
        margin-left: 2vw;
        margin-right: -20vw;
    }
}

@media only screen and (min-width: 281px) and (max-width: 400px) {
    .social-div>a:last-child {
        margin-left: 8vw;
        margin-right: -20vw;
    }
}

@media only screen and (max-width: 281px) {
    .social-div>a:last-child {
        margin-left: 15vw;
        margin-right: -20vw;
    }
}