@import url("https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");

:root {
  --gutter-space: 25px;
  --common-space: 25px;
  --space-40: 25px;
}

.flx {
  display: flex;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.full-width {
  width: 100%;
}

.auto-width {
  width: auto;
}

* {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  font-size: 16px;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Mukta", sans-serif;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.ok-container {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
}

@media all and (min-width: 1085px) and (max-width: 1280px) {
  .ok-container {
    padding: 0 20px;
  }
}

.ok-top-push-adv {
  display: none;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 28px 0;
  text-align: center;
}

.ok-top-push-adv img {
  vertical-align: top;
}

.site-header {
  padding: 15px 0;
}

.site-header.mobile-site-header {
  display: none;
}

.site-header .ok-container {
  align-items: center;
}

.ok-logo-wrap {
  text-align: left;
  padding-right: 24px;
}

.ok-logo-wrap a > img {
  max-width: 268px;
  vertical-align: top;
}

.ok-logo-wrap .ok-logo-date-note {
  font-weight: 700;
  font-size: 14px;
  opacity: 0.68;
  line-height: 1;
}

.ok-nav {
  background-color: #2260bf;
  color: white;
  position: relative;
  padding: 5px 0;
}

.ok-nav .ok-container {
  position: relative;
}
.ok-nav .ok-container > .ok-current-time {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.88);
  color: white;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
}
.ok-nav.sticky-nav .ok-container > .ok-current-time {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 5px);
  left: 0;
}

.ok-nav .ok-container > .ok-current-time {
  font-size: 11px;
  padding: 0 5px;
}

.ok-nav ul {
  display: flex;
}

.ok-nav ul li a {
  font-family: "Khand", sans-serif;
  font-weight: 600;
  color: white;
  display: block;
  padding: 2px 15px 1px;
  font-size: 21px;
  transition: all 0.3s ease;
  text-decoration: none;
}


.ok-nav ul li a.is-new {
  position: relative;
}

.ok-nav ul li:first-child a {
  padding-left: 0;
}

.ok-nav ul li:hover > a,
.ok-nav ul li.current-menu-item a {
  color: #70c9ff;
}

.ok-nav ul li.nav-last-child {
  margin-left: auto;
}

.tag-new {
  position: absolute;
  top: 8px;
  right: 0;
  display: inline-block;
  line-height: 15px;
  padding: 0 5px;
  font-size: 12px;
  border-radius: 2px;
  color: white;
  background-color: #de2426;
}

.ok-social-brands {
  padding-top: 0;
}

.ok-social-brands > a {
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.48);
  padding-right: 14px;
}

.ok-social-brands > a:hover {
  color: #2260bf;
}

.ok-top-search {
  max-width: 500px;
  min-width: 334px;
  display: flex;
  align-items: center;
  align-self: center;
  background-color: rgba(34, 96, 191, 0.08);
  border-radius: 68px;
  padding: 5px 15px;
  margin-left: auto;
}

.ok-top-search > input {
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: 15px;
}

.ok-top-search > input:focus {
  outline: none;
}

.ok-top-search .ok-search-trigger {
  max-width: 18px;
  text-align: right;
  cursor: pointer;
}

.ok-top-search .ok-search-trigger img {
  max-width: 15px;
  vertical-align: middle;
}

.ok-user-activity {
  margin-left: auto;
  align-self: center;
  display: flex;
  align-items: center;
}

.site-header .ok-user-activity {
  display: none;
}

.ok-user-activity .ok-signup-trigger,
.ok-user-activity .ok-login-trigger {
  display: block;
  font-size: 20px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  max-width: 40px;
  border-radius: 50%;
  border: solid 1px white;
  color: #fff;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s ease;
}

.ok-user-activity .ok-user-icon:hover {
  background-color: rgba(34, 96, 191, 0.14);
  border-color: transparent;
}

.ok-user-activity .ok-push-menu-trigger {
  display: inline-block;
  width: 28px;
  cursor: pointer;
  margin-left: 18px;
}

.ok-user-activity .ok-push-menu-trigger > span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.ok-user-activity .ok-push-menu-trigger > span:last-child {
  margin-bottom: 0;
}

.ok-user-activity .ok-push-menu-trigger:hover > span:nth-child(2) {
  width: 30%;
}

.ok-user-activity .ok-push-menu-trigger:hover > span:nth-child(3) {
  width: 80%;
}

.ok-hot-topics-top {
  padding: 10px 0;
  border-bottom: solid 1px rgba(34, 96, 191, 0.14);
}
.ok-hot-topics-top .ok-container .hot-topic-tag-wrapper {
  overflow-x: auto;
  display: flex;
  margin-right: 50px;
}
.ok-hot-topics-top .ok-container .hot-topic-tag-wrapper > a {
  display: inline-block;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  padding: 6px 15px 2px 42px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  margin: 0 5px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.ok-hot-topics-top a .topic-round-thumb {
  position: absolute;
  top: 3px;
  left: 4px;
  height: 29px;
  width: 29px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #2260bf;
}

.ok-hot-topics-top a .topic-round-thumb > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ok-hot-topics-top a:hover {
  color: #2260bf;
}

.ok-hot-topics-top .ok-smart-search {
  margin-left: auto;
}

.ok-master-head-adv {
  flex: 2;
  text-align: right;
  margin-left: auto;
}

.ok-en-edtn {
  align-self: center;
  padding-left: 15px;
  padding-right: 0;
}

.ok-en-edtn a {
  padding: 6px 15px;
  border-radius: 4px;
  color: #000;
  text-decoration: none;
  display: block;
  text-align: center;
  background-color: #2260bf;
  color: white;
  transition: all 0.3s ease;
  text-transform: uppercase;
  border: solid 1px transparent;
  font-family: "Mukta", sans-serif !important;
}

.ok-en-edtn a > span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: 1;
}

.ok-en-edtn a > span:nth-child(2) {
  font-size: 12px;
  font-weight: 500;
}

.ok-en-edtn a:hover {
  background-color: rgba(34, 96, 191, 0.06);
  border: solid 1px rgba(34, 96, 191, 0.08);
  color: #2260bf;
}

.ok-icon-trending,
.ok-icon-latest {
  height: 40px;
  width: 40px;
  background-color: #2260bf0f;
  border-radius: 50%;
  text-align: center;
  padding-top: 6px;
  cursor: pointer;
  margin-left: 8px;
  transition: all 0.3s ease;
}

.ok-icon-trending svg,
.ok-icon-latest svg {
  fill: #2260bf;
  height: 24px;
  width: 24px;
  transition: all 0.3s ease;
}

.ok-icon-trending:hover,
.ok-icon-latest:hover {
  background-color: #2260bf;
}

.ok-icon-trending:hover svg,
.ok-icon-latest:hover svg {
  fill: white;
}

.ok-icon-latest {
  background-color: #fda04e1f;
}

.ok-icon-latest svg {
  fill: #fda04e;
  width: 28px;
  height: 28px;
}

.ok-icon-latest:hover {
  background-color: #fda04e;
  fill: #fff;
}

.ok-title-info {
  display: flex;
  flex-wrap: wrap;
}

.ok-title-info > div {
  margin-right: 24px;
}

.ok-news-author span {
  display: inline-block;
  vertical-align: middle;
}

.ok-news-author span:first-child {
  margin-right: 10px;
}

.ok-news-author .author-icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: solid 2px white;
  overflow: hidden;
}

.ok-news-author .author-icon > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ok-nav .ok-user-activity .ok-icon-trending svg,
.ok-nav .ok-user-activity .ok-icon-latest svg {
  fill: white;
  width: 28px;
}

.ok-nav .ok-user-activity .ok-icon-trending {
  margin-right: 15px;
}

.ok-news-post-hour > img,
.ok-news-comment > img {
  width: 18px;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}

.ok-news-post-hour > span,
.ok-news-comment > span {
  vertical-align: middle;
  display: inline-block;
  font-weight: 500;
}

.ok-news-comment > span {
  font-weight: 700;
  font-size: 18px;
  color: #2260bf;
}

.ok-section .ok-col-left {
  flex: 2;
  padding-right: 30px;
}

.ok-section .ok-col-right {
  flex: 1;
  width: 330px;
  max-width: 330px;
  min-width: 330px;
}

.ok-grid,
.ok-grid-10 {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(10, 1fr);
}

.ok-grid-auto {
  display: grid;
  grid-gap: 30px;
  grid-template-areas: "a a a a a";
  grid-auto-columns: auto;
}

.ok-grid-12 {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(12, 1fr);
}

.span-2 {
  grid-column: span 2;
}

.span-3 {
  grid-column: span 3;
}

.span-4 {
  grid-column: span 4;
}

.span-5 {
  grid-column: span 5;
}

.span-6 {
  grid-column: span 6;
}

.span-7 {
  grid-column: span 7;
}

.span-8 {
  grid-column: span 8;
}

.span-9 {
  grid-column: span 9;
}

.span-10 {
  grid-column: span 10;
}

.span-11 {
  grid-column: span 11;
}

.span-12 {
  grid-column: span 12;
}

.merge-2 {
  grid-row: span 2;
}

.merge-3 {
  grid-row: span 3;
}

.merge-4 {
  grid-row: span 4;
}
.merge-5 {
  grid-row: span 5;
}

.merge-6 {
  grid-row: span 6;
}

.ok-news-post a {
  text-decoration: none;
}

.ok-news-post a h2.ok-news-title-txt {
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  margin: 0;
  line-height: 1.4;
  font-size: 22px;
}

.ok-news-post a .ok-post-thumb {
  border-radius: 4px;
  margin-bottom: 20px;
  object-fit: cover;
}

.ok-news-post a .ok-news-post-hour {
  color: rgba(0, 0, 0, 0.48);
  margin-top: 10px;
  font-size: 14px;
}

.ok-news-post a .ok-news-post-hour i {
  margin-right: 5px;
}

.ok-news-post a:hover .ok-news-title-txt {
  color: #2260bf;
}

.ok-post-overlay {
  height: 100%;
  min-height: 424px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}

.ok-post-overlay > a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.ok-post-overlay > a:before {
  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;
}

.ok-post-overlay > a h2.ok-news-title-txt {
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: white;
  line-height: 1.2;
  text-shadow: rgba(0, 0, 0, 0.48) 0 0 14px;
  margin-bottom: 0;
}

.ok-post-overlay > a .ok-post-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}

.ok-post-overlay > a .ok-news-post-hour {
  margin-top: 10px;
  color: white;
  font-size: 14px;
}

.ok-post-overlay > a .ok-news-post-hour i {
  margin-right: 5px;
}

.ok-post-overlay > a .ok-post-content-wrap {
  position: absolute;
  width: 100%;
  padding: 30px;
  z-index: 5;
  left: 0;
  bottom: 0;
}

.ok-post-overlay > a:hover .ok-post-thumb {
  transform: scale(1.04);
}

.ok-post-overlay > a:hover h2.ok-news-title-txt {
  color: white;
}

.ok-post-overlay.ok-spot-news .ok-post-content-wrap {
  position: absolute;
  width: 100%;
  padding: 40px;
  z-index: 5;
  left: 0;
  bottom: 0;
}

.circle-arrow {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 10px;
  color: #2260bf;
  background-color: rgba(34, 96, 191, 0.08);
  display: inline-block;
  margin-left: auto;
}

.ok-el-result h3 a.circle-arrow {
  background-color: white;
}

.ok-btn {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 3px;
  background-color: #e6eef7;
  text-align: center;
  color: #2260bf;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 15px;
  line-height: 30px;
}

.ok-btn:hover {
  background-color: #2260bf;
  color: white;
}

.ok-btn:hover .circle-arrow {
  background-color: white;
  color: #2260bf;
  vertical-align: middle;
}

button.ok-btn {
  border: none;
  font-family: "Mukta", sans-serif;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
button.ok-btn .circle-arrow {
  margin-left: 10px;
  vertical-align: top;
  margin-top: 2px;
}
.ok-section {
  padding: 40px 0;
}

.ok-cat-template {
  background-color: rgba(34, 96, 191, 0.06) !important;
  background-size: 100%;
  background-position: right top;
  background-repeat: no-repeat;
}

.ok-cat-template h2 {
  font-size: 54px;
  font-weight: 600;
  color: #2260bf;
  margin: 0;
  font-family: "Mukta", sans-serif;
}

.ok-section-title {
  flex: 0 0 100%;
}

.ok-section-title h2 {
  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;
}

.ok-section-title h2 .circle-arrow {
  vertical-align: middle;
  line-height: 27px;
  transition: all 0.3s ease;
}

.ok-section-title h2 .circle-arrow i {
  transition: all 0.3s ease;
}

.ok-section-title h2 .circle-arrow:hover {
  background-color: #2260bf;
  color: white;
}

.ok-section-title h2 .circle-arrow:hover i {
  transform: rotate(360deg);
}

.ok-section-title h2 .title-cat-menu {
  display: flex;
  margin-left: auto;
}

.ok-section-title h2 .title-cat-menu li {
  flex: 1;
  padding: 0 15px;
  border-right: solid 1px rgba(0, 0, 0, 0.08);
}

.ok-section-title h2 .title-cat-menu li a {
  font-weight: 600;
  font-family: "Mukta", sans-serif;
  font-size: 18px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
  display: block;
  color: rgba(0, 0, 0, 0.68);
}

.ok-section-title h2 .title-cat-menu li a:hover {
  color: #2260bf;
}

.ok-news-tags {
  display: inline-block;
  font-size: 18px;
  color: white;
  padding: 3px 8px 1px;
  border-radius: 3px;
}

.ok-news-tags.red {
  background-color: #e11b22;
}

.ok-news-tags.blue {
  background-color: #2260bf;
}

.ok-news-tags.yellow {
  background-color: #f6e165;
  color: rgba(0, 0, 0, 0.8);
}

.ok-post-has-gallery {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #e11b22;
  color: white;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  z-index: 9;
}

.ok-post-match-highlight {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 4px 10px;
  border-radius: 4px;
  background-color: #e11b22;
  color: white;
  font-size: 11px;
  text-align: center;
  z-index: 9;
}

.ok-post-match-highlight > i {
  margin-right: 10px;
  font-size: 10px;
}

img {
  object-position: center top;
}

.ok-post-rtl .ok-news-tags {
  display: none;
}

.ok-post-rtl a {
  display: flex;
  position: relative;
}

.ok-post-rtl a .ok-post-thumb {
  border-radius: 4px;
  width: 115px;
  max-width: 115px;
  min-width: 115px;
  height: 88px;
  order: 2;
}

.ok-post-rtl a .ok-post-content-wrap {
  order: 1;
  flex: 2;
  padding-right: 20px;
}

.ok-post-rtl a .ok-post-content-wrap h2 {
  margin: 0;
  font-size: 19px;
  color: #23252d;
  line-height: 1.3;
}

.ok-post-ltr .ok-news-tags {
  display: none;
}

.ok-post-ltr a {
  display: flex;
  position: relative;
}

.ok-post-ltr a .ok-post-thumb {
  border-radius: 4px;
  max-width: 134px;
  min-width: 134px;
  height: 82px;
}

.ok-post-ltr a .ok-post-content-wrap {
  flex: 2;
  padding-left: 18px;
}

.ok-post-ltr a .ok-post-content-wrap h2 {
  margin: 0;
  font-size: 21px;
  color: #23252d;
  line-height: 1.3;
}

.ok-post-ltr a .ok-post-has-gallery {
  height: 18px;
  width: 24px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.68);
  top: 5px;
  right: auto;
  left: 5px;
  font-size: 11px;
  line-height: 18px;
}

.ok-post-ltr.no-thumb a .ok-post-content-wrap {
  padding-left: 0;
}

.owl-nav {
  position: relative;
}

.owl-prev,
.owl-next {
  display: block;
  position: absolute;
  top: -400px;
  left: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: white !important;
  box-shadow: rgba(34, 96, 191, 0.24) 0 0 24px;
  text-align: center;
  line-height: 20px;
  color: #2260bf;
  z-index: 10;
}

.owl-prev > span,
.owl-next > span {
  font-size: 35px;
  display: inline-block;
  line-height: 0.8;
}

.owl-prev.disabled,
.owl-next.disabled {
  display: none;
}

.owl-next {
  left: auto;
  right: 0;
}

.quote-img {
  margin-bottom: 15px;
}

.quote-img > img {
  max-width: 38px;
}

.ok-sidebar-card-news {
  background-color: white;
  border-radius: 4px;
  padding: 30px;
  box-shadow: rgba(34, 96, 191, 0.14) 0 0 24px;
}

.ok-sidebar-card-news .ok-section-title h2 {
  font-size: 34px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
  padding-bottom: 14px;
}

.ok-sidebar-card-news .ok-section-title h2 .circle-arrow {
  margin-left: auto;
}

.ok-sidebar-card-news .ok-news-post {
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.ok-sidebar-card-news .ok-news-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.ok-nav {
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.14) 0 0 18px;
}

.ok-nav .ok-container {
  align-items: center;
}

