/*!
Theme Name: meroaastha
Theme URI: http://underscores.me/
Author: Dipesh kumar Kushwaha
Author URI: http://kushwahadipesh.com.np
Description: Online News Portal Website development
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: meroaasthadipesh
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.

meroaastha 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%;
}

.footer-contact-c span{
    
}
/* 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;
}
.fblock1 h4{
        font-size: 1.1rem;
}

/**
 * 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;
}
.fblock1 h4{
    font-size: 0.9rem !important;
}

/*
 * 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;
}
/*newspost content poll shortcode css start*/

/* Poll Container */
.poll-post {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  max-width: 600px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  float: left;
    margin: 20px 39px;
  /* width: 90%;
    float: left; */
}

.poll-post h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.poll-content {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Poll Options */
.contentpostpoll-section {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.contentpostpoll-section span {
  font-size: 20px;
  margin-bottom: 15px;
  color: #555;
}

.poll-vote-form {
  display: flex;
  flex-direction: column;
}

.contentpostpoll-option {
  margin-bottom: 10px;
}

.contentpostpoll-option label {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.contentpostpoll-option input[type="radio"] {
  margin-right: 10px;
}

.contentpostpoll-option:hover {
  background-color: #f0f0f0;
}

.poll-vote-form button {
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.poll-vote-form button:hover {
  background-color: #005f8d;
}

/* Poll Results */
.contentpostpoll-results {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.contentpostpoll-results span {
  font-size: 20px;
  margin-bottom: 15px;
  color: #555;
}

.contentpostpoll-result {
  margin-bottom: 10px;
  font-size: 16px;
}

.contentpostpoll-result span {
  display: block;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}

.contentpostpoll-results p {
  margin-top: 15px;
  font-size: 16px;
  color: #333;
}

/* Responsive Design */
@media (max-width: 600px) {
  .poll-post {
      padding: 15px;
          margin: 20px 14px !important;
  }

  .poll-post h2 {
      font-size: 20px;
  }

  .poll-content {
      font-size: 14px;
  }

  .contentpostpoll-section h3,
  .contentpostpoll-results h3 {
      font-size: 18px;
  }

  .contentpostpoll-option label {
      font-size: 14px;
  }

  .poll-vote-form button {
      font-size: 14px;
      padding: 8px 16px;
  }

  .contentpostpoll-result span {
      font-size: 14px;
  }
}


/* contents shortcoed poll css end */

/*news post content poll shortcode css end*/


/* css */
.lsides {
  display: flex;
  align-items: center;
}
.lsidesec {
  display: flex;
  align-items: center;
}
.aasthamainlogo a img {
  height: 90px;
  min-width: 280px;
  max-width: 280px;
  object-fit: contain;
}
.wrapper {
  max-width: 95%;
  margin-inline: auto;
  grid-gap: 2rem;
    /*grid-gap: 0.4rem;*/
}
.submitfart{
    font-size:10px !important;
}
.mainheaders {
  background: #0e4b9e;
  padding: 1rem 0;
  color: #fff;
}
.epaper-btm a {
  text-decoration: none;
  color: #4a2626;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
  height: 40px;
  min-width: 7rem;
  transition: all 300ms ease-in-out;
}
.epaper-btm a:hover {
  background-color: #a7091f;
  color: #fff;
}
.sadak-date {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  /* margin-top: 5px; */
  font-weight: 500;
}
.header__section-nav {
  background: #fff;
  padding: 0.5rem 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.navbl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu li a {
  color: #626262;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  margin-left: 20px;
  margin-right: 20px;
}
.labguage-block a {
  padding: 10px 40px;
  min-width: 7rem;
  height: 40px;
  background: #0e4b9e;
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
  transition: all 300ms ease-in-out;
}
.navblome {
  display: flex;
  align-items: center;
}
.homenav a {
  font-size: 20px;
  color: #0d4b9e;
}
.sticky {
  top: 0px;
  position: fixed !important;
  transition: 0.3s ease-in-out;
  color: white;
  z-index: 9999;
  left: 0;
  padding-left: 75px;
  display: flex;
  background-color: #f4f7fb !important;
  padding-bottom: 15px;
  padding-top: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: -webkit-fill-available;
  border-bottom: 1px solid currentColor;
}
.blocktitle a {
  text-decoration: none;
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 1rem;
}
.blocktitle a h2::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 105%;
  width: 100%;
  height: 3px;
  background: #0e4b9e;
  border-radius: 5px;
}
.blocktitle a h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 105%;
  width: 100%;
  height: 3px;
  background: #0e4b9e;
  border-radius: 5px;
}

.btitle {
  position: relative;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1px;
  background: #0e4b9e;
  padding: 0 2rem;
  min-width: 10rem;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
}
.section-ending {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 3rem;
}
.dots {
  background: #a7091f;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50px;
  position: relative;
}
.section-ending span::after {
  content: "";
  position: absolute;
  left: 18px;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50px;
  background: #0e4b9e;
}
.section-ending span::before {
  content: "";
  position: absolute;
  left: -18px;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50px;
  background: #0e4b9e;
}

.news-wrapper h1 {
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 1px;
}
.news-wrapper h1 a {
  text-decoration: none;
  color: #353535;
}
.breaking_thumb a img {
  width: -webkit-fill-available;
  border-radius: 1%;
  height: 550px;
  object-fit: cover;
}
.author-mainheading {
  display: inline-flex;
  padding-bottom: 2rem;
}
.author-mainh-ID label a {
  text-decoration: none;
  color: #353535;
}
.news-description {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #626262;
}
.mablockd {
  grid-gap: 2rem;
  padding: 2rem 1rem;
  background: #fcfcfc;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.adss {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.adss section iframe{
	    pointer-events: none;
}
.mainbelow,
.breaking-ads {
  margin-bottom: 20px;
  text-align: center;
}

.summary {
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #626262;
}
.catfbig_heading a h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 45px;
  margin-top: 2rem;
}
.catfbig_heading a {
  color: #353535;
  text-decoration: none;
}
.cat-head-excerpt {
  position: relative;
  flex: 1;
  margin-left: -3rem;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-gap: 1rem;
  min-height: 450px;
}

.cat-main_thumb a img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 5px;
}
.cat_mainStory {
  margin-top: 40px;
  margin-bottom: 40px;
}
.cat-divider-dipesh {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.sub__thumb a img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 5px;
}
.sectilr a {
  color: #353535;
  transition: all 300ms ease-in-out;
  text-decoration: none;
}
.sectilr a h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 30px;
  font-family: mukta, sans-serif;
  margin-top: 20px;
}
.cat-list-block {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
.catpost-thumb a img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 5px;
}
.catpost-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 30px;
  font-family: mukta, sans-serif;
  margin-top: 12px;
}
.catpost-title a {
  text-decoration: none;
  color: #353535;
}
.cattaja {
  padding-bottom: 30px;
}

