@charset "UTF-8";
/*!
 * normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
 */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: 'Scada', sans-serif !important;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: 'Scada', sans-serif !important;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("./assets/fonts/icomoon.eot?f4wjas");
  src: url("./assets/fonts/icomoon.eot?f4wjas#iefix") format("embedded-opentype"), url("./assets/fonts/icomoon.ttf?f4wjas") format("truetype"), url("./assets/fonts/icomoon.woff?f4wjas") format("woff"), url("./assets/fonts/icomoon.svg?f4wjas#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-like:before {
  content: "";
}

.icon-reply:before {
  content: "";
}

.icon-flag:before {
  content: "";
}

.icon-stockmarket-up:before {
  content: "";
}

.icon-stockmarket-down:before {
  content: "";
}

.icon-progress-bar-cancel:before {
  content: "";
}

.icon-progress-bar-check:before {
  content: "";
}

.icon-time-stamp-09:before {
  content: "";
}

.icon-share-12:before {
  content: "";
}

.icon-go-to-top-13:before {
  content: "";
}

.icon-audio:before {
  content: "";
}

.icon-marker:before {
  content: "";
}

.icon-text:before {
  content: "";
}

.icon-star-default:before {
  content: "";
}

.icon-camera-icon:before {
  content: "";
}

.icon-play-icon:before {
  content: "";
}

.icon-apple:before {
  content: "";
}

.icon-android-logo:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-facebook-logo:before {
  content: "";
}

.icon-left-arrow:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-right-arrow:before {
  content: "";
}

.icon-save:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-telegram:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

.icon-comments:before {
  content: "";
}

.has-tooltip {
  position: relative;
  overflow: visible;
}
.has-tooltip:hover .tooltip, .has-tooltip:focus .tooltip {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
  transition: visibility 0s linear 0s, opacity 0.3s ease-out 0s, transform 0.3s ease-out 0s;
}

.tooltip {
  font-family: 'Scada', sans-serif !important;
  text-align: center;
  font-size: 14px;
  min-width: 10em;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  box-shadow: 0 0.05em 0.15em rgba(255, 255, 255, 0.1);
}

.tooltip-with-border {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  bottom: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  font-size: 14px;
  font-weight: 300;
  width: 234px;
  height: auto;
  border-radius: 5px;
  margin-bottom: 0.75em;
  background-color: white;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 0.75em);
  transition: visibility 0s linear 0.2s, opacity 0.2s ease-in 0s, transform 0.2s ease-in 0s;
  pointer-events: none;
  border: 0.05em solid #999;
  color: #333;
}
.tooltip-with-border::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 0.7em solid white;
  border-left: 0.7em solid transparent;
  border-right: 0.7em solid transparent;
  margin-left: -0.7em;
}
.tooltip-with-border::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 0.75em solid #999;
  border-left: 0.75em solid transparent;
  border-right: 0.75em solid transparent;
  margin-left: -0.75em;
}

.tooltip-without-border {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  bottom: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  font-size: 14px;
  font-weight: 300;
  width: 234px;
  height: auto;
  border-radius: 5px;
  margin-bottom: 0.5em;
  background-color: #fff;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 0.5em);
  transition: visibility 0s linear 0.2s, opacity 0.2s ease-in 0s, transform 0.2s ease-in 0s;
  pointer-events: none;
  border: 0 solid transparent;
  color: #fff;
}
.tooltip-without-border::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 0.5em solid #fff;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  margin-left: -0.5em;
}
.tooltip-without-border::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  margin-left: -0.5em;
}

h2 {
  font-size: 28px;
  font-family: 'Scada', sans-serif !important;
  color: #245093;
  line-height: 1;
}

.btn-addto-round {
  border-radius: 18px;
  color: #2755A5;
  border: 1px solid #2755A5;
  display: inline-block;
  font-family: 'Scada', sans-serif !important;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  padding: 11px 16px;
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  .btn-addto-round {
    padding: 11px 7px;
    font-size: 11px;
  }
}
.btn-addto-round.red-color {
  border: 1px solid #AF1055;
}
.btn-addto-round.red-color:hover {
  border: 1px solid #000;
  color: #000 !important;
}
.btn-addto-round.color-white {
  border: 1px solid #fff;
}
.btn-addto-round.color-white:hover {
  border: 1px solid #000;
  color: #000 !important;
}
.btn-addto-round:hover {
  border: 1px solid #000;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: 'Scada', sans-serif !important;
  font-size: 14px;
  background: #fff;
}

.header-wrapper {
  padding: 9px 0 12px;
}
.header-wrapper .top-header .inline-menu {
  font-family: 'Scada', sans-serif !important;
  font-size: 11px;
}
.header-wrapper .top-header .inline-menu .active a {
  color: #2755A5;
}
.header-wrapper .sm-icons-top {
  font-size: 30px;
  color: #2755a5;
}
.header-wrapper .sm-icons-top li {
  border-right: 1px solid rgba(0, 0, 0, 0.27);
}
.header-wrapper .sm-icons-top li:last-child {
  border: 0px;
}
.header-wrapper .sm-icons-top li a {
  font-size: 18px;
  color: #2755a5;
}
.header-wrapper .main-header {
  border-bottom: 2px solid #E5001A;
  font-family: 'Scada', sans-serif !important;
}
.header-wrapper .main-header .date-wrapper-top {
  color: #2b2b2b;
  font-size: 10px;
  border-top: 1px solid #2b2b2b;
  padding-top: 8px;
}
.header-wrapper .main-header .inner-wrap-right {
  text-align: left;
  width: auto;
  display: inline-block;
}
.header-wrapper .main-header .inner-wrap-right .btn-right-arrow {
  padding-left: 0;
}

a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
  text-decoration: none;
  color: #2b2b2b;
}
a:hover {
  text-decoration: none;
}

.inline-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.inline-menu li {
  display: inline-block;
  padding: 0 9px;
}

.btn-primary {
  font-family: 'Scada', sans-serif !important;
  background: #2755a5;
  color: #fff;
  border-radius: 0px;
  font-size: 14px;
  border: 0px;
}
.btn-primary.bg-yellow:hover {
  background: #000;
}
.btn-primary.dark-blue {
  background: #16315C;
}
.btn-primary.white-btn {
  background: #fff;
  border: 1px solid #2755a5;
  color: #445959;
}
.btn-primary.white-btn.color-blue {
  color: #2755A5;
}
.btn-primary.white-btn:hover {
  background: #2755a5;
  color: #fff;
}

.main-navbar {
  text-align: center;
  padding: 0 0;
}
.main-navbar ul {
  white-space: nowrap;
  overflow-x: auto;
  display: block;
}
.main-navbar ul li {
  font-family: 'Scada', sans-serif !important;
}
.main-navbar ul li a {
  padding: 10px 0;
  font-size: 13px;
  color: #3e3e3e;
  display: inline-block;
  border: 2px solid transparent;
}
.main-navbar ul li a:hover {
  border-bottom: 2px solid #2755A5;
}
.main-navbar ul li.active a {
  border-bottom: 2px solid #2755A5;
}