.ok-nav .logo-sticky a {
  display: block;
  overflow: hidden;
  width: 0px;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.ok-nav .logo-sticky a > img {
  max-width: 308px;
  height: 36px;
}

.ok-nav .ok-user-activity {
  margin-left: auto;
  /*transform: translateX(24px);*/
  /*opacity: 0;*/
  /*visibility: hidden;*/
  /*pointer-events: none;*/
  transition: all 0.3s ease;
}

.ok-nav .ok-user-activity .ok-user-icon {
  border-color: white;
  color: white;
}

.ok-nav.sticky-nav .logo-sticky a {
  border-radius: 0;
  width: 44px;
  margin-right: 10px;
}

.ok-nav.sticky-nav .ok-user-activity {
  /*transform: translateX(0);*/
  /*opacity: 1;*/
  /*visibility: visible;*/
  /*pointer-events: auto*/
}

.ok-nav .new_domain_links{
  display: inline-flex;
  align-items: center;
}

.ok-nav .new_domain_links > a{
  display: flex;
  text-decoration: none;
  line-height: 1.1;
  color: #fff;
  height: 100%;
  padding: 10px 15px;
  /*border-right: solid 1px rgba(255,255,255,.18);*/
  font-weight: 600;
  transition: all .3s ease;
  font-family: 'Khand', sans-serif;
  background-color: rgba(255,255,255, .08);
  border-radius: 4px;
  margin-left: 10px;
}

.ok-nav .new_domain_links > a:hover{
  background-color: rgba(255,255,255, .14);
}

.ok-nav .new_domain_links > a.red_bg{
  background-color: #FF6B6B;
}

.ok-nav .new_domain_links > a > img{
  vertical-align: middle;
  margin-right: 8px;
  height: 14px;
  width: auto;
}

.ok-all-btn {
  display: inline-block;
  padding: 4px;
  border-radius: 68px;
  background-color: rgba(0, 0, 0, 0.06);
  line-height: 1;
  color: rgba(0, 0, 0, 0.68);
}

.ok-all-btn > span {
  line-height: 20px;
  font-weight: 500;
  font-family: "Mukta", sans-serif;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0 5px;
}

.ok-all-btn > i {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: rgba(34, 96, 191, 0.08);
  color: #2260bf;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
}

.ok-card-post a {
  display: block;
}

.sticky-nav .ok-user-activity .ok-push-menu-trigger > span {
  background-color: white;
}

.after-topics .ok-container {
  padding: 24px 0;
  border-top: none !important;
  border-bottom: none;
  margin-bottom: 0;
}

.after-topics {
  margin-bottom: 30px;
}

.ok-sidemenu,
.ok-mob-search-pannel {
  position: fixed;
  top: 0;
  right: -450px;
  z-index: 999;
  background-color: #f4f6f8;
  color: #2260bf;
  width: 100%;
  height: 100%;
  max-width: 348px;
  box-shadow: rgba(34, 96, 191, 0.24) 0 0 48px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.ok-mob-search-pannel {
  padding: 40px 20px;
}

.ok-mob-search-pannel .ok-smart-search {
  margin-top: 20px;
}

.ok-sidemenu.reveal-ok-sidemenu,
.ok-mob-search-pannel.reveal-ok-sidemenu {
  right: 0;
}

.ok-sidemenu .ok-side-menu-items {
  height: 100%;
}

.ok-sidemenu .ok-top-search {
  min-width: auto;
  margin-bottom: 24px;
}

.ok-sidemenu .ok-collpse-sidemenu,
.oum-popup-close,
.ok-mob-search-pannel .ok-collpse-sidemenu {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 28px;
  transform: rotate(45deg);
  cursor: pointer;
}

.ok-sidemenu .ok-side-menu-items a {
  display: block;
  vertical-align: top;
  margin-top: 9px;
  font-size: 20px;
  font-family: "Khand", sans-serif;
  color: rgba(0, 0, 0, 0.68);
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  z-index: 5;
  line-height: 1;
  flex: 2;
}

.ok-sidemenu .ok-side-menu-items .ok-en-edtn > a {
  display: block;
}

.ok-sidemenu .ok-side-menu-items ul {
  height: calc(100% - 65px);
  overflow-y: auto;
}

.ok-sidemenu .ok-side-menu-items ul li {
  padding: 8px 0;
  position: relative;
  margin-bottom: 10px;
  display: flex;
}

/*.ok-sidemenu .ok-side-menu-items ul li:before {*/
/*  content: "";*/
/*  background-color: rgba(0, 0, 0, 0.04);*/
/*  height: 100%;*/
/*  width: calc(100% + 15px);*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: -15px;*/
/*  width: 0;*/
/*  transition: all 0.3s ease;*/
/*}*/

/*.ok-sidemenu .ok-side-menu-items ul li:hover:before {*/
/*  width: calc(100% + 30px);*/
/*}*/

.ok-sidemenu .ok-side-menu-items ul li:hover a {
  color: #2260bf;
}

.ok-sidemenu .ok-side-menu-items ul li > img {
  height: 35px;
  width: 35px;
  object-fit: cover;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
}

.ok-sidemenu .ok-en-edtn {
  padding-left: 0;
  margin-left: auto;
}

.ok-sidemenu .ok-en-edtn > a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}

.ok-sidemenu .ok-en-edtn > a:hover {
  color: #2260bf;
}

.ok-trending-mega-menu {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 80;
  width: 100%;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.ok-trending-mega-menu.expand-trending {
  opacity: 1;
  pointer-events: auto;
  top: 62px;
}

.ok-trending-mega-menu .ok-mega-menu-items {
  box-shadow: rgba(34, 96, 191, 0.24) 0 0 24px;
  background-color: white;
  border-radius: 8px;
}

.ok-trending-mega-menu .ok-trend-title {
  flex: 1;
  padding: 60px 40px;
  padding-right: 50px;
  margin-right: 50px;
  border-right: solid 1px rgba(0, 0, 0, 0.14);
  max-width: 350px;
  color: #2260bf;
  font-size: 28px;
  font-family: "Mukta", sans-serif;
  line-height: 1.1;
}

.ok-trending-mega-menu .ok-trend-title h2 {
  font-weight: 500;
}

.ok-trending-mega-menu .ok-tending-items {
  padding: 60px 40px 60px 40px;
  flex: 2;
  counter-reset: trend-list;
}

.ok-trending-mega-menu .ok-tending-items .ok-post-ltr {
  position: relative;
  padding-left: 44px;
  flex: 0 0 25%;
  padding-right: 28px;
}

.ok-trending-mega-menu .ok-tending-items .ok-post-ltr .ok-post-content-wrap h2 {
  font-weight: 500;
  font-size: 19px;
  opacity: 0.68;
}

.ok-trending-mega-menu
  .ok-tending-items
  .ok-post-ltr
  .ok-post-content-wrap:hover
  h2 {
  opacity: 1;
}

.ok-trending-mega-menu .ok-tending-items .ok-post-ltr:before {
  counter-increment: trend-list;
  content: counter(trend-list) ".";
  font-family: "Glegoo", sans-serif;
  color: black;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 800;
  font-size: 34px;
  color: rgba(34, 96, 191, 0.8);
  line-height: 1;
}

.ok-copyright-text {
  font-size: 11px;
  line-height: 1;
  display: block;
}

.ok-details-adv-in-left {
  text-align: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 28px;
  margin-bottom: 28px;
}

article.post {
  position: relative;
}

.ok-post-header-container {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 48;
  transition: all 0.3s ease;
}

.ok-post-header-container .ok-post-share-number h4,
.ok-post-header-container .ok-post-social-shares {
  transition: all 0.3s ease;
  overflow: hidden;
  width: 100%;
}

.ok-post-header-container.ok-stick-heading .ok-post-title-right h1.entry-title {
  font-size: 34px;
  margin-bottom: 0;
}

.ok-post-header-container.ok-stick-heading
  .ok-post-title-left
  .ok-post-share-number
  h4 {
  font-size: 48px;
}

.ok-post-header-container.ok-stick-heading
  .ok-post-title-left
  .ok-post-social-shares {
  display: none;
}

.ok-post-header-container.ok-stick-heading .ok-entry-header {
  padding-bottom: 18px;
}

.ok-interview-spot {
  background-color: #2260bf;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  flex-wrap: wrap;
  height: 598px;
}

.ok-interview-spot > div {
  flex: 0 0 50%;
}

.ok-interview-spot > div.post-img-wrap {
  position: relative;
}

.ok-interview-spot > div.post-img-wrap > img,
.ok-interview-spot > div.post-img-wrap > a > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ok-interview-spot > div.post-img-wrap .quote-img {
  position: absolute;
  left: -100px;
  bottom: 60px;
  transform: rotate(180deg);
}

.ok-interview-spot .post-title-wrap {
  align-self: center;
  padding: 40px 60px;
}

.ok-interview-spot .post-title-wrap h4 {
  font-size: 58px;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 28px 0;
}

.ok-interview-spot .post-title-wrap h4 a {
  color: white;
  line-height: 1;
  transition: all 0.3s ease;
}

.ok-interview-spot .post-title-wrap h4 a:hover {
  color: #b6d4f4;
}

.ok-interview-spot .post-title-wrap .ok-news-post-hour {
  font-size: 24px;
  font-weight: 700;
  color: #b6d4f4;
}

.icon-trending {
  text-align: center;
  padding-top: 3px;
  margin-left: auto;
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: rgba(34, 96, 191, 0.1);
}

.icon-trending svg {
  width: 22px;
  fill: #2260bf;
}

.ok-slide-trending {
  position: relative;
}
.ok-slide-trending {
}
.ok-slide-trending .ok-trending-drawer,
.ok-latest-updates-drawer {
  position: fixed;
  top: -200%;
  left: 0;
  z-index: 999;
  background-color: #f4f6f8;
  color: #2260bf;
  width: 100%;
  height: auto;
  max-width: 100%;
  box-shadow: rgba(34, 96, 191, 0.24) 0 0 48px;
  padding: 50px 60px 60px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}

.ok-slide-trending .ok-trending-drawer .ok-container > h2,
.ok-latest-updates-drawer .ok-container > h2 {
  font-family: "Khand", sans-serif;
  font-size: 48px;
  margin: 0 40px 38px;
  font-weight: 600;
  display: flex;
  width: auto;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  position: relative;
}

.ok-slide-trending .ok-trending-drawer .ok-container > h2:before,
.ok-latest-updates-drawer .ok-container > h2:before {
  content: "";
  height: 4px;
  width: 60px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #2260bf;
}

.ok-slide-trending .ok-trending-drawer ul,
.ok-latest-updates-drawer ul {
  counter-reset: trending;
  max-height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ok-slide-trending .ok-trending-drawer ul li,
.ok-latest-updates-drawer ul li {
  position: relative;
  flex: 0 0 33.33%;
  padding: 0 40px 28px;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.ok-slide-trending .ok-trending-drawer ul li:nth-child(3n),
.ok-latest-updates-drawer ul li:nth-child(3n) {
  border-right: none;
}

.ok-slide-trending .ok-trending-drawer ul li:nth-last-child(-n + 3),
.ok-latest-updates-drawer ul li:nth-last-child(-n + 3) {
  padding-bottom: 0;
}

.ok-slide-trending .ok-trending-drawer ul li .trending-counter {
  font-size: 60px;
  font-weight: 200;
  color: rgba(34, 96, 191, 0.24);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0.72;
}
.ok-slide-trending .ok-trending-drawer .ok-post-rtl a {
  padding-left: 50px;
}
.ok-slide-trending .ok-trending-drawer .ok-post-rtl a .ok-post-thumb {
  width: 90px;
  min-width: 90px;
  height: 70px;
}

.ok-slide-trending .ok-trending-drawer .ok-post-rtl a .ok-post-content-wrap h2 {
  font-size: 19px;
  font-weight: 500;
}

.ok-slide-trending .ok-trending-drawer.reveal-right-drawer,
.ok-latest-updates-drawer.reveal-right-drawer {
  top: 0;
}

.ok-latest-updates-drawer ul {
  max-height: 100%;
  overflow-y: auto;
}

.ok-latest-updates-drawer .ok-post-rtl a .ok-post-thumb {
  width: 90px;
  min-width: 90px;
  height: 70px;
}

.ok-latest-updates-drawer .ok-post-rtl a .ok-post-content-wrap h2 {
  font-size: 19px;
  font-weight: 500;
}

.ok-latest-updates-drawer.reveal-right-drawer {
  right: 0;
}

.close-drawer {
  font-size: 24px;
  font-weight: 500;
  transform: rotate(45deg);
  display: inline-block;
  cursor: pointer;
  line-height: 22px;
  width: 24px;
  text-align: center;
  margin-left: auto;
  height: 24px;
  border-radius: 50%;
  border: solid 2px #2260bf;
}

body.fade-layer {
  position: relative;
  overflow: hidden;
}

body.fade-layer:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.18);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.blur {
  filter: blur(0.8px);
}

.ok-megamenu {
  font-family: "Mukta", sans-serif;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: absolute;
  top: 80px;
  right: -30px;
  left: -30px;
  padding: 40px 0;
  border-top: solid 4px black;
  z-index: 99;
  color: rgba(0, 0, 0, 0.88);
  width: calc(100% + 60px);
  background-color: white;
  box-shadow: rgba(34, 96, 191, 0.24) 0 0 48px;
  pointer-events: none;
}

.ok-nav ul li:hover .ok-megamenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
  pointer-events: auto;
}

.left-spots {
  flex: 0 0 50%;
  padding-right: 30px;
  margin-right: 30px;
  border-right: solid 1px rgba(0, 0, 0, 0.24);
}

.left-spots > div {
  flex: 1;
  padding: 0 8px;
}

.left-spots .ok-post-overlay {
  min-height: 288px;
  border-radius: 0;
}

.left-spots .ok-post-overlay > a h2.ok-news-title-txt {
  font-size: 16px;
}

.left-spots .ok-post-overlay a .ok-post-content-wrap {
  padding: 20px 20px 12px;
}

.left-spots .ok-news-post a .ok-post-thumb {
  border-radius: 0;
}

.left-spots .ok-news-tags {
  font-size: 12px;
  margin-bottom: 10px;
}

.right-spot {
  flex: 2;
  width: 100%;
}

.right-spot > div {
  flex: 0 0 50%;
  padding-right: 24px;
}

.right-spot .cat-label {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
}

.right-spot .cat-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  height: 18px;
  width: 18px;
  background-color: #55acee;
  border-radius: 50%;
}

.right-spot ul {
  display: block;
  padding-left: 40px;
}

.right-spot ul li a {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 0;
  line-height: 1.3;
  text-decoration: underline;
}

.all-cats {
  background-color: #161a25;
  color: white;
}

.all-cats .left-spots {
  flex: 0 0 100%;
}

.all-cats .ok-news-post {
  padding: 0 8px;
}

.all-cats .ok-news-post a {
  padding: 0;
}
.all-cats .ok-news-post h2 {
  font-size: 18px;
  line-height: 1.3;
  margin: 10px 0 0;
}

.ok-bises {
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
}

.ok-bises-tag {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 550;
  color: white;
  background-color: #e11b22;
  padding: 2px 14px 0;
  border-radius: 4px;
  font-size: 18px;
}

a.context {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block !important;
  background: #e11b22;
  color: white !important;
  padding: 4px 14px;
  vertical-align: top;
  margin: 0;
  border-radius: 3px;
  text-decoration: none;
}

.ok-bises h2 {
  font-size: 68px;
  line-height: 1.4;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 0px;
}

.ok-bises h2 a {
  color: #102c57;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
  line-height: 1.3;
}

.ok-bises h2:hover a {
  color: #2260bf;
}

.ok-bises.ok-bises-default .ok-container {
  max-width: 90%;
}

.ok-bises .ok-title-info {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.ok-bises .ok-title-info > div {
  margin: 0 10px;
}

.ok-bises-type-2 {
  padding: 34px 0;
}

.ok-bises-type-2 .ok-bises-feauted-img {
  width: 100%;
  height: auto;
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 6px;
}

.ok-bises-type-2 .ok-bises-feauted-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.ok-bises-type-2 h2,
.ok-bises-type-2 p {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.ok-bises-type-2 p {
  font-size: 22px;
  opacity: 0.68;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 0;
}

/* BISES TYPE 7 */
.context-wrap {
  flex-wrap: wrap;
  border: solid 1px rgba(0, 0, 0, 0.14);
  padding: 20px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.02);
}
.bises-type-7 .context-post-main {
  margin-bottom: 25px;
  text-align: center;
}
.bises-type-7 .context-post-main .ok-bises-tag {
  margin-top: 20px;
}
.bises-type-7 .context-post-main a {
  display: block;
  text-decoration: none !important;
  color: inherit;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.bises-type-7 .context-post-main h2 {
  max-width: 80%;
  margin: 0 auto;
  font-size: 68px;
  color: #102c57;
  line-height: 1.3;
  font-weight: 600;
}

.bises-type-7 .context-post-main .post-img {
  max-height: 600px;
  object-fit: cover;
  object-position: center top;
  border-radius: 6px;
  height: 100%;
  width: 100%;
}

.post-info {
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
}
.post-info > * {
  margin: 0 15px;
}
.post-info .ok-news-author .author-icon {
  height: 45px;
  width: 45px;
}

.related-contexts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.related-contexts .ok-post-ltr a .ok-post-thumb {
  width: 70px;
  min-width: 70px;
  height: 84px;
}
.related-contexts .ok-post-ltr a .ok-post-content-wrap h2 {
  font-weight: 600;
  font-size: 19px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.last-col-btn {
  grid-column: span 4;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .related-contexts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }

  .related-contexts > div {
    grid-column: span 1;
    padding-left: 0;
    padding-right: 0;
  }
  .last-col-btn {
    grid-column: span 3 !important;
  }
}

@media all and (max-width: 767px) {
  .bises-type-7 .context-post-main h2 {
    line-height: 1.2;
    letter-spacing: -0.5px;
    font-size: 40px;
    font-weight: 700;
    max-width: 100%;
  }
  .post-info > * {
    margin: 0 8px;
  }
  .post-info .ok-news-author .author-icon {
    height: 25px;
    width: 25px;
  }

  .related-contexts {
    grid-gap: 0;
  }

  .related-contexts > div {
    grid-column: span 2;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (max-width: 600px) {
  .related-contexts > div {
    grid-column: span 4;
    padding-left: 0;
    padding-right: 0;
  }
  .related-contexts {
    grid-gap: 0;
  }
}

/* BISES TYPE 7 ENDS */

.ok-section-mukhya {
  padding-top: 10px;
}

.ok-grid-mukhya-news > div {
  position: relative;
}

.ok-grid-mukhya-news .ok-spot-news {
  position: relative;
}

.ok-grid-mukhya-news .ok-spot-news .ok-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  line-height: 1;
  padding: 4px 4px 4px 15px;
}

.ok-grid-mukhya-news .ok-spot-news .ok-news-title-txt {
  text-decoration: none;
  font-size: 44px;
  color: white;
  line-height: 1.2;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  margin: 0;
}

.ok-grid-mukhya-news .ok-spot-news .ok-post-content-wrap {
  padding: 50px 50px 40px;
}

.ok-grid-mukhya-news .ok-news-post.ok-card-post,
.ok-grid-mukhya-news .ok-news-post.main-second {
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}

.ok-grid-mukhya-news .ok-news-post.ok-card-post .ok-post-thumb,
.ok-grid-mukhya-news .ok-news-post.main-second .ok-post-thumb {
  height: 388px;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  margin: 0;
}

.ok-grid-mukhya-news .ok-news-post.ok-card-post .ok-news-title-txt,
.ok-grid-mukhya-news .ok-news-post.main-second .ok-news-title-txt {
  padding: 30px 30px 0 30px;
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.ok-grid-mukhya-news .ok-news-post.ok-card-post a .ok-news-post-hour,
.ok-grid-mukhya-news .ok-news-post.main-second a .ok-news-post-hour {
  padding: 0 30px;
  color: rgba(0, 0, 0, 0.68);
}

.ok-grid-mukhya-news .ok-news-post a .ok-post-thumb {
  width: 100%;
  height: 100px;
}

.ok-grid-mukhya-news .ok-news-post.ok-spot-news a .ok-post-thumb {
  width: 100%;
  height: 100%;
}

.ok-grid-mukhya-news .ok-news-post.ok-post-ltr a .ok-post-thumb {
  width: 134px;
  max-width: 134px;
  min-width: 134px;
  margin-bottom: 0;
}

.ok-grid-mukhya-news .ok-btn {
  display: block;
}

.ok-head-right-items {
  margin-left: auto;
}

.ok-btn-quick {
  vertical-align: middle;
  line-height: 44px;
  padding: 0 15px 0 8px;
  border-radius: 2px;
  background-color: rgba(34, 96, 191, 0.1);
  color: #2260bf;
  display: block;
  text-align: center;
  font-size: 15px;
  font-family: "Mukta", sans-serif;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
}

.ok-btn-quick svg {
  width: 28px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

.ok-btn-quick.update-24 {
  color: white;
  background-color: #fda04e;
}

.ok-btn-quick.update-24 svg {
  fill: white;
}

.ok-btn-quick.update-24:hover {
  background-color: rgba(253, 160, 78, 0.14);
  color: #fda04e;
}

.ok-btn-quick.update-24:hover svg {
  fill: #fda04e;
}

.ok-samachar-section .ok-post-overlay > a h2.ok-news-title-txt {
  margin-top: 10px;
  font-family: "Khand", sans-serif;
  font-size: 30px;
}

.ok-samachar-section
  .ok-news-post.ok-post-ltr
  .ok-post-content-wrap
  .ok-news-tags.red {
  background-color: transparent;
  padding: 0;
  line-height: 1;
  color: #e11b22;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 11px;
}

.ok-section-pradesh-samachar {
  position: relative;
  padding: 50px 0 40px;
}

.ok-section-pradesh-samachar #pradesh-carousel:after {
  content: "";
  height: 100%;
  width: 340px;
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(244, 246, 248, 0.14),
    rgba(244, 246, 248, 0.48),
    rgba(244, 246, 248, 0.68),
    rgba(244, 246, 248, 0.94),
    #f4f6f8,
    #f4f6f8
  );
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.ok-section-pradesh-samachar .ok-post-overlay {
  border-radius: 0;
  position: relative;
  min-height: 300px;
}

.ok-section-pradesh-samachar .ok-post-overlay > a {
  position: static;
  text-align: center;
}

.ok-section-pradesh-samachar .ok-post-overlay .pradesh-tag {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  text-align: center;
}

.ok-section-pradesh-samachar .ok-post-overlay .pradesh-tag .ok-news-tags {
  font-size: 18px;
  padding: 6px 20px;
}

.ok-section-pradesh-samachar .ok-post-ltr.no-thumb a .ok-post-content-wrap {
  padding: 20px;
}

.ok-section-pradesh-samachar .ok-post-ltr.no-thumb a .ok-post-content-wrap h2 {
  font-size: 22px;
}

.ok-section-pradesh-samachar .ok-btn-wrap {
  padding: 20px;
}

.ok-section-pradesh-samachar .ok-btn-wrap .ok-btn {
  display: block;
  font-weight: 600;
}

.ok-section-pradesh-samachar
  .ok-grid-bichitra-news
  .ok-news-post.ok-card-post
  a
  img {
  height: 400px;
  object-fit: cover;
}

.ok-section-pradesh-samachar
  .ok-grid-bichitra-news
  .ok-news-post.ok-card-post
  .ok-news-title-txt {
  font-size: 38px;
}

.ok-section-pradesh-samachar .ok-grid-bichitra-news .ok-post-ltr:last-child {
  border-bottom: none;
}

.ok-section-pradesh-samachar .ok-card-sifaris {
  position: sticky;
  top: 90px;
}

.ok-pradesh-samachar-card {
  background-color: white;
  border-radius: 4px;
}

.ok-province {
  margin-left: auto;
  align-self: center;
}

.ok-province > 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;
}

.ok-province > a:hover {
  background-color: #2260bf;
  border-color: #2260bf;
  color: white;
}

.ok-section-video {
  padding: 60px 0 40px;
  background-color: #161a25;
  color: white;
}

.ok-section-video .ok-section-title h2 {
  color: #e11b22;
}

.ok-section-video .ok-section-title h2 .circle-arrow {
  background-color: white;
  color: #e11b22;
}

.ok-section-video .ok-post-overlay > a {
  height: 400px;
  overflow: hidden;
}

.ok-section-video .ok-post-overlay > a:before {
  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)
  );
}

.ok-section-video .ok-post-overlay > a .ok-post-content-wrap {
  text-align: center;
}

.ok-section-video .ok-post-overlay > a .ok-post-content-wrap h2 {
  font-size: 22px;
  color: white;
  text-shadow: none;
  font-weight: 600;
}

.ok-section-video .ok-post-overlay > a .ok-news-tags {
  margin-bottom: 15px;
}

.ok-section-video #video-carousel:after {
  content: "";
  height: 100%;
  width: 340px;
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(22, 26, 37, 0.14),
    rgba(22, 26, 37, 0.48),
    rgba(22, 26, 37, 0.68),
    rgba(22, 26, 37, 0.84),
    #161a25,
    #161a25
  );
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.ok-section-video .owl-carousel .owl-nav button.owl-prev,
.ok-section-video .owl-carousel .owl-nav button.owl-next {
  color: #e11b22;
  top: -264px;
}

.video-duration {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  color: white;
  opacity: 0.68;
}

.video-duration i {
  font-size: 14px;
  margin-right: 5px;
}

.video-is-live {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 20px;
  border-radius: 68px;
  padding: 0 10px;
  font-weight: 700;
  font-size: 12px;
  color: #e11b22;
  background-color: white;
  text-transform: uppercase;
  z-index: 9;
}

.ok-section-suchana-prabidhi .ok-post-overlay > a {
  height: 450px;
}

.ok-section-suchana-prabidhi .ok-post-overlay > a .ok-news-tags {
  margin-bottom: 15px;
}

.ok-section-suchana-prabidhi #suchana-prabidhi:after {
  content: "";
  height: 100%;
  width: 340px;
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(244, 246, 248, 0.14),
    rgba(244, 246, 248, 0.48),
    rgba(244, 246, 248, 0.68),
    rgba(244, 246, 248, 0.94),
    #fff,
    #fff
  );
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.ok-section-suchana-prabidhi .owl-carousel .owl-nav button.owl-prev,
.ok-section-suchana-prabidhi .owl-carousel .owl-nav button.owl-next {
  color: #2260bf;
  top: -288px;
}

.ok-antarwarta-section .ok-interview-spot {
  background-color: #2260bf;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  flex-wrap: wrap;
  height: 468px;
}

.ok-antarwarta-section .home-in-between-interview {
  grid-column: span 12;
}

.ok-interview-spot .ok-title-info {
  display: block;
}
.ok-antarwarta-section .ok-interview-spot > div {
  flex: 0 0 50%;
}

.ok-antarwarta-section .ok-interview-spot > div.post-img-wrap {
  position: relative;
}

.ok-antarwarta-section .ok-interview-spot > div.post-img-wrap > img,
.ok-antarwarta-section .ok-interview-spot > div.post-img-wrap > a > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ok-antarwarta-section .ok-interview-spot > div.post-img-wrap .quote-img {
  position: absolute;
  left: -1px;
  bottom: -15px;
  transform: rotate(180deg);
  height: 80px;
  width: 80px;
  background: #1b4d99;
  text-align: center;
  line-height: 40px;
}

.ok-antarwarta-section .ok-interview-spot > div.post-img-wrap .quote-img > img {
  vertical-align: top;
  display: inline-block;
  margin-top: 16px;
}

.ok-antarwarta-section .post-title-wrap {
  align-self: center;
  padding: 40px 60px;
}

.ok-antarwarta-section .post-title-wrap h4 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 28px 0;
}

.ok-antarwarta-section .post-title-wrap h4 a {
  color: white;
  line-height: 1;
  transition: all 0.3s ease;
}

.ok-antarwarta-section .post-title-wrap h4 a:hover {
  color: #b6d4f4;
}

.ok-antarwarta-section .post-title-wrap .ok-news-post-hour {
  font-size: 20px;
  font-weight: 700;
  color: #b6d4f4;
}

.ok-antarwarta-section .ok-post-overlay {
  min-height: 284px;
}

.ok-section-business {
  padding: 50px 0 40px;
}

.ok-section-business .ok-spot-news {
  min-height: 448px;
}

.ok-section-business .ok-spot-news .ok-news-title-txt {
  text-decoration: none;
  font-size: 38px;
  color: white;
  line-height: 1.2;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  margin: 0;
  font-family: "Khand", sans-serif;
}

.ok-section-business .ok-spot-news .ok-post-content-wrap {
  padding: 50px 50px 40px;
  max-width: 58%;
}

.ok-section-business .ok-spot-news .ok-news-tags {
  margin-bottom: 15px;
}

.ok-section-business .ok-interview-spot {
  flex-direction: row-reverse;
  height: 440px;
  margin-bottom: 38px;
}

.ok-section-business .ok-interview-spot .post-title-wrap h4 {
  font-size: 34px;
}
.ok-section-business .ok-interview-spot .post-title-wrap {
  padding: 60px;
}
.ok-section-business .ok-interview-spot .post-title-wrap p {
  font-size: 18px;
  color: white;
}

.ok-section-business .ok-news-post.ok-post-ltr {
  margin-bottom: 20px;
}

.ok-section-business
  .ok-news-post.ok-post-ltr
  .ok-post-content-wrap
  .ok-news-tags.red {
  background-color: transparent;
  padding: 0;
  line-height: 1;
  color: #e11b22;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 11px;
}

.ok-section-business .ok-post-overlay {
  min-height: 448px;
}

.ok-section-business .ok-post-overlay .ok-news-tags {
  margin-bottom: 15px;
}

.ok-section-manoranjan {
  padding: 60px 0;
  background-image: linear-gradient(
    to bottom right,
    #342640,
    #3b2f4c,
    #393151,
    #323c67
  );
}

.ok-section-manoranjan .ok-section-title h2 {
  color: white;
}

.ok-section-manoranjan .ok-section-title h2 .title-cat-menu li {
  border-right-color: rgba(255, 255, 255, 0.18);
}

.ok-section-manoranjan .ok-section-title h2 .title-cat-menu li a {
  color: white;
}

.ok-section-manoranjan .ok-section-title h2 .circle-arrow {
  background-color: white;
  color: #342640;
}

.ok-section-manoranjan .ok-post-overlay {
  min-height: 280px;
}

.ok-section-manoranjan .ok-post-overlay.ok-spot-news {
  overflow: hidden;
  min-height: 400px;
}

.ok-section-manoranjan .ok-post-overlay.ok-spot-news > a:before {
  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)
  );
}

.ok-section-manoranjan .ok-post-overlay.ok-spot-news > a .ok-post-content-wrap {
  text-align: center;
}

.ok-section-manoranjan
  .ok-post-overlay.ok-spot-news
  > a
  .ok-post-content-wrap
  h2 {
  font-size: 40px;
  color: white;
  text-shadow: none;
}

.ok-section-manoranjan .ok-post-overlay.ok-spot-news > a .ok-news-tags {
  margin-bottom: 15px;
}

.ok-section-manoranjan .ok-post-overlay.entertain-second-post > a:before {
  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)
  );
}

.ok-section-manoranjan
  .ok-post-overlay.entertain-second-post
  > a
  .ok-post-content-wrap {
  text-align: center;
}

.ok-section-manoranjan
  .ok-post-overlay.entertain-second-post
  > a
  .ok-post-content-wrap
  h2 {
  font-size: 34px;
  color: white;
  text-shadow: none;
}

.ok-section-manoranjan
  .ok-post-overlay.entertain-second-post
  > a
  .ok-news-tags {
  margin-bottom: 15px;
}

.ok-section-manoranjan .ok-post-overlay .ok-news-tags {
  margin-bottom: 15px;
}

.ok-section-jiwan-saili {
  padding: 40px 0;
}

.ok-section-jiwan-saili .ok-post-overlay > a {
  height: 450px;
}

/*.ok-section-jiwan-saili .ok-post-overlay>a:before {*/
/*background-image: linear-gradient(to top, rgba(117, 132, 70, 0.99), rgba(117, 132, 70, 0.88), rgba(117, 132, 70, 0.68), transparent, transparent, transparent)*/
/*}*/

.ok-section-jiwan-saili .ok-post-overlay > a .ok-news-tags {
  margin-bottom: 15px;
}

.ok-section-jiwan-saili #jiwan-saili-carousel:after {
  content: "";
  height: 100%;
  width: 340px;
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.14),
    rgba(255, 255, 255, 0.48),
    rgba(255, 255, 255, 0.68),
    rgba(255, 255, 255, 0.94),
    #fff,
    #fff
  );
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.ok-section-jiwan-saili .owl-carousel .owl-nav button.owl-prev,
.ok-section-jiwan-saili .owl-carousel .owl-nav button.owl-next {
  color: #758446;
  top: -254px;
}

.ok-section-khelkud {
  padding: 50px 0;
  background-color: #161922;
  background-image: url(../img/khelkud-section-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  color: white;
}

.ok-section-khelkud .ok-section-title h2 {
  color: #e5a72e;
}

.ok-section-khelkud .ok-interview-spot {
  flex-direction: row-reverse;
  height: 440px;
  margin-bottom: 38px;
}

.ok-section-khelkud .ok-interview-spot .post-title-wrap h4 {
  font-size: 34px;
}

.ok-section-khelkud .ok-interview-spot .post-title-wrap p {
  font-size: 18px;
  color: white;
}

.ok-section-khelkud .ok-post-ltr a .ok-post-content-wrap h2 {
  color: white;
}
.ok-section-khelkud .ok-post-ltr a .ok-post-content-wrap h2:hover,
.ok-section-khelkud .ok-post-overlay > a h2.ok-news-title-txt:hover {
  color: #e5a72e;
}

.ok-section-khelkud .ok-post-overlay > a .ok-post-content-wrap {
  padding: 30px 50px 40px;
}
.ok-section-khelkud .ok-post-overlay > a h2.ok-news-title-txt {
  font-size: 32px;
}
.ok-section-khelkud .ok-post-ltr a .ok-post-thumb {
  min-width: 110px;
  max-width: 110px;
  margin-bottom: 0;
}

.ok-grid-khelkud-news .ok-spot-news .ok-news-title-txt {
  text-decoration: none;
  font-size: 38px;
  color: white;
  line-height: 1.2;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  margin: 0;
}

.ok-grid-khelkud-news .ok-spot-news .ok-post-content-wrap {
  padding: 50px;
}

.ok-grid-khelkud-news .ok-post-overlay {
  min-height: 288px;
}

.ok-grid-khelkud-news .ok-news-post.ok-card-post {
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
}

.ok-grid-khelkud-news .ok-news-post.ok-card-post .ok-post-thumb {
  height: 408px;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
  margin: 0;
}

.ok-grid-khelkud-news .ok-news-post.ok-card-post .ok-news-title-txt {
  padding: 30px 30px 0 30px;
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.ok-grid-khelkud-news .ok-news-post.ok-card-post a .ok-news-post-hour {
  padding: 0 30px 30px;
  color: rgba(0, 0, 0, 0.68);
}

.ok-grid-khelkud-news .ok-news-post a .ok-post-thumb {
  width: 100%;
  height: 100%;
}

.ok-grid-khelkud-news .ok-news-post.ok-spot-news a .ok-post-thumb {
  width: 100%;
  height: 100%;
}

.ok-grid-khelkud-news .ok-btn {
  display: block;
}

.ok-section-khelkud .circle-arrow {
  background-color: white;
}

.home .ok-section-khelkud {
  background-color: #728146;
  background-image: none;
}

.home .ok-section-khelkud .ok-section-title h2 {
  color: #fff;
}
.home .ok-section-khelkud .ok-sidebar-card-news .ok-news-post {
  border-color: rgba(255, 255, 255, 0.14);
}
.home .ok-section-khelkud .ok-post-overlay > a:before {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.88),
    rgba(0, 0, 0, 0.68),
    transparent,
    transparent,
    transparent
  );
}
.home .ok-section-khelkud .ok-post-overlay > a h2.ok-news-title-txt:hover,
.ok-section-khelkud .ok-post-ltr a .ok-post-content-wrap h2:hover {
  color: #f6e165;
}

.home .ok-section-khelkud .ok-news-tags {
  margin-bottom: 12px;
}

.home .ok-section-khelkud .ok-section-title h2 .title-cat-menu li a {
  color: white;
}
.home .ok-section-khelkud .ok-section-title h2 .title-cat-menu li a:hover {
  color: #f6e165;
}

/*==============================*/

.ok-section-bichitra-sansar {
  padding: 50px 0 40px;
}

.ok-section-bichitra-sansar .ok-sidebar-card-news {
  /*background-color: rgba(34, 96, 191, 0.04);*/
  box-shadow: none;
}

.ok-grid-bichitra-news .ok-spot-news a:before {
  display: none;
}

.ok-grid-bichitra-news .ok-spot-news .ok-news-title-txt {
  text-decoration: none;
  font-size: 38px;
  color: white;
  line-height: 1.2;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  margin: 0;
}

.ok-grid-bichitra-news .ok-spot-news .ok-post-content-wrap {
  padding: 30px;
  background-color: rgba(34, 96, 191, 0.94);
  bottom: 50px;
}

.ok-grid-bichitra-news .ok-post-overlay {
  min-height: 288px;
}

.ok-grid-bichitra-news .ok-news-post.ok-card-post {
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
}

.ok-grid-bichitra-news .ok-news-post.ok-card-post .ok-post-thumb {
  height: 408px;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
  margin: 0;
}

.ok-grid-bichitra-news .ok-news-post.ok-card-post .ok-news-title-txt {
  padding: 30px 0 0;
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.ok-grid-bichitra-news .ok-news-post.ok-card-post a .ok-news-post-hour {
  color: rgba(0, 0, 0, 0.68);
}

.ok-grid-bichitra-news .ok-news-post a .ok-post-thumb {
  width: 100%;
  height: 100%;
}

.ok-grid-bichitra-news .ok-news-post.ok-spot-news a .ok-post-thumb {
  width: 100%;
  height: 100%;
}

.ok-grid-bichitra-news .ok-news-post.ok-post-ltr {
  margin-bottom: 30px;
}

.ok-grid-bichitra-news .ok-news-post.ok-post-ltr:last-child {
  margin-bottom: 0;
}

.ok-grid-bichitra-news .ok-news-post.ok-post-ltr a .ok-post-thumb {
  height: 82px;
}

.ok-grid-bichitra-news .ok-btn {
  display: block;
}

.ok-section-prawas {
  padding: 50px 0;
}

.ok-section-prawas .ok-sidebar-card-news {
  height: 100%;
}

.ok-grid-prawas-news .ok-spot-news .ok-news-title-txt {
  text-decoration: none;
  font-size: 38px;
  color: white;
  line-height: 1.2;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  margin: 0;
}

.ok-grid-prawas-news .ok-spot-news .ok-post-content-wrap {
  padding: 50px;
}

.ok-grid-prawas-news .ok-post-overlay {
  min-height: 288px;
}

.ok-grid-prawas-news .ok-news-post.ok-card-post {
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
}

.ok-grid-prawas-news .ok-news-post.ok-card-post .ok-post-thumb {
  height: 408px;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
  margin: 0;
}

.ok-grid-prawas-news .ok-news-post.ok-card-post .ok-news-title-txt {
  padding: 30px 30px 0 30px;
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.ok-grid-prawas-news .ok-news-post.ok-card-post a .ok-news-post-hour {
  padding: 0 30px;
  color: rgba(0, 0, 0, 0.68);
}

.ok-grid-prawas-news .ok-news-post a .ok-post-thumb {
  width: 100%;
  height: 100%;
}

.ok-grid-prawas-news .ok-news-post.ok-spot-news a .ok-post-thumb {
  width: 100%;
  height: 100%;
}

.ok-grid-prawas-news .ok-pradesh-samachar-card {
  position: relative;
  height: 100%;
}

.ok-grid-prawas-news .ok-pradesh-samachar-card .ok-post-overlay {
  height: 280px;
  min-height: 200px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
  margin-bottom: 10px;
}

.ok-grid-prawas-news .ok-pradesh-samachar-card .pradesh-tag {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 9;
  width: 100%;
}

.ok-grid-prawas-news .ok-pradesh-samachar-card .pradesh-tag .ok-news-tags {
  display: inline-block;
  font-size: 18px;
  padding: 6px 20px;
}

.ok-grid-prawas-news .ok-pradesh-samachar-card .ok-post-ltr {
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
}

.ok-grid-prawas-news
  .ok-pradesh-samachar-card
  .ok-post-ltr.no-thumb
  a
  .ok-post-content-wrap {
  padding: 20px;
}

.ok-grid-prawas-news .ok-pradesh-samachar-card .ok-btn-wrap {
  padding: 20px;
}

.ok-grid-prawas-news .ok-btn {
  display: block;
}

.ok-section-sahitya {
  padding: 50px 0 40px;
}

.ok-section-sahitya .ok-sidebar-card-news {
  width: 100%;
  padding: 0;
  box-shadow: none;
  height: auto;
}

.ok-section-sahitya .ok-sidebar-card-news .ok-news-post a .ok-post-thumb {
  width: 100%;
  height: 148px;
}

.ok-section-sahitya .ok-sidebar-card-news .ok-news-post a .ok-news-post-hour {
  font-weight: 600;
  font-size: 16px;
}

.ok-section-sahitya .ok-all-btn {
  display: flex;
}

.sahitya-gatibidhi {
  display: flex;
  background-color: #f6f6f7;
  background-image: url("../img/inkpot.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  vertical-align: top;
  padding: 28px;
  height: 100%;
  border-radius: 4px;
  flex-wrap: wrap;
}

.sahitya-gatibidhi > a {
  text-decoration: none;
  color: #2260bf;
  flex: 0 0 100%;
}

.sahitya-gatibidhi h2 {
  margin: 0;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2;
}

.sahitya-gatibidhi .ok-news-tags {
  margin-bottom: 15px;
}

.sahitya-gatibidhi .ok-all-btn {
  background-color: white;
  margin-top: auto;
  width: auto;
  max-width: 64px;
}

.chutaunu-vayo-ki .ok-sidebar-card-news .ok-news-post a .ok-post-thumb {
  height: 100%;
}

.chutaunu-vayo-ki .ok-sidebar-card-news .ok-news-post a h2.ok-news-title-txt {
  font-size: 20px;
}

.chutaunu-vayo-ki .ok-card-post {
  min-height: 300px;
}

.ok-section-bichar {
  padding: 50px 0;
  background-color: #f7f8f8;
}

.ok-section-bichar .ok-sidebar-card-news.ok-blog-card {
  width: 100%;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.01) 0 0 14px;
  transition: all 0.3s ease;
}

.ok-section-bichar .ok-sidebar-card-news.ok-blog-card .ok-news-post {
  height: 100%;
}

.ok-section-bichar .ok-sidebar-card-news.ok-blog-card .ok-news-post h2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
}

.ok-section-bichar .ok-sidebar-card-news.ok-blog-card .ok-news-post a {
  height: 100%;
}

.ok-section-bichar
  .ok-sidebar-card-news.ok-blog-card
  .ok-news-post
  a
  .ok-post-thumb {
  width: 100%;
  height: 200px;
}

.ok-section-bichar
  .ok-sidebar-card-news.ok-blog-card
  .ok-news-post
  a
  .ok-news-title-txt {
  margin-bottom: 24px;
}

.ok-section-bichar
  .ok-sidebar-card-news.ok-blog-card
  .ok-news-post
  a
  .ok-news-post-hour {
  font-weight: 600;
  font-size: 14px;
}

.ok-section-bichar .ok-sidebar-card-news.ok-blog-card .ok-news-post .quote-img {
  display: inline-block;
  margin-bottom: 20px;
}

.ok-section-bichar
  .ok-sidebar-card-news.ok-blog-card
  .ok-news-post
  .quote-img
  img {
  max-width: 20px;
}

.ok-section-bichar
  .ok-sidebar-card-news.ok-blog-card
  .ok-news-post
  .ok-post-content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.ok-section-bichar .ok-sidebar-card-news.ok-blog-card .ok-title-info {
  width: 100%;
  margin-top: auto;
  align-items: center;
}

.ok-section-bichar
  .ok-sidebar-card-news.ok-blog-card
  .ok-title-info
  .ok-news-post-hour {
  margin: 0;
}

.ok-section-bichar
  .ok-sidebar-card-news.ok-blog-card
  .ok-title-info
  .ok-news-author {
  margin: 0;
  margin-left: auto;
}

.ok-section-bichar
  .ok-sidebar-card-news.ok-blog-card
  .ok-title-info
  .ok-news-author
  .author-icon {
  height: 48px;
  width: 48px;
  border: solid 4px rgba(34, 96, 191, 0.14);
}

.ok-section-bichar .ok-sidebar-card-news.ok-blog-card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 24px;
}