.catblocktitle {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 1rem;
  padding-bottom: 1rem;
}
.catblocktitle a h2 {
  font-size: 22px;
  height: 40px;
  position: relative;
  font-weight: 500;
  letter-spacing: 1px;
  background: #0e4b9e;
  padding: 0 2rem;
  min-width: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
}
/* plugin mread css start */
.catblocktitle a {
  text-decoration: none;
}
.st4_mr_widget_class h2 {
  display: none;
}
.st4_mr_widget_class ul {
  margin: 0 0 0 0;
  list-style: none;
}
.title-block-mostread li {
  display: flex;
  column-gap: 7px;
  margin-bottom: 24px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
  padding-bottom: 20px;
}
.title-block-mostread li a img {
  height: 100px;
  min-width: 100px;
  max-width: 100px;
  object-fit: cover;
  border-radius: 2%;
}
.title-block-mostread li a {
  text-decoration: none;
  font-size: 17px;
      color: #353535 !important;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 25px;
}
/* plugin mread css end */
.post-blockcs {
  display: flex;
  column-gap: 15px;
}
.post-blockf-ads {
  margin-bottom: 30px;
  margin-top: 14px;
  padding: 0.5rem 0.5rem;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.post-thumbnail img {
  width: -webkit-fill-available;
  height: 500px;
  object-fit: cover;
}

.entry-content p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
  text-align: justify;
  font-family: mukta, sans-serif;
}
.fpost-title {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1px;
  color: #353535;
  font-family: mukta, sans-serif;
}
.fpost-sideads {
}
.post-reaction {
  margin-top: 28px;
  padding: 24px 15px 15px;
  text-align: center;
  margin-bottom: 28px;
  border: solid 1px rgba(24, 84, 176, 0.08);
  border-radius: 4px;
}

.post-reaction h2 {
  font-family: mukta, sans-serif;
  font-weight: bold;
  font-size: 1em;
}
.relatedpostmainblock {
  display: grid;
  grid-gap: 30px;
  margin-top: 50px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 50px;
}
.relpost-title {
  margin-top: 12px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 30px;
  font-family: mukta, sans-serif;
}
.relpost-title a {
  text-decoration: none;
  transition: all 300ms ease-in-out;
  color: #353535;
}
.relatedpost-thumb a img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 5px;
  object-fit: cover;
}
.author-single-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.post-idss {
  display: flex;
  align-items: center;
  grid-gap: 0.6rem;
  color: #353535;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.author-single-ID label a {
  color: #353535;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.author-single-image-css img {
  max-width: 3rem;
  min-width: unset;
  height: 3rem;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.footerback {
  background-color: #0e4b9e;
  padding: 3rem 0;
}
.footer-sec {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding-left: 3rem;
}
.footer-first {
  display: flex;
  column-gap: 12px;
}
.footer-team1 {
  display: flex;
  column-gap: 12px;
}
.footer-team-name a {
  text-decoration: none;
  background: #fcfcfc;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  width: 5rem;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease-in-out;
}
.footer-sec {
  color: #fff;
}
.footer-contact-c {
  background: #fff;
  border-radius: 10px;
  margin-top: 40px;
  padding: 1rem;
  color: #333;
}
.footer-first-social li {
  list-style: none;
}
.footer-first-social li a {
  text-decoration: none;
  color: #fff;
  background-color: #21759b;
  padding: 15px;
  border-radius: 50%;
}
.footer-first-social {
  display: flex;
  column-gap: 20px;
  margin-top: 70px;
}
.footer-f p {
  color: #fff;
}
.site-info a {
  text-decoration: none;
  color: #fff;
}
.site-info {
  background-color: #05329e;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-lasta {
  display: flex;
  justify-content: space-between;
}
.ourteamsblock {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 18px;
  margin-top: 32px;
}
.medicine-block {
  text-align: center;
  /* border: 2px solid; */
  padding: 12px;
  border-radius: 4%;
  box-shadow: rgb(0 0 0 / 37%) 0 0 14px;
}
.ourteams-thumn p img {
  border: 1px solid;
  height: 250px;
  width: 250px;
  min-height: 250px;
  max-height: 250px;
  object-fit: contain;
  border-radius: 50%;
  padding: 9px;
}
.contact-title {
  margin-bottom: 30px;
  width: -webkit-fill-available;
  padding: 77px;
  text-align: center;
  background-color: azure;
  box-shadow: rgb(0 0 0 / 7%) 0 0 14px;
}
.contact-title h2 {
  font-size: 4rem;
  color: #3e86d9;
  font-weight: 800;
}
.epaperblock {
  display: flex;
  align-items: center;
  background: #fcfcfc;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.ourpaper-thumn p img {
  height: 90px;
  min-width: 100px;
  width: 100px;
  object-fit: contain;
}
.epaper-title a {
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #353535;
  transition: all 300ms ease-in-out;
}
.entry-content p a {
  text-decoration: none;
}
.latest_trending-block {
  display: flex;
  column-gap: 12px;
}
.news-all a {
  background: #fcfcfc;
  text-decoration: none;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  width: 5rem;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 300ms ease-in-out;
}
.news-all {
  text-align: -webkit-center;
}
.news-all a:hover {
  background: #a7081f;
  color: #fff;
}
.rochak-prashang-fb {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  margin-bottom: 40px;
}

.rochakprashang-n-count::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #0e4b9e;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  transform: rotate(-45deg);
}
.rochakprashang-n-count {
  position: relative;
}
.rochakprashang-n-count span {
  position: relative;
  left: 0;
  color: #fff;
  font-size: 22px;
  padding: 12px;
}
.mk-thum-rochakprashang-divider {
  display: flex;
  align-items: center;
  column-gap: 25px;
}
.mk-rochakprashang-first-title h2 a {
  text-decoration: none;
  color: #353535;
  transition: all 300ms ease-in-out;
}
.mk-rochakprashang-first-title h2 {
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.2;
  font-family: mukta, sans-serif;
}
.tabs{
  margin-top: 20px;
}
.news-thumb-desc h5{
  margin-bottom: 0;
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 0;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
}
.cpost-thumbn{
  position: relative;
}
.sets-twoblockone-divider {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.setstwo-first-title {
  padding: 2rem;

  grid-gap: 1rem;
}
.setstwotb {
  background-color: #353535;
}
.setstwo-first-title p {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 35px;
}
.setstwo-first-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 40px;
  letter-spacing: 1px;
}
.setstwo-first-title h2 a {
  text-decoration: none;
  color: #fff;
}
.setstwo-first-thumbnail a img {
  height: 450px;
  object-fit: cover;
}
.sets-twoblocktwo-divider {
  display: flex;
  column-gap: 15px;
  margin-bottom: 12px;
  margin-top: 12px;
}
.setstwo-two-thumbnail a img {
  height: 100px;
  width: 100%;
  min-width: 158px;
  max-width: 158px;
  object-fit: cover;
  border-radius: 4%;
}

