/* poppins-regular - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local(''),
            url('https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/tatapower-2022/css/fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/tatapower-2022/css/fonts/poppins-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }
    /* poppins-500 - latin */
    @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local(''),
            url('https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/tatapower-2022/css/fonts/poppins-v20-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/tatapower-2022/css/fonts/poppins-v20-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }
    /* poppins-600 - latin */
    @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local(''),
            url('https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/tatapower-2022/css/fonts/poppins-v20-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/tatapower-2022/css/fonts/poppins-v20-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }
    /* poppins-700 - latin */
    @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local(''),
            url('https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/tatapower-2022/css/fonts/poppins-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
            url('https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/tatapower-2022/css/fonts/poppins-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }
    
    html{height:100%;scroll-behavior: smooth;}
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed, 
    figure, figcaption, footer, header, hgroup, 
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure, 
    footer, header, hgroup, menu, nav, section {
        display: block;
    }
    body {
        line-height: 1; font-family: 'Poppins', sans-serif;
    }
    ol, ul {
        list-style: none;
    }
    blockquote, q {
        quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    
    a{ text-decoration: none; }
    
    img{ width: 100%; vertical-align: top;}
	strong, b{font-weight:bold}
	em, i{font-style: italic}
    
    /*Slick*/
    /* Slider */
    .slick-slider
    {
        position: relative;
    
        display: block;
        box-sizing: border-box;
    
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
    
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
            touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }
    
    .slick-list
    {
        position: relative;
    
        display: block;
        overflow: hidden;
    
        margin: 0;
        padding: 0;
    }
    .slick-list:focus
    {
        outline: none;
    }
    .slick-list.dragging
    {
        cursor: pointer;
        cursor: hand;
    }
    
    .slick-slider .slick-track,
    .slick-slider .slick-list
    {
        -webkit-transform: translate3d(0, 0, 0);
           -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
             -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    
    .slick-track
    {
        position: relative;
        top: 0;
        left: 0;
    
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .slick-track:before,
    .slick-track:after
    {
        display: table;
    
        content: '';
    }
    .slick-track:after
    {
        clear: both;
    }
    .slick-loading .slick-track
    {
        visibility: hidden;
    }
    
    .slick-slide
    {
        display: none;
        float: left;
    
        height: auto;
        min-height: 1px;
    }
    [dir='rtl'] .slick-slide
    {
        float: right;
    }
    .slick-slide img
    {
        display: block;
    }
    .slick-slide.slick-loading img
    {
        display: none;
    }
    .slick-slide.dragging img
    {
        pointer-events: none;
    }
    .slick-initialized .slick-slide
    {
        display: block;
    }
    .slick-loading .slick-slide
    {
        visibility: hidden;
    }
    .slick-vertical .slick-slide
    {
        display: block;
    
        height: auto;
    
        border: 1px solid transparent;
    }
    .slick-arrow.slick-hidden {
        display: none;
    }
    
    /*Slick*/
    
    
    /*Common Classes*/
    .max-width-class{ max-width: 1280px; margin: 0 auto; }
    .d-hide{ display: none; }
    .m-hide{ display: block; }
    .section-title{ color: #3a7dda; font-size: 44px; text-align: center; font-weight: 500; margin: 0 0 50px; }
    .primary-btn{ padding: 10px 25px; background: #f8c300; border-radius: 20px; display: inline-block;font-size: 25px; font-weight: 600; color: #000; border: none;cursor: pointer;}
    .primary-btn.sec-clr{ background: #3a7dda; font-size: 18px; line-height: 24px; color: #fff; }
    /*Common Classes*/
    
    
    /*Header*/  
    .top-header{ position: sticky; top:0; padding: 45px 0 25px; background: #fff; z-index: 9999; box-shadow: 1px 1px 5px rgba(0,0,0,.5); }
    .nav-menu {display: flex; justify-content: center; align-items: center; margin: 0 0 0 180px;}
    .menu-item {position: relative; margin: 0 15px;}
    .menu-item a {text-decoration: none; font-size: 20px; font-weight: 500; color: #3a7dda;}
    .menu-item::after {content: '|'; position: absolute; right: -15px; bottom: 11px; width: 2px; height: 6px; color: #3a7dda;}
    .menu-item:last-child::after {content: none; }
    .top-header .max-width-class {position: relative;}
    .top-img {display: block; position: fixed; top: 29px; left: 8%; z-index: 9999; width: 297px;transition: 0.2s;border-radius: 100%;/*border:#f0f0f0 solid 1px*/}
    .top-img.small{width: 150px; top: 14px;border: 1px solid transparent; box-shadow: 1px 1px 10px rgba(0,0,0,.25);}
    .hamburger {display: none; cursor: pointer; margin: 15px;}
    .bar {display: block; width: 25px; height: 3px; margin: 5px auto; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; background-color: #3A7DDA;}
    /*Header*/
    
    /*Top Banner*/
    .top-section {margin-bottom: 46px;}
    .top-section .common-slider .slick-track li{ margin: 0 0 0 0 !important; position: relative; }
    .top-section .common-slider .slick-dots {position: absolute; left: 50%; bottom: 5%; transform: translate(-50%, -5%); background-color: #ffffffc7; padding: 10px 15px 4px 15px; border-radius: 50px;}
    .top-section .common-slider .slick-dots button {background: #7b7b7b;}
    .top-section .slick-slide {margin: 0 !important;}
    .top-section .slick-list {margin: 0 !important;}
    .top-section .slick-initialized .slick-center { display: block; opacity: 1 !important;}
    .top-section .slick-initialized .slick-slide { display: block; opacity: 1;}
    .top-banner {position: relative; width: 100%; height: auto; overflow: hidden;}
    .banner-m{display: none !important;}
    .top-banner img {width: 100%; min-height: 505px; object-fit: cover;}
    .top-body {position: absolute; width: 420px; height: auto; top: 50px; right: 20%;}
    .top-body h1 {font-size: 37px; font-weight: 500; line-height: 44px; color: #fff; margin-bottom: 32px;}
    .top-body a {font-size: 25px; font-weight: 600; color: #000; background-color: #F8C300; padding: 8px 25px; border-radius: 50px;}
    #topSlider.common-slider{margin: 0;}
    /*Top Banner*/
    
    /*Footprint*/
    .footprint-section{ margin: 0 0 50px; }
    .f-img-wrap img{ border-radius: 5px; }
    .foot-slider{ position: relative;}
    .foot-ttl{ color: #fff; font-size: 32px; font-weight: 600; line-height: 42px; position: absolute; top: 25px; left: 20px; max-width: 60%; }
    .foot-tap-div{position: absolute;bottom: 16px;display: flex;justify-content: center;width: 100%;margin: 0 auto;z-index: 9;}
    .foot-tap-div .share-icon{ position: absolute; right: -72px; bottom: -8px; }
    .social-div{ display: flex; position: absolute; bottom: 10px; right: 10px; align-items: flex-end; z-index: 999; }
    .social-share{ display: none; align-items: center; padding: 8px 8px 8px 0; border: 1px solid #919292; border-radius: 5px;background: #fff;  }
    .social-share.show-social{ display: flex; margin: 0 10px 0 0; position: relative; top: 28px; z-index: 2; }
    .s-icon-div{ text-align: center; margin: 0 0 0 8px; }
    .soc-count{ color: #3a7dda; font-size: 13px; font-weight: 600; padding: 2px; background:#fff; border: 1px solid #919292; border-radius: 2px; margin: 5px 0 0; position: relative;  }
    .soc-count::before{ content:''; display: inline-block; position: absolute; top:-6px; left:11px; background:url(https://images.news18.com/static_news18/pix/ibnhome/news18/images/microsite/tatapower-2022/images/count-img.png) no-repeat top center transparent; width: 10px; height: 7px;}
    .s-icon-div img{ max-width: 26px; max-height: 26px; }
    .tw-div a{ margin: 0 0 3px; display: inline-block; }
    .small-close{ position: relative; left:-10px; }
    .onhoversec{ display: none; }
    .foot-slider li:hover .onhoversec{display: flex;position: absolute;top: 0;left: 0;right: 0;margin: 0 auto;font-size: 12px;color: #fff;background-color: rgba(0, 0, 0, 0.85);bottom: 0;/* align-items: center; */justify-content: center;padding: 20px;text-align: center;line-height: 24px;}
    /*Footprint*/
    
    /*Articles*/
    .article-section{ margin: 0 0 50px; }
    .article-desc{ position: relative; padding: 22px 24px 19px; top:-3px;  }
    .art-title{ font-size: 23px; color: #000; line-height: 27px; font-weight: 700; }
    .art-bottom-flex{ display: flex; justify-content: space-between; align-items: center; margin: 23px 0 0; }
    .art-slider li > img{ border-radius: 5px 5px 0 0;     object-fit: cover;
        aspect-ratio: 16 / 9;}
    .art-slider .slick-track li{background: #f8c300;border-radius: 5px;}
    .art-slider .slick-track{display: flex;}
    .art-right-widget img{width: 190px;}
    .article-right {
        margin: 0 auto;
    }
    /*Articles*/
    
    /*Videos*/
    .video-section{ padding: 50px 0; margin: 0 0 50px; background: #f2f5fa; }
    .video-flex{ display: flex; }
    .video-left{ width: 800px; position: relative; }
    .video-right{flex-grow: 1;overflow-y: scroll; max-height: 444px;}
    .video-right::-webkit-scrollbar-track
    {
        box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }
    
    .video-right::-webkit-scrollbar
    {
        width: 6px;
        background-color: #F5F5F5;
    }
    
    .video-right::-webkit-scrollbar-thumb
    {
        background-color: #000000;
    }
    .video-list li a.vid-lnk{ display: flex; padding: 18px 5px 18px 20px; align-items: center; }
    .video-list li { display: flex; align-items: center; position: relative; }
    .video-list li:nth-child(odd){ background: #e6ecf6; }
    .video-list li:nth-child(odd) .share-icon{background: #ccd8ed;}
    .video-list li:nth-child(even){ background: #d7e1f1; }
    .vid-img-wrp{ width: 79px; height: 75px; position: relative; flex-shrink: 0;}
    .play-icon{ position: absolute; top: 12px; left: 12px; width: 49px;height: 49px;border:white solid 2px;opacity: 0.8;display: flex;align-items: center;justify-content: center;border-radius: 100%;}
    .play-icon svg{margin-left: 5px;}
    .vid-img-wrp img{ border-radius: 5px; }
    .video-ttl{ font-size: 18px; line-height: 24px; font-weight: 600; color: #0078d6; max-width: 225px; margin: 0 65px 0 18px; }
    .share-icon{ width: 33px; height: 33px; display: flex; justify-content: center; align-items: center; background: #abbee0; padding: 1px 2px 2px 1px;border-radius: 50%; cursor: pointer;  }
    .share-icon svg{ width: 22px; height: 22px; }
    .video-list li a.share-icon{ padding: 1px 1px 0px 1px; margin: 0 20px 0 0; }
    .video-list li a.share-icon{width: 26px;height: 26px;}
    .video-list li a.share-icon svg{width: 18px;height: 18px;}
    .video-list li .social-div{ top: 33px; right: 7px; bottom: auto; align-items: flex-start; }
    .video-list li .social-share.show-social{ top: -1px; }
    /*Videos*/
    
    /*Trivia*/
    .trivia-section{ margin: 0 0 50px; }
    .common-slider{margin: 0 -24px;}
    .common-slider  li a{ position: relative; }
    .common-slider .slick-track li{ margin: 0 24px 28px 24px; position: relative;border:1px solid #000; }
    .trivia-img{ border-radius: 5px; }
    .common-slider .slick-dots li.slick-active{ position: relative; top:-2px; }
    .common-slider .slick-dots button{ background: #b4c5e4; text-indent: -9999px; border: none; width: 12px; height: 12px; padding: 0; border-radius: 50%; margin: 2px 5px 0; cursor: pointer; }
    .common-slider .slick-dots li.slick-active button{ background: #3a7dda; width: 16px; height: 16px; margin: 1px 3px 0; }
    .common-slider .slick-dots{ display: flex; align-items: center; justify-content: center; margin: 0; }
    .trivia-txt{ position: absolute; color: #fff; font-size: 29px; line-height: 38px; font-weight: 600; bottom: 20px; padding: 0 30px; }
    .trivia-slider li a.share-icon{ border-radius: 50%; padding: 1px; position: absolute; bottom: 10px; right: 10px; }
    .trivia-slider .social-share.show-social{top: 18px;right: 46px;}
    /*Trivia*/
    
    /*Quiz and Poll*/
    .quiz-1{ max-width: 1050px; margin: 0 auto; padding: 115px 0 70px; }
    .quiz-1-flex{ display: flex; align-items: center;  }
    .quiz-big-img{ min-width: 321px; }
    .quiz-1-txt{  margin: 0 0 0 120px; }
    .quiz-ttl{ font-size: 39px; line-height: 48px; font-weight: 600; color: #fff; }
    .quiz-qstn{ font-size: 26px; line-height: 34px; font-weight: 600; color: #fff; max-width: 1000px; margin: 0 auto 25px; }
    .quiz-questions{ padding: 50px 0  0; }
    .quiz-ans-div li input{ opacity: 0; }
    .quiz-ans-div li input + label{ font-size: 26px; line-height: 34px; font-weight: 600; color: #0068a3; display: block; background: #fff;padding: 10px 0; text-align: center; cursor: pointer; }
    .quiz-ans-div li input:checked + label{ background-color: #f8c300; }
    .quiz-results{ text-align: center; padding: 40px 0 27px; }
    .congrats-txt{ color: #f8c300; font-size: 64px; line-height: 74px; font-weight: 600; margin: 0 0 50px; }
    .score-txt{ color: #fff; font-size: 60px; line-height: 74px; font-weight: 600; margin: 0 0 50px; }
    .answer-circle-div{ background: #3b669f; padding: 30px 0; margin: 0 0 30px; }
    .answer-circle-div ul{ display: flex; justify-content: center; }
    .answer-circle{ width: 48px; height: 48px; border-radius: 48px; margin: 0 11px; }
    .green{ background: #7cbe6f; }
    .red{ background-color: #f08463; }
    .quiz-share-div ul{ display: flex; align-items: center; justify-content: center; }
    .quiz-share-div li{ margin: 0 11px; }
    .quiz-share-div img{ width: auto; height: 20px; }
    .quiz-share{ font-size: 31px; color: #fff; font-weight: 500; }
    .quiz-section{ margin: 0 0 50px;  }
    .single-tabs .tab {width: 100%;opacity: 1;display: inline-block; border-bottom: 1px solid #b4c5e4; }
    .single-tabs .tab a {text-align: center;font: 500 41px/48px 'Poppins', sans-serif;letter-spacing: 0px;color: #3a7dda;opacity: 1;display: inline-block; width: 50%; padding: 12px 25px;margin: 0 -5px 0 0;cursor: pointer;text-decoration: none;box-sizing: border-box;background: #b4c5e4 0% 0% no-repeat padding-box;}
    .single-tabs .tab .quiz { border-radius: 0 0 15px 0; position: relative; }
    .single-tabs .tab .tablinks.active.quiz:after{ content: ''; display: inline-block; width: 23px; height: 17px; background: #b4c5e4; position: absolute; right: -10px; top: 0px; z-index: -1; }
    .single-tabs .tab .tablinks.active.poll:after{ content: ''; display: inline-block; width: 25px; height: 15px; background: #b4c5e4; position: absolute; left: -6px; top: 0px; z-index: -1; border-radius: 10px 0 0 ; }
    .single-tabs .tab a:last-child { border-radius: 0 0 0 15px;position: relative; }
    .single-tabs .tab .tablinks.active.quiz { border-radius: 0 18px 18px 0; }
    .single-tabs .tab .tablinks.active.poll { border-radius: 15px 0 0 0 ; }
    .single-tabs .tab .tablinks.active {background: #3a7dda 0% 0% no-repeat padding-box;color: #b4c5e4;opacity: 1;}
    .single-tabs .tabcontent {padding:0 0 25px;display: none;-webkit-animation: fade-in 1.2s;animation: fade-in 1.2s;background: #3a7dda;margin: -15px 0 0;}
    .boxstyle {padding: 30px;font: 600 19px/25px "Trebuchet MS", Helvetica, sans-serif;text-transform: capitalize;text-align: center;}
    .single-tabs .tabcontent.poll-content{ padding: 50px 0 35px; }
    .poll-wrap{margin-bottom: 20px;}
    .poll-title{font:600 20px/28px 'Poppins', sans-serif;text-align:center;color:#000;margin-bottom:25px}
    .myProgress{background-color:#e4e4e4;position:relative; min-width: 775px;}
    .progress{padding:4px 7px;background-color:#82ace8;height:52px}
    .progress.highest{ background: #f8c300; }
    .fammily{width:34%}
    .online{width:10%}
    .news{width:60%}
    .adds{width:78%}
    .family{right:12px;font:400 30px/42px 'Poppins', sans-serif;color:#0068a3;position:absolute; top: 10px;}
    .family .text{font:100 16px/22px 'Poppins', sans-serif;color:#fff;margin-left:25px}
    .outer-div{ background: #fff; padding: 15px 0; border: 1px solid #c7d3eb; }
    .inner-div{ display: flex;max-width: 855px; margin: 0 auto; align-items: center;}
    .progress-lbl{ color: #0068a3; font-weight: 700; font-size: 30px; margin: 0  0 0 20px; }
    .quiz-btn-div{ display: flex; justify-content: flex-start; margin: 30px 0 0; }
    /*Quiz and Poll*/
    
    /*Blog*/
    .blog-section {margin: 0 0 50px;}
    .blog-img {position: relative; max-width: 94%; height: 272px; border-radius: 10px; overflow: hidden; margin-bottom: 80px;}
    .blog-img img {width: 100%; height: 100%; object-fit: cover;}
    .blog-body {width: 74%; height: auto; background-color: #ffffff; border: 1.6px solid #8f8f8f; padding: 20px 46px 20px 20px; border-radius: 10px; position: absolute; bottom: 0; right: 0;}
    .blog-title {font-size: 25px; font-weight: 400; color: #0068a3; line-height: 30px; margin-bottom: 5px;}
    .blog-name {font-size: 25px; font-weight: 600; color: #0068a3;}
    .blog-slider li a.share-icon{ border-radius: 50%; padding: 1px; position: absolute; bottom: -3px; right: -1px; }
    .blog-slider .social-share.show-social{top: 33px;right: 36px;}

    /*Share thought*/
    .max-width-inner-class{margin: 0 auto;max-width: 1130px;display: block;}
    .share-thought-section{padding: 40px 0 60px 0;}
    .thought-flex{display: flex;justify-content: space-between;align-items: center;}
    .thought-left{width: 560px;}
    .thought-right{text-align: right;}
    .thought-title{font-size: 27px;color: #3a7dda;font-weight: 400;font-family: "Poppins";margin-bottom:20px;line-height: 40px;}
    .thought-btn{font-size: 20px;color: #000000;font-weight: 600;font-family: "Poppins";text-align: center;background-color: #f8c300;padding: 10px 20px;display: inline-block;position: relative;}
    .thought-btn:after{content:"";position: absolute;right: 5px;top:16px;border-color: transparent;border-style: solid;width: 0;height: 0;border-width: .25em 0 .25em .4em;border-top-color: transparent;border-left-color: #000;}
    .thought-img{width: 70%;}
    /*Share thought*/

    /*Blog*/

    /*About*/
    .about-section{ margin: 0 0 50px; }
    .about-desc{ margin: 0 0 20px; max-height: 280px; overflow: hidden;transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
    .expand-div.about-desc{ max-height: 9999px;transition: max-height 1s ease-in-out; }
    .about-desc p{ font-size: 27px; line-height: 40px; color: #0078d6; margin: 0 0 20px; }
    
    /*About*/
    
    /*Footer*/
    .tata-footer{ background: #0068a3; padding:10px; }
    .footer-txt{ font-size: 12px; color: #fff;  }
    /*Footer*/
    
    /*Pop Up Component*/
    .popup{display:inline-block;top:0;position:fixed;left:50%;transform:translateX(-50%);background:#fff;z-index:9999;box-shadow:1px 1px .5em 0 rgba(0,0,0,.5);transition:all .5s linear; padding: 60px 118px 30px; width:1045px;}
    .poll-head{text-align: left;font: 600 33px/13px 'Poppins', sans-serif;letter-spacing: 0;color: #000;opacity: 1;text-transform: uppercase;}
    .popup.hidden{display:none}
    .popup.fade-in{top:5%;transition:all .5s linear;bottom: 0;
        overflow-y: scroll;}
    .close-btn{cursor:pointer; position: absolute; top: 20px; right: 20px;}
    .close-btn img{ width: 23px; height: 23px; }
    .overlay{width:100%;height:100vh;position:fixed;background-color:#000;opacity:.6;bottom:0;z-index:999;display:none}
    .popup-body .poll-title{text-align:left;margin-bottom: 15px;}
    .popup-grid{ display: flex; flex-wrap: wrap; justify-content: space-between; }
    .popup-cell{ min-width: 498px;max-width: 498px; height: 270px; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 0 10px; padding: 10px; text-align: center; }
    .popup-cell:nth-child(odd){ background-color: #3a7dda; }
    .popup-cell:nth-child(even){ background: #1eaa72; }
    .popup-ttl{ font-size: 72px; line-height: 80px; color: #fff; font-weight: 600; }
    .popup-desc{ font-size: 36px; line-height: 40px; color: #fff; font-weight: 500; }
    .save-div{ display: flex; justify-content: center; margin: 20px 0 0; }
    /*Pop Up Component*/
    
    
    /*Article Page*/
    .article-page .top-img{ width: 150px; top:15px; }
    .article-page .top-img.small{ width: 150px; }
    .article-page .top-section{ height: 70px; }
    .article-wrap .max-width-class{ display: flex; justify-content: space-between; }
    .article-left{ min-width: 830px; width: 830px; }
    .article-right{ min-width: 340px; width: 340px; }
    .article-title{ font-size: 35px; font-weight: 700; line-height: 42px; color: #034ea2; }
    .widget-title{ font-family: 'Roboto'; font-size: 14px; font-weight: 700; color: #034ea2; text-transform: uppercase; }
    .article-con img{ margin: 25px 0 45px; border-radius: 30px; height: auto; }
    .article-con p{ font-size: 16px; line-height: 27px; font-weight: 400; color: #1a1a1a; margin: 0 0 25px; }
    .read-list li a{ display: flex; align-items: flex-start; padding: 10px 5px;  margin: 8px -10px 5px;}
    .read-list li{ border-bottom: 1px dotted #8e8e8e; }
    .read-widget-ttl{font-family: 'Roboto'; line-height: 20px; font-size: 15px; font-weight: 400; color: #034ea2; margin: 0 0 0 15px;}
    .read-list li a:hover{ background: #034ea2; }
    .read-list li a:hover h4{ color: #fff; }
    .article-share { border-top: 1px dotted #8e8e8e; border-bottom: 1px dotted #8e8e8e; padding: 15px 0; margin: 0 0 80px; }
    .art-share-txt{ font-family: 'Roboto'; color: #808080; font-size: 14px; font-weight: 400; }
    .art-share-list{ display: flex; align-items: center; }
    .art-share-list li{ margin: 0 12px 0 0; }
    .art-share-list li svg{ width: 23px; height: 23px; fill: #808080; }
    .art-share-list li a.tw-icon:hover svg{ fill: #2aa3ef; }
    .art-share-list li a.fb-icon:hover svg{ fill: #3B5998; }
    .art-share-list li a.lnk-icon:hover svg{ fill: #2867B2; }
    .art-share-list li a.inst-icon:hover svg{ fill: #AA2AA0; }
    .art-share-list li a.wap-icon:hover svg{ fill: #25D366; }
    /*.article-page .top-header{ box-shadow: none; }*/
    /*Article Page*/

    /*Form Page*/
    .max-form-width-class{max-width: 950px;margin:0 auto;display: block;}
    .form-sect{padding-bottom: 50px;}
    .form-img{margin: 0 auto;width: 35%;display: block;}
    .form-desc{margin: 30px 0 50px 0;padding: 25px 35px;background-color: #f7c300;}
    .form-line{font-size: 27px;line-height: 40px;color: #191919;font-weight: 400;font-family: "Poppins";}
    .tform-flex{display: flex;justify-content: space-between;margin-bottom: 50px;}
    .tform-field{border: 2px solid #191919;background-color: #fff;font-size: 22px;color: #114b6b;font-weight: 300;font-family: "Poppins";width:91%;padding: 12px 20px; }
    .tform-left, .tform-right{width: 460px;}
    .form-story{margin-bottom: 25px;}
    .tform-area{border: 2px solid #191919;background-color: #fff;font-size: 22px;color: #114b6b;font-weight: 300;font-family: "Poppins";width:96%;padding: 12px 20px;}
    .char-count{opacity: 0.502;font-size: 22px;color: #2c2c2c;font-weight: 300;font-family: "Poppins";display: block;margin-top:20px;}
    .tform-field:focus{outline:0;}
    .tform-area:focus{outline: 0;}
    .upload-wrap{position: relative;overflow: hidden;display: inline-block;}
    .upload-btn{border-radius: 30px;background-color: #3a7dda;font-size: 24px;color: #ffffff;font-weight: 600;font-family: "Poppins";padding: 7px 20px;border:0;cursor: pointer;}
    .file-upload{font-size: 100px;position: absolute;left: 0;top: 0;opacity: 0;}
    .upload-text{font-size: 20px;color: #114b6b;font-weight: 300;font-family: "Poppins";display: inline-block;margin-left: 20px;}
    ::-webkit-file-upload-button { cursor:pointer; }
    .upload-btn svg{display: inline-block;vertical-align: bottom;}
    .terms-check{margin:20px 0 30px 0;}
    .terms-cond{font-size: 18px;color: #191919;font-weight: 400;font-family: "Poppins";display: inline-block;margin-left: 4px;}
    .tform-submit-btn{font-size: 25px;color: #000;font-weight: 600;font-family: "Poppins";background-color: #f8c300;border:0;padding: 10px 25px;border-radius: 20px;margin:0 auto;display: table;cursor: pointer;}
    /*Form Page*/
    .about-less{display: none;}
    @media (max-width:1366px){
        .nav-menu{margin: 0 0 0 350px;}
        .top-body{right: 14%;}
        .common-slider .slick-track li{ margin: 0 24px 28px 24px;}
        .social-share.show-social{top: 38px;}
        .video-flex{justify-content: center;}
        .video-left, .video-left iframe{width: 785px;}
        #about .max-width-class, #videos .max-width-class{max-width: 1230px;}
        .common-slider{margin: 0;}
        .trivia-txt{padding: 0 30px;}
    }
    
    @media (max-width:1024px){
        .video-left, .video-left iframe{width: 700px;}
        .top-img{left: 2%;top: 22px;}
        .menu-item a{font-size: 15px;}
        .top-body{right: 5%;top: 76px;}
        .video-flex{margin: 0 24px;}
        .video-left, .video-left iframe{width: 618px;}
        .about-section{margin: 0 24px 50px;}
        .tata-footer{padding:10px 24px}
        .popup{width: 100%;box-sizing: border-box;padding: 60px 18px 30px;}
        .article-left{ min-width: 635px; width: 635px; }
        .article-wrap .max-width-class{ max-width: 98%; }
        .popup-cell {
            min-width: 369px;
            max-width: 469px;
        }
    }
    
    @media screen and (max-width: 769px) {
        .top-img.small{display: none !important;}
        .max-width-class{ max-width: 100%; }
        .d-hide{ display: block; }
        .m-hide{ display: none; }    
        .section-title {font-size: 28px; margin: 0 0 30px;}
        .share-icon {width: 22px; height: 22px;}
        
        /* Slick js */
        .slick-slide {margin: 0;}
        .slick-list {margin: 0;}
        .common-slider .slick-track li{ margin: 0 14px 0 14px;}
        .slick-initialized .slick-center { display: block; opacity: 1 !important;}
        .slick-initialized .slick-slide { display: block; opacity: 0.5;}
        .slick-initialized .slick-slide.slick-current{opacity: 1;}
        .common-slider .slick-dots {margin: 30px 0 0};
    
        /* Menu */
        .menu-item::after {content: none;}
        .top-img {width:198px;height: 198px; top: 116px; left: 50%; transform: translate(-50%, -50%);position: fixed;}
        .top-img.small{width: 53px; display: none;
            height: 53px;
            top: 5%;}
        .hamburger {display: block}
        .hamburger.active .bar:nth-child(2) {opacity: 0;}
        .hamburger.active .bar:nth-child(1) {transform: translateY(8px) rotate(45deg);}
        .hamburger.active .bar:nth-child(3) {transform: translateY(-8px) rotate(-45deg);}
        .top-header .max-width-class { display: flex; justify-content: flex-end;}
        .nav-menu {position: fixed; left: -105%; top: 45px; gap:0;flex-direction: column; background-color: #fff; width: 100vw; height: 100vh; text-align: center; transition: 0.3s; z-index: 9999999; margin: 0;justify-content: flex-start;}
        .menu-item {margin: 16px 0;}
        .nav-menu.active {left: 0}
        .top-header{ position: -webkit-sticky; position: sticky; top:0; padding: 0; }
    
        /* Banner */
        .top-section {margin-bottom: 40px;}
        .top-body {top: 180px; left: 20px; width: 200px;}
        .top-body h1 {font-size: 21px; line-height: 24px;}
        .top-body a {font-size: 15px; padding: 6px 15px}
    
        /* Footprint */
        .footprint-section {margin: 0 0 40px;}
        .foot-ttl {font-size: 19px; line-height: 22px;}
        .primary-btn {font-size: 15px;}
        .foot-slider li:hover .onhoversec{display: none;}
    
        /* Article */
        .article-section {margin-bottom: 40px;}
        .art-title{font-size: 14px; line-height: 18px;}
        .article-desc {padding: 15px 10px 15px 20px}
        .art-bottom-flex {margin: 13px 0 0;}
        .primary-btn.sec-clr {font-size: 11px;}
        .art-bottom-flex .primary-btn {padding: 0px 10px;}
    
        /* Video */
        .video-section {padding: 0; background: #fff; margin: 0 0 40px;}
        .video-flex {flex-direction: column;}
        .video-left{ width: 100%; height: 310px;}
        .vid-img-wrp {width: 64px; height: 60px; overflow: hidden;}
        .vid-img-wrp img {width: 100%; height: 100%; object-fit: cover;}
        .video-list li a.share-icon {padding: 3px 4px;}
        .video-ttl {font-size: 15px;}
        .video-left iframe { width: 100%; max-height: 315px; vertical-align: top;}
        .play-icon{width: 36px;height: 36px;top: 10px;left: 12px;}
        .play-icon svg{width: 14px;height: 20px;}
    
        /* Trivia */
        .trivia-section {margin: 0 0 40px;}
        .trivia-txt {font-size: 17px; line-height: 22px; bottom: 30px;}
    
        /* Quiz */
        .quiz-section {margin: 0 0 40px;}
        .single-tabs .tab a{font-size: 27px;}
        .congrats-txt, .score-txt{ font-size: 28px; }
        .answer-circle{ width: 18px; height: 18px; margin: 0 5px; }
        .answer-circle-div{ padding: 15px 0; }
        .quiz-share{ font-size: 13px; }
        .quiz-share-div img{ height: 18px; }
        .quiz-share-div li{ margin: 0 6px; }
        .quiz-1-flex{ flex-direction: column; }
        .quiz-big-img{ min-width: 147px; max-width: 147px; }
        .quiz-ttl{ margin: 50px 10px 0; font-size: 17px; text-align: center; line-height: 24px; }
        .quiz-1-txt{ margin: 0 auto; }
        .quiz-btn-div{ justify-content: center; }
        .quiz-qstn{ font-size: 15px; line-height: 18px; padding: 0 33px ; margin: 0; }
        .quiz-ans-div li input + label{ font-size: 15px; line-height: 18px; }
        .inner-div{ max-width: 90%; }
        .myProgress{ min-width: 70%; }
        .progress-lbl{ font-size: 15px; }
        .progress{ height: 25px; }
        .family{font: 400 18px/42px'Poppins', sans-serif; top:-2px;}
         
        /* Blog */
        .blog-section {margin: 0 0 40px;}
        .blog-body {width: 68%; padding: 12px 46px 12px 12px;}
        .blog-title, .blog-name {font-size: 15px; line-height: normal; margin-bottom: 0;}
        .blog-img  {height: 230px; margin-bottom: 52px;}
    
        /* About */
        .about-desc p {font-size: 18px; line-height: normal;}
        .menu-item::after {content: none;}

        /* thought */
        .share-thought-section{padding:20px 0 50px 0;}
        .thought-title{font-size: 18px;line-height: normal;}
        .thought-left{width:100%;margin-top: 10px;}
        .thought-right{text-align: center;}
        .thought-img{width: 70%;margin: 0 auto;display: block;}
        .thought-flex{flex-direction: column-reverse;align-items: flex-start;padding: 0 10px;}
        .thought-btn{font-size:20px;}
        .thought-btn:after{top:15px;}
        /*Popup*/
        .popup{ width: 86%; padding: 25px; }
        .popup-cell{ min-width: 95%; max-width: 95%; margin: 0 auto; height: auto; padding: 30px 0 48px; }
        .popup-ttl{ font-size: 43px; line-height: 50px; }
        .popup-desc{ font-size: 21px; line-height: 26px; }
        .close-btn{ top:9px; right: 9px;  }
        .close-btn img{ width: 15px; height: 15px; }
    
        /*Article*/
        .article-wrap{ margin: 0 30px; }
        .article-left{ min-width: auto; width: 100%; }
        .article-wrap .max-width-class{ flex-direction: column; }
        /* .article-page .top-img.small{ top: 4%; height: 46px; width: 46px; displ } */
        .article-page .top-img{ height: 135px; top: 12%; }
        .article-share{ margin: 0 0 40px; }
        .article-title{ font-size: 25px; font-weight: 700; line-height: 32px;  }
        /*Form*/
        .form-sect{padding-bottom: 20px;}
        .form-img{width: 70%;}
        .form-desc{margin: 20px 0;padding: 20px;}
        .form-line{font-size:18px;}
        .tata-form{padding: 0 10px;}
        .tform-flex{flex-direction: column;margin-bottom: 0;} 
        .tform-left, .tform-right{width: 100%;}
        .tform-field{padding: 15px;}
        .tform-area{padding: 15px;}
        .tform-field{margin-bottom: 20px;width: 91%;}
        .tform-area{width: 91%;}
        .upload-btn{margin:0 auto;display: block;}
        .upload-text{margin-top:20px;margin-left: 0}
    }
    
    
    @media (max-width:425px){
        .article-page .top-img{ top: 10%;}
        .top-img{top: 110px;}
        .common-slider .slick-dots button{width: 6px;height: 6px;margin: 2px 3px 0;}
        .common-slider .slick-dots li{display: inherit;}
        .common-slider .slick-dots li.slick-active button{width: 8px;height: 8px;}
        .common-slider .slick-dots li.slick-active{top: 0px;}
        .top-section .common-slider .slick-dots{padding: 5px 10px;bottom: 2%;}
        .common-slider .slick-dots{margin: 6px 0 0;}
        .share-icon svg{width: 16px;}
        .share-icon {
            width: 18px !important;
            height: 18px !important;
        }
        .social-div{bottom: 5px;
            right: 5px;}
        .social-share.show-social{top: 28px;}
        .soc-count{font-size: 9px;padding: 1px;line-height: 8px;}
        .soc-count::before{top: -5px;
            left: 6px;height: 4px;}
        .s-icon-div img {
            max-width: 18px;
            max-height: 18px;
            display: inline-block;
        }
        .social-share{padding:4px 4px 4px 8px;}
        .fb-div.s-icon-div{margin: 0;}
        .small-close{position: absolute !important;top: 13px;
            left: -11px;}
        #footSlider .slick-list,
        #artSlider .slick-list,
        #triviaSlider .slick-list,
        #blogSlider .slick-list{padding-bottom: 26px !important;}
        .video-flex{margin: 0;}
        .video-left .social-div{bottom: 10px;
            right: 10px;}
        .about-section {
            margin: 0 0 50px;padding: 0 20px;}
        .trivia-slider li a.share-icon{bottom: 0px;right: 0;}
        .video-list li a.share-icon{padding:2px}
        .banner-m{display: block !important;}
        .banner-d{display: none !important;}
        .blog-slider .social-share.show-social,
        .trivia-slider .social-share.show-social{right: 16px;}
        .trivia-slider .social-share.show-social{top: 28px;}
        .trivia-txt{padding: 0 20px;}
        .popup-cell{margin: 10px auto;}
    
        .article-right{ min-width: 300px; width: 300px; margin: 0 auto; }
    }

    .modal{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.86);opacity:0;display:flex;justify-content:center;align-items:center;visibility:hidden;transform:scale(1.1);z-index:99999;transition:visibility 0 linear 0.25s,opacity .25s 0s,transform .25s}
.modal-content{align-self:center;background-color:#eeebeb;padding:1rem 1.5rem;max-width:500px;position:relative;margin:10px 20px}
.btn-close{position:absolute;display:block;top:-15px;right:-15px;color:#000;font-size:30px;height:30px;width:30px;background:#f8c300;border:0;border-radius:50%;line-height:29px;text-align:center;z-index:9999;font-weight:700;cursor:pointer}
.modal-content .littil{margin-left:0;font-size: 26px; line-height: 35px;}
.modal-content .litdes{margin-left:0}
.show-modal{opacity:1;visibility:visible;transform:scale(1);transition:visibility 0 linear 0s,opacity .25s 0s,transform .25s}
.modal-content .listblock{height: 350px; overflow-x: scroll;}
.litdes p {
    font-size: 16px;
    line-height: 30px;
    color: #003366;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
.readmore {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    display: inline-block;
    background: #f8c300;
    padding: 15px 20px;
}
::-webkit-scrollbar{width:2px; height: 0;}
::-webkit-scrollbar-track{background:transparent}
::-webkit-scrollbar-thumb{background:#3a7dda}
::-webkit-scrollbar-thumb:hover{background:transparent}

.wap-div{display: none;}
.article-left iframe{
    text-align: center;
    width: 100% !important;
    margin: 0 auto;
    display: flex;
    height: 400px;
}
@media (max-width:780px){
    .litdes p {
        font-size: 14px;
        line-height: 24px;}
        .wap-div{display: block}
        .small-close {
            position: absolute !important;
            top: 4px;
            left: -15px;
        }
		.article-left iframe{  
    height: 350px;
}
}

@media (max-width:480px){
  
		.article-left iframe{  
    height: 315px;
}
}