.ok-section-bichar .ok-grid-auto > div:last-child {
  max-width: 300px;
  width: 340px;
}

.ok-section-magagine {
  padding: 50px 0;
  background-color: #161a25;
  color: white;
}

.ok-section-magagine .ok-section-title h2 {
  color: #e11b22;
}

.ok-section-magagine .ok-section-title h2 .circle-arrow {
  background-color: white;
  color: #e11b22;
}

.ok-section-magagine .ok-post-overlay > a {
  height: 450px;
}

.ok-section-magagine .ok-post-overlay > a:before {
  background-image: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.99),
    rgba(255, 255, 255, 0.88),
    rgba(255, 255, 255, 0.68),
    transparent,
    transparent,
    transparent,
    rgba(0, 0, 0, 0.6)
  );
}

.ok-section-magagine .ok-post-overlay > a .ok-post-content-wrap {
  text-align: center;
}

.ok-section-magagine .ok-post-overlay > a .ok-post-content-wrap h2 {
  font-size: 26px;
  color: black;
  text-shadow: none;
}

.ok-section-magagine .ok-post-overlay > a .ok-news-tags {
  margin-bottom: 15px;
}

.ok-section-magagine #magagine-carousel:after {
  content: "";
  height: 100%;
  width: 340px;
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(22, 26, 37, 0.14),
    rgba(22, 26, 37, 0.48),
    rgba(22, 26, 37, 0.68),
    rgba(22, 26, 37, 0.84),
    #161a25,
    #161a25
  );
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.ok-section-magagine .owl-carousel .owl-nav button.owl-prev,
.ok-section-magagine .owl-carousel .owl-nav button.owl-next {
  color: #e11b22;
  top: -288px;
}

.ok-section-trending {
  padding: 60px 0;
  background-color: #f4f6f8;
}

.ok-section-trending .ok-sidebar-card-news {
  background-color: transparent;
  width: 100%;
  padding: 0;
  box-shadow: none;
}

.ok-section-trending .ok-sidebar-card-news .ok-news-post a .ok-post-thumb {
  width: 100%;
  height: 150px;
  opacity: 0.2;
  transition: all 0.3s ease;
}

.ok-section-trending .ok-sidebar-card-news .ok-news-post a .ok-news-post-hour {
  font-weight: 600;
  font-size: 16px;
}

.ok-section-trending .ok-sidebar-card-news .ok-news-post .ok-news-share {
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.48);
}

.ok-section-trending .ok-sidebar-card-news .ok-news-post .ok-news-share i {
  font-size: 11px;
  margin-right: 4px;
}

.ok-section-trending .circle-number {
  position: absolute;
  top: 40px;
  left: calc(50% - 34px);
  margin-bottom: 24px;
  height: 68px;
  width: 68px;
  border-radius: 50%;
  background-color: white;
  color: #2260bf;
  font-size: 28px;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  z-index: 9;
  transition: all 0.3s ease;
  box-shadow: rgba(34, 96, 191, 0.24) 0 0 24px;
}

.ok-section-trending .ok-grid-12 > div {
  position: relative;
}

.ok-section-trending .ok-grid-12 > div:hover .ok-news-post a .ok-post-thumb {
  opacity: 1;
}

.ok-section-trending .ok-grid-12 > div:hover .circle-number {
  opacity: 0;
}

.ok-trending-sidebar .ok-trending-items,
.ok-trending-in-details .ok-trending-items {
  position: relative;
  padding-left: 80px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.ok-trending-sidebar .ok-trending-items:last-child,
.ok-trending-in-details .ok-trending-items:last-child {
  margin-bottom: 0;
  border: none;
}

.ok-trending-sidebar .ok-trending-items .circle-number,
.ok-trending-in-details .ok-trending-items .circle-number {
  position: absolute;
  top: 0;
  left: 0;
  height: 58px;
  width: 58px;
  border-radius: 4px;
  text-align: center;
  line-height: 58px;
  font-weight: 700;
  font-size: 28px;
  transition: all 0.3s ease;
  background-color: #2260bf;
  color: white;
}

.ok-trending-sidebar .ok-trending-items .ok-news-post a h2.ok-news-title-txt,
.ok-trending-in-details
  .ok-trending-items
  .ok-news-post
  a
  h2.ok-news-title-txt {
  font-size: 19px;
}

.ok-trending-sidebar .ok-trending-items:hover .circle-number,
.ok-trending-in-details .ok-trending-items:hover .circle-number {
  background-color: rgba(34, 96, 191, 0.06);
  border: solid 1px rgba(34, 96, 191, 0.08);
  color: #2260bf;
  border: solid 1px transparent;
}

.ok-trending-in-details {
  padding-bottom: 0;
  padding-top: 20px;
}

.ok-trending-in-details .ok-trending-items {
  padding-bottom: 20px;
  margin-bottom: 0;
}

.ok-trending-in-details .ok-trending-items:last-child {
  margin-bottom: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
}

.ok-section-related {
  padding-top: 24px;
  padding-bottom: 24px;
}

.ok-section-podcast {
  padding: 50px 0;
  background: linear-gradient(to bottom right, #e5eaed, #d8d6f4, #bfd2fa);
}

.ok-section-podcast .ok-sidebar-card-news.ok-blog-card {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  border-bottom: none;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 14px;
}

.ok-section-podcast .ok-sidebar-card-news.ok-blog-card .ok-news-post {
  height: 100%;
  position: relative;
}

.ok-section-podcast .ok-sidebar-card-news.ok-blog-card .ok-news-post:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    to top,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.94),
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0.48),
    transparent,
    transparent
  );
}

.ok-section-podcast .ok-sidebar-card-news.ok-blog-card .ok-news-post a,
.ok-podcast-wave-wrap {
  position: relative;
  z-index: 6;
}

.ok-section-podcast .ok-sidebar-card-news.ok-blog-card .ok-news-post h2 {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  font-style: italic;
}

.ok-section-podcast .ok-sidebar-card-news.ok-blog-card .ok-news-post a {
  height: 100%;
}

.ok-section-podcast
  .ok-sidebar-card-news.ok-blog-card
  .ok-news-post
  a
  .ok-post-thumb {
  width: 100%;
  height: 100%;
}

.ok-section-podcast
  .ok-sidebar-card-news.ok-blog-card
  .ok-news-post
  a
  .ok-news-title-txt {
  margin-bottom: 15px;
}

.ok-section-podcast
  .ok-sidebar-card-news.ok-blog-card
  .ok-news-post
  a
  .ok-news-post-hour {
  font-weight: 600;
  font-size: 14px;
}

.ok-section-podcast
  .ok-sidebar-card-news.ok-blog-card
  .ok-news-post
  .quote-img {
  display: inline-block;
  margin-bottom: 20px;
}

.ok-section-podcast
  .ok-sidebar-card-news.ok-blog-card
  .ok-news-post
  .quote-img
  img {
  max-width: 20px;
}

.ok-section-podcast
  .ok-sidebar-card-news.ok-blog-card
  .ok-news-post
  .ok-post-content-wrap {
  padding: 15px 24px;
  width: 100%;
}

.ok-section-podcast .ok-sidebar-card-news.ok-blog-card .ok-title-info {
  width: 100%;
  margin-top: auto;
  align-items: center;
}

.ok-section-podcast
  .ok-sidebar-card-news.ok-blog-card
  .ok-title-info
  .ok-news-post-hour {
  margin: 0;
}

.ok-section-podcast
  .ok-sidebar-card-news.ok-blog-card
  .ok-title-info
  .ok-news-author {
  margin: 0;
  margin-left: auto;
}

.ok-section-podcast
  .ok-sidebar-card-news.ok-blog-card
  .ok-title-info
  .ok-news-author
  .author-icon {
  height: 34px;
  width: 34px;
  border: solid 4px rgba(34, 96, 191, 0.14);
}

.ok-section-podcast
  .ok-sidebar-card-news.ok-blog-card:hover
  .ok-pod-cast-wave:before {
  width: 100%;
}

.ok-pod-cast-wave {
  height: 26px;
  width: 148px;
  background-color: #f5d0d1;
  position: relative;
}

.ok-pod-cast-wave:before {
  content: "";
  height: 100%;
  transition: all 0.3s ease;
  width: 24%;
  background-color: #e34243;
  position: absolute;
  top: 0;
  left: 0;
}

.ok-pod-cast-wave .wave-top-layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}

.ok-pod-cast-wave .wave-top-layer img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.ok-podcast-wave-wrap {
  padding: 0;
  align-items: center;
}

.ok-podcast-wave-wrap .podcast-time {
  margin-left: auto;
}

.ok-pocast-cover {
  height: 220px;
  width: 100%;
  margin-bottom: 10px;
}

.ok-pocast-cover > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ok-section-gallery {
  padding: 50px 0;
  background-color: #161a25;
  color: white;
}

.ok-section-gallery .ok-section-title h2 {
  color: white;
}

.ok-section-gallery .ok-section-title h2 .circle-arrow {
  background-color: white;
  color: #2260bf;
}

.ok-section-gallery .ok-post-overlay {
  min-height: auto;
}

.ok-section-gallery .ok-post-overlay > a {
  height: 450px;
}

.ok-section-gallery .ok-post-overlay > a:before {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.99),
    rgba(0, 0, 0, 0.88),
    rgba(0, 0, 0, 0.68),
    rgba(0, 0, 0, 0.48),
    transparent,
    transparent,
    transparent,
    rgba(0, 0, 0, 0.6)
  );
}

.ok-section-gallery .ok-post-overlay > a .ok-post-content-wrap {
  text-align: center;
}

.ok-section-gallery .ok-post-overlay > a .ok-post-content-wrap h2 {
  font-size: 22px;
  color: white;
  text-shadow: none;
  font-weight: 800;
}

.ok-section-gallery .ok-post-overlay > a .ok-news-tags {
  margin-bottom: 15px;
}

.ok-section-gallery #magagine-carousel:after {
  content: "";
  height: 100%;
  width: 340px;
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(22, 26, 37, 0.14),
    rgba(22, 26, 37, 0.48),
    rgba(22, 26, 37, 0.68),
    rgba(22, 26, 37, 0.84),
    #161a25,
    #161a25
  );
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.ok-section-gallery .owl-carousel .owl-nav button.owl-prev,
.ok-section-gallery .owl-carousel .owl-nav button.owl-next {
  color: #2260bf;
  top: -228px;
}

.ok-single-page {
  position: relative;
}

.ok-single-page .after-topics .ok-container {
  margin-bottom: 0;
}

.ok-single-page .ok-entry-header {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
}

.ok-single-page .ok-post-title-left {
  position: sticky;
  top: 90px;
  flex: 1;
  max-width: 144px;
  padding-right: 20px;
  margin-top: 30px;
}

.ok-single-page .ok-post-title-right {
  align-self: center;
  width: 100%;
}

.ok-single-page .ok-post-title-right h1.entry-title {
  margin: 0 0 15px 0;
  font-family: "Mukta", sans-serif;
  font-size: 65px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.ok-single-page .ok-hot-topics-top {
  text-align: center;
  padding: 10px;
}

.ok-single-page .ok-hot-topics-top h5 {
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-size: 24px;
  text-align: center;
  color: rgba(34, 96, 191, 0.68);
}

.ok-single-page .ok-hot-topics-top a {
  margin-bottom: 15px;
}

.ok-post-share-number {
  font-family: "Mukta", sans-serif;
  text-align: center;
}

.ok-post-share-number h4 {
  font-size: 68px;
  color: rgba(0, 0, 0, 0.48);
  margin: 0;
  font-weight: 600;
  line-height: 1;
}

.ok-post-share-number span {
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.68);
  display: block;
}

.ok-post-social-shares {
  text-align: center;
  margin-top: 24px;
}

.ssi-wrap {
  display: block;
  height: 35px;
  width: 35px;
  margin: 0 auto 10px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 35px;
}

.ssi-wrap img {
  vertical-align: middle;
}

.ssi-wrap.fb {
  background-color: #4267b2;
}

.ssi-wrap.tw {
  background-color: #55acee;
}

.ssi-wrap.msn {
  background-color: #448aff;
}

.ok-page-details {
  padding: 40px 0;
}

.ok-page-details .entry-content {
  flex: 2;
  padding-right: 30px;
  max-width: 812px;
}

.ok-page-details .ok-grid-khelkud-news .ok-spot-news .ok-news-title-txt {
  text-decoration: none;
  font-size: 38px;
  color: white;
  line-height: 1.2;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  margin: 0;
}

.ok-page-details .ok-grid-khelkud-news .ok-spot-news .ok-post-content-wrap {
  padding: 50px;
}

.ok-page-details .ok-grid-khelkud-news .ok-post-overlay {
  min-height: 288px;
}

.ok-page-details .ok-grid-khelkud-news .ok-news-post.ok-card-post {
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
}

.ok-page-details
  .ok-grid-khelkud-news
  .ok-news-post.ok-card-post
  .ok-post-thumb {
  height: 408px;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
  margin: 0;
}

.ok-page-details
  .ok-grid-khelkud-news
  .ok-news-post.ok-card-post
  .ok-news-title-txt {
  padding: 30px 30px 0 30px;
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.ok-page-details
  .ok-grid-khelkud-news
  .ok-news-post.ok-card-post
  a
  .ok-news-post-hour {
  padding: 0 30px;
  color: rgba(0, 0, 0, 0.68);
}

.ok-page-details .ok-grid-khelkud-news .ok-news-post a .ok-post-thumb {
  width: 100%;
  height: 100%;
}

.ok-page-details
  .ok-grid-khelkud-news
  .ok-news-post.ok-spot-news
  a
  .ok-post-thumb {
  width: 100%;
  height: 100%;
}

.ok-page-details .ok-grid-khelkud-news .ok-btn {
  display: block;
}

.entry-content p {
  font-size: 22px;
  margin: 0 0 28px;
  font-weight: 400;
  line-height: 1.8;
}

.entry-content p img.size-full {
  border-radius: 4px;
  width: 100%;
  max-width: 100% !important;
  height: auto;
  margin-bottom: 0;
}

.entry-content p img.alignleft,
.entry-content p img.alignright {
  float: left;
  margin: 0 28px 24px 0;
  max-width: 100% !important;
}

.entry-content p img.alignright {
  float: right;
  margin: 0 0 24px 28px;
  max-width: 100% !important;
}

.entry-content p a {
  font-weight: 700;
  color: #2260bf;
}

.entry-content figure img {
  border-radius: 4px;
  width: 100%;
  height: auto;
}

.entry-content figure.alignleft,
.entry-content figure.alignright {
  float: left;
  margin: 0 28px 24px 0;
  padding: 24px;
  background-color: white;
  box-shadow: rgba(34, 96, 191, 0.14) 0 0 24px;
  border-radius: 8px;
}

.entry-content figure.alignright {
  float: right;
  margin: 0 0 24px 28px;
}

.entry-content .wp-caption-text {
  margin-top: 15px;
}

.entry-content figure,
.entry-content iframe {
  margin: 0 0 24px;
  border-radius: 4px;
  overflow: hidden;
}

.entry-content iframe {
  min-height: 500px;
  width: 100% !important;
}

.entry-content figcaption {
  text-align: center;
  font-size: 14px;
  opacity: 0.48;
  margin-bottom: 0;
  margin-top: 15px;
}

.entry-content .post-thumbnail {
  margin-bottom: 28px;
}

.entry-content .post-thumbnail img {
  height: auto;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  width: 100%;
}

.single-inbetween-stories {
  display: flex;
  border-top: solid 1px rgba(0, 0, 0, 0.14);
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
  padding: 40px 0 20px;
  margin-bottom: 28px;
  justify-content: space-around;
  position: relative;
}

.single-inbetween-stories:before {
  content: "Advertisement";
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: rgba(0, 0, 0, 0.58);
  position: absolute;
  top: 14px;
}

.ok-post-emoji {
  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;
}

.ok-post-emoji h4 {
  font-size: 25px;
  margin: 0 0 15px 0;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  color: #2260bf;
}

.ok-post-emoji .flx {
  width: 100%;
}

.ok-post-emoji .flx > div {
  flex: auto;
  padding: 0;
}

.ok-emoji-wrap {
  text-align: center;
  position: relative;
  cursor: pointer;
  border-radius: 14px;
  padding: 24px 28px 10px;
  transition: all 0.3s ease;
}

.ok-emoji-wrap > span {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 5px;
  position: relative;
  top: 0;
  left: 0;
  top: -27px;
  background: #2260bf;
  color: white;
  padding: 0 10px;
  line-height: 20px;
  border-radius: 48px;
  transition: all 0.3s ease;
}

.ok-emoji-wrap img {
  max-width: 44px;
  vertical-align: top;
  transition: all 0.8s ease;
  transform-style: preserve-3d;
  position: relative;
  margin-bottom: 5px;
  margin-top: -22px;
}

.ok-emoji-wrap p {
  font-weight: 600;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  margin: 0;
  opacity: 0.68;
}

.ok-emoji-wrap:hover {
  transform: translateY(-5px);
}
.ok-emoji-wrap:hover > span {
  top: -22px;
}

.ok-emoji-wrap:hover > img {
  transform: rotateY(180deg);
}

.ok-post-emoji .flx > div:last-child .ok-emoji-wrap p {
  color: #e11b22;
}

.ok-post-tags {
  padding-bottom: 24px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
  margin-bottom: 24px;
  align-items: center;
}

.ok-post-tags > .ok-tag-btn > a {
  display: inline-block;
  line-height: 28px;
  padding: 0 20px;
  text-decoration: none;
  color: #2260bf;
  border-radius: 68px;
  font-size: 13px;
  background-color: rgba(34, 96, 191, 0.08);
}

.ok-post-tags .ok-post-social-shares {
  margin-left: auto;
  margin-top: 0;
}

.ok-comments-wrapper {
  margin-top: 40px;
}

.ok-comments-wrapper h3 {
  margin: 0 0 30px;
  line-height: 1;
  font-size: 45px;
  font-weight: 600;
  font-family: "Mukta", sans-serif;
  color: #2260bf;
  display: flex;
  align-items: center;
}

.ok-comments-wrapper p {
  font-size: 14px;
}

.ok-comments-wrapper p a {
  font-weight: 600;
  color: #2260bf;
}

.ok-comment-form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.ok-comment-form > div {
  flex: 0 0 50%;
  padding: 0 10px;
  padding-bottom: 20px;
}

.ok-comment-form > div.full-width {
  flex: 0 0 100%;
}

.ok-comment-form > div input[type="text"],
.ok-comment-form > div textarea {
  font-size: 16px;
  width: 100%;
  line-height: 48px;
  padding: 0 15px;
  border: solid 1px rgba(34, 96, 191, 0.24);
  font-weight: 600;
  color: #2260bf;
  font-family: "Mukta", sans-serif;
  transition: all 0.3s ease;
}

.ok-comment-form > div input[type="text"]:focus,
.ok-comment-form > div textarea:focus {
  background-color: rgba(34, 96, 191, 0.04);
  outline: none;
  box-shadow: none;
}

.ok-comment-form > div textarea {
  line-height: 1.4;
  padding: 15px;
  height: 148px;
  resize: none;
}

.ok-section-related .ok-post-thumb {
  height: 160px;
  width: 100%;
}

.ok-section-related .ok-news-post a h2.ok-news-title-txt {
  font-size: 19px;
  font-weight: 600;
}

.ok18-quote2,
.ok18-quote1,
.ok18-quote3 {
  border-radius: 8px;
  text-align: left;
  padding: 0 40px 0 100px;
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 28px;
  position: relative;
  color: rgba(0, 0, 0, 0.68);
}

.ok18-quote2 p,
.ok18-quote1 p,
.ok18-quote3 p {
  margin-bottom: 0;
}

.ok18-quote2:before,
.ok18-quote1:before,
.ok18-quote3:before {
  content: "";
  background-image: url("../img/quote-white.png");
  background-size: 100%;
  position: absolute;
  left: 30px;
  top: 46px;
  height: 40px;
  width: 40px;
}

.ok18-quote1 {
  float: left;
  max-width: 300px;
  padding: 80px 30px 30px 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 40px 24px 0;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.ok18-quote3 {
  float: right;
  max-width: 300px;
  padding: 80px 0 30px 40px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 24px 40px;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

.ok18-quote1:before,
.ok18-quote3:before {
  top: 24px;
}

.ok18-quote1:before {
  left: 0;
}

.ok18-quote3:before {
  left: 40px;
}

.ok18-quote2 {
  clear: both;
  padding: 40px 40px 40px 80px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.ok18-quote2:before {
  left: 0;
  top: 50px;
}

blockquote {
  background-color: #f7f7f7;
  border-radius: 4px;
  text-align: center;
  padding: 40px;
  font-weight: 300;
  font-size: 24px;
  margin: 0 0 28px 0;
  position: relative;
}

blockquote p {
  margin-bottom: 0 !important;
}

.highlights_wrap {
  background-color: rgba(34, 96, 191, 0.02);
  border: solid 1px rgba(34, 96, 191, 0.08);
  text-align: left;
  padding: 20px;
  margin-bottom: 28px;
}

.highlights_wrap p {
  margin-bottom: 15px;
  font-size: 20px;
}

.ok-card-sifaris,
.ok-card-most-commented {
  margin-bottom: 28px;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.ok-card-sifaris .ok-post-ltr a .ok-post-thumb,
.ok-card-most-commented .ok-post-ltr a .ok-post-thumb {
  width: 90px;
  max-width: 90px;
  min-width: 90px;
  height: 68px;
}

.ok-card-most-commented {
  box-shadow: none;
}

.ok-section-bichitra-sansar .ok-sidebar-card-news {
  background-color: transparent;
}

.ok-commented-box {
  max-width: 64px;
  min-width: 64px;
  height: 48px;
  align-self: flex-start;
  border-radius: 3px;
  background-color: #2260bf;
  padding: 12px 15px 8px;
  text-align: center;
  font-weight: 800;
  font-family: "Khand", sans-serif;
  font-size: 18px;
  color: white;
  box-shadow: rgba(34, 96, 191, 0.14) 0 0 28px;
  position: relative;
}

.ok-commented-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  border-style: solid;
  border-color: transparent transparent transparent #2260bf;
  border-width: 24px;
}

.ok-cat-single-main {
  padding-top: 40px;
}

.ok-cat-single-main .ok-interview-spot .ok-post-content-wrap {
  align-self: center;
  padding: 60px;
  position: relative;
}

.ok-cat-single-main .ok-interview-spot .ok-post-content-wrap h2 {
  font-size: 48px;
  color: white;
  line-height: 1.1;
}

.ok-cat-single-main
  .ok-interview-spot
  .ok-post-content-wrap
  .ok-news-post-hour {
  color: rgba(255, 255, 255, 0.68);
}

.ok-popular-posts {
  background-color: #f7f8f8;
}

.ok-popular-posts .ok-news-post a .ok-post-thumb {
  height: 200px;
  width: 100%;
  border-radius: 4px;
}

.ok-popular-posts .ok-news-post a h2.ok-news-title-txt {
  font-size: 20px;
}

.ok-dont-miss .ok-news-post a .ok-post-thumb {
  height: 224px;
}

.single-post .ok-card-most-commented {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}

.ok-site-footer {
  padding: 60px 0;
  background: rgba(34, 96, 191, 0.04);
  border-top: solid 1px rgba(34, 96, 191, 0.08);
}

.ok-site-footer .flx > div {
  min-width: 20%;
}

.ok-site-footer .flx > div h4 {
  font-size: 22px;
  margin: 0 0 20px 0;
  line-height: 1;
  font-family: "Khand", sans-serif;
  font-weight: 600;
  color: #2260bf;
}

.ok-site-footer .flx > div ul li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.48);
  transition: all 0.3s ease;
}

.ok-site-footer .flx > div ul li:hover a {
  color: #2260bf;
}

.ok-footer-info {
  padding: 40px;
  background: rgba(34, 96, 191, 0.14);
  text-align: left;
}

.ok-footer-info .ok-logo-wrap {
  height: 100%;
  text-align: left;
  margin-right: 25px;
  padding-right: 25px;
  border-right: solid 1px rgba(0, 0, 0, 0.14);
}

.ok-footer-info .ok-logo-wrap img {
  max-width: 240px;
}

.ok-footer-info .ok-footer-editor-info {
  margin-right: 25px;
  padding-right: 25px;
  border-right: solid 1px rgba(0, 0, 0, 0.14);
}

.ok-footer-info .ok-footer-editor-info:last-child {
  border: none;
  margin-right: 0;
}

.ok-footer-info .ok-footer-editor-info h5 {
  font-family: "Mukta", sans-serif;
  margin: 0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.48);
}

.ok-footer-info .ok-footer-editor-info h5 > span {
  font-size: 12px;
  display: block;
  line-height: 1;
  font-family: "Mukta", sans-serif;
}

.ok-footer-info .ok-footer-editor-info.ok-contact-info h5 span {
  font-size: 14px;
  margin-bottom: 10px;
}

.ok-copyright {
  background-color: #2260bf;
  color: white;
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
}

.ok-samachar-spot-news {
  background-color: #f4f6f8;
}
.ok-samachar-spot-news .post-title-wrap {
  align-self: center;
  padding: 60px;
}
.ok-samachar-spot-news .post-title-wrap h4 {
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 24px;
}
.ok-samachar-spot-news .post-title-wrap p {
  font-size: 18px;
}
.ok-samachar-spot-news .post-title-wrap h4 a {
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
}
.ok-samachar-spot-news .post-title-wrap h4:hover a {
  color: #2260bf;
}
.ok-samachar-spot-news .post-img-wrap {
  flex: 1;
  max-width: 428px;
  min-width: 428px;
}
.ok-samachar-spot-news .post-img-wrap a {
  display: block;
  height: 100%;
}
.ok-samachar-spot-news .post-img-wrap a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4px 0 0 4px;
}
.ok-samachar-spot-news .post-title-wrap {
  flex: 2;
}

.ok-title-info {
  display: none;
}
.ok-grid-mukhya-news .ok-title-info {
  display: block;
}
.ok-bises .ok-title-info {
  display: flex;
}
.ok-col-right {
  position: relative;
}
.ok-sticky-sidebar {
  position: sticky;
  top: 90px;
  z-index: 8;
}

.ok-bises .ok-news-author .author-icon {
  height: 45px;
  width: 45px;
}
.ok-news-post.ok-post-ltr a .ok-post-thumb {
  margin-bottom: 0;
}

.ok-trending-vertical {
  position: sticky;
  top: 98px;
}

.ok-trending-vertical .ok-post-rtl a .ok-post-content-wrap {
  padding-right: 15px;
}

.ok-trending-vertical > h2 {
  margin: 0 0 30px;
  line-height: 1;
  font-weight: 600;
  font-family: "Khand", sans-serif;
  color: #2260bf;
  font-size: 34px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
  padding-bottom: 14px;
}
.ok-trending-vertical ul {
  counter-reset: trending;
}
.ok-trending-vertical ul li {
  position: relative;
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
}
.ok-trending-vertical ul li .ok-news-post a .ok-post-thumb {
  margin-bottom: 0;
}
.ok-trending-vertical ul li .ok-news-post a h2.ok-news-title-txt {
  font-weight: 600;
}
/*.ok-trending-vertical ul li:before {*/
/*counter-increment: trending;*/
/*content: counter(trending) ". ";*/
/*font-size: 54px;*/
/*font-weight: 900;*/
/*color: rgba(34, 96, 191, 0.24);*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*line-height: 0.72;*/
/*}*/
.ok-trending-vertical ul li .ok-post-rtl a {
  position: static;
}