.btn-right-arrow {
  font-family: 'Scada', sans-serif !important;
  color: #2755a5;
  font-size: 14px;
  display: block;
  padding: 0 0;
  text-align: left;
}
.btn-right-arrow.big18 {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-right-arrow.big18 .arrow-right {
  margin-left: 10px;
}
.btn-right-arrow .arrow-right {
  float: right;
}

.center-elm {
  text-align: center;
}

.right-elm {
  text-align: right;
}

.left-elm {
  text-align: left;
}

.tranding-nav-section {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding: 15px 0;
}
.tranding-nav-section .tranding-tab {
  color: #fff;
  font-size: 14px;
  font-family: 'Scada', sans-serif !important;
  background: #2755a5;
  border-left: 10px solid #E5001A;
  padding: 3px 6px;
  padding: 3px 12px 3px 6px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.tranding-nav-section .tranding-txt-wrapper {
  font-family: 'Scada', sans-serif !important;
  font-size: 13px;
  line-height: 24px;
  overflow: auto;
  white-space: nowrap;
  flex-wrap: inherit;
}
.tranding-nav-section .tranding-txt-wrapper li {
  border-right: 1px solid rgba(43, 43, 43, 0.4);
}

.footer-main .footer-btm {
  background: #2755A5;
  color: #fff;
  font-family: 'Scada', sans-serif !important;
  padding: 49px 0 29px;
  border-top: 5px solid #E5001A;
  margin-top: 10px;
}
.footer-main .footer-btm.light {
  background: #fff;
  border-top: 1px solid #DADADA;
  color: #939393;
  padding: 20px 0;
}
.footer-main .footer-btm .title-heading {
  font-family: 'Scada', sans-serif !important;
  font-size: 18px;
}
.footer-main .footer-btm ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-main .footer-btm ul li {
  line-height: 31px;
}
.footer-main .footer-btm ul li a {
  color: #fff;
  font-family: 'Scada', sans-serif !important;
  font-size: 14px;
}
.footer-main .footer-btm ul li a:hover {
  color: #a1c3ff;
}

.footer-bottom-menu {
  padding-top: 36px;
  padding-bottom: 36px;
  text-align: center;
  border-top: 1px solid #316BD0;
  border-bottom: 1px solid #316BD0;
  margin-bottom: 20px;
  margin-top: 40px;
}

.footer-copyright {
  font-family: 'Scada', sans-serif !important;
  font-size: 13px;
  line-height: 31px;
}

.social-icons-inline {
  font-family: 'Scada', sans-serif !important;
  font-size: 14px;
}
.social-icons-inline li {
  padding: 0 10px;
}
.social-icons-inline li a {
  color: #2755A5;
}
.social-icons-inline li a:hover {
  color: #3e3e3e;
}

.footer-social-icons {
  text-align: right;
}

.tag-news {
  font-family: 'Scada', sans-serif !important;
  font-size: 14px;
  line-height: 2;
  letter-spacing: normal;
  display: block;
}
.tag-news.big {
  font-size: 18px;
}
.tag-news.tag-new-type-city {
  color: #2755A5;
}
.tag-news.tag-new-type-news {
  color: #3CA4D2;
}
.tag-news.tag-new-type-sports {
  color: #B0193F;
}
.tag-news.tag-new-type-entertainment {
  color: #AC1795;
}
.tag-news.tag-new-type-food {
  color: #EB8B2E;
}

.bg-news-section-txt {
  background: #3CA4D2;
  display: inline;
  color: #fff;
}
.bg-news-section-txt.orange-txt {
  background: #E98B7F;
  font-size: 46px !important;
  line-height: 53px !important;
  font-family: 'Scada', sans-serif !important;
}

.news-list-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-list-wrapper ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(97, 93, 93, 0.4);
}
.news-list-wrapper ul li:last-child {
  border: 0;
}

.title-news-heading {
  font-size: 16px;
  color: #000;
  font-family: 'Scada', sans-serif !important;
  line-height: 1.5;
}
.title-news-heading.big-title {
  font-family: 'Scada', sans-serif !important;
  font-size: 24px;
  line-height: 1.25;
}

.sub-section-news {
  background: #2755A5;
  color: #fff;
  font-family: 'Scada', sans-serif !important;
  font-size: 10px;
  line-height: 14px;
  padding: 4px 10px;
  display: inline-block;
}

.small-txt-news {
  display: block;
  color: #3E3E3E;
  font-size: 10px;
  margin-top: 10px;
}
.small-txt-news a {
  color: #2755a5;
}

.bg-blue {
  background: #2755A5;
}
.bg-blue .border-left, .bg-blue .border-bottom {
  border-color: rgba(222, 226, 230, 0.2) !important;
}

.bg-blue-with-img {
  background: url("assets/images/bg-image-with-blue-bg.jpg") center center no-repeat;
}

.img-with-social-icons {
  position: relative;
}
.img-with-social-icons .icons-over-img {
  font-family: 'Scada', sans-serif !important;
  font-size: 12px;
  position: absolute;
  width: 100%;
  z-index: 7;
  left: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.img-with-social-icons .icons-over-img .img-icon-list {
  width: auto;
  display: inline-block;
  padding: 4px 0px;
}
.img-with-social-icons .icons-over-img .img-icon-list ul li {
  vertical-align: middle;
  padding: 0 7px;
}
.img-with-social-icons .icons-over-img .img-icon-list ul li:first-child {
  font-size: 12px;
  border-right: 1px solid #3C6AB9;
}
.img-with-social-icons .icons-over-img a {
  color: #fff;
}

.news-section-txt {
  font-size: 13px;
  line-height: 17px;
}

.blockquote-light-blue {
  color: #3CA4D2;
  font-family: 'Scada', sans-serif !important;
  line-height: 28px;
  font-size: 24px;
  border-left: 2px solid #3CA4D2;
  padding-left: 10px;
}
.blockquote-light-blue.boder-right-dark {
  border-left: 2px solid #2755A5;
}
.blockquote-light-blue.red-color {
  border-left-color: #AF1055 !important;
}
.blockquote-light-blue.yellow-color {
  border-left-color: #EB8B2E !important;
}

.blockquote-dark-blue {
  color: #2755A5;
  font-family: 'Scada', sans-serif !important;
  line-height: 28px;
  font-size: 24px;
  border-left: 2px solid #3CA4D2;
  padding-left: 10px;
}
.blockquote-dark-blue.boder-right-dark {
  border-left: 2px solid #2755A5;
}
.blockquote-dark-blue.red-color {
  border-left-color: #AF1055 !important;
}
.blockquote-dark-blue.yellow-color {
  border-left-color: #EB8B2E !important;
}

.heading-warpper {
  font-family: 'Scada', sans-serif !important;
  font-size: 24px;
  color: #fff;
  padding: 13px 12px;
  margin-bottom: 15px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.heading-warpper .arrow-slider-heading {
  font-size: 12px;
  padding: 0 10px;
  outline: 0;
}
.heading-warpper .arrow-slider-heading.swiper-button-disabled {
  opacity: 0.5;
}
.heading-warpper .title-sidebar {
  font-size: 24px;
  margin-bottom: 0;
}

.tab-menu-list {
  font-family: 'Scada', sans-serif !important;
  font-size: 14px;
  line-height: 20px;
}

.author-info {
  display: flex;
}
.author-info.big .author-pic {
  width: 67px;
  height: 67px;
  margin-right: 15px;
  position: relative;
  min-width: 67px;
}
.author-info.big .author-pic img {
  width: 90%;
  border-radius: 50%;
  height: 60px;
  position: relative;
  z-index: 1;
}
.author-info.big .author-pic .author-pic-bg {
  border-radius: 50%;
  background: #3DA8D6;
  width: 98%;
  height: 90%;
  position: absolute;
  left: 0;
  top: -2px;
}
.author-info.big .author-pic .author-pic-bg.dark-blue {
  background: #1A3B6A;
}
.author-info .author-pic {
  width: 57px;
  height: 57px;
  margin-right: 15px;
  position: relative;
}
.author-info .author-pic img {
  width: 90%;
  border-radius: 50%;
  height: 50px;
  position: relative;
  z-index: 1;
}
.author-info .author-pic .author-pic-bg {
  border-radius: 50%;
  background: #3DA8D6;
  width: 98%;
  height: 90%;
  position: absolute;
  left: 0;
  top: -2px;
}
.author-info .author-info-details .author-info-details-top {
  padding-bottom: 2px;
  margin-bottom: 2px;
}
.author-info .author-info-details .author-info-details-top, .author-info .author-info-details .author-info-details-bottom {
  font-family: 'Scada', sans-serif !important;
  font-size: 16px;
  line-height: 20px;
}
.author-info .author-info-details .author-info-details-bottom {
  color: #3DA8D6;
}
.author-info .author-info-details .author-info-details-bottom.big {
  font-size: 20px;
  line-height: 24px;
}

.slider-with-small-pagination .slider-small-bg {
  background: #F4F4F4;
  text-align: center;
}
.slider-with-small-pagination .swiper-button-next, .slider-with-small-pagination .swiper-container-rtl .swiper-button-prev {
  background: #AF1055;
  color: #fff;
  width: 20px;
  height: 20px;
}
.slider-with-small-pagination .swiper-button-next:after, .slider-with-small-pagination .swiper-container-rtl .swiper-button-prev:after {
  font-size: 10px;
}
.slider-with-small-pagination .swiper-button-prev {
  left: 0;
  background: #AF1055;
  color: #fff;
  width: 20px;
  height: 20px;
}
.slider-with-small-pagination .swiper-button-prev:after {
  font-size: 10px;
}
.slider-with-small-pagination .swiper-button-next {
  right: 0;
  background: #AF1055;
  color: #fff;
  width: 20px;
  height: 20px;
}
.slider-with-small-pagination .swiper-button-next:after {
  font-size: 10px;
}

.slider-politcis .video-txt-overlay-title-heading {
  font-size: 26px;
  font-family: 'Scada', sans-serif !important;
  line-height: 30px;
  color: #fff;
}
.slider-politcis .slider-small-bg {
  background: #F4F4F4;
  text-align: center;
}
.slider-politcis .swiper-button-next, .slider-politcis .swiper-container-rtl .swiper-button-prev {
  background: #FFFFFF;
  color: #162949;
  width: 30px;
  height: 30px;
}
.slider-politcis .swiper-button-next:after, .slider-politcis .swiper-container-rtl .swiper-button-prev:after {
  font-size: 15px;
}
.slider-politcis .swiper-button-prev {
  left: 0;
  background: #FFFFFF;
  color: #162949;
  width: 30px;
  height: 30px;
}
.slider-politcis .swiper-button-prev:after {
  font-size: 15px;
}
.slider-politcis .swiper-button-next {
  right: 0;
  background: #FFFFFF;
  color: #162949;
  width: 30px;
  height: 30px;
}
.slider-politcis .swiper-button-next:after {
  font-size: 15px;
}
.slider-politcis .video-txt-overlay {
  left: 0;
  bottom: 0;
  background: rgba(39, 85, 165, 0.74);
  padding: 10px;
}
.slider-politcis .video-txt-overlay .title-heading, .slider-politcis .video-txt-overlay .video-txt-overlay-title-heading {
  font-size: 26px;
  font-family: 'Scada', sans-serif !important;
  line-height: 30px;
  color: #fff;
}
.slider-politcis .icons-over-img {
  font-family: 'Scada', sans-serif !important;
  font-size: 12px;
  position: relative;
  width: 100%;
  z-index: 7;
  left: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.slider-politcis .icons-over-img .img-icon-list {
  width: auto;
  display: inline-block;
  padding: 4px 0px;
}
.slider-politcis .icons-over-img .img-icon-list ul li {
  vertical-align: middle;
  padding: 0 7px;
}
.slider-politcis .icons-over-img .img-icon-list ul li:first-child {
  font-size: 12px;
  border-right: 1px solid #3C6AB9;
}
.slider-politcis .icons-over-img a {
  color: #fff;
}

.small-slider-heading {
  font-family: 'Scada', sans-serif !important;
  font-size: 24px;
  line-height: 24px;
  margin-top: 20px;
}

.color-white {
  color: #fff !important;
}

.gallery-post-wrapper .gallery-post-txt-wrapper {
  position: relative;
}
.gallery-post-wrapper .gallery-post-txt-wrapper .gallery-overlay {
  position: absolute;
  left: 5%;
  right: 0;
  bottom: 10%;
  z-index: 1;
  margin: 0 auto;
  color: #fff;
  width: 95%;
}
.gallery-post-wrapper .gallery-post-txt-wrapper .gallery-overlay .title-news-heading {
  line-height: 43px;
  padding: 4px 1px;
}

.txt-light-headline {
  font-family: 'Scada', sans-serif !important;
  font-size: 14px;
}

.bg-light-blue {
  background: #46C1F2;
}

.camera-icon-wrapper {
  text-align: center;
  width: 22px;
  height: 22px;
  margin-right: 20px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.camera-icon-wrapper.big {
  width: 44px;
  height: 44px;
  font-size: 22px;
  line-height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  position: relative;
  right: 13px;
}

.videos-icon-wrapper {
  text-align: center;
  width: 22px;
  height: 22px;
  margin-right: 20px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videos-icon-wrapper.big {
    width: 44px;
    height: 44px;
    font-size: 22px;
    line-height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
}

/*.camera-icon-wrapper.big {
  width: 44px;
  height: 44px;
  font-size: 22px;
  line-height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
}
*/
.play-icon-wrapper {
  text-align: center;
  width: 22px;
  height: 22px;
  margin-right: 20px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 26px;
}
.play-icon-wrapper.big {
  width: 44px;
  height: 44px;
  font-size: 22px;
  line-height: 47px;
  padding: 2px 0 0 4px;
}

.color-blue {
  color: #2755A5;
}

.color-purpule {
  color: #922B7D !important;
  background: transparent;
}

.bg-purpule {
  background: #922B7D;
}

.light-blue {
  background: rgba(39, 85, 165, 0.1);
}

.bg-yellow {
  background: #EB8B2E;
}

.star-rating {
  color: #fff;
  font-family: 'Scada', sans-serif !important;
}
.star-rating.dark {
  color: #D4D4D4;
}
.star-rating.dark .dark-txt {
  color: #000;
}
.star-rating .fill-star {
  color: #E5001A;
}

.h-200 {
  height: 300px;
  justify-content: space-between;
  display: flex;
  flex-flow: column;
}

.recommended-slider .swiper-button-next, .recommended-slider .swiper-button-prev {
  background: #2755A5;
  width: 30px;
  height: 30px;
  top: 40%;
}
.recommended-slider .swiper-button-next:after, .recommended-slider .swiper-button-prev:after {
  font-size: 15px;
}
.recommended-slider .swiper-pagination-bullet-active {
  background: #2755A5;
}
.recommended-slider .swiper-pagination {
  text-align: left;
  bottom: 2px;
}

.covid-slider .swiper-button-next, .covid-slider .swiper-button-prev {
  background: #2755A5;
  width: 30px;
  height: 30px;
  top: 30%;
}
.covid-slider .swiper-button-next:after, .covid-slider .swiper-button-prev:after {
  font-size: 15px;
}
.covid-slider .swiper-pagination-bullet-active {
  background: #2755A5;
}
.covid-slider .swiper-pagination {
  text-align: left;
  bottom: 2px;
}

.red-color {
  color: #AF1055 !important;
}

.yellow-color {
  color: #EB8B2E !important;
}

.video-post-wrapper {
  position: relative;
}
.video-post-wrapper .video-overlay {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
}

.bg-gradeint-blue {
  background: #2b63ac;
  background: linear-gradient(180deg, #2b63ac 0%, #0a3071 100%);
}

.videos-stip-slider .swiper-button-prev, .sports-stip-slider .swiper-button-prev, .movie-releases-slider .swiper-button-prev {
  left: -30px;
}
.videos-stip-slider .swiper-button-prev:after, .sports-stip-slider .swiper-button-prev:after, .movie-releases-slider .swiper-button-prev:after {
  color: #fff;
  font-size: 22px;
}
.videos-stip-slider .swiper-button-next, .sports-stip-slider .swiper-button-next, .movie-releases-slider .swiper-button-next {
  right: -30px;
}
.videos-stip-slider .swiper-button-next:after, .sports-stip-slider .swiper-button-next:after, .movie-releases-slider .swiper-button-next:after {
  color: #fff;
  font-size: 22px;
}

.sports-stip-slider .swiper-button-prev {
  background: #2463ac;
  top: 60%;
  height: 30px;
}
.sports-stip-slider .swiper-button-prev:after {
  font-size: 12px;
}
.sports-stip-slider .swiper-button-next {
  height: 30px;
  background: #2463ac;
  top: 60%;
}
.sports-stip-slider .swiper-button-next:after {
  font-size: 12px;
}

.movie-releases-slider .swiper-button-prev {
  background: transparent;
  top: 60%;
  height: 30px;
  color: #2755a5;
}
.movie-releases-slider .swiper-button-prev:after {
  color: #2755a5;
  font-size: 12px;
}
.movie-releases-slider .swiper-button-next {
  height: 30px;
  background: transparent;
  top: 60%;
  color: #2755a5;
}
.movie-releases-slider .swiper-button-next:after {
  color: #2755a5;
  font-size: 12px;
}

.timepass_slider_1 .swiper-button-next, .timepass_slider_1 .swiper-button-prev, .timepass_slider_2 .swiper-button-next, .timepass_slider_2 .swiper-button-prev {
  background: #AF1055;
  width: 30px;
  height: 30px;
  top: 40%;
}
.timepass_slider_1 .swiper-button-next:after, .timepass_slider_1 .swiper-button-prev:after, .timepass_slider_2 .swiper-button-next:after, .timepass_slider_2 .swiper-button-prev:after {
  font-size: 15px;
}
.timepass_slider_1 .swiper-pagination-bullet-active, .timepass_slider_2 .swiper-pagination-bullet-active {
  background: #AF1055;
}
.timepass_slider_1 .swiper-pagination, .timepass_slider_2 .swiper-pagination {
  text-align: left;
  bottom: 2px;
}

.color-light-blue {
  color: #3CA4D2 !important;
}

.ads-space-01 {
  height: 247px;
  background: #F4F4F4;
  color: #2755A5;
  text-align: center;
  font-family: 'Scada', sans-serif !important;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.live_update {
  color: #E5001A;
  position: relative;
  padding: 0 0 0 24px;
}
.live_update.red_bg {
  color: #fff;
  background: #E5001A;
  display: inline-block;
  font-family: 'Scada', sans-serif !important;
  font-size: 10px;
  padding: 2px 7px 2px 17px;
  letter-spacing: 0.5px;
}
.live_update.red_bg:before {
  background: #fff;
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
}
.live_update:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: #E5001A;
  border-radius: 50%;
}

.card-blue {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}

.img-with-col-wrapper {
  position: relative;
}
.img-with-col-wrapper .text-overlay-card {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 95%;
  margin: 0 auto;
  z-index: 9;
}

.covid-state {
  background: #DD2D2D;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.covid-state .big-title {
  font-size: 50px;
  color: #fff;
}
.covid-state .tab-links a {
  color: #fff;
}

.hide-desktop {
  display: none;
}

.hide-mobile {
  display: block;
}

.swiperTop .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.swiperTop .swiper-slide {
  text-align: center;
  font-size: 12px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 12px;
  display: inline-block;
  border-right: 1px solid rgba(43, 43, 43, 0.4);
  font-family: 'Scada', sans-serif !important;
  font-size: 13px;
  line-height: 24px;
}

.weather-widget {
  width: 180px !important;
  margin-right: auto;
  margin-left: 0;
  height: 66px;
}
.weather-widget .swiper-slide img {
  width: 40% !important;
  display: block;
  margin: 0 auto;
}
.weather-widget .swiper-button-next:after, .weather-widget .swiper-button-prev:after {
  font-size: 14px;
}
.weather-widget .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  bottom: 0;
}
.weather-widget .swiper-pagination-bullets {
  bottom: 0 !important;
}
.weather-widget .swiper-pagination-bullet-active {
  background: #2755A5;
}

.top-author-txt {
  font-size: 15px;
  line-height: 23px;
 font-family: 'Scada', sans-serif !important;
}

.btn-follow {
  color: #2755A5;
  border: 1px solid #2755A5;
  font-family: 'Scada', sans-serif !important;
  font-size: 10px;
  padding: 2px 12px;
  line-height: 15px;
}

.page-title {
  font-family: 'Scada', sans-serif !important;
  font-size: 38px;
  line-height: 38px;
}

.article-section p {
  font-size: 16px;
  line-height: 30px;
}
.article-section .small-txt-news {
  font-size: 10px;
}
.article-section .bg-news-section-txt {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 10px;
}

.article-related-posts p {
  font-size: 13px;
  line-height: 17px;
}

.key-highlight-section {
  border-left: 3px solid #E50018;
  background: #F9FAFC;
  padding: 20px 10px 20px 20px;
}
.key-highlight-section .social-icons-inline {
  font-size: 12px;
  color: #7C7C7C;
  font-family: 'Scada', sans-serif !important;
}
.key-highlight-section ol {
  list-style-type: none;
  counter-reset: li;
}
.key-highlight-section ol li {
  position: relative;
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 14px;
  border-bottom: 1px solid #dee2e6;
}
.key-highlight-section ol li:last-child {
  border: 0;
}
.key-highlight-section ol li:before {
  counter-increment: li;
  content: counter(li) ".";
  margin-right: 0.25em;
  position: absolute;
  margin-right: 51px;
  font-size: 24px;
  color: #2755A5;
  font-weight: 900;
  top: 0;
  line-height: 35px;
  left: -30px;
}

.txt-below-title {
  font-size: 12px;
  color: #3E3E3E;
}
.txt-below-title a {
  color: #2755a5;
}

.single-title-section .page-title {
  margin-bottom: 10px;
}
.single-title-section .sub-title {
  font-size: 18px;
  font-family: 'Scada', sans-serif !important;
  color: #245093;
  line-height: 28px;
}
.single-title-section .sub-title li {
  border-right: 1px solid #2B58A6;
}
.single-title-section .sub-title li:first-child {
  padding-left: 0;
}
.single-title-section .sub-title li:last-child {
  border: 0px;
}
.single-title-section .sub-title a {
  color: #245093;
}

.social-sharing-post-txt {
  padding: 20px 0;
  font-size: 12px;
  color: #7C7C7C;
  font-family: 'Scada', sans-serif !important;
  margin-bottom: 10px;
}

.article-mis-icons {
  font-size: 12px;
  color: #7C7C7C;
}
.article-mis-icons li {
  border-right: 1px solid #EAEAEA;
}
.article-mis-icons li:last-child {
  border: 0;
}
.article-mis-icons a {
  color: #7C7C7C;
}
.article-mis-icons a span {
  color: #2755A5;
  padding-left: 7px;
}

.spotlight-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spotlight-section .circle-blue {
  width: 88px;
  height: 88px;
  color: #fff;
  text-align: center;
  background: #3CA4D2;
  border-radius: 50%;
  font-size: 24px;
  line-height: 85px;
  min-width: 88px;
  margin-right: 10px;
}

.color-black {
  color: #000 !important;
}

.list-item-circle {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.list-item-circle li {
  font-size: 16px;
  line-height: 40px;
}
.list-item-circle li:before {
  content: "•";
  color: #D5D5D5;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.news-tags {
  background: #E5E5E5;
  text-align: center;
  font-size: 11px;
  font-family: 'Scada', sans-serif !important;
  display: inline-block;
  color: #2B2B2B;
  margin: 0 5px;
  padding: 4px 7px;
}
.news-tags:first-child {
  margin-left: 0;
}

.article-subscribe-section {
  margin-bottom: 10px;
}
.article-subscribe-section p {
  font-family: 'Scada', sans-serif !important;
  color: #343434;
  font-size: 13px;
}

.subscribe-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F6F8FC;
  padding: 10px;
  margin-bottom: 10px;
}
.subscribe-cta p {
  font-size: 16px;
  font-family: 'Scada', sans-serif !important;
}
.subscribe-cta .txt-img-cta {
  min-width: 75%;
  width: 70%;
  display: flex;
  align-items: center;
}
.subscribe-cta .txt-img-cta .clt {
  margin-right: 10px;
  width: 55px;
  border-right: 1px solid #EAEAEA;
  padding: 0 6px 0 0;
}
.subscribe-cta .txt-img-cta .sb-cta-heading {
  font-family: 'Scada', sans-serif !important;
  font-size: 18px;
  line-height: 26px;
}

.comment-banner-section {
  background: #F6F8FC;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 60px 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.comment-banner-section .cbs-inner {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  color: #000000;
  font-family: 'Scada', sans-serif !important;
  font-size: 16px;
}
.comment-banner-section .cbs-inner a {
  color: #2755A5;
}
.comment-banner-section .cbs-inner .img-commnet-sbi {
  margin-right: 15px;
}

.post-comment-top {
  font-family: 'Scada', sans-serif !important;
  font-size: 12px;
  color: #7C7C7C;
  border-bottom: 1px solid #AAAAAA;
  margin-bottom: 20px;
}
.post-comment-top .title-pct {
  color: #2755A5;
  font-size: 14px;
}

.main-comment-section-wrapper {
  display: none;
}
.main-comment-section-wrapper.hide {
  display: block;
}

.post-comment-section {
  margin-bottom: 20px;
}
.post-comment-section .new-comment-post {
  border-bottom: 1px solid #AAAAAA;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: 'Scada', sans-serif !important;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.post-comment-section .new-comment-post .user-profile-wrapper {
  width: 90px;
  margin: 0 17px 0 0;
}
.post-comment-section .new-comment-post .comment-detail-wrapper .time-counter {
  font-family: 'Scada', sans-serif !important;
  font-size: 12px;
  color: #3E3E3E;
}
.post-comment-section .new-comment-post .comment-detail-wrapper .user-name-comment {
  font-family: 'Scada', sans-serif !important;
  color: #2755A5;
  margin: 0 16px 10px 0;
}
.post-comment-section .new-comment-post .comment-detail-wrapper .article-mis-icons a span {
  color: #7C7C7C;
}

.article-left {
  position: relative;
}
.article-left .sticky-article-left {
  text-align: center;
  width: 80px;
}
.article-left .sticky-article-left .circle-small {
  font-family: 'Scada', sans-serif !important;
  border: 1px solid #BFBFBF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 5px 0 0 0;
  text-align: center;
  font-size: 9px;
  line-height: 13px;
  color: #525252;
  margin: 0 auto 10px;
}
.article-left .sticky-article-left .circle-small .circle-count {
  display: block;
}

.scroll_to_top {
  display: block;
  z-index: 999;
}
.scroll_to_top .circle-small {
  font-family: 'Scada', sans-serif !important;
  border: 1px solid #BFBFBF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 5px 0 0 0;
  text-align: center;
  font-size: 9px;
  line-height: 13px;
  color: #525252;
  margin: 0 auto 10px;
  display: block;
}
.scroll_to_top .circle-small .circle-count {
  display: block;
}

.stuck {
  position: fixed;
  top: 0;
}

.progress-pie-chart {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #E5E5E5;
  position: relative;
}
.progress-pie-chart.gt-50 {
  background-color: #2755A5;
}

.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  width: 48px;
  height: 48px;
  clip: rect(0, 48px, 48px, 24px);
}
.ppc-progress .ppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  width: 48px;
  height: 48px;
  clip: rect(0, 24px, 48px, 0);
  background: #2755A5;
  transform: rotate(60deg);
}
.gt-50 .ppc-progress {
  clip: rect(0, 24px, 48px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0, 48px, 48px, 24px);
  background: #E5E5E5;
}

.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 42.4778761062px/2);
  top: calc(50% - 42.4778761062px/2);
  width: 42.4778761062px;
  height: 42.4778761062px;
  background: #fff;
  text-align: center;
  display: table;
}
.ppc-percents span {
  display: block;
  font-size: 9px;
  font-weight: bold;
  color: #2755A5;
}

.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.progress-pie-chart {
  margin: 20px auto 20px;
}

.heading-m-progress {
  display: none;
}

.scroll_to_top {
  position: absolute;
  right: 0;
  bottom: 0;
}

.radio-form-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Scada', sans-serif !important;
  font-size: 16px;
}
.radio-form-wrapper li {
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: 10px;
}
.radio-form-wrapper .radio-button .radio-button__label {
  margin-left: 8px;
}

.count-num {
  font-family: 'Scada', sans-serif !important;
  font-size: 18px;
  color: #2755A5;
}
.count-num span {
  color: #E5001A;
  margin-right: 10px;
}

.list-count-num {
  padding: 10px 0 0 0;
}

.list-count-num-wrapper {
  flex-flow: column;
  padding: 0 15px;
  margin-bottom: 10px;
}

.just-in {
  color: #2755A5;
  font-size: 18px;
  font-family: 'Scada', sans-serif !important;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  height: 100%;
}
.just-in h4 {
  font-size: 16px;
}

.title-24-blue {
  font-family: 'Scada', sans-serif !important;
  font-size: 24px;
  line-height: 28px;
  color: #2755A5;
}

.bg-yellow-light {
  background: #EFE2BE;
}
.bg-yellow-light .border-top, .bg-yellow-light .border-bottom, .bg-yellow-light .border-left, .bg-yellow-light .border-right {
  border-color: #CAC2AE !important;
}

.xsmall-heading {
  font-family: 'Scada', sans-serif !important;
  font-size: 14px;
  color: #2755A5;
}

.pt-line {
  color: #000;
  font-family: 'Scada', sans-serif !important;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pt-line small {
  font-size: 12px;
  font-family: 'Scada', sans-serif !important;
}
.pt-line span {
  color: #51911A;
  font-size: 12px;
  font-family: 'Scada', sans-serif !important;
}
.pt-line span.down {
  color: #E5001A;
}
.pt-line span.down span {
  color: #E5001A;
}

.time-date-market {
  color: #2755A5;
  font-size: 9px;
  font-family: 'Scada', sans-serif !important;
}

.left-cat-slider.swiper-button-disabled, .right-cat-slider.swiper-button-disabled {
  opacity: 0.5;
}

.cat-article-text-wrap {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.img-ads {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

.img-overlay-section {
  position: relative;
}
@media screen and (max-width: 767px) {
  .img-overlay-section {
    margin-bottom: 10px;
  }
}
.img-overlay-section .txt-wrapper {
  position: absolute;
  background: rgba(39, 85, 165, 0.8);
  bottom: 0;
  left: 0;
  width: 80%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .img-overlay-section .txt-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .img-overlay-section .txt-wrapper h2 {
    font-size: 20px;
  }
}

.ts_bg_wrapper {
  background: rgba(39, 85, 165, 0.7);
  color: #fff;
  border-top: 2px solid #E5001A;
  padding: 10px 10px;
  height: 100%;
}

.photp-gallery-fe-slider .swiper-button-next, .photp-gallery-fe-slider .swiper-container-rtl .swiper-button-prev {
  background: #ffffff;
  color: #305ca8;
  width: 30px;
  height: 30px;
}
.photp-gallery-fe-slider .swiper-button-next:after, .photp-gallery-fe-slider .swiper-container-rtl .swiper-button-prev:after {
  font-size: 10px;
}
.photp-gallery-fe-slider .swiper-button-prev {
  left: 0;
  background: #ffffff;
  color: #305ca8;
  width: 31px;
  height: 34px;
  top: 40%;
}
.photp-gallery-fe-slider .swiper-button-prev:after {
  font-size: 10px;
}
.photp-gallery-fe-slider .swiper-button-next {
  right: 0;
  background: #ffffff;
  color: #305ca8;
  width: 31px;
  height: 34px;
  top: 40%;
}
.photp-gallery-fe-slider .swiper-button-next:after {
  font-size: 10px;
}

.festive-bg {
  background: #082962 url("assets/images/fe-img_n2.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}
.festive-bg .border-top, .festive-bg .border-bottom, .festive-bg .border-left, .festive-bg .border-right {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.festive-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 1;
  background: linear-gradient(0deg, #082962 0%, #2755a5 100%);
  height: 100%;
  width: 100%;
  opacity: 0.9;
}
.festive-bg .container {
  position: relative;
  z-index: 2;
}

.blueBggr-bg {
  background: linear-gradient(0deg, #082962 0%, #2755a5 100%);
  position: relative;
}
.blueBggr-bg .single-title-section .sub-title li {
  border-color: #fff;
}
.blueBggr-bg .btn-follow {
  border-color: #fff;
}
.photo_listing_bg {
  background: #082962 url("assets/images/photo_landing2.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}
.photo_listing_bg .border-top, .photo_listing_bg .border-bottom, .photo_listing_bg .border-left, .photo_listing_bg .border-right {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.photo_listing_bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 1;
  background: linear-gradient(0deg, #082962 0%, #2755a5 100%);
  height: 100%;
  width: 100%;
  opacity: 0.9;
}
.photo_listing_bg .container {
  position: relative;
  z-index: 2;
}

.top_fe_slider .swiper-slide {
  height: auto;
}

.photo-gallery-slider .swiper-button-next, .photo-gallery-slider .swiper-button-prev {
  color: #2755A5;
  font-size: 22px;
  font-weight: normal;
}
.photo-gallery-slider .swiper-button-next:after, .photo-gallery-slider .swiper-button-prev:after {
  content: "" !important;
}

.highlight-slider {
  margin-top: 40px;
  margin-bottom: 30px;
}
.highlight-slider .swiper-slide {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .highlight-slider .swiper-slide {
    width: 100%;
  }
}
.highlight-slider .swiper-slide .bg-news-section-txt {
  background: #46C1F2;
}
.highlight-slider .swiper-button-prev, .highlight-slider .swiper-container-rtl .swiper-button-next {
  left: 23%;
  font-size: 20px;
  color: #2755A5;
}
@media screen and (max-width: 767px) {
  .highlight-slider .swiper-button-prev, .highlight-slider .swiper-container-rtl .swiper-button-next {
    left: 10px;
  }
}
.highlight-slider .swiper-button-prev:after, .highlight-slider .swiper-container-rtl .swiper-button-next:after {
  content: "";
}
.highlight-slider .swiper-button-next, .highlight-slider .swiper-container-rtl .swiper-button-prev {
  right: 23%;
  font-size: 20px;
  color: #2755A5;
}
@media screen and (max-width: 767px) {
  .highlight-slider .swiper-button-next, .highlight-slider .swiper-container-rtl .swiper-button-prev {
    right: 10px;
  }
}
.highlight-slider .swiper-button-next:after, .highlight-slider .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}

.sharelink_act .circle-small {
  cursor: pointer;
}

.share-vertical {
  text-align: center;
  visibility: hidden;
  -webkit-transition: 0.1s all ease;
  transition: 0.1s ease all;
  top: -20px;
  position: relative;
}
.share-vertical.show {
  top: 0;
  visibility: visible;
}
.share-vertical ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.share-vertical ul li {
  margin: 0px 0 12px 0;
  padding: 0;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .swiper-img-gallary {
    margin-top: 0px;
  }
}
.swiper-img-gallary .swiper-slide {
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .swiper-img-gallary .swiper-slide {
    padding: 0;
  }
}
.swiper-img-gallary .swiper-button-next, .swiper-img-gallary .swiper-button-prev {
  display: flex;
}
@media screen and (max-width: 767px) {
  .swiper-img-gallary .swiper-button-next, .swiper-img-gallary .swiper-button-prev {
    display: none;
  }
}
.swiper-img-gallary .swiper-button-next:after, .swiper-img-gallary .swiper-button-prev:after {
  color: #fff;
  font-size: 14px;
}

.text-slider-detail-pg .swiper-button-next:after, .text-slider-detail-pg .swiper-button-prev:after {
  color: #fff;
  font-size: 14px;
}
.text-slider-detail-pg .swiper-button-next, .text-slider-detail-pg .swiper-button-prev {
  display: none;
  top: 10px !important;
}
@media screen and (max-width: 767px) {
  .text-slider-detail-pg .swiper-button-next, .text-slider-detail-pg .swiper-button-prev {
    display: flex;
  }
}
.text-slider-detail-pg .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  text-align: left;
  font-family: 'Scada', sans-serif !important;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .text-slider-detail-pg .swiper-pagination {
    text-align: center;
  }
}
.text-slider-detail-pg .swiper-slide {
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  padding: 10px 0 20px;
}
.text-slider-detail-pg .social-icons-inline {
  color: #fff;
  margin-top: 10px;
}
.text-slider-detail-pg .social-icons-inline li:first-child {
  padding-left: 0;
}
.text-slider-detail-pg .social-icons-inline li a {
  color: #fff;
}
.text-slider-detail-pg .news-tags {
  color: #2755A5;
}
.text-slider-detail-pg .news-section-txt {
  font-size: 13px;
  line-height: 27px;
}
.text-slider-detail-pg .article-mis-icons li:first-child {
  padding-left: 0;
}
.text-slider-detail-pg .article-mis-icons a {
  color: #fff;
}
.text-slider-detail-pg .article-mis-icons a span {
  color: #fff;
}

.share-mg-popup li {
  font-size: 11px;
}
.share-mg-popup li a {
  color: #fff;
}

.expand-gallery {
  width: 41px;
  height: 41px;
  position: absolute;
  z-index: 2;
  right: 60px;
  top: 20px;
  background: rgba(0, 0, 0, 0.2);
  padding: 9px 11px;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .expand-gallery {
    right: 10px;
    top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .txt-order-slider {
    order: 2;
    margin-top: 10px;
  }
}

.author-info.single-author-wrapper {
  display: block;
}
.author-info.single-author-wrapper .ath-pic-wrapper {
  width: 90%;
  border-radius: 50%;
  overflow: hidden;
}
.author-info.single-author-wrapper .ath-pic-wrapper img {
  width: auto;
  border-radius: 0;
  height: auto;
}
.author-info.single-author-wrapper .author-pic {
  margin: 0 auto !important;
  height: 106px !important;
  width: 106px !important;
}
.author-info.single-author-wrapper .author-pic.big-author-detail {
  height: 186px !important;
  width: 186px !important;
}
.author-info.single-author-wrapper .author-info-details-bottom {
  text-align: center;
  font-size: 22px !important;
  color: #000;
}

@media screen and (max-width: 767px) {
  .search-form-wrapper {
    text-align: right;
  }
}
.search-form-wrapper .btn-primary {
  margin-left: 10px;
  padding: 6px 29px;
}
@media screen and (max-width: 767px) {
  .search-form-wrapper .btn-primary {
    display: inline-block;
    margin-top: 10px;
  }
}
.search-form-wrapper .search-fm-wrapper {
  display: inline-block;
  border: 1px solid #C5C5C5;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .search-form-wrapper .search-fm-wrapper {
    width: 100%;
    display: flex;
  }
}
.search-form-wrapper .search-fm-wrapper .search-icon {
  background: #F4F4F4;
  padding: 5px 10px;
  font-size: 15px;
  display: inline-block;
}
.search-form-wrapper .search-fm-wrapper .search-input {
  border: 0px;
  border-radius: 0px;
  width: 87%;
  font-family: 'Scada', sans-serif !important;
  font-size: 15px;
  padding: 5px 8px;
}
.search-form-wrapper .search-fm-wrapper .search-input:focus {
  border: 0px;
  outline: 0px;
}

.bg-organge {
  background: rgba(229, 116, 101, 0.9);
}
.bg-organge .border-top, .bg-organge .border-bottom, .bg-organge .border-left, .bg-organge .border-right {
  border-color: #B56A60 !important;
}

.dark-blue-bg {
  background: #16315C;
}

.video-txt-overlay {
  position: absolute;
  left: 20px;
  bottom: 10%;
  color: #fff;
}
.video-txt-overlay .title-heading {
  font-size: 52px;
  font-family: 'Scada', sans-serif !important;
}
.video-txt-overlay .small-txt-news {
  color: #fff;
}
.video-txt-overlay .small-txt-news a {
  color: #fff;
}

.video-txt-overlay-title-heading {
  font-size: 42px;
  color: #16315C;
  line-height: 46px;
  font-family: 'Scada', sans-serif !important;
}

.title-32 {
  font-size: 32px;
  line-height: 40px;
  color: #000;
  font-family: 'Scada', sans-serif !important;
}

.bg-light-green {
  background: #DCE3E0;
}
.bg-light-green .border-top, .bg-light-green .border-bottom, .bg-light-green .border-left, .bg-light-green .border-right {
  border-color: #8B918B !important;
}

.dark-green-bg {
  background: #21685E;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  font-family: 'Scada', sans-serif !important;
  margin-bottom: 10px;
}
.dark-green-bg p {
  margin-bottom: 3px;
}

.title-22 {
  font-size: 22px;
  line-height: 26px;
  font-family: 'Scada', sans-serif !important;
}

@media screen and (max-width: 767px) {
  .swiper_4_desk .swiper-slide {
    width: 60%;
  }
}
.swiper_4_desk .swiper-button-next, .swiper_4_desk .swiper-button-prev {
  background: #2755A5;
  width: 30px;
  height: 30px;
  top: 30%;
  color: #fff;
}
.swiper_4_desk .swiper-button-next:after, .swiper_4_desk .swiper-button-prev:after {
  font-size: 15px;
}
.swiper_4_desk .swiper-button-next {
  right: 0;
}
.swiper_4_desk .swiper-button-prev {
  left: 0;
}

.bg-blue-grad {
  background: #16315C;
  background: linear-gradient(180deg, #16315C 0%, #0D213E 100%);
}
.bg-blue-grad .border-top, .bg-blue-grad .border-bottom, .bg-blue-grad .border-left, .bg-blue-grad .border-right {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.extra-incoma-paregraph {
  font-size: 28px;
  color: #fff;
  line-height: 39px;
  font-family: 'Scada', sans-serif !important;
}
.extra-incoma-paregraph span {
  color: #E98B7F;
}

.border-highliter {
  height: 5px;
  width: 100%;
  margin-bottom: 5px;
}
.border-highliter.dark-blue {
  background: #1A3B6A;
}
.border-highliter.red {
  background: #B0193F;
}
.border-highliter.orange {
  background: #E57465;
}

.hightligher-txt {
  display: inline;
}
.hightligher-txt.dark-blue {
  background: #1A3B6A;
  color: #fff;
}
.hightligher-txt.dark-blue a {
  color: #fff;
}
.hightligher-txt.orange {
  background: #E57465;
  color: #fff;
}
.hightligher-txt.orange a {
  color: #fff;
}

.font-52-normal {
  font-size: 52px;
  line-height: 58px;
  font-family: 'Scada', sans-serif !important;
}
@media screen and (max-width: 767px) {
  .font-52-normal {
    font-size: 42px;
    line-height: 46px;
  }
}

.font-46-bold {
  font-size: 46px !important;
  line-height: 53px !important;
}
@media screen and (max-width: 767px) {
  .font-46-bold {
    font-size: 36px !important;
    line-height: 43px !important;
  }
}

.title-heading-nb {
  font-size: 52px;
  line-height: 58px;
  font-family: 'Scada', sans-serif !important;
}
@media screen and (max-width: 767px) {
  .title-heading-nb {
    font-size: 42px;
    line-height: 46px;
  }
}
.title-heading-nb a {
  color: #fff;
}

.page-heading {
  font-family: 'Scada', sans-serif !important;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-10 {
  font-size: 10px;
}

.bsc-regular {
  font-family: 'Scada', sans-serif !important;
}

.titile-top-section .sub-title {
  font-family: 'Scada', sans-serif !important;
}

.actor-bio-subtxt {
  font-size: 16px;
  font-family: 'Scada', sans-serif !important;
}

.bg-dark-purple {
  background: #922B7D;
}

.slider-actor-photo-section.highlight-slider .swiper-slide .bg-news-section-txt {
  background: #922B7D !important;
}

.slider-actor-photo-section .swiper-button-next, .slider-actor-photo-section .swiper-container-rtl .swiper-button-prev, .slider-actor-photo-section .swiper-button-prev, .slider-actor-photo-section .swiper-container-rtl .swiper-button-next {
  color: #922B7D !important;
}

.actor-tab-header ul li a {
  border-bottom: 1px solid transparent;
  padding: 17px 0;
}
.actor-tab-header ul li a.active {
  color: #922B7D;
  border-bottom: 1px solid #922B7D;
  padding: 17px 0;
}

@media screen and (max-width: 767px) {
  .horoscope-main-wrapper .dflex-ct {
    margin-top: 10px;
    display: block;
  }
}

.author_detail_wrapper {
  background: #FAFAFA;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 26px;
}
.author_detail_wrapper .top-author-txt {
  font-size: 15px;
  line-height: 23px;
  color: #4A4A4A;
}
.author_detail_wrapper .social-icons-inline li:first-child {
  color: #7C7C7C;
}

.sub-title-small {
  font-size: 18px;
  color: #2755A5;
  font-family: 'Scada', sans-serif !important;
}

.author_detail_list_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .author_detail_list_title .sub-title-small {
    display: none;
  }
}

.orange_grad_bg {
  background: linear-gradient(180deg, #EB8B2E 0%, #C9690F 100%);
}
.orange_grad_bg .border-top, .orange_grad_bg .border-bottom, .orange_grad_bg .border-left, .orange_grad_bg .border-right {
  border-color: #DA8A3E !important;
}

.bg-orange-light {
  background: #FDF3E9;
}

.form-dark-bg {
  color: #fff;
}
.form-dark-bg .question_small_txt {
  font-family: 'Scada', sans-serif !important;
  font-size: 12px;
}
.form-dark-bg .quiz_question_heading {
  font-family: 'Scada', sans-serif !important;
  font-size: 20px;
  line-height: 25px;
}

.manjul-detail-wrapper {
  position: relative;
}
.manjul-detail-wrapper .pagination_manjul {
  position: absolute;
  right: 10px;
  bottom: 40px;
  color: #AF1055;
  font-family: 'Scada', sans-serif !important;
  font-size: 18px;
}
.manjul-detail-wrapper .icons-over-img {
  display: none;
}
.manjul-detail-wrapper:hover .icons-over-img {
  display: flex;
}

.pl_tags {
  color: #fff;
}
.pl_tags.pl_blue {
  background: #4CA9F0;
}
.pl_tags.pl_orange {
  background: #F4964F;
}
.pl_tags.pl_grey {
  background: #83898B;
}
.pl_tags.win {
  background: #6BA858;
  padding-left: 20px;
  padding-right: 20px;
}

.tb-cart_pl .table {
  color: #fff;
  font-family: 'Scada', sans-serif !important;
  font-size: 14px;
}
.tb-cart_pl .table th {
  background: #2755A5;
}
.tb-cart_pl .table th, .tb-cart_pl .table td {
  border-color: #334F86;
}

.star-candidates-slider {
  border: 1px solid #334F86;
  text-align: center;
}
.star-candidates-slider .swiper-slide {
  min-height: 320px;
  align-items: center;
  display: flex;
  flex-flow: column;
}
.star-candidates-slider .img_pl_star {
  border-radius: 50%;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .star-candidates-slider .img_pl_star {
    width: 140px;
  }
}
.star-candidates-slider .sub-heading {
  font-family: 'Scada', sans-serif !important;
  color: #fff;
  font-size: 13px;
}
.star-candidates-slider .title-heading {
  font-size: 16px;
  font-family: 'Scada', sans-serif !important;
  color: #fff;
}
.star-candidates-slider .swiper-button-prev {
  left: 0;
  background: #FFFFFF;
  color: #162949;
  width: 30px;
  height: 30px;
}
.star-candidates-slider .swiper-button-prev:after {
  font-size: 15px;
}
.star-candidates-slider .swiper-button-next {
  right: 0;
  background: #FFFFFF;
  color: #162949;
  width: 30px;
  height: 30px;
}
.star-candidates-slider .swiper-button-next:after {
  font-size: 15px;
}

.pl_section_top .border {
  border: 1px solid #295BBE !important;
}
.pl_section_top .border-top {
  border-top: 1px solid #295BBE !important;
}

.ct_pl {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
.ct_pl .ct_pl_title {
  font-size: 16px;
  font-family: 'Scada', sans-serif !important;
}
.ct_pl .ct_pl_sub_txt {
  font-size: 10px;
  font-family: 'Scada', sans-serif !important;
  color: #9D9D9D;
  margin-bottom: 15px;
}

.pl_ct_action {
  height: 100%;
  overflow: hidden;
}
.pl_ct_action .pl_ct_top {
  color: #fff;
  font-family: 'Scada', sans-serif !important;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  flex-flow: row;
  justify-content: space-between;
}
.pl_ct_action .pl_ct_top .small-img-section {
  display: flex;
  align-items: center;
}
.pl_ct_action .pl_ct_top .small-img-section .border-round {
  border-radius: 50%;
  margin-right: 10px;
}
.pl_ct_action .pl_ct_top .title-heading {
  font-size: 16px;
  margin-bottom: 1px;
}
.pl_ct_action .pl_ct_top .sub-heading {
  font-size: 12px;
  margin-bottom: 1px;
}
.pl_ct_action .pl_ct_top.bg-blue {
  background: #46C1F2;
}
.pl_ct_action .pl_ct_top.bg-orange {
  background: #F28F46;
}
.pl_ct_action .pl_ct_travel {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
}
.pl_ct_action .pl_ct_travel .pl_ct_travel_inside {
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding-right: 10px;
}
.pl_ct_action .pl_ct_travel .pl_ct_travel_inside:first-child {
  border-right: 1px solid #AAAAAA;
}
.pl_ct_action .pl_ct_travel .pl_ct_travel_inside .total-distance {
  font-size: 10px;
  font-family: 'Scada', sans-serif !important;
  margin-right: 10px;
}
.pl_ct_action .pl_ct_travel .pl_ct_travel_inside .total-km {
  font-family: 'Scada', sans-serif !important;
  font-size: 16px;
}
.pl_ct_action .swiper_pl_top {
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
  padding: 8px 0;
}
.pl_ct_action .swiper_pl_top .swiper-button-prev {
  left: 0;
  background: #FFFFFF;
  color: #162949;
  width: 20px;
  height: 100%;
  border-right: 1px solid #AAAAAA;
  top: 22px;
}
.pl_ct_action .swiper_pl_top .swiper-button-prev:after {
  font-size: 10px;
}
.pl_ct_action .swiper_pl_top .swiper-button-next {
  right: 0;
  background: #FFFFFF;
  color: #162949;
  width: 20px;
  height: 100%;
  border-left: 1px solid #AAAAAA;
  top: 22px;
}
.pl_ct_action .swiper_pl_top .swiper-button-next:after {
  font-size: 10px;
}
.pl_ct_action .swiper_pl_top .swiper-slide {
  width: 20%;
  font-family: 'Scada', sans-serif !important;
  font-size: 10px;
  line-height: 11px;
  cursor: pointer;
}
.pl_ct_action .swiper_pl_top .swiper-slide.swiper-slide-thumb-active {
  font-family: 'Scada', sans-serif !important;
}
.pl_ct_action .swiper_pl_top .swiper-container {
  width: 80%;
  margin: 0 auto;
}
.pl_ct_action .swiper_pl_bottom {
  background: #fff;
  padding: 15px;
  height: 100%;
}
.pl_ct_action .swiper_pl_bottom .swiper-slide {
  height: auto;
}
.pl_ct_action .swiper_pl_bottom ul li {
  display: inline-block;
  width: 45%;
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
}
.pl_ct_action .swiper_pl_bottom ul li:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
}

.election_vote_01 {
  position: relative;
}
.election_vote_01 .sym-vs {
  font-size: 9px;
  font-family: 'Scada', sans-serif !important;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 21px;
  position: absolute;
  right: -10px;
  top: 20px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .election_vote_01 .sym-vs {
    margin: 0 auto;
    top: -10px;
    left: auto;
    right: auto;
    position: relative;
  }
}

.banner-static {
  position: relative;
  margin-bottom: 30px;
}
.banner-static .banner-contain {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  background: rgba(39, 85, 165, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-static .banner-contain .static-heading {
  font-family: 'Scada', sans-serif !important;
  color: #fff;
  font-size: 36px;
  line-height: 28px;
}
.banner-static.my-account-banner {
  height: 200px;
}
.banner-static.my-account-banner img {
  object-fit: cover;
  height: 100%;
}
.banner-static.my-account-banner .banner-contain {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #fff;
  font-family: 'Scada', sans-serif !important;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .contact-email-wrapper {
    align-items: flex-start !important;
    flex-flow: column;
  }
}
.contact-email-wrapper .link-email {
  margin-left: 10px;
  margin-bottom: 0;
  font-family: 'Scada', sans-serif !important;
}
@media screen and (max-width: 767px) {
  .contact-email-wrapper .link-email {
    margin-left: 0px;
    margin-top: 10px;
  }
}

.contact-address-details {
  background: #F9FAFC;
  padding: 10px;
  border-left: 2px solid #E50018;
  font-family: 'Scada', sans-serif !important;
  font-size: 16px;
  line-height: 28px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: column;
}
.contact-address-details .cp-title {
  font-size: 24px;
  color: #2755A5;
  line-height: 28px;
  font-family: 'Scada', sans-serif !important;
}
.contact-address-details .cl-get-direction {
  text-decoration: underline;
  color: #2755A5;
}
.contact-address-details .cad-phone-number {
  color: #2755A5;
}
.contact-address-details p {
  padding-right: 10px;
  margin-bottom: 0;
}

.sub-heading-with-icon {
  display: flex;
  align-items: center;
}
.sub-heading-with-icon span {
  width: 28px;
  display: inline-block;
  margin: 0 10px 5px 0;
}

.static-page-wrapper {
  font-family: 'Scada', sans-serif !important;
  color: #4A4A4A;
  line-height: 23px;
}
.static-page-wrapper a {
  color: #1891EE;
}

.nav-vertical {
  font-family: 'Scada', sans-serif !important;
  font-size: 16px;
  color: #000;
  list-style: none;
  padding: 0;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 767px) {
  .nav-vertical {
    display: none;
  }
}
.nav-vertical.show {
  display: block;
}
.nav-vertical li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(43, 43, 43, 0.4);
}
.nav-vertical li ul {
  list-style: none;
}
.nav-vertical li ul li {
  border: 0;
  font-family: 'Scada', sans-serif !important;
  font-size: 14px;
  padding: 5px 0;
}
.nav-vertical li:last-child {
  border: 0px;
}
.nav-vertical li a {
  color: #000;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.nav-vertical li a.active {
  color: #2755A5;
}
.nav-vertical li a:hover {
  color: #2755A5;
}

.accordion-my-account .card-header {
  padding-left: 0;
}
.accordion-my-account .mfa-plus {
  position: relative;
  font-style: normal;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  display: inline-block;
  line-height: 19px;
  border-radius: 50%;
  margin-right: 10px;
}
.accordion-my-account .mfa-plus:before {
  content: "+";
}
.accordion-my-account .mfa-minus {
  position: relative;
  font-style: normal;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  display: inline-block;
  line-height: 17px;
  border-radius: 50%;
  margin-right: 10px;
}
.accordion-my-account .mfa-minus:before {
  content: "-";
}
.accordion-my-account .btn-link {
  color: #000;
  font-size: 16px;
  font-family: 'Scada', sans-serif !important;
  outline: none;
  text-decoration: none;
}
.accordion-my-account .card-body {
  font-family: 'Scada', sans-serif !important;
  font-size: 13px;
  color: #3E3E3E;
  line-height: 22px;
}
.accordion-my-account .card {
  border: 0px;
}
.accordion-my-account .card .card-header {
  background: transparent;
}

.font-size-12 {
  font-size: 12px;
}

.row-flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row;
}

.colum-flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
}

.my-subscription-wrapper .title-inner {
  font-size: 16px;
  line-height: 24px;
}
.my-subscription-wrapper .title-sub-inner {
  color: #245093;
  font-size: 16px;
}
.my-subscription-wrapper .table tbody tr {
  font-family: 'Scada', sans-serif !important;
}

.btn-active {
  background: #4F9629;
  color: #fff !important;
  text-align: center;
  border-radius: 17px;
  padding: 4px 27px;
}

.btn-cancel {
  color: #AAAAAA !important;
  border: 1px solid #AAAAAA;
  border-radius: 0;
  font-size: 14px;
}

.round-circle {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.form-display-wrapper {
  display: flex;
  flex-flow: row;
  align-items: center;
  font-size: 16px;
}
.form-display-wrapper .highloght-txt {
  color: #245093;
}

.my-profile-wrapper a {
  font-size: 14px;
  color: #245093;
  text-decoration: underline;
}
.my-profile-wrapper a.white-btn {
  text-decoration: none;
}

.login-wrapper {
  background: #FAFAFA;
  min-height: 600px;
}
.login-wrapper .lr-wrapper {
  background: #fff;
  padding: 20px;
}
.login-wrapper .lr-wrapper .title-heading {
  font-size: 28px;
  color: #2755A5;
  line-height: 28px;
  font-family: 'Scada', sans-serif !important;
}

.fm-midday-login input {
  font-family: 'Scada', sans-serif !important;
  font-size: 14px;
  color: #000;
}
.fm-midday-login input[type=email], .fm-midday-login input[type=text], .fm-midday-login input[type=tel], .fm-midday-login input[type=password] {
  border: 0px;
  border-radius: 0;
  border-bottom: 1px solid #E0E0E0;
  padding: 13px 8px;
  height: auto;
}
.fm-midday-login .btn-submit {
  padding: 10px 20px;
  margin-bottom: 20px;
}
.fm-midday-login fieldset {
  display: none;
}
.fm-midday-login fieldset:first-child {
  display: block;
}

.lr-social-icons-wrapper {
  text-align: center;
}
.lr-social-icons-wrapper .social-logging-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row;
}
.lr-social-icons-wrapper .social-logging-wrapper a .lr-si {
  margin-right: 10px;
}
.lr-social-icons-wrapper .social-logging-wrapper a.lr-social-btn {
  width: 48%;
  padding: 15px 20px;
}
.lr-social-icons-wrapper .social-logging-wrapper a.btn-google {
  background: #DB3236;
}
.lr-social-icons-wrapper .social-logging-wrapper a.btn-google:hover {
  background: #83181B;
}

.password-lr-wrapper {
  position: relative;
}
.password-lr-wrapper .toggle-password {
  position: absolute;
  z-index: 12;
  right: 10px;
  bottom: 10px;
  font-size: 9px;
  color: #7B7B7B;
  font-family: 'Scada', sans-serif !important;
}

.bg-line-txt {
  position: relative;
  color: #4A4A4A;
  font-size: 13px;
  margin-bottom: 20px;
}
.bg-line-txt:before {
  position: absolute;
  content: "";
  border: 1px solid #E0E0E0;
  left: 0;
  top: 9px;
  width: 100%;
}
.bg-line-txt span {
  background: #fff;
  position: relative;
  z-index: 9;
}

.otp-number-wrapper input[type=number] {
  border: 0px;
  display: inline-block;
  border-bottom: 1px solid #000;
  width: 14%;
  margin-right: 5px;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
}
.otp-number-wrapper input[type=number]::-webkit-inner-spin-button, .otp-number-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.otp-number-wrapper input[type=number].focus {
  border-color: green;
  outline: none;
  box-shadow: none;
}

.opt-mange-wrapper .title {
  font-size: 16px;
  font-family: 'Scada', sans-serif !important;
}

.list-regsiter-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.list-regsiter-wrapper li {
  position: relative;
  width: 33%;
  z-index: 1px;
  font-family: 'Scada', sans-serif !important;
  font-size: 12px;
  color: #2755A5;
}
@media screen and (max-width: 767px) {
  .list-regsiter-wrapper li {
    font-size: 10px;
  }
}
.list-regsiter-wrapper li .tt-wrapper {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 2px solid #2755A5;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 10px;
}
.list-regsiter-wrapper li .tt-wrapper.completed {
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}
.list-regsiter-wrapper li .tt-wrapper.completed span {
  transform: rotate(45deg);
  display: block;
}
.list-regsiter-wrapper li .tt-wrapper.completed span img {
  width: 40%;
}
.list-regsiter-wrapper li:after {
  position: absolute;
  content: "";
  height: 1px;
  background: #000;
  width: 100%;
  right: -60%;
  top: 14px;
}
@media screen and (max-width: 767px) {
  .list-regsiter-wrapper li:after {
    right: -62%;
  }
}
.list-regsiter-wrapper li:last-child:after {
  display: none;
}

.g-social-img {
  width: 15px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .slider-actor-photo-section .gallery-post-txt-wrapper.gp-wrapper-overlay .gp-post-content {
    position: absolute;
    left: 0;
    top: auto;
  }

  .w-icon-nb {
    width: 20px;
  }

  .border-bottom-mb {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-left-m-hide {
    border-left: 0px !important;
  }

  .border-right-m-hide {
    border-right: 0px !important;
  }

  .border-top-m-hide {
    border-top: 0px !important;
  }

  .border-bottom-m-hide {
    border-bottom: 0px !important;
  }

  .author-listing-main-wrapper .white-btn {
    display: inline-block;
    padding: 14px 35px;
  }

  .w-m-100 {
    width: 100%;
  }

  .border-mb-0 {
    border: 0px !important;
  }

  img {
    width: 100%;
  }

  .videos-stip-slider .swiper-slide {
    width: 40%;
  }
  .videos-stip-slider .swiper-button-next {
    display: none;
  }
  .videos-stip-slider .swiper-button-prev {
    display: none;
  }

  .sports-stip-slider .swiper-button-next, .sports-stip-slider .swiper-button-prev, .movie-releases-slider .swiper-button-next, .movie-releases-slider .swiper-button-prev {
    display: none;
  }

  .inline-menu {
    list-style-type: none;
    white-space: nowrap;
    overflow-x: auto;
    display: block;
    /*
    		overflow: auto;
    		white-space: nowrap;
    		flex-wrap: inherit;
    */
  }

  .news-small-widget-wrapper {
    margin-bottom: 20px;
  }

  .left-inner-colm {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
    border-bottom: 1px solid #eef0f2;
    padding: 0 0 12px 0;
  }

  .tab-header {
    display: block !important;
    align-items: normal !important;
    justify-content: normal !important;
  }
  .img-icon-list .social-icons-inline {
    font-size: 11px;
  }

  .lt-img-wtxt {
    align-items: center;
    flex-direction: row-reverse;
  }

  .gallery-post-txt-wrapper.gp-wrapper-overlay .gp-post-content {
    position: relative;
    left: 0;
    top: 20px;
  }

  .gallery-img-txt-m {
    position: relative;
  }
  .gallery-img-txt-m .gallery-overlay {
    text-align: right;
  }

  .hide-desktop {
    display: flex;
  }

  .hide-mobile {
    display: none !important;
  }

  .news-section-txt {
    font-size: 15px;
    line-height: 23px;
  }

  .bg-news-section-txt {
    font-size: 20px;
    line-height: 29px;
  }

  .slider-with-small-pagination .swiper-button-next, .slider-with-small-pagination .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .recommended-slider .swiper-button-next, .recommended-slider .swiper-button-prev {
    top: 24%;
  }

  .btn-wtabs {
    float: right;
  }

  .footer-main .footer-btm {
    padding: 19px 0 19px;
  }

  .logo-wrapper {
    width: 200px;
  }

  .icons-mobile-header a {
    color: #2755A5;
    font-size: 19px;
  }

  .header-sub-links {
    font-family: 'Scada', sans-serif !important;
    font-size: 14px;
    line-height: 20px;
    color: #2755A5;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 3px solid #E5001A;
  }
  .header-sub-links a {
    color: #2755A5;
  }

  .footer-social-icons {
    text-align: left;
  }

  .footer-logo {
    width: 80%;
    margin: 0 auto;
    display: block;
  }

  .footer-top .inline-menu {
    white-space: initial;
    overflow-x: initial;
    margin: 10px 0 20px;
    border-bottom: 1px solid #dee2e6;
    display: block !important;
    border-right: 0 !important;
    padding-bottom: 20px;
    font-size: 17px;
  }
  .footer-top .inline-menu li {
    padding: 0 8px;
  }
  .footer-top .inline-menu li:first-child {
    padding-left: 0;
  }
  .footer-top .cols-ft {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 15px;
  }

  .btn-primary {
    font-size: 16px;
    display: block;
    padding: 14px 5px;
  }

  .footer-main .footer-btm .title-heading {
    border-bottom: 1px solid #316BD0;
    padding: 12px 0 13px 0;
  }

  .footer-bottom-menu {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .footer-bottom-menu .footer-nav .inline-menu {
    white-space: unset;
    overflow-x: unset;
  }
  .footer-bottom-menu .footer-nav .inline-menu li {
    line-height: 36px;
    padding: 0 6px;
  }
  .footer-bottom-menu .footer-nav .inline-menu li:first-child {
    padding-left: 0;
  }

  .footer-mobile-menu .col {
    border-right: 1px solid #316BD0;
  }
  .footer-mobile-menu .col:last-child .menu-items {
    border-right: 0;
  }
  .footer-mobile-menu .menu-items li {
    border-bottom: 1px solid #316BD0;
    padding: 20px 0px;
    font-size: 14px;
  }

  .social-sharing-post-txt {
    flex-wrap: wrap;
  }

  .spotlight-section {
    margin-bottom: 20px;
  }

  .news-tags {
    margin-bottom: 10px;
  }

  .subscribe-cta {
    flex-flow: column;
  }

  .subscribe-cta .txt-img-cta {
    min-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }

  .single-title-section .page-title {
    font-size: 27px;
  }

  .single-title-section .sub-title {
    font-size: 15px;
  }

  .txt-below-title {
    line-height: 22px;
  }

  .sticky-title {
    left: 0;
    width: 100%;
    background: #fff;
    display: block;
    z-index: 999;
    display: flex;
    padding: 0 17px;
  }
  .sticky-title.stuck {
    border-bottom: 1px solid #CFCFCF;
  }
  .sticky-title.stuck .heading-m-progress {
    display: block;
  }

  .just-in {
    flex-flow: row;
    justify-content: space-between;
    height: 100%;
    margin: 10px;
    align-items: center;
  }

  .list-count-num-wrapper {
    border: 0 !important;
  }
}
/*
.v-col-list-item{
	columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-type: none;
	counter-reset: li;
    li{
		position: relative;
		margin-bottom: 30px;
		line-height: 38px;
		font-size: 16px;
	}
	li:before {
	  counter-increment: li;
	  content: counter(li, decimal-leading-zero) ".";
	  margin-right: 0.25em;
	  position: absolute;
	  margin-right: 51px;
	  font-size: 18px;;
	  color: #2755A5;
	  font-weight: 900;
	  top: 0;
	  line-height: 35px;
	  left: -37px;
	  font-family: 'Scada', sans-serif !important;
	 }
}


/*menubar css*/
.sidenav {
  height: 100%;
  width: 25%;
  position: fixed;
  z-index: 11;
  top: 0;
  left: -25%;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}
.sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 25px;
  color: #2755a5;
  display: block;
  transition: 0.3s;
}
.sidenav .closebtn {
  font-size: 36px;
}

.sidenav .navbar-nav {
  display: flex;
  flex-direction: column;
}

.dropdown-menu .dropdown-toggle:after {
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropdown-menu .dropdown-menu {
  margin-left: 0;
  margin-right: 0;
}
.dropdown-menu li {
  position: relative;
}

.nav-item .submenu {
  display: none;
  position: fixed;
  left: 100%;
  top: -7px;
}
.nav-item .submenu-left {
  right: 100%;
  left: 24%;
}

.dropdown-menu > li:hover {
  background-color: #f1f1f1;
}

.dropdown-menu > li:hover > .submenu {
  display: block;
}

.secondiv {
  left: 25%;
  display: block;
  width: 20%;
  z-index: 2;
}

.serchmenucl {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
  align-items: center;
}
.serchmenucl li {
  display: flex;
}
.serchmenucl .clser {
  width: 20%;
  align-items: center;
  justify-content: space-around;
  display: flex;
  margin-left: 13px;
}

.custome-menu {
  display: flex;
  flex-direction: column;
}
.custome-menu li {
  display: flex;
  justify-content: space-between;
  padding: 15px 15px 5px 15px;
  border-top: solid 0.5px #3e3e3e;
}
.custome-menu li h2 {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #3e3e3e;
  cursor: pointer;
}

.targetDiv h2 {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #922b7d;
  padding: 9px 10px;
}

.selected {
  background: #f4f4f4;
}
.selected h2 {
  color: #922b7d !important;
}
.selected span {
  color: #922b7d !important;
}

/*new css*/
#menu {
  overflow: auto;
  position: absolute;
  z-index: 11;
  left: -50%;
  width: 50%;
  -webkit-transition: left 800ms ease-in;
  -moz-transition: left 800ms ease-in;
  -ms-transition: left 800ms ease-in;
  transition: left 800ms ease-in;
}
@media screen and (max-width: 767px) {
  #menu {
    width: 100%;
    left: -100%;
  }
}

.parent-menu {
  background: #fff;
  min-width: 50%;
  float: left;
  margin: 0;
  padding: 0;
}

#menu ul {
  list-style-type: none;
  box-shadow: 10px 0 5px -9px #888;
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  #menu ul {
    max-width: 180px;
  }
}

#menu ul li a {
  padding: 15px 10px;
  display: block;
  color: #3e3e3e;
  text-decoration: none;
  font-family: 'Scada', sans-serif !important;
  align-items: center;
  justify-content: space-between;
}
#menu ul li a span {
  float: right;
}

#menu ul li a:hover {
  background: #f4f4f4;
  color: #922b7d;
}

#menu ul li:hover > ul {
  left: 50%;
  -webkit-transition: left 600ms ease-in;
  -moz-transition: left 600ms ease-in;
  -ms-transition: left 600ms ease-in;
  transition: left 600ms ease-in;
}
@media screen and (max-width: 767px) {
  #menu ul li:hover > ul {
    left: 50%;
  }
}

#menu ul li > ul {
  position: absolute;
  background: #fff;
  top: 0;
  left: -50%;
  min-width: 35%;
  z-index: -1;
  height: 100%;
  -webkit-transition: left 200ms ease-in;
  -moz-transition: left 200ms ease-in;
  -ms-transition: left 200ms ease-in;
  transition: left 200ms ease-in;
}
@media screen and (max-width: 767px) {
  #menu ul li > ul {
    min-width: 50%;
  }
}