.news-block-second-css {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
}
.setstwo-two-title h2 a {
  text-decoration: none;
  color: #353535;
}
.setstwo-two-title h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.sets-three-block-full-css {
  display: flex;
  margin-top: 20px;
  padding-top: 12px;
  column-gap: 7px;
}
.setsthreefulloneblock {
  position: relative;
}
.setsthree-first-title {
  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;
}
.setsthree-first-title h2 {
  text-decoration: none;
  color: #fff !important;
  position: absolute;
  margin-top: 329px;
  padding: 25px;
  bottom: 0;
  font-size: 24px;
  line-height: 30px;
}
.setsthree-first-title h2 a {
  text-decoration: none;
  color: #fff9c0;
}
.sets-threeblockonetwo-divider,
.sets-threeblocksecondtwo-divider {
  display: flex;
  column-gap: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.setsthree-firstsecond-thumbnail a img,
.setsthree-secondtwo-thumbnail a img {
  height: 100px;
  min-width: 150px;
  max-width: 150px;
  width: 100%;
  object-fit: cover;
  border-radius: 4%;
}
.setsthree-firstsecond-title h2,
.setsthree-secondtwo-title h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.2;
  font-family: mukta, sans-serif;
}
.setsthree-firstsecond-title h2 a,
.setsthree-secondtwo-title h2 a {
  text-decoration: none;
  color: #353535;
}
.setsthreefulltwoblock {
  position: relative;
}
.setsthree-two-title {
  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;
}
.setsthree-two-title h2 {
  text-decoration: none;
  color: #fff !important;
  position: absolute;
  margin-top: 329px;
  padding: 25px;
  bottom: 0;
  font-size: 24px;
  line-height: 40px;
}
.setsthree-two-title h2 a {
  text-decoration: none;
  color: #fff9c0;
}
.setsthree-first-thumbnail a img {
  height: 385px;
  object-fit: cover;
  border-radius: 4%;
}
.setsfour-first-title h2 a {
  text-decoration: none;
      color: #353535 !important;
}
.setsfour-first-title h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.sets-four-fullblock-css {
  display: flex;
  column-gap: 12px;
  margin-top: 20px;
}
.setsfour-two-thumbnail a img {
  height: 100px;
  min-width: 100px;
  max-width: 100px;
  width: 100%;
  object-fit: cover;
  border-radius: 2%;
}
.sets-fourblocktwo-divider {
  display: flex;
  column-gap: 10px;
  margin-bottom: 12px;
  padding-bottom: 6px;
}
.setsfour-two-title h2 a {
  text-decoration: none;
  color: #312a2a;
}
.setsfour-two-title h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.2;
  font-family: mukta, sans-serif;
}
.setsfour-first-title p {
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #626262;
}
.sets-fourblockone-divider {
  display: flex;
  column-gap: 12px;
}
.setsfour-second-thumbnail a img {
  height: 100px;
  max-width: 100px;
  min-width: 100px;
  object-fit: cover;
  border-radius: 2%;
}
.setsfour-two-seconds-title h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.2;
  font-family: mukta, sans-serif;
}
.setsfour-two-seconds-title h2 a {
  text-decoration: none;
  color: #111;
}
.author-frontpageheading {
  display: flex;
  margin-bottom: 12px;
  padding-top: 12px;
  font-size: 16px;
  font-weight: 500;
}
.sets-four-sideblock-first-title h2 a {
  text-decoration: none;
  color: #312a2a;
}
.sets-four-sideblock-first-title h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-family: mukta, sans-serif;
}
.sets-fourside-block-divider {
  display: flex;
  column-gap: 12px;
  margin-bottom: 12px;
  padding-top: 5px;
}
.sets-fourside-n-count span {
  font-size: 48px;
  font-weight: 700;
  color: #a7091f;
  line-height: 50px;
  font-family: mukta, sans-serif;
}
.sets-four-side {
  background-color: #fcfcfc;
  padding: 1rem 1rem 3rem;
  border-radius: 5px;
}
.sets-five-full-block {
  display: flex;
  column-gap: 12px;
  margin-top: 50px;
}
.setsfive-second-thumbnail a img {
  height: 100px;
  width: 100%;
  min-width: 143px;
  max-width: 143px;
  border-radius: 4%;
}
.sets-fiveblocksecond-divider {
  display: flex;
  column-gap: 12px;
  margin-bottom: 12px;
  padding-top: 12px;
}
.setsfive-two-seconds-title h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.2;
  font-family: mukta, sans-serif;
}
.setsfive-two-seconds-title h2 a {
  text-decoration: none;
  color: #353535;
}
.setsfour-first-thumbnail a img {
  height: 450px;
  object-fit: cover;
  border-radius: 2%;
}
.setssix-block-last-css {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 30px;
}
.setssix-last-thumbnail a img {
  height: 250px;
  object-fit: cover;
  border-radius: 4%;
}
.setssixfulllastblock {
  position: relative;
}
.setssix-two-last-title {
  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;
}
.setssix-two-last-title h2 {
  text-decoration: none;
  color: #fff !important;
  position: absolute;
  margin-top: 329px;
  padding: 25px;
  bottom: 0;
  font-size: 24px;
  line-height: 30px;
}
.setssix-two-last-title h2 a {
  text-decoration: none;
  color: #f1f1f1;
}
.setssix-block-second-css {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
}
.setssix-block-below-css {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
}
.sets-sixblockbelow-divider {
  display: flex;
  column-gap: 12px;
}
.setssix-below-thumbnail a img {
  height: 80px;
  min-width: 100px;
  max-width: 100px;
  object-fit: cover;
  border-radius: 5%;
}
.setssix-two-seconds-title h2,
.setssix-two-below-title h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 27px;
}
.setssix-two-seconds-title h2 a,
.setssix-two-below-title h2 a {
  text-decoration: none;
  color: #f1f1f1;
}
.setsixback {
  background-color: #033bc9a8;
}
.setssix-second-thumbnail a img {
  height: 250px;
  min-width: 320px;
  max-width: 320px;
  width: 100%;
  object-fit: cover;
}
.setssix-first-title h2 {
  position: absolute;
  margin-top: 329px;
  padding: 25px;
  bottom: 0;
  font-size: 24px;
  line-height: 30px;
}
.setssix-first-title h2 a {
  text-decoration: none;
  color: #fff !important;
}