.ok-trending-vertical ul li .trending-counter {
  font-size: 54px;
  font-weight: 500;
  color: rgba(34, 96, 191, 0.24);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0.72;
}

.ok-col-right {
  max-width: 300px;
  min-width: 300px;
  width: 300px;
  padding-left: 24px;
}

.ok-section-business .ok-col-right {
  max-width: 350px;
  width: 350px;
}

.ok-section-pradesh-samachar .ok-grid-bichitra-news .ok-news-post.ok-post-ltr {
  margin-bottom: 40px;
}

.ok-section-pradesh-samachar .ok-samachar-spot-news {
  margin-bottom: 5px;
}
.ok-section-pradesh-samachar .ok-col-left .ok-news-post a .ok-post-thumb {
  height: 165px;
  width: 100%;
}
.ok-section-pradesh-samachar
  .ok-col-left
  .ok-news-post.ok-samachar-spot-news
  a
  .ok-post-thumb {
  height: 100%;
  margin-bottom: 0;
}

.ok-trending-vertical .ok-post-rtl a .ok-post-thumb {
  min-width: 90px;
  max-width: 90px;
  height: 68px;
}

.ok-section-jiwan-saili .circle-arrow,
.ok-section-pradesh-samachar .circle-arrow,
.ok-section-manoranjan .circle-arrow,
.ok-section-business .circle-arrow {
  order: 3;
  margin-left: 20px;
}

.ok-bichar-sidebar,
.ok-blog-card {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
}

.ok-blog-card .ok-post-ltr.no-thumb a .ok-post-content-wrap {
  padding-left: 75px;
  position: relative;
}
.ok-blog-card .quote-img {
  position: absolute;
  left: 0;
}

.ok-antarwarta-section .ok-blog-card {
  padding-bottom: 18px;
  margin-bottom: 22px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
}
.ok-antarwarta-section .ok-blog-card:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.ok-blog-card .ok-title-info {
  display: flex;
  align-items: center;
}
.ok-blog-card .ok-title-info > div.ok-news-author {
  margin-right: 0;
  margin-left: auto;
}
.ok-blog-card .ok-news-author {
  position: absolute;
  left: 0;
}
.ok-blog-card .quote-img > img {
  max-width: 24px;
}

.ok-antarwarta-section .ok-post-ltr .quote-img {
  margin-bottom: 0;
  margin-right: 28px;
}
.ok-antarwarta-section .ok-post-ltr .quote-img > img {
  max-width: 20px;
}
.ok-antarwarta-section .ok-col-left .ok-post-ltr a .ok-post-content-wrap h2 {
  font-size: 24px;
  font-weight: 300;
}
.ok-antarwarta-section .ok-col-left .ok-post-ltr a .ok-post-thumb {
  width: 100%;
  max-width: 175px;
  height: 114px;
}
.ok-antarwarta-section .ok-col-left .ok-post-ltr a .ok-post-content-wrap {
  align-self: center;
}

.ok-grid-bichitra-news .ok-post-overlay > a h2.ok-news-title-txt {
  font-size: 40px;
  padding: 30px 40px 40px;
}

.ok-grid-prawas-news .ok-news-post.ok-post-ltr a .ok-post-thumb {
  height: 82px;
}

.ok-section-prawas .ok-post-overlay {
  height: 300px;
  min-height: 300px;
  overflow: hidden;
}

.ok-section-prawas .ok-sidebar-card-news .ok-news-post.ok-post-overlay {
  border-bottom: none;
  padding-bottom: 0;
}

.ok-section-sahitya .sahitya-gatibidhi {
  padding: 24px;
}
.sahitya-gatibidhi > .ok-post-ltr {
  width: 100%;
}
.sahitya-gatibidhi > .ok-post-ltr:nth-child(2) {
  margin-top: 20px;
}

.sahitya-gatibidhi > .ok-post-ltr.ok-news-post a h2.ok-news-title-txt {
  font-size: 18px;
}

.ok-section-podcast .ok-blog-card .ok-news-author {
  position: static;
}

.ok-news-package .flx {
  margin-left: -10px;
  margin-right: -10px;
}
.ok-news-package .flx > div {
  flex: 1;
  padding: 0 10px;
}

.ok-cover-news-cover {
  position: relative;
  margin-bottom: 15px;
}

.ok-cover-news-cover .ok-news-tags {
  position: absolute;
  top: 15px;
  left: 15px;
}

.ok-cover-news-cover > a {
  display: block;
}

.ok-cover-news-cover > a img {
  margin-bottom: 0 !important;
  height: 288px;
  border-radius: 4px 4px 0 0 !important;
  width: 100%;
  object-position: center top;
}

.ok-cover-news-cover .ok-post-content-wrap {
  left: 0;
  bottom: 0;
  padding: 28px 40px;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 0 0 4px 4px;
  min-height: 118px;
}

.ok-package-sub-news > div {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  position: relative;
}

.ok-package-sub-news > div.ok-post-ltr a {
  position: relative;
  padding-left: 40px;
}

.ok-package-sub-news > div svg {
  width: 20px;
  height: 20px;
  fill: rgba(0, 0, 0, 0.68);
  position: absolute;
  top: 0;
  left: 0;
}

.ok-package-sub-news > div:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.ok-cover-news-cover .ok-news-post a .ok-post-thumb {
  margin-bottom: 0;
}
.ok-package-sub-news .ok-post-ltr a .ok-post-content-wrap h2 {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.ok-interview-spot > div.post-img-wrap > a > img {
  border-radius: 0;
}

.ok-card-sifaris .ok-post-ltr a .ok-post-content-wrap h2 {
  font-size: 19px;
  font-weight: 600;
}

.ok-col-right .ok-card-sifaris {
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */

/*Featured post*/
.featured-post-item {
}
.featured-post-item.ok-news-post a h2.ok-news-title-txt {
  color: white;
  font-size: 20px;
  font-weight: 600;
}

.featured-post-item.ok-news-post a .ok-post-thumb {
  height: 184px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.ok-section-featured .owl-nav {
  margin-left: -58px;
  margin-right: -58px;
}

.ok-section-featured .owl-carousel .owl-nav button.owl-prev,
.ok-section-featured .owl-carousel .owl-nav button.owl-next {
  top: -234px;
}

.ok-section-featured .ok-section-title h2 {
  color: white;
}

.ok-megamenu.life-style .ok-news-post a h2.ok-news-title-txt {
  font-size: 18px;
  font-weight: 600;
}
.ok-megamenu.life-style .left-spots .ok-news-post a .ok-post-thumb,
.all-cats .ok-news-post a .ok-post-thumb {
  border-radius: 4px;
  height: 120px;
  width: 100%;
}
.ok-nav ul li .ok-megamenu.life-style .ok-news-post a {
  padding: 0;
}

.all-cats div.flx > div {
  flex: 1;
}
.all-cats .ok-news-post a h2.ok-news-title-txt {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

/*Post single page overwrite css*/
.post-single-page {
  position: relative;
}
.ok-single-middle {
  flex: 2;
  padding-left: 24px;
}
.ok-comment-number {
  margin-top: 24px;
  text-align: center;
  cursor: pointer;
}
.ok-comment-number > img {
  max-width: 48px;
  margin-bottom: 10px;
}
.comment-number {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
.comment-number > span {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.68;
  color: inherit;
  display: block;
}

.ok-page-details {
  position: relative;
}
.ok-page-details .ok-card-most-commented {
  position: sticky;
  top: 0;
  margin-top: 20px;
}

.ok-page-details .ok-col-right .ok-card-sifaris,
.left-fixed-items {
  margin-bottom: 28px;
}
.ok-post-tags .ssi-wrap {
  display: inline-block;
}
.ok-podcast-wave-wrap {
  margin-left: -24px;
  margin-right: -24px;
}
.ok-podcast-wave-wrap iframe {
  width: 100% !important;
  height: 98px !important;
}
.ok-section-podcast .ok-news-post a .ok-post-thumb {
  border-radius: 0;
}

.ok-page-details p > img + br {
  display: block;
  margin-bottom: 30px;
}

.ok18-single-post-content-wrap > ul,
.ok18-single-post-content-wrap > ol {
  margin-bottom: 20px;
}
.ok18-single-post-content-wrap > ul li,
.ok18-single-post-content-wrap > ol li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 20px;
}
.ok18-single-post-content-wrap > ol li {
  list-style: decimal;
  padding-left: 0;
}

.ok18-single-post-content-wrap > ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 8px;
  width: 8px;
  background-color: #2260bf;
  border-radius: 50%;
  display: block;
}

.ok-post-title-left .st-total {
  display: block !important;
}
.ok-post-title-left .sharethis-inline-share-buttons .st-btn {
  display: block !important;
  height: 40px;
  width: 40px;
  margin: 0 auto 5px;
}
.ok-post-title-left #st-1 .st-total > span.st-label {
  font-size: 34px !important;
  line-height: 1 !important;
}
.ok-post-title-left #st-1 .st-total {
  margin-bottom: 10px;
}
.ok-post-title-left #st-1 .st-btn:last-child,
.ok-post-title-left #st-1 .st-btn {
  margin-right: auto !important;
}

.ok-single-middle .ok-title-info {
  display: flex;
  align-items: center;
}
.ok-single-middle .ok-news-author .author-icon {
  height: 50px;
  width: 50px;
}

/* Comment section and other authentic stuff ===================================================== Comments*/
.ok-comments-revamp-list-wrap {
}
.ok-conversation-section {
  margin: 30px 0;
  background-color: white;
}
.ok-conv-head {
  display: flex;
  align-items: center;
  border-bottom: solid 1px rgba(34, 96, 191, 0.08);
  padding-bottom: 10px;
  margin-bottom: 24px;
  background-color: #f2f4f9;
  padding: 18px 20px 5px;
  color: white;
  border-radius: 4px 4px 0 0;
}
.ok-conv-head h3 {
  font-size: 48px;
  margin: 0;
  font-weight: 500;
  color: #2260bf;
  font-weight: 600;
  letter-spacing: -0.5px;
  font-family: "Khand", sans-serif;
  line-height: 1;
}
.ok-conv-head .ok-conv-sort-by {
  margin-left: auto;
}
.ok-conv-head .ok-conv-sort-by > span {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  background-color: rgba(34, 96, 191, 0.1);
  color: rgba(0, 0, 0, 0.68);
  padding: 0 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 5px;
  font-weight: 700;
}
.ok-conv-head .ok-conv-sort-by > span:hover {
  color: #2260bf;
}
.ok-conv-head .ok-conv-sort-by > span.ok-active-comment-orderby {
  background-color: rgba(34, 96, 191, 1);
  color: white;
}
.ok-conv-head .icon-bell {
  margin-left: auto;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: rgba(34, 96, 191, 0.2);
  color: #2260bf;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}
.ok-conv-head .icon-bell:hover {
  background-color: #2260bf;
  color: white;
}
/*.ok-btn {*/
/*text-align: center;*/
/*font-family: inherit;*/
/*line-height: 40px;*/
/*font-size: 15px;*/
/*display: inline-block;*/
/*border-radius: 3px;*/
/*background-color: rgba(0,0,0,0.08);*/
/*color: rgba(0,0,0,0.48);*/
/*transition: all 0.3s ease;*/
/*cursor: pointer;*/
/*padding: 0 34px;*/
/*border: none;*/
/*}*/
.ok-btn:hover {
  background-color: #2260bf;
  color: white;
}
.ok-btn.primary {
  background-color: #2260bf;
  color: white;
}
.ok-btn.primary:hover {
  background-color: #133468;
}
.ok-conv-write textarea {
  font-size: 15px;
  padding: 15px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.04);
  display: block;
  margin-bottom: 15px;
  border: none;
  resize: none;
  height: 108px;
  font-family: inherit;
  transition: all 0.3s ease;
  width: 100%;
}
.ok-conv-write textarea:focus {
  background-color: rgba(34, 96, 191, 0.04);
}
.ok-conv-write .ok-btn-wrapper {
  text-align: left;
  display: flex;
}
.ok-conv-write .ok-btn-wrapper .unicode-nepali {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.48);
  font-weight: 400;
  transition: all 0.3s ease;
  display: inline-block;
  margin-left: auto;
  font-size: 12px;
}
.ok-conv-write .ok-btn-wrapper .unicode-nepali:hover {
  color: #2260bf;
}
.ok-conv-login-for-new {
  margin-top: 30px;
  background-color: rgba(34, 96, 191, 0.05);
  /*border: solid 1px rgba(34, 96, 191, 0.08);*/
  padding: 40px;
  display: none;
}
.ok-conv-login-for-new h5 {
  font-size: 22px;
  margin: 0 0 30px 0;
  text-align: center;
  color: #2260bf;
}
.ok-conv-login-for-new .flex-box > div {
  flex: 0 0 50%;
}
.ok-conv-login-for-new .flex-box > div:first-child {
  padding-right: 30px;
}
.ok-conv-login-for-new .flex-box > div:last-child {
  padding-left: 30px;
}
.ok-conv-login-box {
  max-width: 400px;
  margin: 0 auto;
}
.ok-conv-login-box input[type="text"],
.ok-conv-login-box input[type="email"],
.ok-conv-login-box input[type="tel"],
.ok-conv-login-box input[type="password"] {
  border: none;
  background-color: white;
  line-height: 44px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
}
.ok-conv-login-box .frm-fld {
  margin-bottom: 15px;
}
.ok-conv-login-box .field-remember {
  margin-bottom: 24px;
}
.ok-conv-login-box .field-remember .rememberme span {
  color: rgba(0, 0, 0, 0.58);
}
.ok-conv-login-box .field-remember a {
  margin-left: auto;
  color: rgba(0, 0, 0, 0.68);
  transition: all 0.3s ease;
  font-size: 12px;
}
.ok-conv-login-box .field-remember a:hover {
  color: #2260bf;
}
.ok-conv-login-box .ok-btn-wrapper .ok-btn {
  width: 100%;
  margin: 0 0 15px 0;
}
.ok-login-with-social {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.ok-login-with-social h5 {
  flex: 0 0 100%;
  margin: 20px 0 18px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.58);
}
.ok-login-with-social > a {
  display: block;
  border-radius: 4px;
  line-height: 34px;
  padding: 3px 15px;
  transition: all 0.3s ease;
  text-decoration: none;
  flex: 1 1 auto;
  margin: 0 5px;
}
.ok-login-with-social > a svg {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.ok-login-with-social > a i,
.ok-login-with-social > a span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 13px;
}
.ok-login-with-social > a i {
  margin-right: 10px;
}
.ok-login-with-social > a.with-google {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 14px;
  color: #e06044;
}
.ok-login-with-social > a.with-fb {
  background-color: #2260bf;
  color: white;
}
.ok-login-with-social > a.with-tw {
  background-color: #4ecaee;
  color: white;
}
.ok-comment-row {
  display: flex;
  margin-top: 24px;
  margin-bottom: 20px;
}
.ok-comments-revamp-list-wrap > .ok-comment-row {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.ok-comment-row:last-child {
  margin-bottom: 10px;
}

.ok-comment-row .user-icon {
  flex: 1;
  height: 44px;
  width: 44px;
  max-width: 44px;
  min-width: 44px;
  border-radius: 50%;
  overflow: hidden;
  overflow: hidden;
}
.ok-comment-row .user-icon img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ok-comment-row .user-comments {
  flex: 2;
  width: 100%;
  margin-left: 28px;
}
.ok-comment-row .user-comments p {
  font-size: 18px !important;
  line-height: 1.6 !important;
  font-weight: 400;
  color: #6a6a6a;
  padding-right: 40px;
  margin-bottom: 12px;
}
.ok-comment-row .user-comments .ok-comment-row {
  background-color: #f8fafd;
  padding: 24px;
  margin-top: 24px;
  margin-bottom: 0;
  border-radius: 4px;
}
.ok-comment-row .user-comment-title {
  align-items: center;
  margin-bottom: 14px;
  margin-top: 6px;
}
.ok-comment-row .user-comment-title h6 {
  margin-right: 10px;
  margin-bottom: 0;
  margin-top: 0;
}
.ok-comment-row .user-comment-title h6 a {
  display: block;
  color: #2260bf;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}
.ok-comment-row .user-comment-title h6 a:hover {
  text-decoration: underline;
}
.ok-comment-row .user-comment-title .comment-date {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.48);
  display: inline-block;
  margin-right: 20px;
}
.ok-comment-row .user-comment-title .no-of-reply {
  display: inline-block;
  color: rgba(0, 0, 0, 0.68);
  font-size: 14px;
}
.no-of-reply svg,
.ok-cmnt-foter-elements svg {
  height: 18px;
  width: 18px;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}

.no-of-reply svg {
  fill: #3dc470;
  margin-right: 5px;
}

.user-comment-footer {
  align-items: center;
}
.user-comment-footer > div {
  margin-right: 15px;
}
.user-comment-footer > div:first-child {
  margin-right: 24px;
}
.reply-btn {
  font-size: 14px;
  display: inline-block;
  background-color: #e6eef7;
  border-radius: 48px;
  line-height: 28px;
  padding: 0 15px;
  transition: all 0.3s ease;
  color: #2260bf;
}
.reply-btn:hover {
  background-color: #2260bf;
  color: white;
}
.ok-cmnt-foter-elements a,
.ok-cmnt-foter-elements span {
  display: inline-block;
  vertical-align: middle;
}
.ok-cmnt-foter-elements a {
  color: rgba(0, 0, 0, 0.34) !important;
  transition: all 0.3s ease;
  margin-right: 2px;
  font-size: 12px;
}
.ok-cmnt-foter-elements a:hover {
  color: #2260bf !important;
}
.ok-cmnt-foter-elements .num-count {
  font-weight: 500;
  font-size: 14px;
}
a.load-more-comments {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 40px;
  line-height: 50px;
}
.ok-field-for-reply {
  display: none;
  margin-top: 24px;
}
.cld-common-wrap {
  min-width: 44px;
}
.cld-count-wrap {
  margin-left: 2px;
}
.cld-dislike-trigger svg {
  fill: red;
}
/* Comment section and other authentic stuff ===================================================== Ends*/

/* ALSO READ ===========================================*/
.ok-also-read {
  background-color: rgba(34, 96, 191, 0.02);
  border: solid 1px rgba(34, 96, 191, 0.08);
  padding: 24px;
  margin-bottom: 30px;
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  border-radius: 4px;
  width: 100%;
}
.ok-also-read > div:first-child {
  margin-right: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #2260bf;
  flex: 0 0 100%;
  margin-bottom: 20px;
}

.ok-also-read .ok-post-ltr a .ok-post-thumb,
.ok-also-read .ok-post-ltr a .ok-post-thumb {
  max-width: 98px;
  min-width: 98px;
  height: 74px;
  border-radius: 4px;
}
.ok-also-read .ok-post-ltr {
  flex: 1;
}
.ok-also-read .ok-post-ltr a .ok-post-content-wrap h2 {
  font-size: 19px;
  font-weight: 600;
}
.ok-also-read .ok-post-ltr a .ok-post-content-wrap {
  padding-left: 0;
}
.ok-also-read .ok-post-ltr a .ok-post-thumb {
  margin-right: 20px;
}

.ok-also-read_2 {
  background-color: rgba(34, 96, 191, 0.02);
  border: solid 1px rgba(34, 96, 191, 0.08);
  margin-bottom: 30px;
  border-radius: 4px;
}
.ok-also-read_2 .ok-post-ltr a {
  align-items: center;
}
.ok-post-content-wrap > div {
  font-weight: 700;
  color: #d42325;
}

.ok-also-read_2 .ok-post-ltr a .ok-post-thumb {
  border-radius: 4px 0 0 4px;
  height: 100%;
}
.ok-also-read_2 .ok-post-ltr a .ok-post-content-wrap {
  padding: 18px;
}

/* ALSO READ =========================================== ============ ENDS ========*/

/*Topics related post list ================================*/
.ok-topic-related {
  background-color: rgba(34, 96, 191, 0.02);
  border: solid 1px rgba(34, 96, 191, 0.08);
  padding: 24px;
  margin-bottom: 30px;
  margin-right: 30px;
  display: inline-block;
  max-width: 300px;
  float: left;
  border-radius: 4px;
}
.ok-topic-related h2 {
  margin: 0 0 10px 0;
  color: #2260bf;
}
.ok-topic-related ul li {
  margin-bottom: 15px;
}
.ok-topic-related ul li:last-child {
  margin-bottom: 0;
}
.ok-topic-related ul li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.68);
}
.ok-topic-related ul li a:hover {
  color: #2260bf;
}
/*Topics related post list ================================ Ends*/

/* SIGN UP POPUP Form ============================================= */
.ok-signup-form,
.ok-login-form {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.48);
  display: none;
}
.ok-signup-form > .flx,
.ok-login-form > .flx {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.ok-signup-form > .flx .ok-signup-popup-card,
.ok-login-form > .flx .ok-signup-popup-card {
  position: relative;
  border-radius: 8px;
  background-color: #f3f7fc;
  border: #e2ebf7;
  width: 100%;
  max-width: 584px;
}
.ok-login-form > .flx .ok-signup-popup-card {
  max-width: 940px;
}

.ok-signup-form > .flx .ok-signup-popup-card h3,
.ok-login-form > .flx .ok-signup-popup-card h3 {
  font-size: 25px;
  margin: 0;
  font-weight: 300;
  text-align: center;
  color: rgba(0, 0, 0, 0.68);
  padding: 10px;
  background-color: white;
  border-radius: 4px 4px 0 0;
}

#oum-signup-form {
  background-color: rgba(34, 96, 191, 0.05);
  border: solid 1px rgba(34, 96, 191, 0.08);
  padding: 15px 20px;
}

.ok-login-form > .flx .ok-signup-popup-card h3 {
  margin: 0;
}
.ok-login-form .ok-conv-login-for-new {
  margin-top: 0;
  padding: 30px;
}
.ok-login-form .ok-login-with-social h5 {
  margin: 0 0 10px 0;
}
.ok-login-form .ok-signup-trigger {
  color: #2260bf;
}

.ok-signup-form > .flx .ok-signup-popup-card .ok-fleld-wrap,
.ok-login-form > .flx .ok-signup-popup-card .ok-fleld-wrap {
  max-height: 500px;
  overflow-y: auto;
}

.ok-signup-form > .flx .ok-signup-popup-card .ok-frm-fld,
.ok-login-form > .flx .ok-signup-popup-card .ok-frm-fld {
  margin-bottom: 15px;
}

.ok-signup-form > .flx .ok-signup-popup-card .ok-frm-fld label,
.ok-login-form > .flx .ok-signup-popup-card .ok-frm-fld label {
  font-size: 13px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.48);
  display: block;
  margin: 0 0 8px 0;
}
.ok-signup-form > .flx .ok-signup-popup-card .ok-frm-fld input[type="text"],
.ok-login-form > .flx .ok-signup-popup-card .ok-frm-fld input[type="text"],
.ok-signup-form > .flx .ok-signup-popup-card .ok-frm-fld input[type="email"],
.ok-login-form > .flx .ok-signup-popup-card .ok-frm-fld input[type="email"],
.ok-signup-form > .flx .ok-signup-popup-card .ok-frm-fld input[type="password"],
.ok-login-form > .flx .ok-signup-popup-card .ok-frm-fld input[type="password"],
.ok-signup-form > .flx .ok-signup-popup-card .ok-frm-fld input[type="tel"],
.ok-login-form > .flx .ok-signup-popup-card .ok-frm-fld input[type="tel"] {
  width: 100%;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
  border: none;
}
.ok-signup-form .ok-close-pop,
.ok-login-form .ok-close-pop {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.68);
  cursor: pointer;
  display: block;
  position: absolute;
  top: 12px;
  right: 24px;
  transform: rotate(45deg);
}

.ok-login-form .reply-btn {
  background-color: #c1d6ee;
}
.ok-login-form .reply-btn:hover {
  background-color: #2260bf;
}

#oum-signup-form .ok-fleld-wrap,
#oum-login-form .ok-fleld-wrap {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
#oum-signup-form .ok-fleld-wrap > .ok-frm-fld {
  flex: 0 0 50%;
  padding: 0 10px;
}
#oum-login-form .ok-fleld-wrap > .ok-frm-fld {
  flex: 0 0 100%;
}
#oum-signup-form .ok-fleld-wrap > .ok-frm-fld.ok-btn-wrap,
#oum-login-form .ok-fleld-wrap > .ok-frm-fld.ok-btn-wrap {
  flex: 0 0 100%;
  margin-top: 15px;
  text-align: center;
}
#oum-signup-form .ok-fleld-wrap > .ok-frm-fld.ok-btn-wrap .ok-btn,
#oum-login-form .ok-fleld-wrap > .ok-frm-fld.ok-btn-wrap .ok-btn {
  width: 100%;
}
#oum-signup-form .ok-fleld-wrap > .ok-login-with-social,
#oum-login-form .ok-fleld-wrap > .ok-login-with-social {
  text-align: left;
  flex: 0 0 100%;
}
#oum-signup-form .ok-login-with-social,
#oum-login-form .ok-login-with-social {
  text-align: left;
}

.sign-up-msg {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin-top: 10px;
}
.sign-up-msg a.ok-signup-trigger {
  display: inline-block;
  color: #2260bf;
  width: auto;
  max-width: 100%;
  font-size: 16px;
}

.forgot-pw-link {
  display: inline-block;
  color: #2260bf;
  margin-top: 5px;
  font-size: 14px;
}

.ok-signup-form .ok-login-with-social {
  padding: 0 20px 20px;
}
.ok-signup-form .ok-login-with-social h5 {
  margin: 0 0 10px 0;
}

/*popup style ends*/

/* OK generic listing cat page ================================================ */
.ok-category-section .ok-col-right {
  max-width: 350px;
  width: 350px;
}
.ok-category-section .ok-col-left .ok-news-post a .ok-post-thumb {
  height: 254px;
  width: 100%;
}

.ok-category-section .ok-news-post.ok-samachar-spot-news {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px !important;
}
.ok-category-section .ok-news-post.ok-samachar-spot-news .post-img-wrap a img {
  height: 100%;
  border-radius: 4px 0 0 4px;
}
.ok-category-section .ok-news-post a h2.ok-news-title-txt {
  font-size: 19px;
  font-weight: 600;
}
/* OK generic listing cat page ================================================ ENDS */

.ok-single-middle
  .entry-content
  .ok-post-detail-featured-img
  .post-thumbnail
  img {
  height: auto;
}

.ok-single-middle .entry-content .ok-post-detail-featured-img .photo-caption {
  text-align: center;
  padding: 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  opacity: 0.68;
}
.ok-post-detail-featured-img .post-thumbnail {
  position: relative;
}
.ok-single-middle .entry-content .ok-post-detail-featured-img .pc {
  position: relative;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.68);
  color: white;
  left: 15px;
  text-align: left;
  padding: 2px 10px;
  font-size: 12px;
  margin-top: -40px;
  float: left;
}

.ok-card-most-commented .ok-post-ltr a .ok-post-content-wrap h2 {
  font-weight: 600;
  font-size: 19px;
}

.ok-sidebar-card-news .ok-post-ltr a .ok-post-content-wrap h2 {
  font-size: 19px;
  font-weight: 600;
}
.ok-card-most-commented.ok-sidebar-card-news .ok-news-post {
  padding-bottom: 22px;
  margin-bottom: 24px;
}

.ok-also-read_2 .ok-post-ltr a .ok-post-content-wrap h2 {
  font-size: 19px;
  font-weight: 600;
}

.ok-single-page .ok-sidebar-card-news {
  margin-top: 30px;
  margin-bottom: 30px;
}
.okam-device-mobile {
  display: none;
}

.home-aftersamachar-half1 {
  grid-column: span 12;
}
.ok-section-mukhya .ok-sidebar-ad:last-child {
  margin-bottom: 0;
}

.ok-bises-title-decp {
  display: block;
  font-size: 19px;
  font-weight: 300;
  margin-top: 24px;
  line-height: 1.5;
}
.ok-col-right .ok-section-title h2 {
  line-height: 1.3;
}

.ok-side-drawer .ok-news-post a .ok-post-thumb {
  margin-bottom: 0;
}