#menu ul li > ul li a:hover {
  background: #f4f4f4;
}

.menuheding {
  height: 61px;
}
.menuheding h2 {
  align-items: center;
  padding-top: 18px;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  color: #922b7d;
  font-family: 'Scada', sans-serif !important;
}
@media screen and (max-width: 767px) {
  .menuheding h2 {
    font-size: 18px;
  }
}

.closein {
  margin-top: -16px;
  font-size: 48px;
  padding-left: 0 !important;
}
.closein span {
  color: #2755a5;
}

.clser a:hover {
  background: transparent !important;
}

a.search-icon {
  font-size: 25px;
  padding-left: 0 !important;
}
a.search-icon span {
  color: #2755a5;
  border-left: 1px solid rgba(0, 0, 0, 0.27);
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  a.search-icon span {
    display: none;
  }
}

.datetm {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #2b2b2b;
  margin-top: 0;
  font-family: 'Scada', sans-serif !important;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .datetm {
    display: none;
  }
}

.parent-menu li {
  border-bottom: solid 0.2px #d4d4d4;
}
.parent-menu li ul {
  padding-left: 0;
}
.parent-menu li ul li {
  padding-left: 7%;
}
.parent-menu li ul li a {
  padding-left: 0 !important;
}
.parent-menu li ul li a:hover {
  background: transparent !important;
}