.setssixfulloneblock {
  position: relative;
}
.setssix-first-title {
  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;
}
.setssix-first-thumbnail a img {
  height: 500px;
  object-fit: cover;
  border-radius: 2%;
}
.setsseven-second-thumbnail a img {
  height: 80px;
  min-width: 80px;
  max-width: 80px;
  width: 100%;
  object-fit: cover;
  border-radius: 4%;
}
.sets-sevenblocksecond-divider {
  display: flex;
  column-gap: 12px;
  margin-bottom: 12px;
  margin-top: 12px;
}
.setsseven-two-seconds-title h2 a {
  text-decoration: none;
  color: #353535;
}
.setsseven-two-seconds-title h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-family: mukta, sans-serif;
}
.setssevenfulloneblock {
  position: relative;
}
.setsseven-first-title h2 {
  text-decoration: none;
  color: #fff !important;
  position: absolute;
  margin-top: 329px;
  padding: 25px;
  bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
}
.setsseven-first-title {
  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;
}
.setsseven-first-title h2 a {
  text-decoration: none;
  color: #f1f1f1;
}
.setsseven-first-thumbnail a img {
  width: -webkit-fill-available;
  object-fit: cover;
  height: 450px;
}
.setseven-block-seconds-css {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
  margin-top: 12px;
}
.setseven-second-thumbnail a img {
  height: 200px;
  object-fit: cover;
  border-radius: 4%;
}
.setseven-two-seconds-title h2 a {
  text-decoration: none;
  color: #353535;
}
.setseven-two-seconds-title h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 35px;
}
.sets-seven-fbp-css {
  display: flex;
  column-gap: 12px;
  margin-top: 20px;
}
.setseven-fbp1-seconds-css {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(2, 1fr);
  margin-right: 12px;
}
/* .setseven-fbp1-thumbnail a img {
  height: 120px;
  width: 100%;
  min-width: 230px;
  max-width: 230px;
  object-fit: cover;
  border-radius: 3%;
} */
.setseven-fbp1-thumbnail a img {
  height: 120px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 3%;
}
.setseven-two-fbp1-title h2 a {
  text-decoration: none;
  color: #353535;
}
.setseven-two-fbp1-title h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.2;
  font-family: mukta, sans-serif;
}
.setssevenfbp {
  position: relative;
  margin-bottom: 12px;
}
.setssevenfbp-first-title {
  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;
}
.setssevenfbp-first-title h2 {
  text-decoration: none;
  color: #fff !important;
  position: absolute;
  margin-top: 329px;
  padding: 25px;
  bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
}
.setssevenfbp-first-title h2 a {
  text-decoration: none;
  color: #f1f1f1;
}
.testing-stiky {
  position: sticky;
  top: 100px;
  z-index: 9;
}
.setseight-block-last-css {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 50px;
  padding-top: 20px;
}
.setseight-last-thumbnail a img {
  height: 350px;
}
.setseightfulllastblock {
  position: relative;
}
.setseight-two-last-title {
  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;
}
.setseight-two-last-title h2 {
  position: absolute;
  margin-top: 329px;
  padding: 25px;
  bottom: 0;
  font-size: 24px;
  line-height: 30px;
}
.setseight-two-last-title h2 a {
  text-decoration: none;
  color: #fff !important;
}
.setseightfullsecondblock {
  position: relative;
}
.setseight-two-seconds-title {
  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;
}
.setseight-two-seconds-title h2 {
  position: absolute;
  margin-top: 329px;
  padding: 25px;
  bottom: 0;
  font-size: 24px;
  line-height: 30px;
}
.setseight-two-seconds-title h2 a {
  text-decoration: none;
  color: #fff !important;
}
.tag--bloccck a {
  text-decoration: none;
  color: #fff;
  margin-left: 15px;
  font-family: mukta, sans-serif;
  font-weight: 500;
}
.tag-thumb img {
  height: 30px;
  width: 30px;
  border-radius: 50px;
  border: 2px solid white;
  object-fit: fill;
  padding: 1px;
}
.tag-block {
  display: flex;
  align-items: center;
  grid-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.5rem 0;
}
.tag--bloccck {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  border-radius: 50px;
  background: #0e4b9e;
  padding: 0.2rem 1rem 0.2rem 0.2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.fidss {
  text-align: left;
  font-size: 1em;
  font-style: italic;
  font-weight: 200;
  margin-top: 5px;
}

.fmenu {
  /*position: sticky;*/
  /*top: 0;*/
  /* background-color: #fff; */
  /*padding: 10px 0;*/
  /*z-index: 100;*/
  /*transition: all 0.3s ease-in-out;*/
  
  
}
.fmenu {
    position: sticky;
    top: 0;
    z-index: 1000; /* Ensures the fmenu stays on top of other content */
    background-color: #fff; /* Background color to avoid transparency issues */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle shadow */
}

.stickTitle {
  background-color: #fff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  top: 25px;
  padding: 25px;
  font-size: 39px;
  width: 100%;
  position: fixed;
  z-index: 99999;
  left: 0px;
  text-align: center;
  transition: 0.3s all ease-in-out;
}
.sub-menu {
  flex-direction: column;
}
.sub-menu li {
  padding-top: 12px;
  padding-bottom: 5px;
}
.sub-menu li:hover {
  background-color: #0d4b9e;
}
.sub-menu li a:hover {
  color: #fff !important;
}

.owl-prev span,
.owl-next span {
  position: absolute;
  z-index: 555;
  min-width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fcfcfc;
  border-radius: 50%;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 300ms ease-in-out;
}
.owl-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 9px;
  margin-bottom: 21px;
}
.widget img {
  width: 100%;
}
.alltabfull-block {
  display: flex;
  column-gap: 12px;
  margin-bottom: 22px;
  padding-top: 40px;
  margin-top: 20px;
}
.setsninefbp {
  position: relative;
}
.setsninefbp-first-title {
  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;
}

.setsninefbp-first-title h2{
  position: absolute;
  margin-top: 329px;
  padding: 25px;
  bottom: 0;
  font-size: 24px;
  line-height: 30px;
}
.setsninefbp-first-title h2 a{
  text-decoration: none;
  color: #fff !important;
}
.setnine-two-fbp-title h2{
  font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.2;
    font-family: mukta, sans-serif;
}
.setnine-two-fbp-title h2 a{
  text-decoration: none;
  color: #353535;
}
.setnine-fbp-seconds-css{
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(2, 1fr);
}
.setsnine-fbp-thumbnail a img{
  height: 150px;
  object-fit: cover;
  border-radius: 2%;

}
/* .tabs{
  margin-top: 20px;
} */
#jozz_sidemenu #sidenav {
  background-color: #0d4b9e;
}
#jozz_sidemenu #sidenav li, #jozz_sidemenu #sidenav h3 {
  list-style: none;
  border: 0;
  border-bottom: none;
  text-align: left;
  font-weight: normal;
  outline: none;
  font-family: "verdana", Times, serif;
}
.publication-thumn a{
    
}
.publication-thumn a img{
        height: 40px !important;
    width: 40px !important;
    object-fit: contain;
}
.publicationsblock{
        display: grid !important;
    grid-gap: 0px !importantå;
    grid-template-columns: repeat(7, 1fr)!important;
}

/*next previous start*/
/* next previous start */

