@font-face {
    font-family: 'BebasNeue';
    font-style: normal;
    font-weight: normal;
    src: local('BebasNeue'), url('web_fonts/bebas_neue/BebasNeue.woff') format('woff');
}
@font-face {
    font-family: 'SourceSansPro';
    font-style: normal;
    font-weight: normal;
    src: local('SourceSansPro'), url('web_fonts/source_sans/SourceSansPro-Semibold.ttf.woff') format('woff');
}
@font-face {
    font-family: 'SourceSansProRegular';
    font-style: normal;
    font-weight: normal;
    src: local('SourceSansProRegular'), url('web_fonts/source_sans/SourceSansPro-Regular.ttf.woff') format('woff');
}
@font-face {
    font-family: 'Karma';
    font-style: normal;
    font-weight: normal;
    src: local('Karma'), url('web_fonts/karma/karma-v8-latin-600.woff') format('woff');
}

@font-face {
    font-family: 'KarmaBold';
    font-style: normal;
    font-weight: bold;
    src: local('Karma'), url('web_fonts/karma/Karma-Bold.otf');
}
@font-face {
    font-family: 'JennaSue';
    font-style: normal;
    src: local('JennaSue'), url('web_fonts/jenna_sue/JennaSue.ttf');
}
@font-face {
    font-family: 'Playlist';
    font-style: normal;
    src: local('Playlist'), url('web_fonts/playlist/Playlist_Script.otf');
}
@font-face {
    font-family: 'PlayList-Orna';
    font-style: normal;
    src: local('Playlist'), url('web_fonts/playlist/Playlist_Ornament.otf');
}
body{
    background: #f7f7f7;
}
body.background-white{
    background: #fff;
    border-top: unset !important;
}
.bb-banner{
    height: 360px;
    background: gray;
}
.bb-header{
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    max-width: 1120px;
    margin: auto;
    margin-top: -76px;
    position: -webkit-sticky;
    position: sticky;
    top: -86px;
    z-index: 99;
}
.section-title-dummy{
    height: 95px;
}
.bb-header .header-top-row{
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 2px solid #ebebeb;
}
.bb-header .header-bottom-row{
    padding: 0 20px;

}
.bb-search-btn{
    background: #3f414d;
    color: #fff;
    width: 75px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.bb-header .user-profile-icon{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: 32px;
    background: gray;
}
.bb-logo-header{
    display: block;
    width: 77px;
    height: 45px;
    margin-left: 30px;
}
.bb-search-container{
    display: flex;
    align-items: center;
    border: 1px solid #e1e1e1;
    margin-left: 91px;
    height: 40px;
    position: relative;
}
.desktop-search-container{
    position: absolute;
    top: 39px;
    background: #fff;
    width: 300px;
    box-shadow: 0 2px 8px 0px rgba(0,0,0,0.1);
    padding: 15px 0;
    z-index: 3;
    max-height: 500px;
    overflow: auto;
    display: none;
}
.desktop-search-container .search-result{
    padding: 15px;
    cursor: pointer;
    border-bottom: 1px solid #ebebeb;
}
.desktop-search-container .search-result:hover{
    background: #ebebeb;
}
.desktop-search-container .result-image{
    height: 61px;
    width: 120px;
    background: #ccc;
}
.desktop-search-container .result-content{
    width: 180px;
    padding-left: 10px;
}
.desktop-search-container .result-title{
    font-family: "SourceSansPro", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #3f414d;
}
.desktop-search-container .result-meta{
    font-size: 14px;
    color: #8c8d94;
    padding-top: 5px;
}
.desktop-search-container .result-meta .duration{
    margin-right: 5px;

}
.desktop-search-container .result-meta .views{
    margin-left: 5px;
}
.bb-search-input{
    min-width: 475px !important;
    padding: 0 !important;
    border: 0 !important;
    height: 38px !important;
    padding-left: 10px !important;
}
.mobile-search-container{
    display: none;
}
.bb-header .nav-topic{
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
    color: #3f414d;
    position: relative;
    cursor: pointer;
    padding: 20px 0;
}
.bb-header .nav-topic .nav-topic-menu{
    position: absolute;
    background: #f5f5f5;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    width: max-content;
    display: none;
    top: 62px;
    left: 0;
    z-index: 10;
}
.bb-header .nav-topic .nav-topic-menu:after{
    content: close-quote;
    height: 0px;
    width: 0px;
    display: block;
    position: absolute;
    top: -12px;
    left: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #f5f5f5;
}
.bb-header .nav-topic .nav-topic-menu span{
    font-size: 14px;
    font-family: "SourceSansPro", sans-serif;
    padding: 10px;
    color: #3f414d;
    display: block;
}
.bb-header .nav-topic .nav-topic-menu span:hover{
    background: #ebebeb;
}
.bb-header .nav-topic:hover{
    color: #066b8c;
}
.bb-header .nav-topic:hover .nav-topic-menu{
    display: block;
}
.bb-header .nav-topic.active{
    color: #066b8c;
}

/*CSS for latest edition articles*/
.latest-edition-section{
    /*background-color: #ffffff;*/
    max-width: 1120px;
    margin: auto;
    margin-top: 60px;
    padding-bottom: 40px;
}

.latest-edition-section.category-page{
    background: transparent;
}
.latest-edition-article .article-info {
    background: #fff;
    height: 120px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.latest-edition-button{
    background: #fff;
    margin-top: 30px;
    padding: 15px;
    width: 348px;
    font-size: 16px;
    font-weight: 600;
    font-family: "SourceSansPro", sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 8px 1px rgba(0,0,0,0.1);
    cursor: pointer;
}
.latest-edition-button:hover{
    box-shadow: 0 2px 8px 4px rgba(0,0,0,0.3);
}
.latest-edition-section .section-title{
    font-family: 'BebasNeue', sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    padding: 10px;
    background: #fff;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
    text-transform: uppercase;
}
.main-article .main-article-image{
    margin-top: 20px;
    height: 400px;
    background: gray;
    background-repeat: round;
}
.main-article .main-article-info{
    width: 90%;
    margin: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    margin-top: -50px;
    position: relative;
}
.main-article-info .title{
    font-family: KarmaBold;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3f414d;
    padding-top: 20px;
}
.main-article-info .meta{
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8c8d94;
    padding: 10px 0;
    padding-bottom: 20px;
}
.main-article-info .meta .duration,
.main-article-info .meta .view-num{
    display: inline-block;
}
.latest-edition-section .latest-edition-article{
    display: inline-flex;
    width: 31%;
    flex-direction: column;
    margin-right: 20px;
    margin-top: 40px;
}
.latest-edition-section .latest-edition-article:nth-child(6){
    margin-right: 0;
}
.latest-edition-section .latest-edition-article:nth-child(4){
    margin-left: 15px;
}
.latest-edition-article .article-image{
    height: 200px;
    background: gray;
}
.latest-edition-article .article-info .title{
    font-family: Karma;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    padding: 20px 10px 10px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.latest-edition-article .article-info .meta{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8c8d94;
    padding: 5px 10px;
}
.latest-edition-article .article-info .meta .duration,
.latest-edition-article .article-info .meta .view-num{
    display: inline-block;
    font-family: SourceSansProRegular;
}
/*CSS for latest edition articles*/


/*CSS for topic edition articles*/
.topic-article-section-container{
    background: #fff;
    padding-top: 50px;
}
.topic-article-section{
    max-width: 1120px;
    margin: auto;
    padding-bottom: 30px;
    position: relative;
}
.topic-article-section .section-title{
    font-family: 'BebasNeue', sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.topic-article-section .section-title .view-all{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #3f414d;
    margin-left: auto;
    white-space: nowrap;
}
.topic-article-section .section-title .view-all img{
    margin-left: 10px;
}
.topic-article-nav{
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    padding: 10px 0;
    margin-bottom: 30px;
    white-space: nowrap;
    overflow: hidden;
}
.topic-article-nav .title{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    padding-right: 15px;
    margin: 2px 0;
    border-right: 1px solid #979797;
    display: inline-block;
    margin-right: 20px;
}
.topic-article-nav .nav-topic{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #066b8c;
    margin-right: 30px;
    display: inline-block;
    text-transform: uppercase;
}
.topic-article{
    min-height: 388px;
    display: inline-flex;
    flex-direction: column;
    width: 31%;
    margin-right: 20px;
    padding: 10px;
    will-change: box-shadow;
    transition: box-shadow 0.3s ease-in;
}
.topic-article:hover{
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
}
.topic-article .article-image{
    height: 200px;
    background: #066b8c;
}
.topic-article .category{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #066b8c;
    padding: 20px 0 10px;
    text-transform: uppercase;
}
.topic-article .article-info .title{
    font-family: Karma;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    width: auto;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.topic-article .article-info .meta .duration,
.topic-article .article-info .meta .view-num{
    font-family: SourceSansProRegular;
    display: inline-block;
}
.topic-article .article-info .meta{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8c8d94;
    padding: 10px 0 20px;
}
/*CSS for topic edition articles*/


/*CSS for trending tags*/
.trending-tags .section-title{
    font-family: 'BebasNeue', sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    margin-bottom: 30px;
}
.display-flex{
    display: flex;
    align-items: center;
}
.trending-tags .display-flex {
    flex-wrap: wrap;
    justify-content: space-between;
}
.trending-tags{
    max-width: 1120px;
    margin: auto;
    padding: 60px 0 40px ;
}
.trending-tags .tag{
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    background-color: #ffffff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
    /*width: 22%;*/
    margin-right: 25px;
    font-family: 'SourceSansPro', sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #3f414d;
    margin-bottom: 20px;
}
/*CSS for trending tags*/


/*CSS for subscribe us*/
.subscribe-us{
    height: 360px;
    /*background: url('../assets/hey-gorgeous_bg.jpg');*/
    background-image: linear-gradient(104deg, #fda8c9, #6094ea);
    display: flex;
    /*margin-top: 50px;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.subscribe-us-box{
    width: 740px;
    margin: auto;
}
.subscribe-us-box .section-title{
    font-family: Playlist;
    font-size: 38px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 25px;
}
.subscribe-us-box .letterbox{
    display: inline-flex;
    width: 26.7%;
    align-items: center;
    background: #FF96C7;
}
.sub-shadow{
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    display: flex;
}
.subscribe-us-box .letterbox img{
    height: 100px;
    width: 100px;
    margin: auto;
}
.subscribe-us-box .sub-form{
    display: inline-flex;
    width: 74%;
    flex-direction: column;
    background: #fff;
    padding: 0 20px;
}
.subscribe-us-box .sub-form input{
    border: none;
    outline: none;
    border-bottom: 1px solid #066b8c;
    height: 40px;
    width: 69%;
    padding: 0 10px;
}
.subscribe-us-box .sub-form .input-container{
    margin-bottom: 30px;
}
.subscribe-us-box .sub-form .sub-btn{
    height: 40px;
    background-image: linear-gradient(to right, #9f0481, #066b8c);
    line-height: 40px;
    margin-left: 20px;
    padding: 0px 30px;
    text-align: center;
    color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.subscribe-us-box .sub-form .title{
    font-family: Karma;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    margin: 40px 0;
}
/*CSS for subscribe us*/

/*CSS for popular articles*/
.popular-articles-container{
    max-width: 1120px;
    margin: auto;
    padding: 60px 0;
    position: relative;
}
.popular-scroll-left{
    position: absolute;
    top: 280px;
    left: -30px;
    cursor: pointer;
}
.popular-scroll-left img{
    transform: rotate(90deg);
}
.popular-scroll-right{
    position: absolute;
    top: 280px;
    right: -25px;
    cursor: pointer;
}
.popular-scroll-right img{
    transform: rotate(-90deg);
}
.popular-articles-container .popular-articles-slider{
    white-space: nowrap;
    overflow: auto;
    overflow: -moz-scrollbars-none;

}
.popular-articles-container .popular-articles-slider::-webkit-scrollbar{
    display: none;
}
.popular-articles-section .section-title{
    font-family: 'BebasNeue', sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    margin-bottom: 30px;
}
.popular-article{
    min-height: 227px;
    display: inline-flex;
    flex-direction: column;
    width: 23%;
    margin-right: 20px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
    white-space: normal;
}
.popular-articles-container a:last-child >.popular-article{
    margin-right: 0;
}
.popular-article .article-image{

    height: 147px;
    background: gray;
}
.popular-article .article-title{
    font-family: 'Karma', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3f414d;
    padding: 7px 20px;
    margin: 15px 20px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-bottom: 0px;
}
/*CSS for popular articles*/

/*CSS for pupular videos section*/
.popular-video-section{
    /*background-image: url('../img/nykaa-tv_BG.png');*/
    background-color: #ffffff;
    padding: 20px 0 50px;
    background-repeat: space;
    background-size: cover;
    position: relative;
}
.popular-video-section .section-title{
    font-family: BebasNeue;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    margin: 12px 0 32px;
}
.popular-video-container{
    max-width: 1120px;
    margin: auto;
}
.bb-play-icon{
    display: inline-flex;
    height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.7);
}
.bb-play-icon div{
    margin: auto;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid white;
}
.popular-video{
    display: inline-flex;
    width: 31%;
    flex-direction: column;
    margin-right: 20px;
}
.popular-video-container .popular-video:last-child{
    margin-right: 0;
}
.popular-video .popular-video-thumbnail{
    height: 200px;
    background: gray;
    position: relative;
}
.popular-video .popular-video-thumbnail .bb-play-icon{
    position: absolute;
    bottom: 0;
    left: 0;
}
.popular-video-info .title{
    font-family: Karma;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    padding: 15px 0 10px;
    height: 69px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.popular-video-info .meta{
    font-family: SourceSansPro;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8c8d94;
}
.popular-video-info .meta .duration,
.popular-video-info .meta .view-num{
    display: inline-block;
}
.popular-video .popular-video-thumbnail iframe {
    border: 0;
}
iframe {
    border: 0;
}
/*CSS for popular videos section*/

/*CSS for BB Instagram section*/
.bb-instagram-section{
    padding-top: 50px;
    padding-bottom: 40px;
    /*margin-top: 50px;*/
    background-image: url('../assets/instagram_bg_desktop.svg');
    background-repeat: no-repeat;
    /*padding: 60px 0;*/
    position: relative;
}
.bb-instagram-section .insta-scroll-left{
    position: absolute;
    left: 4%;
    cursor: pointer;
    top: 300px;
    height: 25px;
    width: 25px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 2px 8px 1px rgba(0,0,0,0.1);
}
.bb-instagram-section .insta-scroll-left img{
    transform: rotate(90deg);
    margin: auto;
}
.bb-instagram-section .insta-scroll-right{
    position: absolute;
    right: 3%;
    cursor: pointer;
    top: 300px;
    height: 25px;
    width: 25px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 2px 8px 1px rgba(0,0,0,0.1);
}
.bb-instagram-section .insta-scroll-right img{
    transform: rotate(-90deg);
    margin: auto;
}
.bb-instagram-section .section-title{
    font-family: 'BebasNeue', sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    max-width: 1120px;
    margin: auto;
}
.bb-instagram-section .section-subtitle{
    font-family: 'Karma', sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    max-width: 1120px;
    margin: 20px auto 30px;
}
.bb-instagram-section .instagram-image{
    height: 265px;
    width: 265px;
    margin-right: 20px;
    display: inline-block;
    background: black;
}
.bb-instagram-section .instagram-slider{
    white-space: nowrap;
    max-width: 1130px;
    overflow: auto;
    margin: auto;
    overflow: -moz-scrollbars-none;
}
.bb-instagram-section .instagram-slider::-webkit-scrollbar{
    display: none;
}

/*CSS for BB instagram section*/
/*CSS for IT Lists section*/
.it-lists-section{
    /*background-image: linear-gradient(112deg, #fda8c9, #6094ea);*/
    background-image: url('../assets/it-list-BG.png');
    padding: 60px 0;
    /*margin-bottom: 50px;*/
}
.it-list-container{
    max-width: 1120px;
    margin: auto;
}
.it-lists-section .section-title{
    font-family: 'BebasNeue', sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}
.it-lists-section .section-subtitle{
    display: flex;
    align-items: center;
    font-family: 'Karma', sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin: 20px 0;
}
.it-lists-section .section-subtitle a{
    margin-left: auto;
    margin-right: 20px;
    color: #fff;
}
.it-list-article{
    min-height: 345px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
    display: inline-flex;
    width: 23%;
    margin-right: 20px;
    flex-direction: column;
}
.it-list-container a:last-child > .it-list-article{
    margin-right: 0;
}
.it-list-article .article-image{
    height: 265px;
    background: gray;
}
.it-list-article .title{
    font-family: 'Karma', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3f414d;
    padding: 15px ;
}
/*CSS for IT Lists section*/

/*CSS for featured article section*/
.featured-article-section{
    background: #fff;
    padding: 60px 0;
}
.featured-article-container{
    max-width: 1120px;
    margin: auto;
    padding-bottom: 50px;
}
.featured-article-container .featured-article-image{
    height: 400px;
    border-radius: 2px;
    background: pink;
}
.featured-article-container .featured-article-info{
    width: 90%;
    margin: auto;
    margin-top: -40px;
    background-color: #ffffff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.featured-article-info .title{
    font-family: 'Karma';
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3f414d;
    padding: 20px 0px 15px;
}
.featured-article-info .meta .duration,
.featured-article-info .meta .view-num{
    display: inline-block;
}
.featured-article-info .meta{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    line-height: normal;
    letter-spacing: normal;
    color: #8c8d94;
    padding-bottom: 20px;
}
.featured-categories-container{
    background-image: linear-gradient(73deg, #1e4f86, #6e276e);
}
.featured-category-grid{
    max-width: 1120px;
    margin: auto;
    padding: 40px 0;
}
.featured-category-grid .featured-category{
    display: inline-flex;
    width: 23%;
    margin-right: 20px;
    height: 325px;
    border-radius: 2px;
    background-image: linear-gradient(#072730, #072730), linear-gradient(#072730, #072730);
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
}
.featured-category-grid a:last-child > .featured-category{
    margin-right: 0;
}
.featured-category-grid .featured-category .title{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: auto;
    margin-bottom: 15px;
}
/*CSS for featured article section*/

/*CSS for single article page*/
.single-article-section{
    max-width: 1010px;
    margin: auto;
    padding: 60px 0;

}
.bb-header.single-article-page{
    margin-top: 20px;
}
.single-article-section .category-tag{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #066b8c;
    text-transform: uppercase;
}
.single-article-section .article-title{
    font-family: 'BebasNeue', sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.single-article-section .author-title{
    font-size: 14px;
    font-style: italic;
    color: #8c8d94;
}
.single-article-section .author-title span{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
}
.single-article-section .author-title span.author-name-article {
    text-transform: capitalize !important;
}
.single-article-section .article-meta .date{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8c8d94;
}
.single-article-section .single-article{
    padding: 30px 0;
    background-size: contain !important;
}

.single-article-section .single-article div{
    /* background-size: contain !important; */
}
.beauty-looks-for-2018s-top-travel-destinations.single-article-section .single-article div{
    flex-wrap: wrap;
    -wenkit-flex-wrap: wrap;
}
.single-article-section .single-article-content{
    padding: 30px 0;
    font-family: 'Karma', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: normal;
    color: #3f414d;
}
.single-article-section .comments-button{
    text-transform: uppercase;
    width: 360px;
    height: 60px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    line-height: 66px;
    text-align: center;
    margin: auto;
    font-family: "SourceSansPro", sans-serif;
    font-size: 16px;
    color: #3f414d;
    cursor: pointer;
}
.single-article-section .comments-button .comment-count{
    margin-left: 3px;
}
.you-may-like-section{
    background: #ebebeb;
    padding-bottom: 60px;
    position: relative;
}
.you-may-like-scroll-left{
    position: absolute;
    top: 300px;
    left: 3%;
    height: 30px;
    width: 30px;
    display: flex;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px 1px rgba(0,0,0,0.1);
    cursor: pointer;
}
.you-may-like-scroll-right{
    position: absolute;
    top: 300px;
    right: 3%;
    height: 30px;
    width: 30px;
    display: flex;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px 1px rgba(0,0,0,0.1);
    cursor: pointer;
}
.you-may-like-scroll-left img{
    transform: rotate(90deg);
    margin: auto;
}
.you-may-like-scroll-right img{
    transform: rotate(-90deg);
    margin: auto;
}
.you-may-like-section .section-title{
    font-family: 'BebasNeue', sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    max-width: 1120px;
    margin: auto;
    padding: 60px 0 30px;
}
.you-may-like-slider{
    white-space: nowrap;
    max-width: 1120px;
    overflow: auto;
    margin: auto;
    overflow: -moz-scrollbars-none;
}
.you-may-like-slider::-webkit-scrollbar{
    display: none;
}
.you-may-like-slider .slider-item{
    width: 360px;
    height: 346px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    white-space: normal;
    display: inline-flex;
    margin-right: 20px;
    flex-direction: column;
}
.you-may-like-slider .slider-item-image{
    width: 100%;
    /* height: auto; */
    max-height: 205px;
}
.you-may-like-slider .slider-item-cat{
    padding: 20px 10px;
    font-family: 'SourceSansPro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #066b8c;
    text-transform: uppercase;
}
.you-may-like-slider .slider-item-title{
    font-family: 'Karma', sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    padding: 0 10px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.subscribe-us.single-article-page{
    background: #fff;
}
.nn-widget-section,
.more-article-section{
    max-width: 740px;
    margin: auto;
    padding: 60px 0;
}

.nn-widget-section .topic-article {
    display: inline-flex;
    flex-direction: column;
    width: 32%;
    margin-right: 7px;
    padding: 10px;
    will-change: box-shadow;
    transition: box-shadow 0.3s ease-in;
}
.more-section-article{
    margin-top: 20px;
}
.more-article-section .section-title{
    font-family: 'BebasNeue', sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    padding-top: 60px;
    text-transform: uppercase;
}
.more-section-article .article-container{
    display: flex;
    align-items: center;
    height: 200px;
}
.more-section-article .article-info{
    display: flex;
    flex-direction: column;
    width: 52%;
}
.more-section-article .article-image{
    width: 52%;
    background: #066b8c;
    height: 200px;
    margin-right: 15px;
    background-repeat: round;
}
.more-section-article .article-tag{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #066b8c;
    text-transform: uppercase;
}
.more-section-article .article-meta div{
    display: inline-block;
}
.more-section-article .article-title{
    font-family: 'Karma', sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    padding: 10px 0 5px;
}
/*CSS for single article page*/

/*CSS for social buttons*/
.article-social-button-container{
    position: absolute;
    left: 4vw;
    top: 280px;
    will-change: top;
    transition: top 10ms ease-in;
}
.article-social-button-container.fixed{
    position: fixed;
    top: 150px !important;
}
.article-social-button-container.bottom{
    position: absolute;
}
.social-button{
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    display: flex;
    cursor: pointer;
}
.social-button img{
    margin: auto;
}
/*CSS for social buttons*/

.comment-section{
    /*width: 520px;*/
    /*position: fixed;*/
    /*top: 0;*/
    /*right: 0;*/
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
    right: -720px;
    /*will-change: right;*/
    /*transition: right 0.4s ease-in;*/
    z-index: 5;
    display: none;
    margin-top: 20px;
}
.translucent-overlay{
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    background: #fff;
    opacity: 0;
}
.translucent-overlay.show{
    display: block;
}

.comment-section .section-header{
    display: flex;
    align-items: center;
}
.comment-section .section-header .section-close-btn{
    cursor: pointer;
}
.comment-section .section-header .section-close-btn img{
    transform: rotate(180deg);
    height: 16px;
    width: 9px;
}
.comment-section .section-header .section-title{
    font-size: 36px;
    font-family: "BebasNeue", sans-serif;
    text-align: center;
    width: 100%;
}
.comment-textarea.form-control{
    height: 120px;
    background-color: #ffffff;
    color: #3f414d;
    resize: none;
    border-radius: 0;
    margin: 20px 0;
    border-color: #3f414d;
}
.comment-textarea.form-control:focus{
    border-color: #3f414d;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
}
.comment-section .comments-wrapper{
    /*height: 60vh;*/
    overflow: auto;
}
.comment-section .post-comment-btn{
    width: 200px;
    height: 50px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    line-height: 50px;
    text-align: center;
    margin: auto;
    margin-right: 0;
    font-family: "SourceSansPro", sans-serif;
    font-size: 16px;
    color: #3f414d;
    cursor: pointer;
    text-transform: uppercase;
}
.comment-section .user-name{
    font-size: 18px;

}
.comment-section .comment-text{
    font-size: 16px;
}
.comment-section .single-comment{
    font-family: "SourceSansPro", sans-serif;
    display: flex;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #3f414d;
}
.comment-section .single-comment:last-child{
    padding-bottom: 50px;
}
.comment-section .single-comment .time-stamp{
    position: absolute;
    top: 20px;
    right: 0;
    color: #8c8d94;
    font-size: 12px;
}
.comment-section .user-profile-icon{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: gray;
    margin-right: 10px;
}
.mobile-article-button-container{
    display: none;
}

h3{
    /*font-size: 24px !important;*/
}
p{
    /*font-size: 16px !important;*/
}
.row .col-6:first-child,
.row .col-5:first-child{
    margin-right: 20px;
}

/*.single-article div{
  float: none !important;
}
.single-article div::after{
  content:"";
  clear: both;
}*/
/*..col-6{
  width: 50%;
}
.clearfix:before, .row:before, .clearfix:after, .row:after{
      content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}*/
.mobile-only{
    display: none;
}
.share-menu{
    box-shadow: 0px 2px 25px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 10em;
    right: 80%;
    z-index: 105;
    background: #fff;
    display: none;
}
.share-menu img{
    height: 1.5em;
    width: 1.5em;
    margin-left: 15px;
}
.share-menu-option{
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
}
.share-menu-option:hover{
    background: #ebebeb;
}
.share-menu-option span:last-child{
    margin: auto;
}
.share-menu-option span:last-child{
    margin-left: 15px;
}
.latest-edition-section-container{
    /*background: url(https://www.nykaa.com/beauty-blog/wp-content/uploads/images/issue241/lp-bg4.jpg);*/
    /*    background: url('/assets/vector-background.jpg');*/

}
.topic-nav-scroll-right{
    top: 90px;
    right: -25px;
    transform: rotate(-90deg);
    position: absolute;
    cursor: pointer;
}
.topic-nav-scroll-left{
    top: 90px;
    left: -25px;
    transform: rotate(90deg);
    position: absolute;
    cursor: pointer;
}
.bb-logo-header-mobile{
    display: none;
}
.topic-specific-article{
    border-radius: 1px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    margin: 10px;
    display: inline-block;
    width: 31%;
}
.topic-specific-section{
    /*display: flex;*/
    /*flex-direction: column;*/
    width: 100%;
    max-width: 1120px;
    margin: auto;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    padding-bottom: 55px;
}
.topic-specific-section .read-all-topics{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3f414d;
    position: absolute;
    top: 15px;
    right: 0;
    /*width: 16%;*/
    border-bottom: 1px solid #3f414d;
    padding-bottom: 1px;
    text-transform: uppercase;
    margin-right: 20px;

}
.topic-specific-section .read-all-topics:hover{
    text-decoration: none;
}
.topic-author-section{
    max-width: 1120px;
    margin: auto;
    white-space: nowrap;
    position: relative;
}
.author-scroll-left{
    position: absolute;
    left: -25px;
    top: 250px;
    height: 30px;
    width: 30px;
    display: flex;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px 1px rgba(0,0,0,0.1);
    cursor: pointer;
}
.author-scroll-left img{
    transform: rotate(90deg);
    margin: auto;
}
.author-scroll-right{
    position: absolute;
    right: -15px;
    top: 250px;
    height: 30px;
    width: 30px;
    display: flex;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px 1px rgba(0,0,0,0.1);
    cursor: pointer;
}
.author-scroll-right img{
    transform: rotate(-90deg);
    margin: auto;
}
.author-slider{
    overflow: auto;
    overflow: -moz-scrollbars-none;
}
.author-slider::-webkit-scrollbar{
    display: none;
}
.topic-specific-section .section-title{
    font-family: 'BebasNeue', sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 35px;
}
.topic-specific-article .article-image{
    min-height: 167px;
    background: #ccc;
}
.topic-specific-article .article-category{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #066b8c;
    margin: 20px 0 10px;
    text-transform: capitalize;
    padding-left: 10px;
}
.topic-specific-article .article-title{
    font-family: 'Karma', sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    color: #3f414d;
    padding-left: 10px;
    margin-bottom: 5px;
}
.topic-specific-article .article-meta{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    padding-left: 10px;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8c8d94;
    padding-bottom: 20px;
    display: flex;
}
.topic-specific-article .duration{
    margin-right: 3px;
}
.topic-specific-article .view-num{
    margin-left: 3px;
}
.topic-author-section .section-title{
    font-family: 'BebasNeue', sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 60px;
}
.author-slab{
    padding: 10px 20px;
    background: #fff;
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 60px;
    width: 23%;
    margin-right: 20px;
    align-items: center;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.author-slab .display-flex{
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 24px;
    /*align-items: flex-start;*/
}
.author-slab .author-name{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    margin-bottom: 5px;
    margin-top: auto;
}
.author-slab .designation{
    font-family: 'SourceSansPro';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    margin-bottom: auto;
}
.author-slab .profile-picture{
    width: 215px;
    height: 215px;
    border-radius: 50%;
    margin: auto;
    margin-top: 20px;
    background: #ccc;
}
.mobile-search-field{
    display: none;
}
.nn-widget-section .heading {
    text-align: center;
    font-size: 18px;
    color: #808080;
}
.nn-widget-section .category-name {
    text-align: center;
    font-size: 18px;
    /*color: #808080;*/
}
.nn-widget-section .author {
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
    text-transform: uppercase;
    /*color: #808080;*/
}
.nn-widget-section .duration {
    font-size: 15px;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}
.nn-widget-section .title {
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
}
.nn-widget-section p {
    margin: 0;
}
.nn-widget-section .post-type {
    display: inline-block;
}
.nn-widget-section .post-time {
    display: inline-block;
    color: #808080;
}
.nn-widget-section .section-title {
    font-family: 'BebasNeue', sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    /*padding-top: 60px;*/
    text-transform: uppercase;
}
.desktop-search-result-page,
.bb-breadcrumb{
    max-width: 1120px;
    margin: auto;
}
.bb-breadcrumb{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8c8d94;
    margin: 30px auto 10px;
    text-transform: uppercase;
}
.bb-breadcrumb .current{
    font-weight: 600;
    color: #3f414d;
}
.desktop-search-result-page .title{
    font-family: 'BebasNeue', sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 35px;
}
.topic-specific-article .article-image{
    min-height: 200px;
    background: #ccc;
    background-repeat: round !important;
}
.topic-specific-article .article-category{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #066b8c;
    margin: 20px 0 10px;
    text-transform: capitalize;
    padding-left: 10px;
}
.topic-specific-article .article-title{
    font-family: 'Karma', sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: normal;
    color: #3f414d;
    padding-left: 10px;
    margin-bottom: 5px;
    min-height: 50px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.topic-specific-article .article-meta{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    padding-left: 10px;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8c8d94;
    padding-bottom: 20px;
    display: flex;
}
.topic-specific-article .duration{
    margin-right: 3px;
}
.topic-specific-article .view-num{
    margin-left: 3px;
}
.topic-author-section .section-title{
    font-family: 'BebasNeue', sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 60px;
}
.author-slab{
    padding: 10px 20px;
    background: #fff;
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 60px;
    width: 23%;
    margin-right: 20px;
    align-items: center;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.author-slab .display-flex{
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 24px;
    /*align-items: flex-start;*/
}
.author-slab .author-name{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    margin-bottom: 5px;
    margin-top: auto;
}
.author-slab .designation{
    font-family: 'SourceSansPro';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    margin-bottom: auto;
}
.author-slab .profile-picture{
    /*    width: 215px;
        height: 215px;*/
    width: 170px;
    height: 205px;
    border-radius: 50%;
    margin: auto;
    margin-top: 20px;
    background: #ccc;
}
.mobile-search-field{
    display: none;
}
.nn-widget-section .heading {
    text-align: center;
    font-size: 18px;
    color: #808080;
}
.nn-widget-section .category-name {
    text-align: center;
    font-size: 18px;
    /*color: #808080;*/
}
.nn-widget-section .author {
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
    text-transform: uppercase;
    /*color: #808080;*/
}
.nn-widget-section .duration {
    font-size: 15px;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}
.nn-widget-section .title {
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
}
.nn-widget-section p {
    margin: 0;
}
.nn-widget-section .post-type {
    display: inline-block;
}
.nn-widget-section .post-time {
    display: inline-block;
    color: #808080;
}
.nn-widget-section .section-title {
    font-family: 'BebasNeue', sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    /*padding-top: 60px;*/
    text-transform: uppercase;
}
.desktop-search-result-page,
.bb-breadcrumb{
    max-width: 1120px;
    margin: auto;
}
.bb-breadcrumb{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8c8d94;
    margin: 30px auto 10px;
}
.bb-breadcrumb .current{
    font-weight: 600;
    color: #3f414d;
}
.desktop-search-result-page .title{
    font-family: 'BebasNeue', sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
.desktop-search-result-page .title .search-term{
    color: #066b8c;
}
.desktop-search-result {
    display: flex;
    text-align: flex-start;
}
.desktop-search-result .demarcation{
    margin-left: 20px;
}
.desktop-search-result .category-name{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #066b8c;
    margin: 10px 0
}
.desktop-search-result .article-title{
    font-family: 'Karma', sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    margin-bottom: 10px;
}
.desktop-search-result-page .desktop-search-result{
    padding: 20px 0;
    cursor: pointer;
}
.desktop-search-result .article-meta{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8c8d94;
}
.desktop-search-result .article-meta .duration{
    margin-right: 2px;
}
.desktop-search-result .article-meta .view-num{
    margin-left: 2px;
}
.desktop-search-result .article-image{
    width: 360px;
    height: 200px;
    border-radius: 1px;
    background: gray;
}
.latest-edition-section.category-page .section-title {
    background: transparent;
    text-align: left;
    box-shadow: none;
    color: #066b8c;
    padding-left: 0;
}
.author-info-banner{
    background: white;
}
.author-info-banner .display-flex{
    max-width: 1120px;
    margin: auto;
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
}
.author-info-banner .author-picture{
    height: 170px;
    width: 141px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 20px;
}
.author-info-banner .author-info .name{
    font-family: 'BebasNeue', sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
}
.author-info-banner .author-info .designation{
    font-family: 'BebasNeue', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8c8d94;
    margin-bottom: 25px;
    margin-top: 5px;
}
.author-info-banner .author-info .description{
    font-family: 'Karma';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: normal;
    color: #3f414d;
}
.author-info-banner .mobile-description{
    display: none;
}
.language-selector{
    margin-left: 219px;
    background: #3f414d;
    /*margin-right: -140px;*/
    color: #fff;
    height: 20px;
    width: 20px;
    text-align: center;
    cursor: pointer;
    position: relative;

}
.language-selector-menu input{
    -webkit-appearance: none;
}
.language-selector-menu{
    position: absolute;
    top: 30px;
    left: 0;
    width: 126px;
    background: #fff;
    color: #3f414d;
    z-index: 1;

    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
    display: none
}
.language-selector-menu.show{
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
}
.language-selector-menu img:not(.selected){
    margin: 0 5px;
}
.language-selector-menu .selected{
    display: none;
}
.language-selector-menu label{
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 400;
    cursor: pointer;
}
.language-selector-menu input:checked + label .selected{
    display: inline-block;
    height: 20px;
    width:20px;
    margin-left: auto;
    margin-right: 10px;
}
.meet-experts-section{
    background: #fff;
}
.meet-experts-section .section-title{
    max-width: 1160px;
    margin: auto;
    font-family: 'BebasNeue', sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 20px;
    border-bottom: 1px solid #ebebeb;
}
.meet-experts-section .expert-card-container{
    max-width: 1120px;
    margin: auto;
    padding-top: 20px;
}
.expert-card-container .expert-card{
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    max-width: 360px;
    overflow: hidden;
    display: inline-block;
    padding: 15px;
    margin: 10px 5px;
}
.expert-card .expert-picture{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-right: 15px;
    background: #066b8c
}
.expert-card .expert-info{
    width: 70%;
}
.expert-card .expert-info .name{
    font-family: 'BebasNeue', sans-serif;
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
}
.expert-card .expert-info .designation{
    font-family: 'BebasNeue', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8c8d94;
}
.expert-card .description{
    font-family: 'Karma', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    height:190px;
    letter-spacing: normal;
    color: #3f414d;
    padding: 15px 0;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.expert-card .article-number{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    text-align: right;
}

.nykaa-network-questions-widget .description{
    /*max-width: 1010px;*/
    margin: auto;
    font-family: 'JennaSue', sans-serif;
    /*font-family: 'SourceSansPro', sans-serif;*/
    /*font-size: 16px;*/
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
    margin-bottom: 20px;
}
.nykaa-network-questions-widget .question-container{
    max-width: 1010px;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.nykaa-network-questions-widget .question-container .display-flex{
    align-items: flex-start;
}
.nykaa-network-questions-widget .explore-btn{
    width: 360px;
    height: 60px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    margin: auto;
    margin-top: 20px;
    color: #3f414d;
    font-family: 'SourceSansPro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
}
.nykaa-network-questions-widget .question-card{
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    /*max-width: 455px;*/
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}
.nykaa-network-questions-widget .question-card:nth-child(odd){
    /*min-width: 380px;*/
    /*margin-right: 10px;*/
}
.nykaa-network-questions-widget .question-card:nth-child(even){
    /*min-width: 380px;*/
    /*margin-left: 10px;*/
}
.nykaa-network-questions-widget .question-card .display-picture{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #066b8c;
    margin-right: 15px;
}
.nykaa-network-questions-widget .question-card .question-info{
    /*width:70%;*/
    width: 90%;
    text-align: left;
}
.nykaa-network-questions-widget .question-card .user-name{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;

}
.nykaa-network-questions-widget .question-card .question{
    font-family: 'Karma', sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #3f414d;
}
.nykaa-network-questions-widget .section-title{
    /*max-width: 1010px;*/
    margin: auto;
    font-family: 'SourceSansPro', sans-serif;
    /*font-family: 'JennaSue', sans-serif;*/
    /*font-size: 48px;*/
    font-size: 35px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3f414d;
}
.auth-slideimg{
    /*    width:215px;
        height:215px;*/
    width: 170px;
    height: 205px;
    border-radius: 50%;
}
.fit-image{
    height: 170px;
    width: 141px;
    border-radius: 50%;
}
.expert-card .expert-picture img{
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.latest-edition-section-container.home-page{
    margin-top: -44px;
}
.home-page .latest-edition-section{
    margin-top: -63px;
}
.latest-edition-section.category-page .section-title{
    background: transparent;
    text-align: left;
    box-shadow: none;
    color: #066b8c;
    padding-left: 0;
}
.latest-edition-section.category-page{
    margin-top: 10px;
}
.popular-video-section .read-all-topics{
    font-family: 'SourceSansPro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3f414d;
    position: absolute;
    top: 85px;
    right: 0;
    /*width: 16%;*/
    border-bottom: 1px solid #3f414d;
    padding-bottom: 1px;
    text-transform: uppercase;
    margin-right: 20px;

}
.popular-video-section .read-all-topics:hover{
    text-decoration: none;
}
/*################################### Media Queries for responsive Page##########################################*/
@media only screen and (max-width: 760px) {

    .latest-edition-section {
        background-color: unset;
    }

    .topic-nav-scroll-left,
    .topic-nav-scroll-right,
    .popular-scroll-left,
    .popular-scroll-right,
    bb-instagram-section .insta-scroll-left,
    .bb-instagram-section .insta-scroll-right,
    .you-may-like-scroll-right,
    .you-may-like-scroll-left,
    .author-scroll-left,
    .author-scroll-right,
    .section-title-dummy{
        display: none;
    }
    .home-page .latest-edition-section{
        margin-top: 0px;
    }
    .topic-article .article-info .title{
        width: auto;
    }
    .row {
        /*        width: 100%;
                min-width: 0;
                margin: 0 -15px;
                display: flex;
                align-items: center;
                flex-direction: column;*/
    }
    .row .col-6,
    .row .col-4,
    .row .col-5,
    .row .col-7{
        width: 100% !important;
        max-width: 100% !important;
        flex: initial;
    }
    .row .col-6:first-child,
    .row .col-5:first-child{
        margin: unset;
    }
    .main-article .main-article-image{
        margin-top: 0px;
    }
    .mobile-only{
        display: block;
    }
    .share-menu{
        right: 13%;
    }
    .bb-banner{
        height: 100px;
    }
    .bb-logo-header{
        display: none;
        width: 54px;
        height: 31px;
        margin-left: 10px;
    }
    .bb-logo-header-mobile{
        display: block;
        width: 54px;
        height: 31px;
        margin-left: 10px;
    }
    .bb-header{
        background: transparent;
        padding: 0 20px;
        height: 44px;
        position: -webkit-sticky;
        position: sticky;
        margin: 0;
        box-shadow: none;
        border: none;
        top:40px;
    }
    .bb-header .header-top-row{
        background: #fff;
        border: none;
        position: absolute;
        width: 90%;
        left: 20px;
        top: -20px;
        height: 44px;
        border-radius: 2px;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
        padding: 0;
    }
    .bb-search-input{
        min-width: unset !important;
        width: 90%;
    }
    .latest-edition-section.category-page{
        background: #fff;
    }
    .bb-search-btn, .bb-header .user-profile-icon{
        display: none;
    }
    .bb-search-container{
        display: none;
    }
    .mobile-search-field{
        /*font-size: 10px;*/
        display: inline-block;
        margin: auto;
    }
    .mobile-search-icon-img-style{
        margin-left: auto;
    }
    .bb-header .header-bottom-row{
        display: none;
    }
    .latest-edition-section .section-title{
        font-size: 22px;
        text-align: center;
        background: #fff;
        padding: 15px 0;
    }
    .latest-edition-section{
        /*background: #ffc9c9;*/
        margin: 0;
        padding: 20px 0;
    }
    .main-article .main-article-image{
        height: auto;
    }
    .main-article .main-article-info{
        width: 100%;
        margin: 0;
    }
    .main-article-info .title{
        font-family: KarmaBold;
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.28;
        letter-spacing: normal;
        text-align: center;
        color: #3f414d;
        padding: 20px 20px 0;
    }
    .main-article-info .meta{
        font-size: 10px;
    }
    .latest-edition-section .latest-edition-article{
        width: 100%;
        margin-right: 0;
        flex-direction: row;
        margin-top: 10px;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    }
    .latest-edition-article .article-image{
        height: 92px;
        width: 45%;
    }
    .latest-edition-article .article-info{
        background: #fff;
        width: 55%;
        display: flex;
        flex-direction: column;
        /*min-height: 120px;*/
        height: unset;
    }
    .latest-edition-article .article-info .title{
        margin-top: auto;
        padding: 0 15px 5px;
        font-size: 14px;
        line-height: 1.66;
        height: unset;
    }
    .latest-edition-article .article-info .meta{
        margin-bottom: auto;
        padding: 0 15px;
        font-size: 12px;
    }
    .topic-article-section-container{
        padding-top: 30px;
    }
    .topic-article-section .section-title{
        font-size: 23px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .topic-article-nav{
        padding-left: 20px;
        width: 100vw;
        overflow: auto;
        white-space: nowrap;
    }
    .topic-article{
        display: flex;
        width: 90%;
        margin: auto;
        padding: 0px;
        box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
        margin-bottom: 10px;
    }
    .topic-article .category{
        padding-left: 10px;
        padding-right: 10px;
    }
    .topic-article .article-info{
        padding:  0 10px;
    }
    .trending-tags{
        padding: 30px 0;
    }
    .trending-tags .section-title{
        font-size: 23px;
        margin-left: 20px;
    }
    .trending-tags .display-flex{
        flex-direction: column;
    }
    .trending-tags .tag{
        font-size: 16px;
        margin: 0;
        /*margin: 10px 0 0;
        width: 95%;*/
    }
    .subscribe-us-box .section-title{
        font-size: 24px;
        /*font-weight: 600;*/
    }
    .sub-shadow{
        flex-direction: column;
        box-shadow: none;
    }
    .subscribe-us{
        height: 400px;
        /*background-image: url('../assets/hey-gorgeous_1-1.png');*/
    }
    .subscribe-us-box .letterbox img{
        height: 80px;
        width: 80px;
    }
    .subscribe-us-box .letterbox{
        background: transparent;
        width: 100%;
        display: flex;
    }
    .subscribe-us-box .sub-form{
        display: flex;
        width: 90%;
        margin: auto;
        margin-top: 10px;
    }
    .subscribe-us-box .sub-form .title{
        margin: 20px 0;
        text-align: center;
        font-size: 16px;
    }
    .subscribe-us-box .sub-form .input-container{
        flex-direction: column;
    }
    .subscribe-us-box .sub-form input{
        width: 100%;
    }
    .subscribe-us-box .sub-form .sub-btn{
        margin: 0;
        margin-top: 18px;
        width: 100%;
    }
    .popular-articles-section .section-title{
        font-size: 24px;
        margin-left: 20px;
    }
    .popular-article{
        display: flex;
        width: 90%;
        margin: auto;
        margin-bottom: 10px;
        min-height: unset;
        flex-direction: unset;
        white-space: normal;
    }
    .popular-article .article-image{
        height: 90px;
        width: 40%;
    }
    .popular-article .article-title{
        width: 60%;
        align-self: center;
    }
    .popular-articles-container a:last-child > .popular-article{
        margin-right: auto;
    }
    .popular-video-section .section-title{
        font-size: 24px;
        margin-left: 20px;
    }
    .popular-video-container .bb-play-icon{
        margin-left: 20px;
    }
    .popular-video .popular-video-thumbnail .bb-play-icon{
        margin-left: 0;
    }
    .popular-video-container .popular-video:last-child{
        margin-right: auto;
    }
    .popular-video{
        display: flex;
        width: 90%;
        margin-right: 0;
        margin: auto;
        margin-bottom: 20px;
    }
    .bb-instagram-section .section-title{
        font-size: 24px;
        margin-left: 20px;
    }
    .bb-instagram-section .section-subtitle{
        font-size: 14px;
        margin: 10px auto 20px;
        margin-left: 20px;
    }
    .bb-instagram-section .instagram-slider{
        white-space: nowrap;
        /*column-count: 3;
        column-gap: 0;
        column-rule-width: 0;
        width: 90%;*/
        margin: auto;
    }
    .bb-instagram-section .instagram-image{
        height: 265px;
        width: 265px;
        margin-bottom: -10px;
    }
    .it-lists-section .section-title{
        font-size: 24px;
        margin-left: 20px;
    }
    .it-lists-section .section-subtitle{
        font-size: 14px;
        margin-left: 20px;
    }
    .it-lists-section .section-subtitle a{
        margin-right: 20px;
    }
    .it-list-article{
        display: flex;
        width: 90%;
        margin: auto;
        margin-bottom: 10px;
        flex-direction: unset;
        min-height: unset;
    }
    .it-list-container a:last-child >.it-list-article{
        margin-right: auto;
    }
    .it-list-article .article-image{
        height: 140px;
        width:42%;
    }
    .it-list-article .title{
        font-size: 14px;
    }
    .it-list-article .article-info{
        width: 58%;
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    .featured-article-container .featured-article-image{
        height: 200px;
    }
    .featured-article-info .title{
        font-size: 18px;
        line-height: 1.28;
        padding: 20px 0px 10px;
    }
    .featured-article-info .meta{
        font-size: 12px;
    }
    .featured-category-grid .featured-category{
        width: 45%;
        height: 200px;
        margin: 0;
        margin-bottom: 10px;
    }
    .featured-category-grid .featured-category:nth-child(odd){
        margin-left: 10px;
    }
    .featured-category-grid .featured-category:nth-child(even){
        margin-left: 10px;
        margin-right: 10px;
    }
    .single-article-section .article-title,
    .you-may-like-section .section-title,
    .more-article-section .section-title{
        font-size: 24px;
    }
    .more-article-section .section-title,
    .you-may-like-section .section-title{
        margin-left: 20px;
    }
    .article-main-image{
        width: 100%;
        height: auto;
    }
    .subscribe-us-box{
        width: 100%;
    }
    .article-social-button-container{
        display: none;
    }
    .single-article-section{
        padding-left: 20px;
        padding-right: 20px;
    }
    .single-article-section .author-title span{
        font-size: 14px;
    }
    .single-article-section .article-meta .date{
        font-size: 12px;
    }
    .single-article-section .comments-button{
        text-transform: uppercase;
        width: 320px;
    }
    .comment-section{
        /*width:100vw;*/
        padding: 10px;
    }
    .comment-section .section-header .section-title,
    .comment-section .user-name{
        font-size: 16px;
    }
    .comment-section .comment-content{
        width: 88%;
    }
    .comment-section .comment-text{
        font-size: 14px;
    }
    .comment-section .post-comment-btn{
        margin-bottom: 10px;
    }
    .social-button.like{
        margin: auto;
        margin-left: 0;
    }
    .social-button.share{
        margin:auto;
        margin-right: 0;
    }
    .mobile-article-button-container{
        display: flex;
        padding-bottom: 30px;
    }
    .single-article-section .single-article,
    .single-article-section .single-article-content{
        padding-bottom: 5px;
    }
    .mobile-search-icon{
        margin-left: auto;
    }
    .mobile-burger-icon{
        margin: 0 15px;
        width: 30px;
        display: flex;
    }
    .mobile-burger-icon img{
        margin: auto;
    }
    .mobile-main-menu{
        position: absolute;
        width: 90%;
        background: #fff;
        top: 24px;
        display: none;
        z-index: 5;
    }
    .mobile-main-menu .menu-item .title{
        display: flex;
        align-items: center;
        padding: 15px;
        font-size: 14px;
        font-family: "SourceSansPro", sans-serif;
        border-bottom: 1px solid #ebebeb;
        transition: background 0.3s ease-in-out;
    }
    .mobile-main-menu .menu-item .title:active,
    .mobile-main-menu .menu-item .title:hover{
        background: #ebebeb;
    }
    .mobile-main-menu .menu-item:last-child .title{
        border:none;
    }
    .menu-item.open .title{
        font-weight: 600;
        color: #066b8c;
    }
    .mobile-main-menu .menu-item.open .title img{
        transform: rotate(180deg);
    }
    .mobile-main-menu .menu-item .title img{
        margin: 0 0 0 auto;
        will-change: transform;
        transition: transform 0.3s ease-in;
    }
    .mobile-main-menu .sub-menu{
        padding-left: 15px;
        display: none;
    }
    .mobile-main-menu .sub-menu-item{
        padding: 10px;
        border-bottom: 1px solid #ebebeb;
    }
    .mobile-search-container{
        padding: 10px;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100vw;
        height: 100vh;
    }
    .mobile-search-container .input-container{
        display: flex;
        align-items: center;
        background: #fff;
    }
    .mobile-search-container .input-container input:focus{
        outline: none;
        border: none;
        box-shadow: none;
    }
    .mobile-search-container .input-container img{
        margin-right: 5px;
    }
    .mobile-search-container .result-image{
        width: 100px;
        height: 55px;
        background: #ccc;
    }
    .mobile-search-container .result-content{
        width: 70%;
        margin-left: 10px;
    }
    .mobile-search-container .result-title{
        font-family: 'Karma', sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.19;
        letter-spacing: normal;
        color: #3f414d;
    }
    .mobile-search-container .result-meta{
        font-size: 10px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #8c8d94;
        padding-top: 5px;
    }
    .mobile-search-container .search-result-container{
        padding-top: 15px;
        overflow: auto;
        height: 90vh;
        background: rgba(255, 255, 255, 1);
    }
    .mobile-search-container .search-result{
        padding: 15px 0;
        border-bottom: 1px solid #3f414d;
    }
    .close-search{
        width: 32px;
    }
    .more-section-article .article-container{
        height: 150px;
    }

    .more-section-article .article-image {
        height: 120px;
    }
    .more-section-article{
        margin-top: 0px;
    }
    .more-section-article .article-image{
        margin-right: 15px;
    }
    .more-section-article .article-title {
        font-size: 16px;
    }

    .topic-specific-article{
        border-radius: 1px;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
        background: #fff;
        margin: 10px;
        width: auto;
        display: block;
    }
    .topic-specific-section{
        display: flex;
        flex-direction: column;
        width: 100%;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 10px;
    }
    .topic-specific-section .read-all-topics{
        font-family: 'SourceSansPro', sans-serif;
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #3f414d;
        margin: 20px auto;
        border-bottom: 1px solid #3f414d;
        padding-bottom: 1px;
        position: unset;
        width: auto;

    }
    .topic-specific-section .section-title{
        font-family: 'BebasNeue', sans-serif;
        font-size: 24px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #3f414d;
        text-transform: uppercase;
        margin-left: 20px;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .topic-specific-article .article-image{
        /*min-height: 167px;*/
        background: #ccc;
    }
    .topic-specific-article .article-category{
        font-family: 'SourceSansPro', sans-serif;
        font-size: 12px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #066b8c;
        margin: 10px 0 5px;
        text-transform: capitalize;
        padding-left: 10px;
    }
    .topic-specific-article .article-title{
        font-family: 'Karma', sans-serif;
        font-size: 18px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.28;
        letter-spacing: normal;
        color: #3f414d;
        padding-left: 10px;
        margin-bottom: 5px;
    }
    .topic-specific-article .article-meta{
        font-family: 'SourceSansPro', sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        padding-left: 10px;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #8c8d94;
        padding-bottom: 20px;
        display: flex;
    }
    .topic-specific-article .duration{
        margin-right: 3px;
    }
    .topic-specific-article .view-num{
        margin-left: 3px;
    }
    .topic-author-section .section-title{
        font-family: 'BebasNeue', sans-serif;
        font-size: 24px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #3f414d;
        margin-left: 20px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .author-slab{
        padding: 10px 15px;
        background: #fff;
        display: flex;
        margin-bottom: 12px;
        flex-direction: row;
        width: 100%;
    }
    .author-slab .display-flex{
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }
    .author-slab .author-name{
        font-family: 'SourceSansPro', sans-serif;
        font-size: 18px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #3f414d;
        margin-bottom: 5px;
        margin-top: auto;
    }
    .author-slab .designation{
        font-family: 'SourceSansPro';
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #3f414d;
        margin-bottom: auto;
    }
    .author-slab .profile-picture{
        width: 49px;
        height: 60px;
        border-radius: 50%;
        margin-right: 15px;
        background: #ccc;
        margin-left: 0;
        margin:0;
        margin-right: 15px;
    }
    .author-view-all{
        position: absolute;
        top: 5px;
        right: 20px;
        font-size: 14px;
        cursor: pointer;
    }
    .author-slider{
        /*height: 270px;*/
        overflow: hidden;
    }
    .author-slider.open{
        height: auto;
    }
    .author-info-banner .author-picture{
        height: 80px;
        width: 66px;
        margin: 0 15px;
    }
    .author-info-banner .author-info{
        width: 70%;
    }
    .author-info-banner .author-info .name{
        font-size: 24px;
    }
    .author-info-banner .author-info .designation{
        font-size: 14px;
    }
    .author-info-banner .author-info .description{
        display: none;
    }
    .author-info-banner .mobile-description{
        display: block;
        font-family: Karma;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.64;
        letter-spacing: normal;
        color: #3f414d;
        padding: 15px;
    }
    .author-info-banner {
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    }
    .author-info-banner .display-flex{
        padding: 20px 20px 0 0;
        border: none;
    }
    .bb-breadcrumb{
        padding-left: 15px;
    }
    .latest-edition-section .latest-edition-article:nth-child(4){
        margin-left: 0;
    }
    .language-selector{
        display: none;
    }
    .mobile-main-menu .menu-item .title span{
        display: inline-block;
        margin-left: auto;
    }
    .menu-item.language-selector-mobile{
        position: relative;
    }
    .menu-item.open.language-selector-mobile .title{
        font-weight: 400;
        color: #3f414d;
    }
    .mobile-main-menu .menu-item.open.language-selector-mobile .title img{
        transform: unset;
    }
    .meet-experts-section .section-title{
        font-size: 32px;
    }
    .expert-card .expert-info .name{
        font-size: 24px;
    }
    .expert-card .expert-info .designation,
    .expert-card .article-number{
        font-size: 14px;
    }
    .expert-card .description{
        font-size: 12px;
        height: auto;
    }
    .expert-card .expert-picture{
        height: 60px;
        width: 60px;
    }
    .expert-card-container .expert-card{
        max-width: unset;
        margin: 10px;
    }
    .nykaa-network-questions-widget .section-title{
        font-size: 24px;
    }
    .nykaa-network-questions-widget .description{
        font-size: 20px;
    }
    .nykaa-network-questions-widget .question-card .display-picture{
        height: 30px;
        width: 30px;
    }
    .nykaa-network-questions-widget .question-card .user-name{
        font-size: 12px;
    }
    .nykaa-network-questions-widget .question-card .question{
        font-size: 14px;
        line-height: normal;
        padding-top: 5px;
    }
    .nykaa-network-questions-widget .explore-btn{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        text-transform: uppercase;
    }
    .nykaa-network-questions-widget{
        padding: 0 20px;
    }
    .nykaa-network-questions-widget .question-card{
        /*max-width: 260px;*/
    }
    .auth-slideimg{
        width:49px;
        height:60px;
        border-radius: 50%;
    }
    .fit-image{
        height: 80px;
        width: 66px;
        border-radius: 50%;
    }
    .expert-card .expert-picture img{
        height: 60px !important;
        width: 60px !important;
        border-radius: 50%;
    }
    .latest-edition-section.category-page .section-title {
        padding-left: 15px;
    }
    .desktop-search-result .category-name, .desktop-search-result .article-title{
        margin: auto auto 3px auto;
    }
    .desktop-search-result .article-image{
        height: 110px;
    }
    .desktop-search-result .article-title{
        font-size: 17px;
    }
}


.bb-breadcrumb {
    text-transform: uppercase;
}
.bb-breadcrumb .root a {
    color: #8c8d94;
    text-decoration: none;
}
.bb-search-btn {
    cursor: pointer;
}
.article-image img {
    height: 100%;
}
a.a-non-decoration, a.a-non-decoration:hover {
    text-decoration: none;
}

/*################################### Media Queries for responsive Page##########################################*/
@media only screen and (max-width: 760px) {
    .bb-breadcrumb {
        padding-left: 15px;
    }
    .nykaa-network-questions-widget .question-card:nth-child(odd){
        /*min-width: 350px;*/
        /*margin-right: 10px;*/
    }
    .nykaa-network-questions-widget .question-card:nth-child(even){
        /*min-width: 350px;*/
        /*margin-left: 10px;*/
    }
    .insta-scroll-left {
        display: none !important;
    }
}




/*****28-12-18******/

.popular-video-info {
    background: #fff;
    padding: 15px;
}


.popular-video-info .top-title {
    color: #066b8c;
}

.popular-video-info .view-num {
/*    background: #e7f5ff;
    color: #066b8c;*/
    padding: 5px;
    text-transform: uppercase;
}
.new-popular-view-num {
    background: #e7f5ff;
    color: #066b8c;
    padding: 5px;
    text-transform: uppercase;
}
.nykaa-network-logo {
    text-align: center;
}
.nykaa-network-logo img{
    margin-bottom: 20px;
}
.shop-it-section {
    position: relative;
    margin: auto;
    margin-bottom: 40px;
}
.shop-it-slide-box {
    overflow: hidden;
    max-width: 1000px;
}
.shop-it-slider {
    /*margin: 0 -10px;*/
    /*margin-bottom: -18px;*/
    padding: 0 35px;
    width: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: nowrap;
    overflow: -moz-scrollbars-none;
    overflow: -webkit-scrollbars-none;
    overflow: -ms-scrollbars-none;
}
.shop-it-slider .action-link {
    background: #fff;
    width: 310px;
    border-radius: 2px;
    background-color: #ffffff;
    /*display: inline-flex;*/
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    position: relative;
    white-space: normal;
}
.scroll-btn {
    position: absolute;
    top: 50%;
    cursor: pointer;
    display: flex;
    height: 36px;
    width: 36px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
    border-radius: 50%;
    background-color: #fff;
    margin-top: -18px;
    z-index: 99;
}
.shop-it-scroll-left {
    left: 5px;
}
.shop-it-scroll-left img {
    transform: rotate(90deg);
    margin: auto;
}
.shop-it-scroll-right {
    right: 5px;
}
.shop-it-scroll-right img {
    transform: rotate(-90deg);
    margin: auto;
}
.shop-it-slide-box .nykaa_product_image{
    min-height: 190px;
}
.shop-it-slide-box .nykaa_product_image img {
    max-width: 150px;
    max-height: 185px;
    width: auto;
    height: auto;
    margin:0 auto;
    display: block;
}
.shop-it-slide-box .slider-item-title{
    min-height: 50px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 0 5px;
}
.shop-it-slide-box .slider-item-title a:hover,
.shop-it-slide-box .slider-item-title:hover {
    color:#066b8c;
    border:none;
}
.shop-it-slide-box .nykaa_product_price .price{
    color: #787878;
    text-decoration: line-through;
    width: 43%;
    float: right;
    font-size: 16px;
    text-align: left
}
.shop-it-slide-box .nykaa_product_price .special_price{
    color: #066b8c;
    width: 43%;
    float: left;
    font-size: 16px;
    text-align: right
}
@media (max-width: 760px) {
    .shop-it-section .scroll-btn {
        display: none;
    }
    .nykaa-network-questions-widget .explore-btn,
    .single-article-section .comments-button {
        max-width: 100%;
    }
    .shop-it-slider {
        overflow-x: auto;
    }
}
@media (max-width: 520px) {
    .shop-it-slider .action-link {
        width: 280px;
    }
}
.firstrow a img {
    height: auto;
}
