/*!
Theme Name: Hamro Khabar
Theme URI: http://underscores.me/
Author: Gorkhalylabs@dipesh
Author URI: https://gorkhaly.com.np
Description: News Portal online leading news portal
Version: 3.0.0 updated
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: palanskhabar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Palanskhabar is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*  */

/* login form logo css start */
/* Custom Login Logo CSS */
#login h1 a {
  background-size: contain;
  width: 100%;
  height: 80px; /* Adjust the height to fit the logo */
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  pointer-events: none !important;
}

#login form {
  margin-top: 20px; /* Adjust margin if needed */
}

body.login {
  background-color: #f1f1f1; /* Change login background color */
}

/* Optional: Customize the login button */
#login .button-primary {
  background-color: #0073aa; /* Custom button color */
  border-color: #006799;
  text-shadow: none;
}

#login .button-primary:hover {
  background-color: #005177;
  border-color: #00436d;
}

/* Optional: Customize the login link colors */
.login #nav a, .login #backtoblog a {
  color: #0073aa;
}

.login #nav a:hover, .login #backtoblog a:hover {
  color: #005177;
}


/* login form logo css end */

.container{
Padding-left:10px !important;
Padding-right:10px !important;

}
.adss section iframe{
  pointer-events: none;

}

.footer-logo img {
  max-width: 240px;
}
.footer-last-back {
  padding: 40px;
  background: rgba(34, 96, 191, 0.14);
}
.footer-logo {
  text-align: left;
  margin-right: 25px;
  padding-right: 25px;
  border-right: solid 1px rgba(0, 0, 0, 0.14);
}
.footer-last-section {
  display: flex;
}
.footer-editor-info h3 {
  font-family: mukta, sans-serif;
  margin: 0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.48);
}
.footer-editor-info h5 {
  font-size: 12px;
  display: block;
  line-height: 1;
  font-family: mukta, sans-serif;
}
.footer-editor-info {
  margin-right: 25px;
  padding-right: 25px;
  border-right: solid 1px rgba(0, 0, 0, 0.14);
}
.footer-social-info li {
  list-style: none;
}
.footer-social-info {
  display: flex;
  column-gap: 12px;
}
.footer-copyright span {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.6rem;
  line-height: 1.5;
}
.footer-first-section {
  display: flex;
  justify-content: space-around;
  padding-bottom: 22px;
  padding-top: 50px;
}
.footer-first-back {
  background: rgba(34, 96, 191, 0.04);
  border-top: solid 1px rgba(34, 96, 191, 0.08);
}
.footer-cat-block li {
  list-style: none;
}
.footer-cat-block li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.48);
}
.footer-cat-block li a:hover {
  color: #2260bf;
}
.footer-cat-block h4 {
  font-size: 22px;
  margin: 0 0 20px;
  line-height: 1;
  font-family: khand, sans-serif;
  font-weight: 600;
  /* color: #2260bf; */
  color: #0f479e;
}

/* categories mainarchive */
.cat-divider-dipesh {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
  padding-top: 12px;
}
.sub__thumb a img {
  height: 250px;
}
.sectilr a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
.sectilr a h2 {
  font-family: mukta, sans-serif;
  font-size: 19px;
  font-weight: 600;
}
.sectilr {
  margin-top: 12px;
  margin-bottom: 12px;
}
.cat-head-excerpt {
  background-color: #f4f6f8;
  padding: 120px;
}
.catfbig_heading a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
}
.catfbig_heading a h2 {
  word-break: break-word;
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 24px;
  font-family: mukta, sans-serif;
  font-weight: 700;
}

.catpage-title {
  margin: 0 0 30px;
  line-height: 1;
  font-size: 45px;
  font-weight: 600;
  font-family: khand, sans-serif;
  color: #0f479e;
  display: flex;
  align-items: center;
}
.catpage-header {
  margin-top: 30px;
}
.relatedpostmainblock {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}

/* nespost block */
.news-author-image-css img {
  height: 50px;
  max-width: 50px;
  width: 50px;
  border-radius: 50%;
  padding: 4px;
  background-color: #fff;
  border: solid 3px #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
}
.news-author-image-css {
  margin-right: 10px;
}
.news-author-final {
  display: flex;
  align-items: center;
}
.post-author-date {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.news-entry-title {
  margin: 0 0 15px;
  font-family: mukta, sans-serif;
  font-size: 65px !important;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.newspost-date {
  vertical-align: middle;
  display: inline-block;
  font-weight: 500;
}
.newspost-date a ion-icon {
  vertical-align: middle;
  display: inline-block;
  font-weight: 500;
}
.author-ID label a {
  text-decoration: none;
  color: #404040;
}

#st-1 {
  /* font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    direction: unset;
    display: inline-grid !important;
    opacity: 1;
    row-gap: 12px;
    text-align: center;
    z-index: 94034; */
}

.post-block-de {
  display: flex;
}
.postsharemedia {
  width: 260px;
  position: sticky;
  top: 90px;
  flex: 1;
  margin-top: 30px;
}
.palanspost-thumb-side {
  display: flex;
}
.lheading-block-title h2 {
  border-top: solid 1px rgba(0, 0, 0, 0.14);
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
  padding-bottom: 14px;
  padding-top: 14px;
  margin: 0 0 30px;
  /* line-height: 1; */
  line-height: 1.3;
  font-size: 45px;
  font-weight: 600;
  font-family: khand, sans-serif;
  color: #d7001b;
}
.seprate-full-width {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
  border-top: solid 1px rgba(0, 0, 0, 0.08);
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.newstydp h1 {
}
.palanspost-block-style {
  display: flex;
  column-gap: 12px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
  padding-bottom: 20px;
  margin-bottom: 20px;
  /* border-top: solid 1px rgba(0, 0, 0, .14);
  padding-top: 20px;
  margin-top: 20px; */
}
.palansdpost-thumb a img {
  width: 90px;
  max-width: 90px;
  min-width: 90px;
  border-radius: 4px;
  height: 68px;
}

.news-author-final {
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0;
  border-bottom: #ccc solid 1px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: #ccc solid 1px;
  margin-top: 10px;
}

.palanstestnews {
  margin-left: 15px;
}
.entry-content p {
  font-size: 22px;
  margin: 0 0 28px;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
.palanspost-title {
  font-weight: 700;
  font-size: 18px;
  font-family: mukta, sans-serif;
  transition: all 0.3s ease;
  line-height: 1.3;
}
.palanspost-title a {
  text-decoration: none;
  color: #23252d;
}

/* trending post css */
.trending-post li {
  list-style: none;
}
.trending-post {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
.trendpostcount {
  display: flex;
  column-gap: 12px;
  align-items: center;
  padding-bottom: 50px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
}
.eco_count {
  height: 74px;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  border-radius: 4px;
  text-align: center;
  line-height: 58px;
  font-weight: 700;
  font-size: 28px;
  transition: all 0.3s ease;
  background-color: #d7001b;
  color: #fff;
}
.trendspost_title a {
  font-family: mukta, sans-serif;
  transition: all 0.3s ease;
  font-size: 19px;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  margin: 0;
  line-height: 1.4;
  font-weight: 600;
}
.trending-post-title h2,
.heading-block-title h2 {
  margin: 0 0 30px;
  line-height: 1;
  font-size: 45px;
  font-weight: 600;
  font-family: khand, sans-serif;
  color: #0f479e;
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.post-content h2 {
  font-weight: 700;
  font-size: 20px;
}
.post-content h2 a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  line-height: 1.4;
  word-break: break-word;
  font-family: mukta, sans-serif;
}
.relatedpost-thumb a img {
  height: 250px;
  object-fit: cover;
  margin-bottom: 12px;
  border-radius: 4%;
}
.in__between_ads {
  border-top: solid 1px rgba(0, 0, 0, 0.14);
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
}
.post-sideads {
  margin-left: 15px;
}
.comment-form-comment textarea {
  height: 80px !important;
  background-color: rgba(0, 0, 0, 0.04);
}
.comment-respond {
  background-color: rgb(199 161 161 / 7%) !important;
  padding: 12px;
}
.submit {
  background-color: #dce7f7;
  color: #2260bf !important;
  line-height: 25px !important;
  padding: 4px 18px !important;
  margin-left: auto !important;
  border-radius: 48px !important;
  height: 34px !important;
  align-self: center !important;
}
.news-thumb-aboveads {
  margin-top: 12px;
}
.popular-tab-block {
  column-gap: 12px;
  margin-top: 30px;
  display: flex;
}
.lokpriya-title a {
  text-decoration: none;
  margin: 0 0 30px;
  line-height: 1;
  font-size: 45px;
  font-weight: 600;
  font-family: khand, sans-serif;
  color: #d7001b;
  display: flex;
  align-items: center;
}

.stickTitle {
  position: fixed;
  display: flex;
  top: 80px;
  background: #fff;
  padding-left: 22px;
  width: 100%;
  padding: 15px 0;
  border-bottom: 2px solid #0000ff;
  font-size: 32px !important;
  z-index: 10;
  transition: 0.3s all ease-in-out;
}
.tag-listblock-f {
  display: flex;
  column-gap: 12px;
  align-items: center;
  font-weight: 600;
}
.all-tags-list {
  display: flex;
  column-gap: 12px;
}
.tag-list-thumb img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.taglistback {
  padding: 10px 0;
  border-bottom: solid 1px rgba(34, 96, 191, 0.14);
}
.tag-list-title a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
}
.sear-taglist {
  display: flex;
  justify-content: space-between;
}

/* front page css start */
.breaking_thumb a img {
  width: -webkit-fill-available;
  /* width: 100%; */
  height: auto;
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 6px;
  object-fit: cover;
}
.author-mainh-image-css img {
  border-radius: 50%;
  border: solid 2px #fff;
  overflow: hidden;
  margin-right: 10px;
  height: 45px;
  width: 45px;
}
.author-mainheading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.author-mainh-ID label a {
  text-decoration: none;
  color: #333;
}

.news-description {
  font-size: 22px;
  opacity: 0.68;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 0;
}
.news-wrapper h1 {
  line-height: 1.3;
  font-size: 68px;
  line-height: 1.4;
  font-family: mukta, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 0;
}
.news-wrapper h1 a {
  color: #102c57;
  text-decoration: none;
  transition: all 0.3s ease;
}
.news-wrapper h1 a:hover {
  color: #2260bf;
  text-decoration: none;
  transition: all 0.3s ease;
}
.bisheshnt_title h2 {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 550;
  color: #fff;
  background-color: #e11b22;
  padding: 4px 15px 4px;
  border-radius: 4px;
  font-size: 18px;
}
.bisheshnt_title {
  padding: 34px 0 0;
}
.newssubtitle h2 {
  color: #4267b2;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 0;
  border-bottom: #ccc solid 1px;
  padding-bottom: 10px;
}
.palansexcerptnews h2 {
  font-size: 19px;
  color: #32495e;
  font-weight: 400;
  margin: 0;
  margin-bottom: 14px;
  margin-top: 21px;
}
.mainbelow,
.breaking-ads,
.adss {
  text-align: center;
}
.mainnews-full-block-ads {
  display: flex;
}
.news-first-blockfull {
  display: flex;
  column-gap: 12px;
}
.plans-mnews-second {
  display: flex;
  column-gap: 12px;
  margin-bottom: 18px;
}
.planasbreaking_thumb a img {
  width: 134px;
  max-width: 134px;
  min-width: 134px;
  margin-bottom: 0;
  height: 100px;
  border-radius: 4px;
}
.plans-second-news-title h1 {
  font-family: mukta, sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 21px;
}
.plans-second-news-title h1 a {
  text-decoration: none;
  color: #23252d;
}
.plans-second-news-title h1 a:hover {
  text-decoration: none;
  color: #2260bf;
}
.palans-mnews-first {
  position: relative;
}
.palans-mnews-first h1 {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.88),
    rgba(0, 0, 0, 0.68),
    transparent,
    transparent,
    transparent
  );
  z-index: 4;
}
.palans-mnews-first h1 a {
  text-decoration: none;
  color: #fff !important;
  position: absolute;
  margin-top: 329px;
  bottom: 0;
  padding: 25px;
  font-size: 24px;
  line-height: 30px;
}
.subbreaking_thumb a img {
  height: 460px;
}
.palansadvertisement {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 15px 0;
  border-top: solid 1px rgba(0, 0, 0, 0.08);
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}
.palans-news-full-b {
  display: flex;
}
.heading-block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /**/
    /*  border-bottom: solid 1px rgba(34, 96, 191, .08);*/
    /*padding-bottom: 10px;*/
    /*padding: 18px 20px 5px;*/
    /*margin-bottom: 24px;*/
    /*margin-top: 22px;*/
    /*background-color: #f2f4f9;*/
}