.post-navigation{
  min-width: 100% !important;
  background: #f6f6f6!important;
  display: flex!important;
  justify-content: space-between!important;
  grid-gap: 50px!important;
  padding: 20px!important;
  border-radius: 5px!important;
  border-left: 5px solid #b11116!important;
}
.nav-previous a,.nav-next a{
  display: flex!important;
  column-gap: 12px!important;
  text-decoration: none!important;
}
.nav-title{
  font-size: 18px!important;
  color:#b11116!important;
  line-height: 25px!important;
  font-weight: 500!important;
}
.nav-thumbnail img{
  min-width: 80px !important;
  max-width: 80px !important;
  width: 80px!important;
  height: 80px!important;
  border-radius: 5px!important;
  overflow: hidden!important;
}
.nav-subtitle{
  color: #aaa!important;
  font-size: 16px!important;
  font-weight: 500!important;
}
/* next previous end */

/*next previous end*/

/* Blockquotes part taking 50% width */
.blockquotespart {
  width: 50%;
      margin-left: 60px;
  padding-right: 20px;
  border-right: 2px dashed rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  font-size: 21px;
  color: #bf1e2e;
  float: left;
  margin-right: 20px;
}




/* submission form css start */

/* Logged Out Message */
.logged-out-message {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin: 20px 0;
}

/* Login and Register Links */
.logged-out-message a {
  color: #0073e6;
  font-weight: 600;
  text-decoration: none;
  margin: 0 5px;
  transition: color 0.3s ease;
}

.logged-out-message a:hover {
  color: #005bb5;
}

/* Responsive Design */
@media (max-width: 768px) {
  .logged-out-message {
      font-size: 14px;
  }
}

@media (max-width: 480px) {
  .logged-out-message {
      font-size: 13px;
  }
}


/* Form Container */
#submitPostForm {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* Form Labels */
#submitPostForm label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

/* Form Inputs */
#submitPostForm input[type="text"],
#submitPostForm textarea,
#submitPostForm input[type="file"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

#submitPostForm input[type="text"]:focus,
#submitPostForm textarea:focus,
#submitPostForm input[type="file"]:focus {
  border-color: #0073e6;
  outline: none;
}

/* Form Textarea */
#submitPostForm textarea {
  resize: vertical;
  min-height: 150px;
}

/* Submit Button */
#submitPostForm input[type="submit"] {
  width: 100%;
  padding: 12px;
  background-color: #0073e6;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#submitPostForm input[type="submit"]:hover {
  background-color: #005bb5;
}

/* Responsive Design */
@media (max-width: 768px) {
  #submitPostForm {
      padding: 15px;
  }

  #submitPostForm label {
      font-size: 14px;
  }

  #submitPostForm input[type="text"],
  #submitPostForm textarea,
  #submitPostForm input[type="file"],
  #submitPostForm input[type="submit"] {
      font-size: 14px;
  }
}

@media (max-width: 480px) {
  #submitPostForm {
      padding: 10px;
  }

  #submitPostForm input[type="submit"] {
      font-size: 16px;
  }
}


/* subission form css end */


/* Mobile Responsive */
@media screen and (max-width: 360px) and (min-width: 200px) {
	.poll-featured-image img {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important; 
    height: auto !important;
    object-fit: cover;
    border-radius: 8px;
}
	
	
	.polldivided {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
}
    .epaper-btm{
            display: flex;
    column-gap: 10px;
    }
    .unique-rightsidepopmenu.show {
    right: -30px !important;
}
    .slide-content {
    position: fixed;
    top: 0;
    right: -100%;
  width: 70% !important;
    height: 100%;
    background: white;
    transition: right 0.5s ease;
    z-index: 999999;
    overflow: auto;
}
    .taglist-block{
        overflow: scroll;
}
    .tagvlockslist {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 20px;
    padding-top: 12px;
}
    /* Blockquotes part taking 50% width */
.blockquotespart {
        width: 92% !important;
        padding: 12px;
        margin-bottom: 12px;
        margin-left: 15px !important;
        padding-left: 9px !important;
        padding-right: 20px;
        border-left: 2px dashed rgb(0 0 0 / .2);
        box-sizing: border-box;
        font-size: 21px;
        color: #bf1e2e;
        float: left;
        box-shadow: 2px 2px 5px rgb(0 0 0 / 5%);
        margin-right: 20px;
}

    .post-navigation .nav-links {
    display: flex;
    flex-direction: column !important;
}
    .middle-4th-p-ads{
            display: flex;
    gap: 20px;
       flex-direction: column !important;
    }
  .alltabfull-block {
    display: flex;
    column-gap: 12px;
    margin-bottom: 22px;
    row-gap: 12px;
    padding-top: 40px;
    margin-top: 20px;
    flex-direction: column;
}
  .news-wrapper h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 1px;
  }
  .breaking_thumb a img {
    width: -webkit-fill-available;
    border-radius: 1%;
    height: 260px;
    object-fit: cover;
  }
  .latest_trending-block {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
  }
  .sets-twoblockone-divider {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .setstwo-first-thumbnail a img {
    height: 325px;
    object-fit: cover;
  }
  .news-block-second-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }
  .sets-three-block-full-css {
    display: flex;
    margin-top: 20px;
    padding-top: 12px;
    column-gap: 7px;
    flex-direction: column;
  }
  .sets-four-fullblock-css {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
  }
  .setsfour-first-thumbnail a img {
    height: 300px;
    object-fit: cover;
    border-radius: 2%;
  }
  .sets-five-full-block {
    display: flex;
    column-gap: 12px;
    margin-top: 50px;
    flex-direction: column;
  }
  .setssix-block-second-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }
  .setssix-second-thumbnail a img {
    height: 250px;
    min-width: 100%;
    max-width: 10%;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    object-fit: cover;
  }
  .setssix-first-thumbnail a img {
    height: 350px;
    object-fit: cover;
    border-radius: 2%;
  }
  .setssix-block-below-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }
  .setssix-block-last-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
  .setseven-fbp1-seconds-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    margin-right: 12px;
}
  .sets-seven-fbp-css {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
  }
  .setseven-fbp1-thumbnail a img {
    height: 183px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 3%;
  }
  .setsseven-first-thumbnail a img {
    width: -webkit-fill-available;
    object-fit: cover;
    height: 350px;
  }
  .setsseven-first-title h2 {
    text-decoration: none;
    color: #fff !important;
    position: absolute;
    margin-top: 329px;
    padding: 25px;
    bottom: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 53px;
  }
  .setseven-block-seconds-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
    margin-top: 12px;
  }
  .setseight-block-last-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 50px;
    padding-top: 20px;
  }
  .setseight-last-thumbnail a img {
    height: 350px;
    margin-top: 13px;
  }
  .rochak-prashang-fb {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .footer-first {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
    row-gap: 50px;
  }
  .footer-team1 {
    display: flex;
    column-gap: 12px;
    flex-wrap: wrap;
  }
  .lsides {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
            row-gap: 12px;
    flex-wrap: wrap;
  }
  .cat-list-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .cat-divider-dipesh {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }

  .cat-head-excerpt {
    position: relative;
    flex: 1;
    margin-left: 0rem;
    margin-top: 28px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-gap: 1rem;
    min-height: 270px;
  }
  .cat-main_thumb a img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 5px;
  }
  .blocktitle a h2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 50%;
    height: 3px;
    background: #0e4b9e;
    border-radius: 5px;
  }
  .blocktitle a h2::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 50%;
    height: 3px;
    background: #0e4b9e;
    border-radius: 5px;
  }
  .owl-nav {
    display: flex;
    position: relative;
    margin-top: 9px;
    margin-bottom: 21px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .post-blockcs {
    display: flex;
    column-gap: 15px;
    flex-direction: column;
  }
  .author-single-post {
    display: flex;
    margin-bottom: 18px;
    flex-direction: column;
  }
  .post-thumbnail img {
    width: -webkit-fill-available;
    height: 250px;
    object-fit: cover;
  }
  .stickTitle {
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    top: 25px;
    padding: 25px;
    font-size: 24px;
    width: 100%;
    position: fixed;
    z-index: 99999;
    left: 0px;
    text-align: center;
    transition: 0.3s all ease-in-out;
  }
  .fpost-title {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
    color: #353535;
    font-family: mukta, sans-serif;
  }
  .relatedpostmainblock {
    display: grid;
    grid-gap: 30px;
    margin-top: 50px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 50px;
  }
   .logoside section{
          margin: 0 0 0.5em;
  }

  /*  */
}