/* Video section type 2 ===========================================*/
/* ==============================================================*/
.ok-section-video-2 {
  padding: 50px 0;
  background-color: #161922;
  background-image: url(../img/khelkud-section-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  color: white;
}
.ok-section-video-2 .ok-section-title h2 {
  color: #e11b22;
}
.ok-section-video-2 .ok-section-title h2 .circle-arrow {
  color: #e11b22;
  background-color: rgba(255, 255, 255, 0.1);
}
.ok-section-video-2 .ok-section-title h2 .circle-arrow:hover {
  color: white;
  background-color: #e11b22;
}
.ok-section-video-2 .ok-post-ltr a {
  color: inherit;
}
.ok-section-video-2 .ok-post-ltr a .ok-post-content-wrap h2 {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.ok-section-video-2 .ok-post-ltr a .ok-post-content-wrap h2:hover {
  color: #e5a72e;
}
.ok-section-video-2 .ok-post-ltr:not(:last-child) {
  margin-bottom: 30px;
}
.ok-section-video-2 .ok-post-ltr .ok-post-content-wrap svg {
  height: 18px;
  width: 18px;
  fill: #e11b22;
}
.ok-section-video-2 .video-duration {
  display: flex;
  align-items: center;
}
.ok-section-video-2 .video-duration svg {
  margin-right: 10px;
}
.ok-section-video-2 .video-duration span {
  color: rgba(255, 255, 255, 0.48);
}
.ok-section-video-2 .ok-tiny-subtitle {
  font-size: 14px;
  color: inherit;
  opacity: 0.48;
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}
.ok-section-video-2 .ok-spot-news .ok-post-content-wrap {
  padding: 40px;
  display: flex;
}
.ok-section-video-2 .ok-spot-news a h2.ok-news-title-txt {
  font-size: 38px;
  line-height: 1.1;
}
.ok-section-video-2 .ok-spot-news a h2.ok-news-title-txt:hover {
  color: #e5a72e;
}
.play-icon {
  height: 60px;
  width: 60px;
  min-width: 60px;
  background-color: #e11b22;
  text-align: center;
  line-height: 60px;
  margin-right: 24px;
  border-radius: 4px;
}
.play-icon svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: #ffffff;
  vertical-align: middle;
}

/* Video section type 2 Ends ===========================================*/
/* ==============================================================*/

/*=========================== Bishes 3/4 ===========================*/
.bises-type-3 {
  margin-bottom: 30px;
}
.bises-type-3 .ok-container,
.bises-type-4 .ok-container {
  /*margin-bottom: 30px;*/
  position: relative;
  background-color: #f4f6f8;
  color: black;
  border-radius: 4px;
  overflow: hidden;
}

.bises-type-3 .text-bring-front .ok-news-tags,
.bises-type-4 .text-bring-front .ok-news-tags {
  background-color: #e11b22;
}

.sport-main-top-news.bises-type-3,
.sport-main-top-news.bises-type-4 {
  background-color: white;
  height: auto;
}
.bises-type-3 .ok-sport-main-news-img .ok-news-title-txt,
.bises-type-4 .ok-sport-main-news-img .ok-news-title-txt {
  font-size: 40px;
  line-height: 1.2;
}
.bises-type-3 .ok-sport-page-spot-news-wrap .ok-sport-post-content-wrap,
.bises-type-4 .ok-sport-page-spot-news-wrap .ok-sport-post-content-wrap {
  max-width: 40%;
}

.bises-type-3 .text-bring-front,
.bises-type-4 .text-bring-front {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  z-index: 8;
  padding: 0 50px 40px;
}
.bises-type-3 .ok-title-info,
.bises-type-4 .ok-title-info {
  display: flex;
  align-items: center;
  color: white;
  margin-top: 5px;
}

.bises-type-3 .ok-sport-main-news-img:after {
  content: "";
  border-style: solid;
  border-width: 14px;
  border-color: transparent #f4f6f8 transparent transparent;
  position: absolute;
  right: 0;
  bottom: 100px;
  z-index: 9;
}

.bises-type-3
  .ok-sport-post-content-wrap
  .ok-post-ltr
  a
  .ok-post-content-wrap
  h2,
.bises-type-4
  .ok-sport-post-content-wrap
  .ok-post-ltr
  a
  .ok-post-content-wrap
  h2 {
  color: rgba(0, 0, 0, 0.88);
}

.bises-type-3
  .ok-sport-post-content-wrap
  .ok-post-ltr
  a
  .ok-post-content-wrap
  h2:hover,
.bises-type-4
  .ok-sport-post-content-wrap
  .ok-post-ltr
  a
  .ok-post-content-wrap
  h2:hover {
  color: #2260bf;
}

.bises-type-3 .ok-sidebar-card-news .ok-news-post,
.bises-type-4 .ok-sidebar-card-news .ok-news-post {
  border-color: rgba(0, 0, 0, 0.14);
}

.bises-type-3 .ok-news-tags,
.bises-type-4 .ok-news-tags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 2px 15px;
  border-radius: 0 0 4px 0;
  font-size: 18px;
}
.bises-type-3 .ok-sport-main-news-img .ok-news-title-txt:hover,
.bises-type-4 .ok-sport-main-news-img .ok-news-title-txt:hover {
  color: rgba(255, 255, 255, 0.88);
}

.bises-type-3 .ok-sport-post-content-wrap,
.bises-type-4 .ok-sport-post-content-wrap {
  padding: 40px 60px;
}

.bises-type-3 .ok-news-author .author-icon,
.bises-type-4 .ok-news-author .author-icon {
  height: 38px;
  width: 38px;
}

.ok-news-post-hour svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.bises-type-3 .ok-news-post-hour svg,
.bises-type-4 .ok-news-post-hour svg {
  fill: #fff;
}

/* Bises type 4 only*/
.bises-type-4 {
  margin-bottom: 30px;
  position: relative;
}
.bises-type-4 .ok-container {
  background-color: transparent;
}
.bises-type-4 .ok-sport-page-spot-news-wrap .ok-sport-post-content-wrap {
  max-width: 1084px;
  margin: 0 auto;
  padding: 0;
}

.bises-type-4 .ok-sport-page-spot-news-wrap .ok-sport-post-content-wrap {
  width: 100%;
  max-width: 968px;
  margin: 30px auto 0;
  background-color: white;
  padding: 0;
  position: relative;
  z-index: 8;
  padding-bottom: 28px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
}
.bises-type-4 .ok-sport-page-spot-news-wrap .ok-sport-main-news-img {
  width: 100%;
  max-width: 100%;
}

.bises-type-4 .ok-sidebar-card-news .ok-card-sifaris {
  display: flex !important;
}
.bises-type-4 .ok-sport-post-content-wrap > div {
  flex: 1;
}

.bises-type-4 .ok-sport-page-spot-news-wrap .ok-sport-main-news-img {
  height: 580px;
}
.bises-type-4 .ok-post-ltr {
  padding-right: 24px;
  border-right: solid 1px rgba(0, 0, 0, 0.14);
  padding-left: 24px;
}
.bises-type-4 .ok-post-ltr:last-child {
  border-right: none;
  padding-right: 0;
}
.bises-type-4 .ok-sport-main-news-img .ok-news-title-txt {
  text-align: center;
  padding-right: 0;
  max-width: 1024px;
  margin: 0 auto;
}

.bises-type-4 .ok-title-info {
  justify-content: center;
  margin-top: 5px;
}
.bises-type-4 .text-bring-front {
  padding-bottom: 44px;
}
.bises-type-4 .ok-card-sifaris .ok-post-ltr a .ok-post-thumb {
  width: 124px;
  min-width: 124px;
  height: 84px;
}

.bises-type-4 .ok-sport-post-content-wrap {
  position: relative;
}
.bises-type-4 .ok-sport-post-content-wrap:after {
  content: "";
  border-style: solid;
  border-width: 14px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  left: calc(50% - 7px);
  top: -58px;
  z-index: 9;
}

.bises-type-4 .ok-sport-main-news-img {
  border-radius: 0 0 4px 4px;
}

.bises-type-4 .ok-news-tags {
  left: calc(50% - 30px);
  border-radius: 0 0 4px 4px;
}

/*search result panel*/
.ok-smart-search .ok-post-ltr a {
  padding: 0;
}
.ok-smart-search .ok-card-sifaris {
  max-width: 334px;
  border-radius: 14px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 24px;
  background-color: white;
}
.ok-smart-search .ok-sidebar-card-news .ok-news-post {
  border-color: rgba(0, 0, 0, 0.14);
}

.view-all-result {
  text-align: center;
  margin-top: 20px;
}

.view-all-result > a {
  text-decoration: none;
}
.view-all-result > a:hover {
  color: white;
}
.ok-smart-search .ok-sidebar-card-news .ok-post-ltr a .ok-post-content-wrap h2 {
  font-weight: 500;
  font-size: 16px;
}
/*.ok-card-sifaris .ok-post-ltr a .ok-post-thumb, */
/*.ok-card-most-commented .ok-post-ltr a .ok-post-thumb{*/
/*max-width: 74px;*/
/*min-width: 56px;*/
/*height: 56px;*/
/*}*/
.ok-smart-search {
  position: relative;
}
.search-auto-complete-wrap {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  z-index: 98;
}
.ok-smart-search .ok-sidebar-card-news .ok-news-post {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.ok-samachar-spot-news .ok-title-info {
  display: flex;
  align-items: center;
}

.ok-foot-tab {
  display: none;
}

.ok-section-jiwan-saili .circle-arrow,
.ok-section-pradesh-samachar .circle-arrow,
.ok-section-manoranjan .circle-arrow,
.ok-section-business .circle-arrow {
  margin-left: auto;
}

.owl-carousel:after {
  display: none;
}

.ok-blog-card .ok-title-info {
  justify-content: flex-start;
}
.ok-blog-card .ok-title-info > div {
  margin: 0;
}

.ok-mob-search-pannel {
  display: none;
}

.ok-sidebar-ad:not(:last-child) {
  margin-bottom: 20px;
}

.archive .ok-sidebar-card-news,
.single-post .ok-sidebar-card-news {
  margin-bottom: 24px;
}

.ok-pagination-wrap {
  margin-top: 40px;
}

nav.pagination .page-numbers:not(.dots),
.paginate-links .page-numbers:not(.dots),
.ok-pagination-wrap .page-numbers:not(.dots) {
  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;
}
.dots {
  opacity: 0.24;
  padding: 0 15px;
}

.page-numbers:not(.current):hover {
  background-color: #2260bf;
  color: white;
}
.page-numbers.current {
  background-color: #2260bf !important;
  color: white !important;
}

.page-numbers.dots:hover {
  background-color: transparent !important;
  color: rgba(0, 0, 0, 0.24) !important;
}

.ok-post-ltr a p {
  color: rgba(0, 0, 0, 0.68);
  margin: 10px 0;
}

.bises-type-4 .ok-news-comment > span,
.bises-type-3 .ok-news-comment > span,
.bises-5 .ok-news-comment > span {
  color: white;
}

.bises-5 {
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
  background-color: rgb(238, 239, 240);
  padding: 30px 0;
}

.bises-6-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9;
}

.bises-6 .ok-sport-main-news-img .ok-news-title-txt {
  font-size: 30px;
}

.oum-ajax-loader {
  margin-left: 10px;
  height: 15px;
  margin-top: 15px;
}

.form-response-message,
.ok-form-message {
  margin-top: 10px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.48);
  text-align: center;
  padding: 8px;
}
.form-response-message.ok-error,
.ok-form-message.ok-error {
  color: #d7001b;
  border: solid 1px #fdd6da;
  background-color: #ffeff1;
}
.form-response-message.ok-success,
.ok-form-message.ok-seccess {
  color: #4c9756;
  border: solid 1px #d6e8dd;
  background-color: #edf7f1;
}

.ok-login-form .ok-form-message.ok-error {
  margin-bottom: 15px;
}

/*User profile popup*/
.oum-user-profile-popup {
  position: relative;
  z-index: 999;
}
.oum-overlay {
  opacity: 0.4;
}
.oum-profile-wrap {
  position: fixed;
  top: 0;
  left: auto;
  right: -450px;
  z-index: 999999;
  background: #fff;
  padding: 20px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  max-width: 408px;
  padding: 30px;
  transition: all 0.3s ease-in-out;
}

.oum-popup-header {
  display: flex;
}

.oum-popup-close {
  text-decoration: none;
  color: #2260bf;
  position: static;
  margin-left: auto;
}

input[type="submit"] {
  border: none;
  cursor: pointer;
}

.oum-profile-wrap .oum-popup-body > .oum-each-row {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 14px;
  margin-bottom: 15px;
}
.oum-profile-wrap .oum-popup-body > .oum-each-row .oum-value {
  opacity: 0.68;
}

.oum-update-profile-form > .oum-each-row {
  padding: 0;
  border: none;
}

.oum-update-profile-form > .oum-each-row label {
  width: 100%;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
}
.oum-update-profile-form > .oum-each-row .oum-value {
  width: 100%;
}
.oum-update-profile-form > .oum-each-row .oum-value input[type="text"] {
  border: solid 1px rgba(0, 0, 0, 0.14);
  padding: 10px;
  width: 100%;
}
#chartContainer {
  margin-bottom: 30px;
}
.oum-update-profile-form > .oum-value:last-child {
  margin-top: 24px;
  display: block;
  width: 100%;
}

.oum-update-profile-form > .oum-value:last-child > input.ok-update-profile-btn {
  width: 100%;
}

.ok-page-details figure {
  width: 100% !important;
}

.bises-6 .ok-news-post a,
.bises-6 .text-bring-front {
  padding-bottom: 24px;
  position: relative;
}
.bises-6 .text-bring-front:before {
  content: "";
  border-style: solid;
  border-width: 14px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  left: calc(50% - 7px);
  top: -50px;
  z-index: 9;
}
.bises-6 .ok-news-post a > img {
  width: 100%;
  height: 416px;
  margin-bottom: 24px;
  border-radius: 4px;
}
.bises-6 .ok-news-post .text-bring-front {
  text-align: center;
}
.bises-6 .ok-news-post .text-bring-front h2.ok-news-title-txt {
  font-size: 40px;
  font-weight: 600;
}
.bises-6 .ok-title-info,
.bises-6 .ok-news-comment > span {
  color: rgba(0, 0, 0, 0.68);
}
.bises-6 .ok-title-info .ok-news-post-hour {
  margin-top: 0;
}
.bises-6 .ok-title-info .ok-news-post-hour svg {
  fill: rgba(0, 0, 0, 0.68);
}

.bises-6 .ok-sport-main-news-img {
  border-radius: 4px 0 0 4px;
}
.bises-6 .ok-col-right .ok-sport-main-news-img {
  border-radius: 4px 4px 0 0;
}

.ok18-ajax-loader {
  margin-left: 15px;
}

.ok-post-ltr .ok-post-thumb {
  overflow: hidden;
}
.bises-6 .ok-news-post a > img {
  object-fit: cover;
}

.loadmore-wrap > a {
  display: block;
  background-color: #e6eef7;
  border-radius: 4px;
  padding: 0 15px;
  transition: all 0.3s ease;
  color: #2260bf;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
  line-height: 48px;
  font-size: 20px;
  transition: all 0.3s ease;
}

.loadmore-wrap > a:hover {
  background-color: #2260bf;
  color: white;
}

/*Mp3 player*/
.mejs-audio {
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
  min-height: 75px;
  margin-bottom: 30px;
  background: #2260bf !important;
  color: #ffffff !important;
}
.mejs-container .mejs-controls {
  background: #2260bf !important;
}

.mejs-controls {
  position: relative;
  top: 20px;
}

.ok-page-details .entry-content iframe {
  margin-bottom: 0;
}

img.size-full {
  margin-bottom: 0;
  width: 100%;
  height: auto;
}

.ok-page-details figure.wp-caption.alignleft,
.ok-page-details figure.wp-caption.alignright {
  padding: 0;
  box-shadow: none;
  width: 50% !important;
  height: auto;
}

.entry-content p img.alignleft {
  float: left;
  margin: 0 28px 15px 0;
  max-width: 40% !important;
  width: 40% !important;
  height: auto;
  border-radius: 4px;
}
.entry-content p img.alignright {
  float: right;
  margin: 0 0 15px 28px;
  max-width: 40% !important;
  width: 40% !important;
  height: auto;
  border-radius: 4px;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
table tbody tr:first-child td,
table tbody tr:first-child th {
  background-color: #edf4ff;
  padding: 5px 8px;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}
table tbody tr th {
  vertical-align: top;
}
table tbody tr td {
  padding: 5px 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
  vertical-align: top;
}

.ok-section-aus .ok-sidebar-card-news {
  background-color: rgb(245, 249, 255);
  box-shadow: none;
}
.error-404 {
  text-align: center;
}
.error-404 img {
  margin: 60px auto;
  max-width: 100%;
  width: auto;
}

.ok-current-time {
  font-size: 14px;
  opacity: 0.68;
  margin-top: 5px;
}

.ok__video_embeds-top,
.ok__video_embeds-top iframe {
  height: 600px !important;
}

.ok-samachar-spot-news .post-title-wrap h4,
.ok-interview-spot .post-title-wrap h4 a,
.ok-single-page .ok-post-title-right h1.entry-title {
  line-height: 1.3;
}

.ok-antarwarta-section .post-title-wrap h4 a {
  line-height: 1.2;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  background-color: #ffffff !important;
  color: #555 !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #555555 !important;
}

.okam-ad-position-wrap.single-sidebar.okam-device-desktop {
  margin-bottom: 30px;
}
.ok-category-section .ok-card-sifaris {
  margin-bottom: 30px;
}

.logged-in .ok-sidemenu,
.logged-in .ok-mob-search-pannel {
  top: 30px;
}

.page-template-template-business #masthead .ok-logo-wrap .ok-current-time,
.page-template-template-bichar #masthead .ok-logo-wrap .ok-current-time,
.page-template-template-sport #masthead .ok-logo-wrap .ok-current-time,
.page-template-template-entertainment #masthead .ok-logo-wrap .ok-current-time,
.page-template-template-finance #masthead .ok-logo-wrap .ok-current-time,
.page-template-template-lifestyle #masthead .ok-logo-wrap .ok-current-time {
  order: 3;
  margin-top: 5px;
  margin-left: auto;
  color: white;
  opacity: 1;
  line-height: 1;
  white-space: nowrap;
}

.ok-blog-sidebar {
  margin-top: 30px;
}

.page-template-template-business .ok-bises {
  padding-top: 30px;
}
.page-template-template-finance .ok-bises {
  padding-top: 30px;
}

.ok-team-card-wrap.first-row {
  justify-content: center;
  display: flex;
}

.ok-team-card-wrap.first-row > div.span-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.ok-team-card-wrap .ok-news-post {
  padding: 30px;
  text-align: center;
  background-color: #f5f7f9;
  border: solid 1px #e5ebf2;
  border-radius: 4px;
}

.ok-team-card-wrap .ok-post-thumb {
  margin: 0 auto 20px;
  height: 128px;
  width: 128px;
  border-radius: 50%;
  border: solid 8px #fff;
  outline: solid 1px rgba(0, 0, 0, 0.08);
  object-fit: cover;
  object-position: center top;
}
.ok-team-card-wrap .ok-post-content-wrap h2 {
  margin: 0;
}
.ok-team-card-wrap .ok-team-designation {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.48);
  font-weight: 500;
  display: block;
  line-height: 1;
}

.page-template-template-team .ok-samachar-spot-news .post-img-wrap {
  height: 100%;
  object-fit: cover;
}
.left-fixed-items.on-mobile {
  display: none;
}

.entry-content p img.size-full:not(:last-child) {
  margin-bottom: 30px;
}

.page-template-default .type-page {
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (min-width: 1023px) {
  .owl-nav {
    margin-left: -50px;
    margin-right: -50px;
  }
  .ok-section-title h2 .title-cat-menu {
    margin-left: 30px;
  }
  .ok-section-suchana-prabidhi .owl-carousel .owl-nav button.owl-prev,
  .ok-section-suchana-prabidhi .owl-carousel .owl-nav button.owl-next,
  .ok-section-gallery .owl-carousel .owl-nav button.owl-prev,
  .ok-section-gallery .owl-carousel .owl-nav button.owl-next {
    top: -258px;
  }

  .bises-5 .ok-sport-main-news-img {
    flex: 2;
  }
  .bises-5 .ok-col-right {
    min-width: 450px;
    padding-left: 10px;
  }
  .bises-5 .ok-post-overlay {
    min-height: 265px;
    height: 265px;
    margin-bottom: 10px;
  }
  .bises-5 .ok-post-overlay:last-child {
    margin-bottom: 0;
  }
  .bises-5 .ok-sport-main-news-img {
    border-radius: 4px;
  }
  .bises-5 .ok-news-tags {
    left: 0;
    border-radius: 0 0 4px 0;
  }
  .bises-5 .ok-sport-main-news-img .ok-news-title-txt {
    font-size: 34px;
  }

  .bises-6 .ok-container {
    border-bottom: solid 1px rgba(0, 0, 0, 0.14);
    border-radius: 0;
  }
  .bises-6 .ok-news-post {
    flex: 0 0 50%;
  }
  .bises-6 .ok-news-post:nth-child(2) {
    padding-right: 20px;
  }
  .bises-6 .ok-news-post:last-child {
    padding-left: 20px;
  }

  .bises-6 .ok-news-post a,
  .bises-6 .text-bring-front {
    padding-bottom: 24px;
    position: relative;
  }
  .bises-6 .text-bring-front:before {
    content: "";
    border-style: solid;
    border-width: 14px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    left: calc(50% - 7px);
    top: -50px;
    z-index: 9;
  }
  .bises-6 .ok-news-post a > img {
    width: 100%;
    height: 350px;
    margin-bottom: 24px;
    border-radius: 4px;
  }
  .bises-6 .ok-news-post .text-bring-front {
    text-align: center;
  }
  .bises-6 .ok-news-post .text-bring-front h2.ok-news-title-txt {
    font-size: 40px;
    font-weight: 600;
  }
  .bises-6 .ok-title-info,
  .bises-6 .ok-news-comment > span {
    color: rgba(0, 0, 0, 0.68);
  }
  .bises-6 .ok-title-info .ok-news-post-hour {
    margin-top: 0;
  }
  .bises-6 .ok-title-info .ok-news-post-hour svg {
    fill: rgba(0, 0, 0, 0.68);
  }

  .bises-6 .ok-sport-main-news-img {
    border-radius: 4px 0 0 4px;
  }
  .bises-6 .ok-col-right .ok-sport-main-news-img {
    border-radius: 4px 4px 0 0;
  }
  /*.bises-6 .text-bring-front{position: static}*/

  .ok-col-right .ok-card-sifaris:first-child {
    margin-top: 0;
  }

  .bises-type-3 .ok-sport-page-spot-news-wrap {
    padding: 30px;
  }
  .bises-type-3 .ok-news-tags {
    top: 30px;
    left: 30px;
  }
  .bises-type-3 .ok-sport-post-content-wrap {
    padding: 0 10px 0 40px;
  }
  .bises-type-3 .ok-sport-main-news-img {
    border-radius: 4px;
  }
  .bises-type-3 .ok-news-tags {
    border-radius: 4px 0 4px 0;
  }

  .bises-type-3 .ok-card-sifaris {
    height: 475px;
    overflow-y: auto;
  }

  .ok-samachar-spot-news .post-img-wrap,
  .page-template-templates .ok-samachar-spot-news .post-img-wrap {
    height: auto;
    min-height: 354px;
  }
  .ok-sidebar-ad {
    text-align: left;
  }
  .ok-cat-single-main .ok-samachar-spot-news {
    height: 100%;
  }

  .ok-category-section .ok-samachar-spot-news .post-img-wrap {
    flex: 1;
    max-width: 60%;
    min-width: 60%;
  }

  .single-post .ok-section .ok-col-right {
    width: 300px;
    min-width: 300px;
    min-width: 300px;
  }

  .page-template-template-lifestyle .lifestyle-bises .ok-post-thumb {
    min-height: 400px;
    object-fit: cover;
  }

  .vid-section-main-thumb {
    min-height: 424px;
    height: 100%;
  }

  .bises-3-col .ok-news-post {
    flex: 0 33.33%;
  }
  .bises-3-col .text-bring-front {
    padding-left: 24px;
    padding-right: 24px;
  }
  .bises-3-col .ok-news-post .text-bring-front h2.ok-news-title-txt {
    font-size: 28px;
  }
  .bises-3-col .ok-news-post a > img {
    height: 280px;
  }

  .bises-3-col .ok-container {
    padding: 24px 24px 0;
    background-color: #f7f9fd;
    border-radius: 4px;
    border-bottom: none;
  }

  .bises-3-col .bises-6-tag {
    position: relative;
    top: -24px;
  }
}

.only-in-desktop {
  display: block;
}

.only-in-mobile {
  display: none;
}

.chutaunu-vayo-ki .ok-post-overlay > a {
  height: 300px;
}
.home
  .ok-section-manoranjan
  .ok-grid-12
  .span-4:nth-child(3)
  .ok-post-overlay
  > a,
.home
  .ok-section-manoranjan
  .ok-grid-12
  .span-4:nth-child(4)
  .ok-post-overlay
  > a {
  height: 280px;
}

iframe.nh_list {
  height: 340px !important;
  max-width: 100% !important;
  width: 110% !important;
}

@supports (-webkit-hyphens: none) {
  .home
    .ok-section-manoranjan
    .ok-grid-12
    .span-4:nth-child(3)
    .ok-post-overlay
    > a,
  .home
    .ok-section-manoranjan
    .ok-grid-12
    .span-4:nth-child(4)
    .ok-post-overlay
    > a {
    height: 280px;
  }
}

/*comment box inner content*/
.inr_topComment {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f8fafd;
  display: block;
  max-width: 300px;
  padding: 20px;
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.inr_highlight span.spot,
.ok18-highlight span.spot {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}
.inr_highlight span.spot i,
.ok18-highlight span.spot i {
  font-weight: 600;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0.2);
}
.inr_topComment span.name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4px;
}

.inr_topComment span.Date {
  display: block;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
}

.inr_topComment .title {
  display: block;
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #2260bf;
  margin-bottom: 10px;
}

.inr_topComment span.spot {
  padding: 0;
  margin-top: 15px;
}
.inr_highlight.inr_topComment.fright {
  text-align: left;
}

.ok18-all-comments-ref,
.ok18-side-comment-add {
  font-size: 14px;
  display: inline-block;
  background-color: #e6eef7;
  border-radius: 48px;
  line-height: 28px;
  padding: 0 15px;
  transition: all 0.3s ease;
  color: #2260bf;
  margin-right: 10px;
  text-decoration: none;
}

.ok18-all-comments-ref:hover {
  background-color: #2260bf;
  color: #fff;
}

.ok18-side-comment-add {
  background-color: #2260bf;
  color: #fff;
}
.ok18-side-comment-add:hover {
  background-color: #e6eef7;
  color: #2260bf;
}

/* Special section for specific event ========*/
.uml-mahadhibesan .ok-grid-prawas-news .span-12 .ok-samachar-spot-news {
  background-color: #d80f23;
  /*background-image: url("../img/uml-flag.png");*/
  background-position: right bottom;
  background-size: 124px;
  background-repeat: no-repeat;
  min-height: 430px;
}
.uml-mahadhibesan {
  background-image: url("../img/uml-flag-2.png");
  background-position-x: calc(100% + 250px);
  background-size: 600px;
  background-repeat: no-repeat;
}
.uml-mahadhibesan
  .ok-grid-prawas-news
  .span-12
  .ok-samachar-spot-news
  .post-title-wrap
  h4
  a {
  color: white;
}
.uml-mahadhibesan .ok-section-title h2 {
  color: #d80f23;
}

.menu .ok-news-tags {
  font-size: 12px;
}

.special-spot {
  position: relative;
  align-items: center;
}

.special-spot.ok-news-post a .ok-post-thumb {
  height: 624px;
  width: 100%;
  margin-bottom: 0;
}

.special-spot .side-card {
  position: relative;
  width: 45%;
  right: 0;
  z-index: 9;
  background-color: #202020;
  padding: 50px;
  margin-left: -100px;
}

.special-spot.ok-news-post .main-spot-title h2.ok-news-title-txt {
  font-size: 34px;
  font-weight: 700;
  color: white;
  line-height: 1.2;
  margin: 0;
}
.special-spot.ok-news-post a h2.ok-news-title-txt {
  color: white;
  font-size: 18px;
}

.special-spot .ok-news-tags {
  margin-bottom: 20px;
}

.special-spot .related-news-list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.special-spot .related-news-list > div:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}
.related-news-list .ok-post-ltr a {
  align-items: center;
}
.special-spot .related-news-list svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  margin-right: 20px;
}

.nepalicongress {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
  /*background-image: url("../img/congress-bg-2.png");*/
  background-image: url("../img/sky-bg.png");
  background-size: 100%;
  position: relative;
  overflow: hidden;
}
.nepalicongress:before {
  content: "";
  height: 100%;
  width: 40%;
  background: url(../img/congress-bg.png);
  background-position: -300px bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  bottom: -80px;
  opacity: 0.2;
}