/* samachar section css */
.palans-thum-palansnews-title-box {
  display: flex;
}
.palanssamacha-ful {
  margin-right: 20px;
}
.palans-news-second-block-css {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
.palans-palansnews-second-thumbnail a img {
  border-radius: 4px;
  max-width: 134px;
  min-width: 134px;
  height: 82px;
}
.palans-thum-palansnews--sec-title-box {
  display: flex;
  column-gap: 12px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.palans-palansnews-second-title h2 {
  font-size: 21px;
  line-height: 1.3;
  font-family: mukta, sans-serif;
  font-weight: 500;
}
.palans-palansnews-second-title h2 a {
  text-decoration: none;
  color: #23252d;
  transition: all 0.3s ease;
}
.palans-palansnews-second-title h2 a:hover {
  color: rgb(34 96 191);
  transition: all 0.3s ease;
}
.palansnews-divider {
  margin-top: 20px;
  margin-bottom: 18px;
}
.palans-thum-divider {
  padding: 60px;
  background-color: #f4f6f8;
}
.palans-palansnews-first-title h2 a:hover {
  color: rgb(34 96 191);
  transition: all 0.3s ease;
}
.palans-palansnews-first-title h2 a {
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
  text-decoration: none;
}
.palans-palansnews-first-title h2 {
  hyphens: auto;
  word-break: break-word;
  line-height: 1.3;
  margin: 0 0 24px;
  font-size: 34px;
  font-weight: 600;
  font-family: mukta, sans-serif;
}
.palans-palansnews-first-excerpt a {
  text-decoration: none;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}
.palans-palansnews-first-thumbnail a img {
  height: 350px;
  object-fit: cover;
  border-radius: 4px 0 0 4px;
}
.sidebar-sticky {
  position: sticky;
  top: 90px;
  z-index: 8;
}
.business-li li {
  padding: 0 15px;
  border-right: solid 1px rgba(0, 0, 0, 0.08);
  list-style: none;
}
.business-li li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
}
.business-li li a:hover {
  color: rgb(34 96 191);
  transition: all 0.3s ease;
}
.business-li {
  display: flex;
}
.palans-business-corporate {
  display: flex;
}
.palans-business-thum-divider {
  padding: 60px;
  background-color: #2260bf;
}

.palans-palansbusiness-first-title h2 a:hover {
  color: #b6d4f4;
  transition: all 0.3s ease;
}
.palans-palansbusiness-first-title h2 a {
  color: rgb(255, 255, 255);
  transition: all 0.3s ease;
  text-decoration: none;
}
.palans-palansbusiness-first-title h2 {
  hyphens: auto;
  word-break: break-word;
  line-height: 1.3;
  margin: 0 0 24px;
  font-size: 34px;
  font-weight: 600;
  font-family: mukta, sans-serif;
}
.palans-palansbusiness-first-excerpt a {
  text-decoration: none;
  font-size: 18px;
  color: rgb(255, 255, 255) !important;
}
.palans-palansbusiness-first-thumbnail a img {
  height: 350px;
  object-fit: cover;
  border-radius: 4px 0 0 4px;
}
.businessside {
  margin-right: 12px;
}
.blue h2 {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 6px 9px 8px;
  border-radius: 3px;
  background-color: blue;
}
.coreporate-blocktitle {
  margin-bottom: 12px;
  background-color: #fff;
  border-radius: 4px;
  padding: 30px;
  box-shadow: rgba(34, 96, 191, 0.14) 0 0 24px;
}
.palans-coreporate-first-title h2 {
  font-size: 19px;
  font-weight: 600;
  color: #23252d;
  line-height: 1.3;
  font-family: mukta, sans-serif;
}
.palans-coreporate-first-title h2 a {
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
  text-decoration: none;
}
.palans-coreporate-first-title h2 a:hover {
  color: rgb(34 96 191);
  transition: all 0.3s ease;
}
.palans-coreporate-first-title {
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blue {
  margin-bottom: 24px;
}
.provience-li {
  display: flex;
  list-style: none;
  column-gap: 5px;
}
.provience-li li a {
  /* height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  background-color: rgba(34, 96, 191, 0.14);
  border: solid 1px rgba(34, 96, 191, 0.18);
  color: #2260bf;
  transition: all 0.3s ease;
  display: inline-block;
  vertical-align: middle;
  font-family: mukta, sans-serif;
  margin: 0 4px; */
  border-bottom: 5px solid #1163d0;
  background-color: transparent;
  color: red !important;
  border-radius: 30px;
  padding: 9px 22px 9px;
  font-weight: 500;
  text-decoration: none;
  font-size: 17px;
  list-style: none;
}
.palans-provience-trend-full {
  display: flex;
}
.protrenbac {
  margin-right: 12px;
}
.sec-provience-block-css {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
  margin-bottom: 17px;
}
.palans-thum-palansprovience-title-box {
  display: flex;
}
.palans-palansprovience-first-title h2 a:hover {
  color: rgb(34 96 191);
  transition: all 0.3s ease;
}
.palans-palansprovience-first-title h2 a {
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
  text-decoration: none;
}
.palans-palansprovience-first-title h2 {
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 24px;
  hyphens: auto;
  font-weight: 700;
  word-break: break-word;
}

.palans-palanssecprovience-first-title h2 {
  font-family: mukta, sans-serif;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
  font-size: 22px;
}
.palans-palanssecprovience-first-title h2 a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: rgba(0, 0, 0, 0.8);
}

.palans-palansprovience-first-thumbnail a img {
  border-radius: 4px;
  margin-bottom: 20px;
  object-fit: cover;
  height: 165px;
  width: 100%;
}
.proviencetrending-post-title h2 {
  margin: 0 0 30px;
  line-height: 1;
  font-weight: 600;
  font-family: khand, sans-serif;
  color: #d7001b;
  font-size: 34px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
  padding-bottom: 14px;
}
.proviencetrending-post li {
  list-style: none;
}
.proviencetrendpostcount {
  display: flex;
  column-gap: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.proviencetrendspost_image a img {
  min-width: 90px;
  max-width: 90px;
  height: 68px;
  border-radius: 4px;
  object-fit: cover;
  margin-right: 12px;
}
.provienceeco_count {
  font-size: 54px;
  font-weight: 500;
  color: rgba(34, 96, 191, 0.24);
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  line-height: 0.72;
}
.proviencetrendspost_title {
  font-family: mukta, sans-serif;
  margin: 0;
  font-size: 19px;

  line-height: 1.3;
  font-weight: 600;
}
.proviencetrendspost_title a {
  text-decoration: none;
  color: #23252d;
}
.proviencetrendspost_title a:hover {
  color: rgb(34 96 191);
  transition: all 0.3s ease;
}
.proviencetrendspost_image {
  order: 2;
}
.featureback {
  padding: 50px 0;
  background-color: #161a25;
  color: #fff;
}

.featureheading-block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.featureheading-block-title h2 {
  margin: 0 0 30px;
  line-height: 1;
  font-size: 45px;
  font-weight: 600;
  font-family: khand, sans-serif;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.palans-palanssecfeature-first-title h2 {
  font-family: mukta, sans-serif;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;

  font-size: 20px;
  font-weight: 600;
}
.palans-palanssecfeature-first-title h2 a {
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
}
.palans-palansfeature-first-thumbnail a img {
  height: 184px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.cover-story-first-block {
  display: grid;
  grid-gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}
.palans-thum-sec-cover-title-box {
  display: flex;
  align-items: baseline;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
.cover-story-second-block {
  display: grid;
  grid-gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}
.palans-cover-second-title h2 {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  font-family: mukta, sans-serif;
  line-height: 1.3;
  hyphens: auto;
  word-break: break-word;
}
.palans-cover-second-title h2 a {
  color: #23252d;
  transition: all 0.3s ease;
  text-decoration: none;
}
.palans-cover-second-title h2 a:hover {
  color: rgb(34 96 191);
  transition: all 0.3s ease;
}
.palans-cover-first-title h2 {
  font-family: mukta, sans-serif;
  font-weight: 500;
  text-decoration: none;
  margin: 0;
  line-height: 1.4;
  font-size: 22px;
}

.palans-cover-first-title h2 a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
.palans-cover-first-title h2 a:hover {
  color: rgb(34 96 191);
  transition: all 0.3s ease;
}
.palans-cover-first-thumbnail a img {
  margin-bottom: 0 !important;
  height: 288px;
  border-radius: 4px 4px 0 0 !important;
  width: 100%;
  object-position: center top;
}
.palans-cover-first-title h2 {
  padding: 28px 40px;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 0 0 4px 4px;
  min-height: 118px;
}
.palans-thumbnail-cover-title-box {
  margin-bottom: 15px;
  position: relative;
}
.coverpost-categories a {
  position: absolute;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 3px 8px 1px;
  border-radius: 3px;
  background-color: #2260bf;
}

.health-li li {
  list-style: none;
  border: solid 1px #d7d7d7;
  border-radius: 68px;
  padding: 6px 15px !important;
  margin-left: 10px;
}
.health-li li a {
  text-decoration: none;
}
.health-li {
  display: flex;
}
.palans-thum-palanshealth-title-box {
  display: flex;
}
.health-fullblock {
  display: flex;
}
.palans-thum-palanssechealth-title-box {
  display: flex;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
  padding-bottom: 20px;
  margin-bottom: 20px;
  column-gap: 12px;
}
.palans-palanshealth-first-thumbnail a img {
  border-radius: 4px;
  max-width: 134px;
  min-width: 134px;
  height: 82px;
}

.palans-palanssechealth-first-title h2 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
  hyphens: auto;
  word-break: break-word;
}
.palans-palanssechealth-first-title h2 a {
  color: #23252d;
  transition: all 0.3s ease;
  text-decoration: none;
}
.palans-palanssechealth-first-title h2 a:hover {
  color: rgb(34 96 191);
  transition: all 0.3s ease;
}
.health-first-block-css {
  margin-right: 15px;
}
.palans-palanshealth-first-title h2 a {
  text-decoration: none;
  color: #fff;
}
.palans-palanshealth-first-title h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 28px;
}
.palans-palanshealth-first-title h2 a:hover {
}
.palans-thumb-divider {
  background: linear-gradient(269.83deg, #6c60fa 0.8%, #1685f8 69.59%);
  padding: 60px;
}
.palans-palanshealth-first-title p {
  color: #fff;
}
.interview-blog-fullblock {
  display: flex;
}
.palans-thum-interview-title-box {
  display: flex;
}
.second-interview-block {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 15px;
  margin-top: 50px;
  padding-top: 12px;
}
.quote-thumb {
  display: flex;
  column-gap: 12px;
}
.palans-palansinterview-second-thumbnail a img {
  width: 100%;
  max-width: 175px;
  min-width: 175px;
  height: 114px;
  border-radius: 4px;
}
.palans-thumb-interview-title-box {
  display: flex;
}
.quotes {
  margin-bottom: 0;
  margin-right: 28px;
}
.quotes img {
  max-width: 38px !important;
}
.palans-palansinterview-second-title h2 a:hover {
  color: rgb(34 96 191);
  transition: all 0.3s ease;
}
.palans-palansinterview-second-title h2 a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #23252d;
}
.palans-palansinterview-second-title h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  font-family: mukta, sans-serif;
  font-weight: 500;
}
.quote {
  position: relative;
}
.quote {
  position: absolute;
  left: 0px;
  bottom: 0;
  transform: rotate(180deg);
  height: 80px;
  width: 80px;
  background: #1b4d99;
  text-align: center;
  line-height: 40px;
}
.palans-palansinter-first-thumbnail {
  position: relative;
}
.quote img {
  max-width: 38px;
}
.palans-palansinterview-first-title {
  padding: 60px;
}
.palans-palansinterview-first-title h2 {
}
.palans-palansinterview-first-title h2 a {
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
}
.palans-thumintr-divider {
  background-color: #2260bf;
}
.palans-palansinter-first-thumbnail a img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.blog-second-thumbnail a img {
  height: 60px;
  max-width: 60px;
  width: 60px;
  min-width: 60px;
  border-radius: 50%;
  border: solid 2px #fff;
  overflow: hidden;
}
.blog-second-title h3 a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
.blog-second-title h3 {
  font-size: 19px !important;
  font-weight: 600;
}
.thumbnail-blog-title-box {
  display: flex;
  column-gap: 12px;
  padding-bottom: 18px;
  margin-bottom: 22px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
}
.blog-second-title a {
  color: rgba(0, 0, 0, 0.48);
  margin-top: 10px;
  font-size: 14px;
  text-decoration: none;
}
.bicharbl {
  padding: 12px;
}
.histsi {
  padding: 24px;
  background-color: #f6f6f7;
  /* background-image: url(../img/inkpot.png); */
  background-position: right bottom;
  background-repeat: no-repeat;
}
.palans-historyaside-first-title h2 {
  font-family: mukta, sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2;

  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.palans-historyaside-first-title h2 a {
  color: #2260bf;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sabai h3 {
  padding: 5px;
  border-radius: 68px;
  background-color: white;
  display: inline-flex;
  font-size: 18px;
  column-gap: 9px;
}
.history-block {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
.palans-history-second-thumbnail a img {
  border-radius: 4px;
  margin-bottom: 20px;
  object-fit: cover;
  width: 100%;
  height: 148px;
}

.palans-history-second-title h2 {
  font-family: mukta, sans-serif;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
  font-size: 22px;
}
.palans-history-second-title h2 a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
.palans-history-second-title h2 a:hover {
  color: rgb(34 96 191);
  transition: all 0.3s ease;
}

/* bichitra */
.palans-thum-palanssecbichitra-title-box {
  column-gap: 12px;
  margin-left: 20px;
  margin-bottom: 15px;
  display: flex;
}
.palan-bichi {
  display: flex;
}
.palans-bichitra-trend-full {
  display: flex;
  margin-right: 12px;
}
.palans-palanssecbichitra-first-title h2 {
  font-size: 21px;
  line-height: 1.3;
  font-family: mukta, sans-serif;
  font-weight: 500;
  hyphens: auto;
  word-break: break-word;
}
.palans-palanssecbichitra-first-title h2 a {
  color: #23252d;
  transition: all 0.3s ease;
  text-decoration: none;
}
.palans-palansbichitra-first-thumbnail a img {
  height: 82px;
  width: 100%;
  border-radius: 4px;
  max-width: 134px;
  min-width: 134px;
}
.palansbich-thum-divider {
  position: relative;
}
.palans-palansbichitra-first-title {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.99),
    rgba(0, 0, 0, 0.88),
    rgba(0, 0, 0, 0.68),
    transparent,
    transparent,
    transparent,
    rgba(0, 0, 0, 0.6)
  );
  z-index: 4;
}
.palans-palansbichitra-first-title h2 {
  position: absolute;
  margin-top: 329px;
  bottom: 0;
  padding: 44px;
  font-size: 44px;
  line-height: 55px;
}
.palans-palansbichitras-first-thumbnail a img {
  object-fit: cover;
  height: 570px;
  border-radius: 2%;
}
.palans-palansbichitra-first-title h2 a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}
.post-reaction {
  text-align: center;
}
.post-reaction h2 {
  font-size: 1.2rem;
  font-weight: 600;
}
.login-title h2,
.social-login-form h2 {
  font-size: 1.5rem;
}
.pop-login-content li {
  text-align: left;
  margin-top: 12px;
  margin-bottom: 12px;
}
.pop-login-form-side {
  padding: 12px;
}
.pagination span {
  display: inline-block;
  line-height: 40px;
  min-width: 40px;
  border-radius: 2px;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  background-color: #0f479e !important;
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  padding: 0 10px;
}
.pagination a {
  display: inline-block;
  line-height: 40px;
  min-width: 40px;
  border-radius: 2px;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.68);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  padding: 0 10px;
}
.pagination {
  column-gap: 12px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.cat__SubNewsItem {
  margin-bottom: 22px;
}
.medium-title a {
  text-decoration: none;
  color: #333;
}
.comment-meta {
  display: flex;
  flex-direction: column;
}
.comment-metadata a time {
  font-size: 12px;
}
.fmenufoot {
  display: none;
}
.list-post-block ul {
  margin: 0 0 0em 0em;
  padding-left: 0;
}
.thumb-md a img {
  height: 100px;
  min-width: 100px;
  border-radius: 4%;
}
.post-block-style {
  display: flex;
  column-gap: 12px;
  margin-bottom: 12px;
}
.list-post li {
  list-style: none;
}
.ftabfix {
  display: flex;
  justify-content: space-between;
  padding: 12px;
}
.ficti {
  text-align: center;
}
.ficti h5 {
  font-size: 15px;
}
.ficti ion-icon {
  font-size: 25px;
}
.sticky-logo-container {
  display: none;
}
.block-title-dark {
  margin: 0 0 30px;
  line-height: 1;
  font-size: 45px;
  font-weight: 600;
  font-family: khand, sans-serif;
  color: #2260bf;
  display: flex;
  align-items: center;
  padding-top: 20px;
  justify-content: space-between;
}
.sub-menu {
  flex-direction: column;
}
.sub-menu li {
  background-color: #2260bf;
}
.palans-thum-palansinternational-title-box {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;

}
.palans-palansinternational-first-title h2 {
  hyphens: auto;
  word-break: break-word;
  line-height: 1.3;
  font-size: 34px;
  margin: 0 0 24px;
  font-weight: 600;
  font-family: mukta, sans-serif;
}
.palans-palansinternational-first-title h2 a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
}
.palans-international-thum-divider {
  align-self: center;
  padding: 60px;
}
.palans-palansinternational-first-thumbnail a img{
  object-fit: cover;
  border-radius: 4px 0 0 4px;
  min-height: 428px;
  max-height: 428px;
}
.palans-thum-palansinternational--sec-title-box{
  display: flex;
  column-gap: 12px;
}
.palans-palansinternational-second-thumbnail  a img{
  border-radius: 4px;
  max-width: 134px;
  min-width: 134px;
  height: 82px;
}
.interview-second-bloc{
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
.palans-palansinternational-second-title h2{
  font-size: 21px;
  font-family: mukta, sans-serif;
  font-weight: 500;
  transition: all .3s ease;    
  hyphens: auto;
  word-break: break-word;
  line-height: 1.3;
}
.palans-palansinternational-second-title h2 a{
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
}
.palans-palansprawash-second-title{
  border-bottom: solid 1px rgba(0, 0, 0, .14);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.palans-palansprawash-second-title h2{
  font-size: 19px;
  font-weight: 600;
  font-family: mukta, sans-serif;
  line-height: 1.3;
}
.palans-palansprawash-second-title h2 a{
  color: #23252d;
  text-decoration: none;
  transition: all .3s ease;
}
.palans-thum-palansprawash--first-title-box{
  position: relative;
}
.palans-palansprawash-first-title h2{
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.68), transparent, transparent, transparent);
  z-index: 4;
}
.palans-palansprawash-first-title h2 a{
  text-decoration: none;
  color: #fff !important;
  position: absolute;
  margin-top: 329px;
  bottom: 0;
  padding: 25px;
  font-size: 24px;
  line-height: 30px;
}
.palans-palansprawash-first-thumbnail a img{
  object-fit: cover;
  border-radius: 4px;
  min-height: 300px;

}
.palans-palansprawash-first-thumbnail{
  margin-bottom: 20px;
}
.wpcf7-form-control-wrap input{
  /* width: 100% !important; */
}
.wpcf7-form-control-wrap textarea {
  height: 130px !important;
  width: 100%;
  border: 1px solid red;
}
.wpcf7-form-control {
  /* background-color: #D7001B;
  width: 100%;
  color: #fff; */
}
.wpcf7-form p input{
  /* background-color: #D7001B; */
  border: 1px solid red;
  width: 100%;
  color: #fff;
}
.wpcf7-submit{
  background-color: #D7001B !important;
  width: 100%;
  color: #fff;
}