@media screen and (max-width: 480px) and (min-width: 360px) {
		.poll-featured-image img {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important; 
    height: auto !important;
    object-fit: cover;
    border-radius: 8px;
}
	.polldivided {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
}  .epaper-btm{
            display: flex;
    column-gap: 10px;
    }
        .unique-rightsidepopmenu.show {
    right: -30px !important;
}
    .slide-content {
    position: fixed;
    top: 0;
    right: -100%;
  width: 70% !important;
    height: 100%;
    background: white;
    transition: right 0.5s ease;
    z-index: 999999;
    overflow: auto;
}
    .taglist-block{
        overflow: scroll;
}
    .tagvlockslist {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 20px;
    padding-top: 12px;
}
        /* Blockquotes part taking 50% width */
.blockquotespart {
        width: 92% !important;
        padding: 12px;
        margin-bottom: 12px;
        margin-left: 15px !important;
        padding-left: 9px !important;
        padding-right: 20px;
        border-left: 2px dashed rgb(0 0 0 / .2);
        box-sizing: border-box;
        font-size: 21px;
        color: #bf1e2e;
        float: left;
        box-shadow: 2px 2px 5px rgb(0 0 0 / 5%);
        margin-right: 20px;
}
      .post-navigation .nav-links {
    display: flex;
    flex-direction: column !important;
}
    .middle-4th-p-ads{
            display: flex;
    gap: 20px;
     flex-direction: column !important;
    }
  .alltabfull-block {
    display: flex;
    column-gap: 12px;
    margin-bottom: 22px;
    row-gap: 12px;
    padding-top: 40px;
    margin-top: 20px;
    flex-direction: column;
}
  .news-wrapper h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 1px;
  }
  .breaking_thumb a img {
    width: -webkit-fill-available;
    border-radius: 1%;
    height: 260px;
    object-fit: cover;
  }
  .latest_trending-block {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
  }
  .sets-twoblockone-divider {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .setstwo-first-thumbnail a img {
    height: 325px;
    object-fit: cover;
  }
  .news-block-second-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }
  .sets-three-block-full-css {
    display: flex;
    margin-top: 20px;
    padding-top: 12px;
    column-gap: 7px;
    flex-direction: column;
  }
  .sets-four-fullblock-css {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
  }
  .setsfour-first-thumbnail a img {
    height: 300px;
    object-fit: cover;
    border-radius: 2%;
  }
  .sets-five-full-block {
    display: flex;
    column-gap: 12px;
    margin-top: 50px;
    flex-direction: column;
  }
  .setssix-block-second-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }
  .setssix-second-thumbnail a img {
    height: 250px;
    min-width: 100%;
    max-width: 10%;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    object-fit: cover;
  }
  .setssix-first-thumbnail a img {
    height: 350px;
    object-fit: cover;
    border-radius: 2%;
  }
  .setssix-block-below-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }
  .setssix-block-last-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
  .setseven-fbp1-seconds-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    margin-right: 12px;
}
  .sets-seven-fbp-css {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
  }
  .setseven-fbp1-thumbnail a img {
    height: 183px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 3%;
  }
  .setsseven-first-thumbnail a img {
    width: -webkit-fill-available;
    object-fit: cover;
    height: 350px;
  }
  .setsseven-first-title h2 {
    text-decoration: none;
    color: #fff !important;
    position: absolute;
    margin-top: 329px;
    padding: 25px;
    bottom: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 53px;
  }
  .setseven-block-seconds-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
    margin-top: 12px;
  }
  .setseight-block-last-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 50px;
    padding-top: 20px;
  }
  .setseight-last-thumbnail a img {
    height: 350px;
    margin-top: 13px;
  }
  .rochak-prashang-fb {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .footer-first {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
    row-gap: 50px;
  }
  .footer-team1 {
    display: flex;
    column-gap: 12px;
    flex-wrap: wrap;
  }
  .lsides {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    flex-wrap: wrap;
            row-gap: 12px;
  }
  .cat-list-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .cat-divider-dipesh {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }

  .cat-head-excerpt {
    position: relative;
    flex: 1;
    margin-left: 0rem;
    margin-top: 28px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-gap: 1rem;
    min-height: 270px;
  }
  .cat-main_thumb a img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 5px;
  }
  .blocktitle a h2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 50%;
    height: 3px;
    background: #0e4b9e;
    border-radius: 5px;
  }
  .blocktitle a h2::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 50%;
    height: 3px;
    background: #0e4b9e;
    border-radius: 5px;
  }
  .owl-nav {
    display: flex;
    position: relative;
    margin-top: 9px;
    margin-bottom: 21px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .post-blockcs {
    display: flex;
    column-gap: 15px;
    flex-direction: column;
  }
  .author-single-post {
    display: flex;
    margin-bottom: 18px;
    flex-direction: column;
  }
  .post-thumbnail img {
    width: -webkit-fill-available;
    height: 250px;
    object-fit: cover;
  }
  .stickTitle {
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    top: 25px;
    padding: 25px;
    font-size: 24px;
    width: 100%;
    position: fixed;
    z-index: 99999;
    left: 0px;
    text-align: center;
    transition: 0.3s all ease-in-out;
  }
  .fpost-title {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
    color: #353535;
    font-family: mukta, sans-serif;
  }
  .relatedpostmainblock {
    display: grid;
    grid-gap: 30px;
    margin-top: 50px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 50px;
  }
   .logoside section{
          margin: 0 0 0.5em;
  }
}