.nepalicongress:after {
  content: "";
  height: 100%;
  width: 25%;
  background: url("../img/congress-bg-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  z-index: 1;
  display: block;
  position: absolute;
  right: -180px;
  bottom: -10px;
  opacity: 0.68;
}

.nepalicongress .ok-container {
  position: relative;
  z-index: 2;
}

.sgexcerpt {
  font-size: 22px;
  color: #32495e;
  font-weight: 400;
  margin: 0px;
  margin-bottom: 14px;
}

.sgsubtitle {
  color: #4267b2;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 0px;
  border-bottom: #ccc solid 1px;
  padding-bottom: 10px;
}

.ok-post-header-container.ok-stick-heading .sgsubtitle,
.ok-post-header-container.ok-stick-heading .sgexcerpt {
  display: none;
}

.ok18-single-post-content-wrap p img {
  height: auto !important;
}

.ok-department {
  margin: 0;
  font-weight: 300;
  opacity: 0.48;
}

.single-sidebar.okam-device-desktop div {
  border-bottom: #ccc solid 1px;
  padding-bottom: 10px;
}

.en-edition {
  margin-left: 10px;
  display: inline-block;
  line-height: 38px;
  text-align: center;
  padding: 0 10px;
  border-radius: 4px;
  font-weight: 700;
  color: #ffffff;
  background-color: rgba(255, 255, 255, .14);
  text-decoration: none;
  transition: all 0.3s ease;
}

.en-edition:hover {
  background-color: #ed1b24;
  color: white;
}

/*Header push adv styles*/
.ok-head-push-adv-wrap {
  background-color: rgba(0, 0, 0, 0.06);
  padding: 15px 0;
}
.header-push-adv {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.header-push-adv > div {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.header-push-adv > div > a {
  display: block;
}
.header-push-adv > div picture > img {
  border-radius: 4px;
  width: 100%;
  height: auto;
}

.shrinked-img {
  display: none;
}

.expand-adv {
  display: none;
  position: absolute;
  right: 15px;
  bottom: 8px;
  line-height: 14px;
  padding: 0 5px;
  background-color: rgba(0, 0, 0, 0.48);
  font-size: 10px;
  color: white;
  cursor: pointer;
  z-index: 10;
}

.ok-news-title-txt,
.ok-samachar-spot-news .post-title-wrap h4,
.post-title-wrap h4 {
  hyphens: auto;
  word-break: break-word;
}

.single .ok-news-post a h2.ok-news-title-txt {
  font-weight: 700;
  font-size: 20px;
}
.single
  .ok-section-sahitya
  .ok-sidebar-card-news
  .ok-news-post
  a
  .ok-post-thumb {
  height: 150px;
}
.single .ok-section-sahitya .ok-sidebar-card-news {
  background-color: transparent;
}
.single .ok-section-sahitya {
  background-color: rgba(34, 96, 191, 0.02);
  border: solid 1px rgba(34, 96, 191, 0.08);
  margin-bottom: 30px;
  border-radius: 4px;
  padding: 30px 30px 0;
}
.segment-title {
  text-align: center;
}
.segment-title > span {
  font-size: 16px;
  margin: 0;
  display: inline-block !important;
  background: #e11b22;
  color: white !important;
  padding: 4px 14px;
  vertical-align: top;
  border-radius: 4px;
  text-decoration: none;
}

.ok-team-single-cat {
  font-size: 40px;
  text-align: center;
}

/*Election Result banner stuff*/
.ok-el-fever {
  margin: 30px 0;
}
.ok-el-result {
  background-color: #f6f7fa;
  border-radius: 4px;
  margin-bottom: 30px;
  padding-bottom: 12px;
}

.el-site-link {
  margin-left: auto;
  font-size: 14px;
  color: #7ac1ff;
  text-decoration: none;
  display: block;
}

.ok-el-result h3 {
  text-align: center;
  margin: 0 0 30px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 28px;
}

.ok-el-result > h3 {
  background-color: #164793;
  color: white;
  padding: 10px 20px;
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: center;
}

.ok-el-content-wrap {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 30px 30px;
}
.ok-el-content-wrap > div {
  padding: 0 10px;
  flex: 2;
}

.ok-el-content-wrap .ok-el-left,
.ok-el-content-wrap .ok-el-right {
  padding: 30px;
  background-color: white;
  border-radius: 4px;
}

.ok-el-content-wrap .ok-el-right {
  padding: 15px 20px 30px;
}

.col-mayor,
.col-submayor {
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
.mayor-wrap {
  position: relative;
}
.mayor-wrap:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -1px;
  border-right: dashed 1px #5fb9fb;
  height: calc(100% + 5px);
  width: 2px;
  z-index: 9;
}
.mayor-wrap:after {
  content: "";
  position: absolute;
  top: -7px;
  right: -8px;
  border-style: solid;
  border-width: 8px;
  border-color: #5fb9fb transparent transparent transparent;
}
.col-mayor:last-child,
.col-submayor:last-child {
  margin-bottom: 0;
}

.um-img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  align-self: center;
}
.um-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.um-name {
  margin-right: 10px;
}
.um-name h3 {
  margin: 0;
  line-height: 0.68;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  margin-top: 5px;
  font-weight: 600;
  margin-bottom: 4px;
  text-align: left;
}
.round-um .um-name > h3 {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.06);
  text-align: center !important;
  line-height: 50px;
  margin: 0 auto !important;
}
.round-um .um-name .party-name {
  text-align: center;
}
.um-name .party-name {
  display: block;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.48);
  line-height: 1.6;
  font-weight: 700;
  margin-top: 5px;
}

.party-sign img {
  height: 25px;
  width: 25px;
  object-fit: cover;
  border-radius: 50%;
}

.party-sign {
  margin-left: auto;
  padding-right: 20px;
}

.submayor-wrap .col-mayor {
  flex-direction: row-reverse;
}
.submayor-wrap .um-img {
  margin-right: 0;
  margin-left: 10px;
}
.submayor-wrap .um-name {
  margin-right: 0;
  margin-left: 20px;
}
.submayor-wrap .party-sign {
  margin-left: 0;
  margin-right: auto;
  padding-right: 0;
  padding-left: 20px;
}
.submayor-wrap .um-name h3,
.submayor-wrap .um-name .party-name {
  text-align: center;
}

.mayor-wrap,
.submayor-wrap {
  flex: 1;
  margin-top: 0;
}
.mayor-wrap h5,
.submayor-wrap h5 {
  margin: 0 0 20px !important;
  display: inline-block;
  background: #2260bf;
  text-align: center;
  border-radius: 24px;
  padding: 2px 14px 0;
  color: white;
}
.submayor-wrap {
  text-align: right;
}
.submayor-wrap h5 {
  background: #ed1b24;
}

.el-tab-nav {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding: 0 0 10px;
  margin-bottom: 20px;
}
.el-tab-nav > span {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.48);
  position: relative;
  margin-right: 60px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.el-tab-nav > span.active,
.el-tab-nav > span:hover {
  color: #2462c2;
}
.el-tab-nav > span.active:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: -11px;
  background-color: black;
}

.el-tab-container {
  display: none;
}

.total-result h4 {
  margin: 0 0 10px;
  text-align: center;
  font-size: 20px;
  color: #2260bf;
}

.total-result .party-sign {
  padding-right: 4px;
  width: 30px;
}
.total-result table {
  margin-bottom: 0;
}

.resonsive-triggler-expand {
  display: none;
}

.ok-el-result .total-result table tbody tr td {
  padding: 12px 10px !important;
}

.el-edition {
  display: inline-block;
  padding: 0 20px;
  color: white !important;
  text-decoration: none;
  background-color: #ed1b24;
  border-radius: 4px;
  margin-left: 5px;
  line-height: 38px;
  text-align: center;
  font-weight: 700;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.el-edition:hover {
  background-color: #ed1b24;
  color: white;
}

/*Election home page chart*/
.ok-el-fever-chart {
  margin: 30px 0;
}
.ok-el-fever-chart .two-col {
  position: relative;
}
.total-seats {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.total-seats > span {
  display: inline-block;
  background: #5fb9fb;
  text-align: center;
  border-radius: 24px;
  padding: 6px 14px 4px;
  color: white;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  z-index: 99;
}
.two-col > div {
  flex: 1;
  padding: 0 2px;
}

.party-flag {
  width: 44px;
  height: 44px !important;
  min-width: 44px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.party-flag > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  padding: 0 !important;
  margin: 0 !important;
}

.item-wrap {
  align-items: center;
  margin-bottom: 25px;
}
.item-wrap:last-child {
  margin-bottom: 0;
}
.ok-el-fever-chart .party-sign {
  padding-right: 10px;
  width: 44px;
  height: auto;
}
.seat-no {
  margin-right: 15px;
}
.seat-no h4 {
  margin: 0;
  line-height: 1;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.68);
  font-weight: 400;
}
.seat-no > span {
  font-size: 24px;
  font-weight: 700;
  display: block;
  line-height: 1;
}

.card-chart {
  background-color: white;
  border-radius: 4px;
  padding: 20px;
}
.card-chart > h3 {
  text-align: center;
  font-size: 20px;
  margin: 5px 0 15px;
  line-height: 1;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.card-chart > h3 > img {
  margin-left: 10px;
}
.winning-chart > h3 {
  color: #f45330;
}
.leading-chart > h3 {
  color: #12b72c;
}
.col-left,
.col-right {
  flex: 1;
  padding: 0 15px;
  position: relative;
}
.col-right > div {
  flex-direction: row-reverse;
}
.col-right {
  text-align: right;
}
.ok-el-fever-chart .col-right .party-sign {
  padding-right: 0;
  padding-left: 10px;
}
.col-right .seat-no {
  margin-left: 15px;
  margin-right: 0;
}
.col-right .bar-percent {
  border-radius: 0 48px 48px 0;
  margin-right: auto;
  margin-left: 0;
}
.tag-name {
  margin: 0 0 20px !important;
  display: inline-block;
  background: #2260bf;
  text-align: center;
  border-radius: 24px;
  padding: 6px 14px 4px;
  color: white;
  line-height: 1;
}
.upa-mayor {
  background-color: #ed1b24;
}

.col-left:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -1px;
  border-right: dashed 1px #5fb9fb;
  height: calc(100% + 5px);
  width: 2px;
}

.ok-el-fever-chart {
  background-color: #f6f7fa;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  max-width: 1248px;
  margin: 20px auto;
}

.ok-el-fever-chart > h2 {
  text-align: center;
  margin: 0 0 20px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.live-flag {
  display: inline-block;
  margin: 0 10px;
  line-height: 25px;
  padding: 0 15px;
  background-color: #ed5f5f;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 68px;
}

.live-updates .ok-el-content-wrap > div:last-child {
  max-width: 50%;
  min-width: 50%;
}
.live-updates .um-name h3 {
  font-size: 22px;
  font-weight: 700;
}
.live-updates .um-name {
  width: 128px;
  max-width: 77px;
}
.live-updates .party-sign {
  margin-left: 0;
  padding-right: 0;
  flex: 2;
  background-color: #ffeded;
  position: relative;
  height: 24px;
  border-radius: 48px 0 0 48px;
  position: relative;
}

.live-updates .ok-el-left:nth-child(2) .party-sign {
  background-color: #e7f0e5;
}
.live-updates .ok-el-left:nth-child(2) {
  background-color: #f7fff5;
}
.live-updates .bar-percent {
  border-radius: 48px 0 0 48px;
  height: 24px;
  display: block;
}

.live-updates .party-sign > img {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 5;
}

.live-updates .col-mayor,
.live-updates .col-submayor {
  align-items: flex-start;
}

.live-updates .submayor-wrap .party-sign,
.live-updates .submayor-wrap .bar-percent {
  border-radius: 0 48px 48px 0;
}
.live-updates .submayor-wrap .bar-percent {
  float: right;
}
.live-updates .submayor-wrap .party-sign > img {
  left: auto;
  right: 2px;
}

h3.resutl-card-title {
  line-height: 1;
  font-size: 25px;
  color: rgba(0, 0, 0, 0.68);
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
}
.resutl-card-title > img {
  width: 25px;
  margin: 0 5px;
}
.ok-el-content-wrap .ok-el-left,
.ok-el-content-wrap .ok-el-right {
  margin: 0 5px;
  position: relative;
}
.total-seats {
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 98;
}
.total-seats > span {
  display: inline-block;
  line-height: 22px;
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.68);
  background-color: white;
}
.mahanagar-result .um-name {
  width: 150px;
  max-width: 150px;
}
.mahanagar-result .um-name h3 {
  font-size: 18px !important;
}
.current-mat {
  line-height: 1;
  margin-top: 5px;
  font-weight: 600;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 99;
}

.submayor-wrap .current-mat {
  left: 10px;
  right: auto;
}
.live-updates-mobile {
  display: none;
}

/*Bar responsive*/
.live-updates-mobile .party-name {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.06);
  padding: 8px 0;
  margin-bottom: 10px;
}
.live-updates-mobile .party-name .party-name {
  background-color: transparent;
}
.both-pos-wrap > .flx > h5 {
  width: 48px;
}
.both-pos-wrap > .flx {
  align-items: center;
}
.both-pos-wrap > .flx > h5 {
  margin: 0 10px 0 0;
}
.bar {
  background-color: rgba(0, 0, 0, 0.06);
  height: 15px;
  width: 100%;
  flex: 2;
}
.num-seat {
  max-width: 48px;
  min-width: 48px;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}

.progress {
  width: 40%;
  display: block;
  height: 100%;
}

.party-leadings:not(:last-child) {
  margin-bottom: 20px;
}
.seat-bar {
}

.single
  .ok-section-sahitya.chutaunu-vayo-ki
  .ok-sidebar-card-news
  .ok-news-post
  a
  .ok-post-thumb {
  height: 100% !important;
}

.home .ok-section-business .ok-col-right .ok-news-tags {
  margin-bottom: 24px;
}
/*Election home page chart Ends*/

.ok-prime-adv-nic {
  background-color: #e40421;
  text-align: center;
}

.ok-prime-adv-nic .ok-container {
  padding: 30px 0 28px;
  position: relative;
}

.ok-prime-adv-nic .nic-logo {
  position: absolute;
  top: 10px;
  left: 0;
  width: 115px;
  height: auto;
  z-index: 4;
}

.ok-prime-adv-nic .nic-25yr {
  position: absolute;
  top: 10px;
  right: 0;
  width: 74px;
  height: auto;
  z-index: 4;
}

.ok-prime-adv-nic .nic-slogan {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 122px;
  height: auto;
  z-index: 4;
}

.ok-prime-adv-nic h3 {
  font-size: 44px;
  margin: 0 0 20px;
  line-height: 1;
}

.ok-prime-adv-nic h3 img {
  max-width: 300px;
}

.ok-prime-adv-nic .adv-wrap-center {
  max-width: 980px;
  margin: 0 auto;
}

.ok-prime-adv-items .owl-prev,
.ok-prime-adv-items .owl-next {
  /*background-color: rgba(255,255,255,.14) !important;*/
}

.btn-nic {
  line-height: 40px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 48px;
  background-color: white;
  color: #e40421;
  padding: 0 24px;
  text-align: center;
  display: inline-block;
  margin-top: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-nic:hover {
  background-color: #fbb900;
  color: white;
}

.item > a {
  text-decoration: none;
}

.ok-prime-adv-items .owl-prev.disabled,
.ok-prime-adv-items .owl-next.disabled {
  display: block;
}

.ok-prime-adv-items .item a {
  display: block;
}
.ok-prime-adv-items .item a img {
  transition: all 0.3s ease;
  border-radius: 24px;
  /*box-shadow: rgba(0,0,0, .24) 0 0 14px;*/
  border: solid 4px rgba(255, 255, 255, 0.8);
}

.ok-prime-adv-items .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 120px;
  left: 0;
  width: 100%;
  right: 0;
}

.nic-adv-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 20px;
}

.nic-adv-title-row > div {
  flex: 1;
  text-align: center;
}
.nic-adv-title-row > div:first-child {
  text-align: left;
}
.nic-adv-title-row > div:last-child {
  text-align: right;
}

@media all and (min-width: 767px) {
  .bises-type-3 .ok-sport-page-spot-news-wrap .ok-sport-main-news-img {
    height: auto;
  }
  .home-aftersamachar-half2 {
    padding: 20px 0;
  }
}

@media all and (max-width: 767px) {
  .ok-prime-adv-items .item {
    text-align: center;
  }
  .ok-prime-adv-items .item img {
    display: inline-block;
    max-width: 268px;
  }

  .ok-prime-adv-nic .nic-slogan {
    bottom: 10px;
    right: 10px;
  }

  .ok-prime-adv-nic .nic-25yr {
    top: 10px;
    right: 6px;
    width: 45px;
  }

  .ok-prime-adv-nic .nic-logo {
    top: 15px;
    left: 5px;
    width: 68px;
  }

  .speak-to-us {
    padding-right: 20px;
  }

  .representatives > div {
    flex: 0 0 100%;
  }
}

.ok-download-mobile-app {
  display: none;
  background-color: white;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.14) 0 0 24px;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 60px;
  z-index: 99;
}
.ok-download-mobile-app .flx {
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
}

.ok-download-mobile-app .flx .ok-ap-icon {
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  border-radius: 8px;
  text-align: center;
  line-height: 70px;
}
.ok-download-mobile-app .flx .ok-ap-icon img {
  width: 40px;
  vertical-align: top;
  margin-top: 10px;
}

.ap-download-btn a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: white;
  padding: 3px 14px 1px;
  border-radius: 3px;
  background-color: #2260bf;
  text-decoration: none;
}
.ok-ap-text {
  flex: 2;
}
.ok-ap-text h5 {
  margin: 0 0 4px 0;
  font-size: 16px;
  line-height: 1;
}
.ok-ap-text p {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  opacity: 0.68;
  line-height: 1;
}

.close-download-panel {
  cursor: pointer;
  font-size: 24px;
  font-weight: 300;
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  right: 5px;
  height: 20px;
  line-height: 20px;
}

/*Election news section*/
.section-elec-news {
  background: #f4f4f4;
  margin-bottom: 0;
  padding: 40px 0;
}
.section-elec-news .news-grid-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.news-grid-wrap > div:first-child {
  flex: 0 0 65%;
  padding-right: 30px;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
.news-grid-wrap > div:last-child {
  flex: 0 0 35%;
  padding-left: 30px;
}
.news-post-main {
  text-align: center;
}
.news-post-main a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.news-post-main a h4 {
  transition: all 0.3s ease;
  font-size: 34px;
  margin: 0 0 20px 0;
  line-height: 1.3;
}
.news-post-main a p {
  font-size: 20px;
  margin: 0 0 15px 0;
}
.news-post-main a:hover h4 {
  color: #174fb1;
}
.news-post-img a .ok-post-thumb {
  margin-bottom: 30px;
}

.news-post-main a .news-post-img img {
  border-radius: 4px;
  height: 450px;
  width: 100%;
  margin-bottom: 30px;
  object-fit: cover;
}
.news-post-main .news-post-date {
  font-size: 12px;
  opacity: 0.48;
}
.news-post-rtl > a {
  display: flex;
  flex-wrap: wrap;
  color: inherit;
  text-decoration: none;
}
.news-post-rtl > a > div {
  flex: 1;
}
.news-post-rtl > a .news-post-img {
  margin-left: 20px;
  max-width: 98px;
}
.news-post-rtl > a .news-post-img > img {
  border-radius: 4px;
  width: 100%;
  height: 75px;
  object-fit: cover;
}
.news-post-rtl > a .news-contents h5 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.news-post-rtl > a .news-contents p {
  font-size: 15px;
  opacity: 0.68;
  margin: 0 0 5px 0;
  font-weight: 500;
}

.news-post-rtl > a .news-contents .news-post-date {
  font-size: 12px;
  opacity: 0.48;
}
.news-post-rtl > a:hover .news-contents h5 {
  color: #174fb1;
}
.news-post-rtl {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}
.news-post-rtl:last-child {
  border-bottom: none;
}

.section-popular-candidate {
  background-color: #141417;
}

.section-popular-candidate .ok-section-title h2 {
  color: white;
}

.section-popular-candidate .candidate-wrapper {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  flex-wrap: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.section-popular-candidate .candidate-wrapper > div {
  flex: 0 0 23.4%;
  padding: 0 10px;
  scroll-snap-align: start;
}
.candidate-card {
  background-color: white;
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
}
.candidate-card .candidate-img {
  height: 324px;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.candidate-card .candidate-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 3;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.64), transparent);
}

.section-popular-candidate .candidate-card a {
  color: white;
}

.candidate-card .candidate-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  vertical-align: top;
  transition: all 0.3s ease;
}

.candidate-card .candidate-img .party-symbol {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  object-fit: cover;
  z-index: 5;
  padding: 5px;
  background-color: white;
}

.candidate-card .candidate-img .candidate-info {
  padding: 15px;
  background-color: #174fb1;
  color: white;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 6;
}
.candidate-card .candidate-img .candidate-info h4 {
  font-size: 20px;
  line-height: 1;
  margin: 0;
}

.candidate-card .candidate-img .candidate-info h4 a,
.candidate-card .candidate-img .candidate-info span a {
  text-decoration: none;
}

.candidate-card .candidate-img .candidate-info span {
  font-size: 14px;
  display: block;
  line-height: 1;
  margin-top: 5px;
}

.candidate-card .candidate-img::after {
  content: "";
  width: 128px;
  height: 186px;
  background-image: url("../img/popular-img-pattern.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
}

.candidate-card .candidate-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  padding: 18px;
}

.candidate-card .candidate-name > img {
  height: 28px;
  width: 28px;
  margin-right: 10px;
}

.section-popular-candidate .circle-arrow {
  background-color: white;
}

/*Election section styles*/
.section-election {
  padding: 0;
  background-color: #f7f9fc;
  background-image: url("../img/crowed-bg.png");
  background-size: auto 128px;
  background-repeat: repeat-x;
  background-position: center bottom;
  border-top: solid 8px #2462c2;
}
.section-election .ok-container > .flx {
  align-items: center;
}
.section-election .ok-container > .flx > div {
  flex: 1;
}
.section-election .ok-container > .flx > div:nth-child(2) {
  flex: 2;
  width: 100%;
  padding: 40px;
  max-width: 524px;
}

.el-section-title {
  text-align: center;
  padding: 30px 80px;
  background-image: url("../img/dot-blue-img.png");
  background-size: 125%;
  background-position: center 105%;
  background-repeat: no-repeat;
  height: 100%;
}

.el-section-title .el-edition {
  margin-top: 20px;
}

.card-hotseat {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s ease;
}

.card-hotseat .election-area {
  line-height: 34px;
  background-color: #174fb1;
  color: #fff;
  border: none;
  text-align: center;
  width: 100%;
  border-radius: 8px 8px 0 0;
  align-items: center;
  display: flex;
  padding: 8px 20px;
}

.card-hotseat .election-area > span {
  display: inline-block;
}
.card-hotseat .election-area > span:last-child {
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.14);
  padding: 0 18px;
  border-radius: 48px;
}
.card-hotseat .election-area span a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 18px;
}
.card-hotseat .election-area span a:hover {
  color: #84dcff;
}

.card-hotseat .flx {
  position: relative;
  flex-wrap: wrap;
}
.card-hotseat .flx::before {
  content: "";
  height: 1px;
  width: 60%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 38%;
  left: 20%;
  z-index: 3;
}

.card-hotseat .competetor-info {
  flex: 1;
  text-align: center;
  padding: 32px 20px 20px;
  position: relative;
  z-index: 4;
}

.card-hotseat .competetor-info .party-flag {
  position: absolute;
  top: 88px;
  left: 58px;
}

.card-hotseat .competetor-info a {
  color: inherit;
  text-decoration: none;
}
.card-hotseat .competetor-info .party-flag img {
  width: 28px;
  min-width: 28px;
  border: solid 2px #f0f8ff;
  border-radius: 50%;
}

.card-hotseat .candidate-img {
  height: 84px;
  width: 84px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
  background-color: #f1f1f1;
}
.card-hotseat .candidate-img > a {
  display: block;
  height: 100%;
  width: 100%;
}

.card-hotseat .candidate-img > a > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.card-hotseat .candidate-name {
  font-weight: 700;
}
.card-hotseat .candidate-party {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.card-hotseat .competetor-info:nth-child(2) {
  border-right: none;
}

.previous-win-row {
  flex: 0 0 100% !important;
  padding: 12px 20px;
  text-align: center;
  font-size: 16px;
  color: rgba(136, 72, 72, 0.68);
  background-color: #ffe8e8;
  border-radius: 0 0 8px 8px;
  font-size: 14px;
}

.section-election .section-heading {
  margin: 0 0 24px;
  align-content: center;
  justify-content: center;
}
.section-election .section-heading h2 {
  margin: 0;
  color: #2260bf;
}
.section-election .section-heading .ok-btn {
  margin-left: auto;
}
.ok-btn.primary {
  background-color: #dce7f7;
  color: #2260bf;
  line-height: 25px;
  padding: 4px 18px;
  margin-left: auto;
  border-radius: 48px;
  height: 34px;
  align-self: center;
}
.ok-btn.primary:hover {
  color: white;
}

.popular-face-col {
  text-align: center;
}

.hot-seat-graphics {
  text-align: center;
}

/*All style for election result* ==========================================*/

.section-result-counting {
  background-color: #f4f4f4;
  padding: 35px 0;
}

.flx-wrap {
  flex-wrap: wrap;
}

.section-result-counting .ok-container,
.section-hotseat-counting .ok-container {
  padding: 30px 20px;
}
.section-hotseat-counting .ok-section-title h2 {
  margin-left: 0;
  margin-right: 0;
}

.section-popular-candidate-counting .section-heading {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.section-popular-candidate-counting .section-heading h2 {
  margin: 0;
  line-height: 1;
  font-size: 45px;
  font-weight: 600;
  font-family: "Khand", sans-serif;
  color: #2260bf;
  display: flex;
  align-items: center;
}

.result-card {
  padding: 40px;
  background-color: white;
  border-radius: 8px;
}
.result-card h3 {
  color: #174fb1;
  font-size: 28px;
  line-height: 1;
  margin: 0 10px 0 0;
  align-items: center;
}
.author-icon-ok {
  height: 45px;
  width: 45px;
  margin-right: 5px;
}
.author-icon-ok img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.result-card h3 span {
  display: inline-block;
}
.result-card h3 .live-cast {
  margin-left: 15px;
  background-color: #ff5c5c;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  padding-left: 20px;
  border-radius: 4px;
  padding-right: 10px;
  line-height: 26px;
}
.result-card h3 .live-cast:before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 8px;
}
.result-card h3 .total-seat {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.48);
  white-space: nowrap;
  margin: 0 10px 0 auto;
  font-weight: 500;
}
.result-card h3 .total-seat strong {
  font-size: 18px;
  font-weight: 700;
}
.col-indv-info {
  flex: 2;
  padding-right: 5px;
}
.col-lead,
.col-win,
.total-seat {
  flex: 1;
  max-width: 98px;
  padding: 0 2px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.col-lead {
  color: #5db56b;
}
.col-win {
  color: #ff5c5c;
}
.col-lead a,
.col-win a,
.total-seat a {
  color: inherit;
  text-decoration: none;
}
.label-block {
  align-items: center;
  display: flex;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.08);
  color: black;
  line-height: 34px;
  padding: 0 14px;
  font-size: 16px;
  justify-content: center;
}
.label-block > img {
  height: 14px;
  width: 14px;
  margin-right: 8px;
}
.label-block.leading {
  background-color: #f1faf3;
  color: #5db56b;
}
.label-block.won {
  background-color: #fff2f2;
  color: #ff5c5c;
}
.row-party {
  background-color: #f8f8f8;
  margin-top: 8px;
  position: relative;
}
.row-party .col-lead,
.row-party .col-win,
.row-party .total-seat {
  padding: 15px 0;
  padding: 0;
  border-left: solid 2px rgba(0, 0, 0, 0.05);
}
.row-party .col-lead .label-block,
.row-party .col-win .label-block {
  display: none;
}

.row-party .total-seat.samanupatik-seat {
  font-size: 16px;
  text-align: right;
  padding: 12px 14px 0 0;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.68);
}
.row-party .total-seat.samanupatik-seat .lable-txt {
  display: none;
}

.row-party .total-seat {
  border-right: none;
  padding-right: 2px;
}

.row-party .col-win {
  background-color: #ffdede;
  border-left: none;
}
.row-party .col-lead {
  background-color: #def9e4;
  border-left: none;
}

.col-indv-info {
  position: relative;
}
.col-indv-info .fill-percnt {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  transition: all 0.3s ease;
  box-sizing: inherit;
  display: flex;
}
.col-indv-info .fill-percnt .fill-left {
  height: 100%;
  width: 194px;
  min-width: 194px;
  max-width: 194px;
  background-color: inherit;
}
.col-indv-info .fill-percnt .fill-right {
  background-color: inherit;
  width: 100%;
  height: 100%;
}
.col-indv-info .fill-percnt .fill-right > .filling {
  height: 100%;
  width: 0px;
  transition: all 0.3s ease;
}
.col-indv-info .party-name {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.88);
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  max-width: 194px;
  min-width: 194px;
  position: relative;
  padding: 10px;
  z-index: 4;
}
.col-indv-info .party-name > img {
  background-color: white;
  border-radius: 50%;
  padding: 2px;
  height: 28px;
  width: 28px;
  object-fit: cover;
  margin-right: 10px;
}
.col-indv-info .party-name span > a {
  color: inherit;
  text-decoration: none;
}
.hash-tag {
  text-align: right;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  padding-bottom: 0;
}

.hash-tag picture {
  height: 20px;
}
.hash-tag img {
  height: 18px;
  margin-right: 15px;
}

.hash-text {
  font-weight: 700;
  opacity: 0.8;
}
.row-total {
  background-color: #eaeff5;
  margin-top: 10px;
}
.row-total .col-indv-info {
  text-align: right;
  display: inline-flex;
  align-items: center;
  padding-right: 15px;
  justify-content: flex-end;
}
.row-total .col-lead,
.row-total .col-win,
.row-total .total-seat {
  border-left: solid 2px rgba(0, 0, 0, 0.05);
  border-right: solid 2px rgba(0, 0, 0, 0.05);
  border-color: rgba(36, 98, 194, 0.06);
  font-size: 20px;
  color: #174fb1;
}

.copyright-row {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  padding: 0 10px;
}
.copyright-row .hash-tag {
  padding-top: 0;
  padding-left: 0;
  padding-left: 0;
}
.copyright-row .hash-tag img {
  margin-right: 10px;
}
.copyright-row .home-quick-links {
  margin-left: auto;
  display: flex;
}
.copyright-row .home-quick-links > a {
  display: flex;
  align-items: center;
  margin-left: 15px;
  color: rgba(0, 0, 0, 0.68);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  padding: 2px 16px 0;
  background-color: #e8e8e8;
  border-radius: 48px;
}
.copyright-row .home-quick-links > a:hover {
  color: #174fb1;
}
.copyright-row .home-quick-links > a > img {
  height: 34px;
  width: 34px;
  margin-right: 5px;
  display: none;
}

.section-hotseat-counting .ok-section-title h2 > img {
  border-radius: 4px;
  height: 58px;
  margin-left: 20px;
  order: 3;
}

.current-time {
  display: inline-block;
  padding: 3px 10px;
  background-color: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.68);
  font-size: 12px;
  margin-left: 14px;
}

.filter-row-home {
  padding: 10px;
  background-color: #dce7f7;
  margin-bottom: 20px;
}

.filter-row-home .map-filter-row {
  display: flex;
  width: 100%;
}

.map-filter-row .select-box,
.ok-select-box {
  background-color: #fff;
  border: solid 1px #dce2ea;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  flex: 1;
  margin-right: 15px;
}

.map-filter-row .select-box select,
.ok-select-box select {
  font-family: inherit;
  background-color: transparent;
  padding: 6px 10px;
  padding-right: 10px;
  padding-right: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #696a6b;
  width: 100%;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 3;
  padding-right: 35px;
}

.map-filter-row .select-box:after,
.ok-select-box:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #000 transparent transparent transparent;
  z-index: 2;
}