li.topfl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
li.topfl .today-epaper a {
  color: #2755a5 !important;
  cursor: pointer;
}
li.topfl .today-epaper a span {
  padding-left: 10px;
  padding-top: 4px;
}

.ant-search-ct {
  width: 60%;
  position: absolute;
  top: 0;
  background: #fff;
  left: 100px;
  z-index: 23;
}
@media screen and (max-width: 767px) {
  .ant-search-ct {
    width: 65%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 265px;
  }
}
.ant-search-ct input.form-control {
  padding: 0 0 0 10px;
  height: calc(1em + .75rem + 2px);
  transition: all 0.35s, border-radius 0s;
}
.ant-search-ct .search-icon-ct {
  background: #2755a5;
  color: #fff;
  font-family: 'Scada', sans-serif !important;
}
.ant-search-ct .bor-right {
  border-left: 1px solid rgba(0, 0, 0, 0.27);
  margin-left: -6px;
  padding-left: 10px;
}
.ant-search-ct button {
  padding: 0.1rem 0.75rem;
  font-size: 13px;
  font-family: 'Scada', sans-serif !important;
}

.ant-search-ct:hover .bor-right {
  border-left: 0px solid rgba(0, 0, 0, 0.27);
}

.header-mobile .border-bottom {
  flex-wrap: initial;
}
.header-mobile .border-bottom .icons-mobile-header.text-right {
  padding-left: 0;
}