@media screen and (max-width: 600px) and (min-width: 480px) {
		.poll-featured-image img {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important; 
    height: auto !important;
    object-fit: cover;
    border-radius: 8px;
}
	.polldivided {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
}
     .epaper-btm{
            display: flex;
    column-gap: 10px;
    }
        .unique-rightsidepopmenu.show {
    right: -30px !important;
}
    .slide-content {
    position: fixed;
    top: 0;
    right: -100%;
  width: 70% !important;
    height: 100%;
    background: white;
    transition: right 0.5s ease;
    z-index: 999999;
    overflow: auto;
}
    .taglist-block{
        overflow: scroll;
}
    .tagvlockslist {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 20px;
    padding-top: 12px;
}
        /* Blockquotes part taking 50% width */
.blockquotespart {
        width: 92% !important;
        padding: 12px;
        margin-bottom: 12px;
        margin-left: 15px !important;
        padding-left: 9px !important;
        padding-right: 20px;
        border-left: 2px dashed rgb(0 0 0 / .2);
        box-sizing: border-box;
        font-size: 21px;
        color: #bf1e2e;
        float: left;
        box-shadow: 2px 2px 5px rgb(0 0 0 / 5%);
        margin-right: 20px;
}
      .post-navigation .nav-links {
    display: flex;
    flex-direction: column !important;
}
    .middle-4th-p-ads{
            display: flex;
    gap: 20px;
       flex-direction: column !important;
    }
  .alltabfull-block {
    display: flex;
    column-gap: 12px;
    margin-bottom: 22px;
    row-gap: 12px;
    padding-top: 40px;
    margin-top: 20px;
    flex-direction: column;
}
  .news-wrapper h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 1px;
  }
  .breaking_thumb a img {
    width: -webkit-fill-available;
    border-radius: 1%;
    height: 260px;
    object-fit: cover;
  }
  .latest_trending-block {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
  }
  .sets-twoblockone-divider {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .setstwo-first-thumbnail a img {
    height: 325px;
    object-fit: cover;
  }
  .news-block-second-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }
  .sets-three-block-full-css {
    display: flex;
    margin-top: 20px;
    padding-top: 12px;
    column-gap: 7px;
    flex-direction: column;
  }
  .sets-four-fullblock-css {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
  }
  .setsfour-first-thumbnail a img {
    height: 300px;
    object-fit: cover;
    border-radius: 2%;
  }
  .sets-five-full-block {
    display: flex;
    column-gap: 12px;
    margin-top: 50px;
    flex-direction: column;
  }
  .setssix-block-second-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }
  .setssix-second-thumbnail a img {
    height: 250px;
    min-width: 100%;
    max-width: 10%;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    object-fit: cover;
  }
  .setssix-first-thumbnail a img {
    height: 350px;
    object-fit: cover;
    border-radius: 2%;
  }
  .setssix-block-below-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }
  .setssix-block-last-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
  .setseven-fbp1-seconds-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    margin-right: 12px;
}
  .sets-seven-fbp-css {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
  }
  .setseven-fbp1-thumbnail a img {
    height: 183px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 3%;
  }
  .setsseven-first-thumbnail a img {
    width: -webkit-fill-available;
    object-fit: cover;
    height: 350px;
  }
  .setsseven-first-title h2 {
    text-decoration: none;
    color: #fff !important;
    position: absolute;
    margin-top: 329px;
    padding: 25px;
    bottom: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 53px;
  }
  .setseven-block-seconds-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
    margin-top: 12px;
  }
  .setseight-block-last-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 50px;
    padding-top: 20px;
  }
  .setseight-last-thumbnail a img {
    height: 350px;
    margin-top: 13px;
  }
  .rochak-prashang-fb {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .footer-first {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
    row-gap: 50px;
  }
  .footer-team1 {
    display: flex;
    column-gap: 12px;
    flex-wrap: wrap;
  }
  .lsides {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    flex-wrap: wrap;
            row-gap: 12px;
  }
  .cat-list-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .cat-divider-dipesh {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }

  .cat-head-excerpt {
    position: relative;
    flex: 1;
    margin-left: 0rem;
    margin-top: 28px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-gap: 1rem;
    min-height: 270px;
  }
  .cat-main_thumb a img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 5px;
  }
  .blocktitle a h2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 50%;
    height: 3px;
    background: #0e4b9e;
    border-radius: 5px;
  }
  .blocktitle a h2::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 50%;
    height: 3px;
    background: #0e4b9e;
    border-radius: 5px;
  }
  .owl-nav {
    display: flex;
    position: relative;
    margin-top: 9px;
    margin-bottom: 21px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .post-blockcs {
    display: flex;
    column-gap: 15px;
    flex-direction: column;
  }
  .author-single-post {
    display: flex;
    margin-bottom: 18px;
    flex-direction: column;
  }
  .post-thumbnail img {
    width: -webkit-fill-available;
    height: 250px;
    object-fit: cover;
  }
  .stickTitle {
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    top: 25px;
    padding: 25px;
    font-size: 24px;
    width: 100%;
    position: fixed;
    z-index: 99999;
    left: 0px;
    text-align: center;
    transition: 0.3s all ease-in-out;
  }
  .fpost-title {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
    color: #353535;
    font-family: mukta, sans-serif;
  }
  .relatedpostmainblock {
    display: grid;
    grid-gap: 30px;
    margin-top: 50px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 50px;
  }
   .logoside section{
          margin: 0 0 0.5em;
  }
}