#top-filter-submit-trigger {
  background-color: #2260bf;
  color: white;
}

.row-table-header {
  position: relative;
}

.direct-result-label {
}

/*Pradesh sabha election tabs*/
.section-provience-home .section-heading {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}
.section-provience-home .tab-nav {
  align-self: center;
  margin-left: auto;
  border-radius: 48px;
  border: solid 1px #ebebeb;
  padding: 2px;
  background-color: #fff;
}

.section-provience-home .tab-nav .tab-nav-item {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.68);
  line-height: 32px;
  padding: 0 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.section-provience-home .tab-nav .tab-nav-item.active-nav {
  background-color: #e5ebf4;
  color: #174fb1;
  border-radius: 68px;
}

.provience-info-home-card .pradesh-stat-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.provience-info-home-card .pradesh-stat-wrapper .pradesh-stat-left {
  flex: 1;
  max-width: 100%;
}

.provience-info-home-card .pradesh-stat-wrapper .pradesh-stat-map {
  flex: 1;
  max-width: 500px;
  padding: 30px;
}

.section-provience-home .pradesh-stat-left {
  padding-right: 80px;
}
.provience-info-home-card .pradesh-stat-wrapper .pradesh-stat-map {
  text-align: center;
}
.provience-info-home-card .pradesh-stat-wrapper .pradesh-stat-map img {
  width: 300px;
  height: 300px;
}

.ml-auto {
  margin-left: auto;
}

.inline-bar {
  margin-bottom: 20px;
}

.inline-bar .party-name {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
}

.inline-bar .seat-bar-wrap {
  background-color: white;
  height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

.inline-bar .seat-bar-wrap .progress-bar {
  height: 100%;
  width: 0;
}

.inline-bar .seat-bar-wrap .seat-numr {
  display: inline-block;
  margin-left: 15px;
  font-weight: 700;
}

.provience-info-home-card h5 {
  font-size: 24px;
  margin: 0 0 24px;
  line-height: 1;
  font-weight: 600;
}

.section-provience-home .section-heading h2 {
  margin: 0;
  line-height: 1;
  font-size: 45px;
  font-weight: 600;
  font-family: "Khand", sans-serif;
  color: #2260bf;
  display: flex;
  align-items: center;
}

.pradesh-stat-wrapper {
  background-color: rgba(0, 0, 0, 0.04);
  padding: 30px;
  border-radius: 8px;
}

.segregate {
  display: inline-block;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 600;
  margin-left: auto;
}

.segregate .leading {
  margin-right: 10px;
}

.segregate .leading,
.segregate .winning {
  display: inline-block;
  color: #5db56b;
}

.segregate .winning {
  color: #ff5c5c;
}

.seat-bar-wrap .party-icon {
  height: 20px;
  width: 20px;
  margin-right: 3px;
  border-radius: 50%;
  background-color: white;
  overflow: hidden;
  margin-left: 3px;
}

@media all and (max-width: 767px) {
  .row-party .total-seat.samanupatik-seat {
    display: block !important;
    padding: 0 10px !important;
  }

  .row-party .total-seat.samanupatik-seat .lable-txt {
    display: inline-block;
    font-weight: 400;
    margin-right: 5px;
    font-size: 12px;
  }

  .filter-row-home .map-filter-row {
    flex-direction: column;
  }
  .map-filter-row .select-box {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #top-filter-submit-trigger {
    margin-left: 0;
    width: 100%;
  }
  .col-lead,
  .col-win,
  .total-seat {
    max-width: none;
  }
  .result-card {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -16px;
  }
  .result-card > div {
    padding: 0 8px 16px;
    flex: 0 0 47%;
    margin: 0 5px 10px;
    flex-wrap: wrap;
  }
  .result-card > div.row-table-header {
    flex: 0 0 100%;
  }
  .result-card > div.row-total {
    display: none;
  }
  .result-card > div.hash-tag {
    padding-top: 15px;
    justify-content: center;
    flex: 0 0 100%;
  }
  .row-table-header .col-lead,
  .row-table-header .col-win,
  .row-table-header .total-seat {
    display: none;
  }
  .row-party {
    background-color: #fff;
    padding: 0;
    border-radius: 4px;
  }
  .row-party .col-indv-info {
    flex: 0 0 100%;
  }
  .row-party .col-indv-info .party-name {
    justify-content: center;
    min-width: auto;
    max-width: none;
  }
  .row-party .col-lead,
  .row-party .col-win,
  .row-party .total-seat {
    padding: 0 2px;
    border: none;
  }
  .row-party .col-lead .label-block,
  .row-party .col-win .label-block,
  .row-party .total-seat .label-block {
    display: flex;
  }
  .row-party .total-seat,
  .row-party .col-indv-info .fill-percnt {
    display: none;
  }
  .result-card .copyright-row {
    flex: 0 0 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    margin-bottom: 15px;
  }
  .result-card .copyright-row .home-quick-links {
    display: none;
  }
  .central-nepal-result {
    padding: 0 !important;
  }

  .central-nepal-result .result-card-row.row-total {
    display: none !important;
  }

  .okel-api-fetch {
    display: flex;
    width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0 !important;
  }

  .central-nepal-result .result-card-row {
    display: inline-flex !important;
    flex: 0 0 46.5% !important;
    margin: 8px 5px 0 !important;
  }
  .central-nepal-result .result-card-row.row-table-header {
    flex: 0 0 100% !important;
  }
  .central-nepal-result .col-indv-info .party-name {
    border-radius: 4px 40px 0 0;
  }

  .section-hotseat-counting .ok-section-title h2 > img {
    margin-left: 14px;
  }
}
.section-counting-pradesh {
  background-color: white;
}
.section-counting-pradesh .result-card {
  padding: 0;
}
.section-counting-pradesh .inner-wrapper {
  margin-top: 10px;
  padding: 20px 0;
  margin-bottom: -20px;
}
.summary-prev {
  margin-left: auto;
  color: rgba(0, 0, 0, 0.48);
  font-size: 13px;
  font-weight: 400;
  border-radius: 48px;
  line-height: 20px;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.05);
}
.summary-prev strong {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
}
.inner-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.pradesh-item {
  padding: 0 15px 30px;
  height: 100%;
  flex: 0 0 50%;
}
.pradesh-item-card {
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.14) 0 0 18px;
}
.pradesh-item-card-header {
  background-color: rgba(23, 79, 177, 0.08);
  align-items: center;
  padding: 15px;
  color: #174fb1;
}
.pradesh-item-card-header .pradesh-name {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  line-height: 34px;
  padding: 0 15px;
}
.pradesh-item-card-header span:last-child {
  margin-left: auto;
}
.pradesh-sabha-total .pradesh-item-card-header {
  background-color: rgba(23, 79, 177, 1);
}
.pradesh-sabha-total .pradesh-item-card-header span:last-child {
  color: white;
}
.pradesh-card-row {
  display: flex;
  padding: 5px 15px;
}
.pradesh-card-row:hover {
  background-color: #f9faff;
}
.pradesh-card-row:not(:last-child) {
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
}
.pradesh-card-row a {
  text-decoration: none;
  color: inherit;
}
.pradesh-card-row .col-party {
  flex: 2;
  display: inline-flex;
  align-items: center;
}
.pradesh-card-row .col-party .party-name {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.pradesh-card-row .col-party .party-name > img {
  height: 24px;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  border-radius: 50%;
  padding: 2px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin-right: 10px;
}
.pradesh-card-row .col-won,
.pradesh-card-row .col-lead {
  flex: 1;
  width: 80px;
  max-width: 80px;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}
.pradesh-card-row .col-won {
  color: #ff5c5c;
}
.pradesh-card-row .col-lead {
  color: #5db56b;
}
.pradesh-card-row.row-thead {
  padding: 4px 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
}
.pradesh-card-row.row-thead .col-party {
  flex: 2;
}
.pradesh-card-row.row-thead .col-won,
.pradesh-card-row.row-thead .col-lead {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pradesh-card-row.row-thead .col-won > img,
.pradesh-card-row.row-thead .col-lead > img {
  height: 18px;
  width: 18px;
  margin-right: 6px;
}
.pradesh-card-row.row-thead .col-lead > img {
  height: 13px;
  width: 13px;
}
.fill-wrapper {
  align-self: center;
  flex: 1;
  min-width: 120px;
  max-width: 120px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.04);
  position: relative;
}
.section-hotseat-counting {
  background-color: #f7f7f9;
  padding: 40px 0;
}
.section-hotseat-counting .section-heading h2 {
  color: #174fb1;
}
.candidate-result-indv-card {
  position: relative;
  padding: 20px;
  background-color: white;
  text-align: center;
}
.candidate-result-indv-card .candidate-name {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.68);
  margin-bottom: 5px;
  line-height: 1;
}
.candidate-result-indv-card .candidate-name a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
.candidate-result-indv-card .candidate-name a:hover {
  color: #174fb1;
}
.candidate-result-indv-card .candidate-party {
  font-size: 14px;
  margin-bottom: 5px;
  color: #30b4ff;
}
.candidate-result-indv-card .candidate-party a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
.candidate-result-indv-card .candidate-party a:hover {
  color: rgba(0, 0, 0, 0.48);
}
.candidate-result-indv-card .candidate-vote {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}
.candidate-result-indv-card.is-leading .candidate-pos {
  background-color: #dbf2e0;
  color: #5db56b;
}
.candidate-result-indv-card.is-leading .candidate-pos > img {
  width: 11px;
}
.candidate-result-indv-card.is-leading .candidate-vote {
  color: #5db56b;
}
.candidate-result-indv-card.is-win .candidate-pos {
  background-color: #fff2f2;
  color: #ff5c5c;
}
.candidate-result-indv-card.is-win .candidate-pos > img {
  width: 15px;
}
.candidate-result-indv-card.is-win .candidate-vote {
  color: #ff5c5c;
}
.candidate-avatar-wrap {
  height: 74px;
  width: 74px;
  position: relative;
  margin: 0 auto 15px;
}
.candidate-avatar-wrap > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  vertical-align: top;
}
.candidate-result-indv-card .candidate-avatar-wrap .party-flag {
  height: 25px !important;
  width: 25px !important;
  min-width: 25px !important;
  border-radius: 50%;
  background-color: white;
  border: solid 2px white;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  margin-right: 0;
}
.party-name-abs {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.48);
}
.party-name-abs > a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
.party-name-abs > a:hover {
  color: #30b4ff;
}
.candidate-pos {
  display: flex;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 22px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.68);
  padding: 0 10px;
  border-radius: 48px;
}
.candidate-pos > img {
  margin-right: 5px;
}

@media all and (max-width: 767px) {
  hotseat-result-card {
    margin: 0 15px;
  }
}
.hotseat-result-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
.hotseat-result-card-wrapper > div {
  flex: 0 0 50%;
  padding: 0 10px;
  padding-bottom: 20px;
}
.hotseat-result-card {
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.14) 0 0 14px;
}
.hotseat-result-card > div {
  flex: 0 0 25%;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
.hotseat-result-card > div:first-child,
.hotseat-result-card > div:last-child {
  border-right: none;
}
.hotseat-result-card .hotseat-result-card-header {
  display: inline-flex;
  align-items: center;
  flex: 0 0 100%;
  background-color: #2462c2;
  color: #fff;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 18px;
}
.hotseat-result-card .hotseat-result-card-header a {
  color: inherit;
  text-decoration: none;
}
.hotseat-result-card .hotseat-result-card-header .pradesh-name {
  margin-left: auto;
  font-weight: 500;
  font-size: 14px;
  background-color: rgba(23, 79, 177, 0.1);
  line-height: 20px;
  padding: 0 10px;
  border-radius: 48px;
}
.hotseat-result-card .candidate-pos {
  top: 10px;
  right: 10px;
}
.hotseat-result-card .candidate-avatar-wrap {
  height: 68px;
  width: 68px;
}
.section-popular-candidate-counting {
  background-color: white;
  padding: 40px 0;
}
.section-popular-candidate-counting .popular-candidate-indv-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -16px;
}
.section-popular-candidate-counting .popular-candidate-indv-card-wrapper > div {
  flex: 0 0 20%;
  padding: 0 8px 16px;
}
.section-popular-candidate-counting
  .popular-candidate-indv-card-wrapper
  > div
  .candidate-result-indv-card {
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding-top: 48px;
  transition: all 0.3s ease;
  height: 100%;
}
.section-popular-candidate-counting
  .popular-candidate-indv-card-wrapper
  > div
  .candidate-result-indv-card:hover {
  background-color: #f6f7fb;
}
.section-popular-candidate-counting
  .popular-candidate-indv-card-wrapper
  > div
  .candidate-result-indv-card
  .candidate-avatar-wrap {
  height: 104px;
  width: 104px;
}
.section-quick-links {
  background-color: white;
  padding: 20px 0;
  display: none;
}
.section-quick-links .home-quick-links {
  display: flex;
  flex-wrap: wrap;
}
.section-quick-links .home-quick-links > a {
  display: block;
  text-decoration: none;
  text-align: center;
  flex: 1;
}
.section-quick-links .home-quick-links > a > img {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.section-quick-links .home-quick-links > a > span {
  font-size: 14px;
  display: block;
  color: rgba(0, 0, 0, 0.68);
}
.quick-access-links {
  margin-left: 34px;
}
.quick-access-links > a {
  display: inline-block;
  padding: 6px 14px;
  background-color: rgba(0, 0, 0, 0.08);
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  margin-right: 8px;
  transition: all 0.3s ease;
  border-radius: 48px;
  color: inherit;
}
.quick-access-links > a:hover {
  background-color: #174fb1;
  color: white;
}

.section-hotseat-counting {
  background-color: #f7f7f9;
  padding: 40px 0;
}

/*Pratinidhisabha dual bar ====================== dual bar=======*/
.dual-bar-row {
  background-color: transparent;
  margin-bottom: 30px;
}
.dual-bar-row .col-indv-info {
  flex: 1;
  max-width: 144px;
}
.dual-bar-row .party-name {
  position: relative;
}
.dual-bar-row .party-name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.dual-bar-row .party-name img,
.dual-bar-row .party-name span {
  position: relative;
  z-index: 3;
}

.dual-bar-col {
  flex: 2;
}
.pratykshya {
  margin-bottom: 3px;
  height: 42px;
  background-color: #fafafa;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.samanupatik {
  height: 35px;
  background-color: #fafafa;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pratykshya .lable,
.samanupatik .lable {
  display: inline-block;
  flex: 1;
  min-width: 98px;
  max-width: 98px;
  height: 100%;
  background-color: #215ab2;
  color: white;
  padding: 4px 10px;
  font-size: 15px;
}
.samanupatik .lable {
  background-color: #349eeb;
}
.pratykshya .lable {
  padding-top: 9px;
}
.dual-bar-col .bar-wrapper {
  flex: 2;
  width: 100%;
  display: flex;
}

.pratykshya .bar-wrapper .fill {
  height: 100%;
  width: 0;
  background-color: #2462c2;
  transition: all 0.3s ease;
  display: block;
}
.samanupatik .bar-wrapper .fill {
  height: 100%;
  width: 0;
  background-color: #38acff;
  transition: all 0.3s ease;
  display: block;
}

.bar-wrapper .number-seat {
  white-space: nowrap;
  margin-left: 10px;
  font-size: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.68);
}
.bar-wrapper .number-seat > span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
}
.bar-wrapper .number-seat > span.percentage-seat {
  font-size: 14px;
  color: #3472c9;
}

.samanupatik .bar-wrapper .number-seat {
  font-size: 18px;
}

.dual-bar-row .col-seats,
.dual-bar-row .col-total {
  min-width: 68px;
  max-width: 68px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  border-left: dashed 1px rgba(0, 0, 0, 0.14);
}
.dual-bar-row .col-seats {
  background-color: #fafafa;
}
.dual-bar-row .col-seats a,
.dual-bar-row .col-total a {
  text-decoration: none;
  color: inherit;
}

.col-seats span {
  display: block;
  color: #38acff;
}
.col-seats span.seat-pratakshya {
  height: 45px;
  margin-bottom: 3px;
  color: #2462c2;
  border-bottom: solid 3px white;
  line-height: 44px;
}
.col-seats span.seat-samanupatik {
  height: 29px;
  line-height: 26px;
}
.dual-bar-card .total-seat {
  max-width: 68px;
  min-width: 68px;
}

.dual-bar-row .col-total {
  font-size: 26px;
  font-weight: 700;
  padding: 20px 5px 0;
  background-color: #eef2f8;
}

.dual-bar-row .col-indv-info .party-name {
  flex-wrap: wrap;
  justify-content: center;
}

.dual-bar-row .party-name span {
  flex: 0 0 100%;
  text-align: center;
}
.dual-bar-row .col-indv-info .party-name {
  min-width: 0;
}
.dual-bar-row .col-indv-info .party-name > img {
  margin: 0 0 5px 0;
}

.bar-wrapper .number-seat > span.seat-aprox {
  display: none;
}
.asterisk-def {
  margin-top: 10px;
  margin-bottom: 24px;
  text-align: right;
  font-size: 12px;
  opacity: 0.8;
}

.total-label {
  display: none;
}

/*Pratinidhisabha dual bar ====================== dual bar=======Ends*/

/* WORLDCUP 022 ========================================  Start*/
.section-world-cup {
  padding: 0;
  background-image: url("../img/wc-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}
.section-world-cup .ok-container {
  background-image: url("../img/world-cup-character.png");
  background-size: 284px auto;
  background-repeat: no-repeat;
  background-position: 36% 34px;
  padding: 60px 0;
}
.section-world-cup .ok-post-ltr a .ok-post-content-wrap h2 {
  color: white;
}
.section-world-cup .ok-card-sifaris {
  margin-bottom: 0;
}

.section-world-cup .ok-section-title h2 img {
  mix-blend-mode: difference;
}
.section-world-cup .ok-section-title h2 .circle-arrow {
  background-color: #fbd601;
}

.section-world-cup .ok-post-overlay > a::before {
  background-image: linear-gradient(
    to top,
    rgba(58, 19, 32, 0.88),
    rgba(58, 19, 32, 0.68),
    transparent,
    transparent,
    transparent
  );
}
.section-world-cup .ok-news-post.ok-post-ltr:not(:last-child) {
  margin-bottom: 28px;
}

.partner_logo {
  display: inline-block;
  text-decoration: none;
}

.partner_logo svg {
  width: 40px;
  height: 40px;
}

/* WORLDCUP 022 ========================================  End*/

@media all and (max-width: 767px) {
  .section-counting-pradesh .inner-wrapper {
    margin: 0;
    flex: 0 0 100%;
    overflow-x: visible;
  }
  .pradesh-item {
    padding: 0;
    flex: 1;
    margin: 0 0 20px;
  }
  .section-counting-pradesh .result-card {
    margin: 0;
  }
  .section-counting-pradesh .inner-wrapper {
    flex-direction: column;
  }
  .summary-prev {
    display: none;
  }
  .pradesh-item-card-header {
    padding: 10px 15px;
  }
  .section-counting-pradesh .inner-wrapper {
    padding-bottom: 0;
  }
  .hotseat-result-card-wrapper > div {
    flex: 0 0 100%;
  }
  .hotseat-result-card > div {
    flex: 0 0 50%;
  }
  .hotseat-result-card .candidate-pos {
    top: 5px;
    right: 5px;
  }
  .hotseat-result-card {
    margin: 0 15px;
  }
  .hotseat-result-card > div {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  .section-popular-candidate-counting .section-heading {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .section-popular-candidate-counting .section-heading .quick-access-links {
    display: none;
  }
  .section-popular-candidate-counting .section-heading .ok-btn {
    line-height: 28px;
    padding: 2px 16px;
  }
  .section-popular-candidate-counting
    .popular-candidate-indv-card-wrapper
    > div {
    flex: 0 0 50%;
  }
  .section-quick-links {
    display: block;
  }
  .section-quick-links .ok-container {
    padding: 0;
  }
  .section-quick-links .home-quick-links {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-right: 20px;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
  }
  .section-quick-links .home-quick-links::-webkit-scrollbar {
    display: none;

    /* for Chrome, Safari, and Opera */
  }
  .section-quick-links .home-quick-links > a {
    flex: none;
    min-width: 104px;
  }
  .section-result-counting.central-nepal-result {
    background-color: #174fb1;
    color: white;
  }
  .section-result-counting.central-nepal-result .result-card h3 {
    color: white;
  }
  .section-result-counting.central-nepal-result .col-indv-info .party-name {
    color: rgba(0, 0, 0, 0.8);
  }
  .section-result-counting.central-nepal-result
    .col-indv-info
    .party-name
    span
    > a {
    color: inherit;
    text-decoration: none;
  }
  .section-result-counting.central-nepal-result .result-card > div {
    padding: 0 8px 4px;
  }
  .section-popular-candidate-counting .section-heading h2 {
    font-size: 30px;
  }
  .section-popular-candidate-counting .ok-container {
    padding: 20px;
  }
}
@media all and (min-width: 424px) {
  .summary-prev {
    display: block;
  }
}

/*All style for election result* ==========================================Ends*/

.nh_widget_wrap {
  margin-bottom: 30px;
}
.nh_widget_wrap .owl-prev,
.nh_widget_wrap .owl-next {
  top: 0;
  display: inline-block;
  position: static;
  height: 34px;
  width: 34px;
  border-radius: 4px;
  background: #f7f7f7 !important;
  box-shadow: none;
  margin: 0 2px;
}
.nh_widget_wrap .owl-prev.disabled,
.nh_widget_wrap .owl-next.disabled {
  display: inline-block;
  opacity: 0.24;
}
.nh_widget_wrap .owl-nav {
  position: absolute;
  top: -73px;
  right: 0;
  margin: 0;
}
.widget_head {
  display: flex;
  padding-bottom: 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
.widget_head > a > img {
  height: 26px;
  vertical-align: top;
  width: auto;
}
.highlight_title {
  display: inline-block;
  margin-left: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #0291dd;
  color: white;
  line-height: 28px;
  padding: 0 15px;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 48px;
}

.property_post {
  position: relative;
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.68);
}
.property_img {
  width: 100%;
  height: 174px;
  margin-bottom: 15px;
  border-radius: 4px;
  overflow: hidden;
}
.property_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.property-name {
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.property-price {
  font-family: "Arial", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #0291dd;
}
.property-price > span {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.48);
}

.property_post:hover .property-name {
  color: #0291dd;
}

.ok-chart-wrapper {
  width: 100%;
  max-width: 784px;
  margin: 30px auto;
}

.ok-chart-wrapper canvas {
  max-width: 100%;
}

.ok18-no-sidebar .ok-post-title-right {
  width: 100%;
}

.ok18-no-sidebar .ok-page-details .entry-content {
  padding-right: 0;
  max-width: 1124px;
}

.ok18-no-sidebar .entry-content .okam-device-desktop {
  text-align: center;
}

/*Live feed custom styles*/
.ok-live-title {
  font-size: 20px;
  font-weight: 600;
  color: #0e5dae;
  padding: 0 0 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.ok-livefeed-content {
  position: relative;
  padding-left: 60px;
}

.ok-livefeed-content:before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.14);
  position: absolute;
  top: 0;
  left: 29px;
}

.ok-livefeed-content {
  margin-bottom: 24px;
}

.ok-livefeed-content .ok-btn-wrapper {
  margin-top: 24px;
}

.ok-livefeed-content .ok-btn-wrapper a {
  background-color: #0e5dae;
  display: block;
  padding: 10px;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
}

.ok-livefeed-card {
  background: #ffffff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  border-radius: 0px 4px 0px 0px;
  padding: 82px 35px 35px;
  position: relative;
  margin-bottom: 15px;
}
.ok-livefeed-card:before {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #c2c2c2;
  border: solid 4px #fff;
  outline: solid 1px #c2c2c2;
  position: absolute;
  top: 38px;
  left: -42px;
  z-index: 3;
}
.ok-livefeed-card h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 15px;
  color: #404040;
}

.ok-livefeed-card h3 a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ok-livefeed-card h3:hover a {
  color: #0e5dae;
}

.ok-livefeed-card p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  margin: 15px 0 0;
}

.feed-media {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 4px;
}
.feed-media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  vertical-align: top;
}
.feed-media iframe {
  width: 100% !important;
  height: 300px !important;
}
.feed-caption {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.48);
  padding: 10px 0 0;
}

.feed-time {
  background-color: #dbe8f5;
  color: #0e5dae;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  border-radius: 0 4px 4px 0;
  padding: 4px 15px;
  position: absolute;
  left: 0;
  top: 30px;
}

.feed-time > span {
  font-weight: 300;
}
/*Live feed custom styles ends*/

.okfb-video-wrap iframe {
  max-width: 380px !important;
  /* background: #ccc; */
  /* display: block; */
  margin: 0px auto;
  text-align: center;
  min-height: 400px !important;
  vertical-align: middle;
}

.live-feed-preview {
  border: none !important;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 20px;
  max-height: 684px;
}

.okfb-video-wrap {
  background: #e8e9ee9c;
  text-align: center;
  padding: 10px;
  margin: 10px 0;
}

/*Live Blinking*/
.live-blink {
  /*position: absolute;*/
  /*top:20px;*/
  /*left: 20px;*/
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  color: red;
  background-color: white;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 13px;
  z-index: 9;
  margin-bottom: 8px;
  border: solid 1px rgba(0, 0, 0, 0.08);
}

.red-dot,
.red-dot::before {
  content: " ";
  margin: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.5s;
  background-color: red;
}

.red-dot {
  margin-right: 6px;
}

.red-dot::before {
  animation: mymove 1s infinite;
  position: absolute;
  background-color: red;
}

@-webkit-keyframes mymove {
  50% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/*Rashifal block home page=================================*/
/*Rashifal block home page=================================*/
.ok-block-rashifal {
  margin: 30px 0;
}
.ok-block-rashifal h3 {
  font-size: 24px;
  color: inherit;
  margin: 0 0 15px 0;
}

.ok-rashifal-heading {
  background: linear-gradient(268.84deg, #ff9b06 -0.9%, #ffc702 95.73%);
  background-image: url("../img/rashi-header-bg.png");
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  color: #845000;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  padding: 12px 15px 6px;
  display: flex;
  align-items: center;
}

/*.ok-rashifal-heading:before{*/
/*    content:'';*/
/*    width: 250px;*/
/*    height: 100%;*/
/*    background-image: url('../img/rashi-heading-bg.png');*/
/*    background-size: cover;*/
/*    position: absolute;*/
/*    top:0;*/
/*    right: 20%;*/
/*}*/

.ok-rashifal-heading {
  flex-wrap: wrap;
  display: flex;
  color: inherit;
  text-decoration: none;
}

.rashi-single-page {
  padding-top: 0;
}

.ok-rashifal-heading h2 {
  margin: 0 !important;
  color: #845000;
}

.rashi-relate-context {
  margin-left: 20px;
}

.rashi-relate-context > span {
  font-weight: 300;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: solid 1px #e3a74b;
  line-height: 1;
}
.rashi-relate-context > span:last-child {
  border-right: none;
  margin: 0;
  padding: 0;
}

.heading-jyotis-info {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
}

.heading-jyotis-info > img {
  margin-left: 10px;
  height: 42px;
  width: 42px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  padding: 3px;
}

.rashi-single-page .ok-rashifal-heading {
  min-height: 154px;
  padding: 24px;
  font-family: "Khand", sans-serif;
  margin-bottom: 34px;
}
.rashi-single-page .ok-rashifal-heading h2 {
  font-size: 64px;
}
.rashi-single-page .ok-rashifal-heading:before {
  display: none;
}

.rashi-single-page .heading-jyotis-info > span {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.rashi-single-page .heading-jyotis-info > span .small-label {
  display: block;
  text-align: right;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
}
.rashi-single-page .heading-jyotis-info > img {
  width: 114px;
  height: 114px;
  padding: 5px;
}

.rightbar-rashi-card {
  background: #fdf7ed;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 28px;
}
.rightbar-rashi-card h3 {
  font-size: 24px;
  color: #684003;
  margin: 0 0 10px 0;
}

.rightbar-rashi-card .rashifal-icon-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.rightbar-rashi-card .rashifal-icon-cards .card-item {
  position: relative;
  margin: 0 0 10px;
  box-shadow: none;
  padding: 10px;
}

.rightbar-rashi-card .rashifal-icon-cards .card-item > img {
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  .ok-section.section-home-rashi {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media all and (max-width: 514px) {
  .heading-jyotis-info {
    margin-left: 0;
    direction: rtl;
    position: relative;
    z-index: 4;
  }
  .heading-jyotis-info > img {
    margin-left: 0;
    margin-right: 10px;
  }

  .ok-rashifal-heading::before {
    width: 100%;
    opacity: 0.38;
  }
}

.rashifal-icon-cards {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(6, 1fr);
}
.rashifal-icon-cards .card-item {
  background: #ffffff;
  box-shadow: 0px 0px 14px rgba(123, 157, 192, 0.13);
  border-radius: 8px;
  text-align: center;
  padding: 25px;
  display: block;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}

.card-item.active-card {
  filter: grayscale(100%);
  pointer-events: none;
}

.rashifal-icon-cards .card-item img {
  background-color: rgb(233, 242, 255);
  margin-bottom: 15px;
  height: 64px;
  width: 64px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  padding: 10px;
}
.rashifal-icon-cards .card-item h5 {
  font-size: 16px;
  color: inherit;
  margin: 0;
  line-height: 1;
}
.rashifal-icon-cards .card-item span {
  display: block;
  font-size: 12px;
  opacity: 0.48;
}

.rashi-single-heading {
  display: flex;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.rashi-single-heading .ok-select-box {
  margin-right: 0;
  margin-left: auto;
  align-self: center;
  max-width: 150px;
}
.rashi-name-info {
  margin-right: 20px;
}
.rashi-name-info h5 {
  margin: 0 0 4px;
  font-size: 28px;
  line-height: 1;
}
.rashi-name-info h5 > span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.68);
  display: inline-block;
  margin-top: 6px;
  vertical-align: top;
  font-weight: 400;
}

.rashi-name-info > span {
  display: inline-block;
  font-size: 14px;
  opacity: 0.68;
  margin-right: 10px;
  border-right: solid 1px rgba(0, 0, 0, 0.14);
  padding-right: 10px;
}
.rashi-name-info > span:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.rashi-img {
  align-self: flex-start;
  margin-right: 20px;
}
.rashi-img > img {
  background-color: rgb(233, 242, 255);
  margin-bottom: 15px;
  height: 64px;
  width: 64px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  padding: 10px;
}

.rashifal-details .tab-nav {
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: transparent;
  border: none;
}

.rashifal-details .tab-nav .tab-nav-item {
  line-height: 44px;
  background: #f9f9fd;
  border: 1px solid #ececf9;
  border-radius: 4px;
}
.rashifal-details .tab-nav .tab-nav-item.active-nav {
  background-color: #174fb1;
  color: white;
  border-color: transparent;
}

.rashifal-details .ok-block-rashifal {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.rashi-profile-list {
  background: #fafcff;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 28px;
}

.rashi-profile-list h2 {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  color: #2260bf;
}
.rashi-profile-list h2 > img {
  margin-right: 14px;
  background-color: rgb(233, 242, 255);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  padding: 4px;
}

.profile-item:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}

.profile-item h4,
.profile-item p {
  margin: 0;
  line-height: 1.2;
}
.profile-item p {
  opacity: 0.68;
}

.ok-post-social-shares.right-bar-share {
  margin-top: 0;
  margin-bottom: 24px;
}
.right-bar-share #st-1 {
  text-align: left;
}

.type-rashifal .ok-single-middle {
  padding-left: 0;
}

/*Upa nirwachan card design in ok main site================================*/
/*Upa nirwachan card design in ok main site================================*/
.section-candidates .ok-row {
  flex-wrap: wrap;
  column-count: 3;
}
.section-candidates .ok-row > div {
  flex: 0 0 33.33%;
  margin-bottom: 20px;
}
.section-candidates .card-candidates {
  height: 100%;
  transition: all 0.3s ease;
}
.card-candidates .card-head {
  align-items: center;
  display: flex;
  padding: 8px 8px 8px 15px;
  background-color: #f2f6fd;
  border: solid 1px #e0eafb;
  border-radius: 4px 4px 0 0;
}
.card-candidates .card-head .provience {
  display: inline-block;
  font-weight: 700;
  color: #174fb1;
}

.card-candidates .card-head .provience a {
  text-decoration: none;
  color: #4169e1;
}

.election-area {
  border-radius: 8px;
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  border: solid 1px #d7e0ee;
  color: #174fb1;
  font-size: 14px;
  background-color: #fff;
  line-height: 28px;
  border-radius: 4px;
}

.candidate-row .candidate-name > span a:hover {
  color: #30b4ff;
}
.candidate-row .candidate-name h5 > a:hover {
  color: #174fb1;
}

.section-candidates .card-candidates .card-body {
  height: calc(100% - 48px);
}
.card-candidates .card-body {
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: none;
  border-radius: 0 0 4px 4px;
  display: flex;
  flex-direction: column;
}

.candidate-row-result {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.candidate-row-result .candidate-party-sign {
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #fff;
  left: 43px;
  top: 40px;
  line-height: 20px;
  border-radius: 50%;
  overflow: hidden;
  border: solid 1px rgba(0, 0, 0, 0.14);
  padding: 2px;
}
.candidate-row .candidate-img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  background-color: rgba(23, 79, 177, 0.08);
  background-image: url(../img/player-avatar.png);
  background-size: cover;
}
.candidate-row .candidate-img > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}
.candidate-row .candidate-name {
  margin-right: 15px;
}
.candidate-row .candidate-name h5 {
  margin: 0;
  line-height: 1;
  font-weight: 600;
  font-size: 24px;
}
.candidate-row .candidate-name > span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.48);
}
.candidate-row-result .candidate-name h5 img {
  height: 16px;
  width: 16px;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 0;
}
.candidate-row .candidate-party-sign a > img {
  border-radius: 50%;
}
.candidate-row .candidate-name h5 > a {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.68);
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  margin-bottom: 0;
}