.teaser::placeholder {
  font-size: 13px;
}

.ant-search-ct input.form-control::placeholder,
.placeholder input.form-control::placeholder {
  font-weight: bold;
  opacity: 1;
  font-size: 13px;
  font-family: 'Scada', sans-serif !important;
}

.ant-search-ct input.form-control:-ms-input-placeholder,
.placeholder input.form-control:-ms-input-placeholder {
  font-weight: bold;
  font-size: 13px;
  font-family: 'Scada', sans-serif !important;
}

.ant-search-ct input.form-control::-ms-input-placeholder,
.placeholder input.form-control::-ms-input-placeholder {
  font-size: 13px;
  font-family: 'Scada', sans-serif !important;
  font-weight: bold;
}

input.modify-calendar::placeholder {
  color: #af1055;
  font-weight: bold;
}

input.modify-calendar:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.ant-search-ct input.form-control:focus, .ant-search-ct button:focus {
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.ant-search-ct-top {
  width: 100%;
  max-width: 250px;
  top: 15px;
  left: 85px;
}

.form-inline-ct {
  display: none;
}

/*new videp listing page css*/
.bg-light-purpule {
  background: #922b7d;
}
.bg-light-purpule .bg-light-purpule:focus, .bg-light-purpule .bg-light-purpule:visited, .bg-light-purpule .btn-primary:not(:disabled):not(.disabled):active {
  border: none;
}
.bg-light-purpule:hover, .bg-light-purpule:active, .bg-light-purpule:focus, .bg-light-purpule:visited {
  opacity: 0.9;
  background: #922b7d;
}

.bg-light-orange {
  background: #eb8b2e;
}

.slider-latest-video {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .slider-latest-video {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .slider-latest-video .video-post-wrapper {
    margin-left: 15px;
  }
}
.slider-latest-video .right-text-field {
  background: #2754a5;
}
@media screen and (max-width: 767px) {
  .slider-latest-video .right-text-field {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .slider-latest-video .right-text-field p.news-section-txt {
    display: none;
  }
}
.slider-latest-video .right-text-field .img-with-social-icons {
  position: unset;
}
.slider-latest-video .right-text-field .img-with-social-icons .icons-over-img {
  bottom: 3%;
  padding: 0 15px;
}
.slider-latest-video .right-text-field .img-with-social-icons .icons-over-img .img-icon-list {
  border: 1px solid #3C6AB9;
}

.text-white-cl {
  color: #fff !important;
}

.custome-pagn {
  position: unset;
  text-align: center !important;
}
.custome-pagn span {
  background: #e3dcd4 !important;
}

.video-listing-bg {
  background: #082962 url(assets/images/blue-bg2.jpg) center;
  background-size: cover;
}
.video-listing-bg:before {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .video-listing-bg .mb-wl {
    padding: 0;
  }
}
.video-listing-bg .swiper-button-next, .video-listing-bg .swiper-button-prev {
  background: transparent;
}

/*timepass css*/
/*.mb-bg-purple{
			@include screen(small){
				background: #af1055;
				color: #fff;
			}

			.color-mb-white{
				@include screen(small){
					color: #fff !important;
				}

				a{
					@include screen(small){
						color: #fff !important;
					}
				}
			}
			.color-mb-white-br{
					@include screen(small){
						border:1px solid #fff;
						color: #fff !important;
					}
			}
			.color-mb-white-bg{
				background: #fff;
				margin-bottom: 0 !important;
				border-bottom: 0 !important;
				padding: 7px;
			}
}*/
@media screen and (max-width: 767px) {
  .mb-wid {
    width: 50%;
  }
}

.Horoscope-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bg-purpule {
  background: #af1055;
}
.bg-purpule:hover, .bg-purpule:active, .bg-purpule:focus, .bg-purpule:visited {
  opacity: 0.9;
  background: #af1055;
}

.calendar-ct, .ui-datepicker-trigger {
  width: 15px;
  margin: 0 5px;
}

.blockqute-ct {
  width: 30px;
}

.ui-datepicker-trigger {
  cursor: pointer;
}

.dflex-ct {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.read-more-ct {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30%;
  padding-top: 4%;
}

.bg-orange {
  background: rgba(239, 226, 190, 0.5);
}

.bg-orange-pd {
  padding: 5% 0;
  margin-bottom: 3%;
}

.color-purpule-light {
  color: #AF1055 !important;
  background: transparent;
}

@media screen and (max-width: 767px) {
  .mb-pd {
    padding: 0 15px !important;
  }
}

.bg-puruple-light {
  background: linear-gradient(to bottom, #863c88, #5d195f);
}

.drack-color-pr {
  background: #922b7d !important;
}

.icon-ct-wt {
  width: 32px;
  height: 32px;
}

.opcity-07 {
  opacity: 0.7;
}

.entertainment-ct .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
}
.entertainment-ct .border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.enterment-grad {
  background: url(assets/images/gradient.jpg) no-repeat 100% 100%;
}
.enterment-grad .fill-star {
  color: #db42bc;
}

.icon-purpule-ct {
  background: #922b7d !important;
  padding-left: 0 !important;
}

.active-text-show {
  /*opacity: 0;*/
  visibility: hidden;
}

.swiper-slide-active .active-text-show {
  /*opacity: 1;*/
  visibility: initial;
}

.center-row-ct {
  max-width: 98%;
  margin: 0 auto;
}

.font-14px {
  font-size: 14px;
  line-height: 19px;
}

.fnt-ut {
  font-style: italic;
 font-family: 'Scada', sans-serif !important;
}

@media screen and (max-width: 767px) {
  .mob-entermet-text {
    display: flex;
    align-items: end;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
}

:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .mobile-pad-enterment {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-ct-spac-enter {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .mobile-ct-spac-enter .left-inner-colm {
    /*padding:0 15px;*/
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .mob-entermet-hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mobile-slambook {
    top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .mobile-slambook .text-field-ct {
    margin-left: 0 !important;
  }
}

.bg-blue-light {
  background: #f6f8fc;
  /*background: red;*/
  /*background: rgba(39, 85, 165, 0.4);*/
}

.schedule-dt {
  background: #fff;
  height: 140px;
  border: solid 1px #d4d4d4;
}
@media screen and (max-width: 767px) {
  .schedule-dt {
    height: auto;
  }
}
.schedule-dt h2 {
  font-family: 'Scada', sans-serif !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #4b4b4b;
  padding-top: 10px;
}

.matches-stdul {
  display: flex;
  align-items: center;
}
.matches-stdul div {
  width: 45%;
  text-align: center;
  padding: 0 10px;
}
.matches-stdul div:nth-child(-2n+4) {
  color: #2755a5;
  width: 10%;
  padding: 0;
  font-family: 'Scada', sans-serif !important;
}

.bg-trans-sports {
  margin-left: auto;
  padding-left: 0 !important;
  margin-bottom: 20px;
}

.ct-sports-social {
  align-items: flex-end;
}

.sport-dflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sport-dflex div {
  width: 45%;
}
.sport-dflex div:nth-child(-2n+4) {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .sport-dflex div:nth-child(-2n+4) {
    text-align: center;
  }
}
.sport-dflex .sport-dflex-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sport-dflex .sport-dflex-logo img {
  border-radius: 50%;
}
.sport-dflex .sport-dflex-logo p {
  padding: 0 5px;
  margin-bottom: 0;
}

.point-table-ct th {
  font-family: 'Scada', sans-serif !important;
  color: #2699fb;
}
.point-table-ct td {
  text-align: center;
  vertical-align: middle;
}
.point-table-ct td h4 {
  font-family: 'Scada', sans-serif !important;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  color: #2755a5;
}

.sport-ct-border ul li {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .mobile-sport-wt .gallery-post-wrapper {
    width: 100%;
  }
}

.blog-live-ct {
  font-size: 20px;
  font-family: 'Scada', sans-serif !important;
  font-weight: bold;
  padding: 0 0 0 20px;
}
.blog-live-ct:before {
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.blog-bg-mg {
  background: #c11c30;
  margin: 0;
  padding: 15px;
}
.blog-bg-mg .icon-close {
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .blog-bg-mg .icon-close {
    display: none;
  }
}
.blog-bg-mg .mobil-close {
  display: none;
}
@media screen and (max-width: 767px) {
  .blog-bg-mg .mobil-close {
    display: block;
  }
}

.ping-post-ct {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 0;
  border-right: 1px solid #dee2e6 !important;
  margin-left: 20px;
}
.ping-post-ct P {
  color: #fff;
  margin: 0;
  padding: 0;
  width: 50%;
}

.blog-follow {
  color: #fff;
}
.blog-follow span {
  color: #fff;
  border-color: #fff;
  margin-left: 5px;
}

.color-white-blog {
  margin-bottom: 0;
}
.color-white-blog li a, .color-white-blog li span {
  color: #fff;
}

.blog-live h4 {
  font-family: 'Scada', sans-serif !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  color: #e5001a;
}
.blog-live h4 span {
  background: #e5001a;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  margin-bottom: 5px;
}
.blog-live .updated-ct {
  font-size: 14px;
  width: 60%;
  line-height: 20px;
}
.blog-live p {
  margin: 0;
  padding: 0;
}

.live-post-ct {
  padding-left: 0;
}
.live-post-ct h2 {
  font-size: 22px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .live-post-ct h2 {
    padding-left: 10px;
  }
}
.live-post-ct ul.built-blog {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .live-post-ct ul.built-blog {
    padding-left: 10px;
  }
}
.live-post-ct ul.built-blog li {
  font-family: 'Scada', sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3e3e3e;
  list-style: none;
  border-bottom: 1px solid #dee2e6 !important;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .live-post-ct ul.built-blog li {
    align-items: flex-start;
  }
}
.live-post-ct ul.built-blog li span {
  width: 12px;
  height: 12px;
  background: #e5001a;
  border-radius: 50%;
  margin-right: 5px;
}

.share-blog-icon li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 0;
  margin: 0;
  border: 1px solid #BFBFBF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.bg-blue-blog {
  background: #2755a5 !important;
  color: #fff;
}

.blog-post-text {
  font-size: 13px !important;
  /*line-height: 17px !important;*/
}
@media screen and (max-width: 767px) {
  .blog-post-text {
    padding-left: 10px;
  }
}

.red-color-blog {
  color: #e5001a;
}

.summary-blog {
  margin: 0;
  padding: 0 15px 0 20px;
  border-left: 1px solid #dee2e6 !important;
}
.summary-blog li {
  display: flex;
  flex-direction: column;
}
.summary-blog li:before {
  content: "";
  background: #e5001a;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  left: 25px;
}
.summary-blog li span {
  color: #e5001a;
}

.pin-blog {
  display: flex;
}
@media screen and (max-width: 767px) {
  .pin-blog {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .pin-blog .ping-post-ct {
    width: 100%;
    border-right: none !important;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .pin-blog .ping-post-ct img {
    width: 20%;
  }
}

.search-ct .search-fm-wrapper {
  width: 100% !important;
  max-width: 670px;
}
.search-ct .btn-primary {
  padding: 6px 50px;
}

.font-blog {
  font-family: 'Scada', sans-serif !important;
}
.font-blog .search-fm-wrapper {
  width: 100%;
  max-width: 670px;
}
@media screen and (max-width: 767px) {
  .font-blog .search-fm-wrapper .search-icon {
    padding: 5px 13px;
  }
}
.font-blog .btn-primary {
  padding: 6px 50px;
}
@media screen and (max-width: 767px) {
  .font-blog .btn-primary {
    width: 100%;
    margin-left: 0;
  }
}

.search-output-ct {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .search-output-ct {
    flex-direction: column;
  }
}
.search-output-ct .seart-box {
  color: #6d6d6d;
}
.search-output-ct .seart-box a {
  color: #2755a5;
  font-family: 'Scada', sans-serif !important;
  font-size: 17px;
  padding-left: 10px;
}
.search-output-ct select {
  border: none;
  font-weight: bold;
  font-family: 'Scada', sans-serif !important;
}

@media screen and (max-width: 767px) {
  .movie-date-releases {
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #dee2e6;
  }
}
.movie-date-releases input {
  width: 57%;
  color: #2463ac;
}
@media screen and (max-width: 767px) {
  .movie-date-releases input {
    width: auto;
  }
}

.movie-date-releases input::placeholder {
  font-size: 13px;
  color: #2463ac;
}

.drow-movie-ct {
  border: solid 1px #2755a5;
  width: 20%;
  color: #2755a5;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .drow-movie-ct {
    width: 70%;
    margin: 0 auto;
    margin-top: 6%;
    border: none;
  }
}
.drow-movie-ct select {
  padding-right: 45%;
}
@media screen and (max-width: 767px) {
  .drow-movie-ct select {
    padding-right: 58%;
  }
}

.dark-blue-text {
  color: #2755a5;
}

.custome-pagn-movie {
  bottom: 0 !important;
}

.movie-right {
  margin-right: 5px;
  font-size: 9px;
  height: 19px;
  width: 20px;
}

.movie-details {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.movie-details .movie-director {
  flex-direction: column;
}
.movie-details .movie-cast {
  padding-left: 15px;
  flex-direction: column;
}
.movie-details .movie-cast h3 {
  display: flex;
  flex-direction: column;
  line-height: 0px;
  align-items: flex-start;
  padding-top: 15px;
}
.movie-details .movie-cast h3 span {
  padding-left: 0;
  line-height: 20px;
  padding-top: 8px;
}
.movie-details h3 {
  margin: 0 6px 0 0;
  font-family: 'Scada', sans-serif !important;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.movie-details h3 span {
  font-family: 'Scada', sans-serif !important;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #2755a5;
  padding-left: 10px;
}

.month-slider-ct {
  display: flex;
  align-items: center;
  padding: 15px 10px 10px 10px;
  justify-content: space-between;
  background: transparent;
  position: absolute;
  z-index: 11;
  width: 90%;
}
.month-slider-ct .options-news-swiper .swiper-slide h2 {
  width: 100%;
  text-align: center;
}

.month-slider {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.movie-mlr {
  margin-left: 10px;
  margin-right: 10px;
}

.paln-scribe {
  display: flex;
}
@media screen and (max-width: 767px) {
  .paln-scribe {
    flex-direction: column;
  }
}
.paln-scribe .paln-years-ct {
  width: 60%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .paln-scribe .paln-years-ct {
    width: 100%;
  }
}
.paln-scribe .paln-years-ct h3 {
  font-family: 'Scada', sans-serif !important;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #000000;
}
.paln-scribe .paln-years-ct a {
  font-family: 'Scada', sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  color: #2755a5;
  padding: 15px 0 25px 0;
  display: block;
}
.paln-scribe .paln-years-ct .rupees-ct {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paln-scribe .paln-years-ct .rupees-ct span {
  margin: 5px 0 4px 8px;
  padding: 5px 11px 6px;
  /*font-family: 'Scada', sans-serif !important;*/
  border-radius: 11px;
  background-color: #e50018;
  color: #fff;
  font-size: 11px;
}
.paln-scribe .list-what {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .paln-scribe .list-what {
    width: 100%;
  }
}
.paln-scribe .list-what ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.paln-scribe .list-what ul li {
  font-family: 'Scada', sans-serif !important;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.55;
  letter-spacing: normal;
  text-align: left;
  color: #2755a5;
  display: flex;
  align-items: center;
}
.paln-scribe .list-what ul li span {
  width: 4px;
  height: 4px;
  background-color: #e50018;
  display: flex;
  margin-right: 7px;
}

.text-black {
  color: #404040;
}

.plan-for-subscribe {
  padding-top: 5%;
}
.plan-for-subscribe h2 {
  font-family: 'Scada', sans-serif !important;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #2755a5;
}
.plan-for-subscribe h3 {
  font-family: 'Scada', sans-serif !important;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: normal;
  color: #000000;
  padding-bottom: 3%;
}
.plan-for-subscribe .btn {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 3%;
}

.icon-list-sub {
  margin: 0;
  padding: 0;
  list-style: none;
}
.icon-list-sub li {
  display: flex;
}
.icon-list-sub li .icon {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .icon-list-sub li .icon {
    width: 35%;
    padding-right: 15px;
  }
}
.icon-list-sub li h3 {
  font-family: 'Scada', sans-serif !important;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #2755a5;
  margin-bottom: 0;
}
.icon-list-sub li p {
  font-family: 'Scada', sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}

span.save-sub {
  position: absolute;
  top: 10px;
  right: 20px;
  background: #e50018;
  color: #fff;
  border-radius: 12px;
  padding: 5px 10px;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .mb-bann-sub {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .mb-bann-sub h1 {
    font-size: 20px !important;
  }
}

.movie-details-rev {
  width: 30%;
  padding: 10px 0px 10px 20px;
}

.movie-details-list {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.movie-details-list li {
  border-bottom: 1px solid #dee2e6;
  color: #2755a5;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.movie-details-list li:last-child {
  border: 0px;
}
.movie-details-list li span {
  color: #000;
  font-weight: bold;
  font-size: 15px;
  padding-right: 5px;
  font-family: 'Scada', sans-serif !important;
}

.movie-ginny-ct {
  padding: 20px 10px 0px 20px;
}

.bold-p {
  font-family: 'Scada', sans-serif !important;
}

@media screen and (max-width: 350px) {
  #menu ul li:hover > ul {
    left: 55%;
  }

  .mb-flex-enterment {
    display: flex;
    flex-direction: column;
    align-items: end;
  }

  .movie-mlr .title-news-heading {
    font-size: 15px;
  }



}

/*# sourceMappingURL=style.css.map */