.wpcf7-form p label{
  width: 100%;
}
.contact-bloc-title h2{
  font-family: "Khand", Sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 45px;
  color: #D7001B;
}
.contac-div{
  padding-top: 30px;
  padding-bottom: 20px;
}
.contact-us-details h4{
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.ads-bloc-title h2{
  font-family: "Khand", Sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 45px;
  color: #D7001B;
}
.ads-bloc-title {
  text-align: center;
}
.ads-details h4{
  font-family: "Khand", Sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 45px;
  color: #D7001B;
}

.fictilatest,.fictitrend,.fictprofile,.fisearch{
  text-align: center;
  color: #D7001B;
}
.header-side-ads section,.logo-below-date section{
  margin: 0 0 0em !important;
}
/* mobile responsive start */
@media screen and (max-width: 360px) and (min-width: 200px) {
	.postsharemedia {
    width: 100% !important;
    position: sticky;
    top: 90px;
    flex: 1;
    margin-top: 30px;
}
	.emojibtnhome {
    display: flex !important;
    flex-wrap: wrap !important;
}
    .anyablock{
        display:none !important;
    }
  .provience-li {
    display: flex;
    list-style: none;
    column-gap: 5px;
    row-gap: 22px;
    flex-wrap: wrap;
}
 .search-f-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .desknotsear {
    display: block !important;
  }
  .stickybelow {
    color: #858585;
    text-align: center;
  }
  .menudateab {
    display: none;
  }
  .header-logo {
    display: flex;
    justify-content: space-between;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    flex-direction: column !important;
  }
  .ourteamsblock {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-bottom: 40px;
    margin-top: 20px;
}
  .interview-second-bloc {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}
  .palans-thum-palansinternational-title-box {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;
}
.palans-international-thum-divider {
  align-self: center;
  padding: 26px;
}
  .site-branding a img {
    display: none !important;
  }
  .menu-side-stickylogo {
    display: block !important;
    background: #fff;
  }
  .desktopresicmen {
    display: none;
  }
  .footer-last-back {
    padding: 40px;
    padding-bottom: 100px;
    background: rgba(34, 96, 191, 0.14);
  }
  .cuberesp,
  #crossButton {
    display: none;
  }
  .fmenufoot {
    display: block;
    position: fixed;
    z-index: 998;
    left: 0;
    bottom: 0;
    background-color: #f4f6f8;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.14) 0 0 24px;
  }

  .palans-palansbichitra-first-title h2 {
    position: absolute;
    margin-top: 329px;
    bottom: 0;
    padding: 24px;
    font-size: 28px;
    line-height: 44px;
  }
  .palans-business-thum-divider {
    padding: 30px !important;
    background-color: #2260bf;
  }
  .pblb {
    display: grid !important;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .news-wrapper h1 {
    line-height: 1.3;
    font-size: 40px !important;
    line-height: 1.4;
    font-family: mukta, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 0;
  }
  .business-li li {
    padding: 0px 5px !important;
    border-right: solid 1px rgba(0, 0, 0, 0.08);
    list-style: none;
  }
  .plans-mnews-second {
    display: flex;
    column-gap: 12px;
    margin-bottom: 18px;
    margin-top: 40px !important;
  }
  .palans-business-thum-divider {
    padding: 30px !important;
    background-color: #2260bf;
  }
  .palans-thumb-divider {
    background: linear-gradient(269.83deg, #6c60fa 0.8%, #1685f8 69.59%);
    padding: 30px !important;
    margin-bottom: 20px !important;
  }
  .palans-palansinterview-first-title {
    padding: 40px !important;
  }

  .cat-divider-dipesh {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 20px;
    padding-top: 12px;
  }
  .cat-head-excerpt {
    background-color: #f4f6f8;
    padding: 30px !important;
  }

  .opinion-sec-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 30px;
  }
  .palans-thum-interview-firstblock-title-box {
    display: flex;
    background-color: #978260;
    color: #fff;
    flex-direction: column !important;
  }
  .palans-interview-firstblock-first-title {
    align-self: center;
    padding: 40px !important;
  }
  .palans-thum-opinion-firstblock-title-box {
    display: flex;
    background-color: #f4f6f8;
    flex-direction: column !important;
  }
  .palans-opinion-firstblock-first-title {
    align-self: center;
    padding: 40px !important;
  }

  .ent-first-latest {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-bottom: 20px;
  }
  .palans-thum-divider {
    padding: 30px !important;
    background-color: #f4f6f8;
  }
  .sec-bollywood-block-css {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .palans-video-first-title h2 {
    font-family: mukta, sans-serif;
    font-weight: 600;
    font-size: 20px !important;
    color: #fff;
    line-height: 1.2;
    text-shadow: rgba(0, 0, 0, 0.48) 0 0 14px;
    margin-bottom: 0;
  }
  .palans-thumb-video-divider {
    display: flex;
    margin-bottom: 15px;
    column-gap: 15px;
    margin-top: 12px !important;
  }

  .palans-businessone-first-title h2 {
    font-size: 40px !important;
    line-height: 1.4;
    font-family: mukta, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 0;
  }
  .palans-thum-businessfir-title-box {
    display: flex;
    background-color: #f4f6f8;
    flex-direction: column !important;
  }
  .palans-businessfir-first-title {
    align-self: center;
    padding: 30px !important;
  }
  .rojgarmenublock {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .yatra-f-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .life-second-fullsecond {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .palans-thum-lifeshj-title-box {
    display: flex;
    background-color: #f4f6f8;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .palans-lifeshj-first-title {
    align-self: center;
    background-color: #f4f6f8;
    padding: 30px !important;
  }
  .thebeauty-secondblock {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .lifestyle-third-full {
    display: flex;
    flex-direction: column;
  }
  .lifestyle-first-full-third {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .lifestyle-first-full-third {
    padding-right: 0px !important;
  }

  .palans-thum-thirdlife-title-box {
    display: flex;
    column-gap: 12px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.14);
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 12px;
  }

  .footer-last-section {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
  .lastmissedpost-listblock {
    display: grid !important;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .palans-bichitra-trend-full {
    display: flex;
    margin-right: 12px;
    flex-direction: column;
  }
  .palan-bichi {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
  .palans-video-block-css {
    display: flex;
    flex-direction: column;
  }
  .history-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .lifestyle-first-block-css {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .heading-block-lifestyle-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .entertainment-first-block-css {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .second-interview-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 15px;
    margin-top: 50px;
    padding-top: 12px;
  }
  .palans-thum-interview-title-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .health-fullblock {
    display: flex;
    flex-direction: column;
  }
  .palans-thum-palanshealth-title-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .health-li {
    display: flex;
    flex-wrap: wrap;
  }
  .cover-story-first-block {
    display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(1, 1fr);
  }
  .cover-story-second-block {
    display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec-provience-block-css {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
    margin-bottom: 17px;
  }
  .palans-thum-palansprovience-title-box {
    display: flex;
    flex-direction: column;
  }
  .palans-news-second-block-css {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .palans-thum-palansnews-title-box {
    display: flex;
    flex-direction: column;
  }
  .palans-news-full-b {
    display: flex;
    flex-direction: column;
  }
  .news-first-blockfull {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
  }
  .mainnews-full-block-ads {
    display: flex;
    flex-direction: column;
  }
  .footer-first-section {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .palans-business-corporate {
    display: flex;
    flex-direction: column;
  }
  .palans-provience-trend-full {
    display: flex;
    flex-direction: column;
  }
  .interview-blog-fullblock {
    display: flex;
    flex-direction: column;
  }
  .heading-block-entertainment-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .heading-block-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 12px;
  }
  .pblb {
    display: grid !important;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .popular-tab-block {
    column-gap: 12px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .trending-post {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .relatedpostmainblock {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .palanspost-thumb-side {
    display: flex;
    flex-direction: column;
  }
  .post-block-de {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
  /*#st-1 {*/
  /*  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;*/
  /*  direction: unset !important;*/
  /*  display: flex !important;*/
  /*  margin-top: 40px;*/
  /*  gap: 5px;*/
  /*  opacity: 1 !important;*/
  /*  text-align: center !important;*/
  /*  z-index: 94034 !important;*/
  /*  flex-direction: row !important;*/
  /*  align-items: center;*/
  /*  position: sticky;*/
  /*  top: 10px;*/
  /*}*/
  .widget_media_image img {
    max-width: 100%;
    height: auto;
    width: 100% !important;
  }
  .missedpost-listblock {
    display: grid !important;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .stickTitle {
    display: none !important;
  }
  .news-entry-title {
    margin: 0 0 15px;
    font-family: mukta, sans-serif;
    font-size: 40px !important;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
  }
  .pop-login-full {
    display: flex;
    flex-direction: column;
  }
  .cat-divider-dipesh {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 20px;
    padding-top: 12px;
  }
  .cat-head-excerpt {
    background-color: #f4f6f8;
    padding: 30px !important;
  }
  .palans-thumb-divider {
    background: linear-gradient(269.83deg, #6c60fa 0.8%, #1685f8 69.59%);
    padding: 30px !important;
  }
  .palans-thum-palanssechealth-title-box {
    display: flex;
    border-bottom: solid 1px rgba(0, 0, 0, 0.14);
    padding-bottom: 20px;
    margin-bottom: 20px;
    column-gap: 12px;
    margin-top: 12px !important;
  }
  .palans-palansinterview-first-title {
    padding: 30px !important;
  }
  .ent-sub li {
    list-style: none;
    padding: 0px 5px !important;
    border-right: solid 1px rgba(0, 0, 0, 0.08);
    border-right-color: rgba(255, 255, 255, 0.18);
  }
  .lif-sub li {
    list-style: none;
    padding: 0 5px !important;
    border-right: solid 1px rgba(0, 0, 0, 0.08);
    border-right-color: rgba(255, 255, 255, 0.18);
  }
  .sear-taglist {
    display: none;
  }
  .mfooter {
    display: none;
  }
     .stickybelow section {
    margin: 0 0 0 !important;
  }
  .desklogodes{
    display: none;
  }
}

@media screen and (max-width: 480px) and (min-width: 360px) {
		.postsharemedia {
    width: 100% !important;
    position: sticky;
    top: 90px;
    flex: 1;
    margin-top: 30px;
}
	
	.emojibtnhome {
    display: flex !important;
    flex-wrap: wrap !important;
}
      .anyablock{
        display:none !important;
    }
  .provience-li {
    display: flex;
    list-style: none;
    column-gap: 5px;
    row-gap: 22px;
    flex-wrap: wrap;
}
 .search-f-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .desknotsear {
    display: block !important;
  }
  .stickybelow {
    color: #858585;
    text-align: center;
  }
  .menudateab {
    display: none;
  }
  .header-logo {
    display: flex;
    justify-content: space-between;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    flex-direction: column !important;
  }
  .ourteamsblock {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-bottom: 40px;
    margin-top: 20px;
}
  .interview-second-bloc {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}
  .palans-thum-palansinternational-title-box {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;
}
.palans-international-thum-divider {
  align-self: center;
  padding: 26px;
}
  .site-branding a img {
    display: none !important;
  }
  .menu-side-stickylogo {
    display: block !important;
    background: #fff;
  }
  .desktopresicmen {
    display: none;
  }
  .footer-last-back {
    padding: 40px;
    padding-bottom: 100px;
    background: rgba(34, 96, 191, 0.14);
  }
  .fmenufoot {
    display: block;
    position: fixed;
    z-index: 998;
    left: 0;
    bottom: 0;
    background-color: #f4f6f8;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.14) 0 0 24px;
  }
  .cuberesp,
  #crossButton {
    display: none;
  }
  .palans-palansbichitra-first-title h2 {
    position: absolute;
    margin-top: 329px;
    bottom: 0;
    padding: 24px;
    font-size: 28px;
    line-height: 44px;
  }
  .palans-business-thum-divider {
    padding: 30px !important;
    background-color: #2260bf;
  }
  .pblb {
    display: grid !important;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .news-wrapper h1 {
    line-height: 1.3;
    font-size: 40px !important;
    line-height: 1.4;
    font-family: mukta, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 0;
  }
  .business-li li {
    padding: 0px 5px !important;
    border-right: solid 1px rgba(0, 0, 0, 0.08);
    list-style: none;
  }
  .cat-divider-dipesh {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 20px;
    padding-top: 12px;
  }
  .cat-head-excerpt {
    background-color: #f4f6f8;
    padding: 30px !important;
  }

  .opinion-sec-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 30px;
  }
  .palans-thum-interview-firstblock-title-box {
    display: flex;
    background-color: #978260;
    color: #fff;
    flex-direction: column !important;
  }
  .palans-interview-firstblock-first-title {
    align-self: center;
    padding: 40px !important;
  }
  .palans-thum-opinion-firstblock-title-box {
    display: flex;
    background-color: #f4f6f8;
    flex-direction: column !important;
  }
  .palans-opinion-firstblock-first-title {
    align-self: center;
    padding: 40px !important;
  }
  .ent-first-latest {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-bottom: 20px;
  }
  .palans-thum-divider {
    padding: 30px !important;
    background-color: #f4f6f8;
  }
  .sec-bollywood-block-css {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .palans-video-first-title h2 {
    font-family: mukta, sans-serif;
    font-weight: 600;
    font-size: 20px !important;
    color: #fff;
    line-height: 1.2;
    text-shadow: rgba(0, 0, 0, 0.48) 0 0 14px;
    margin-bottom: 0;
  }
  .palans-thumb-video-divider {
    display: flex;
    margin-bottom: 15px;
    column-gap: 15px;
    margin-top: 12px !important;
  }

  .palans-businessone-first-title h2 {
    font-size: 40px !important;
    line-height: 1.4;
    font-family: mukta, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 0;
  }
  .palans-thum-businessfir-title-box {
    display: flex;
    background-color: #f4f6f8;
    flex-direction: column !important;
  }
  .palans-businessfir-first-title {
    align-self: center;
    padding: 30px !important;
  }
  .rojgarmenublock {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .yatra-f-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .life-second-fullsecond {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .palans-thum-lifeshj-title-box {
    display: flex;
    background-color: #f4f6f8;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .palans-lifeshj-first-title {
    align-self: center;
    background-color: #f4f6f8;
    padding: 30px !important;
  }
  .thebeauty-secondblock {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .lifestyle-third-full {
    display: flex;
    flex-direction: column;
  }
  .lifestyle-first-full-third {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .lifestyle-first-full-third {
    padding-right: 0px !important;
  }

  .palans-thum-thirdlife-title-box {
    display: flex;
    column-gap: 12px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.14);
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 12px;
  }

  .footer-last-section {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
  .lastmissedpost-listblock {
    display: grid !important;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .palans-bichitra-trend-full {
    display: flex;
    margin-right: 12px;
    flex-direction: column;
  }
  .palan-bichi {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
  .palans-video-block-css {
    display: flex;
    flex-direction: column;
  }
  .history-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .lifestyle-first-block-css {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .heading-block-lifestyle-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .entertainment-first-block-css {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .second-interview-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 15px;
    margin-top: 50px;
    padding-top: 12px;
  }
  .palans-thum-interview-title-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .health-fullblock {
    display: flex;
    flex-direction: column;
  }
  .palans-thum-palanshealth-title-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .health-li {
    display: flex;
    flex-wrap: wrap;
  }
  .cover-story-first-block {
    display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(1, 1fr);
  }
  .cover-story-second-block {
    display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec-provience-block-css {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
    margin-bottom: 17px;
  }
  .palans-thum-palansprovience-title-box {
    display: flex;
    flex-direction: column;
  }
  .palans-news-second-block-css {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .palans-thum-palansnews-title-box {
    display: flex;
    flex-direction: column;
  }
  .palans-news-full-b {
    display: flex;
    flex-direction: column;
  }
  .news-first-blockfull {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
  }
  .mainnews-full-block-ads {
    display: flex;
    flex-direction: column;
  }
  .footer-first-section {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .palans-business-corporate {
    display: flex;
    flex-direction: column;
  }
  .palans-provience-trend-full {
    display: flex;
    flex-direction: column;
  }
  .interview-blog-fullblock {
    display: flex;
    flex-direction: column;
  }
  .heading-block-entertainment-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .heading-block-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 12px;
    flex-direction: column;
  }
  .pblb {
    display: grid !important;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .popular-tab-block {
    column-gap: 12px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .trending-post {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .relatedpostmainblock {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .palanspost-thumb-side {
    display: flex;
    flex-direction: column;
  }
  .post-block-de {
    display: flex;
    flex-direction: column;        
    row-gap: 12px;
  }
  /*#st-1 {*/
  /*  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;*/
  /*  direction: unset !important;*/
  /*  display: flex !important;*/
  /*  margin-top: 40px;*/
  /*  gap: 5px;*/
  /*  opacity: 1 !important;*/
  /*  text-align: center !important;*/
  /*  z-index: 94034 !important;*/
  /*  flex-direction: row !important;*/
  /*  align-items: center;*/
  /*  position: sticky;*/
  /*  top: 10px;*/
  /*}*/
  .widget_media_image img {
    max-width: 100%;
    height: auto;
    width: 100% !important;
  }
  .missedpost-listblock {
    display: grid !important;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .stickTitle {
    display: none !important;
  }
  .news-entry-title {
    margin: 0 0 15px;
    font-family: mukta, sans-serif;
    font-size: 40px !important;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
  }
  .pop-login-full {
    display: flex;
    flex-direction: column;
  }
  .cat-divider-dipesh {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 20px;
    padding-top: 12px;
  }
  .cat-head-excerpt {
    background-color: #f4f6f8;
    padding: 30px !important;
  }
  .palans-thumb-divider {
    background: linear-gradient(269.83deg, #6c60fa 0.8%, #1685f8 69.59%);
    padding: 30px !important;
  }
  .palans-thum-palanssechealth-title-box {
    display: flex;
    border-bottom: solid 1px rgba(0, 0, 0, 0.14);
    padding-bottom: 20px;
    margin-bottom: 20px;
    column-gap: 12px;
    margin-top: 12px !important;
  }
  .palans-palansinterview-first-title {
    padding: 30px !important;
  }
  .ent-sub li {
    list-style: none;
    padding: 0px 5px !important;
    border-right: solid 1px rgba(0, 0, 0, 0.08);
    border-right-color: rgba(255, 255, 255, 0.18);
  }
  .lif-sub li {
    list-style: none;
    padding: 0 5px !important;
    border-right: solid 1px rgba(0, 0, 0, 0.08);
    border-right-color: rgba(255, 255, 255, 0.18);
  }
  .sear-taglist {
    display: none;
  }
  .mfooter {
    display: none;
  }
     .stickybelow section {
    margin: 0 0 0 !important;
  }
  .desklogodes{
    display: none;
  }
}

@media screen and (max-width: 600px) and (min-width: 480px) {
		.postsharemedia {
    width: 100% !important;
    position: sticky;
    top: 90px;
    flex: 1;
    margin-top: 30px;
}
	.emojibtnhome {
      display: flex !important;
    flex-wrap: wrap !important;
}
      .anyablock{
        display:none !important;
    }
  .provience-li {
    display: flex;
    list-style: none;
    column-gap: 5px;
    row-gap: 22px;
    flex-wrap: wrap;
}
  .search-f-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .desknotsear {
    display: block !important;
  }
  .stickybelow {
    color: #858585;
    text-align: center;
  }
  .menudateab {
    display: none;
  }
  .header-logo {
    display: flex;
    justify-content: space-between;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    flex-direction: column !important;
  }
  .ourteamsblock {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-bottom: 40px;
    margin-top: 20px;
}
  .interview-second-bloc {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}
  .palans-thum-palansinternational-title-box {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;
}
.palans-international-thum-divider {
  align-self: center;
  padding: 26px;
}
  .site-branding a img {
    display: none !important;
  }
  .menu-side-stickylogo {
    display: block !important;
    background: #fff;
  }
  .desktopresicmen {
    display: none;
  }
  .footer-last-back {
    padding: 40px;
    padding-bottom: 100px;
    background: rgba(34, 96, 191, 0.14);
  }
  .fmenufoot {
    display: block;
    position: fixed;
    z-index: 998;
    left: 0;
    bottom: 0;
    background-color: #f4f6f8;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.14) 0 0 24px;
  }
  .cuberesp,
  #crossButton {
    display: none;
  }
  .palans-palansbichitra-first-title h2 {
    position: absolute;
    margin-top: 329px;
    bottom: 0;
    padding: 24px;
    font-size: 28px;
    line-height: 44px;
  }
  .palans-business-thum-divider {
    padding: 30px !important;
    background-color: #2260bf;
  }
  .pblb {
    display: grid !important;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .news-wrapper h1 {
    line-height: 1.3;
    font-size: 40px !important;
    line-height: 1.4;
    font-family: mukta, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 0;
  }
  .business-li li {
    padding: 0px 5px !important;
    border-right: solid 1px rgba(0, 0, 0, 0.08);
    list-style: none;
  }
  .cat-divider-dipesh {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 20px;
    padding-top: 12px;
  }
  .cat-head-excerpt {
    background-color: #f4f6f8;
    padding: 30px !important;
  }

  .opinion-sec-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 30px;
  }
  .palans-thum-interview-firstblock-title-box {
    display: flex;
    background-color: #978260;
    color: #fff;
    flex-direction: column !important;
  }
  .palans-interview-firstblock-first-title {
    align-self: center;
    padding: 40px !important;
  }
  .palans-thum-opinion-firstblock-title-box {
    display: flex;
    background-color: #f4f6f8;
    flex-direction: column !important;
  }
  .palans-opinion-firstblock-first-title {
    align-self: center;
    padding: 40px !important;
  }
  .ent-first-latest {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-bottom: 20px;
  }
  .palans-thum-divider {
    padding: 30px !important;
    background-color: #f4f6f8;
  }
  .sec-bollywood-block-css {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .palans-video-first-title h2 {
    font-family: mukta, sans-serif;
    font-weight: 600;
    font-size: 20px !important;
    color: #fff;
    line-height: 1.2;
    text-shadow: rgba(0, 0, 0, 0.48) 0 0 14px;
    margin-bottom: 0;
  }
  .palans-thumb-video-divider {
    display: flex;
    margin-bottom: 15px;
    column-gap: 15px;
    margin-top: 12px !important;
  }

  .palans-businessone-first-title h2 {
    font-size: 40px !important;
    line-height: 1.4;
    font-family: mukta, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 0;
  }
  .palans-thum-businessfir-title-box {
    display: flex;
    background-color: #f4f6f8;
    flex-direction: column !important;
  }
  .palans-businessfir-first-title {
    align-self: center;
    padding: 30px !important;
  }
  .rojgarmenublock {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .yatra-f-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .life-second-fullsecond {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .palans-thum-lifeshj-title-box {
    display: flex;
    background-color: #f4f6f8;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .palans-lifeshj-first-title {
    align-self: center;
    background-color: #f4f6f8;
    padding: 30px !important;
  }
  .thebeauty-secondblock {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .lifestyle-third-full {
    display: flex;
    flex-direction: column;
  }
  .lifestyle-first-full-third {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .lifestyle-first-full-third {
    padding-right: 0px !important;
  }

  .palans-thum-thirdlife-title-box {
    display: flex;
    column-gap: 12px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.14);
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 12px;
  }

  .footer-last-section {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
  .lastmissedpost-listblock {
    display: grid !important;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .palans-bichitra-trend-full {
    display: flex;
    margin-right: 12px;
    flex-direction: column;
  }
  .palan-bichi {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
  .palans-video-block-css {
    display: flex;
    flex-direction: column;
  }
  .history-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .lifestyle-first-block-css {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .heading-block-lifestyle-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .entertainment-first-block-css {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .second-interview-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 15px;
    margin-top: 50px;
    padding-top: 12px;
  }
  .palans-thum-interview-title-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .health-fullblock {
    display: flex;
    flex-direction: column;
  }
  .palans-thum-palanshealth-title-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .health-li {
    display: flex;
    flex-wrap: wrap;
  }
  .cover-story-first-block {
    display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(1, 1fr);
  }
  .cover-story-second-block {
    display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec-provience-block-css {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
    margin-bottom: 17px;
  }
  .palans-thum-palansprovience-title-box {
    display: flex;
    flex-direction: column;
  }
  .palans-news-second-block-css {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .palans-thum-palansnews-title-box {
    display: flex;
    flex-direction: column;
  }
  .palans-news-full-b {
    display: flex;
    flex-direction: column;
  }
  .news-first-blockfull {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
  }
  .mainnews-full-block-ads {
    display: flex;
    flex-direction: column;
  }
  .footer-first-section {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .palans-business-corporate {
    display: flex;
    flex-direction: column;
  }
  .palans-provience-trend-full {
    display: flex;
    flex-direction: column;
  }
  .interview-blog-fullblock {
    display: flex;
    flex-direction: column;
  }
  .heading-block-entertainment-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .heading-block-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 12px;
    flex-direction: column;
  }
  .pblb {
    display: grid !important;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .popular-tab-block {
    column-gap: 12px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .trending-post {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .relatedpostmainblock {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .palanspost-thumb-side {
    display: flex;
    flex-direction: column;
  }
  .post-block-de {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
  /*#st-1 {*/
  /*  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;*/
  /*  direction: unset !important;*/
  /*  display: flex !important;*/
  /*  margin-top: 40px;*/
  /*  gap: 5px;*/
  /*  opacity: 1 !important;*/
  /*  text-align: center !important;*/
  /*  z-index: 94034 !important;*/
  /*  flex-direction: row !important;*/
  /*  align-items: center;*/
  /*  position: sticky;*/
  /*  top: 10px;*/
  /*}*/
  .widget_media_image img {
    max-width: 100%;
    height: auto;
    width: 100% !important;
  }
  .missedpost-listblock {
    display: grid !important;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .stickTitle {
    display: none !important;
  }
  .news-entry-title {
    margin: 0 0 15px;
    font-family: mukta, sans-serif;
    font-size: 40px !important;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
  }
  .pop-login-full {
    display: flex;
    flex-direction: column;
  }
  .cat-divider-dipesh {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 20px;
    padding-top: 12px;
  }
  .cat-head-excerpt {
    background-color: #f4f6f8;
    padding: 30px !important;
  }
  .palans-thumb-divider {
    background: linear-gradient(269.83deg, #6c60fa 0.8%, #1685f8 69.59%);
    padding: 30px !important;
  }
  .palans-thum-palanssechealth-title-box {
    display: flex;
    border-bottom: solid 1px rgba(0, 0, 0, 0.14);
    padding-bottom: 20px;
    margin-bottom: 20px;
    column-gap: 12px;
    margin-top: 12px !important;
  }
  .palans-palansinterview-first-title {
    padding: 30px !important;
  }
  .ent-sub li {
    list-style: none;
    padding: 0px 5px !important;
    border-right: solid 1px rgba(0, 0, 0, 0.08);
    border-right-color: rgba(255, 255, 255, 0.18);
  }
  .lif-sub li {
    list-style: none;
    padding: 0 5px !important;
    border-right: solid 1px rgba(0, 0, 0, 0.08);
    border-right-color: rgba(255, 255, 255, 0.18);
  }
  .sear-taglist {
    display: none;
  }
  .mfooter {
    display: none;
  }
     .stickybelow section {
    margin: 0 0 0 !important;
  }
  .desklogodes{
    display: none;
  }
}

@media screen and (max-width: 768px) and (min-width: 600px) {
		.postsharemedia {
    width: 100% !important;
    position: sticky;
    top: 90px;
    flex: 1;
    margin-top: 30px;
}
	.emojibtnhome {
    display: flex !important;
    flex-wrap: wrap !important;
}
      .anyablock{
        display:none !important;
    }
  .provience-li {
    display: flex;
    list-style: none;
    column-gap: 5px;
    row-gap: 22px;
    flex-wrap: wrap;
}
 .search-f-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .desknotsear {
    display: block !important;
  }
  .stickybelow {
    color: #858585;
    text-align: center;
  }
  .menudateab {
    display: none;
  }
  .header-logo {
    display: flex;
    justify-content: space-between;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    flex-direction: column !important;
  }
  .ourteamsblock {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-bottom: 40px;
    margin-top: 20px;
}
  .palans-thum-palansinternational-title-box {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column;
}
.palans-international-thum-divider {
  align-self: center;
  padding: 26px;
}
.interview-second-bloc {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}
  .site-branding a img {
    display: none !important;
  }
  .menu-side-stickylogo {
    display: block !important;
    background: #fff;
  }
  .desktopresicmen {
    display: none;
  }
  .footer-last-back {
    padding: 40px;
    padding-bottom: 100px;
    background: rgba(34, 96, 191, 0.14);
  }

  .fmenufoot {
    display: block;
    position: fixed;
    z-index: 998;
    left: 0;
    bottom: 0;
    background-color: #f4f6f8;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.14) 0 0 24px;
  }
  .cuberesp,
  #crossButton {
    display: none;
  }
  .palans-palansbichitra-first-title h2 {
    position: absolute;
    margin-top: 329px;
    bottom: 0;
    padding: 24px;
    font-size: 28px;
    line-height: 44px;
  }
  .palans-business-thum-divider {
    padding: 30px !important;
    background-color: #2260bf;
  }
  .pblb {
    display: grid !important;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .palans-thumb-divider {
    background: linear-gradient(269.83deg, #6c60fa 0.8%, #1685f8 69.59%);
    padding: 30px !important;
  }
  .palans-thum-palanssechealth-title-box {
    display: flex;
    border-bottom: solid 1px rgba(0, 0, 0, 0.14);
    padding-bottom: 20px;
    margin-bottom: 20px;
    column-gap: 12px;
    margin-top: 12px !important;
  }
  .palans-palansinterview-first-title {
    padding: 30px !important;
  }
  .ent-sub li {
    list-style: none;
    padding: 0px 5px !important;
    border-right: solid 1px rgba(0, 0, 0, 0.08);
    border-right-color: rgba(255, 255, 255, 0.18);
  }
  .lif-sub li {
    list-style: none;
    padding: 0 5px !important;
    border-right: solid 1px rgba(0, 0, 0, 0.08);
    border-right-color: rgba(255, 255, 255, 0.18);
  }

  .news-wrapper h1 {
    line-height: 1.3;
    font-size: 40px !important;
    line-height: 1.4;
    font-family: mukta, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 0;
  }
  .business-li li {
    padding: 0px 5px !important;
    border-right: solid 1px rgba(0, 0, 0, 0.08);
    list-style: none;
  }
  .cat-divider-dipesh {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 20px;
    padding-top: 12px;
  }
  .cat-head-excerpt {
    background-color: #f4f6f8;
    padding: 30px !important;
  }

  .opinion-sec-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 30px;
  }
  .palans-thum-interview-firstblock-title-box {
    display: flex;
    background-color: #978260;
    color: #fff;
    flex-direction: column !important;
  }
  .palans-interview-firstblock-first-title {
    align-self: center;
    padding: 40px !important;
  }
  .palans-thum-opinion-firstblock-title-box {
    display: flex;
    background-color: #f4f6f8;
    flex-direction: column !important;
  }
  .palans-opinion-firstblock-first-title {
    align-self: center;
    padding: 40px !important;
  }
  .ent-first-latest {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-bottom: 20px;
  }
  .palans-thum-divider {
    padding: 30px !important;
    background-color: #f4f6f8;
  }
  .sec-bollywood-block-css {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .palans-video-first-title h2 {
    font-family: mukta, sans-serif;
    font-weight: 600;
    font-size: 20px !important;
    color: #fff;
    line-height: 1.2;
    text-shadow: rgba(0, 0, 0, 0.48) 0 0 14px;
    margin-bottom: 0;
  }
  .palans-thumb-video-divider {
    display: flex;
    margin-bottom: 15px;
    column-gap: 15px;
    margin-top: 12px !important;
  }

  .palans-businessone-first-title h2 {
    font-size: 40px !important;
    line-height: 1.4;
    font-family: mukta, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 0;
  }
  .palans-thum-businessfir-title-box {
    display: flex;
    background-color: #f4f6f8;
    flex-direction: column !important;
  }
  .palans-businessfir-first-title {
    align-self: center;
    padding: 30px !important;
  }
  .rojgarmenublock {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .yatra-f-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .life-second-fullsecond {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .palans-thum-lifeshj-title-box {
    display: flex;
    background-color: #f4f6f8;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .palans-lifeshj-first-title {
    align-self: center;
    background-color: #f4f6f8;
    padding: 30px !important;
  }
  .thebeauty-secondblock {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .lifestyle-third-full {
    display: flex;
    flex-direction: column;
  }
  .lifestyle-first-full-third {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .lifestyle-first-full-third {
    padding-right: 0px !important;
  }

  .palans-thum-thirdlife-title-box {
    display: flex;
    column-gap: 12px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.14);
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 12px;
  }

  .footer-last-section {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
  .lastmissedpost-listblock {
    display: grid !important;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .palans-bichitra-trend-full {
    display: flex;
    margin-right: 12px;
    flex-direction: column;
  }
  .palan-bichi {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
  .palans-video-block-css {
    display: flex;
    flex-direction: column;
  }
  .history-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .lifestyle-first-block-css {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .heading-block-lifestyle-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .entertainment-first-block-css {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .second-interview-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 15px;
    margin-top: 50px;
    padding-top: 12px;
  }
  .palans-thum-interview-title-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .health-fullblock {
    display: flex;
    flex-direction: column;
  }
  .palans-thum-palanshealth-title-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .health-li {
    display: flex;
    flex-wrap: wrap;
  }
  .cover-story-first-block {
    display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(1, 1fr);
  }
  .cover-story-second-block {
    display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec-provience-block-css {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
    margin-bottom: 17px;
  }
  .palans-thum-palansprovience-title-box {
    display: flex;
    flex-direction: column;
  }
  .palans-news-second-block-css {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .palans-thum-palansnews-title-box {
    display: flex;
    flex-direction: column;
  }
  .palans-news-full-b {
    display: flex;
    flex-direction: column;
  }
  .news-first-blockfull {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
  }
  .mainnews-full-block-ads {
    display: flex;
    flex-direction: column;
  }
  .footer-first-section {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .palans-business-corporate {
    display: flex;
    flex-direction: column;
  }
  .palans-provience-trend-full {
    display: flex;
    flex-direction: column;
  }
  .interview-blog-fullblock {
    display: flex;
    flex-direction: column;
  }
  .heading-block-entertainment-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .heading-block-title {
    display: flex;
    row-gap: 12px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .pblb {
    display: grid !important;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .popular-tab-block {
    column-gap: 12px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .trending-post {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .relatedpostmainblock {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .palanspost-thumb-side {
    display: flex;
    flex-direction: column;
  }
  .post-block-de {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
  /*#st-1 {*/
  /*  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;*/
  /*  direction: unset !important;*/
  /*  display: flex !important;*/
  /*  margin-top: 40px;*/
  /*  gap: 5px;*/
  /*  opacity: 1 !important;*/
  /*  text-align: center !important;*/
  /*  z-index: 94034 !important;*/
  /*  flex-direction: row !important;*/
  /*  align-items: center;*/
  /*  position: sticky;*/
  /*  top: 10px;*/
  /*}*/
  .widget_media_image img {
    max-width: 100%;
    height: auto;
    width: 100% !important;
  }
  .missedpost-listblock {
    display: grid !important;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .stickTitle {
    display: none !important;
  }
  .news-entry-title {
    margin: 0 0 15px;
    font-family: mukta, sans-serif;
    font-size: 40px !important;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
  }
  .pop-login-full {
    display: flex;
    flex-direction: column;
  }
  /*  */
  .palans-palansbichitra-first-title h2 {
    position: absolute;
    margin-top: 329px;
    bottom: 0;
    padding: 44px;
    font-size: 24px !important;
    line-height: 33px !important;
  }
  .sear-taglist {
    display: none;
  }
  .mfooter {
    display: none;
  }
    .stickybelow section {
    margin: 0 0 0 !important;
  }
  .desklogodes{
    display: none;
  }
}

/* Desktop */
/*  */
@media screen and (max-width: 992px) and (min-width: 768px) {
}
@media screen and (max-width: 1080px) and (min-width: 992px) {
}
@media screen and (max-width: 1920px) and (min-width: 1080px) {
}
@media screen and (max-width: 1366px) and (min-width: 768px) {
  .menu li a {
    font-family: khand, sans-serif;
    font-weight: 600;
    color: #fff;
    display: block;
    padding: 15px 7px 12px !important;
    font-size: 22px;
    transition: all .3s ease;
    text-decoration: none;
}
.tag-list-title a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
}
.all-tags-list {
  display: flex;
  column-gap: 6px;
}
.footer-editor-info {
  margin-right: 10px;
  padding-right: 10px;
  border-right: solid 1px rgba(0, 0, 0, 0.14);
}
}
@media screen and (max-width: 1440px) and (min-width: 900px) {
}
@media screen and (max-width: 1280px) and (min-width: 720px) {
}
@media screen and (max-width: 1280px) and (min-width: 1020px) {
}
.logo-below-date {
  color: #858585 !important;
}