.candidate-row .candidate-name > span a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.candidate-row > div:last-child {
  margin-left: auto;
  text-align: right;
}

.vote-elements > span {
  margin-left: 8px;
}

.vote-elements .flag {
  display: inline-block;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.24);
  border-radius: 24px;
  line-height: 22px;
  padding: 0 14px;
  color: #fff !important;
}
.vote-elements > span {
  display: inline-block;
  margin-left: 8px;
}
.vote-elements > span.vote {
  font-weight: 700;
  font-size: 18px;
}

.vote-elements.has-won .flag {
  background-color: #ff5c5c;
  color: #fff;
}

.card-candidates .card-foot {
  text-align: left;
  padding: 15px;
  margin-top: auto;
}

.ok-btn.btn-small {
  line-height: 28px;
  padding: 2px 18px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 68px;
}
.ok-btn.primary-light {
  background-color: #f2f6fd;
  color: #174fb1;
}

.ok-btn.btn-small:hover {
  background-color: #174fb1;
  color: white;
}

@media all and (max-width: 1023px) {
  .rashifal-icon-cards {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media all and (max-width: 900px) {
  .rashifal-icon-cards {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media all and (max-width: 767px) {
  .rashifal-icon-cards {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .rashi-single-heading {
    flex-wrap: wrap;
  }

  .rashi-single-heading > div {
    flex: 1;
  }

  .rashi-single-heading > div.rashi-name-info {
    flex: 0 0 70%;
  }

  .rashi-single-heading .ok-select-box {
    flex: 0 0 100%;
    margin-top: 14px;
  }

  .rashi-single-heading .ok-select-box {
    margin-left: 84px;
    max-width: calc(100% - 84px);
  }

  .rashi-single-heading .rashi-img {
    width: 64px;
    min-width: 64px;
    max-width: 64px;
  }

  .rashi-name-info > span {
    border-right: none;
    margin-right: 0;
  }

  .rashifal-details .tab-nav {
    margin-bottom: 20px;
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-radius: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .rashifal-details .tab-nav::-webkit-scrollbar {
    display: none;
  }
  .tab-nav-item {
    white-space: nowrap;
  }

  .type-rashifal .ok-single-middle {
    padding-left: 20px;
  }

  .rashi-single-page .heading-jyotis-info > span .small-label {
    text-align: left;
  }
  .rashi-single-page .heading-jyotis-info > img {
    height: 84px;
    width: 84px;
  }
  .rashi-single-page .ok-rashifal-heading h2 {
    font-size: 48px;
  }
  .rashi-single-page .heading-jyotis-info > span {
    direction: ltr;
  }

  .right-bar-share .st-inline-share-buttons {
    justify-content: flex-start;
  }

  .right-bar-share #st-1 .st-btn > img {
    top: 10px !important;
  }

  .section-candidates .ok-row {
    display: block;
    column-count: 1;
  }
  .section-candidates .ok-row {
    padding: 0 20px;
  }
}
/*Rashifal block home page=================================*/
/*Rashifal block home page=================================*/

/*********************************** LOGIN PAGE***************************/
.login-page-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media all and (max-width: 514px) {
  .login-page-wrapper {
    padding: 20px;
  }
}

.login-page-wrapper .frm-fld input[type="text"],
.login-page-wrapper .frm-fld input[type="email"],
.login-page-wrapper .frm-fld input[type="tel"],
.login-page-wrapper .frm-fld input[type="password"] {
  border: solid 1px rgba(34, 96, 191, 0.14);
}

.login-page-wrapper .ok-conv-login-box h3 {
  font-size: 28px;
}

.login-page-wrapper .ok-btn.primary {
  padding: 10px 18px;
  height: auto;
  width: 100%;
}

.login-page-wrapper .ok-login-desc {
  padding-left: 0;
  padding-right: 0;
}

/*Market inline text tooltips*/
.ok-inline-market-tooltip {
  display: inline-block;
  cursor: pointer;
  color: #2260bf;
  position: relative;
}

.ok-drop-down-market-info {
  width: 294px;
  display: inline-block;
  position: absolute;
  top: 34px;
  left: -25px;
  border-top: solid 4px #2260bf;
  padding: 15px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0 0 24px;
  color: rgba(0, 0, 0, 0.8);
  z-index: 9;
  font-family: "Arial", sans-serif;
  color: #575757;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ok-drop-down-market-info .chart-wrapper {
  display: none;
}

.ok-inline-market-tooltip:hover .ok-drop-down-market-info {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ok-drop-down-market-info > * {
  display: inline-block;
}

.ok-drop-down-market-info:before {
  content: "";
  position: absolute;
  left: 25px;
  top: -14px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #2260bf transparent;
}

.data-update-date {
  width: 100%;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.48);
  line-height: 1;
  margin: 0 0 10px 0;
  display: flex;
}

.info-row {
  padding: 4px 0 0;
  margin: 4px 0 0;
  border-top: solid 1px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  font-size: 12px;
}

.info-row > span:first-child {
  font-weight: 300;
}
.info-row > span:last-child {
  font-weight: 700;
  text-align: right;
  margin-left: auto;
}
.marked-red {
  color: #ff6b6b;
}
.marked-green {
  color: #0ec240;
}

.eps-val > span:last-child {
  font-weight: 300;
}

.markets-cta-btn {
  border-radius: 68px;
  background: linear-gradient(213deg, #52a7ff 0%, #1685f8 100%);
  font-size: 14px;
  padding: 6px 20px;
  display: inline-block;
  width: 100%;
  font-weight: 700;
  text-decoration: none;
  margin-top: 10px;
  color: #ffffff !important;
  text-align: center;
}

.company-info {
  position: relative;
  padding-left: 38px;
  margin-bottom: 0;
}

.ok18-single-post-content-wrap p .company-info > img {
  width: 28px;
  height: 28px !important;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.company-name-short {
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}
.company-name-long {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.48);
  display: block;
}

/*OK user profile page ########################*/
.oku-profile-wrapper {
  padding: 40px;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.oku-profile-wrapper .ok-user-info-section {
  flex: 1;
  max-width: 250px;
  margin-right: 30px;
  background-color: transparent;
  padding-right: 40px;
  border: none;
  display: block;
  text-align: center;
}

.oku-profile-wrapper .ok-user-profile-icon {
  margin: 0 auto;
  margin-bottom: 24px;
}

.oku-profile-right-content {
  flex: 2;
  max-width: 100%;
  border-left: solid 1px rgba(0, 0, 0, 0.14);
  padding-left: 40px;
}
.oku-profile-right-content .profile-tab-content {
  padding: 0;
}

.oku-profile-right-content .ok-profile-tab-nav {
  position: static;
}

.oku-profile-right-content .ok-btn.primary {
  height: auto;
  padding: 10px 18px;
}

@media all and (max-width: 600px) {
  .oku-profile-wrapper {
    padding: 20px;
  }
  .oku-profile-wrapper .ok-user-info-section {
    margin-right: 0;
    max-width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.14);
  }
  .oku-profile-right-content {
    padding-left: 0;
    border: none;
  }
  .oku-profile-right-content .oum-popup-body {
    padding: 15px 0 30px;
  }
}

/*###################### Cricket score footer#######################*/
/*.ok-score-foot{*/
/*    position: fixed;*/
/*    right: 15px;*/
/*    bottom: 15px;*/
/*    z-index: 99;*/
/*}*/
.flip-score-card-bottom {
  color: rgba(0, 0, 0, 0.8);
  padding: 0 !important;
  max-height: 134px !important;
  height: 134px !important;
  max-width: 215px !important;
  width: 215px !important;
  bottom: 15px !important;
  right: 15px !important;
  border: solid 1px rgba(0, 0, 0, 0.14);
}
.flip-score-card-bottom figure {
  height: 132px !important;
  width: 213px !important;
}
.score-card-flip {
  text-decoration: none;
  height: 132px;
  width: 213px;
  color: inherit;
}
.score-card-flip .slot {
  width: 213px;
  height: 132px;
}
.score-card-flip .slot-1 {
  background-color: #012559;
  text-align: center;
}

.score-card-flip .slot-2,
.score-card-flip .slot-3 {
  background-color: #fbfbfb;
  padding: 15px;
}

.score-card-flip .slot-3 {
  text-align: center;
}
.score-card-flip .slot-1 > img {
  vertical-align: middle;
  height: 132px;
  width: auto;
}

.score-card-flip .slot-scores {
  display: flex;
  align-items: flex-start;
}

.score-card-flip .slot-scores > div {
  flex: 1;
}

.score-card-flip .slot-scores .match-team > img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  vertical-align: top;
  margin-bottom: 10px;
}
.score-card-flip .slot-scores .match-team .infos > p {
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: 500;
  line-height: 1;
}
.score-card-flip .slot-scores .match-team .infos > span {
  line-height: 1;
  display: block;
  font-size: 12px;
}
.score-card-flip .slot-scores .match-team .infos > span > b {
  font-size: 17px;
  display: block;
  margin-bottom: 4px;
}

.score-card-flip .match-tm-r {
  text-align: right;
}
.score-card-flip .slot-middle-info {
  flex: 2;
}
.score-card-flip .slot-middle-info {
  text-align: center;
}
.score-card-flip .slot-middle-info > img {
  max-width: 100%;
  margin-bottom: 15px;
}

.score-card-flip .vs {
  display: inline-block;
  height: 25px;
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  border-radius: 50%;
  text-align: center;
  margin: 0 25px;
  align-self: center;
  background-color: #e0f0ff;
  line-height: 25px;
  font-size: 11px;
  color: inherit;
}

.score-card-flip .slot-3 > img {
  width: 75px;
  height: auto;
  margin-bottom: 15px;
}

.score-card-flip .slot-3 p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.1;
}
.flip-score-card-bottom .close-box-adv {
  top: -8px !important;
}

@media all and (max-width: 767px) {
  .flip-score-card-bottom {
    bottom: 60px !important;
  }
}

@media all and (min-width: 767px) {
  .close-menu {
    display: none;
  }
}

/* OK Markets Widgets ################################################*/
.markets_widget {
  border: solid 1px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  overflow: hidden;
}

.widget-investment-calender {
  padding: 20px;
  margin-bottom: 30px;
}

.widget-in-left-content {
}

@media all and (max-width: 767px) {
  .widget-investment-calender {
    padding: 0;
  }

  .m-height-300 {
    height: 300px !important;
  }
  .m-height-350 {
    height: 350px !important;
  }
  .m-height-400 {
    height: 400px !important;
  }
  .m-height-450 {
    height: 450px !important;
  }
  .m-height-500 {
    height: 500px !important;
  }
  .m-height-550 {
    height: 550px !important;
  }
  .m-height-600 {
    height: 600px !important;
  }
}

/*OK HEALTH SECTION on HOME ####################*/
.ok-section-health {
  background: linear-gradient(180deg, #f2f9ff 0%, #fff9f9 100%);
}
.ok-section-health .post-title-wrap {
  color: white;
}
.ok-antarwarta-section.ok-section-health .ok-interview-spot {
  background: linear-gradient(269.83deg, #6c60fa 0.8%, #1685f8 69.59%);
}

.ok-antarwarta-section.ok-section-health .ok-interview-spot {
  height: 400px;
}
.latest-healt-tags {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: inline mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.latest-healt-tags::-webkit-scrollbar {
  display: none;
}
.anchor-item {
  display: block;
  text-decoration: none;
  color: inherit;
}
.topics-thumb {
  display: flex;
  border-radius: 68px;
  padding: 4px;
  margin-right: 14px;
  transition: all 0.3s ease;
  border: solid 1px rgba(0, 0, 0, 0.08);
}
.topics-thumb .topic-icon {
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 22px;
  background: #fff;
  border: 1px solid #dbe7f7;
  border-radius: 48px;
  margin-right: 10px;
  padding: 2px;
}
.topics-thumb .topic-icon > img {
  vertical-align: middle;
  width: 18px;
}
.topics-thumb .texts {
  align-self: center;
  margin-right: 10px;
}
.topics-thumb > span h6,
.topics-thumb > div h6 {
  font-size: 15px;
  color: #4e4e4e;
  transition: all 0.3s ease;
  white-space: nowrap;
  margin: 0 !important;
}

.trending-doctor .ok-post-content-wrap {
  min-height: 74px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.trending-doctor:last-child .ok-post-content-wrap {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.trending-doctor .ok-title-info {
  line-height: 1.2;
}

/*########## Trending Doctor on home health section ##############*/
.trending-doctors {
  display: flex;
}
.trending-doctors .label {
  align-self: flex-start;
  white-space: nowrap;
  padding: 20px;
  background-color: #e2edfa;
  font-size: 18px;
  font-weight: 600;
  color: #1685f8;
  margin-right: 20px;
  position: relative;
}

.trending-doctors .label:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 28px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #e2edfa;
}

.dr-icon {
  display: inline-block;
  width: 70px;
  margin: 0 14px 10px 14px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}

.dr-icon > span {
  display: block;
  color: rgba(0, 0, 0, 0.68);
  font-weight: 500;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 5px;
}

.dr-icon img {
  height: 70px;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  transition: all 0.3s ease;
}

.dr-icon:hover > img {
  transform: scale(1.14);
}
.title-cat-menu {
  align-items: center;
}

.trending-conditions svg {
  fill: #fff;
  height: 20px;
  width: 20px;
  vertical-align: top;
}

.health-conditions-cats-menu li {
  border: solid 1px #d7d7d7;
  border-radius: 68px;
  padding: 6px 15px !important;
  margin-left: 10px;
}
.health-conditions-cats-menu li a {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.health-conditions-cats-menu li.trending-conditions {
  padding: 0 !important;
  border: none !important;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #f0ab27;
  text-align: center;
  padding-top: 5px !important;
}

.ok-health-page-logo {
  padding: 0 10px;
  margin-left: 18px;
  display: inline-block;
  line-height: 38px;
  text-align: center;
  border-radius: 4px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 1);
}

.ok-health-page-logo img {
  vertical-align: middle;
  height: 20px;
}

.ok-iframe-right-align {
  border: solid 1px rgba(0, 0, 0, 0.1);
  height: 340px !important;
  min-height: 100px !important;
  width: auto !important;
  min-width: 342px !important;
  max-width: 342px !important;
  float: right;
  margin: 0 0 30px 30px !important;
}
.ok-news-result-table {
  margin-bottom: 30px;
}
.ok-news-result-table > a {
  display: block;
}
.ok-news-result-table > #oksResults {
  display: block;
  margin-top: 20px;
}

.roadImg {
  max-width: 850px;
}

@media all and (max-width: 767px) {
  .latest-healt-tags {
    margin-bottom: 20px;
  }
  .ok-section-health .post-items-wrapper {
    padding: 0 20px;
  }
  .ok-section-health .post-items-wrapper > div {
    margin-bottom: 20px;
  }

  .latest-healt-tags {
    display: block;
  }
  .anchor-item {
    display: inline-block;
    margin: 0 5px 5px 0;
  }
  .topics-thumb {
    margin-right: 0;
  }

  .trending-doctor .ok-post-ltr {
    padding: 0;
  }

  .ok-section-health .ok-sidebar-card-news {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }

  .ok-iframe-right-align {
    min-width: 320px !important;
    float: none;
    margin: 0 0 30px 0 !important;
  }
}

.ok-section-weekend-section {
  /*background: linear-gradient(180deg,rgba(246,246,246,0.68) 0%,rgba(246,246,246,0) 154px);*/
  padding: 35px 0;
  /*background-image: url("../img/cube_pattern.png");*/
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

.ok-section-weekend-section:before{
  content:'';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/cube_pattern.png");
  background-repeat: repeat;
  background-size: 100%;
  opacity: 0.48;
  mix-blend-mode: color-burn;
}

.ok-section-weekend-section .ok-container{
  position: relative;
  z-index: 4;
}

.ok-section-weekend-section .ok-col-right {
  padding: 0;
}
.ok-section-weekend-section .ok-section-title h2 {
  color: #1685f8 !important;
}
.ok-section-weekend-section .post-title-wrap {
  flex: 0 0 45%;
  max-width: 45%;
}

.grid-item-3 {
  grid-template-columns: repeat(3, 1fr) !important;
}
.grid-item {
  display: grid !important;
}
.grid-gap-30 {
  grid-gap: 30px;
}
.ok-section-weekend-section .okv4-featured-news-grid {
  margin-top: 35px;
}
.ok-section-weekend-section .okv4-featured-news-grid .okv4-post-vr-rtl {
  flex-direction: row-reverse;
}
.ok-section-weekend-section .okv4-featured-news-grid .okv4-post-vr {
  display: flex;
}
.ok-section-weekend-section .okv4-featured-news-grid .okv4-post {
  position: relative;
}

.ok-section-weekend-section
  .okv4-featured-news-grid
  .okv4-post-vr-rtl
  .okv4-post-thumb {
  margin-left: 20px;
}
.ok-section-weekend-section
  .okv4-featured-news-grid
  .okv4-post-vr
  .okv4-post-thumb {
  min-width: 100px;
  height: 100%;
  max-width: 114px !important;
  height: 140px;
  margin-bottom: 0;
}
.ok-section-weekend-section
  .okv4-featured-news-grid
  .okv4-post
  .okv4-post-thumb {
  border-radius: 4px;
  overflow: hidden;
}

figure {
  max-width: 100% !important;
  width: 100% !important;
  margin-bottom: 28px;
}


.ok-section-weekend-section .okv4-featured-news-grid .okv4-post a {
  text-decoration: none;
  color: inherit;
  display: block;
  color: #4e4e4e;
  height: 100%;
}

.ok-section-weekend-section .okv4-featured-news-grid .okv4-post a >img{
  height: 170px;
}

.ok-section-weekend-section .okv4-featured-news-grid .post-tag {
  font-size: 14px;
  background-color: transparent !important;
  color: #1685f8 !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  padding: 0 !important;
}

.ok-section-weekend-section
  .okv4-featured-news-grid
  .okv4-post
  .okv4-post-content
  h2 {
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 1.3;
  transition: all 0.3s ease;
  margin-top: 0;
}
.ok-section-weekend-section
  .okv4-featured-news-grid
  .okv4-post
  .okv4-post-content:hover
  h2 {
  color: #1685f8;
}

.ok-section-weekend-section
  .okv4-featured-news-grid
  .okv4-post-vr
  .okv4-post-content
  p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.54);
  margin-top: 5px;
}

.ok-section-weekend-section
  .okv4-featured-news-grid
  .okv4-post-vr
  .okv4-post-thumb {
  max-width: 175px !important;
  height: 124px;
}

.ok-section-weekend-section .ok-news-post a h2.ok-news-title-txt {
  font-size: 22px !important;
  margin-bottom: 5px;
  line-height: 1.3;
  transition: all 0.3s ease;
  margin-top: 0;
  font-weight: 700 !important;
}

.ok-section-weekend-section .ok-news-post a p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.54);
}

.ok-section-weekend-section .ok-news-post a:hover h2.ok-news-title-txt {
  color: #1685f8;
}

.ok-section-weekend-section .ok-col-right .ok-news-post a .ok-post-thumb {
  height: 230px;
}

@media all and (max-width: 767px) {
  .ok-section-weekend-section .post-title-wrap {
    max-width: 100%;
  }
  .ok-section-weekend-section .ok-news-post {
    height: auto !important;
  }
  .ok-section-weekend-section .ok-col-right {
    padding-top: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .ok-section-weekend-section .okv4-featured-news-grid {
    margin-top: 15px;
    display: block !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ok-section-weekend-section
    .ok-col-right
    .ok-news-post
    .ok-post-content-wrap
    > p {
    display: none;
  }
  .ok-section-weekend-section .okv4-featured-news-grid .okv4-post {
    display: block;
  }
  .ok-section-weekend-section .ok-col-right .ok-news-post a .ok-post-thumb {
    margin-bottom: 15px;
  }
  .ok-section-weekend-section
    .okv4-featured-news-grid
    .okv4-post:not(:last-child) {
    padding-right: 0;
    border-right: none;
    margin-bottom: 20px;
  }

  .ok-section-weekend-section
    .okv4-featured-news-grid
    .okv4-post-vr
    .okv4-post-thumb {
    max-width: 100% !important;
    height: 230px;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .ok-section-weekend-section .okv4-featured-news-grid .post-tag {
    display: none;
  }

  .ok-section-weekend-section .ok-col-right .ok-news-post a .ok-post-thumb{
    height: 240px;
    width: 100%;
  }
  .ok-section-weekend-section .okv4-featured-news-grid .okv4-post a > img{
    height: 240px;
  }
}


.go_markets_btn{
  display: block;
  margin-left: 18px;
}

.go_markets_btn img{
  height: 22px;
  vertical-align: middle;
}

.flag_new{
  display: inline-block;
  background: red;
  color: white;
  line-height: 10px;
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 8px;
  position: absolute;
  top: 18px;
  right: 15px;
  border-radius: 24px;
}


/*################################################## WEBSTORIES SECTION HOME#############################*/
.ok-section-reels .reel-item-grid{
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 15px;
}

.ok-section-reels .post-story-reel {
  position: relative;
  width: 100%;
  /* Or set a specific width if needed */
  min-height: 400px;
  height: 100%;
  grid-column: span 2;
}
.ok-section-reels .post-story-reel .okv4-post-thumb {
  margin-bottom: 0;
}
.ok-section-reels .post-story-reel .okv4-post-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.ok-section-reels .post-story-reel .okv4-post-thumb:before {
  content: '';
  background: linear-gradient(to top, rgba(0, 0, 0, .80), rgba(0, 0, 0, .30), rgba(0, 0, 0, 0));
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  border-radius: 8px;
}
.ok-section-reels .post-story-reel .okv4-post-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px;
  z-index: 3;
  color: white;
  text-shadow: rgba(0, 0, 0, .24) 0 0 8px;
}

.ok-section-reels .post-story-reel .okv4-post-content h2{
  margin: 0;

}

.ok-section-reels .ok-block-heading h2{
  font-size: 45px !important;
}

.ok-section-reels .post-story-reel .okv4-post-content h2 a{
  color: inherit;
  line-height: 1.4;
  display: block;
  text-decoration: none;
  font-size: 18px;
}

.ok-section-reels .num_of_stories {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  margin-bottom: 0px;
  padding: 5px;
  display: flex;
  z-index: 9;
  gap: 3px;
  margin-bottom: 0 !important;
}

.ok-section-reels .num_of_stories .loadBar {
  display: inline-block;
  height: 4px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.48);
  flex: 1;
}

.ok-section-reels .post-story-reel .status {
  display: block;
  background-color: #fff;
  border-radius: 68px;
  color: #1685f8;
  line-height: 20px;
  padding: 0 10px;
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 6;
}

.circle-arrow >img{
  padding: 0 !important;
}

@media all and (max-width: 1080px){

  .ok-section-reels .post-story-reel{
    grid-column: span 5;
  }

  .ok-section-reels .post-story-reel{
    min-height: 420px;
  }
}

@media all and (max-width: 767px){
  .ok-section-reels .post-story-reel{
    min-height: 350px;
  }

  .ok-section-reels .grid-item{
    padding: 0 20px;
  }

  .ok-section-reels .post-story-reel .okv4-post-content{
    padding: 15px;
  }

  .ok-section-reels .ok-block-heading h2{
    font-size: 30px !important;
  }
  .ok-section-reels .ok-block-heading{
    margin:0 20px 8px !important;
  }
}

@media all and (max-width: 767px) {
  .hr_scroll_mobile_reels {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    grid-gap: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hr_scroll_mobile::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
  .hr_scroll_mobile_reels > div {
    min-height: 315px;
    flex: 0 0 200px;
  }
  small.author{
    display: block;
    line-height: 1.1;
    margin-top: 5px;
  }
}

.post-story-reel:hover .okv4-post-content h2 a{
  color: #1685f8;
}

.link_single_stories{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  margin: 0;
}


/*Dashain special*/
.ok-section-dashain-bises .okv4-featured-news-grid .okv4-post a >img{
  height: clamp(250px, 50vw, 200px);
}
.ok-section-dashain-bises{
  background: linear-gradient(180deg,#fdf2f2 0%,#fff6f6 100%) !important;
}

.ok-section-dashain-bises .ok-section-title h2{
  color: #ff6b6b !important;
}

.ok-section-dashain-bises:before{
  background-image: url("../img/dashain-section-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1500px auto;
  mix-blend-mode: normal;
  opacity: 0.68;
}

.home-top-header.okam-device-desktop{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}



/* 50 women nomination form*/
.form_banner_full{
  background: rgb(252, 238, 250);
}

.custom-shape-divider-bottom-1731887681 {
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(0deg);
}

.flip_vr{
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1731887681 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 130px;
}

.custom-shape-divider-bottom-1731887681 .shape-fill {
  fill: #FCEEFA;
}

.form_main_title{
  max-width: 600px;
  margin: 0 auto 40px;
  font-size: 48px;
  line-height: 1.2;
  color: #ba3598;
}

.nomination-form-50-women .ok-container{
  max-width: 680px;
  margin: 0 auto;
}
.nomination-form-50-women .ok-container iframe{
  width: 630px !important;
  height: 3150px !important;
}

.nomination-form-50-women .ok-container p{
  font-size: 18px;
  line-height: 1.6;
}

@media all and (max-width: 767px) {

  .custom-shape-divider-bottom-1731887681 svg {
    width: 100%;
    height: auto;
  }

  .form_main_title{
    font-size: 34px;
    padding: 20px 20px 0;
    margin: 0 0 20px;
  }

  .nomination-form-50-women .ok-container iframe {
    width: calc(100% + 40px) !important;
    margin-left: -20px;
  }

  .nomination-form-50-women .ok-container {
    padding: 0 20px;
  }

}