@media screen and (max-width: 768px) and (min-width: 600px) {
		.poll-featured-image img {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important; 
    height: auto !important;
    object-fit: cover;
    border-radius: 8px;
}
		.polldivided {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
}
     .epaper-btm{
            display: flex;
    column-gap: 10px;
    }
        .unique-rightsidepopmenu.show {
    right: -30px !important;
}
    .slide-content {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70% !important;
    height: 100%;
    background: white;
    transition: right 0.5s ease;
    z-index: 999999;
    overflow: auto;
}
    .taglist-block{
        overflow: scroll;
}
    .tagvlockslist {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-top: 20px;
    padding-top: 12px;
}
        /* Blockquotes part taking 50% width */
.blockquotespart {
        width: 92% !important;
        padding: 12px;
        margin-bottom: 12px;
        margin-left: 15px !important;
        padding-left: 9px !important;
        padding-right: 20px;
        border-left: 2px dashed rgb(0 0 0 / .2);
        box-sizing: border-box;
        font-size: 21px;
        color: #bf1e2e;
        float: left;
        box-shadow: 2px 2px 5px rgb(0 0 0 / 5%);
        margin-right: 20px;
}
      .post-navigation .nav-links {
    display: flex;
    flex-direction: column !important;
}
    .middle-4th-p-ads{
            display: flex;
    gap: 20px;
       flex-direction: column !important;
    }
  .alltabfull-block {
    display: flex;
    column-gap: 12px;
    margin-bottom: 22px;
    row-gap: 12px;
    padding-top: 40px;
    margin-top: 20px;
    flex-direction: column;
}
  .news-wrapper h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 1px;
  }
  .breaking_thumb a img {
    width: -webkit-fill-available;
    border-radius: 1%;
    height: 260px;
    object-fit: cover;
  }
  .latest_trending-block {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
  }
  .sets-twoblockone-divider {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .setstwo-first-thumbnail a img {
    height: 325px;
    object-fit: cover;
  }
  .news-block-second-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }
  .sets-three-block-full-css {
    display: flex;
    margin-top: 20px;
    padding-top: 12px;
    column-gap: 7px;
    flex-direction: column;
  }
  .sets-four-fullblock-css {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
  }
  .setsfour-first-thumbnail a img {
    height: 300px;
    object-fit: cover;
    border-radius: 2%;
  }
  .sets-five-full-block {
    display: flex;
    column-gap: 12px;
    margin-top: 50px;
    flex-direction: column;
  }
  .setssix-block-second-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }
  .setssix-second-thumbnail a img {
    height: 250px;
    min-width: 100%;
    max-width: 10%;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    object-fit: cover;
  }
  .setssix-first-thumbnail a img {
    height: 350px;
    object-fit: cover;
    border-radius: 2%;
  }
  .setssix-block-below-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }
  .setssix-block-last-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
  .setseven-fbp1-seconds-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    margin-right: 12px;
}
  .sets-seven-fbp-css {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
  }
  .setseven-fbp1-thumbnail a img {
    height: 183px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 3%;
  }
  .setsseven-first-thumbnail a img {
    width: -webkit-fill-available;
    object-fit: cover;
    height: 350px;
  }
  .setsseven-first-title h2 {
    text-decoration: none;
    color: #fff !important;
    position: absolute;
    margin-top: 329px;
    padding: 25px;
    bottom: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 53px;
  }
  .setseven-block-seconds-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
    margin-top: 12px;
  }
  .setseight-block-last-css {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 50px;
    padding-top: 20px;
  }
  .setseight-last-thumbnail a img {
    height: 350px;
    margin-top: 13px;
  }
  .rochak-prashang-fb {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .footer-first {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
    row-gap: 50px;
  }
  .footer-team1 {
    display: flex;
    column-gap: 12px;
    flex-wrap: wrap;
  }
  .lsides {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    flex-wrap: wrap;
            row-gap: 12px;
  }
  .cat-list-block {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .cat-divider-dipesh {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }

  .cat-head-excerpt {
    position: relative;
    flex: 1;
    margin-left: 0rem;
    margin-top: 28px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-gap: 1rem;
    min-height: 270px;
  }
  .cat-main_thumb a img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 5px;
  }
  .blocktitle a h2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 50%;
    height: 3px;
    background: #0e4b9e;
    border-radius: 5px;
  }
  .blocktitle a h2::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 50%;
    height: 3px;
    background: #0e4b9e;
    border-radius: 5px;
  }
  .owl-nav {
    display: flex;
    position: relative;
    margin-top: 9px;
    margin-bottom: 21px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .post-blockcs {
    display: flex;
    column-gap: 15px;
    flex-direction: column;
  }
  .author-single-post {
    display: flex;
    margin-bottom: 18px;
    flex-direction: column;
  }
  .post-thumbnail img {
    width: -webkit-fill-available;
    height: 250px;
    object-fit: cover;
  }
  .stickTitle {
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    top: 25px;
    padding: 25px;
    font-size: 24px;
    width: 100%;
    position: fixed;
    z-index: 99999;
    left: 0px;
    text-align: center;
    transition: 0.3s all ease-in-out;
  }
  .fpost-title {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
    color: #353535;
    font-family: mukta, sans-serif;
  }
  .relatedpostmainblock {
    display: grid;
    grid-gap: 30px;
    margin-top: 50px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 50px;
  }
  .logoside section{
          margin: 0 0 0.5em;
  }

  /*  */
}

/* desktop */
@media screen and (max-width: 1366px) and (min-width: 768px) {
  /* .setseven-fbp1-thumbnail a img {
    height: 120px;
    width: 100%;
    min-width: 195px;
    max-width: 195px;
    object-fit: cover;
    border-radius: 3%;
} */
.setseven-fbp1-thumbnail a img {
  height: 120px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 3%;
}
}
@media screen and (max-width: 1080px) and (min-width: 992px) {
  .menu li a {
    color: #626262;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 5px;
}
.setssix-second-thumbnail a img {
  height: 250px;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.setseven-fbp1-thumbnail a img {
  height: 120px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 3%;
}

}
@media screen and (max-width: 1440px) and (min-width: 900px) {
  .setseven-fbp1-thumbnail a img {
    height: 120px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 3%;
}
/*   .setseven-fbp1-thumbnail a img {
    height: 120px;
    width: 100%;
    min-width: 232px;
    max-width: 232px;
    object-fit: cover;
    border-radius: 3%;
} */
}

@media screen and (max-width: 1280px) and (min-width: 720px) {
}

@media screen and (max-width: 1280px) and (min-width: 1020px) {
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .setssix-second-thumbnail a img {
    height: 250px;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
  }
  .setseven-fbp1-thumbnail a img {
    height: 120px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 3%;
}
.menu li a {
  color: #626262;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  margin-left: 17px;
  margin-right: 1px;
}
}


.tag-list-thumb img {
    height: 30px !important;
    width: 30px !important;
    border-radius: 50% !important;
        overflow: hidden;
    border: 2px solid #fff;
}
.tag-listblock-f{
    list-style: none !important;
}
.tag-listblock-f {
    display: flex !important;
    column-gap: 12px;
    align-items: center;
    font-weight: 600;
        border-radius: 50px;
    background: #0e4b9e;
    color: #ffff;
    padding: .2rem 1rem .2rem .2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.tag-list-title a {
    text-decoration: none;
    /*color: rgba(0, 0, 0, 0.8);*/
     color: #fff !important;
    font-size: 14px;
}

.all-tags-list {
    /*display: flex !important;*/
        display: -webkit-inline-box;
    column-gap: 12px;
        margin-top: 12px;
}
#poll-form{
	    margin-bottom: 20px !important;
}



.btitles {
    position: relative;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #0e4b9e;
    padding: 0 2rem;
    min-width: 10rem;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
}

.blocktitlesam a h2::before {

}

.blocktitlesam a h2::after {

}

.blocktitlesam a{
      text-decoration: none;
}
.blocktitles a {
    text-decoration: none;
    padding-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 1rem;
}


.taglist-block .widget{
    margin: 0 !important;
}

.textwidget ul{
       margin: 0 !important; 
}
