html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    padding: 0 !important;
  }
  body {
    margin: 0;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  [hidden],
  template {
    display: none;
  }
  a {
    background-color: transparent;
  }
  a:active,
  a:hover {
    outline: 0;
  }
  abbr[title] {
    border-bottom: 1px dotted;
  }
  b,
  strong {
    font-weight: bold;
  }
  dfn {
    font-style: italic;
  }
  h1 {
    margin: 0.67em 0;
    font-size: 2em;
  }
  mark {
    color: #000;
    background: #ff0;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  figure {
    margin: 1em 40px;
  }
  hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  pre {
    overflow: auto;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    margin: 0;
    font: inherit;
    color: inherit;
  }
  button {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  input {
    line-height: normal;
  }
  input[type="checkbox"],
  input[type="radio"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  input[type="search"] {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
  }
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
  }
  legend {
    padding: 0;
    border: 0;
  }
  textarea {
    overflow: auto;
  }
  optgroup {
    font-weight: bold;
  }
  table {
    border-spacing: 0;
    border-collapse: collapse;
  }
  td,
  th {
    padding: 0;
  }
  @media print {
    *,
    *:before,
    *:after {
      color: #000 !important;
      text-shadow: none !important;
      background: transparent !important;
      box-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: none;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
      content: "";
    }
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    thead {
      display: table-header-group;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
    .navbar {
      display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
      border-top-color: #000 !important;
    }
    .label {
      border: 1px solid #000;
    }
    .table {
      border-collapse: collapse !important;
    }
    .table td,
    .table th {
      background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
      border: 1px solid #ddd !important;
    }
  }
  * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  *:before,
  *:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
  }
  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  a {
    color: #337ab7;
    text-decoration: none;
  }
  a:hover,
  a:focus {
    color: #23527c;
    text-decoration: none;
  }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  figure {
    margin: 0;
  }
  img {
    vertical-align: middle;
  }
  .img-responsive,
  .thumbnail > img,
  .thumbnail a > img,
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .img-rounded {
    border-radius: 6px;
  }
  .img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .img-circle {
    border-radius: 50%;
  }
  hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e1e1e1;
    width: 100%;
    float: left;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }
  [role="button"] {
    cursor: pointer;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
  }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small,
  .h1 small,
  .h2 small,
  .h3 small,
  .h4 small,
  .h5 small,
  .h6 small,
  h1 .small,
  h2 .small,
  h3 .small,
  h4 .small,
  h5 .small,
  h6 .small,
  .h1 .small,
  .h2 .small,
  .h3 .small,
  .h4 .small,
  .h5 .small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  h1 small,
  .h1 small,
  h2 small,
  .h2 small,
  h3 small,
  .h3 small,
  h1 .small,
  .h1 .small,
  h2 .small,
  .h2 .small,
  h3 .small,
  .h3 .small {
    font-size: 65%;
  }
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  h4 small,
  .h4 small,
  h5 small,
  .h5 small,
  h6 small,
  .h6 small,
  h4 .small,
  .h4 .small,
  h5 .small,
  .h5 .small,
  h6 .small,
  .h6 .small {
    font-size: 75%;
  }
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 14px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
  p {
    margin: 0 0 10px;
  }
  .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
  }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px;
    }
  }
  small,
  .small {
    font-size: 85%;
  }
  mark,
  .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-nowrap {
    white-space: nowrap;
  }
  .text-lowercase {
    text-transform: lowercase;
  }
  .text-uppercase {
    text-transform: uppercase;
  }
  .text-capitalize {
    text-transform: capitalize;
  }
  .text-muted {
    color: #777;
  }
  .text-primary {
    color: #337ab7;
  }
  a.text-primary:hover,
  a.text-primary:focus {
    color: #286090;
  }
  .text-success {
    color: #3c763d;
  }
  a.text-success:hover,
  a.text-success:focus {
    color: #2b542c;
  }
  .text-info {
    color: #31708f;
  }
  a.text-info:hover,
  a.text-info:focus {
    color: #245269;
  }
  .text-warning {
    color: #8a6d3b;
  }
  a.text-warning:hover,
  a.text-warning:focus {
    color: #66512c;
  }
  .text-danger {
    color: #a94442;
  }
  a.text-danger:hover,
  a.text-danger:focus {
    color: #843534;
  }
  .bg-primary {
    color: #fff;
    background-color: #337ab7;
  }
  a.bg-primary:hover,
  a.bg-primary:focus {
    background-color: #286090;
  }
  .bg-success {
    background-color: #dff0d8;
  }
  a.bg-success:hover,
  a.bg-success:focus {
    background-color: #c1e2b3;
  }
  .bg-info {
    background-color: #d9edf7;
  }
  a.bg-info:hover,
  a.bg-info:focus {
    background-color: #afd9ee;
  }
  .bg-warning {
    background-color: #fcf8e3;
  }
  a.bg-warning:hover,
  a.bg-warning:focus {
    background-color: #f7ecb5;
  }
  .bg-danger {
    background-color: #f2dede;
  }
  a.bg-danger:hover,
  a.bg-danger:focus {
    background-color: #e4b9b9;
  }
  .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
  }
  ul,
  ol {
    margin-top: 0;
    margin-bottom: 10px;
  }
  ul ul,
  ol ul,
  ul ol,
  ol ol {
    margin-bottom: 0;
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
  }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
  }
  dl {
    margin-top: 0;
    margin-bottom: 20px;
  }
  dt,
  dd {
    line-height: 1.42857143;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin-left: 0;
  }
  @media (min-width: 768px) {
    .dl-horizontal dt {
      float: left;
      width: 160px;
      overflow: hidden;
      clear: left;
      text-align: right;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .dl-horizontal dd {
      margin-left: 180px;
    }
  }
  abbr[title],
  abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
  }
  .initialism {
    font-size: 90%;
    text-transform: uppercase;
  }
  blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
  }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0;
  }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
  }
  blockquote footer:before,
  blockquote small:before,
  blockquote .small:before {
    content: "\2014 \00A0";
  }
  .blockquote-reverse,
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
  }
  .blockquote-reverse footer:before,
  blockquote.pull-right footer:before,
  .blockquote-reverse small:before,
  blockquote.pull-right small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right .small:before {
    content: "";
  }
  .blockquote-reverse footer:after,
  blockquote.pull-right footer:after,
  .blockquote-reverse small:after,
  blockquote.pull-right small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014";
  }
  address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  }
  code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
  }
  kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
  }
  pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
  }
  .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 768px) {
    .container {
      width: 100%;
      padding: 0 2%;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
      padding: 0 10px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
      padding: 0 10px;
    }
  }
  @media (min-width: 1300px) {
    .container {
      width: 1270px;
      padding: 0 10px;
    }
  }
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: right;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }
  @media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
      float: right;
    }
    .col-sm-12 {
      width: 100%;
    }
    .col-sm-11 {
      width: 91.66666667%;
    }
    .col-sm-10 {
      width: 83.33333333%;
    }
    .col-sm-9 {
      width: 75%;
    }
    .col-sm-8 {
      width: 66.66666667%;
    }
    .col-sm-7 {
      width: 58.33333333%;
    }
    .col-sm-6 {
      width: 50%;
    }
    .col-sm-5 {
      width: 41.66666667%;
    }
    .col-sm-4 {
      width: 33.33333333%;
    }
    .col-sm-3 {
      width: 25%;
    }
    .col-sm-2 {
      width: 16.66666667%;
    }
    .col-sm-1 {
      width: 8.33333333%;
    }
    .col-sm-pull-12 {
      right: 100%;
    }
    .col-sm-pull-11 {
      right: 91.66666667%;
    }
    .col-sm-pull-10 {
      right: 83.33333333%;
    }
    .col-sm-pull-9 {
      right: 75%;
    }
    .col-sm-pull-8 {
      right: 66.66666667%;
    }
    .col-sm-pull-7 {
      right: 58.33333333%;
    }
    .col-sm-pull-6 {
      right: 50%;
    }
    .col-sm-pull-5 {
      right: 41.66666667%;
    }
    .col-sm-pull-4 {
      right: 33.33333333%;
    }
    .col-sm-pull-3 {
      right: 25%;
    }
    .col-sm-pull-2 {
      right: 16.66666667%;
    }
    .col-sm-pull-1 {
      right: 8.33333333%;
    }
    .col-sm-pull-0 {
      right: auto;
    }
    .col-sm-push-12 {
      left: 100%;
    }
    .col-sm-push-11 {
      left: 91.66666667%;
    }
    .col-sm-push-10 {
      left: 83.33333333%;
    }
    .col-sm-push-9 {
      left: 75%;
    }
    .col-sm-push-8 {
      left: 66.66666667%;
    }
    .col-sm-push-7 {
      left: 58.33333333%;
    }
    .col-sm-push-6 {
      left: 50%;
    }
    .col-sm-push-5 {
      left: 41.66666667%;
    }
    .col-sm-push-4 {
      left: 33.33333333%;
    }
    .col-sm-push-3 {
      left: 25%;
    }
    .col-sm-push-2 {
      left: 16.66666667%;
    }
    .col-sm-push-1 {
      left: 8.33333333%;
    }
    .col-sm-push-0 {
      left: auto;
    }
    .col-sm-offset-12 {
      margin-left: 100%;
    }
    .col-sm-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
      margin-left: 75%;
    }
    .col-sm-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
      margin-left: 50%;
    }
    .col-sm-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
      margin-left: 25%;
    }
    .col-sm-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
      margin-left: 0;
    }
  }
  @media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
      float: right;
    }
    .col-md-12 {
      width: 100%;
    }
    .col-md-11 {
      width: 91.66666667%;
    }
    .col-md-10 {
      width: 83.33333333%;
    }
    .col-md-9 {
      width: 75%;
    }
    .col-md-8 {
      width: 66.66666667%;
    }
    .col-md-7 {
      width: 58.33333333%;
    }
    .col-md-6 {
      width: 50%;
    }
    .col-md-5 {
      width: 41.66666667%;
    }
    .col-md-4 {
      width: 33.33333333%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-2 {
      width: 16.66666667%;
    }
    .col-md-1 {
      width: 8.33333333%;
    }
    .col-md-pull-12 {
      right: 100%;
    }
    .col-md-pull-11 {
      right: 91.66666667%;
    }
    .col-md-pull-10 {
      right: 83.33333333%;
    }
    .col-md-pull-9 {
      right: 75%;
    }
    .col-md-pull-8 {
      right: 66.66666667%;
    }
    .col-md-pull-7 {
      right: 58.33333333%;
    }
    .col-md-pull-6 {
      right: 50%;
    }
    .col-md-pull-5 {
      right: 41.66666667%;
    }
    .col-md-pull-4 {
      right: 33.33333333%;
    }
    .col-md-pull-3 {
      right: 25%;
    }
    .col-md-pull-2 {
      right: 16.66666667%;
    }
    .col-md-pull-1 {
      right: 8.33333333%;
    }
    .col-md-pull-0 {
      right: auto;
    }
    .col-md-push-12 {
      left: 100%;
    }
    .col-md-push-11 {
      left: 91.66666667%;
    }
    .col-md-push-10 {
      left: 83.33333333%;
    }
    .col-md-push-9 {
      left: 75%;
    }
    .col-md-push-8 {
      left: 66.66666667%;
    }
    .col-md-push-7 {
      left: 58.33333333%;
    }
    .col-md-push-6 {
      left: 50%;
    }
    .col-md-push-5 {
      left: 41.66666667%;
    }
    .col-md-push-4 {
      left: 33.33333333%;
    }
    .col-md-push-3 {
      left: 25%;
    }
    .col-md-push-2 {
      left: 16.66666667%;
    }
    .col-md-push-1 {
      left: 8.33333333%;
    }
    .col-md-push-0 {
      left: auto;
    }
    .col-md-offset-12 {
      margin-left: 100%;
    }
    .col-md-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
      margin-left: 75%;
    }
    .col-md-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
      margin-left: 50%;
    }
    .col-md-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
      margin-left: 25%;
    }
    .col-md-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
      margin-left: 0;
    }
  }
  @media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
      float: right;
    }
    .col-lg-12 {
      width: 100%;
    }
    .col-lg-11 {
      width: 91.66666667%;
    }
    .col-lg-10 {
      width: 83.33333333%;
    }
    .col-lg-9 {
      width: 75%;
    }
    .col-lg-8 {
      width: 66.66666667%;
    }
    .col-lg-7 {
      width: 58.33333333%;
    }
    .col-lg-6 {
      width: 50%;
    }
    .col-lg-5 {
      width: 41.66666667%;
    }
    .col-lg-4 {
      width: 33.33333333%;
    }
    .col-lg-3 {
      width: 25%;
    }
    .col-lg-2 {
      width: 16.66666667%;
    }
    .col-lg-1 {
      width: 8.33333333%;
    }
    .col-lg-pull-12 {
      right: 100%;
    }
    .col-lg-pull-11 {
      right: 91.66666667%;
    }
    .col-lg-pull-10 {
      right: 83.33333333%;
    }
    .col-lg-pull-9 {
      right: 75%;
    }
    .col-lg-pull-8 {
      right: 66.66666667%;
    }
    .col-lg-pull-7 {
      right: 58.33333333%;
    }
    .col-lg-pull-6 {
      right: 50%;
    }
    .col-lg-pull-5 {
      right: 41.66666667%;
    }
    .col-lg-pull-4 {
      right: 33.33333333%;
    }
    .col-lg-pull-3 {
      right: 25%;
    }
    .col-lg-pull-2 {
      right: 16.66666667%;
    }
    .col-lg-pull-1 {
      right: 8.33333333%;
    }
    .col-lg-pull-0 {
      right: auto;
    }
    .col-lg-push-12 {
      left: 100%;
    }
    .col-lg-push-11 {
      left: 91.66666667%;
    }
    .col-lg-push-10 {
      left: 83.33333333%;
    }
    .col-lg-push-9 {
      left: 75%;
    }
    .col-lg-push-8 {
      left: 66.66666667%;
    }
    .col-lg-push-7 {
      left: 58.33333333%;
    }
    .col-lg-push-6 {
      left: 50%;
    }
    .col-lg-push-5 {
      left: 41.66666667%;
    }
    .col-lg-push-4 {
      left: 33.33333333%;
    }
    .col-lg-push-3 {
      left: 25%;
    }
    .col-lg-push-2 {
      left: 16.66666667%;
    }
    .col-lg-push-1 {
      left: 8.33333333%;
    }
    .col-lg-push-0 {
      left: auto;
    }
    .col-lg-offset-12 {
      margin-left: 100%;
    }
    .col-lg-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
      margin-left: 75%;
    }
    .col-lg-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
      margin-left: 50%;
    }
    .col-lg-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
      margin-left: 25%;
    }
    .col-lg-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
      margin-left: 0;
    }
  }
  table {
    background-color: transparent;
  }
  caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
  }
  th {
    text-align: left;
  }
  .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
  }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
  }
  .table > caption + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > th,
  .table > thead:first-child > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .table > tbody + tbody {
    border-top: 2px solid #ddd;
  }
  .table .table {
    background-color: #fff;
  }
  .table-condensed > thead > tr > th,
  .table-condensed > tbody > tr > th,
  .table-condensed > tfoot > tr > th,
  .table-condensed > thead > tr > td,
  .table-condensed > tbody > tr > td,
  .table-condensed > tfoot > tr > td {
    padding: 5px;
  }
  .table-bordered {
    border: 1px solid #ddd;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > tbody > tr > th,
  .table-bordered > tfoot > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
  }
  .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
  }
  .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
  }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
  }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
  }
  .table > thead > tr > td.active,
  .table > tbody > tr > td.active,
  .table > tfoot > tr > td.active,
  .table > thead > tr > th.active,
  .table > tbody > tr > th.active,
  .table > tfoot > tr > th.active,
  .table > thead > tr.active > td,
  .table > tbody > tr.active > td,
  .table > tfoot > tr.active > td,
  .table > thead > tr.active > th,
  .table > tbody > tr.active > th,
  .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
  }
  .table-hover > tbody > tr > td.active:hover,
  .table-hover > tbody > tr > th.active:hover,
  .table-hover > tbody > tr.active:hover > td,
  .table-hover > tbody > tr:hover > .active,
  .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
  }
  .table > thead > tr > td.success,
  .table > tbody > tr > td.success,
  .table > tfoot > tr > td.success,
  .table > thead > tr > th.success,
  .table > tbody > tr > th.success,
  .table > tfoot > tr > th.success,
  .table > thead > tr.success > td,
  .table > tbody > tr.success > td,
  .table > tfoot > tr.success > td,
  .table > thead > tr.success > th,
  .table > tbody > tr.success > th,
  .table > tfoot > tr.success > th {
    background-color: #dff0d8;
  }
  .table-hover > tbody > tr > td.success:hover,
  .table-hover > tbody > tr > th.success:hover,
  .table-hover > tbody > tr.success:hover > td,
  .table-hover > tbody > tr:hover > .success,
  .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
  }
  .table > thead > tr > td.info,
  .table > tbody > tr > td.info,
  .table > tfoot > tr > td.info,
  .table > thead > tr > th.info,
  .table > tbody > tr > th.info,
  .table > tfoot > tr > th.info,
  .table > thead > tr.info > td,
  .table > tbody > tr.info > td,
  .table > tfoot > tr.info > td,
  .table > thead > tr.info > th,
  .table > tbody > tr.info > th,
  .table > tfoot > tr.info > th {
    background-color: #d9edf7;
  }
  .table-hover > tbody > tr > td.info:hover,
  .table-hover > tbody > tr > th.info:hover,
  .table-hover > tbody > tr.info:hover > td,
  .table-hover > tbody > tr:hover > .info,
  .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
  }
  .table > thead > tr > td.warning,
  .table > tbody > tr > td.warning,
  .table > tfoot > tr > td.warning,
  .table > thead > tr > th.warning,
  .table > tbody > tr > th.warning,
  .table > tfoot > tr > th.warning,
  .table > thead > tr.warning > td,
  .table > tbody > tr.warning > td,
  .table > tfoot > tr.warning > td,
  .table > thead > tr.warning > th,
  .table > tbody > tr.warning > th,
  .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
  }
  .table-hover > tbody > tr > td.warning:hover,
  .table-hover > tbody > tr > th.warning:hover,
  .table-hover > tbody > tr.warning:hover > td,
  .table-hover > tbody > tr:hover > .warning,
  .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
  }
  .table > thead > tr > td.danger,
  .table > tbody > tr > td.danger,
  .table > tfoot > tr > td.danger,
  .table > thead > tr > th.danger,
  .table > tbody > tr > th.danger,
  .table > tfoot > tr > th.danger,
  .table > thead > tr.danger > td,
  .table > tbody > tr.danger > td,
  .table > tfoot > tr.danger > td,
  .table > thead > tr.danger > th,
  .table > tbody > tr.danger > th,
  .table > tfoot > tr.danger > th {
    background-color: #f2dede;
  }
  .table-hover > tbody > tr > td.danger:hover,
  .table-hover > tbody > tr > th.danger:hover,
  .table-hover > tbody > tr.danger:hover > td,
  .table-hover > tbody > tr:hover > .danger,
  .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
  }
  .table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
  }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd;
    }
    .table-responsive > .table {
      margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
      white-space: nowrap;
    }
    .table-responsive > .table-bordered {
      border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
      border-bottom: 0;
    }
  }
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
  }
  input[type="search"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[type="radio"],
  input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
  }
  input[type="file"] {
    display: block;
  }
  input[type="range"] {
    display: block;
    width: 100%;
  }
  select[multiple],
  select[size] {
    height: auto;
  }
  input[type="file"]:focus,
  input[type="radio"]:focus,
  input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
  }
  .form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f9f7f9;
    background-image: none;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out 0.15s,
      box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(102, 175, 233, 0.6);
  }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  .form-control:-ms-input-placeholder {
    color: #999;
  }
  .form-control::-webkit-input-placeholder {
    color: #999;
  }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  .form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
  }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
  }
  textarea.form-control {
    height: auto;
  }
  input[type="search"] {
    -webkit-appearance: none;
  }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
      line-height: 34px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
      line-height: 30px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
      line-height: 46px;
    }
  }
  .form-group {
    margin-bottom: 15px;
  }
  .radio,
  .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
  }
  .radio input[type="radio"],
  .radio-inline input[type="radio"],
  .checkbox input[type="checkbox"],
  .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
  }
  .radio + .radio,
  .checkbox + .checkbox {
    margin-top: -5px;
  }
  .radio-inline,
  .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
  }
  .radio-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
  }
  input[type="radio"][disabled],
  input[type="checkbox"][disabled],
  input[type="radio"].disabled,
  input[type="checkbox"].disabled,
  fieldset[disabled] input[type="radio"],
  fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
  }
  .radio-inline.disabled,
  .checkbox-inline.disabled,
  fieldset[disabled] .radio-inline,
  fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
  }
  .radio.disabled label,
  .checkbox.disabled label,
  fieldset[disabled] .radio label,
  fieldset[disabled] .checkbox label {
    cursor: not-allowed;
  }
  .form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
  }
  .form-control-static.input-lg,
  .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
  }
  .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  select.input-sm {
    height: 30px;
    line-height: 30px;
  }
  textarea.input-sm,
  select[multiple].input-sm {
    height: auto;
  }
  .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
  }
  .form-group-sm textarea.form-control,
  .form-group-sm select[multiple].form-control {
    height: auto;
  }
  .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  select.input-lg {
    height: 46px;
    line-height: 46px;
  }
  textarea.input-lg,
  select[multiple].input-lg {
    height: auto;
  }
  .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
  }
  .form-group-lg textarea.form-control,
  .form-group-lg select[multiple].form-control {
    height: auto;
  }
  .form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
  }
  .has-feedback {
    position: relative;
  }
  .has-feedback .form-control {
    padding-right: 42.5px;
  }
  .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
  }
  .input-lg + .form-control-feedback,
  .input-group-lg + .form-control-feedback,
  .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
  .input-sm + .form-control-feedback,
  .input-group-sm + .form-control-feedback,
  .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .has-success .help-block,
  .has-success .control-label,
  .has-success .radio,
  .has-success .checkbox,
  .has-success .radio-inline,
  .has-success .checkbox-inline,
  .has-success.radio label,
  .has-success.checkbox label,
  .has-success.radio-inline label,
  .has-success.checkbox-inline label {
    color: #3c763d;
  }
  .has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  }
  .has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
  }
  .has-success .form-control-feedback {
    color: #3c763d;
  }
  .has-warning .help-block,
  .has-warning .control-label,
  .has-warning .radio,
  .has-warning .checkbox,
  .has-warning .radio-inline,
  .has-warning .checkbox-inline,
  .has-warning.radio label,
  .has-warning.checkbox label,
  .has-warning.radio-inline label,
  .has-warning.checkbox-inline label {
    color: #8a6d3b;
  }
  .has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  }
  .has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
  }
  .has-warning .form-control-feedback {
    color: #8a6d3b;
  }
  .has-error .help-block,
  .has-error .control-label,
  .has-error .radio,
  .has-error .checkbox,
  .has-error .radio-inline,
  .has-error .checkbox-inline,
  .has-error.radio label,
  .has-error.checkbox label,
  .has-error.radio-inline label,
  .has-error.checkbox-inline label {
    color: #a94442;
  }
  .has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  }
  .has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
  }
  .has-error .form-control-feedback {
    color: #a94442;
  }
  .has-feedback label ~ .form-control-feedback {
    top: 25px;
  }
  .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
  }
  .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
  }
  @media (min-width: 768px) {
    .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
    .form-inline .form-control-static {
      display: inline-block;
    }
    .form-inline .input-group {
      display: inline-table;
      vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto;
    }
    .form-inline .input-group > .form-control {
      width: 100%;
    }
    .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
      top: 0;
    }
  }
  .form-horizontal .radio,
  .form-horizontal .checkbox,
  .form-horizontal .radio-inline,
  .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-horizontal .radio,
  .form-horizontal .checkbox {
    min-height: 27px;
  }
  .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
  }
  @media (min-width: 768px) {
    .form-horizontal .control-label {
      padding-top: 7px;
      margin-bottom: 0;
      text-align: right;
    }
  }
  .form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
  }
  @media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
      padding-top: 11px;
      font-size: 18px;
    }
  }
  @media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px;
    }
  }
  .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .btn:focus,
  .btn:active:focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .btn:hover,
  .btn:focus,
  .btn.focus {
    color: #333;
    text-decoration: none;
  }
  .btn:active,
  .btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn.disabled,
  .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    -webkit-filter: alpha(opacity=65);
    filter: alpha(opacity=65);
    box-shadow: none;
    opacity: 0.65;
  }
  a.btn.disabled,
  fieldset[disabled] a.btn {
    pointer-events: none;
  }
  .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  }
  .btn-default:focus,
  .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
  }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .btn-default:active:hover,
  .btn-default.active:hover,
  .open > .dropdown-toggle.btn-default:hover,
  .btn-default:active:focus,
  .btn-default.active:focus,
  .open > .dropdown-toggle.btn-default:focus,
  .btn-default:active.focus,
  .btn-default.active.focus,
  .open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
  }
  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    background-image: none;
  }
  .btn-default.disabled:hover,
  .btn-default[disabled]:hover,
  fieldset[disabled] .btn-default:hover,
  .btn-default.disabled:focus,
  .btn-default[disabled]:focus,
  fieldset[disabled] .btn-default:focus,
  .btn-default.disabled.focus,
  .btn-default[disabled].focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
  }
  .btn-default .badge {
    color: #fff;
    background-color: #333;
  }
  .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
  }
  .btn-primary:focus,
  .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
  }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
  }
  .btn-primary:active,
  .btn-primary.active,
  .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
  }
  .btn-primary:active:hover,
  .btn-primary.active:hover,
  .open > .dropdown-toggle.btn-primary:hover,
  .btn-primary:active:focus,
  .btn-primary.active:focus,
  .open > .dropdown-toggle.btn-primary:focus,
  .btn-primary:active.focus,
  .btn-primary.active.focus,
  .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
  }
  .btn-primary:active,
  .btn-primary.active,
  .open > .dropdown-toggle.btn-primary {
    background-image: none;
  }
  .btn-primary.disabled:hover,
  .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary:hover,
  .btn-primary.disabled:focus,
  .btn-primary[disabled]:focus,
  fieldset[disabled] .btn-primary:focus,
  .btn-primary.disabled.focus,
  .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
  }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
  }
  .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .btn-success:focus,
  .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
  }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
  }
  .btn-success:active,
  .btn-success.active,
  .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
  }
  .btn-success:active:hover,
  .btn-success.active:hover,
  .open > .dropdown-toggle.btn-success:hover,
  .btn-success:active:focus,
  .btn-success.active:focus,
  .open > .dropdown-toggle.btn-success:focus,
  .btn-success:active.focus,
  .btn-success.active.focus,
  .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
  }
  .btn-success:active,
  .btn-success.active,
  .open > .dropdown-toggle.btn-success {
    background-image: none;
  }
  .btn-success.disabled:hover,
  .btn-success[disabled]:hover,
  fieldset[disabled] .btn-success:hover,
  .btn-success.disabled:focus,
  .btn-success[disabled]:focus,
  fieldset[disabled] .btn-success:focus,
  .btn-success.disabled.focus,
  .btn-success[disabled].focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
  }
  .btn-info {
    color: #fff;
    background-color: #21409a;
    border-color: #21409a;
  }
  .btn-info:focus,
  .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
  }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
  }
  .btn-info:active,
  .btn-info.active,
  .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
  }
  .btn-info:active:hover,
  .btn-info.active:hover,
  .open > .dropdown-toggle.btn-info:hover,
  .btn-info:active:focus,
  .btn-info.active:focus,
  .open > .dropdown-toggle.btn-info:focus,
  .btn-info:active.focus,
  .btn-info.active.focus,
  .open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
  }
  .btn-info:active,
  .btn-info.active,
  .open > .dropdown-toggle.btn-info {
    background-image: none;
  }
  .btn-info.disabled:hover,
  .btn-info[disabled]:hover,
  fieldset[disabled] .btn-info:hover,
  .btn-info.disabled:focus,
  .btn-info[disabled]:focus,
  fieldset[disabled] .btn-info:focus,
  .btn-info.disabled.focus,
  .btn-info[disabled].focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
  }
  .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  .btn-warning:focus,
  .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
  }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
  }
  .btn-warning:active,
  .btn-warning.active,
  .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
  }
  .btn-warning:active:hover,
  .btn-warning.active:hover,
  .open > .dropdown-toggle.btn-warning:hover,
  .btn-warning:active:focus,
  .btn-warning.active:focus,
  .open > .dropdown-toggle.btn-warning:focus,
  .btn-warning:active.focus,
  .btn-warning.active.focus,
  .open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
  }
  .btn-warning:active,
  .btn-warning.active,
  .open > .dropdown-toggle.btn-warning {
    background-image: none;
  }
  .btn-warning.disabled:hover,
  .btn-warning[disabled]:hover,
  fieldset[disabled] .btn-warning:hover,
  .btn-warning.disabled:focus,
  .btn-warning[disabled]:focus,
  fieldset[disabled] .btn-warning:focus,
  .btn-warning.disabled.focus,
  .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
  }
  .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .btn-danger:focus,
  .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
  }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
  }
  .btn-danger:active,
  .btn-danger.active,
  .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
  }
  .btn-danger:active:hover,
  .btn-danger.active:hover,
  .open > .dropdown-toggle.btn-danger:hover,
  .btn-danger:active:focus,
  .btn-danger.active:focus,
  .open > .dropdown-toggle.btn-danger:focus,
  .btn-danger:active.focus,
  .btn-danger.active.focus,
  .open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
  }
  .btn-danger:active,
  .btn-danger.active,
  .open > .dropdown-toggle.btn-danger {
    background-image: none;
  }
  .btn-danger.disabled:hover,
  .btn-danger[disabled]:hover,
  fieldset[disabled] .btn-danger:hover,
  .btn-danger.disabled:focus,
  .btn-danger[disabled]:focus,
  fieldset[disabled] .btn-danger:focus,
  .btn-danger.disabled.focus,
  .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
  }
  .btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
  }
  .btn-link,
  .btn-link:active,
  .btn-link.active,
  .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
  }
  .btn-link,
  .btn-link:hover,
  .btn-link:focus,
  .btn-link:active {
    border-color: transparent;
  }
  .btn-link:hover,
  .btn-link:focus {
    color: #23527c;
    text-decoration: none;
    background-color: transparent;
  }
  .btn-link[disabled]:hover,
  fieldset[disabled] .btn-link:hover,
  .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
  }
  .btn-lg,
  .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  .btn-sm,
  .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-xs,
  .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-block {
    display: block;
    width: 100%;
  }
  .btn-block + .btn-block {
    margin-top: 5px;
  }
  input[type="submit"].btn-block,
  input[type="reset"].btn-block,
  input[type="button"].btn-block {
    width: 100%;
  }
  .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .fade.in {
    opacity: 1;
  }
  .collapse {
    display: none;
  }
  .collapse.in {
    display: block;
    border-right: 1px solid #3b3c3c;
    border-left: 1px solid #3b3c3c;
    border-bottom: 1px solid #3b3c3c;
  }
  tr.collapse.in {
    display: table-row;
  }
  tbody.collapse.in {
    display: table-row-group;
  }
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
  }
  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .dropup,
  .dropdown {
    position: relative;
  }
  .dropdown-toggle:focus {
    outline: 0;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
  }
  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    color: #777;
  }
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  }
  .open > .dropdown-menu {
    display: block;
  }
  .open > a {
    outline: 0;
  }
  .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
  }
  .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
  }
  .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
  }
  .dropup .caret,
  .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
  }
  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
  }
  @media (min-width: 768px) {
    .navbar-right .dropdown-menu {
      right: 0;
      left: auto;
    }
    .navbar-right .dropdown-menu-left {
      right: auto;
      left: 0;
    }
  }
  .btn-group,
  .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left;
  }
  .btn-group > .btn:hover,
  .btn-group-vertical > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group-vertical > .btn:focus,
  .btn-group > .btn:active,
  .btn-group-vertical > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn.active {
    z-index: 2;
  }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group {
    margin-left: -1px;
  }
  .btn-toolbar {
    margin-left: -5px;
  }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left;
  }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px;
  }
  .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
  }
  .btn-group > .btn:first-child {
    margin-left: 0;
  }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .btn-group > .btn:last-child:not(:first-child),
  .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group > .btn-group {
    float: left;
  }
  .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }
  .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group .dropdown-toggle:active,
  .btn-group.open .dropdown-toggle {
    outline: 0;
  }
  .btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
  }
  .btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
  }
  .btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
  }
  .btn .caret {
    margin-left: 0;
  }
  .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
  }
  .dropup .btn-lg .caret {
    border-width: 0 5px 5px;
  }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group,
  .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .btn-group-vertical > .btn-group > .btn {
    float: none;
  }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
  }
  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group-vertical
    > .btn-group:first-child:not(:last-child)
    > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-vertical
    > .btn-group:last-child:not(:first-child)
    > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
  }
  .btn-group-justified > .btn-group .btn {
    width: 100%;
  }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
  }
  [data-toggle="buttons"] > .btn input[type="radio"],
  [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  [data-toggle="buttons"] > .btn input[type="checkbox"],
  [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
  }
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .input-group .form-control:focus {
    z-index: 3;
  }
  .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  select.input-group-lg > .form-control,
  select.input-group-lg > .input-group-addon,
  select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
  }
  textarea.input-group-lg > .form-control,
  textarea.input-group-lg > .input-group-addon,
  textarea.input-group-lg > .input-group-btn > .btn,
  select[multiple].input-group-lg > .form-control,
  select[multiple].input-group-lg > .input-group-addon,
  select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
  }
  .input-group-sm > .form-control,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  select.input-group-sm > .form-control,
  select.input-group-sm > .input-group-addon,
  select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
  }
  textarea.input-group-sm > .form-control,
  textarea.input-group-sm > .input-group-addon,
  textarea.input-group-sm > .input-group-btn > .btn,
  select[multiple].input-group-sm > .form-control,
  select[multiple].input-group-sm > .input-group-addon,
  select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
  }
  .input-group-addon,
  .input-group-btn,
  .input-group .form-control {
    display: table-cell;
  }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .input-group-addon,
  .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
  }
  .input-group-addon {
    padding: 6px 4px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #20409a;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
  }
  .input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
  }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0;
  }
  .input-group .form-control:first-child,
  .input-group-addon:first-child,
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group > .btn,
  .input-group-btn:first-child > .dropdown-toggle,
  .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .input-group-addon:first-child {
    border-right: 0;
  }
  .input-group .form-control:last-child,
  .input-group-addon:last-child,
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group > .btn,
  .input-group-btn:last-child > .dropdown-toggle,
  .input-group-btn:first-child > .btn:not(:first-child),
  .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .input-group-addon:last-child {
    border-left: 0;
  }
  .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
  }
  .input-group-btn > .btn {
    position: relative;
  }
  .input-group-btn > .btn + .btn {
    margin-left: -1px;
  }
  .input-group-btn > .btn:hover,
  .input-group-btn > .btn:focus,
  .input-group-btn > .btn:active {
    z-index: 2;
  }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
  }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
  }
  .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .nav > li {
    position: relative;
    display: block;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
  }
  .nav > li.disabled > a {
    color: #777;
  }
  .nav > li.disabled > a:hover,
  .nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
  }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .nav > li > a > img {
    max-width: none;
  }
  .nav-tabs {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 50%;
    text-align: center;
  }
  .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
  }
  .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
  }
  .nav-tabs.nav-justified > li {
    float: none;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
  }
  .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
  }
  @media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff;
    }
  }
  .nav-pills > li {
    float: left;
  }
  .nav-pills > li > a {
    border-radius: 4px;
  }
  .nav-pills > li + li {
    margin-left: 2px;
  }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
  }
  .nav-stacked > li {
    float: none;
  }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
  .nav-justified {
    width: 100%;
  }
  .nav-justified > li {
    float: none;
  }
  .nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
  }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  @media (min-width: 768px) {
    .nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  .nav-tabs-justified {
    border-bottom: 0;
  }
  .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
  }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #fff;
    }
  }
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
  }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px;
    }
  }
  @media (min-width: 768px) {
    .navbar-header {
      float: left;
    }
  }
  .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none;
    }
    .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
    }
    .navbar-collapse.in {
      overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      padding-right: 0;
      padding-left: 0;
    }
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
  }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px;
    }
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0;
    }
  }
  .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
  }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0;
    }
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0;
    }
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
  }
  .navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
  }
  .navbar-brand:hover,
  .navbar-brand:focus {
    text-decoration: none;
  }
  .navbar-brand > img {
    display: block;
  }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px;
    }
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .navbar-toggle:focus {
    outline: 0;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none;
    }
  }
  .navbar-nav {
    margin: 7.5px -15px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
      line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
      background-image: none;
    }
  }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0;
    }
    .navbar-nav > li {
      float: left;
    }
    .navbar-nav > li > a {
      padding-top: 15px;
      padding-bottom: 15px;
    }
  }
  .navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 1px 0 rgba(255, 255, 255, 0.1);
  }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
    .navbar-form .form-control-static {
      display: inline-block;
    }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
      width: auto;
    }
    .navbar-form .input-group > .form-control {
      width: 100%;
    }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
      padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0;
    }
  }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
      margin-bottom: 0;
    }
  }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      box-shadow: none;
    }
  }
  .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 15px;
    }
  }
  @media (min-width: 768px) {
    .navbar-left {
      float: left !important;
    }
    .navbar-right {
      float: right !important;
      margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
      margin-right: 0;
    }
  }
  .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
  }
  .navbar-default .navbar-brand {
    color: #777;
  }
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
  }
  .navbar-default .navbar-text {
    color: #777;
  }
  .navbar-default .navbar-nav > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav > .disabled > a,
  .navbar-default .navbar-nav > .disabled > a:hover,
  .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-default .navbar-toggle {
    border-color: #ddd;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #333;
      background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent;
    }
  }
  .navbar-default .navbar-link {
    color: #777;
  }
  .navbar-default .navbar-link:hover {
    color: #333;
  }
  .navbar-default .btn-link {
    color: #777;
  }
  .navbar-default .btn-link:hover,
  .navbar-default .btn-link:focus {
    color: #333;
  }
  .navbar-default .btn-link[disabled]:hover,
  fieldset[disabled] .navbar-default .btn-link:hover,
  .navbar-default .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
  }
  .navbar-inverse {
    background-color: #222;
    border-color: #080808;
  }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-text {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav > .disabled > a,
  .navbar-inverse .navbar-nav > .disabled > a:hover,
  .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #333;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010;
  }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808;
  }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff;
      background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent;
    }
  }
  .navbar-inverse .navbar-link {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-link:hover {
    color: #fff;
  }
  .navbar-inverse .btn-link {
    color: #9d9d9d;
  }
  .navbar-inverse .btn-link:hover,
  .navbar-inverse .btn-link:focus {
    color: #fff;
  }
  .navbar-inverse .btn-link[disabled]:hover,
  fieldset[disabled] .navbar-inverse .btn-link:hover,
  .navbar-inverse .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
  }
  .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
  }
  .breadcrumb > li {
    display: inline-block;
  }
  .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
  }
  .breadcrumb > .active {
    color: #777;
  }
  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
  }
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
  }
  .pager li {
    display: inline;
  }
  .pager li > a,
  .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
  }
  .pager li > a:hover,
  .pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
  }
  .pager .next > a,
  .pager .next > span {
    float: right;
  }
  .pager .previous > a,
  .pager .previous > span {
    float: left;
  }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
  }
  .label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
  }
  a.label:hover,
  a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .label:empty {
    display: none;
  }
  .btn .label {
    position: relative;
    top: -1px;
  }
  .label-default {
    background-color: #777;
  }
  .label-default[href]:hover,
  .label-default[href]:focus {
    background-color: #5e5e5e;
  }
  .label-primary {
    background-color: #337ab7;
  }
  .label-primary[href]:hover,
  .label-primary[href]:focus {
    background-color: #286090;
  }
  .label-success {
    background-color: #5cb85c;
  }
  .label-success[href]:hover,
  .label-success[href]:focus {
    background-color: #449d44;
  }
  .label-info {
    background-color: #5bc0de;
  }
  .label-info[href]:hover,
  .label-info[href]:focus {
    background-color: #31b0d5;
  }
  .label-warning.active {
    background-color: #f0ad4e;
  }
  .label-warning[href]:hover,
  .label-warning[href]:focus {
    background-color: #ec971f;
  }
  .label-danger {
    background-color: #d9534f;
  }
  .label-danger[href]:hover,
  .label-danger[href]:focus {
    background-color: #c9302c;
  }
  .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
  }
  .badge:empty {
    display: none;
  }
  .btn .badge {
    position: relative;
    top: -1px;
  }
  .btn-xs .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
  }
  a.badge:hover,
  a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
  }
  .list-group-item > .badge {
    float: right;
  }
  .list-group-item > .badge + .badge {
    margin-right: 5px;
  }
  .nav-pills > li > a > .badge {
    margin-left: 3px;
  }
  .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit;
  }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
  }
  .jumbotron > hr {
    border-top-color: #d5d5d5;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
  }
  .jumbotron .container {
    max-width: 100%;
  }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
      padding-right: 60px;
      padding-left: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
      font-size: 63px;
    }
  }
  .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
  }
  .thumbnail > img,
  .thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
  }
  a.thumbnail:hover,
  a.thumbnail:focus,
  a.thumbnail.active {
    border-color: #337ab7;
  }
  .thumbnail .caption {
    padding: 9px;
    color: #333;
  }
  .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .alert h4 {
    margin-top: 0;
    color: inherit;
  }
  .alert .alert-link {
    font-weight: bold;
  }
  .alert > p,
  .alert > ul {
    margin-bottom: 0;
  }
  .alert > p + p {
    margin-top: 5px;
  }
  .alert-dismissable,
  .alert-dismissible {
    padding-right: 35px;
  }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
  }
  .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  .alert-success hr {
    border-top-color: #c9e2b3;
  }
  .alert-success .alert-link {
    color: #2b542c;
  }
  .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }
  .alert-info hr {
    border-top-color: #a6e1ec;
  }
  .alert-info .alert-link {
    color: #245269;
  }
  .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
  }
  .alert-warning hr {
    border-top-color: #f7e1b5;
  }
  .alert-warning .alert-link {
    color: #66512c;
  }
  .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
  .alert-danger hr {
    border-top-color: #e4b9c0;
  }
  .alert-danger .alert-link {
    color: #843534;
  }
  @-webkit-keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes progress-bar-stripes {
    from {
      background-position: 40px 0;
    }
    to {
      background-position: 0 0;
    }
  }
  .progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
  }
  .progress-striped .progress-bar,
  .progress-bar-striped {
    background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-size: 40px 40px;
  }
  .progress.active .progress-bar,
  .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
  }
  .progress-bar-success {
    background-color: #5cb85c;
  }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
  }
  .progress-bar-info {
    background-color: #5bc0de;
  }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
  }
  .progress-bar-warning {
    background-color: #f0ad4e;
  }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
  }
  .progress-bar-danger {
    background-color: #d9534f;
  }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
  }
  .media {
    margin-top: 15px;
  }
  .media:first-child {
    margin-top: 0;
  }
  .media,
  .media-body {
    overflow: hidden;
    zoom: 1;
  }
  .media-body {
    width: 10000px;
  }
  .media-object {
    display: block;
  }
  .media-object.img-thumbnail {
    max-width: none;
  }
  .media-right,
  .media > .pull-right {
    padding-left: 10px;
  }
  .media-left,
  .media > .pull-left {
    padding-right: 10px;
  }
  .media-left,
  .media-right,
  .media-body {
    display: table-cell;
    vertical-align: top;
  }
  .media-middle {
    vertical-align: middle;
  }
  .media-bottom {
    vertical-align: bottom;
  }
  .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .media-list {
    padding-left: 0;
    list-style: none;
  }
  .list-group {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  a.list-group-item,
  button.list-group-item {
    color: #555;
  }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333;
  }
  a.list-group-item:hover,
  button.list-group-item:hover,
  a.list-group-item:focus,
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
  }
  button.list-group-item {
    width: 100%;
    text-align: left;
  }
  .list-group-item.disabled,
  .list-group-item.disabled:hover,
  .list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
  }
  .list-group-item.disabled .list-group-item-heading,
  .list-group-item.disabled:hover .list-group-item-heading,
  .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
  }
  .list-group-item.disabled .list-group-item-text,
  .list-group-item.disabled:hover .list-group-item-text,
  .list-group-item.disabled:focus .list-group-item-text {
    color: #777;
  }
  .list-group-item.active,
  .list-group-item.active:hover,
  .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
  }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small,
  .list-group-item.active:hover .list-group-item-heading > .small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
  }
  .list-group-item.active .list-group-item-text,
  .list-group-item.active:hover .list-group-item-text,
  .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
  }
  .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
  }
  a.list-group-item-success,
  button.list-group-item-success {
    color: #3c763d;
  }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-success:hover,
  button.list-group-item-success:hover,
  a.list-group-item-success:focus,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
  }
  a.list-group-item-success.active,
  button.list-group-item-success.active,
  a.list-group-item-success.active:hover,
  button.list-group-item-success.active:hover,
  a.list-group-item-success.active:focus,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
  }
  .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
  }
  a.list-group-item-info,
  button.list-group-item-info {
    color: #31708f;
  }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-info:hover,
  button.list-group-item-info:hover,
  a.list-group-item-info:focus,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
  }
  a.list-group-item-info.active,
  button.list-group-item-info.active,
  a.list-group-item-info.active:hover,
  button.list-group-item-info.active:hover,
  a.list-group-item-info.active:focus,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
  }
  .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
  }
  a.list-group-item-warning,
  button.list-group-item-warning {
    color: #8a6d3b;
  }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-warning:hover,
  button.list-group-item-warning:hover,
  a.list-group-item-warning:focus,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
  }
  a.list-group-item-warning.active,
  button.list-group-item-warning.active,
  a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:hover,
  a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
  }
  .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
  }
  a.list-group-item-danger,
  button.list-group-item-danger {
    color: #a94442;
  }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit;
  }
  a.list-group-item-danger:hover,
  button.list-group-item-danger:hover,
  a.list-group-item-danger:focus,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
  }
  a.list-group-item-danger.active,
  button.list-group-item-danger.active,
  a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:hover,
  a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
  }
  .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
  }
  .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  .panel-body {
    padding: 15px;
  }
  .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
  }
  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
  }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit;
  }
  .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .panel > .list-group,
  .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
  }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
  }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel
    > .panel-collapse
    > .list-group:first-child
    .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .panel
    > .panel-heading
    + .panel-collapse
    > .list-group
    .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
  }
  .list-group + .panel-footer {
    border-top-width: 0;
  }
  .panel > .table,
  .panel > .table-responsive > .table,
  .panel > .panel-collapse > .table {
    margin-bottom: 0;
  }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
  }
  .panel > .table:first-child,
  .panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:first-child {
    border-top-left-radius: 3px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:last-child {
    border-top-right-radius: 3px;
  }
  .panel > .table:last-child,
  .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:first-child {
    border-bottom-left-radius: 3px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:last-child {
    border-bottom-right-radius: 3px;
  }
  .panel > .panel-body + .table,
  .panel > .panel-body + .table-responsive,
  .panel > .table + .panel-body,
  .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
  }
  .panel > .table > tbody:first-child > tr:first-child th,
  .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
  }
  .panel > .table-bordered,
  .panel > .table-responsive > .table-bordered {
    border: 0;
  }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
  }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
  .panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
  }
  .panel-group {
    margin-bottom: 20px;
  }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
  }
  .panel-group .panel + .panel {
    margin-top: 5px;
  }
  .panel-group .panel-heading {
    border-bottom: 0;
  }
  .panel-group .panel-footer {
    border-top: 0;
  }
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
  }
  .panel-default {
    border-color: #ddd;
  }
  .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
  }
  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
  }
  .panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
  }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
  }
  .panel-primary {
    border-color: #337ab7;
  }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
  }
  .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
  }
  .panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
  }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
  }
  .panel-success {
    border-color: #d6e9c6;
  }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  .panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
  }
  .panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
  }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
  }
  .commentsBlock .panel-info {
    border-color: #bce8f1;
    border: 1px solid #d9edf7;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    color: #777;
  }
  .commentsBlock .panel-info .panel-heading {
    color: #fff;
    background-color: #21409a;
    border-color: #21409a;
    padding: 5px 10px;
  }
  .commentsBlock .panel-info:last-child {
    border: 1px solid #d9edf7;
  }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 10px 15px;
  }
  .panel-info > .panel-heading h4 {
    font-size: 19px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0;
  }
  .panel-info > .panel-heading h4 .text-muted {
    font-size: 11px;
    color: #ccc;
    float: left;
    line-height: 25px;
  }
  .panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
  }
  .panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
  }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
  }
  .panel-warning {
    border-color: #faebcc;
  }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
  }
  .panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
  }
  .panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
  }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
  }
  .panel-danger {
    border-color: #ebccd1;
  }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
  .panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
  }
  .panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
  }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
  }
  .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .embed-responsive-16by9 {
    padding-bottom: 56.25%;
  }
  .embed-responsive-4by3 {
    padding-bottom: 75%;
  }
  .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
  }
  .well-lg {
    padding: 24px;
    border-radius: 6px;
  }
  .well-sm {
    padding: 9px;
    border-radius: 3px;
  }
  .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    -webkit-filter: alpha(opacity=20);
    filter: alpha(opacity=20);
    opacity: 0.2;
  }
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    -webkit-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
  }
  .modal-open {
    overflow: hidden;
  }
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -ms-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  .modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
  }
  .modal-backdrop.fade {
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .modal-backdrop.in {
    -webkit-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .modal-header .close {
    margin-top: -2px;
  }
  .modal-title {
    margin: 0;
    line-height: 1.42857143;
  }
  .modal-body {
    position: relative;
    padding: 15px;
  }
  .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
  }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
  }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
  }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0;
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  @media (min-width: 768px) {
    .modal-dialog {
      width: 600px;
      margin: 30px auto;
    }
    .modal-content {
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
      width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg {
      width: 900px;
    }
  }
  .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
  }
  .tooltip.in {
    -webkit-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
    opacity: 0.9;
  }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
  }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
  }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
  }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
  }
  .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
  }
  .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
  }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
  }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
  }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
  }
  .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    line-break: auto;
  }
  .popover.top {
    margin-top: -10px;
  }
  .popover.right {
    margin-left: 10px;
  }
  .popover.bottom {
    margin-top: 10px;
  }
  .popover.left {
    margin-left: -10px;
  }
  .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
  }
  .popover-content {
    padding: 9px 14px;
  }
  .popover > .arrow,
  .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .popover > .arrow {
    border-width: 11px;
  }
  .popover > .arrow:after {
    content: "";
    border-width: 10px;
  }
  .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
  }
  .popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
  }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
  }
  .popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
  }
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
  }
  .popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
  }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
  }
  .popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
  }
  .carousel {
    position: relative;
  }
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    line-height: 1;
  }
  @media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
      -webkit-transition: -webkit-transform 0.6s ease-in-out;
      transition: -ms-transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      -webkit-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000px;
      -ms-perspective: 1000px;
      perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      -ms-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      -ms-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block;
  }
  .carousel-inner > .active {
    left: 0;
  }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .carousel-inner > .next {
    left: 100%;
  }
  .carousel-inner > .prev {
    left: -100%;
  }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0;
  }
  .carousel-inner > .active.left {
    left: -100%;
  }
  .carousel-inner > .active.right {
    left: 100%;
  }
  .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    -webkit-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.0001) 100%
    );
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.0001))
    );
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.0001) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
    background-repeat: repeat-x;
  }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0.0001) 0%,
      rgba(0, 0, 0, 0.5) 100%
    );
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0.0001)),
      to(rgba(0, 0, 0, 0.5))
    );
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.0001) 0%,
      rgba(0, 0, 0, 0.5) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
    background-repeat: repeat-x;
  }
  .carousel-control:hover,
  .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    -webkit-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
  }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
  }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
  }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
  }
  .carousel-control .icon-prev:before {
    content: "\2039";
  }
  .carousel-control .icon-next:before {
    content: "\203a";
  }
  .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
  }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
  }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
  }
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .carousel-caption .btn {
    text-shadow: none;
  }
  @media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
      width: 30px;
      height: 30px;
      margin-top: -10px;
      font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
      margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
      margin-right: -10px;
    }
    .carousel-caption {
      right: 20%;
      left: 20%;
      padding-bottom: 30px;
    }
    .carousel-indicators {
      bottom: 20px;
    }
  }
  .clearfix:before,
  .clearfix:after,
  .dl-horizontal dd:before,
  .dl-horizontal dd:after,
  .container:before,
  .container:after,
  .container-fluid:before,
  .container-fluid:after,
  .row:before,
  .row:after,
  .form-horizontal .form-group:before,
  .form-horizontal .form-group:after,
  .btn-toolbar:before,
  .btn-toolbar:after,
  .btn-group-vertical > .btn-group:before,
  .btn-group-vertical > .btn-group:after,
  .nav:before,
  .nav:after,
  .navbar:before,
  .navbar:after,
  .navbar-header:before,
  .navbar-header:after,
  .navbar-collapse:before,
  .navbar-collapse:after,
  .pager:before,
  .pager:after,
  .panel-body:before,
  .panel-body:after,
  .modal-header:before,
  .modal-header:after,
  .modal-footer:before,
  .modal-footer:after {
    display: table;
    content: " ";
  }
  .clearfix:after,
  .dl-horizontal dd:after,
  .container:after,
  .container-fluid:after,
  .row:after,
  .form-horizontal .form-group:after,
  .btn-toolbar:after,
  .btn-group-vertical > .btn-group:after,
  .nav:after,
  .navbar:after,
  .navbar-header:after,
  .navbar-collapse:after,
  .pager:after,
  .panel-body:after,
  .modal-header:after,
  .modal-footer:after {
    clear: both;
  }
  .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .pull-right {
    float: right !important;
  }
  .pull-left {
    float: left !important;
  }
  .hide {
    display: none !important;
  }
  .show {
    display: block !important;
  }
  .invisible {
    visibility: hidden;
  }
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  .hidden {
    display: none !important;
  }
  .affix {
    position: fixed;
  }
  @-ms-viewport {
    width: device-width;
  }
  .visible-xs,
  .visible-sm,
  .visible-md,
  .visible-lg {
    display: none !important;
  }
  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block,
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: none !important;
  }
  @media (max-width: 767px) {
    .visible-xs {
      display: block !important;
    }
    table.visible-xs {
      display: table !important;
    }
    tr.visible-xs {
      display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
      display: table-cell !important;
    }
  }
  @media (max-width: 767px) {
    .visible-xs-block {
      display: block !important;
    }
  }
  @media (max-width: 767px) {
    .visible-xs-inline {
      display: inline !important;
    }
  }
  @media (max-width: 767px) {
    .visible-xs-inline-block {
      display: inline-block !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
      display: block !important;
    }
    table.visible-sm {
      display: table !important;
    }
    tr.visible-sm {
      display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
      display: table-cell !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
      display: block !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
      display: inline !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
      display: inline-block !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
      display: block !important;
    }
    table.visible-md {
      display: table !important;
    }
    tr.visible-md {
      display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
      display: table-cell !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
      display: block !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
      display: inline !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
      display: inline-block !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg {
      display: block !important;
    }
    table.visible-lg {
      display: table !important;
    }
    tr.visible-lg {
      display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
      display: table-cell !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg-block {
      display: block !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg-inline {
      display: inline !important;
    }
  }
  @media (min-width: 1200px) {
    .visible-lg-inline-block {
      display: inline-block !important;
    }
  }
  @media (max-width: 767px) {
    .hidden-xs {
      display: none !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
      display: none !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
      display: none !important;
    }
  }
  @media (min-width: 1200px) {
    .hidden-lg {
      display: none !important;
    }
  }
  .visible-print {
    display: none !important;
  }
  @media print {
    .visible-print {
      display: block !important;
    }
    table.visible-print {
      display: table !important;
    }
    tr.visible-print {
      display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
      display: table-cell !important;
    }
  }
  .visible-print-block {
    display: none !important;
  }
  @media print {
    .visible-print-block {
      display: block !important;
    }
  }
  .visible-print-inline {
    display: none !important;
  }
  @media print {
    .visible-print-inline {
      display: inline !important;
    }
  }
  .visible-print-inline-block {
    display: none !important;
  }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important;
    }
  }
  @media print {
    .hidden-print {
      display: none !important;
    }
  }
  .royalSlider {
    width: 600px;
    height: 400px;
    position: relative;
    direction: ltr;
  }
  .royalSlider > * {
    float: left;
  }
  .rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0);
  }
  .rsWebkit3d .rsSlide,
  .rsWebkit3d .rsContainer,
  .rsWebkit3d .rsThumbs,
  .rsWebkit3d .rsPreloader,
  .rsWebkit3d img,
  .rsWebkit3d .rsOverflow,
  .rsWebkit3d .rsBtnCenterer,
  .rsWebkit3d .rsAbsoluteEl,
  .rsWebkit3d .rsABlock,
  .rsWebkit3d .rsLink {
    -webkit-backface-visibility: hidden;
  }
  .rsFade.rsWebkit3d .rsSlide,
  .rsFade.rsWebkit3d img,
  .rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
  }
  .rsOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0;
  }
  .rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .rsArrow,
  .rsThumbsArrow {
    cursor: pointer;
  }
  .rsThumb {
    float: left;
    position: relative;
  }
  .rsArrow,
  .rsNav,
  .rsThumbsArrow {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .rsHidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  }
  .rsGCaption {
    width: 100%;
    float: left;
    text-align: center;
  }
  .royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
  }
  .royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    -webkit-transition: 0s;
    transition: 0s;
    display: none;
  }
  .rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
  }
  .royalSlider.rsAutoHeight,
  .rsAutoHeight .rsSlide {
    height: auto;
  }
  .rsContent {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .rsPreloader {
    position: absolute;
    z-index: 0;
  }
  .rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .rsNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  }
  .rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22;
  }
  .rsTabs {
    float: left;
    background: none !important;
  }
  .rsTabs,
  .rsThumbs {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .rsVideoContainer {
    width: auto;
    height: auto;
    line-height: 0;
    position: relative;
  }
  .rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: 0.3s;
  }
  .rsVideoFrameHolder.rsVideoActive {
    opacity: 1;
  }
  .rsVideoContainer iframe,
  .rsVideoContainer video,
  .rsVideoContainer embed,
  .rsVideoContainer .rsVideoObj {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .rsVideoContainer.rsIOSVideo iframe,
  .rsVideoContainer.rsIOSVideo video,
  .rsVideoContainer.rsIOSVideo embed {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px;
  }
  .rsABlock {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 15;
  }
  img.rsImg {
    max-width: none;
  }
  .grab-cursor {
    cursor: url(grab.png) 8 8, move;
  }
  .grabbing-cursor {
    cursor: url(grabbing.png) 8 8, move;
  }
  .rsNoDrag {
    cursor: auto;
  }
  .rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: url(blank.gif);
  }
  #video-gallery {
    width: 100%;
  }
  .videoGallery .rsTmb {
    padding: 10px 0;
  }
  .videoGallery .rsThumbs .rsThumb {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #3d58a5;
    padding: 10px;
  }
  .videoGallery .rsThumbs {
    width: 220px;
    padding: 0;
  }
  .videoGallery .rsThumb.rsNavSelected {
    background-color: #091f5e;
  }
  .videoGallery .rsThumb.rsNavSelected::after {
    right: -16px;
    z-index: 1;
    background-color: white;
    content: "";
    position: absolute;
    top: 6px;
    width: 30px;
    height: 30px;
    background: inherit;
    border: inherit;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 0 4px 0 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .sampleBlock {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.95) 0,
      rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.95) 0,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.95) 0,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .rsDefault,
  .rsDefault .rsOverflow,
  .rsDefault .rsSlide,
  .rsDefault .rsVideoFrameHolder,
  .rsDefault .rsThumbs {
    background: #20409a;
    color: #fff;
  }
  .rsDefault .rsArrow {
    height: 100%;
    width: 44px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
  }
  .rsDefault.rsVer .rsArrow {
    width: 100%;
    height: 44px;
  }
  .rsDefault.rsVer .rsArrowLeft {
    top: 0;
    left: 0;
  }
  .rsDefault.rsVer .rsArrowRight {
    bottom: 0;
    left: 0;
  }
  .rsDefault.rsHor .rsArrowLeft {
    left: 0;
    top: 0;
  }
  .rsDefault.rsHor .rsArrowRight {
    right: 0;
    top: 0;
  }
  .rsDefault .rsArrowIcn {
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    position: absolute;
    cursor: pointer;
    background: url("https://urdu.geo.tv/assets/front/images/rs-default.png");
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    /*background-color: #000;*/
    border-radius: 2px;
  }
  .rsDefault .rsArrowIcn:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -64px -32px;
  }
  .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -64px -64px;
  }
  .rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -96px -32px;
  }
  .rsDefault.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -96px -64px;
  }
  .rsDefault .rsArrowDisabled .rsArrowIcn {
    opacity: 0.2;
    -webkit-filter: alpha(opacity=20);
    filter: alpha(opacity=20);
    /*display: none;*/
  }
  .rsDefault .rsBullets {
    position: absolute;
    z-index: 35;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    line-height: 8px;
    overflow: hidden;
  }
  .rsDefault .rsBullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    /*display: inline;*/
    /*zoom: 1;*/
    padding: 6px 5px 6px;
  }
  .rsDefault .rsBullet span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #777;
    background: rgba(255, 255, 255, 0.5);
  }
  .rsDefault .rsBullet.rsNavSelected span {
    background-color: #fff;
  }
  .rsDefault .rsThumbsHor {
    width: 100%;
    height: 72px;
  }
  .rsDefault .rsThumbsVer {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .rsDefault.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height: 100%;
  }
  .rsDefault.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%;
  }
  .rsDefault .rsThumb {
    float: left;
    overflow: hidden;
    width: 96px;
    height: 72px;
  }
  .rsDefault .rsThumb img {
    width: 100%;
    height: 100%;
  }
  .rsDefault .rsThumb.rsNavSelected img {
    opacity: 0.3;
    -webkit-filter: alpha(opacity=30);
    filter: alpha(opacity=30);
  }
  .rsDefault .rsTmb {
    display: block;
  }
  .rsDefault .rsTmb h5 {
    font-size: 1.4em;
    margin: 0;
    padding: 0;
    line-height: 19px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.7px;
  }
  .rsDefault .rsTmb span {
    color: #ddd;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
  }
  .rsDefault .rsThumbsArrow {
    height: 100%;
    width: 20px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
  }
  .rsDefault .rsThumbsArrow:hover {
    background: rgba(0, 0, 0, 0.9);
  }
  .rsDefault.rsWithThumbsVer .rsThumbsArrow {
    width: 100%;
    height: 22px;
  }
  .rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
    top: 0;
    left: 0;
    background-color: #20409a;
  }
  .rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
    bottom: 0;
    left: 0;
    background-color: #20409a;
    background: -webkit-linear-gradient(
      bottom,
      #20409a 0,
      rgba(32, 64, 154, 0.72) 100%
    );
    background: -webkit-linear-gradient(
      90deg,
      #20409a 0,
      rgba(32, 64, 154, 0.72) 100%
    );
    background: linear-gradient(0deg, #20409a 0, rgba(32, 64, 154, 0.72) 100%);
  }
  .rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
    left: 0;
    top: 0;
  }
  .rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
    right: 0;
    top: 0;
  }
  .rsDefault .rsThumbsArrowIcn {
    width: 16px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    cursor: pointer;
    background: url("https://urdu.geo.tv/assets/front/images/slider-arrow.svg");
  }
  .rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -128px -32px;
  }
  .rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -128px -48px;
  }
  .rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -144px -29px;
    position: absolute;
    top: 17px;
    background: url(https://urdu.geo.tv/assets/front/images/slider-arrow-2.svg);
  }
  .rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -30px;
  }
  .rsDefault .rsThumbsArrowDisabled {
    display: none !important;
  }
  @media screen and (min-width: 0) and (max-width: 800px) {
    .rsDefault .rsThumb {
      width: 59px;
      height: 44px;
    }
    .rsDefault .rsThumbsHor {
      height: 44px;
    }
  }
  .rsDefault .rsTabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-top: 12px;
    position: relative;
  }
  .rsDefault .rsTab {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: auto;
    width: auto;
    color: #333;
    padding: 5px 13px 6px;
    min-width: 72px;
    border: 1px solid #d9d9dd;
    border-right: 1px solid #f5f5f5;
    text-decoration: none;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
    box-shadow: inset 1px 0 0 #fff;
    /*display: inline;*/
    /*zoom: 1;*/
  }
  .rsDefault .rsTab:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .rsDefault .rsTab:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cfcfcf;
  }
  .rsDefault .rsTab:active {
    border: 1px solid #d9d9dd;
    background-color: #f4f4f4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
  }
  .rsDefault .rsTab.rsNavSelected {
    color: #fff;
    border: 1px solid #999;
    text-shadow: 1px 1px #838383;
    box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    background: #acacac;
    background-image: -webkit-linear-gradient(top, #acacac, #bbb);
    background-image: -moz-llinear-gradient(top, #acacac, #bbb);
    background-image: linear-gradient(to bottom, #acacac, #bbb);
  }
  .rsDefault .rsFullscreenBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 22;
    display: block;
    position: absolute;
    cursor: pointer;
  }
  .rsDefault .rsFullscreenIcn {
    display: block;
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url("https://urdu.geo.tv/assets/front/images/rs-default.png") 0 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    /*background-color: #000;*/
    border-radius: 2px;
  }
  .rsDefault .rsFullscreenIcn:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .rsDefault.rsFullscreen .rsFullscreenIcn {
    background-position: -32px 0;
  }
  .rsDefault .rsPlayBtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer;
  }
  .rsDefault .rsPlayBtnIcon {
    width: 64px;
    display: block;
    height: 64px;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: url(https://urdu.geo.tv/assets/front/images/rs-default.png)
      no-repeat 0 -32px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    /*background-color: #000;*/
  }
  .rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .rsDefault .rsBtnCenterer {
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .rsDefault .rsCloseVideoBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
  }
  .rsDefault .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px;
  }
  .rsDefault .rsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url("https://urdu.geo.tv/assets/front/images/rs-default.png") -64px
      0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    /*background-color: #000;*/
  }
  .rsDefault .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .rsDefault .rsPreloader {
    width: 20px;
    height: 20px;
    background-image: url(https://urdu.geo.tv/assets/front/preloaders/preloader-white.gif);
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
  }
  .rsDefault .rsGCaption {
    position: absolute;
    float: none;
    bottom: 6px;
    left: 6px;
    text-align: left;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 2px 8px;
    width: auto;
    font-size: 12px;
    border-radius: 2px;
  }
  @media screen and (min-width: 0) and (max-width: 500px) {
    .videoGallery .rsTmb {
      padding: 6px 8px;
    }
    .videoGallery .rsTmb h5 {
      font-size: 12px;
      line-height: 17px;
    }
    .videoGallery .rsTmb span {
      display: none;
    }
    .videoGallery .rsOverflow,
    .royalSlider.videoGallery {
      height: 300px !important;
    }
    .sampleBlock {
      font-size: 14px;
    }
  }
  .sidenav {
    height: 100%;
    width: 270px;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    background: url("https://urdu.geo.tv/assets/front/images/menu-bg.jpg") top
      right no-repeat;
    background-size: cover;
    overflow: hidden;
    transition: 0.5s;
    padding-top: 10px;
    padding-bottom: 0;
    -webkit-transform: translateX(310px);
    -ms-transform: translateX(310px);
    transform: translateX(310px);
    -webkit-transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
    -ms-transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
    transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
  }
  .sidenav.openNavLeft {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .sidnav-logo a {
    padding: 8px !important;
    position: relative;
  }
  .sidenav li a span {
    float: none;
    display: block;
    width: 100%;
    font-size: 11px;
    line-height: 1px;
    text-transform: uppercase;
    color: #797979;
    word-spacing: 2px;
  }
  .sidenav .inner-scroller {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .sidenav .inner-scroller .fb-bot-btn {
    background: none;
  }
  .sidenav .drawer-logo a {
    padding: 0;
  }
  .sidenav .drawer-logo img {
    width: 120px;
    display: table;
    margin: 18px auto 27px auto;
  }
  .sidenav .inner-scroller ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .sidenav .inner-scroller ul li {
    position: relative;
  }
  .sidenav .inner-scroller ul li .svg-add-icon {
    display: block;
  }
  .sidenav .inner-scroller ul li .svg-remove-icon {
    display: none;
  }
  .sidenav .inner-scroller ul li.menu-open .svg-add-icon {
    display: none;
  }
  .sidenav .inner-scroller ul li.menu-open .svg-remove-icon {
    display: block;
  }
  .sidenav .inner-scroller ul li ul {
    display: none;
    background: url("https://urdu.geo.tv/assets/front/images/menu-bg.jpg") top
      right no-repeat;
    background-size: cover;
  }
  .sidenav
    .inner-scroller
    ul
    li
    ul
    a:not(.no-follo-anch):not(.top-head-bell-responsive):not(.logo) {
    padding-left: 35px;
    line-height: 26px;
    font-size: 14px;
    padding-top: 8px !important;
    padding-bottom: 8px;
  }
  .sidenav a:not(.no-follo-anch):not(.top-head-bell-responsive):not(.logo) {
    padding: 3px 18px;
    text-decoration: none;
    font-size: 15px;
    color: #f5f5f5;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    line-height: 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .sidenav .drawer-logo img {
    width: 50px;
    display: table;
    margin: 18px auto 27px auto;
  }
  .sidenav a.ad-icon {
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 99999;
    width: 30px;
    height: 30px;
  }
  .sidenav a.ad-icon svg {
    width: 15px;
    height: 15px;
    margin-left: 0;
    margin-top: 7px;
  }
  .sidenav a span {
    width: 20px;
    float: left;
  }
  .sidenav a:hover,
  .offcanvas a:focus {
    color: #f1f1f1;
  }
  .mobile-db {
    padding: 0 0 0 20px;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  @media screen and (max-height: 450px) {
    .sidenav {
      padding-top: 15px;
    }
    .sidenav a {
      font-size: 18px;
    }
  }
  #style-1::-webkit-scrollbar-track {
    background-color: #1b1b1b;
  }
  #style-1::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
  }
  #style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #414141;
  }
  .message-item {
    margin-left: 40px;
    position: relative;
    float: left;
  }
  .message-item .message-inner {
    border-radius: 3px;
    padding: 10px;
    position: relative;
  }
  .message-item:before {
    background: #fff;
    border-radius: 2px;
    bottom: -7px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    content: "";
    height: 70%;
    left: -30px;
    position: absolute;
    width: 1px;
  }
  .message-item:first-child:after {
    background: #d90000;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    content: "";
    height: 10px;
    left: -34px;
    position: absolute;
    top: 10px;
    width: 10px;
  }
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table;
  }
  .message-item .message-head .avatar {
    margin-right: 20px;
  }
  .message-item .message-head .user-detail {
    overflow: hidden;
  }
  .message-item .message-head .user-detail h2 {
    font-size: 1.5em;
    margin: 0;
    line-height: 20px;
    font-weight: 300;
  }
  .message-item .message-head .post-meta {
    float: left;
    padding: 0 15px 0 0;
  }
  .message-item .message-head .post-meta > div {
    color: #333;
    font-weight: bold;
    text-align: right;
  }
  .post-meta > div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
  }
  .message-item .message-head .post-meta > div {
    color: #333;
    font-weight: bold;
    text-align: right;
  }
  .post-meta > div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
  }
  .timeline-badge {
    color: #686868;
    font-size: 1.2em;
    position: relative;
    top: 16px;
    width: 100%;
    float: left;
  }
  .panel {
    border-width: 0 0 1px 0;
    border-style: solid;
    background: none;
    box-shadow: none;
    margin-bottom: 20px !important;
  }
  .panel:last-child {
    border-bottom: none;
  }
  .panel-group .panel {
    border-radius: 0;
  }
  .panel-group .panel + .panel {
    margin-top: 0;
  }
  .panel-heading {
    background-color: #242424;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0;
  }
  .panel-title a {
    display: block;
    color: #000;
    padding: 11px;
    position: relative;
  }
  .panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
  }
  .panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    -webkit-transition: border-radius 0.3s linear 0.2s;
    transition: border-radius 0.3s linear 0.2s;
  }
  .panel:last-child .panel-heading.active {
    border-radius: 0;
    -webkit-transition: border-radius linear 0s;
    transition: border-radius linear 0s;
  }
  .panel-heading a:before {
    content: "\e146";
    position: absolute;
    font-family: "Material Icons";
    right: 5px;
    top: 10px;
    font-size: 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .panel-heading.active a:before {
    content: " ";
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  #bs-collapse .panel-heading a:after {
    content: " ";
    font-size: 24px;
    position: absolute;
    font-family: "Material Icons";
    right: 5px;
    top: 10px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #bs-collapse .panel-heading.active a:after {
    content: "\e909";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #accordion .panel-heading a:before {
    font-size: 24px;
    position: absolute;
    font-family: "Material Icons";
    right: 20px;
    top: 6px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 17px;
  }
  #accordion .panel-heading.active a:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .module.parallax-1 {
    background-image: url(https://urdu.geo.tv/assets/front/images/long-read-img.jpg);
    height: 650px;
    background-repeat: no-repeat !important;
    background-size: cover;
    margin-top: -15px;
  }
  .loader {
    width: 80px;
    height: 80px;
    position: fixed;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .material-switch > input[type="checkbox"] {
    display: none;
  }
  .material-switch > label {
    cursor: pointer;
    height: 0;
    position: relative;
    width: 40px;
  }
  .material-switch > label::before {
    background: #f1ecec;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: "";
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 40px;
  }
  .material-switch > label::after {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    content: "";
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 24px;
  }
  .material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
  }
  .material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
  }
  .commentsBlock span {
    margin-right: 6px;
    cursor: pointer;
  }
  .commentsBlock span:hover {
    opacity: 0.7;
  }
  .error_comment {
    border: 1px solid #f00;
  }
  .commentsBlock span img {
    margin-right: 5px;
  }
  .comment_error_msg {
    font-size: 13px;
    color: #f00;
    margin-bottom: 5px;
  }
  .comment_success_msg {
    margin-bottom: 5px;
    color: #1b901f;
  }
  .captch_image {
    float: right;
    width: 50%;
    line-height: 32px;
    text-align: right;
  }
  #captcha {
    float: left;
    width: 50%;
  }
  .next_btn {
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 20;
  }
  .next_btn .next {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 30px;
    background: #111;
    cursor: pointer;
  }
  .next_btn p {
    display: none;
    float: left;
    line-height: 0;
    text-align: left;
    padding: 0;
    margin: 0 12px;
    color: #fff;
    font-size: 15px;
  }
  .next_btn svg {
    position: absolute;
    right: 0;
    top: 15%;
    width: 43px;
    height: 60%;
    left: inherit;
  }
  .next_btn .arrow {
    fill: #fff;
  }
  .pre_btn {
    position: fixed;
    bottom: 15px;
    left: 10px;
    z-index: 20;
  }
  .pre_btn .previous {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 30px;
    background: #111;
    cursor: pointer;
  }
  .pre_btn p {
    display: none;
    float: left;
    line-height: 0;
    text-align: left;
    padding: 0;
    margin: 0 12px 0 32px;
    color: #fff;
    font-size: 15px;
  }
  .pre_btn svg {
    position: absolute;
    right: inherit;
    top: 15%;
    width: 43px;
    height: 60%;
    left: 0;
  }
  .pre_btn .arrow {
    fill: #fff;
  }
  @media (min-width: 993px) {
    .next_btn.show-title .next,
    .next_btn:hover .next {
      width: auto;
      padding-right: 43px;
    }
    .next_btn.show-title p,
    .next_btn:hover p {
      display: block;
    }
    .pre_btn.show-title .previous,
    .pre_btn:hover .previous {
      width: auto;
      padding-right: 43px;
    }
    .pre_btn.show-title p,
    .pre_btn:hover p {
      display: block;
    }
  }
  @media (max-width: 992px) {
    .next_btn .next {
      width: 44px;
    }
    .next_btn p {
      display: none;
    }
    .next_btn svg {
      left: 20%;
      top: 20%;
      width: 60%;
    }
    .pre_btn .previous {
      width: 44px;
    }
    .pre_btn p {
      display: none;
    }
    .pre_btn svg {
      left: 20%;
      top: 20%;
      width: 60%;
    }
  }
  .vjs-menu.vjs-rightclick-popup .vjs-menu-item.vjs-powered-by {
    display: none;
  }
  .ima-ad-container video {
    left: 0;
    top: 0;
  }
  @font-face {
    font-family: "Nafees-Web-Naskh";
    src: url("https://urdu.geo.tv/assets/front/fonts/new-naskh/NafeesWeb.eot");
    src: local("NafeesWeb"),
      url("https://urdu.geo.tv/assets/front/fonts/new-naskh/NafeesWeb.woff")
        format("woff"),
      url("https://urdu.geo.tv/assets/front/fonts/new-naskh/NafeesWeb.ttf")
        format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Bahij-Nassim";
    src: url("https://urdu.geo.tv/assets/front/fonts/Bahij_Nassim-Regular.eot?")
        format("eot"),
      url("https://urdu.geo.tv/assets/front/fonts/Bahij_Nassim-Regular.woff")
        format("woff"),
      url("https://urdu.geo.tv/assets/front/fonts/Bahij_Nassim-Regular.ttf")
        format("truetype"),
      url("https://urdu.geo.tv/assets/front/fonts/Bahij_Nassim-Regular.svg#BahijNassim")
        format("svg");
    font-weight: normal;
    font-style: normal;
  }
  html {
    padding-bottom: 0 !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Nafees-Web-Naskh" !important;
  }
  #text-blink-text {
    border: 1px solid #de0000;
    padding: 0 5px;
    float: none;
    color: #fff;
    border-radius: 3px;
    line-height: 17px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: #de0000;
    margin: 5px 0 5px 5px;
  }
  .blink-tag {
    color: #ed283c !important;
    -webkit-animation: blink 2s linear infinite;
    animation: blink 2s linear infinite;
  }
  @keyframes blink {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  body {
    font-family: "Nafees-Web-Naskh" !important;
  }
  body .geo-news-panel.fixed-side-button {
    z-index: 9999999999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
  }
  body .geo-news-panel.fixed-side-button h2 {
    margin: 10px 0 0 0;
    font-size: 20px;
    line-height: 20px;
  }
  body
    .geo-news-panel.fixed-side-button
    .buttonBody
    .sub-section
    [type="checkbox"] {
    margin-top: 5px;
  }
  body .geo-news-panel input[type="radio"],
  body .geo-news-panel input[type="checkbox"] {
    margin-top: 0;
    vertical-align: sub;
  }
  body .geo-news-panel .column-category-vertical span {
    font-size: 14px;
  }
  body .geo-news-panel hr {
    border-top: 1px solid #424242;
  }
  body .geo-news-panel .btn-primary {
    background-color: #20409a !important;
    border-color: #21409a !important;
    font-size: 15px;
    font-weight: 400;
  }
  .count-ifrmae {
    width: 100%;
    float: right;
    margin-bottom: 0;
  }
  body {
    font-weight: 300;
    font-size: 100%;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    direction: rtl;
    text-align: right;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.4em;
  }
  a:hover {
    color: #21409a !important;
    text-decoration: none;
  }
  .geo-news-panel.slide-bell.bell-section {
    display: none !important;
  }
  .geo-news-panel.fixed-side-button {
    right: -400px !important;
    -webkit-transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
    -ms-transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
    transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
  }
  .geo-news-panel.fixed-side-button.open {
    right: 0 !important;
  }
  .grayScale {
    filter: gray;
    -webkit-filter: grayscale(100%);
  }
  .top-head-bell-responsive {
    background-color: #f7941e !important;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-left: 0;
    margin-top: 12px;
    margin-bottom: 4px;
    margin-right: 10px;
    display: none;
    text-align: center;
    padding-left: 0 !important;
  }
  .top-head-bell-responsive svg {
    -webkit-animation: ring 4s ease infinite;
    animation: ring 4s ease infinite;
    margin-top: 2px;
    width: 15px;
    height: 20px;
  }
  .top-head-bell-responsive svg path {
    fill: #fff;
  }
  .top-head-bell svg {
    -webkit-animation: ring 4s ease infinite;
    animation: ring 4s ease infinite;
    width: 30px;
    fill: #7a7a7a;
    margin-top: 4px;
  }
  grammarly-btn {
    display: none !important;
  }
  .border-top {
    background-color: #21409a;
    width: 100%;
    float: left;
    height: 3px;
    margin-bottom: 30px;
  }
  iframe.zoomed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .medium-zoom--open .medium-zoom-overlay {
    z-index: 9999 !important;
  }
  .medium-zoom-image--open {
    z-index: 99999 !important;
  }
  .loader-geonews {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    z-index: 9999999999;
  }
  .loader-geonews .loader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .loader-geonews .loader-inner .logo-content {
    background: url(https://urdu.geo.tv/assets/front/images/geo-loader.gif)
      no-repeat;
    background-size: 100% 100%;
    width: 100px;
    height: 100px;
  }
  .offline-mode-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #222;
    z-index: 14;
    padding: 0 15px;
    color: #fff;
    line-height: 34px;
    font-size: 12px;
    vertical-align: top;
  }
  .offline-mode-container span {
    vertical-align: top;
  }
  .offline-mode-container span .retry-btn {
    color: #f7941e;
    float: right;
    text-transform: capitalize;
    font-weight: bold;
  }
  .offline-mode-container span .retry-btn .ink {
    display: none;
  }
  .offline-mode-container span svg {
    vertical-align: middle;
    margin-right: 10px;
  }
  .offline-mode-container span svg path {
    fill: #f7941e;
  }
  .fimage {
    display: none;
  }
  .jtaSidebar-cont {
    float: right;
    width: 300px;
    height: 100%;
    margin-top: 20px;
  }
  .loaderP {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 50%,
      #fff 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 50%,
      #fff 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
    z-index: 9;
  }
  .ads-bg {
    padding: 22px 0;
    background-color: transparent !important;
  }
  .pos-rel {
    position: relative;
  }
  .pos-abs {
    position: absolute;
    bottom: 0;
  }
  .pos-fix {
    position: fixed;
    top: 0;
    z-index: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .stick {
    position: fixed;
    bottom: 0;
    width: 310px;
    z-index: 1;
  }
  .homebg {
    background-color: #fff;
  }
  .homebg section {
    margin: 0 0 30px 0;
  }
  .cat {
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
  }
  .featured {
    background-color: #20409a;
    color: #fff;
  }
  .world {
    background-color: #1877b6;
    color: #fff;
  }
  .pakistan {
    background-color: #137f39;
    color: #fff;
  }
  .sports {
    background-color: #21409a;
    color: #fff;
  }
  .business {
    background-color: #e27a00;
    color: #fff;
  }
  .entertainment {
    background-color: #e27a00;
    color: #fff;
  }
  .acc-feat {
    background-color: #ddd !important;
    border-bottom: 1px solid #eee;
    border-top: 4px solid #21409a;
  }
  .acc-feat a {
    color: #000 !important;
  }
  .acc-top {
    background-color: #ddd !important;
    border-bottom: 1px solid #eee;
    border-top: 4px solid #21409a;
  }
  .acc-top a {
    color: #000 !important;
  }
  .acc-top a:hover {
    color: #000 !important;
  }
  .acc-mustwatch {
    background-color: #ddd !important;
    border-bottom: 1px solid #eee;
    border-top: 4px solid #21409a;
  }
  .text-entertainment {
    color: #21409a;
  }
  .text-entertainment a {
    color: #741784;
  }
  .text-opinion {
    color: #20409a;
  }
  .text-opinion a {
    color: #20409a;
  }
  .text-sports {
    color: #f82626;
  }
  .text-sports a {
    color: #f82626;
  }
  .text-pakistan {
    color: #137f39;
  }
  .text-pakistan a {
    color: #137f39;
  }
  .text-world {
    color: #1877b6;
  }
  .text-world a {
    color: #1877b6;
  }
  .text-business {
    color: #e27a00;
  }
  .text-business a {
    color: #e27a00;
  }
  .time-icon {
    width: 13px !important;
  }
  .readmoreDivNew {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
  }
  .readmoreDivNew a {
    background: #0d3570;
    color: #fff;
    padding: 5px 10px 8px;
    width: 100%;
    display: block;
    font-size: 14px;
  }
  .readmoreDivNew a:hover {
    color: #ea7819 !important;
  }
  .readmoreDivNew .disclaimerTitleDiv {
    text-align: center;
    margin: 20px 0 0;
    display: inline-block;
    width: 100%;
  }
  .readmoreDivNew .disclaimerTitleDiv a {
    background: #0088d6;
    color: #fff;
    padding: 9px 22px 11px;
  }
  .panama_clarification {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .panama_clarification a {
    background: #0d3570;
    color: #fff;
    padding: 5px 10px 8px;
  }
  .panama_clarification h2 {
    margin: 0 !important;
    padding: 10px 5px !important;
    line-height: 23px !important;
    font-size: 19px !important;
    background: #0b3367 !important;
    color: #fff;
    text-align: center;
  }
  .panama_clarification .content_panama {
    padding: 10px 8px !important;
    background: #fff;
    border: 1px solid #efefef;
  }
  .panama_clarification .content_panama p {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
  .panama_clarification ul {
    margin: 0;
    padding: 0;
  }
  .panama_clarification ul li {
    text-align: left;
    list-style: none;
    position: relative;
  }
  .panama_clarification ul li h3 {
    margin-left: 20px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .panama_clarification ul li a {
    background-color: transparent;
    color: #000;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
  }
  .panama_clarification ul li:before {
    background: #df0913;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    content: "";
    height: 7px;
    position: absolute;
    top: 5px;
    width: 7px;
    border: 1px solid #b41821;
  }
  .panama_clarification .readmoreDiv a {
    background: #0d3570;
    color: #fff;
    padding: 5px 10px 8px;
    width: 100%;
    float: left;
    font-size: 18px;
  }
  .panama_clarification .readmoreDiv a:hover {
    color: #ea7819 !important;
  }
  #disclaimer {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 10px 0 0 0;
    width: 100%;
    float: left;
  }
  .leftOverlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    display: none;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .geo-news-panel .category-body {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .geo-news-panel .column-category-vertical {
    background: transparent !important;
  }
  .geo-news-panel.fixed-side-button {
    background: url(https://urdu.geo.tv/assets/front/images/menu-bg.jpg) top right
      no-repeat !important;
    background-size: cover;
    border: 0;
  }
  .el__storyhighlights_wrapper {
    background-color: #f9f9f9;
    padding: 5px 10px;
  }
  .el__storyhighlights_wrapper h2 {
    font-size: 20px;
    text-align: right;
  }
  .el__storyhighlights_wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .el__storyhighlights_wrapper ul li {
    border-right: 3px solid #21409a;
    list-style: none;
    padding: 6px;
    text-align: right;
    direction: rtl;
    font-size: 18px !important;
    padding-right: 10px !important;
    line-height: 2 !important;
  }
  .el__storyhighlights_wrapper ul li a {
    color: #21409a;
    padding-left: 8px;
    display: block;
  }
  .btArticleSideMeta {
    text-align: center;
  }
  .btArticleSideMeta .btClear {
    clear: both;
    display: inline-block;
  }
  .btArticleSideMeta .btClear .dash {
    display: block;
  }
  .btArticleSideMeta .btClear .btSubTitle .btArticleAuthor {
    display: block;
    clear: both;
    line-height: 3em;
  }
  .btArticleSideMeta .btClear .btSubTitle .btArticleAuthor img {
    margin: 0 auto;
    max-width: 120px;
    width: 100%;
    height: auto;
    display: block;
    float: none;
    border-radius: 50%;
  }
  .btArticleSideMeta .btClear .btSubTitle .btArticleAuthor:after {
    border-color: rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    width: 100%;
    clear: both;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .btArticleSideMeta .btClear .btSubTitle .btArticleDate {
    display: block;
    clear: both;
    line-height: 3em;
  }
  .btArticleSideMeta .btClear .btSubTitle .btArticleReadingTime {
    margin: 0 0.909em;
    display: inline-block;
    opacity: 0.8;
    text-transform: none;
  }
  .btArticleSideMeta .btClear .btSubTitle .btArticleReadingTime:before {
    margin-right: 5px;
  }
  .btArticleSideMeta .btClear .btSubTitle .btArticleReadingTime span {
    margin-left: 2px;
    display: inline-block;
  }
  .btArticleSideMeta .btClear .btSubTitle .category {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 37px;
  }
  .btArticleSideMeta .btClear .btSubTitle .post-time {
    color: #595959;
    font-size: 1.4em;
    float: left;
    font-weight: 400;
    width: 100%;
    height: 45px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  .btArticleSideMeta .btClear .btSubTitle .post-time span {
    width: 12px;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
  }
  .btArticleSideMeta .btClear .btSubTitle .author_title_img {
    float: left;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 15px;
  }
  .btArticleSideMeta .btClear .btSubTitle .author_title_img img {
    border-radius: 50%;
    float: left;
    margin-right: 2%;
    background-color: #ccc;
    height: 40px;
    text-align: center;
    line-height: 52px;
    border: 1px solid #ccc;
    margin: 0 auto;
    max-width: 70px;
    width: 100%;
    height: auto;
    display: block;
    float: none;
  }
  .btArticleSideMeta .btClear .btSubTitle .author_title_img .author_agency {
    font-weight: 700;
    line-height: 41px;
    font-size: 1.4em;
  }
  .btArticleSideMeta .btClear .btSubTitle .author_title_img a {
    color: #20409a;
    font-weight: 700;
    line-height: 42px;
    font-size: 12px;
  }
  .btArticleSideMeta .btClear .btSubTitle .by_author {
    display: none;
  }
  .btArticleSideMeta .btClear .btSubTitle .author_seperator {
    display: none;
  }
  .btArticleSideMeta .detail-share-btIco {
    font-size: 1.3em;
    float: left;
    font-weight: 500;
    width: 100%;
    height: 45px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  .btArticleSideMeta .detail-share-btIco .btIco {
    margin-right: 0.25em;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .btArticleSideMeta .detail-share-btIco .btIco.btn-share--whatsapp {
    display: none !important;
  }
  .btArticleSideMeta .detail-share-btIco .btIco a {
    display: block;
  }
  .btArticleSideMeta .detail-share-btIco .btIco img {
    display: inline-block;
    width: 30px;
  }
  .btArticleSideMeta .btTags {
    padding: 1em 0 0.2em;
    margin: 0 0 1em;
    text-align: center;
    border-bottom: 1px solid #efefef;
    width: 100%;
    float: left;
  }
  .btArticleSideMeta .btTags ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .btArticleSideMeta .btTags ul li {
    float: none;
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  .btArticleSideMeta .btTags ul li a {
    display: inline-block;
    float: left;
    padding: 4px;
    text-transform: capitalize;
    margin: 0 0.3em 0.3em 0;
    font-size: 1.2em;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
    color: #000;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
  }
  .a-header__share {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .a-header__share span {
    font-size: 1.4em;
    float: left;
    margin: 7px 10px 7px 0;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
  }
  .a-header__share a {
    width: 35px;
    float: left;
    margin-left: 5px;
  }
  .a-header__share a.btn-share--whatsapp {
    display: none;
  }
  .live-btn {
    float: right;
    background-color: #fff;
    display: inline-block;
    padding: 7px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
  }
  .live-btn a {
    color: #000;
    line-height: 25px;
  }
  .live-btn .icon {
    width: 22px;
    float: left;
    margin-right: 10px;
    margin-top: -2px;
  }
  .live-btn.radio-btn .played #text-blink {
    color: #4caf50;
    -webkit-animation: inherit;
    animation: inherit;
  }
  .live-btn #text-blink {
    color: #ed283c;
    font-size: 2em;
    font-weight: 600;
  }
  @-webkit-keyframes blink {
    to {
      visibility: hidden;
    }
  }
  @keyframes blink {
    to {
      visibility: hidden;
    }
  }
  .live-btn span {
    float: right;
    margin-right: 0;
    margin-top: -14px;
    color: #ed283c;
    font-size: 2em;
    width: auto;
    -webkit-animation: blink 2s steps(5, start) infinite;
    animation: blink 2s steps(5, start) infinite;
  }
  .about {
    float: right;
  }
  .about .btn-default {
    color: #000;
    background-color: #ececec;
    border-color: #ececec;
  }
  .about .btn {
    padding: 2px 12px;
  }
  .about .btn-group.open .dropdown-toggle {
    box-shadow: none !important;
  }
  .about ul li {
    width: 100%;
  }
  .about ul li a::after {
    content: "";
    border-left: 1px solid #fff !important;
    display: inline-block;
    height: 12px;
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    vertical-align: middle;
  }
  header {
    background-color: #fff;
    padding: 5px 0 0;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
    margin-bottom: 20px;
    box-shadow: 5px 5px 5px rgba(80, 80, 80, 0.14);
    width: 100%;
    float: right;
  }
  header #open-nav {
    display: none;
  }
  header #close-nav {
    display: none;
  }
  header .logo-blck {
    display: block;
    float: right;
    width: 150px;
  }
  header .logo-blck img {
    width: 150px;
  }
  header .logo-white {
    display: none;
    float: right;
    width: 150px;
  }
  header .logo-white img {
    width: 150px;
  }
  header nav {
    float: right;
    width: 100%;
  }
  header nav ul.menu {
    padding: 0;
    width: 100%;
    display: inline-block;
  }
  header nav ul.menu li {
    list-style-type: none;
    display: block;
    padding: 1em 0;
    display: inline-block;
  }
  header nav ul.menu li a {
    color: #7a7a7a;
    padding: 5px 13px;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 400;
    line-height: 29px;
  }
  header nav ul.menu li a:hover {
    background-color: #f7941e;
    color: #fff !important;
    text-decoration: none;
  }
  header nav ul.menu li.active a {
    background-color: #f7941e;
    color: #fff !important;
  }
  header nav ul.menu li img {
    width: 70px;
  }
  header nav ul.menu li .glyphicon-home {
    font-size: 16px;
  }
  header nav ul.menu li:first-child {
    padding: 9px 0 5px 30px;
  }
  header nav ul.menu li:first-child a {
    padding: 0;
  }
  header nav ul.menu li:first-child a:hover {
    background-color: transparent;
  }
  header nav ul.menu li:nth-child(4) a {
    color: #f00;
  }
  header nav ul.menu li:nth-child(4) a:hover {
    background-color: transparent;
    color: #f00 !important;
  }
  header nav ul.menu li:last-child {
    padding: 9px 30px 5px 0;
  }
  header nav ul.menu li:last-child a {
    padding: 0;
  }
  header nav ul.menu li:last-child a:hover {
    background-color: transparent;
  }
  header nav ul.menu .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    margin-top: 3px;
    text-align: left;
  }
  header nav ul.menu .dropdown-menu li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #eee;
  }
  header nav ul.menu .dropdown-menu li a {
    width: 100%;
  }
  header nav ul.menu .dropdown-menu li:last-child {
    border: 0;
  }
  header nav ul.menu .button-dropdown {
    position: relative;
  }
  header nav ul.menu .button-dropdown span {
    float: right;
    width: 10px;
  }
  header nav ul.menu .button-dropdown .dropdown-black {
    display: block;
  }
  header nav ul.menu .button-dropdown .dropdown-white {
    display: none;
  }
  header .header-right {
    float: left;
  }
  header .header-right ul {
    padding: 0;
  }
  header .header-right ul li {
    list-style: none;
    position: relative;
    margin: 0;
    display: inline-block;
    float: left;
  }
  header .header-right ul li .search .icon-search-container {
    display: inline-block;
    position: relative;
    -webkit-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out;
    width: 30px;
  }
  header
    .header-right
    ul
    li
    .search
    .icon-search-container.active
    .fa-times-circle {
    opacity: 1;
  }
  header .header-right ul li .search .icon-search-container.active .search-input {
    width: 200px;
    border: 1px solid #ccc;
    right: 20px;
    background-color: #fff;
  }
  header .header-right ul li .search .icon-search-container .fa-search-black {
    position: absolute;
    top: 4px;
    right: 0;
    cursor: pointer;
    width: 17px;
    display: inline-block;
  }
  header .header-right ul li .search .icon-search-container .fa-search-white {
    position: absolute;
    top: 4px;
    right: 0;
    cursor: pointer;
    width: 17px;
    display: none;
  }
  header .header-right ul li .search .icon-search-container .search-input {
    position: absolute;
    cursor: default;
    right: 45px;
    top: 0;
    width: 0;
    padding: 5px;
    border: none;
    outline: none;
    font-size: 18px;
    line-height: 20px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out;
    z-index: 20;
  }
  header .header-right ul li .live-btn {
    background-color: transparent;
    display: inline-block;
    padding: 7px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    margin-top: 7px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
  }
  header .header-right ul li .live-btn a {
    color: #000;
    line-height: 25px;
  }
  header .header-right ul li .live-btn .icon {
    width: 22px;
    float: right;
    margin-left: 10px;
    margin-top: -2px;
  }
  header .header-right ul li .live-btn #text-blink {
    color: #ed283c;
    font-size: 2em;
    font-weight: 600;
  }
  @-webkit-keyframes blink {
    to {
      visibility: hidden;
    }
  }
  @keyframes blink {
    to {
      visibility: hidden;
    }
  }
  header .header-right ul li .live-btn span {
    float: left;
    margin-right: 0;
    margin-top: -14px;
    color: #ed283c;
    font-size: 2em;
    width: auto;
    -webkit-animation: blink 2s steps(5, start) infinite;
    animation: blink 2s steps(5, start) infinite;
  }
  header .header-right ul li .urdu-btn {
    background-color: #112661;
    display: inline-block;
    padding: 8px 16px;
    margin: 0 14px 0 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 7px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
  }
  header .header-right ul li .urdu-btn a {
    color: #fff;
    line-height: 25px;
  }
  header .header-right ul li .about {
    margin-top: 7px;
  }
  header .header-right ul li .about .btn-default {
    padding: 10px;
    background-color: transparent;
  }
  header .header-right ul.dropdown-menu {
    left: inherit;
    right: 0;
  }
  header .header-social {
    float: right;
    margin-left: 5px;
  }
  header .header-social ul {
    margin: 0;
    padding: 0;
  }
  header .header-social ul li {
    list-style: none;
    width: 20px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
  }
  header .header-social ul li .fb-white {
    display: none;
  }
  header .header-social ul li .fb-black {
    display: black;
  }
  header .header-social ul li:first-child {
    width: 10px;
  }
  header .mobile-header {
    display: none;
    width: 100%;
    margin: 10px 0 0 0;
  }
  header .mobile-header .mobile-left {
    width: 18%;
    float: right;
  }
  header .mobile-header .mobile-left .mobile-nav {
    display: block;
    float: right;
  }
  header .mobile-header .mobile-left .mobile-nav .mob-menu-icon {
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    display: block;
    margin-top: 14px;
  }
  header .mobile-header .mobile-left .mobile-nav .mob-menu-icon .mob-blue-icon {
    display: block;
    width: 30px;
  }
  header .mobile-header .mobile-left .mobile-nav .mob-menu-icon .mob-white-icon {
    display: none;
  }
  header .mobile-header .mobile-left .mobile-nav .mob-menu-icon .mob-green-icon {
    display: none;
  }
  header .mobile-header .mobile-header-left .logo {
    width: 10%;
    margin: 0 auto;
  }
  header .mobile-header .header-right ul li .live-btn {
    padding: 0;
    background-color: transparent;
  }
  header .mobile-header .header-right ul li .live-btn a {
    color: #000;
  }
  header .mobile-header .header-right ul li .live-btn a span {
    float: right;
    margin-right: 0;
    margin-top: -14px;
    color: #ed283c;
    font-size: 2em;
    width: auto;
    -webkit-animation: blink 2s steps(5, start) infinite;
    animation: blink 2s steps(5, start) infinite;
  }
  header .mobile-header .header-right ul li .live-btn a span #text-blink {
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
  }
  @-webkit-keyframes blink {
    to {
      visibility: hidden;
    }
  }
  @keyframes blink {
    to {
      visibility: hidden;
    }
  }
  header .mobile-header .mobile-message {
    width: 33%;
    float: left;
  }
  header .desktop-header .header_top {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
  }
  header .desktop-header .header_top .h_top_left {
    float: left;
    width: 350px;
    margin-top: 15px;
  }
  header .desktop-header .header_top .h_top_left .dropdown {
    color: #fff;
    float: right;
    width: 100%;
  }
  header .desktop-header .header_top .h_top_left .dropdown span {
    margin-left: 10px;
  }
  header .desktop-header .header_top .h_top_left .dropdown .dropdown-toggle {
    width: 66px;
    float: right;
    background-color: #ed283c;
    padding: 5px 14px;
    margin-left: 6px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
  }
  header
    .desktop-header
    .header_top
    .h_top_left
    .dropdown
    .trending
    .trending-overflow {
    height: 31px;
  }
  header
    .desktop-header
    .header_top
    .h_top_left
    .dropdown
    .trending
    .trending-overflow
    ul {
    margin-top: 2px;
    padding-bottom: 3px;
    width: 100%;
  }
  header
    .desktop-header
    .header_top
    .h_top_left
    .dropdown
    .trending
    .trending-overflow
    ul
    li {
    list-style: none;
    width: auto;
    display: inline-block;
    float: none;
    margin-right: 10px;
  }
  header
    .desktop-header
    .header_top
    .h_top_left
    .dropdown
    .trending
    .trending-overflow
    ul
    li
    a {
    display: inline-block;
    padding: 0;
  }
  header .desktop-header .header_top .h_top_left .dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  header
    .desktop-header
    .header_top
    .h_top_left
    .dropdown
    .trending-overflow
    span {
    display: none;
  }
  header .desktop-header .header_top .h_top_left .dropdown ul {
    padding: 0;
    margin: 0;
  }
  header .desktop-header .header_top .h_top_left .dropdown ul li {
    width: 100%;
    float: right;
  }
  header .desktop-header .header_top .h_top_left .dropdown ul li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 700;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }
  header .desktop-header .header_top .search {
    width: 156px;
    float: left;
    border: 1px solid #ccc;
    margin-top: -4px;
  }
  header .desktop-header .header_top .search .form-control {
    border: 0;
    padding: 6px 0;
    color: #000;
    background-color: transparent;
  }
  header .desktop-header .header_top .search .form-control:focus {
    box-shadow: none;
  }
  header
    .desktop-header
    .header_top
    .search
    #imaginary_container
    .input-group-addon {
    background-color: transparent;
    border: 0;
    padding: 6px 0;
  }
  header
    .desktop-header
    .header_top
    .search
    #imaginary_container
    .stylish-input-group
    button {
    border: 0;
    background: transparent;
  }
  header
    .desktop-header
    .header_top
    .search
    #imaginary_container
    .glyphicon-search:before {
    content: "\e003";
    color: #333;
  }
  header .desktop-header .header_top .h_top_center {
    text-align: center;
    float: left;
    width: 100%;
  }
  header .desktop-header .header_top .h_top_center .logo-blck {
    display: block;
    float: none;
    width: auto;
  }
  header .desktop-header .header_top .h_top_center .logo-blck img {
    width: 150px;
  }
  header .desktop-header .header_top .h_top_right {
    float: left;
    width: 500px;
    margin-top: 15px;
  }
  header .desktop-header .header_top .h_top_right .header-right {
    float: left;
  }
  header .desktop-header .header_top .h_top_right .header-right ul {
    padding: 0;
  }
  header .desktop-header .header_top .h_top_right .header-right ul li {
    list-style: none;
    position: relative;
    margin: 0 6px 0 0;
    display: inline-block;
    float: left;
    padding: 0;
  }
  header .desktop-header .header_top .h_top_right .header-right ul li .live-btn {
    background-color: transparent;
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0;
    border-radius: 4px;
    margin-top: 0;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
  }
  header
    .desktop-header
    .header_top
    .h_top_right
    .header-right
    ul
    li
    .live-btn
    a {
    color: #000;
    line-height: 25px;
  }
  header
    .desktop-header
    .header_top
    .h_top_right
    .header-right
    ul
    li
    .live-btn
    .icon {
    width: auto;
    float: left;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
  }
  header
    .desktop-header
    .header_top
    .h_top_right
    .header-right
    ul
    li
    .live-btn
    #text-blink {
    color: #ed283c;
    font-size: 2em;
    font-weight: 600;
  }
  @-webkit-keyframes blink {
    to {
      visibility: hidden;
    }
  }
  @keyframes blink {
    to {
      visibility: hidden;
    }
  }
  header
    .desktop-header
    .header_top
    .h_top_right
    .header-right
    ul
    li
    .live-btn
    span {
    float: right;
    margin-left: -7px;
    margin-top: -22px;
    color: #ed283c;
    font-size: 2em;
    width: auto;
    -webkit-animation: blink 2s steps(5, start) infinite;
    animation: blink 2s steps(5, start) infinite;
  }
  header
    .desktop-header
    .header_top
    .h_top_right
    .header-right
    ul
    li
    .h_video_icon {
    width: 21px;
    margin-top: 4px;
  }
  header
    .desktop-header
    .header_top
    .h_top_right
    .header-right
    ul
    li
    .h_schedule_icon {
    width: 21px;
    margin-top: 4px;
  }
  header .desktop-header .header_top .h_top_right .header-right ul.dropdown-menu {
    left: inherit;
    right: 0;
  }
  header .desktop-header .header_bottom {
    width: 100%;
    float: right;
    height: 48px;
    text-align: center;
  }
  header .desktop-header .header_bottom .h_b_logo {
    display: none;
  }
  header .desktop-header .header_bottom.green {
    background-color: #fff;
    position: fixed;
    width: 100%;
    display: inline-block;
    z-index: 1000;
    top: 0;
    box-shadow: 5px 5px 5px rgba(80, 80, 80, 0.14);
  }
  header .desktop-header .header_bottom.green .h_b_logo {
    display: block;
    width: 28px;
    float: right;
    margin: 10px 0 5px 0;
  }
  header .desktop-header .header_bottom.green nav {
    width: 96%;
  }
  header .desktop-header .header_bottom.green nav ul li a {
    color: #000;
  }
  header .desktop-header .header_bottom.green .header-social {
    float: right;
    margin-left: 5px;
  }
  header .desktop-header .header_bottom.green .header-social ul {
    margin: 0;
    padding: 0;
  }
  header .desktop-header .header_bottom.green .header-social ul li {
    list-style: none;
    width: 20px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
  }
  header .desktop-header .header_bottom.green .header-social ul li .fb-white {
    display: block;
  }
  header .desktop-header .header_bottom.green .header-social ul li .fb-black {
    display: none;
  }
  header .desktop-header .header_bottom.green .header-social ul li:first-child {
    width: 10px;
  }
  header
    .desktop-header
    .header_bottom.green
    nav
    ul.menu
    .button-dropdown
    .dropdown-black {
    display: none;
  }
  header
    .desktop-header
    .header_bottom.green
    nav
    ul.menu
    .button-dropdown
    .dropdown-white {
    display: block;
  }
  header .desktop-header .header_bottom.green nav ul .dropdown-menu {
    background-color: #20409a;
  }
  .detail-ent {
    font-size: 1.3em;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
  }
  .detail-ent:before {
    content: "";
    border-left: 4px solid #21409a;
    display: inline-block;
    height: 17px;
    margin: -2px 0 0 0;
    padding: 0 0 0 2px;
    vertical-align: middle;
  }
  .cat-label {
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 9px;
    text-transform: capitalize;
    padding: 5px;
    right: 6px;
    margin-right: 0;
    position: absolute;
    top: 6px;
    z-index: 3;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
  }
  .button-border {
    padding: 0 10px;
    line-height: 21px;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none !important;
    transition: 0.5s box-shadow ease;
    -webkit-transition: 0.5s box-shadow ease;
    -ms-transition: 0.5s box-shadow ease;
    color: #000;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06);
    float: left;
    font-weight: 400;
    background-color: #fff;
  }
  .breaking-area .breaking_title {
    margin: 0 0 20px 0;
    font-size: 5em;
    line-height: 48px;
    font-weight: 600;
  }
  .breaking-area .breaking_title a {
    color: #333;
  }
  .breaking-area .storyhighlights ul {
    margin: 0;
    padding: 0;
  }
  .breaking-area .storyhighlights ul li {
    list-style: none;
    position: relative;
    width: 100%;
    float: left;
    border-top: 1px solid #2c2c2c;
  }
  .breaking-area .storyhighlights ul li .entry-title {
    margin-left: 20px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
  }
  .breaking-area .storyhighlights ul li .entry-title a {
    color: #fff;
    cursor: auto;
  }
  .breaking-area .storyhighlights ul li .entry-title a:hover {
    color: #000;
  }
  .breaking-area .storyhighlights ul li:before {
    background: #df0913;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    content: "";
    height: 7px;
    position: absolute;
    top: 14px;
    width: 7px;
    border: 1px solid #b41821;
  }
  .breaking-area .storyhighlights.scrollbarbreaking {
    height: 450px;
    overflow-y: auto;
    padding: 10px;
  }
  .breaking-area .storyhighlights.scrollbarbreaking .force-overflow {
    min-height: 235px;
  }
  .breaking-area .storyhighlights.scrollbarbreaking .recent_text {
    color: #f7941e;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .breaking-area .breakingLeftArea {
    padding: 0;
  }
  .breaking-area .breakingRightArea {
    padding: 0;
  }
  .breaking-area .breaking_text {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .breaking-area .breaking_text .bt {
    background-color: #c60001;
    padding: 2px 5px;
    float: left;
  }
  .breaking-area .breaking_text .nt {
    background-color: #21409a;
    padding: 2px 5px;
    float: left;
  }
  .breaking-area .live-blink {
    position: relative;
    top: 0;
    left: 0;
  }
  .breaking-area h1 {
    margin-top: 5px;
  }
  .live-blink {
    background-color: #de0000;
    display: inline-block;
    position: absolute;
    top: 3%;
    right: 4%;
    padding: 2px 13px;
    border-radius: 5px;
    -webkit-animation: blink-animation 5s steps(5, start) infinite;
    animation: blink-animation 5s steps(5, start) infinite;
  }
  .live-blink #doot {
    font-size: 2.4em;
    font-weight: 700;
    line-height: 0;
    margin-top: -7px;
    display: inline-block;
    position: relative;
    top: -2px;
    color: #fff;
  }
  .live-blink #text-blink {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }
  @-webkit-keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
  @keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
  .mb5 {
    margin-bottom: 5px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .mb40 {
    margin-bottom: 40px;
    width: 100%;
    float: left;
  }
  .mt20 {
    margin-top: 20px;
  }
  .block {
    position: relative;
  }
  .block a {
    font-size: 0.55em;
    font-weight: 500;
    color: #fff;
  }
  .block a img {
    width: 100%;
  }
  .block a .text-hed-wrap {
    background: -webkit-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.9) 0,
      rgba(0, 0, 0, 0.02) 100%
    );
    background: -webkit-linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.9) 0,
      rgba(0, 0, 0, 0.02) 100%
    );
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.9) 0,
      rgba(0, 0, 0, 0.02) 100%
    );
    bottom: 0;
    left: 0;
    padding: 0 10px 10px 10px;
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
  }
  .block a .text-hed-wrap h2 {
    line-height: 21px;
    float: left;
    width: 100%;
    margin: 0;
    font-size: 2.6em;
    text-align: right;
  }
  .block a .main-heading {
    display: inline-block;
    background-color: transparent;
    bottom: 0;
    left: 0;
    padding: 0 10px 100px 3px;
    z-index: 10;
    width: 100%;
    text-align: left;
    background: -webkit-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.7) 0,
      rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.7) 0,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.7) 0,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .block a .main-heading h2 {
    line-height: 28px;
    float: left;
    width: 100%;
    margin: 0;
    font-size: 4em;
    text-align: right;
  }
  .block a .main-heading-video {
    display: inline-block;
    background-color: transparent;
    bottom: 0;
    left: 0;
    padding: 0 10px 3px;
    position: absolute;
    z-index: 10;
    width: 100%;
    text-align: left;
    background: -webkit-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.7) 0,
      rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.7) 0,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.7) 0,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .block a .main-heading-video span {
    width: 11%;
    float: left;
    margin-right: 10px;
  }
  .block a .main-heading-video h2 {
    line-height: 24px;
    float: left;
    width: 100%;
    margin: 0;
    font-size: 3.3em;
    text-align: right;
  }
  .block a:hover .middle {
    opacity: 1;
  }
  .block::before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .block .middle {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    bottom: 0;
  }
  .block .middle .text {
    color: #fff;
    padding: 0 10px 10px 10px;
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.7) 0,
      rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.7) 0,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.7) 0,
      rgba(0, 0, 0, 0) 100%
    );
    z-index: 100;
    line-height: 24px;
    float: left;
    width: 100%;
    margin: 0;
    font-size: 3.3em;
  }
  .block .middle .video-icon-hover {
    position: absolute;
    max-width: 100%;
    width: 40px !important;
    z-index: 10;
    left: 10px;
    top: 10px;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    display: inline-block;
    opacity: 0.5;
  }
  .cat-block {
    position: relative;
  }
  .cat-block a {
    font-size: 0.55em;
    font-weight: 500;
    color: #fff;
  }
  .cat-block a img {
    width: 100%;
  }
  .cat-block a .text-hed-wrap {
    bottom: 0;
    left: 0;
    padding: 0 10px 5px 10px;
    position: absolute;
    z-index: 10;
    display: block;
  }
  .cat-block a .text-hed-wrap h2 {
    line-height: 21px;
    float: left;
    width: 100%;
    margin: 0;
    font-size: 2.6em;
  }
  .cat-block a .main-heading {
    display: inline-block;
    background-color: transparent;
    bottom: 20px;
    left: 0;
    padding: 0 10px 3px;
    z-index: 10;
    width: 100%;
    text-align: left;
  }
  .cat-block a .main-heading h2 {
    line-height: 26px;
    float: left;
    width: 100%;
    margin: 0;
    font-size: 2.8em;
  }
  .cat-block a .main-heading h2 span {
    position: relative;
    top: 2px;
    left: -1px;
    padding: 1px;
    box-shadow: 5px 0 0 #000, -5px 0 0 #000;
    background-color: #fff;
    box-decoration-break: clone;
    padding: 4px;
    box-shadow: 12px 0 0 #000, -5px 0 0 #000;
    background-color: #000;
  }
  .cat-block a .main-heading-video {
    display: inline-block;
    background-color: transparent;
    bottom: 0;
    left: 0;
    padding: 0 10px 3px;
    position: absolute;
    z-index: 10;
    width: 100%;
    text-align: left;
  }
  .cat-block a .main-heading-video span {
    width: 11%;
    float: left;
    margin-right: 10px;
  }
  .cat-block a .main-heading-video h2 {
    line-height: 21px;
    float: left;
    width: 85%;
    margin: 0;
    font-size: 2.6em;
  }
  .cat-block a:hover .middle {
    opacity: 1;
  }
  .cat-block a:hover .main-heading h2 span {
    box-shadow: 5px 0 0 #212121, -5px 0 0 #212121;
    background-color: #fff;
    box-decoration-break: clone;
    padding: 4px;
    box-shadow: 12px 0 0 #212121, -5px 0 0 #212121;
    background-color: #212121;
  }
  .cat-block a:hover .video-icon {
    display: none;
  }
  .cat-block a:hover .main-heading-video {
    display: none;
  }
  .cat-block .middle {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    bottom: 0;
  }
  .cat-block .middle .text {
    color: #fff;
    font-size: 3em;
    line-height: 25px;
    padding: 16px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 100;
  }
  .video-icon {
    position: absolute;
    max-width: 100%;
    width: 40px !important;
    z-index: 100;
    left: 15px;
    top: 5px;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    display: inline-block;
  }
  .video-accordion .scrollbar {
    height: 300px;
    overflow-y: scroll;
  }
  .video-accordion .scrollbar .force-overflow {
    min-height: 450px;
  }
  .video-accordion .scrollbar h5 {
    font-size: 2.5em;
    font-weight: 600;
    text-transform: uppercase;
  }
  .video-accordion ul {
    margin: 0;
    padding: 0;
  }
  .video-accordion ul li {
    list-style: none;
    width: 100%;
    float: left;
    border-bottom: 1px solid #3b3c3c;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .video-accordion ul li:last-child {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .video-accordion ul li a {
    color: #000;
  }
  .video-accordion ul li h2 {
    margin: 0;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 19px;
    width: 90%;
    float: right;
  }
  .video-accordion ul li .play-icon {
    width: 9%;
    float: right;
    margin-right: 1%;
  }
  .video-accordion .panel-heading.active {
    background-color: #204095;
  }
  .video-accordion .panel-heading.active a {
    color: #fff;
  }
  .video-accordion .panel-heading.active a::before {
    content: url("https://urdu.geo.tv/assets/front/images/expand.svg") !important;
  }
  .video-accordion .panel-heading a {
    color: #fff;
    text-decoration: none;
  }
  .video-accordion .panel-heading a::before {
    content: url("https://urdu.geo.tv/assets/front/images/collapse.svg");
  }
  .video-accordion .panel-title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    padding: 10px;
    color: #000;
  }
  .video-accordion .panel-title.vpht {
    color: #fff;
  }
  .video-accordion.videoPageAccordion .scrollbar {
    height: 160px;
    overflow-y: scroll;
  }
  .trending {
    width: 100%;
    float: left;
    margin-bottom: 13px;
  }
  .trending .trending-overflow {
    white-space: nowrap;
    height: 40px;
    overflow: hidden;
  }
  .trending .trending-overflow span {
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 34px;
    float: right;
    background-color: #21409a;
    width: 85px;
    webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    text-align: center;
  }
  .trending .trending-overflow span img {
    width: 20px;
    margin-left: 7px;
  }
  .trending .trending-overflow ul {
    padding: 0;
    margin: 0;
    width: 85%;
    width: -webkit-calc(100% - 135px);
    width: -moz-cal(100% - 135px);
    width: calc(100% - 135px);
    overflow-y: auto;
    padding-bottom: 10px;
    float: right;
    margin-top: 10px;
  }
  .trending .trending-overflow ul li {
    list-style: none;
    margin-right: 15px;
    width: auto;
    display: inline;
    float: none;
  }
  .trending .trending-overflow ul li a {
    color: #000;
    font-size: 15px;
    padding: 0;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
  }
  .trending .trending-overflow ul li a:hover {
    color: #f7941e !important;
    text-decoration: none;
  }
  @keyframes blink {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  .trending .trending-overflow ul li:last-child a::after {
    display: none;
  }
  .trending .trending-overflow ul li::after {
    content: "";
    border-right: 1px solid #000;
    display: inline-block;
    height: 10px;
    margin: -2px 15px 0 0;
    vertical-align: middle;
  }
  .search #imaginary_container .input-group-addon {
    border: 0;
  }
  .search #imaginary_container .stylish-input-group button {
    border: 0;
    background: transparent;
  }
  .search #imaginary_container .glyphicon-search:before {
    content: "\e003";
    color: #fff;
  }
  .lb {
    margin: 20px 0 0 0;
  }
  .ads {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    background-color: #f9f9f9;
  }
  .ads img {
    max-width: 100%;
  }
  .ads-tittle {
    font-size: 10px;
    color: #fff;
    font-style: italic;
    text-transform: lowercase;
    margin-bottom: 5px;
    position: absolute;
    right: 0;
    padding: 2px;
    background-color: #000;
    top: 0;
  }
  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
  }
  .pagination strong {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    border: 1px solid #337ab7;
  }
  .pagination a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .text-center {
    text-align: center;
    clear: both;
  }
  .m-content {
    width: 100%;
    float: left;
  }
  .m-content .top-slider-area {
    margin: 0 0 0 0;
    width: 72%;
    width: -webkit-calc(100% - 318px);
    width: -moz-cal(100% - 318px);
    width: calc(100% - 318px);
    float: right;
  }
  .m-content .top-slider-area .padd-0 {
    padding: 0;
  }
  .m-content .top-slider-area .slider-area {
    background: #fff;
    border: 0;
    padding: 0;
  }
  .m-content .top-slider-area .slider-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .m-content .top-slider-area .slider-area ul li {
    float: left;
    position: relative;
    width: 100%;
  }
  .m-content .top-slider-area .slider-area ul li:first-child {
    margin-right: 2px;
  }
  .m-content .top-slider-area .slider-area ul li img {
    width: 100%;
  }
  .m-content
    .top-slider-area
    .slider-area
    ul
    li
    .slider-title-area
    span.category {
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    padding: 0 10px;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 3px;
    display: inline-block;
    text-align: center;
  }
  .m-content .top-slider-area .slider-area ul li .slider-title-area h1 {
    margin: 0 0 15px 0;
    color: #000;
    font-size: 3.5em;
    font-weight: 700;
    line-height: 40px;
    word-spacing: -3px;
    text-align: right;
  }
  .m-content .top-slider-area .slider-area ul li .slider-title-area h1 a {
    color: #000;
  }
  .m-content .top-slider-area .slider-area ul li a {
    display: block;
  }
  .m-content .top-slider-area .slider-area ul li .main-discription p {
    font-size: 20px;
  }
  .m-content .top-slider-area .slider-area ul li .main-discription .main-date {
    font-size: 14px;
    color: #9e9e9e;
    font-weight: 700;
    float: right;
    display: block;
  }
  .m-content
    .top-slider-area
    .slider-area
    ul
    li
    .main-discription
    .main-date:after {
    content: "";
    border-left: 1px solid #ccc;
    display: inline-block;
    height: 12px;
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    vertical-align: middle;
  }
  .m-content .top-slider-area .slider-area ul li .main-discription .author-name {
    float: none;
    font-size: 14px;
    margin: 0 0 0 10px;
    color: #9e9e9e;
    font-weight: 700;
    margin-top: 2px;
    display: block;
  }
  .m-content .top-slider-area .slider-area .slider-item[data-col-1] ul li {
    width: 100%;
    margin-right: 0;
  }
  .m-content .top-slider-area .slider-area .slider-item[data-col-2] ul li {
    margin-bottom: 0;
  }
  .m-content .top-slider-area .slider-area .slider-item[data-col-3] ul li {
    margin-right: 0;
    margin-bottom: 0;
  }
  .m-content
    .top-slider-area
    .slider-area
    .slider-item[data-col-3]
    ul
    li:nth-child(2) {
    margin-bottom: 2px;
  }
  .m-content .top-slider-area .slider-area .slider-item[data-col-4] ul li {
    margin-right: 2px;
    margin-bottom: 2px;
  }
  .m-content
    .top-slider-area
    .slider-area
    .slider-item[data-col-4]
    ul
    li:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
  }
  .m-content
    .top-slider-area
    .slider-area
    .slider-item[data-col-4]
    ul
    li:nth-child(4) {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .m-content
    .top-slider-area
    .slider-area
    .slider-item[data-col-4]
    ul
    li:nth-child(3) {
    margin-bottom: 0;
  }
  .m-content .top-slider-area .slider-area .swiper-pagination {
    width: 100%;
    background: #000;
    margin-right: 0;
    line-height: 20px;
    position: relative;
    margin-top: -3px;
  }
  .m-content .top-slider-area .slider-area .swiper-pagination-mobile {
    width: 100%;
    background: #000;
    margin-right: 0;
    line-height: 20px;
    position: relative;
    margin-top: -3px;
    text-align: center;
  }
  .m-content .top-slider-area .list {
    margin-top: 15px;
  }
  .m-content .top-slider-area .list ul li {
    margin-bottom: 0;
  }
  .m-content .top-slider-area .swiper-pagination-bullets {
    position: absolute;
    top: 15px;
    z-index: 10;
    text-align: left;
    bottom: inherit;
    left: 7px;
  }
  .m-content .top-slider-area .swiper-container .border-box {
    border: 0;
    padding: 0;
  }
  .m-content .top-slider-area .swiper-container .border-box a {
    float: left;
    width: 100%;
    position: relative;
  }
  .m-content .top-slider-area .swiper-container .border-box a:hover {
    color: #fff !important;
  }
  .m-content .top-slider-area .top-ads-mob {
    display: none;
  }
  .m-content .top-slider-area .top-story-first.block a .main-heading {
    background: transparent;
    padding: 0;
    position: relative;
  }
  .m-content
    .top-slider-area
    .top-story-first.block
    a
    .main-heading
    .text-hed-wrap {
    background: #0c328c;
    padding: 17px 10px;
    display: inline-block;
  }
  .m-content
    .top-slider-area
    .top-story-first.block
    a
    .main-heading
    .text-hed-wrap
    h2 {
    font-size: 3.5em;
    line-height: 27px;
  }
  .m-content .top-slider-area .top-story-first.block a:hover {
    color: #fff !important;
  }
  .m-content .top-slider-area .second-story-main .border-box {
    border: 0;
    padding-top: 0;
  }
  .m-content .top-right {
    width: 301px;
    float: left;
    margin: 0 0 0 7px;
  }
  .m-content .top-right .list {
    margin-top: 13px;
    display: inline-block;
  }
  .m-content .top-right .ads {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    background-color: #f9f9f9;
    padding: 0;
    min-height: 250px;
  }
  .m-content .top-bottom {
    width: 100%;
    float: left;
    margin-top: 15px;
  }
  .m-content .top-bottom .list ul {
    margin: 0;
  }
  .m-content .top-bottom .list ul li a .entry-content-heading h2 {
    font-weight: 100;
    max-height: 96px;
    font-size: 19px;
  }
  .m-content .ads {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    background-color: #f9f9f9;
  }
  .m-content.breakingDiv {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    padding: 40px 0;
    margin-bottom: 20px;
  }
  .m-content.breakingDiv .breaking-heading {
    margin: 0 0 20px 0;
  }
  .m-content.breakingDiv .breaking-heading p {
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .m-content.breakingDiv .breaking-heading p span {
    display: block;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
  }
  .m-content.breakingDiv .breakingContentDiv {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 10px 0;
  }
  .m-content.breakingDiv .list {
    margin-top: 0;
  }
  .m-content.breakingDiv .list ul li {
    background-color: transparent;
    margin-bottom: 15px;
  }
  .m-content.breakingDiv .list ul li a {
    color: #000;
  }
  .m-content.breakingDiv .list ul li a .pic img {
    width: 100px;
    height: 75px;
  }
  .m-content.breakingDiv .list ul li a .pic .video-icon img {
    max-width: 100%;
    height: auto;
  }
  .m-content.breakingDiv .list ul li a:hover {
    color: #000 !important;
  }
  .m-content.breakingDiv .top-bottom {
    margin-top: 0;
  }
  .m-content.breakingDiv .top-slider-area {
    background-color: #141414;
    margin: 0 0 0 10px;
    width: 72%;
    width: -webkit-calc(100% - 328px);
    width: -moz-cal(100% - 328px);
    width: calc(100% - 328px);
    float: left;
  }
  .m-content.breakingDiv.exclusiveNews {
    padding: 20px 0 !important;
  }
  .m-content.breakingDiv.exclusiveNews
    .breaking-area
    .storyhighlights.scrollbarbreaking {
    height: 350px;
  }
  .m-content.breakingDiv.exclusiveNews
    .top-slider-area
    .slider-area
    ul
    li
    .slider-title-area {
    display: inline-block;
    background-color: transparent;
    bottom: 0;
    left: 0;
    padding: 0 10px 100px 3px;
    position: absolute;
    z-index: 10;
    width: 100%;
    text-align: left;
    background: -webkit-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.7) 0,
      rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.7) 0,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.7) 0,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .m-content.breakingDiv.exclusiveNews
    .top-slider-area
    .slider-area
    ul
    li
    .slider-title-area
    .text-hed-wrap {
    background: -webkit-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.9) 0,
      rgba(0, 0, 0, 0.02) 100%
    );
    background: -webkit-linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.9) 0,
      rgba(0, 0, 0, 0.02) 100%
    );
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.9) 0,
      rgba(0, 0, 0, 0.02) 100%
    );
    bottom: 0;
    left: 0;
    padding: 0 10px 10px 10px;
    position: absolute;
    z-index: 10;
    display: block;
    width: 100%;
    float: left;
  }
  .m-content.breakingDiv.exclusiveNews
    .top-slider-area
    .slider-area
    ul
    li
    .slider-title-area
    .text-hed-wrap
    h1 {
    color: white !important;
  }
  .m-content.breakingDiv.exclusiveNews .breaking_text {
    display: block;
    right: 10px;
    left: inherit;
  }
  .m-content.breakingDiv.exclusiveNews .bl {
    background-color: #df1f13;
    padding: 2px 5px;
    float: left;
    font-size: 22px;
  }
  .m-content.breakingDiv.exclusiveNews .top-right .list {
    margin-top: 9px;
    float: right;
    text-align: right;
  }
  .m-content.breakingDiv.exclusiveNews .top-right .list ul {
    margin: 0;
  }
  .m-content.breakingDiv.exclusiveNews
    .top-right
    .list
    ul
    li
    a
    .entry-content-heading
    h2 {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
  }
  .m-content.breakingDiv.exclusiveNews .top-right .list ul li a:hover {
    color: #000 !important;
  }
  .m-content.breakingDiv.exclusiveNews .top-right .col-xs-12:first-child .list {
    margin-top: 0;
  }
  .m-content.breakingDiv.breaking_second {
    background-color: #f1f1f1;
    padding: 10px 0 20px 0;
  }
  .m-content.breakingDiv.breaking_second .breaking-area {
    background-color: transparent;
    float: right;
  }
  .m-content.breakingDiv.breaking_second .breaking-area h1 {
    font-size: 41px;
    font-weight: 900;
  }
  .m-content.breakingDiv.breaking_second .breaking-area h1 a {
    color: #000;
  }
  .m-content.breakingDiv.breaking_second .breaking-area h1 a:hover {
    color: #000 !important;
  }
  .m-content.breakingDiv.breaking_second .breaking-area h1 a .bre_hed_live_text {
    color: #f00;
  }
  .m-content.breakingDiv.breaking_second .breaking-area .breakingRightArea {
    padding: 0 10px;
  }
  .m-content.breakingDiv.breaking_second .breaking-area .breakingRightArea p {
    color: #585555;
    font-size: 21px;
    line-height: 30px;
  }
  .m-content.breakingDiv.breaking_second
    .breaking-area
    .breakingRightArea
    .bre_time {
    color: #234398;
    font-size: 12px;
  }
  .m-content.breakingDiv.breaking_second .breaking-area .storyhighlights ul li {
    border: 0;
  }
  .m-content.breakingDiv.breaking_second
    .breaking-area
    .storyhighlights
    ul
    li
    .entry-title {
    font-size: 16px;
    margin-right: 20px;
    margin-left: 0;
  }
  .m-content.breakingDiv.breaking_second
    .breaking-area
    .storyhighlights
    ul
    li
    .entry-title
    a {
    color: #101010;
    cursor: pointer;
  }
  .m-content.breakingDiv.breaking_second
    .breaking-area
    .storyhighlights
    ul
    li
    .entry-title
    a:hover {
    color: #101010 !important;
    text-decoration: underline;
  }
  .m-content.breakingDiv.breaking_second
    .breaking-area
    .storyhighlights
    ul
    li:before {
    border-radius: 0;
  }
  .m-content.breakingDiv.breaking_second
    .breaking-area
    .storyhighlights.scrollbarbreaking {
    height: auto !important;
    overflow-y: auto;
    padding: 0;
    background-color: transparent !important;
  }
  .m-content.breakingDiv.breaking_second
    .breaking-area
    .storyhighlights.scrollbarbreaking
    .recent_text {
    margin: 20px 0 10px 0;
    color: #23438e;
    font-size: 12px;
  }
  .ts-content .topHeading {
    margin-bottom: 18px;
  }
  .ts-content .topHeading h2 {
    font-size: 2.6em;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
    margin: 0;
    text-align: right;
  }
  .ts-content .topHeading h2::before {
    content: "";
    border-right: 4px solid #f7941e;
    display: inline-block;
    height: 23px;
    margin: -3px 0 0 0;
    padding: 0 0 0 12px;
    vertical-align: middle;
  }
  .ts-content .top-story {
    width: 100%;
    float: left;
  }
  .ts-content .top-story .topStoryFirst .list ul {
    width: 100%;
  }
  .ts-content .top-story .topStoryFirst .list ul li .top-story-first a {
    color: #fff;
    position: relative;
    z-index: 9;
  }
  .ts-content
    .top-story
    .topStoryFirst
    .list
    ul
    li
    .top-story-first
    a
    .video-icon {
    width: 40px !important;
  }
  .ts-content .top-story .topStoryFirst .list ul li .top-story-first a:hover {
    color: #fff !important;
    text-decoration: none;
  }
  .ts-content
    .top-story
    .topStoryFirst
    .list
    ul
    li
    .top-story-first.block
    a
    .main-heading {
    position: relative;
    background: #00431f;
    padding: 0;
  }
  .ts-content
    .top-story
    .topStoryFirst
    .list
    ul
    li
    .top-story-first.block
    a
    .main-heading
    .text-hed-wrap {
    background: #00431f;
    padding: 10px;
    display: inline-block;
  }
  .ts-content
    .top-story
    .topStoryFirst
    .list
    ul
    li
    .top-story-first.block
    a
    .main-heading
    .text-hed-wrap
    h2 {
    font-weight: 700;
    margin-bottom: 5px;
  }
  .ts-content
    .top-story
    .topStoryFirst
    .list
    ul
    li
    .top-story-first.block
    a
    .main-heading
    .main-discription {
    width: 100%;
    float: left;
  }
  .ts-content
    .top-story
    .topStoryFirst
    .list
    ul
    li
    .top-story-first.block
    a
    .main-heading
    .main-discription
    .main-date {
    font-size: 14px;
    color: #9e9e9e;
    font-weight: 700;
    float: right;
    width: auto;
  }
  .ts-content
    .top-story
    .topStoryFirst
    .list
    ul
    li
    .top-story-first.block
    a
    .main-heading
    .main-discription
    .author-name {
    float: right;
    font-size: 14px;
    margin: 0 0 0 10px;
    color: #9e9e9e;
    font-weight: 700;
    width: auto;
    margin-top: 2px;
  }
  .ts-content
    .top-story
    .topStoryFirst
    .list
    ul
    li
    .top-story-first.block
    a
    .main-heading
    .main-discription
    .author-name:before {
    content: "";
    border-left: 2px solid #9e9e9e;
    display: inline-block;
    height: 11px;
    margin: -3px 8px 0 8px;
    vertical-align: middle;
  }
  .ts-content .top-story .topStorySecond .list ul li .top-story-first a {
    color: #000;
    float: left;
    position: relative;
  }
  .ts-content .top-story .topStorySecond .list ul li .top-story-first a:hover {
    color: #21409a;
    text-decoration: none;
  }
  .ts-content .top-story .topStorySecond .list ul li .top-story-first .mob {
    display: none !important;
  }
  .ts-content
    .top-story
    .topStorySecond
    .list
    ul
    li
    .top-story-first
    .main-heading-top {
    width: 100%;
    float: left;
  }
  .ts-content
    .top-story
    .topStorySecond
    .list
    ul
    li
    .top-story-first
    .main-heading-top
    h2 {
    line-height: 22px;
    font-size: 3.5em;
    margin: 5px 0 5px 0;
    display: inline-block;
  }
  .ts-content
    .top-story
    .topStorySecond
    .list
    ul
    li
    .top-story-first
    .main-heading-top
    h2
    a {
    font-weight: 600;
  }
  .ts-content
    .top-story
    .topStorySecond
    .list
    ul
    li
    .top-story-first
    .main-heading-top
    p {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
  }
  .ts-content .top-story .topStoryThird .list ul li {
    margin-bottom: 5px;
  }
  .ts-content .top-story .topStoryThird .list ul li a {
    display: inline-block;
    width: 100%;
    float: left;
  }
  .ts-content .top-story .topStoryThird .list ul li a .entry-content-heading {
    width: 100%;
    width: -webkit-calc(100% - 0);
    width: -moz-cal(100% - 0);
    width: calc(100% - 0);
  }
  .ts-content
    .top-story
    .topStoryThird
    .list
    ul
    li
    a
    .entry-content-heading
    .pic {
    width: 80px;
  }
  .ts-content
    .top-story
    .topStoryThird
    .list
    ul
    li
    a
    .entry-content-heading
    .pic
    img {
    width: 100%;
  }
  .ts-content .top-story .topStoryThird .list ul li a .entry-content-heading h2 {
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0 0 0;
    font-weight: 600;
  }
  .ts-content .top-story .topStoryThird .list ul li a:hover {
    color: #21409a;
  }
  .ts-content .top-story-right .mobile-special {
    display: none;
    width: 100%;
    float: left;
    margin-bottom: 18px;
  }
  .ts-content .top-story-right .mobile-special h2 {
    font-size: 2.6em;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
    margin: 0;
    text-align: right;
  }
  .ts-content .top-story-right .mobile-special h2::before {
    content: "";
    border-right: 4px solid #f7941e;
    display: inline-block;
    height: 23px;
    margin: -3px 0 0 0;
    padding: 0 0 0 12px;
    vertical-align: middle;
  }
  .ts-content .top-story-right .special-report {
    background-color: #222;
    width: 100%;
    float: left;
    padding: 11px;
    margin: 0;
  }
  .ts-content .top-story-right .special-report .seq-number {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    font-family: Arial;
    border-radius: 50%;
    background: #c30909;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
  }
  .ts-content .top-story-right .special-report .swiper-text a {
    position: relative;
    z-index: 999;
    display: block;
  }
  .ts-content .top-story-right .special-report h2 {
    color: #fff;
    font-size: 2.2em;
    border-bottom: 1px solid #454343;
    padding-bottom: 10px;
    margin: 0 0 10px 0;
  }
  .ts-content .top-story-right .special-report .main-heading {
    background: #272727;
    padding: 0;
  }
  .ts-content .top-story-right .special-report .main-heading h2 {
    border: 0;
    margin: 0;
    background: #272727;
    padding: 10px;
    position: relative;
    bottom: 0;
    left: 0;
    font-size: 4em;
    line-height: 28px;
    margin-top: 16px;
    padding-bottom: 10px;
  }
  .ts-content .top-story-right .special-report .swiper-button-next,
  .ts-content .top-story-right .special-report .swiper-button-prev {
    display: none;
  }
  .ts-content .top-story-right .special-report:hover .swiper-button-next,
  .ts-content .top-story-right .special-report:hover .swiper-button-prev {
    display: block;
    width: 30px;
    height: 50px;
    margin-top: -18px;
    background-size: 12px 44px;
  }
  .internaional-channel ul {
    padding: 0;
  }
  .internaional-channel ul li {
    list-style: none;
    color: #fff;
    font-size: 13px;
    width: 25%;
    float: left;
    border-left: 1px solid #efefef;
    padding-left: 11px;
    margin-bottom: 20px;
  }
  .internaional-channel ul li:first-child {
    border-left: 0;
    padding: 0;
  }
  .internaional-channel ul li:nth-child(5) {
    border-left: 0;
    padding: 0;
  }
  .internaional-channel ul li span {
    font-size: 12px;
  }
  .internaional-channel ul li .channel-logo img {
    width: 30px;
    float: left;
    margin-right: 5px;
  }
  .internaional-channel ul li .link a {
    display: block;
  }
  .opinion-slider-area {
    margin: 0;
    float: left;
    width: 72%;
    width: -webkit-calc(100% - 318px);
    width: -moz-cal(100% - 318px);
    width: calc(100% - 318px);
  }
  .opinion-right {
    width: 301px;
    float: left;
    margin: 0 0 0 7px;
  }
  .opinion-right .mrec {
    margin-top: 45px;
  }
  .hvp-bg {
    width: 100%;
    float: left;
  }
  .hvp-bg .v_title {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
  }
  .hvp-bg .scrollbar {
    margin-left: 10px;
    height: 369px;
    overflow-y: scroll;
  }
  .hvp-bg .scrollbar .force-overflow {
    min-height: 369px;
  }
  .mwv {
    width: 100%;
    float: left;
  }
  .mwv.home-cat .mwv-top {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .mwv.home-cat .mwv-top .tittle-top {
    width: 100%;
    float: left;
    margin-bottom: 18px;
  }
  .mwv.home-cat .mwv-top .tittle-top h2 {
    font-size: 2.6em;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
    text-align: right;
    margin: 0;
  }
  .mwv.home-cat .mwv-top .tittle-top h2::before {
    content: "";
    border-right: 4px solid #21409a;
    display: inline-block;
    height: 23px;
    margin: -3px 0 0 0;
    padding: 0 0 0 12px;
    vertical-align: middle;
  }
  .mwv.home-cat .mwv-top .tittle-top .button-border {
    padding: 0 10px;
    line-height: 21px;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none !important;
    transition: 0.5s box-shadow ease;
    -webkit-transition: 0.5s box-shadow ease;
    -ms-transition: 0.5s box-shadow ease;
    color: #000;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.26);
    float: right;
    font-weight: 400;
  }
  .mwv.home-cat .mwv-top .mwv-left {
    float: left;
    width: 49%;
    position: relative;
    margin-right: 1%;
  }
  .mwv.home-cat .mwv-top .mwv-left .main-heading h2 {
    width: 81%;
  }
  .mwv.home-cat .mwv-top .mwv-right {
    float: right;
    width: 49%;
    position: relative;
    margin-left: 1%;
  }
  .mwv.home-cat .mwv-top .mwv-right .main-heading h2 {
    width: 81%;
  }
  .mwv.home-cat .mwv-bottom {
    width: 100%;
    float: left;
  }
  .mwv.home-cat .mwv-bottom ul {
    margin: 0;
    padding: 0;
  }
  .mwv.home-cat .mwv-bottom ul li {
    list-style: none;
    width: 32%;
    float: left;
    position: relative;
    margin-left: 2%;
  }
  .mwv.home-cat .mwv-bottom ul li .video-icon {
    width: 40px !important;
    top: 50%;
  }
  .mwv.home-cat .mwv-bottom ul li:first-child {
    margin-left: 0;
  }
  .mwv.giggleBlock {
    margin: 20px 0;
  }
  .opinion {
    margin: 0 0 30px 0 !important;
    width: 100%;
    float: left;
  }
  .opinion .home-opinion {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 0 0 30px 0;
    position: relative;
  }
  .opinion .home-opinion.border-box {
    border: 0;
  }
  .opinion .home-opinion .swiper-container {
    position: initial;
  }
  .opinion .home-opinion .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }
  .opinion .home-opinion .swiper-pagination-bullet {
    background: #727272;
  }
  .opinion
    .home-opinion
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f7941e;
  }
  .opinion .home-opinion .opinion-fc-item {
    padding: 0;
    width: 100%;
    float: left;
    min-height: 115px;
    border: 1px solid #efefef;
  }
  .opinion .home-opinion .opinion-fc-item h2 {
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: #008bd9;
    margin: 10px 0;
    padding: 0 10px;
    margin-bottom: 10px;
    text-align: center;
    min-height: 60px;
    font-weight: 600;
  }
  .opinion .home-opinion .opinion-fc-item h2 span {
    width: 35px;
    float: left;
    margin-right: 13px;
  }
  .opinion .home-opinion .opinion-fc-item h2 a {
    color: #000;
  }
  .opinion .home-opinion .opinion-fc-item h2 a:hover {
    color: #21409a;
    text-decoration: none;
  }
  .opinion .home-opinion .opinion-fc-item h3 {
    font-size: 13px;
    line-height: 17px;
    color: #008bd9;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .opinion .home-opinion .opinion-fc-item h3 a {
    color: #1e419d;
  }
  .opinion .home-opinion .opinion-fc-item p {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px;
  }
  .opinion .home-opinion .opinion-fc-item img {
    opacity: 0.8;
  }
  .opinion .home-opinion .opinion-fc-pic {
    text-align: center;
    width: 90px;
    float: none;
    position: relative;
    z-index: 1000;
    display: inline;
  }
  .opinion .home-opinion .opinion-fc-pic img {
    border-radius: 50%;
    font-size: 17px;
    text-align: center;
    line-height: 70px;
    border: 2px solid #fff;
    margin-top: -56px;
    max-width: 70px;
    width: 100%;
    height: 70px;
    float: none;
    opacity: 1;
  }
  .opinion .home-opinion .opinion-fc-pic .noImageAuthor {
    border: 2px solid #fff;
    max-width: 70px;
    height: 70px;
    margin-top: -37px;
    line-height: 70px;
  }
  .opinion .home-opinion .swiper-pagination {
    bottom: 0 !important;
    padding-bottom: 6px;
  }
  .t10l .top10list {
    width: 72%;
    width: -webkit-calc(100% - 318px);
    width: -moz-cal(100% - 318px);
    width: calc(100% - 318px);
    float: left;
    background-color: #fff;
  }
  .t10l .top10list .t10l-box .tittle {
    padding: 10px 10px 0 10px;
    font-size: 2em;
    font-weight: 600;
  }
  .t10l .top10list .t10l-box ul {
    padding: 0;
    width: 100%;
    float: left;
    border-right: 1px solid #ccc;
  }
  .t10l .top10list .t10l-box ul li {
    list-style: none;
    width: 100%;
    float: left;
    padding: 10px 10px 0 10px;
  }
  .t10l .top10list .t10l-box ul li a {
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    color: #000;
    width: 100%;
  }
  .t10l .top10list .t10l-box ul li a .pic {
    width: 100px;
    float: left;
    margin-right: 2%;
  }
  .t10l .top10list .t10l-box ul li a .pic img {
    width: 100%;
  }
  .t10l .top10list .t10l-box ul li a .entry-content-heading {
    width: 48%;
    width: -webkit-calc(100% - 100px - 2%);
    width: calc(100% - 100px - 2%);
    float: left;
  }
  .t10l .top10list .t10l-box ul li a .entry-content-heading h2 {
    margin: 5px 0 0 0;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 52px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .t10l .top10list .t10l-box ul li:last-child a {
    border: 0;
  }
  .t10l .top10list .t10l-box:last-child ul {
    border: 0;
  }
  .t10l .top10list-right {
    width: 301px;
    float: right;
  }
  .tittle-top {
    width: 100%;
    float: left;
    margin-bottom: 18px;
  }
  .tittle-top h2 {
    font-size: 2.6em;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
    text-align: right;
    margin: 0;
  }
  .tittle-top h2::before {
    content: "";
    border-right: 4px solid #21409a;
    display: inline-block;
    height: 23px;
    margin: -3px 0 0 0;
    padding: 0 0 0 12px;
    vertical-align: middle;
  }
  .tittle-top h2 a {
    color: #000;
  }
  .border-box {
    border-top: 1px solid #ccc;
    background-color: #fff;
    padding: 4px;
  }
  .list ul {
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  .list ul li {
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 21px;
    padding: 0;
  }
  .list ul li a {
    color: #000;
    display: block;
  }
  .list ul li a .pic {
    width: 100px;
    float: right;
    margin-left: 4%;
    position: relative;
  }
  .list ul li a .entry-content-heading {
    width: 61%;
    width: -webkit-calc(100% - 100px - 4%);
    width: calc(100% - 100px - 4%);
    float: left;
  }
  .list ul li a .entry-content-heading h2 {
    margin: 3px 0 0 0;
    font-size: 20px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 81px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-weight: 700;
  }
  .list ul li:last-child {
    margin: 0;
  }
  .list .video-icon {
    width: 25px !important;
    top: 2px;
    left: 2px;
  }
  .desktop {
    display: block;
  }
  .mob {
    display: none;
  }
  .share-box {
    position: relative;
  }
  .share-box .share {
    position: absolute;
    right: 0;
    top: -4px;
    z-index: 2;
    width: 95%;
  }
  .share-box .share .flipbook-menu-btn {
    display: inline;
    cursor: pointer;
    background: none;
    position: absolute;
    float: right;
    right: 0;
  }
  .share-box .share .flipbook-shareBtn {
    width: 30px;
    float: right;
    margin-right: 8px;
  }
  .share-box .share .flipbook-shareButtons {
    display: none;
    margin-top: 4px;
  }
  .share-box .share .share-alt {
    width: 40px;
    float: right;
  }
  .share-box .share .date {
    float: left;
    font-size: 1.4em;
    color: #fff;
    margin: 10px 0;
    display: none;
  }
  .share-box .share .share-width {
    width: 235px;
    float: right;
  }
  body.detail-body {
    background: #fff;
  }
  body.detail-body .ShowsDetailPage .column-right {
    width: 100%;
    width: calc(100% - 0);
    width: -webkit-calc(100% - 0);
  }
  body.detail-body
    .ShowsDetailPage
    .column-right
    .right
    .right-inner
    .content-sticky
    h2 {
    margin: 0 0 10px 0;
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
    display: inline-block;
  }
  body.detail-body
    .ShowsDetailPage
    .column-right
    .right
    .right-inner
    .content-sticky
    .btArticleSideMeta {
    text-align: right;
  }
  body.detail-body
    .ShowsDetailPage
    .column-right
    .right
    .right-inner
    .content-sticky
    .btArticleSideMeta
    .btClear {
    width: 100%;
  }
  body.detail-body
    .ShowsDetailPage
    .column-right
    .right
    .right-inner
    .content-sticky
    .btArticleSideMeta
    .btClear
    .btSubTitle
    .post-time {
    height: auto;
    margin-bottom: 5px;
    line-height: 30px;
  }
  body.detail-body
    .ShowsDetailPage
    .column-right
    .right
    .right-inner
    .content-sticky
    .btArticleSideMeta
    .detail-share-btIco {
    border: 0;
    height: auto;
  }
  body.detail-body .ShowsDetailPage .column-right .left {
    float: left;
  }
  body .detail-section .column-left {
    width: 170px;
    min-height: 300px;
    max-height: 100%;
    float: right;
    padding: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: -170px;
    margin-top: 120px;
  }
  body .detail-section .column-left .left-stick {
    width: 170px;
    height: 100%;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
  }
  body .detail-section .column-right {
    float: right;
    width: 86%;
    width: calc(100% - 170px);
    width: -webkit-calc(100% - 170px);
  }
  body .detail-section .column-right .left {
    width: 68%;
    width: calc(100% - 360px);
    width: -webkit-calc(100% - 360px);
    background: #fff;
    padding: 10px;
    margin-right: 0;
    float: right;
  }
  body .detail-section .column-right .left .story-area {
    margin: 0 0 20px 0;
    padding: 0;
  }
  body .detail-section .column-right .left .story-area .category {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
    padding-right: 17px;
    height: 13px;
    line-height: 13px;
    margin-top: 6px;
    float: left;
    border-right: 1px solid #ccc;
    margin-right: 15px;
  }
  body .detail-section .column-right .left .story-area h2 {
    margin: 0 0 20px 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    display: inline-block;
    color: #1b1818;
    letter-spacing: -0.1px;
  }
  body .detail-section .column-right .left .story-area h1 {
    margin: 0 0 20px 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    display: inline-block;
    color: #1b1818;
    letter-spacing: -0.1px;
  }
  body .detail-section .column-right .left .story-area .post-time {
    color: #999;
    font-size: 1.3em;
    margin: 20px 20px 0 0;
    float: left;
    font-weight: 500;
    margin-top: 4px;
  }
  body .detail-section .column-right .left .story-area .post-time span {
    width: 16px;
    text-align: center;
    display: inline-block;
  }
  body .detail-section .column-right .left .story-area .post-auther {
    color: #2a2a2a;
    font-size: 1.3em;
    font-weight: 600;
    width: 100%;
    float: left;
  }
  body
    .detail-section
    .column-right
    .left
    .story-area
    .post-auther
    .author_title_img {
    float: left;
    width: 32%;
    margin: 5px 5px 0 0;
    border-right: 1px solid #efefef;
  }
  body
    .detail-section
    .column-right
    .left
    .story-area
    .post-auther
    .author_title_img
    img {
    border-radius: 50%;
    width: 40px;
    float: left;
    margin-right: 2%;
    background-color: #ccc;
    height: 40px;
    text-align: center;
    line-height: 52px;
    border: 1px solid #ccc;
  }
  body
    .detail-section
    .column-right
    .left
    .story-area
    .post-auther
    .author_title_img
    .author_agency {
    font-weight: 700;
    line-height: 41px;
    font-size: 11px;
  }
  body
    .detail-section
    .column-right
    .left
    .story-area
    .post-auther
    .author_title_img:last-child {
    border: 0;
  }
  body .detail-section .column-right .left .story-area .post-auther a {
    color: #20409a;
    font-weight: 700;
    line-height: 42px;
  }
  body .detail-section .column-right .left .story-area .content-area {
    font-size: 15px;
    font-weight: 400;
    color: #222;
    margin-bottom: 30px;
  }
  body
    .detail-section
    .column-right
    .left
    .story-area
    .content-area
    .ui-sortable {
    margin-bottom: 20px;
  }
  body .detail-section .column-right .left .story-area .content-area p {
    margin: 0 0 1em 0;
    color: #2f2d2d;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
    word-spacing: -1px;
  }
  body .detail-section .column-right .left .story-area .content-area h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    margin: 10px 0;
    display: block;
  }
  body .detail-section .column-right .left .story-area .content-area h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin: 10px 0;
    display: block;
  }
  body .detail-section .column-right .left .story-area .content-area h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    margin: 10px 0;
    display: block;
  }
  body .detail-section .column-right .left .story-area .content-area ul {
    margin-bottom: 20px;
  }
  body .detail-section .column-right .left .story-area .content-area ul li {
    margin-bottom: 10px;
    color: #2f2d2d;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
    word-spacing: -1px;
  }
  body
    .detail-section
    .column-right
    .left
    .story-area
    .content-area
    ul
    li:last-child {
    margin-bottom: 0;
  }
  body .detail-section .column-right .left .story-area .content-area ol {
    margin-bottom: 20px;
  }
  body .detail-section .column-right .left .story-area .content-area ol li {
    margin-bottom: 10px;
    color: #2f2d2d;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
    word-spacing: -1px;
  }
  body
    .detail-section
    .column-right
    .left
    .story-area
    .content-area
    ol
    li:last-child {
    margin-bottom: 0;
  }
  body .detail-section .column-right .left .story-area .content-area img {
    max-width: 100%;
    margin: 0;
  }
  body .detail-section .column-right .left .story-area .content-area blockquote {
    border: 0;
    font-weight: 700;
    text-align: center;
    font-style: normal;
    display: block;
    background: #fbe9d3;
    padding: 15px 20px 15px 35px;
    margin: 0 0 20px;
    position: relative;
    font-size: 24px;
    line-height: 35px;
    color: #2f2d2d;
    border-right: 6px solid #f7941e;
    margin-top: 20px;
    direction: rtl;
    border-left: 3px solid #f7941e;
  }
  body .detail-section .column-right .left .story-area .time-section {
    display: none;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 10px;
  }
  body .detail-section .column-right .left .story-area .time-section p {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    color: #595959;
    margin: 0 0 10px 0;
    width: 100%;
    padding: 0;
  }
  body .detail-section .column-right .left .story-area .time-section p span {
    width: 12px;
    float: right;
    margin-left: 5px;
  }
  body .detail-section .column-right .left .story-area .time-section .source {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 5px;
    letter-spacing: 0.2px;
  }
  body
    .detail-section
    .column-right
    .left
    .story-area
    .time-section
    .source
    .author_title_img {
    margin: 0;
    white-space: nowrap;
    display: inline-block;
    float: left;
  }
  body
    .detail-section
    .column-right
    .left
    .story-area
    .time-section
    .source
    .author_title_img
    .noImageAuthor {
    border-radius: 50%;
    width: 40px;
    float: left;
    margin-right: 2%;
    background-color: #ccc;
    height: 40px;
    text-align: center;
    font-size: 17px;
    line-height: 41px;
    display: none;
  }
  body
    .detail-section
    .column-right
    .left
    .story-area
    .time-section
    .source
    .author_title_img
    img {
    border-radius: 50%;
    width: 50px;
    float: left;
    margin-right: 2%;
    background-color: #ccc;
    height: 50px;
    text-align: center;
    line-height: 52px;
    border: 1px solid #ccc;
    display: none;
  }
  body
    .detail-section
    .column-right
    .left
    .story-area
    .time-section
    .source
    .author_title_img
    .author_agency {
    color: #20409a;
    font-weight: 700;
    line-height: 10px;
    font-size: 1.3em;
  }
  body
    .detail-section
    .column-right
    .left
    .story-area
    .time-section
    .source
    .author_title_img
    a {
    line-height: 15px;
    color: #1e419d;
    font-size: 13px;
    text-align: left;
    padding: 0;
    margin-bottom: 20px;
    padding: 0;
  }
  body
    .detail-section
    .column-right
    .left
    .story-area
    .time-section
    .source
    .by_author {
    color: #737373;
    float: left;
    margin-right: 6px;
  }
  body
    .detail-section
    .column-right
    .left
    .story-area
    .time-section
    .source
    .author_seperator {
    display: inline-block;
    color: #000;
    margin-right: 4px;
    float: left;
  }
  body
    .detail-section
    .column-right
    .left
    .story-area
    .time-section
    .btArticleSideMeta {
    text-align: right;
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  body
    .detail-section
    .column-right
    .left
    .story-area
    .time-section
    .btArticleSideMeta
    .detail-share-btIco {
    border: 0;
    height: 5px;
  }
  body .detail-section .column-right .right {
    position: static;
    float: right;
    width: 360px;
  }
  body .detail-section .column-right .right .right-inner .ads {
    background-color: #f9f9f9;
    padding: 18px;
    margin-bottom: 20px;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
  }
  body .detail-section .column-right .right .right-inner .content-sticky {
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
  }
  body
    .detail-section
    .column-right
    .right
    .right-inner
    .content-sticky.content-fixed {
    position: fixed;
    bottom: 0;
    width: 340px;
  }
  body.live-page {
    background-color: #131414 !important;
  }
  body.live-page header .mobile-header {
    display: block;
  }
  body.live-page .column-right {
    width: 100%;
    width: calc(100% - 0);
    width: -webkit-calc(100% - 0);
  }
  body.live-page .column-right .right {
    float: left;
  }
  body.live-page .column-right .left {
    background: transparent;
    border: 0;
    width: 68%;
    width: calc(100% - 360px);
    width: -webkit-calc(100% - 360px);
  }
  body.live-page .column-right .left .story-area h1 {
    color: #fff;
    text-transform: uppercase;
    float: left;
    margin: 10px 0;
    font-size: 30px;
  }
  body.live-page .column-right .left .story-area .live-btn-link {
    position: relative;
    width: 100px;
    float: left;
  }
  body.live-page .column-right .left .story-area .live-btn-link .live-blink {
    left: 5%;
    padding: 0 7px;
  }
  body.live-page
    .column-right
    .left
    .story-area
    .live-btn-link
    .live-blink
    #text-blink {
    font-size: 2.6em;
    font-weight: 600;
    line-height: 40px;
    display: inline-block;
  }
  body.live-page
    .column-right
    .left
    .story-area
    .live-btn-link
    .live-blink
    #doot {
    font-size: 3em;
    font-weight: 700;
    line-height: 0;
    margin-top: 0;
    display: inline-block;
    position: relative;
    top: -19px;
    color: #fff;
  }
  body.live-page .column-right .left .story-area .live-box .live-player img {
    width: 100%;
  }
  body.live-page
    .column-right
    .left
    .story-area
    .live-box
    .alternative_player_section {
    margin: 10px 0;
  }
  body.live-page
    .column-right
    .left
    .story-area
    .live-box
    .alternative_player_section
    .player_left {
    float: left;
    width: 46%;
  }
  body.live-page
    .column-right
    .left
    .story-area
    .live-box
    .alternative_player_section
    .player_left
    span {
    width: 40px;
    float: left;
  }
  body.live-page
    .column-right
    .left
    .story-area
    .live-box
    .alternative_player_section
    .player_left
    h3 {
    float: left;
    width: 84%;
    margin: 0 2%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
  }
  body.live-page
    .column-right
    .left
    .story-area
    .live-box
    .alternative_player_section
    .player_left
    h3
    strong {
    font-size: 19px;
  }
  body.live-page
    .column-right
    .left
    .story-area
    .live-box
    .alternative_player_section
    .player_right {
    float: left;
    width: 54%;
  }
  body.live-page
    .column-right
    .left
    .story-area
    .live-box
    .alternative_player_section
    .player_right
    h3 {
    float: left;
    width: 100%;
    margin: 0 2% 10px 2%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
  }
  body.live-page
    .column-right
    .left
    .story-area
    .live-box
    .alternative_player_section
    .player_right
    h3
    strong {
    font-size: 19px;
  }
  body.live-page
    .column-right
    .left
    .story-area
    .live-box
    .alternative_player_section
    .player_right
    .sd {
    float: left;
    width: 46%;
    margin: 0 2%;
  }
  body.live-page
    .column-right
    .left
    .story-area
    .live-box
    .alternative_player_section
    .player_right
    .hd {
    float: right;
    width: 46%;
  }
  .side-latest {
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .side-latest .latest-head {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
  }
  .side-latest .latest-head h2 {
    float: right;
    margin: 0;
    font-size: 2em;
    font-weight: 700;
  }
  .side-latest .latest-head span {
    float: right;
  }
  .side-latest .latest-head span a {
    font-size: 0.8em;
    color: #979797;
    text-decoration: none;
    text-transform: uppercase;
  }
  .side-latest ul {
    margin: 0;
    padding: 0;
  }
  .side-latest ul li {
    list-style: none;
    border-bottom: 1px solid #eee;
    display: inline-block;
    padding: 9px 0;
    width: 100%;
  }
  .side-latest ul li .list-pic {
    float: right;
    width: 24%;
    margin-left: 2%;
  }
  .side-latest ul li .list-pic img {
    max-width: 100%;
    height: auto;
  }
  .side-latest ul li .list-tittle {
    width: 74%;
    float: left;
    font-size: 1em;
  }
  .side-latest ul li .list-tittle .list-tittle-top .cat {
    font-size: 1.2em;
    font-weight: 500;
  }
  .side-latest ul li .list-tittle .list-tittle-top .time {
    font-size: 1.2em;
    font-weight: 300;
    color: #595959;
  }
  .side-latest ul li .list-tittle .list-tittle-top .time::before {
    content: "";
    border-left: 1px solid #ccc;
    display: inline-block;
    height: 12px;
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    vertical-align: middle;
  }
  .side-latest ul li .list-tittle .list-heading h2 {
    color: #000;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 65px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .side-latest ul li .list-tittle .list-heading h2 a {
    color: #000;
  }
  .side-latest ul li .list-tittle.no-pic {
    width: 100%;
  }
  .side-latest ul li:last-child {
    border: 0;
  }
  .more-content .tittle {
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
  }
  .more-content .tittle h2 {
    color: #000;
    font-size: 2.6em;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
    margin: 0;
  }
  .more-content .tittle h2::before {
    content: "";
    border-right: 4px solid #21409a;
    display: inline-block;
    height: 23px;
    margin: -3px 0 0 0;
    padding: 0 0 0 12px;
    vertical-align: middle;
  }
  .more-content .more-list {
    border-bottom: 0;
  }
  .more-content .mbl {
    margin-bottom: 20px;
  }
  .more-content .more-block .more-pic {
    position: relative;
  }
  .more-content .more-block .more-pic img {
    width: 100%;
    height: auto;
  }
  .more-content .more-block .caption {
    padding: 0;
  }
  .more-content .more-block .caption h3 {
    color: #000;
    line-height: 22px;
    font-weight: 600;
    min-height: 65px;
    font-size: 16px;
    margin: 5px 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 65px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .more-content .more-block .caption h3:hover {
    color: #21409a;
    text-decoration: none;
  }
  .more-content .more-block .caption h4 {
    color: #000;
    line-height: 22px;
    font-weight: 600;
    min-height: 65px;
    font-size: 16px;
    margin: 5px 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 65px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .more-content .more-block .caption h4:hover {
    color: #21409a;
    text-decoration: none;
  }
  .more-content .more-block .caption .date {
    font-size: 12px;
    color: #595959;
  }
  .more-content .more-block .caption .date::after {
    border-left: 0;
  }
  footer {
    background-color: #f5f5f5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    float: right;
    padding-top: 20px;
  }
  footer .ftr_inr {
    width: 100%;
    float: right;
  }
  footer .ftr_inr .ftr_col {
    width: 20%;
    padding-left: 2%;
    float: right;
  }
  footer .ftr_inr .ftr_col:last-child {
    padding-left: 0;
  }
  footer .ftr_inr .ftr_col h1 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #323232;
    margin-bottom: 10px;
    text-transform: uppercase;
    float: right;
  }
  footer .ftr_inr .ftr_col ul {
    padding: 0;
    margin: 0;
    width: 100%;
    float: right;
    margin-bottom: 25px;
  }
  footer .ftr_inr .ftr_col ul li {
    list-style: none;
    width: 100%;
    float: right;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
  }
  footer .ftr_inr .ftr_col ul li:last-child {
    margin-bottom: 0;
  }
  footer .ftr_inr .ftr_col ul li p {
    margin: 0;
    padding: 0;
    color: #323232;
    text-transform: uppercase;
    font-size: 15px;
    float: right;
    width: 100%;
    font-weight: 300;
  }
  footer .ftr_inr .ftr_col ul li a {
    text-decoration: none;
    color: #323232;
    text-transform: uppercase;
    font-size: 15px;
    float: right;
    width: 100%;
    font-weight: 300;
  }
  footer .ftr_inr .ftr_col ul li a.apps {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  footer .ftr_inr .ftr_col ul li a.apps:last-child {
    margin-left: 0;
  }
  footer .ftr_inr .ftr_col ul li a.apps img {
    max-width: 100%;
    height: auto;
    display: inline-block;
  }
  footer .ftr_inr .ftr_col ul li a.follow {
    width: initial;
    margin-left: 7px;
  }
  footer .ftr_inr .ftr_col ul li a.follow:last-child {
    margin-left: 0;
  }
  footer .ftr_inr .ftr_col ul li a.follow img {
    max-width: 100%;
    display: inline-block;
  }
  footer .ftr_inr .ftr_col ul li ul {
    padding: 0;
    margin: 0;
    width: 100%;
    float: right;
  }
  footer .ftr_inr .ftr_col ul li ul li {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: initial;
    margin: 0 5px 10px 5px;
  }
  footer .ftr_inr .ftr_col ul li ul li a {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #d9d9d9;
    width: 100%;
    padding: 4px;
  }
  footer .ftr_inr .ftr_col ul li ul li a img {
    display: inline-block;
    width: 100%;
  }
  footer .copyright {
    width: 100%;
    text-align: center;
    padding: 15px;
    border-top: 1px solid #d9d9d9;
  }
  footer .copyright p {
    font-family: gn-tittle;
    margin: 0;
    padding: 0;
    color: #323232;
    font-size: 14px;
    direction: ltr;
  }
  footer .footer-top {
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
  }
  footer .footer-top .footer-left {
    float: left;
    width: 150px;
    display: none;
  }
  footer .footer-top .footer-right {
    float: right;
    padding: 3px 0;
  }
  footer .footer-top .footer-right ul {
    margin: 0;
    padding: 0;
  }
  footer .footer-top .footer-right ul li {
    list-style: none;
    width: 20px;
    float: left;
    margin: 0 10px;
  }
  footer .footer-top .footer-right ul li a svg {
    color: #fff;
    fill: #fff;
    margin-top: 4px;
  }
  footer .footer-top .footer-right ul li .btn {
    height: 29px !important;
  }
  footer .footer-top .footer-right ul.dropdown-menu {
    left: -100%;
  }
  footer .footer-top .footer-right ul.dropdown-menu li {
    width: 100%;
    margin: 0;
  }
  footer .footer-bottom p {
    font-size: 1.4em;
    text-align: left;
    color: #fff;
    margin: 0;
    font-family: arial;
  }
  footer .footer-bottom span {
    float: left;
    line-height: 35px;
  }
  .latest-page {
    background-color: #fff;
  }
  .latest-page .latest-content {
    width: 74%;
    width: -webkit-calc(100% - 330px);
    width: -moz-cal(100% - 330px);
    width: calc(100% - 330px);
  }
  .latest-page .latest-content .tittle h2 {
    color: #000;
  }
  .latest-page .latest-content .video-list {
    border-bottom: 0;
  }
  .latest-page .latest-content .video-block {
    background-color: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    clear: both;
  }
  .latest-page .latest-content .video-block .video-pic {
    position: relative;
  }
  .latest-page .latest-content .video-block .video-pic .video-icon {
    display: inline-table;
  }
  .latest-page .latest-content .video-block .caption {
    padding: 0 10px 10px 10px;
  }
  .latest-page .latest-content .video-block .caption h4 {
    color: #000;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    min-height: 60px;
  }
  .latest-page .latest-content .video-block .caption h4:hover {
    color: #21409a !important;
    text-decoration: none;
  }
  .latest-page .latest-content .video-block .caption .date {
    font-size: 1.3em;
  }
  .latest-page .latest-content .video-block .caption .date::after {
    border-left: 0;
  }
  .latest-page .latest-content .pic {
    width: 100%;
    float: right;
    position: relative;
  }
  .latest-page .latest-content .entry-title {
    width: 100%;
    float: right;
  }
  .latest-page .latest-sidebar {
    width: 330px;
  }
  .latest-page .latest-sidebar .in {
    background-color: #fff;
    border: 0;
  }
  .latest-page .latest-sidebar .video-accordion ul li {
    border-bottom: 1px solid #e3e3e3;
  }
  .latest-page .latest-sidebar .video-accordion ul li h2 {
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
  }
  .latest-page .latest-sidebar .video-accordion ul li a {
    color: #000;
  }
  .latest-page .latest-sidebar .video-accordion ul li:last-child {
    border-bottom: 0;
  }
  .latest-page .latest-sidebar .video-accordion .panel {
    margin-bottom: 25px !important;
  }
  .latest-page .latest-sidebar .video-accordion .panel .panel-body {
    padding: 5px;
  }
  .latest-page .latest-sidebar .video-accordion .scrollbar {
    height: 200px;
    overflow-y: scroll;
    padding: 10px !important;
  }
  .latest-page .latest-sidebar .video-accordion .panel-heading a::before {
    content: url(https://urdu.geo.tv/assets/front/images/collapse-white.svg);
    top: 9px !important;
  }
  .latest-page .latest-sidebar #style-1::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .latest-page .latest-sidebar #style-1::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5;
  }
  .latest-page .latest-sidebar .pos-fix {
    top: 50px;
  }
  .latest-page .video-accordion .panel-heading a {
    color: #fff;
    text-decoration: none;
  }
  .latest-page .video-accordion .panel-heading a:hover {
    color: #f7941e !important;
  }
  .videobg {
    background-color: #fff;
  }
  .videobg.latest-page {
    background-color: #fff;
  }
  .videobg .video-content {
    float: right;
  }
  .videobg .video-content .video-list {
    width: 100%;
    float: left;
    border-bottom: 1px solid #373838;
    margin-bottom: 20px;
  }
  .videobg .video-content .video-list .ads {
    margin: 20px 0;
  }
  .videobg .video-block {
    margin-bottom: 20px;
  }
  .videobg .video-block img {
    width: 100%;
  }
  .videobg .video-block .video-pic {
    position: relative;
  }
  .videobg .video-block .caption {
    background-color: #fff;
    padding: 10px;
  }
  .videobg .video-block .caption h4 {
    min-height: 70px;
  }
  .videobg .video-block .caption h4 a {
    color: #000;
    line-height: 23px;
    font-size: 0.9em;
  }
  .videobg .video-block .caption h1 {
    color: #000;
  }
  .videobg .video-block .caption .date {
    color: #909090;
  }
  .videobg .video-block .caption .date::after {
    content: "";
    border-left: 1px solid #909090;
    display: inline-block;
    height: 12px;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    vertical-align: middle;
  }
  .videobg .video-block .caption .time {
    color: #909090;
  }
  .videobg .video-block.video-play-box .video-icon {
    top: 60%;
    width: 60px !important;
    -webkit-transform: translate(-60%, -60%);
    -ms-transform: translate(-60%, -60%);
    transform: translate(-60%, -60%);
  }
  .videobg .tittle-headlines {
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
  }
  .videobg .tittle-headlines h2 {
    font-size: 2.6em;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    margin: 0;
  }
  .videobg .tittle-headlines h2::before {
    content: "";
    border-right: 4px solid #21409a;
    display: inline-block;
    height: 23px;
    margin: -3px 0 0 0;
    padding: 0 0 0 12px;
    vertical-align: middle;
  }
  .videobg .tittle-shows {
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
  }
  .videobg .tittle-shows h2 {
    font-size: 2.6em;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    margin: 0;
  }
  .videobg .tittle-shows h2::before {
    content: "";
    border-right: 4px solid #47a1d8;
    display: inline-block;
    height: 23px;
    margin: -3px 0 0 0;
    padding: 0 0 0 12px;
    vertical-align: middle;
  }
  .videobg .viewall {
    width: 100%;
    float: left;
    text-align: right;
    margin-bottom: 10px;
  }
  .videobg .viewall a {
    font-size: 1.4em;
    color: #909090;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
  }
  .videobg .tittle {
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
  }
  .videobg .tittle h2 {
    font-size: 2.6em;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    float: right;
    margin: 0;
  }
  .videobg .tittle h2::before {
    content: "";
    border-right: 4px solid #f7941e;
    display: inline-block;
    height: 23px;
    margin: -3px 0 0 0;
    padding: 0 0 0 12px;
    vertical-align: middle;
  }
  .videobg .tittle.shows h2::before {
    border-left: 4px solid #47a1d8;
  }
  .videobg .tittle.mustwatch h2::before {
    border-left: 4px solid #7f348d;
  }
  .videobg .tittle.giggles h2::before {
    border-left: 4px solid #47a1d9;
  }
  .videobg .video-sidebar {
    float: right;
  }
  .videobg .video-sidebar .video-side-list .shows-box-page {
    width: 100%;
    float: left;
    padding: 10px 10px 30px 10px;
    background: #343434;
    background: -webkit-linear-gradient(top, #343434 0%, #222 100%);
    background: linear-gradient(to bottom, #343434 0%, #222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343434',endColorstr='#222222',GradientType=0);
  }
  .videobg .video-sidebar .video-side-list .shows-box-page h3 {
    float: left;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #454343;
    padding-bottom: 5px;
    margin: 0 0 10px 0;
  }
  .videobg .video-sidebar .video-side-list .shows-box-page ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .videobg .video-sidebar .video-side-list .shows-box-page ul li a {
    color: #fff;
  }
  .videobg .video-sidebar .video-side-list .shows-box-page ul li a .main-heading {
    margin-bottom: 0;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    left: 0;
    padding: 0 10px 5px 10px;
    position: absolute;
    z-index: 10;
    width: 100%;
    text-align: left;
  }
  .videobg
    .video-sidebar
    .video-side-list
    .shows-box-page
    ul
    li
    a
    .main-heading
    h2 {
    font-size: 2em;
    margin: 10px 0;
  }
  .videobg .video-sidebar .video-side-list .shows-box-page ul li a::before {
    background: transparent;
  }
  .videobg .video-sidebar .video-side-list img {
    width: 100%;
  }
  .videobg header.green .header-right ul li .live-btn a {
    color: #000;
  }
  .videobg #imaginary_container .stylish-input-group button {
    border: 0;
    background: transparent;
  }
  .videobg #imaginary_container .glyphicon-search:before {
    content: "\e003";
  }
  .videobg .video-show-slider {
    margin: 20px 0;
  }
  .videobg .video-show-slider .tittle h2::before {
    content: "";
    border-left: 4px solid #007f43;
    display: inline-block;
    height: 23px;
    margin: -3px 0 0 0;
    padding: 0 0 0 12px;
    vertical-align: middle;
  }
  .videobg .video-show-slider .swiper-button-next,
  .videobg .video-show-slider .swiper-button-prev {
    margin-top: 0;
    top: 48%;
  }
  .videobg .ads {
    margin-bottom: 20px;
  }
  .videobg .video-accordion {
    width: 100%;
    float: left;
  }
  .videobg .video-accordion .panel {
    width: 100%;
    float: left;
  }
  .videobg .video-accordion .panel .collapse {
    background-color: #fff;
  }
  .videobg .video-accordion .panel .collapse .panel-body {
    padding: 10px 0;
  }
  .categorybg {
    background-color: #fff;
  }
  .categorybg .category {
    min-height: 100vh;
    width: 100%;
    padding-top: 40px;
    background-color: #fff;
  }
  .categorybg .category .scaler {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    min-height: 100vh;
    width: 100%;
    top: 107px;
    position: fixed;
  }
  .categorybg .category .scaler .fixed-bg {
    background-position: 50% 134%;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .categorybg .category .scaler .fixed-bg:before {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    opacity: 1;
    content: "";
    z-index: 0;
    position: absolute;
  }
  .categorybg .category .main-title {
    text-align: center;
    display: inline-block;
    margin-bottom: 50px;
    font-size: 44px;
    width: 100%;
    padding-top: 10px;
  }
  .categorybg .category .main-title h1 {
    color: #000;
    font-size: 42px;
    margin: 0;
    font-weight: 500;
    position: relative;
    z-index: 2;
    display: block;
  }
  .categorybg .category .main-title h1::before {
    content: "";
    border-left: 4px solid #7f348d;
    display: inline-block;
    height: 40px;
    margin: -3px 0 0 0;
    padding: 0 0 0 12px;
    vertical-align: middle;
  }
  .categorybg .category .main-title span {
    font-size: 20px;
    color: white;
    opacity: 0.6;
    display: block;
    margin-top: 10px;
  }
  .categorybg .category .main-title.cat-pakistan h1::before {
    content: "";
    border-left: 4px solid #137f39;
    display: inline-block;
    height: 35px;
    margin: -6px 0 0 0;
    padding: 0 0 0 12px;
    vertical-align: middle;
  }
  .categorybg .category .main-title.cat-world h1::before {
    content: "";
    border-left: 4px solid #1877b6;
    display: inline-block;
    height: 35px;
    margin: -6px 0 0 0;
    padding: 0 0 0 12px;
    vertical-align: middle;
  }
  .categorybg .category .cat-box {
    margin: 15px 0;
  }
  .categorybg .category .cat-box .cat-list a {
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
  }
  .categorybg .category .cat-box .cat-list a img {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-transition: all 120ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 120ms ease-in;
    -ms-transform: scale(1);
    transition: all 120ms ease-in;
    transform: scale(1);
  }
  .categorybg .category .cat-box .cat-list a .main-heading {
    padding: 0 5px;
  }
  .categorybg .category .cat-box .cat-list a .main-heading h2 {
    margin: 20px 0;
    font-size: 4em;
    line-height: 26px;
    font-weight: 600;
  }
  .categorybg .category .cat-box .cat-list a .main-heading .dt {
    font-size: 1.3em;
    color: #c8c8c8;
  }
  .categorybg .category .cat-box .cat-list a .main-heading .dt .date::after {
    content: "";
    border-left: 1px solid #909090;
    display: inline-block;
    height: 12px;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    vertical-align: middle;
  }
  .categorybg .category .cat-box .cat-list a .video-icon {
    width: 40px !important;
    display: block;
  }
  .categorybg .category .cat-box .cat-list a:hover {
    color: #fff !important;
  }
  .categorybg .category .cat-box .cat-list a:hover .cat-pic-shad {
    box-shadow: 2px 4px 15px #000;
    z-index: 3;
    -webkit-transition: all 120ms ease-in;
    -webkit-transform: scale(1.07);
    -ms-transition: all 120ms ease-in;
    -ms-transform: scale(1.07);
    transition: all 120ms ease-in;
    transform: scale(1.07);
  }
  .categorybg.shows-detail {
    background-color: #000;
  }
  .categorybg.shows-detail .category {
    background-color: #000;
  }
  .categorybg.shows-detail .category .cat-box .cat-list a .main-heading h2 {
    font-size: 1.8em;
    font-weight: 400;
  }
  .categorybg.shows-detail header {
    margin-bottom: 0;
  }
  .categorybg.shows-detail header .mob-menu-icon {
    background-color: transparent !important;
  }
  .categorybg.shows-detail header .mob-menu-icon .mob-blue-icon {
    display: none !important;
  }
  .categorybg.shows-detail header .mob-menu-icon .mob-white-icon {
    display: block !important;
    width: 30px;
  }
  .categorybg.shows-detail .video-accordion ul li a {
    color: #fff;
  }
  .categorybg.shows-detail .latest-shows {
    width: 100%;
    float: left;
    margin-top: 25px;
  }
  .categorybg.shows-detail .latest-shows .tittle-top h2 {
    color: #fff;
  }
  .categorybg.shows-detail .latest-shows .video-play-box .caption h1 {
    color: #fff;
    font-size: 3em;
  }
  .categorybg.shows-detail .more-episode .tittle-top h2 {
    color: #fff;
  }
  .categorybg.trending-mobile-header .trending-banner {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .categorybg.trending-mobile-header .trending-banner img {
    width: 100%;
  }
  .categorybg.trending-mobile-header header .mobile-header {
    display: block;
  }
  .categorybg.trending-mobile-header
    header
    .mobile-header
    .header-right
    ul
    li
    .live-btn {
    padding: 0;
    border: 0;
  }
  .categorybg.trending-mobile-header
    header
    .mobile-header
    .header-right
    ul
    li
    .live-btn
    .icon {
    width: auto;
    margin-left: 0;
  }
  .categorybg.trending-mobile-header
    header
    .mobile-header
    .header-right
    ul
    li
    .live-btn
    .icon
    img {
    width: 70px;
  }
  .categorybg.trending-mobile-header header .desktop-header {
    display: none;
  }
  .categorybg.trending-mobile-header .trending {
    display: none;
  }
  .categorybg.trending-mobile-header .category .product-listing ul li.pos-2 {
    max-height: 450px !important;
    min-height: auto !important;
    margin-bottom: 16px;
  }
  .categorybg.trending-mobile-header
    .category
    .product-listing
    ul
    li.pos-2
    .image-wrap {
    width: 100%;
  }
  .categorybg.trending-mobile-header .category .product-listing ul li.pos-2 h2 {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 22px;
    margin: 5px 0;
    max-height: 65px;
  }
  .categorybg.trending-mobile-header .category .product-listing ul li.add-list {
    margin-bottom: 130px;
    background-color: #efefef;
  }
  .categorybg.trending-mobile-header
    .category
    .product-listing
    ul
    li
    .category-box
    a
    h1 {
    padding-left: 0 !important;
    border-left: 0 !important;
    margin-top: 5px;
  }
  .categorybg.trending-mobile-header
    .category
    .product-listing
    ul
    li
    .category-box
    a
    p {
    padding-left: 0 !important;
  }
  .categorybg.inde header {
    margin-bottom: 0;
  }
  .categorybg.inde footer {
    background-color: #589c23;
    height: max-content;
  }
  .categorybg.inde .inde-parallax {
    display: block;
  }
  .categorybg.inde .inde-parallax img {
    width: 100%;
    max-width: 100%;
  }
  .categorybg.inde .inde-mainpic {
    display: none;
    width: 100%;
    float: left;
  }
  .categorybg.inde .inde-mainpic img {
    width: 100%;
  }
  .categorybg.inde .ind-container {
    margin: -200px 10px 0 15px;
    position: relative;
    z-index: 9;
  }
  .categorybg.inde .ind-container .inde-story-main {
    background-color: #eee;
    width: 100%;
    float: left;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: -webkit-linear-gradient(90deg, #e5e5e5 0%, #fff 100%);
    background: linear-gradient(0deg, #e5e5e5 0%, #fff 100%);
    padding-bottom: 20px;
    box-shadow: 4px 0 15px -4px rgba(0, 0, 0, 0.1),
      -4px 0 8px -4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }
  .categorybg.inde .ind-container .inde-story-main .ind-sec-banner img {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .categorybg.inde .ind-container .inde-story-main .ind-sec-banner .ind-banner1 {
    display: block;
  }
  .categorybg.inde .ind-container .inde-story-main .ind-sec-banner .ind-banner2 {
    display: none;
  }
  .categorybg.inde .ind-container .inde-story-main .inde-story-left {
    width: 72%;
    width: -webkit-calc(100% - 318px);
    width: -moz-cal(100% - 318px);
    width: calc(100% - 318px);
    float: right;
  }
  .categorybg.inde .ind-container .inde-story-main .inde-story-left ul {
    padding: 0;
  }
  .categorybg.inde .ind-container .inde-story-main .inde-story-left ul li {
    list-style: none;
    width: 50%;
    float: right;
    padding: 0 1%;
  }
  .categorybg.inde
    .ind-container
    .inde-story-main
    .inde-story-left
    ul
    li
    .inde-story-pic {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
  }
  .categorybg.inde
    .ind-container
    .inde-story-main
    .inde-story-left
    ul
    li
    .inde-story-pic
    img {
    width: 100%;
  }
  .categorybg.inde
    .ind-container
    .inde-story-main
    .inde-story-left
    ul
    li
    .top_titile {
    margin-bottom: 18px;
    float: left;
    width: 100%;
    padding: 0 20px 10px 20px;
    background-color: #e0e0e0;
    border-top: 4px solid #0e713b;
    min-height: 155px;
  }
  .categorybg.inde
    .ind-container
    .inde-story-main
    .inde-story-left
    ul
    li
    .top_titile
    h2 {
    font-size: 25px;
    margin: 10px 0;
    min-height: 54px;
  }
  .categorybg.inde
    .ind-container
    .inde-story-main
    .inde-story-left
    ul
    li
    .top_titile
    h2
    a {
    color: #323232;
  }
  .categorybg.inde
    .ind-container
    .inde-story-main
    .inde-story-left
    ul
    li
    .top_titile
    p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
  .categorybg.inde .ind-container .inde-story-main .inde-story-right {
    width: 301px;
    float: left;
    margin: 0 0 0 7px;
  }
  .categorybg.inde
    .ind-container
    .inde-story-main
    .inde-story-right
    .ts-content
    .top-story-right
    .special-report
    h2 {
    font-size: 22px;
    border-bottom: transparent;
    padding-bottom: 10px;
    margin: 10px 0 10px 0;
  }
  .categorybg.inde
    .ind-container
    .inde-story-main
    .inde-story-right
    .ts-content
    .top-story-right
    .special-report
    .swiper-wrapper {
    height: max-content;
  }
  .categorybg.inde
    .ind-container
    .inde-story-main
    .inde-story-right
    .ts-content
    .ind-desktop {
    display: block;
  }
  .categorybg.inde
    .ind-container
    .inde-story-main
    .inde-story-right
    .ts-content
    .ind-mob {
    display: none;
  }
  .categorybg.inde .ind-container .inde-story-second-slider {
    width: 100%;
    float: left;
  }
  .categorybg.inde .ind-container .inde-story-second-slider .swiper-wrapper {
    height: max-content;
  }
  .categorybg.inde .inde-story-third {
    width: 100%;
    float: left;
    background-color: #0a4a27;
    position: relative;
    overflow: hidden;
  }
  .categorybg.inde .inde-story-third h3 {
    font-size: 2.6em;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    float: left;
    margin: 20px 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .categorybg.inde .inde-story-third h3:before {
    content: "";
    border-left: 4px solid #549521;
    display: inline-block;
    height: 23px;
    margin: -3px 0 0 0;
    padding: 0 0 0 12px;
    vertical-align: middle;
  }
  .categorybg.inde .inde-story-third .ind-bg1 {
    width: 218px;
    position: absolute;
    left: -80px;
    top: 35%;
  }
  .categorybg.inde .inde-story-third .ind-bg2 {
    width: 250px;
    position: absolute;
    right: -80px;
    top: 20%;
  }
  .categorybg.inde .inde-story-third .inde-story-third-fi a .video-pic img {
    width: 100%;
  }
  .categorybg.inde
    .inde-story-third
    .inde-story-third-fi
    a
    .video-pic
    .video-icon {
    position: absolute;
    max-width: 100%;
    width: 60px !important;
    z-index: 100;
    right: 50%;
    bottom: 45%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    display: inline-block;
    top: 0;
  }
  .categorybg.inde
    .inde-story-third
    .inde-story-third-fi
    a
    .inde-third-fi-tittle {
    width: 100%;
    float: left;
    background-color: #002f1b;
    margin: 0;
    padding: 15px 10px;
    border-top: 3px solid #589c23;
  }
  .categorybg.inde
    .inde-story-third
    .inde-story-third-fi
    a
    .inde-third-fi-tittle
    h2 {
    color: #fff;
    font-size: 26px;
    margin: 10px 0;
    line-height: 29px;
  }
  .categorybg.inde .inde-story-third .inde-story-third-fi a:hover {
    color: #fff !important;
  }
  .categorybg.inde .inde-story-third .inde-story-third-se ul {
    padding: 0;
  }
  .categorybg.inde .inde-story-third .inde-story-third-se ul li {
    list-style: none;
  }
  .categorybg.inde .inde-story-third .inde-story-third-se ul li a {
    display: inline-block;
    color: #fff;
  }
  .categorybg.inde .inde-story-third .inde-story-third-se ul li a .pic {
    width: 100%;
    float: left;
    position: relative;
  }
  .categorybg.inde .inde-story-third .inde-story-third-se ul li a .pic img {
    width: 100%;
  }
  .categorybg.inde
    .inde-story-third
    .inde-story-third-se
    ul
    li
    a
    .pic
    .video-icon {
    position: absolute;
    max-width: 100%;
    width: 40px !important;
    z-index: 100;
    left: 5px;
    bottom: 9px;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    display: inline-block;
    top: auto;
    right: auto;
  }
  .categorybg.inde .inde-story-third .inde-story-third-se ul li a .pic h2 {
    color: #fff;
  }
  .categorybg.inde
    .inde-story-third
    .inde-story-third-se
    ul
    li
    a
    .pic
    .inde-se-desktop {
    display: block;
  }
  .categorybg.inde
    .inde-story-third
    .inde-story-third-se
    ul
    li
    a
    .pic
    .inde-se-mob {
    display: none;
  }
  .categorybg.inde
    .inde-story-third
    .inde-story-third-se
    ul
    li
    a
    .entry-content-heading {
    width: 100%;
    float: left;
  }
  .categorybg.inde
    .inde-story-third
    .inde-story-third-se
    ul
    li
    a
    .entry-content-heading
    h2 {
    margin: 10px 0;
    font-size: 18px;
    line-height: 22px;
  }
  .categorybg.inde .inde-story-third .inde-story-third-se ul li a:hover {
    color: #fff !important;
  }
  .categorybg.inde .inde-story-third .inde-story-third-th ul {
    padding: 0;
  }
  .categorybg.inde .inde-story-third .inde-story-third-th ul li {
    list-style: none;
  }
  .categorybg.inde .inde-story-third .inde-story-third-th ul li.border-box {
    border-bottom: 1px solid #3d845c;
    background-color: transparent;
    border-top: hidden;
  }
  .categorybg.inde
    .inde-story-third
    .inde-story-third-th
    ul
    li.border-box:last-child {
    border: 0;
  }
  .categorybg.inde .inde-story-third .inde-story-third-th ul li a {
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
  }
  .categorybg.inde .inde-story-third .inde-story-third-th ul li a .pic {
    width: 100px;
    float: right;
    margin-left: 4%;
    position: relative;
  }
  .categorybg.inde
    .inde-story-third
    .inde-story-third-th
    ul
    li
    a
    .pic
    .video-icon {
    position: absolute;
    max-width: 100%;
    width: 25px !important;
    z-index: 100;
    left: 5px;
    bottom: 9px;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    display: inline-block;
    top: auto;
    right: auto;
  }
  .categorybg.inde .inde-story-third .inde-story-third-th ul li a:hover {
    color: #fff !important;
  }
  .detial-menu-icon {
    width: 50px;
    height: 50px;
    background-color: #000;
  }
  .column-left {
    width: 273px;
    min-height: 300px;
    max-height: 100%;
    float: left;
    position: static;
  }
  .column-left .left-stick {
    position: fixed;
    width: 273px;
    height: 100%;
  }
  .column-left .left-stick .logo-section {
    margin: 5px auto;
    display: table;
  }
  .column-left .left-stick .logo-section img {
    width: 130px;
  }
  .column-left .left-stick .search-area {
    width: 80%;
    margin: 0 auto;
  }
  .column-left .left-stick .search-area .input-group {
    border-bottom: 1px solid rgba(225, 225, 225, 0.3);
  }
  .column-left .left-stick .search-area .input-group:focus {
    border-bottom: 1px solid orange;
  }
  .column-left .left-stick .search-area .input-group .form-control {
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    background: transparent;
    border: 0;
    font-size: 15px;
    height: 40px;
    color: #fff;
    padding-right: 0;
  }
  .column-left .left-stick .search-area .input-group .btn {
    border-radius: 0;
    color: #fff;
    background: transparent;
    border: 0;
  }
  .column-left .left-stick .search-area .input-group .btn img {
    width: 14px;
  }
  .column-left .left-stick .menu-area {
    width: 100%;
    margin: 10px auto 0 auto;
    height: 350px;
    height: calc(100% - 125px);
    height: -webkit-calc(100% - 125px);
    height: -o-calc(100% - 125px);
    overflow-y: auto;
  }
  .column-left .left-stick .menu-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .column-left .left-stick .menu-area ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    display: block;
    border: 1px solid transparent;
    padding-left: 10px;
    text-transform: capitalize;
    text-decoration: none;
  }
  .column-left .left-stick .menu-area ul li a img {
    width: 20px;
    margin-right: 10px;
    display: none;
  }
  .column-left .left-stick .menu-area ul li:hover a:not(.ad-icon) {
    color: #f7941e !important;
    background: rgba(0, 0, 0, 0.1);
  }
  .column-left .left-stick .menu-area ul li:hover ul li a:not(.ad-icon) {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.2);
  }
  .column-left .left-stick .menu-area ul li ul li a {
    font-size: 14px;
    color: #fff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.2);
  }
  .shows-page {
    background-color: #000 !important;
  }
  .shows-page .main-title h1 {
    color: #fff !important;
  }
  .shows-page .shows-box-page ul {
    margin: 0;
    padding: 0;
  }
  .shows-page .shows-box-page ul li {
    position: relative;
    list-style: none;
    width: 50%;
    float: left;
  }
  .shows-page .shows-box-page ul li a {
    width: 100%;
    float: left;
  }
  .shows-page .shows-box-page ul li a .main-heading {
    margin-bottom: 10px;
    display: inline-block;
    background-color: transparent;
    bottom: 0;
    left: 30px;
    padding: 0 10px 3px;
    position: absolute;
    z-index: 10;
    width: 90%;
    text-align: right;
  }
  .shows-detail-banner img {
    width: 100%;
  }
  .shows-profile {
    width: 100%;
    float: left;
    background-color: #1f1f1f;
    padding: 10px 20px;
  }
  .shows-profile .shows-top-left h1 {
    color: #fff;
    font-size: 3em;
    font-weight: 600;
  }
  .shows-profile .shows-top-left h3 {
    color: #fff;
    font-size: 2em;
    text-align: left;
  }
  .shows-profile .shows-top-left p {
    color: #fff;
    font-size: 1.8em;
  }
  .shows-profile .shows-top-left .timing-section {
    text-align: left;
  }
  .shows-profile hr {
    border-top: 1px solid #444;
  }
  .shows-profile .shows-top-right .ads {
    background-color: #f9f9f9;
    border: 0;
    padding: 20px;
  }
  .fullpage h1 {
    color: #1b1818;
    font-size: 47px;
    font-weight: 600;
    line-height: 53px;
    text-align: center;
  }
  .fullpage .source {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
  }
  .fullpage .source a {
    color: #f7941e;
  }
  .fullpage .excerpt-full {
    width: 100%;
    float: left;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 10px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
  }
  .fullpage .excerpt-full p {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
  }
  .fullpage .time-section {
    width: 100%;
    float: left;
    text-align: center;
  }
  .fullpage .time-section p {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding-left: 7px;
    color: #909090;
    margin-right: 10px;
  }
  .fullpage .time-section span {
    width: 12px;
    float: right;
    margin-left: 5px;
  }
  .fullpage header {
    padding: 0;
    margin: 0;
  }
  .fullpage header.green {
    position: relative;
    box-shadow: none;
    background-color: transparent;
  }
  .fullpage header.green .long-story-logo {
    position: absolute;
  }
  .fullpage .long-story-logo {
    display: block;
    width: 70%;
    padding: 10px 1% 0;
    position: fixed;
    top: 15px;
    left: 0;
    text-align: center;
    white-space: initial;
    z-index: 2;
    margin: 0 auto;
    right: 0;
  }
  .fullpage .long-story-logo .logo {
    width: 40px;
    float: left;
  }
  .fullpage .long-story-logo .mobile-header {
    display: block;
  }
  .fullpage
    .long-story-logo
    .mobile-header
    .mobile-left
    .mobile-nav
    .mob-menu-icon {
    background-color: #fff;
    padding: 5px;
    margin-top: -10px;
  }
  .fullpage .top-header {
    position: relative;
    width: 100%;
    float: left;
    top: -15px;
  }
  .fullpage .top-header.long-block::before {
    background: -webkit-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.95) 0,
      rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.95) 0,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.95) 0,
      rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
    webkit-transition: background-color 0.15s ease-out;
    -webkit-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .fullpage .top-header img {
    width: 100%;
  }
  .fullpage .container {
    width: 880px;
    margin-top: -150px;
    background-color: #fff;
    position: relative;
  }
  .fullpage .long-content {
    width: 100%;
    float: left;
  }
  .fullpage .long-content .category-share {
    float: right;
    margin: 0 0 15px 0;
    white-space: nowrap;
    display: table;
    position: absolute;
    left: -60px;
    top: 80px;
  }
  .fullpage .long-content .category-share span {
    font-size: 1.8em;
    float: left;
    margin: 7px 20px 7px 0;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;
  }
  .fullpage .long-content .category-share ul {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: table;
  }
  .fullpage .long-content .category-share ul li {
    width: 40px;
    float: none;
    list-style: none;
    margin-bottom: 5px;
  }
  .fullpage .long-content .category-share ul li.whatsapp-icon-share {
    display: none;
  }
  .fullpage .long-content .story-detail {
    width: 100%;
    float: left;
    margin: 0 0;
  }
  .fullpage .long-content .story-detail p {
    margin: 1em 0;
    color: #1b1818;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
    word-spacing: 0;
    word-wrap: break-word;
  }
  .fullpage .long-content .story-detail p .img-left {
    float: left;
    margin: 0 20px 0 0;
    max-width: 50%;
  }
  .fullpage .long-content .story-detail p ul {
    padding-left: 20px;
  }
  .fullpage .long-content .story-detail p ul li {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .fullpage .long-content .story-detail p ol {
    padding-left: 20px;
  }
  .fullpage .long-content .story-detail p ol li {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .fullpage .long-content .story-detail h1 {
    font-size: 47px;
    font-weight: 600;
    line-height: 53px;
    text-align: right;
    direction: rtl;
    margin: 10px 0;
  }
  .fullpage .long-content .story-detail h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    text-align: right;
    direction: rtl;
    margin: 10px 0;
  }
  .fullpage .long-content .story-detail h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    text-align: right;
    direction: rtl;
    margin: 10px 0;
  }
  .fullpage .long-content .story-detail blockquote {
    border: 0;
    font-weight: 700;
    text-align: center;
    font-style: normal;
    display: block;
    background: #f6f8ff;
    padding: 15px 20px 15px 35px;
    margin: 0 0 20px;
    position: relative;
    font-size: 24px;
    line-height: 35px;
    color: #2f2d2d;
    border-right: 6px solid #21409a;
    direction: rtl;
    width: 90%;
    margin: 0 auto;
    border-left: 3px solid #21409a;
    margin-top: 20px;
  }
  .fullpage .long-content .story-detail blockquote:before {
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #585656;
    position: absolute;
    left: 1px;
    top: 20px;
  }
  .fullpage .long-content .story-detail img {
    max-width: 100%;
  }
  .fullpage .more-long {
    width: 100%;
    float: left;
    border-top: 1px solid #eee;
  }
  .fullpage .more-long .tittle {
    font-size: 2.6em;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
    margin: 15px 0;
  }
  .fullpage .more-long ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
  }
  .fullpage .more-long ul li {
    list-style: none;
    margin-bottom: 20px;
  }
  .fullpage .more-long ul li a img {
    width: 100%;
  }
  .fullpage .more-long ul li a h3 {
    color: #000;
    margin: 5px 0;
    font-size: 16px;
    line-height: 20px;
    min-height: 40px;
  }
  .fullpage .input-group-btn .btn {
    margin: 0;
  }
  .fullpage .btn {
    display: table;
    margin: 25px auto;
  }
  .fullpage .author_title_img {
    margin: 5px 10px 0 0;
    white-space: nowrap;
    display: inline-block;
  }
  .fullpage .author_title_img .noImageAuthor {
    border-radius: 50%;
    width: 40px;
    float: right;
    margin-right: 2%;
    background-color: #ccc;
    height: 40px;
    text-align: center;
    font-size: 17px;
    line-height: 41px;
  }
  .fullpage .author_title_img img {
    border-radius: 50%;
    width: 50px;
    float: right;
    margin-right: 2%;
    background-color: #ccc;
    height: 50px;
    text-align: center;
    line-height: 52px;
    border: 1px solid #ccc;
  }
  .fullpage .author_title_img .author_agency {
    color: #20409a;
    font-weight: 700;
    line-height: 40px;
    width: auto;
    float: none;
  }
  .fullpage .author_title_img a {
    line-height: 46px;
    color: #1e419d;
    font-size: 13px;
    text-align: left;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .authorInfoPage {
    float: left;
    width: 100%;
    margin: 5px 0;
  }
  .authorInfoPage img {
    border-radius: 50%;
    width: 50px;
    float: left;
    margin-right: 1%;
    background-color: #ccc;
    height: 50px;
    text-align: center;
    line-height: 52px;
    border: 1px solid #ccc;
  }
  .authorInfoPage h2 {
    color: #000;
    float: left;
    line-height: 50px;
  }
  .authorInfoPage p {
    float: left;
    font-size: 14px;
    color: #4e4d4d;
    font-weight: 500;
    width: 100%;
    margin: 10px 0;
  }
  .noImageAuthor {
    border-radius: 50%;
    background-color: #ccc;
    font-size: 17px;
    text-align: center;
    line-height: 70px;
    border: 1px solid #ccc;
    margin: 0 auto;
    max-width: 70px;
    width: 100%;
    height: 70px;
    display: block;
    float: none;
  }
  .noImageAuthor .author_agency {
    line-height: 47px;
  }
  .writter_name {
    background-color: #21409a;
    width: 100%;
    margin-top: 20px;
    display: inline-block;
  }
  .writter_name ul {
    padding: 0 0 0 10px;
  }
  .writter_name ul li {
    list-style: none;
    float: left;
    padding: 5px;
    margin: 0;
  }
  .writter_name ul li a {
    color: #fff;
    border-right: 1px solid #fff;
    padding-right: 10px;
    line-height: 33px;
    font-size: 14px;
    font-weight: 500;
  }
  .writter_title {
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 50px;
    margin-top: 20px;
    font-weight: 700;
  }
  .writter_pic {
    width: 31.33%;
    float: left;
    margin: 0 1% 10px 1%;
    border-top: 0;
    border-bottom: 1px solid #efefef;
    padding-bottom: 0;
  }
  .writter_pic h2 {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    color: #000;
    min-height: 44px;
    display: inline-block;
  }
  .writter_pic img {
    border-radius: 50%;
    width: 45px;
    float: right;
    margin-left: 2%;
    background-color: #ccc;
    height: 45px;
    text-align: center;
    font-size: 17px;
    line-height: 45px;
  }
  .writter_pic .noImageAuthor {
    overflow: hidden;
    height: 45px;
    max-width: 45px;
    line-height: 45px;
    float: left;
    margin-right: 5px;
  }
  .show-slider {
    width: 100%;
    float: left;
    margin: 0;
    border-top: 4px solid #222;
  }
  .show-slider h3 {
    float: left;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #454343;
    padding-bottom: 10px;
    margin: 0 0 15px 0;
    font-size: 2.2em;
  }
  .show-slider .programe-name {
    float: left;
    font-size: 1.4em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    margin: 10px 0 5px 0;
  }
  .show-slider .programe-time {
    float: left;
    font-size: 1.2em;
    font-weight: 400;
    color: #ccc;
    width: 100%;
    padding-bottom: 5px;
    margin: 0;
  }
  .show-slider .thumbs-name {
    color: #fff;
    font-size: 0.7em;
  }
  .show-slider .swiper-pagination {
    position: relative;
  }
  .show-slider .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .show-slider .gallery-top {
    height: 80%;
    width: 100%;
  }
  .show-slider .gallery-thumbs {
    height: 20%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
  }
  .show-slider .gallery-thumbs .swiper-slide {
    width: 15%;
    height: 100%;
    opacity: 0.4;
  }
  .show-slider .gallery-thumbs .swiper-slide img {
    border-radius: 50%;
    width: 60px;
    float: left;
    margin-right: 2%;
    background-color: #ccc;
    height: 60px;
    text-align: center;
    font-size: 17px;
    line-height: 45px;
  }
  .show-slider .gallery-thumbs .swiper-slide:first-child {
    margin-left: 9.5px;
  }
  .show-slider .gallery-thumbs .swiper-slide-active {
    opacity: 1;
  }
  .show-slider .swiper-button-next,
  .show-slider .swiper-button-prev {
    top: 30%;
  }
  .about-page {
    background-color: #fff;
  }
  .about-page .about-right .tittle {
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
  }
  .about-page .about-right .tittle h2 {
    font-size: 2.6em;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    float: left;
    margin: 0;
  }
  .about-page .about-right .tittle h2::before {
    content: "";
    border-left: 4px solid #21409a;
    display: inline-block;
    height: 23px;
    margin: -3px 0 0 0;
    padding: 0 0 0 12px;
    vertical-align: middle;
  }
  .about-page .about-right .box_outer {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    border: 1px solid #e0e0e0;
  }
  .about-page .about-right .box_outer .news_box_heading {
    padding: 10px;
    border-bottom: 2px solid #f79218;
    background: #f8f8f8;
  }
  .about-page .about-right .box_outer .news_box_heading .nb_dots {
    background: none !important;
    overflow: hidden;
    line-height: 23px;
  }
  .about-page .about-right .box_outer .news_box_heading .nb_dots h2 {
    font-weight: 700;
    margin: 0;
  }
  .about-page .about-right h3 {
    font-size: 22px;
    margin: 10px 0 15px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }
  .about-page .about-right h4 {
    font-size: 12px;
    color: #838383;
    line-height: 18px;
  }
  .about-page .about-right p {
    font-size: 14px;
    color: #000;
  }
  .about-page .about-right .meta_author {
    margin: 10px 0;
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
  }
  .about-page .about-right .meta_author strong {
    color: #555;
  }
  .about-page .about-right .meta_author a {
    display: inline-block;
    color: #337ab7;
  }
  .about-page .about-right .squareli ul {
    padding: 0 20px;
  }
  .about-page .about-right .squareli ul li {
    list-style: square;
    margin-bottom: 10px;
  }
  .about-page .about-right .squareli ul li a {
    font-size: 13px;
    color: #337ab7;
  }
  .about-page .about-right td {
    font-size: 12px;
    color: #353535;
    padding: 2px;
    font-weight: 500;
  }
  .about-page .list ul {
    width: 100%;
  }
  .abcd .catPostHome {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .abcd .catPostHome ul {
    padding: 0;
    width: 100%;
    float: left;
  }
  .abcd .catPostHome ul li {
    list-style: none;
    padding: 10px 0;
    width: 100%;
    float: left;
  }
  .abcd .catPostHome ul li.border-box {
    clear: both;
  }
  .abcd .catPostHome ul li.border-box a {
    font-size: 17px;
    line-height: 21px;
    color: #000;
    min-height: 63px;
    display: block;
    font-weight: 600;
  }
  .abcd .catPostHome ul li.border-box a:hover {
    color: #21409a;
    text-decoration: none;
  }
  .abcd .catPostHome ul li.border-box:first-child {
    border: 0;
  }
  .abcd .catPostHome ul li.border-box .block {
    position: relative;
    width: 100%;
    float: left;
  }
  .abcd .catPostHome ul li .top-story-first {
    float: left;
    width: 100%;
  }
  .abcd .catPostHome ul li .top-story-first a {
    float: right;
    color: #000;
    position: relative;
    text-align: right;
    font-weight: 600;
  }
  .abcd .catPostHome ul li .top-story-first a .main-heading-top {
    clear: both;
  }
  .abcd .catPostHome ul li .top-story-first a .main-heading-top h2 {
    line-height: 23px;
    margin: 10px 0;
    display: inline-block;
    font-size: 18px;
    min-height: 70px;
  }
  .abcd .catPostHome ul li .top-story-first a:hover {
    color: #21409a;
    text-decoration: none;
  }
  .abcd .catPostHome ul li .top-story-first .main-heading-top {
    width: 100%;
    float: left;
  }
  .abcd .catPostHome ul li .top-story-first .main-heading-top h2 {
    display: inline-block;
    margin: 5px 0 10px 0;
  }
  .abcd .catPostHome ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  .abcd .catPostHome .tittle-top {
    margin-bottom: 5px;
  }
  .module.parallax-1 {
    background-position: 50% 0 !important;
    background-attachment: initial;
    height: 650px;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .full-cover-img {
    display: none;
  }
  .latest-page-new .FirstBlock .pic img {
    width: 100%;
  }
  .latest-page-new .FirstBlock .entry-title h1 {
    font-size: 30px;
    color: #000;
    margin: 0 0 20px 0;
    font-weight: 600;
  }
  .latest-page-new .FirstBlock .entry-title h1 a {
    color: #000;
  }
  .latest-page-new .FirstBlock .entry-title h2 {
    font-size: 30px;
    color: #000;
    margin: 0 0 20px 0;
    font-weight: 600;
  }
  .latest-page-new .FirstBlock .entry-title h2 a {
    color: #000;
  }
  .latest-page-new .FirstBlock .entry-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
  }
  .latest-page-new .FirstBlock .entry-title .date {
    color: #595959;
    font-size: 13px;
    margin-bottom: 5px;
    display: inline-block;
  }
  .latest-page-new .list ul {
    width: 100%;
  }
  .latest-page-new .list ul li a .entry-content-heading {
    width: 61%;
    width: -webkit-calc(100% - 100px - 4%);
    width: calc(100% - 100px - 4%);
    float: left;
  }
  .latest-page-new .list .pic {
    width: 100px;
  }
  .latest-page-new .list .pic img {
    width: 100%;
  }
  .latest-page-new .singleBlock {
    margin-bottom: 10px;
    min-height: 100px;
  }
  .latest-page-new .singleBlock .list ul .date {
    margin-top: 5px;
    display: inline-block;
    font-size: 13px;
    color: #595959;
  }
  .template1-bg {
    background-attachment: fixed !important;
    margin-top: 70px !important;
    height: 480px !important;
    background-size: contain !important;
  }
  .tamplate1-content {
    padding: 20px 0 0 0;
  }
  .ele-animation {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .ele-animation img {
    max-width: 100%;
  }
  .ele-top-content {
    width: 100%;
    float: left;
  }
  .ele-top-content .ele-top {
    position: relative;
  }
  .ele-top-content .ele-top .ele-top-left {
    float: right;
    width: 50%;
  }
  .ele-top-content .ele-top .ele-top-left .ele-top-left-pic {
    float: right;
    margin-left: 5px;
  }
  .ele-top-content .ele-top .ele-top-left .ele-top-left-txt {
    float: right;
  }
  .ele-top-content .ele-top .ele-top-left .ele-top-left-txt .ele-top-name {
    width: 100%;
    float: right;
    font-size: 18px;
    line-height: 20px;
    color: #232323;
  }
  .ele-top-content .ele-top .ele-top-left .ele-top-left-txt .ele-top-left-party {
    color: #777;
    font-size: 12px;
  }
  .ele-top-content .ele-top .ele-top-right {
    float: left;
    width: 50%;
  }
  .ele-top-content .ele-top .ele-top-right .ele-top-right-pic {
    float: left;
    margin-right: 5px;
  }
  .ele-top-content .ele-top .ele-top-right .ele-top-right-txt {
    float: left;
    text-align: left;
  }
  .ele-top-content .ele-top .ele-top-right .ele-top-right-txt .ele-top-name {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #232323;
    line-height: 20px;
  }
  .ele-top-content
    .ele-top
    .ele-top-right
    .ele-top-right-txt
    .ele-top-right-party {
    color: #777;
    font-size: 12px;
  }
  .ele-top-content .leading-bar {
    width: 100%;
    float: left;
    margin: 5px 0;
  }
  .ele-top-content .leading-bar .leading-bar-left {
    width: 50%;
    float: right;
    padding: 5px;
    background-color: #254726;
  }
  .ele-top-content .leading-bar .leading-bar-left .leading-bar-left-vote {
    color: #fff;
    float: right;
    font-size: 30px;
    font-weight: 700;
  }
  .ele-top-content .leading-bar .leading-bar-left .leading-txt {
    color: #fff;
    float: right;
    font-size: 15px;
    margin-right: 5px;
    margin-top: 12px;
    font-style: italic;
  }
  .ele-top-content .leading-bar .leading-bar-right {
    width: 50%;
    float: left;
    background-color: #d5090a;
    padding: 5px;
  }
  .ele-top-content .leading-bar .leading-bar-right .leading-bar-right-vote {
    color: #fff;
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    float: left;
  }
  .ele-top-content .leading-bar .leading-bar-right .leading-txt {
    color: #fff;
    float: right;
    font-size: 15px;
    margin-left: 5px;
    margin-top: 12px;
    font-style: italic;
    float: left;
  }
  .ele-top-content .ele-top-center {
    text-align: right;
    width: 100%;
    float: left;
    color: #f7941e;
    font-size: 12px;
    font-style: italic;
  }
  .ele-top-content .timer-area {
    width: 100%;
    text-align: center;
  }
  .ele-top-content .timer-area .ele-top-set {
    font-size: 13px;
    margin-left: 10px;
  }
  .ele-top-content .timer-area .time-ar-content {
    display: inline-block;
  }
  .ele-top-content .timer-area .time-ar-content .time-pic {
    float: right;
  }
  .ele-top-content .timer-area .time-ar-content .time-content {
    float: right;
    margin-top: 55px;
    text-align: right;
  }
  .ele-bottom-content {
    width: 100%;
    float: left;
    margin: 20px 0;
  }
  .ele-bottom-content .cadidate-profile .cadidate-title {
    font-size: 18px;
    color: #4a4949;
    text-transform: uppercase;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    padding: 5px 10px;
    font-weight: 600;
  }
  .ele-bottom-content .cadidate-profile .cadidate-title .cad-bold {
    font-size: 26px;
  }
  .ele-bottom-content .cadidate-profile .cadidate-list ul {
    padding: 0;
  }
  .ele-bottom-content .cadidate-profile .cadidate-list ul li {
    list-style: none;
    color: #595959;
    width: 100%;
    float: left;
    margin-bottom: 14px;
  }
  .ele-bottom-content .cadidate-profile .cadidate-list ul li .cadidate-pic {
    float: right;
    margin-left: 15px;
  }
  .ele-bottom-content .cadidate-profile .cadidate-list ul li .cadidate-name {
    font-size: 17px;
    font-weight: 600;
  }
  .ele-bottom-content .cadidate-profile .cadidate-list ul li .cadidate-party {
    font-weight: 400;
    font-size: 12px;
  }
  .ele-bottom-content .cadidate-profile .cadidate-list ul li a {
    color: #1d1d1d;
  }
  .ele-bottom-content .ele-main-story h1 {
    margin: 10px 0 5px 0;
    font-size: 3.5em;
    font-weight: 700;
    line-height: 40px;
    word-spacing: -3px;
    text-align: right;
  }
  .ele-bottom-content .ele-main-story h1 a {
    color: #000;
  }
  .ele-bottom-content .ele-main-story .ele-main-pic {
    position: relative;
  }
  .ele-bottom-content .ele-main-story .ele-main-pic img {
    width: 100%;
  }
  .ele-bottom-content .ele-main-story .ele-main-pic .video-icon {
    bottom: 0;
    top: inherit;
    left: 0;
    right: inherit;
    width: 60px !important;
  }
  .ele-bottom-content .ele-story-third h2 {
    margin: 10px 0 5px 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    word-spacing: -3px;
    text-align: right;
  }
  .ele-bottom-content .ele-story-third h2 a {
    color: #000;
  }
  .ele-bottom-content .ele-story-third .ele-story-third-pic {
    position: relative;
  }
  .ele-bottom-content .ele-story-third .ele-story-third-pic img {
    width: 100%;
  }
  .ele-bottom-content .ele-story-third .ele-story-third-pic .video-icon {
    bottom: 0;
    top: inherit;
    left: 0;
    right: inherit;
    width: 60px !important;
  }
  .ele-third-content {
    width: 100%;
    float: left;
    font-family: "Nimbusregu";
  }
  .ele-third-content .ele-third-list {
    padding: 0;
  }
  .ele-third-content .ele-third-list .ele-third-bottom {
    margin-bottom: 20px;
  }
  .ele-third-content .ele-third-list .ele-third-bottom a {
    color: #000;
  }
  .ele-third-content .ele-third-list .ele-third-bottom a .ele-third-pic {
    position: relative;
  }
  .ele-third-content .ele-third-list .ele-third-bottom a .ele-third-pic img {
    width: 100%;
  }
  .ele-third-content
    .ele-third-list
    .ele-third-bottom
    a
    .ele-third-pic
    .video-icon {
    bottom: 0;
    top: inherit;
    left: 0;
    right: inherit;
    width: 40px !important;
  }
  .ele-third-content .ele-third-list .ele-third-bottom a h2 {
    margin: 5px 0;
    line-height: 24px;
    font-size: 18px;
    min-height: 50px;
  }
  .ele-third-content .watch-content .watch-content-title {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .ele-third-content .watch-content .watch-content-title img {
    width: 50%;
  }
  .ele-third-content .watch-content .watch-list ul {
    padding: 0;
  }
  .ele-third-content .watch-content .watch-list ul li {
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .ele-third-content .watch-content .watch-list ul li a {
    color: #000;
  }
  .ele-third-content .watch-content .watch-list ul li a .watch-list-pic {
    float: right;
    margin-left: 10px;
    position: relative;
  }
  .ele-third-content
    .watch-content
    .watch-list
    ul
    li
    a
    .watch-list-pic
    .video-icon {
    bottom: 0;
    top: inherit;
    left: 0;
    right: inherit;
    width: 30px !important;
  }
  .ele-third-content .watch-content .watch-list ul li a .watch-list-txt h2 {
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0 0 0;
    font-weight: 600;
  }
  .ele-third-content .watch-content .watch-list ul li:nth-child(n + 6) {
    display: none;
  }
  .candidate-slider {
    width: 100%;
    float: left;
    display: none;
    margin: 20px 0;
  }
  .candidate-slider .candidate-border {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
  .candidate-slider .candidate-slider-list {
    padding: 20px 0;
  }
  .candidate-slider .candidate-slider-list .cadidate-name {
    font-size: 16px;
    font-weight: 600;
  }
  .candidate-slider .candidate-slider-list .cadidate-name a {
    color: #000;
  }
  .candidate-slider .candidate-slider-list .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    background-color: #fff;
  }
  .candidate-slider .candidate-slider-list .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    background-color: #fff;
  }
  .candidate-slider .cadidate-pic {
    width: 50px;
    float: right;
    margin-left: 10px;
  }
  .ele-story-third-mob {
    display: none;
    width: 100%;
    float: left;
  }
  .ele-story-third-mob .ele-story-third-pic {
    position: relative;
  }
  .ele-story-third-mob .ele-story-third-pic img {
    width: 100%;
  }
  .ele-story-third-mob .ele-story-third-pic .video-icon {
    bottom: 0;
    top: inherit;
    left: 0;
    right: inherit;
    width: 40px !important;
  }
  .ele-story-third-mob h2 {
    font-size: 20px;
    margin: 10px 0;
  }
  .ele-story-third-mob h2 a {
    color: #000;
  }
  .home_s_top {
    width: 100%;
    float: left;
  }
  .home_s_top .lb {
    margin: 0 0 20px 0;
  }
  .home_s_top .home_main_content {
    width: 93%;
    width: -webkit-calc(100% - 300px - 1.5%);
    width: calc(100% - 300px - 1.5%);
    float: right;
  }
  .home_s_top .home_main_content .m_c_left {
    width: 42%;
    float: right;
  }
  .home_s_top .home_main_content .m_c_left ul {
    padding: 0;
    margin: 0;
  }
  .home_s_top .home_main_content .m_c_left ul li {
    list-style: none;
    width: 100%;
    float: right;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .home_s_top .home_main_content .m_c_left ul li .m_pic {
    position: relative;
    width: 100px;
    float: right;
    margin-left: 4%;
  }
  .home_s_top .home_main_content .m_c_left ul li .m_pic img {
    width: 100%;
    height: auto;
  }
  .home_s_top .home_main_content .m_c_left ul li .m_pic .video-icon {
    width: 25px !important;
    top: 5px;
  }
  .home_s_top .home_main_content .m_c_left ul li .cat {
    font-size: 12px;
    color: #333;
    display: none;
  }
  .home_s_top .home_main_content .m_c_left ul li .heading {
    display: inline-block;
  }
  .home_s_top .home_main_content .m_c_left ul li .heading h1 {
    font-size: 25px;
    color: #222;
    margin: 10px 0;
    line-height: 26px;
    font-weight: 700;
  }
  .home_s_top .home_main_content .m_c_left ul li .heading h2 {
    font-size: 20px;
    color: #222;
    margin: 0 0 10px 0;
    line-height: 25px;
    font-weight: 700;
  }
  .home_s_top .home_main_content .m_c_left ul li .m_except {
    width: 93%;
    width: -webkit-calc(100% - 100px - 4%px);
    width: -webkit-calc(100% - 100px - 4%);
    width: calc(100% - 100px - 4%);
    float: left;
  }
  .home_s_top .home_main_content .m_c_left ul li .m_except p {
    font-size: 18px;
    color: #444;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 81px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .home_s_top .home_main_content .m_c_left ul li .m_post {
    font-size: 16px;
    color: #444;
    display: none;
  }
  .home_s_top .home_main_content .m_c_left ul li:first-child .m_pic {
    width: 100%;
    margin-right: 0;
  }
  .home_s_top .home_main_content .m_c_left ul li:first-child .m_pic .video-icon {
    width: 40px !important;
    top: 9px;
  }
  .home_s_top .home_main_content .m_c_left ul li:first-child .m_except {
    width: 100%;
  }
  .home_s_top .home_main_content .m_c_left ul li:first-child .cat {
    display: block;
  }
  .home_s_top .home_main_content .m_c_left ul li:first-child .m_post {
    display: block;
  }
  .home_s_top .home_main_content .m_c_left ul li:last-child {
    border-bottom: 0;
  }
  .home_s_top .home_main_content .m_c_left ul li .hover_share {
    display: none;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px;
  }
  .home_s_top .home_main_content .m_c_left ul li .hover_share a {
    float: left;
    margin-right: 11px;
  }
  .home_s_top .home_main_content .m_c_left ul li .hover_share a img {
    max-width: 100%;
    width: 15px;
  }
  .home_s_top .home_main_content .m_c_left ul li .hover_share a:last-child {
    margin-right: 0;
  }
  .home_s_top .home_main_content .m_c_left ul li:hover .hover_share {
    display: block;
  }
  .home_s_top .home_main_content .m_c_right {
    width: 56%;
    float: right;
    margin: 0 2% 0 0;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    padding: 0 2%;
  }
  .home_s_top .home_main_content .m_c_right ul {
    padding: 0;
    margin: 0;
  }
  .home_s_top .home_main_content .m_c_right ul li {
    list-style: none;
    width: 50%;
    float: right;
    padding-bottom: 10px;
    margin-bottom: -1px;
  }
  .home_s_top .home_main_content .m_c_right ul li article {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e2e2e2;
  }
  .home_s_top .home_main_content .m_c_right ul li article .m_pic {
    position: relative;
    width: 100%;
    float: right;
  }
  .home_s_top .home_main_content .m_c_right ul li article .m_pic img {
    width: 100%;
    height: auto;
  }
  .home_s_top .home_main_content .m_c_right ul li article .heading {
    width: 100%;
    float: left;
  }
  .home_s_top .home_main_content .m_c_right ul li article .heading h2 {
    margin: 7px 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 81px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 78px;
    color: #222;
  }
  .home_s_top .home_main_content .m_c_right ul li:nth-child(odd) {
    border-left: 1px solid #e2e2e2;
    padding-left: 2%;
  }
  .home_s_top .home_main_content .m_c_right ul li:nth-child(even) {
    padding-left: 0;
    padding-right: 2%;
    border-left: 0;
  }
  .home_s_top .home_main_content .m_c_right ul li:nth-child(n + 7) {
    padding-bottom: 0;
  }
  .home_s_top .home_main_content .m_c_right ul li .hover_share {
    display: none;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px;
  }
  .home_s_top .home_main_content .m_c_right ul li .hover_share a {
    float: left;
    margin-right: 11px;
  }
  .home_s_top .home_main_content .m_c_right ul li .hover_share a img {
    max-width: 100%;
    width: 15px;
  }
  .home_s_top .home_main_content .m_c_right ul li .hover_share a:last-child {
    margin-right: 0;
  }
  .home_s_top .home_main_content .m_c_right ul li:hover .hover_share {
    display: block;
  }
  .home_s_top .home_main_content .highlihts {
    width: 100%;
    float: left;
  }
  .home_s_top .home_main_content .highlihts ul {
    padding: 0;
    margin: 0;
  }
  .home_s_top .home_main_content .highlihts ul li {
    list-style: none;
    border-bottom: 0;
  }
  .home_s_top .home_main_content .highlihts ul li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 7px;
    background-color: #901a2a;
    margin-top: 4px;
    float: right;
  }
  .home_s_top .home_main_content .highlihts ul li h4 {
    float: left;
    width: -webkit-calc(100% - 5px - 7px);
    width: calc(100% - 5px - 7px);
    font-size: 14px;
    margin: 0;
  }
  .home_s_top .home_main_content .highlihts ul li a {
    color: #333;
  }
  .home_s_top .home_sidebar {
    width: 300px;
    float: left;
    margin-right: 1.5%;
  }
  .home_s_top .home_sidebar .special_slider {
    width: 100%;
    float: left;
    margin: 10px 0;
  }
  .home_s_top .home_sidebar .special_slider .special-report {
    background-color: #20409a;
    width: 100%;
    float: left;
    padding: 10px;
    margin: 0;
  }
  .home_s_top .home_sidebar .special_slider .special-report .home_title {
    color: #fff;
  }
  .home_s_top .home_sidebar .special_slider .special-report .swiper-text a {
    position: relative;
    z-index: 999;
    display: block;
  }
  .home_s_top .home_sidebar .special_slider .special-report .main-heading h2 {
    border: 0;
    font-size: 18px;
    margin: 10px 0 0 0;
    color: #fff;
  }
  .home_s_top .home_sidebar .special_slider .special-report .swiper-button-next,
  .home_s_top .home_sidebar .special_slider .special-report .swiper-button-prev {
    display: none;
  }
  .home_s_top
    .home_sidebar
    .special_slider
    .special-report:hover
    .swiper-button-next,
  .home_s_top
    .home_sidebar
    .special_slider
    .special-report:hover
    .swiper-button-prev {
    display: block;
    width: 30px;
    height: 50px;
    margin-top: -18px;
    background-size: 12px 44px;
  }
  .home_s_top .home_sidebar .special_slider .special-report .seq-number {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    font-family: Arial;
    border-radius: 50%;
    background: #c30909;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
  }
  .home_title {
    font-size: 23px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 900;
  }
  .editors_pick {
    width: 100%;
    float: left;
    border-top: 4px solid #222;
    margin: 20px 0;
  }
  .editors_pick .home_title {
    margin-top: 10px;
  }
  .editors_pick ul {
    padding: 0;
    margin: 0;
  }
  .editors_pick ul li {
    list-style: none;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 0 10px 0;
  }
  .editors_pick ul li .e_p_txt {
    width: 93%;
    float: right;
    width: -webkit-calc(100% - 60px - 3%);
    width: calc(100% - 60px - 3%);
  }
  .editors_pick ul li .e_p_txt h2 {
    font-size: 18px;
    margin: 0;
    line-height: 22px;
  }
  .editors_pick ul li .e_p_txt h2 a {
    color: #222;
  }
  .editors_pick ul li .e_p_txt h3 {
    font-size: 13px;
    margin: 5px 0 0 0;
    font-weight: 900;
  }
  .editors_pick ul li .e_p_txt h3 a {
    color: #20409a;
  }
  .editors_pick ul li .e_p_img {
    width: 60px;
    float: left;
    margin-right: 3%;
  }
  .editors_pick ul li .e_p_img img {
    border-radius: 5px;
    max-width: 100%;
  }
  .editors_pick ul li .noImageAuthor {
    border-radius: 5px;
    max-width: 60px;
    height: 60px;
    line-height: 60px;
    border: 0;
  }
  .editors_pick ul li:last-child {
    border-bottom: 0;
    padding: 5px 0 0 0;
  }
  .home-video-panel {
    width: 100%;
    float: left;
  }
  .home-video-panel .tabs-link {
    margin: 20px 0;
  }
  .home-video-panel ul.panel-tabs {
    text-align: right;
    float: right;
    border-bottom: 1px solid transparent;
  }
  .home-video-panel ul.panel-tabs li {
    float: left;
    margin-bottom: -1px;
  }
  .home-video-panel ul.panel-tabs li a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: 0.85;
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
  }
  .home-video-panel ul.panel-tabs li a:hover {
    border-color: transparent;
    color: #fff !important;
    background-color: transparent;
  }
  .home-video-panel ul.panel-tabs li.active a {
    background-color: rgba(255, 255, 255, 0.2);
    color: #f7941e;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  .home-video-panel .panel-primary .panel-body {
    padding: 0;
  }
  .home-video-panel .panel-primary ul {
    padding: 0;
    display: inline-block;
  }
  .home-video-panel .panel-primary ul li {
    list-style: none;
    width: 99%;
    float: left;
    border-bottom: 1px solid rgba(165, 165, 165, 0.19);
    padding: 10px 0 10px 0;
  }
  .home-video-panel .panel-primary ul li .pic {
    width: 100px;
    float: right;
    margin-left: 3%;
    position: relative;
  }
  .home-video-panel .panel-primary ul li .pic .video-icon {
    width: 25px !important;
  }
  .home-video-panel .panel-primary ul li .caption {
    width: 93%;
    float: left;
    width: -webkit-calc(100% - 100px - 3%);
    width: calc(100% - 100px - 3%);
  }
  .home-video-panel .panel-primary ul li .caption h4 {
    margin: 0;
    font-size: 15px;
    line-height: 18px;
    color: #222;
    font-family: "gn-tittle";
  }
  .home-video-panel .panel-primary ul li .caption h4:hover {
    text-decoration: none;
  }
  .home-video-panel .panel-primary ul li .caption .date {
    color: #909090;
    font-size: 1.2em;
    font-weight: 500;
  }
  .home-video-panel .panel-primary ul li .caption .date::after {
    content: "";
    border-left: 1px solid #909090;
    display: inline-block;
    height: 12px;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    vertical-align: middle;
  }
  .home-video-panel .panel-primary ul li .caption .time {
    color: #909090;
    font-size: 1.2em;
    font-weight: 500;
  }
  .home-video-panel .panel-primary ul li a {
    color: #fff;
    text-decoration: none;
  }
  .home-video-panel .panel-primary ul li a:hover {
    color: #ccc !important;
  }
  .home-video-panel .panel-primary ul li:last-child {
    border-bottom: 0;
  }
  .home-video-panel .panel-primary #mwv ul li:first-child {
    display: none;
  }
  .home-video-panel .bg-color {
    width: 100%;
    float: left;
    margin-right: 0;
  }
  .home-video-panel .bg-color .hvp-left {
    width: 47%;
    float: right;
  }
  .home-video-panel .bg-color .hvp-left .caption {
    color: #222;
    padding: 5px;
    width: 100%;
    float: left;
  }
  .home-video-panel .bg-color .hvp-left .caption a {
    color: #222;
  }
  .home-video-panel .bg-color .hvp-left .caption h1 {
    margin: 5px 0;
    font-size: 2.6em;
    font-family: "gn-home";
  }
  .home-video-panel .bg-color .hvp-left .video-play-box {
    width: 100%;
    float: left;
  }
  .home-video-panel .bg-color .hvp-left .video-play-box img {
    width: 100%;
  }
  .home-video-panel .bg-color .hvp-left .video-play-box .video-pic {
    position: relative;
  }
  .home-video-panel .bg-color .hvp-right {
    width: 26%;
    float: right;
    margin-right: 1%;
    border-left: 1px solid #e2e2e2;
    padding-left: 2%;
    margin-top: 34px;
  }
  .home-video-panel .bg-color .hvp-right .panel {
    margin-bottom: 0 !important;
  }
  .home-video-panel .nopostfound {
    color: #fff;
    font-size: 2em;
    text-align: center;
  }
  .home_headlines_list {
    width: 24%;
    float: left;
    margin-right: 2%;
  }
  .home_headlines_list .v_title img {
    width: 160px;
  }
  .home_headlines_list .scrollbar {
    margin-top: 5px;
    margin-left: 0;
    height: 340px;
  }
  .home_headlines_list ul {
    padding: 0;
    margin: 5px 0 0 0;
    display: inline-block;
  }
  .home_headlines_list ul li {
    list-style: none;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0 10px 0;
  }
  .home_headlines_list ul li .h_h_txt {
    width: 93%;
    float: left;
    width: -webkit-calc(100% - 100px - 3%);
    width: calc(100% - 100px - 3%);
  }
  .home_headlines_list ul li .h_h_txt h2 {
    margin-top: 0;
    font-size: 15px;
    line-height: 18px;
    color: #222;
    font-family: "gn-tittle";
  }
  .home_headlines_list ul li .h_h_txt h2 a {
    color: #222;
  }
  .home_headlines_list ul li .h_h_txt h3 {
    font-size: 12px;
    margin: 5px 0 0 0;
    font-family: gn-tittle;
  }
  .home_headlines_list ul li .h_h_txt h3 a {
    color: #20409a;
  }
  .home_headlines_list ul li .h_h_img {
    width: 100px;
    float: right;
    margin-left: 3%;
    position: relative;
  }
  .home_headlines_list ul li .h_h_img .video-icon {
    width: 25px !important;
  }
  .home_headlines_list ul li:last-child {
    border-bottom: 0;
    padding: 5px 0 0 0;
  }
  .mob_hot_topics {
    width: 100%;
    float: left;
    display: none;
  }
  .left_ads_atavist {
    width: 160px;
    height: 600px;
    position: sticky;
    left: 0;
    top: 260px;
    float: left;
  }
  .left_ads_atavist.lr_h {
    top: 10px;
  }
  .right_ads_atavist {
    width: 160px;
    height: 600px;
    position: sticky;
    right: 0;
    top: 260px;
    float: right;
  }
  .right_ads_atavist.lr_h {
    top: 10px;
  }
  .makeThisFeatured {
    padding: 0 5%;
  }
  .top-ads-mob {
    display: none;
  }
  @media screen and (min-width: 1200px) and (max-width: 1300px) {
    .m-content .top-right .ads {
      height: 224px;
      overflow: hidden;
      min-height: 224px;
    }
    .list ul li a .entry-content-heading h2 {
      margin: 2px 0 0 0;
      font-size: 15px;
      line-height: 20px;
      overflow: visible;
      text-overflow: ellipsis;
      display: block;
      max-height: 100%;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
    }
  }
  @media (max-width: 1300px) {
    header nav ul.menu li a {
      padding: 5px 6px;
    }
    header .header-right ul li .live-btn {
      padding: 7px 4px;
    }
    .m-content .top-slider-area .list {
      margin-top: 5px;
    }
    .m-content
      .top-slider-area
      .top-story-first.block
      a
      .main-heading
      .text-hed-wrap
      h2 {
      font-size: 3.3em;
      line-height: 27px;
    }
    .m-content .top-right .list {
      margin-top: 1px;
    }
    .m-content .top-right .list ul {
      margin: 4px 0 0 0;
    }
    .m-content .top-bottom {
      margin-top: 10px;
    }
    .m-content .top-bottom .col-lg-3 {
      width: 283px;
    }
    .m-content .top-bottom .col-lg-3:last-child {
      width: 321px;
    }
    .latest-page .latest-content {
      width: 65%;
    }
    .mwv.home-cat .mwv-bottom ul li .main-heading span {
      width: 35px;
    }
    .mwv.home-cat .mwv-bottom ul li .main-heading h2 {
      width: 78%;
    }
    .ts-content .top-story .topStoryThird .list ul li {
      margin-bottom: 3px;
    }
    .internaional-channel .panel-primary ul li {
      width: 24%;
    }
    .internaional-channel .panel-primary ul li:last-child {
      width: 28%;
    }
    .internaional-channel .panel-primary ul li .ads {
      padding: 44px 0;
    }
    .abcd .catPostHome ul li.border-box a {
      min-height: 63px;
    }
  }
  @media (max-width: 1199px) {
    .home_s_top .home_main_content .m_c_left ul li .heading h2 {
      font-size: 16px;
      line-height: 17px;
    }
    .home_s_top .home_main_content .m_c_right ul li article .heading h2 {
      min-height: 79px;
      font-size: 15px;
      line-height: 18px;
    }
    .home-video-panel .bg-color .hvp-left {
      width: 41%;
    }
    .home-video-panel .bg-color .hvp-right {
      width: 29%;
    }
    .home_headlines_list {
      width: 27%;
    }
    .home-video-panel .panel-primary #mwv ul li:first-child {
      display: block;
    }
    .ele-bottom-content .ele-main-story h1 {
      font-size: 30px;
    }
    .ele-bottom-content .ele-story-third h2 {
      font-size: 25px;
    }
    .ele-bottom-content .cadidate-profile .cadidate-list ul li {
      margin-bottom: 8px;
    }
    .ele-bottom-content .cadidate-profile .cadidate-title {
      font-size: 13px;
    }
    .ele-bottom-content .cadidate-profile .cadidate-title .cad-bold {
      font-size: 20px;
    }
    .ele-third-content .ele-third-list .ele-third-bottom a h2 {
      min-height: 72px;
    }
    .ele-third-content .watch-content .watch-list ul li:nth-child(n + 5) {
      display: none;
    }
    .breaking-area .breaking_title {
      font-size: 4em;
      line-height: 38px;
    }
    .breaking-area .storyhighlights.scrollbarbreaking {
      height: 216px;
    }
    .exclusiveNews .bl {
      font-size: 15px !important;
    }
    .exclusiveNews .top-right {
      margin: 0 !important;
      padding-bottom: 0 !important;
    }
    .exclusiveNews .top-right .list {
      margin-top: 10px !important;
    }
    .exclusiveNews .top-right .list li {
      margin-bottom: 0 !important;
    }
    header nav ul.menu {
      margin: 0;
    }
    header nav ul.menu li a {
      padding: 10px 7px;
      font-size: 17px;
    }
    header nav ul.menu li:first-child {
      padding: 9px 0 5px 15px;
    }
    header nav ul.menu li:last-child {
      padding: 9px 15px 5px 0;
    }
    header .header-right ul {
      margin: 0;
      padding: 0;
    }
    header .header-right ul li .live-btn .icon {
      margin-left: 5px;
      margin-right: 5px;
    }
    .block .main-heading span {
      width: 35px;
    }
    .block .main-heading h2 a {
      font-size: 0.5em;
      line-height: 18px;
      display: inline-block;
    }
    .block .main-heading-video span {
      width: 35px;
    }
    .block .main-heading-video h2 {
      width: 80%;
    }
    .block .main-heading-video h2 a {
      font-size: 0.5em;
      line-height: 18px;
      display: inline-block;
    }
    .m-content .top-slider-area {
      margin: 0 0 0 0;
      width: 100%;
      width: -webkit-calc(100% - 0);
      width: -moz-cal(100% - 0);
      width: calc(100% - 0);
    }
    .m-content .top-slider-area .desktop {
      display: block;
    }
    .m-content .top-slider-area .mob {
      display: none;
    }
    .m-content .top-slider-area .fimage {
      display: none;
    }
    .m-content .top-slider-area .block a .main-heading {
      padding: 0 10px 12px 3px;
      position: relative;
      background: #000;
    }
    .m-content .top-slider-area .block a .text-hed-wrap {
      background: #000;
      padding: 5px 10px 10px 10px;
    }
    .m-content .top-bottom {
      width: 68%;
      float: left;
      margin: 20px 0 5px 0;
    }
    .m-content .top-bottom .list ul {
      margin: 0;
      width: 100%;
    }
    .m-content .top-bottom .list ul li {
      margin-bottom: 0;
      min-height: 80px;
    }
    .m-content .top-bottom .mob {
      display: block;
    }
    .m-content .top-bottom .col-md-6 {
      margin-bottom: 2px;
      width: 50%;
    }
    .m-content .top-bottom .col-md-6:last-child {
      width: 50%;
    }
    .m-content .top-right .ads {
      margin-top: 20px;
    }
    .m-content .top-right .list ul {
      margin: 25px 0 0 0;
    }
    .m-content .top-right .desktop {
      display: none;
    }
    .m-content .top-right .mob {
      display: block;
    }
    .m-content.breakingDiv .top-bottom {
      width: 100%;
    }
    .m-content.breakingDiv .top-slider-area {
      background-color: transparent;
      margin: 0;
      width: 100%;
    }
    .m-content.breakingDiv .top-slider-area.breaking-area .breakingLeftArea {
      padding: 0 10px;
    }
    .m-content.breakingDiv .top-slider-area.breaking-area .breakingRightArea {
      padding: 0 10px;
    }
    .m-content.breakingDiv
      .top-slider-area.breaking-area
      .storyhighlights.scrollbarbreaking {
      background-color: #141414;
    }
    .m-content.breakingDiv .top-right {
      width: 100%;
      text-align: center;
      margin: 20px 0;
      padding: 0 10px;
    }
    .m-content.breakingDiv .br_right_story {
      width: 25%;
      float: right;
    }
    .m-content.breakingDiv.breaking_second
      .top-slider-area.breaking-area
      .storyhighlights
      .scrollbarbreaking {
      background-color: transparent;
    }
    .m-content.breakingDiv.breaking_second .top-slider-area .breakingLeftArea {
      padding: 0;
    }
    .ts-content .topHeading.desktop {
      display: none !important;
    }
    .ts-content .top-story .topStoryFirst {
      margin-bottom: 20px;
    }
    .ts-content
      .top-story
      .topStoryFirst
      .list
      ul
      li
      .top-story-first
      a
      .desktop {
      display: none;
    }
    .ts-content .top-story .topStoryFirst .list ul li .top-story-first a .mob {
      display: block;
    }
    .ts-content
      .top-story
      .topStoryFirst
      .list
      ul
      li
      .top-story-first
      a
      .main-heading
      .text-hed-wrap
      h2 {
      font-size: 3.5em;
    }
    .ts-content .top-story .topStorySecond {
      margin-bottom: 20px;
    }
    .ts-content
      .top-story
      .topStorySecond
      .list
      ul
      li
      .top-story-first
      .main-heading-top {
      display: block;
      margin-top: 9px;
    }
    .ts-content
      .top-story
      .topStorySecond
      .list
      ul
      li
      .top-story-first
      .main-heading-top
      p {
      line-height: 24px;
    }
    .ts-content .top-story .topStorySecond .list .block a .main-heading h2 {
      color: #fff;
    }
    .ts-content
      .top-story
      .topStoryThird
      .list
      ul
      li
      a
      .entry-content-heading
      .pic {
      width: 100px;
    }
    .ts-content
      .top-story
      .topStoryThird
      .list
      ul
      li
      a
      .entry-content-heading
      h2 {
      font-size: 17px;
      line-height: 22px;
    }
    .ts-content .top-story-right .mobile-special {
      display: block;
    }
    .ts-content .top-story-right .special-report .mob {
      display: block !important;
    }
    .ts-content .top-story-right .special-report .desktop {
      display: none !important;
    }
    .t10l .top10list {
      width: 100%;
      width: -webkit-calc(100%);
      width: -moz-cal(100%);
      width: calc(100%);
      float: left;
      background-color: #fff;
    }
    .t10l .top10list-right {
      width: 100%;
      float: right;
      margin-top: 20px;
    }
    body.detail-body
      .ShowsDetailPage
      .column-right
      .right
      .right-inner
      .content-sticky
      h2 {
      font-size: 30px;
      line-height: 35px;
    }
    body .detail-section .column-left {
      width: 170px;
    }
    body .detail-section .column-left .left-stick {
      width: 170px;
    }
    body .detail-section .column-right {
      width: 82%;
      width: calc(100% - 170px);
      width: -webkit-calc(100% - 170px);
    }
    body .detail-section .column-right .left {
      width: 58%;
      width: calc(100% - 320px);
      width: -webkit-calc(100% - 320px);
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .post-auther
      .author_title_img {
      width: 100%;
    }
    body .detail-section .column-right .right {
      position: static;
      float: right;
      width: 300px;
    }
    body .detail-section .column-right .right .right-inner .ads {
      padding: 0;
    }
    body.live-page .column-right {
      width: 100%;
      width: calc(100% - 0);
      width: -webkit-calc(100% - 0);
    }
    .mwv.home-cat .mwv-top .mwv-left .main-heading-video h2 {
      width: 100%;
    }
    .mwv.home-cat .mwv-top .mwv-right .main-heading-video h2 {
      width: 100%;
    }
    .mwv.home-cat .mwv-bottom ul li {
      width: 49%;
    }
    .mwv.home-cat .mwv-bottom ul li:last-child {
      display: none;
    }
    .internaional-channel .panel-primary ul li {
      width: 22%;
    }
    .internaional-channel .panel-primary ul li:last-child {
      width: 34%;
    }
    .internaional-channel .panel-primary ul li .ads {
      padding: 1px 0;
    }
    .opinion .home-opinion .opinion-fc-item h2 {
      font-size: 19px;
      line-height: 22px;
      min-height: 110px;
    }
    .fullpage .more-long ul li a h3 {
      min-height: 60px;
    }
    .categorybg.inde .inde-story-third .inde-story-third-th ul li {
      width: 49%;
      float: left;
      margin-right: 2%;
    }
    .categorybg.inde .inde-story-third .inde-story-third-th ul li:nth-child(2n) {
      margin-right: 0;
    }
  }
  @media (max-width: 991px) {
    .mob_hot_topics {
      display: block;
    }
    .home_s_top .home_main_content {
      width: 100%;
    }
    .home_s_top .home_main_content .m_c_right {
      border-left: 0;
      padding: 0 2% 0 0;
    }
    .home_s_top .show-slider .gallery-thumbs {
      display: none;
    }
    .home_s_top .home_sidebar {
      width: 100%;
      margin: 20px 0;
    }
    .home_s_top .home_sidebar .special_slider {
      width: 50%;
      margin: 20px 2% 0 0;
    }
    .home_s_top .home_sidebar .editors_pick {
      width: 47%;
    }
    .home-video-panel .bg-color .hvp-left {
      width: 100%;
    }
    .home-video-panel .bg-color .hvp-right {
      width: 49%;
      margin-right: 0;
    }
    .home_headlines_list {
      width: 49%;
    }
    .ele-bottom-content .ele-main-story h1 {
      font-size: 25px;
    }
    .ele-bottom-content .ele-story-third h2 {
      font-size: 20px;
    }
    .ele-bottom-content .cadidate-profile .cadidate-list ul li {
      margin-bottom: 8px;
    }
    .ele-bottom-content .cadidate-profile .cadidate-list ul li .cadidate-pic {
      margin-right: 5px;
    }
    .ele-bottom-content .cadidate-profile .cadidate-list ul li .cadidate-name {
      font-size: 14px;
    }
    .ele-bottom-content .cadidate-profile .cadidate-title {
      font-size: 13px;
      margin-bottom: 0;
    }
    .ele-bottom-content .cadidate-profile .cadidate-title .cad-bold {
      font-size: 20px;
    }
    .ele-third-content .watch-content .watch-list ul li:nth-child(n + 5) {
      display: block;
    }
    .top-head-bell {
      display: none;
    }
    .breaking-area .breaking_title {
      font-size: 3.6em;
      line-height: 36px;
    }
    .breaking-area .storyhighlights.scrollbarbreaking {
      height: 170px;
    }
    .fullpage .top-header .mobile-header-left span h1 {
      color: #fff;
      font-size: 3em;
      font-weight: 600;
      line-height: 40px;
    }
    .fullpage .long-content .category-share {
      float: none;
      margin: 0 auto;
      white-space: nowrap;
      display: table;
      position: relative;
      left: 0;
      top: 6px;
      text-align: center;
    }
    .fullpage .long-content .category-share ul li {
      width: 40px;
      float: left;
      list-style: none;
      margin: 0 5px 0 0;
    }
    .fullpage .container {
      width: 767px;
      margin-top: -170px;
    }
    .fullpage .more-long ul li a h3 {
      min-height: 40px;
    }
    header .mobile-header {
      display: inline-block;
      width: 100%;
      margin: 0;
      position: relative;
    }
    header .mobile-header .mobile-left {
      width: auto;
      float: right;
    }
    header .mobile-header .mobile-left .mobile-nav {
      display: block;
      float: right;
    }
    header .mobile-header .mobile-left .mobile-nav .mob-menu-icon {
      font-size: 30px;
      cursor: pointer;
      color: #fff;
      display: block;
      margin-top: 10px;
      margin-right: 15px;
    }
    header .mobile-header .mobile-left .mobile-nav .mob-menu-icon .mob-blue-icon {
      display: block;
      width: 30px;
    }
    header .mobile-header .mobile-header-left {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
    }
    header .mobile-header .mobile-header-left .logo {
      width: auto;
      margin: 0 auto;
    }
    header .mobile-header .header-right ul li .live-btn {
      padding: 0;
      background-color: transparent;
      border: 0;
      margin-left: 10px;
    }
    header .mobile-header .header-right ul li .live-btn a {
      color: #000;
    }
    header .mobile-header .header-right ul li .live-btn a span {
      float: right;
      margin-right: 0;
      margin-top: -14px;
      color: #ed283c;
      font-size: 2em;
      width: auto;
      -webkit-animation: blink 2s steps(5, start) infinite;
      animation: blink 2s steps(5, start) infinite;
    }
    header .mobile-header .header-right ul li .live-btn a span #text-blink {
      color: #fff;
      font-size: 1.2em;
      font-weight: 600;
    }
    @-webkit-keyframes blink {
      to {
        visibility: hidden;
      }
    }
    @-moz-keyframes blink {
      to {
        visibility: hidden;
      }
    }
    @-o-keyframes blink {
      to {
        visibility: hidden;
      }
    }
    @keyframes blink {
      to {
        visibility: hidden;
      }
    }
    header .mobile-header .header-right ul li .live-btn .icon {
      width: auto;
    }
    header .mobile-header .header-right ul li .live-btn .icon img {
      width: 70px;
    }
    header .mobile-header .header-right ul li .live-btn.radio-btn {
      margin-left: 0;
    }
    header .mobile-header .mobile-message {
      width: 33%;
      float: left;
    }
    header .desktop-header {
      display: none;
    }
    header.green .header-right ul li .live-btn a {
      color: #000;
    }
    .m-content .top-slider-area .slider-area {
      margin-bottom: 20px;
    }
    .m-content .top-slider-area .slider-area ul li .slider-title-area h1 {
      font-size: 2.9em;
      word-spacing: -1px;
      margin: 0 0 10px 0;
    }
    .m-content .top-slider-area .block a .main-heading h2 {
      line-height: 25px;
      font-size: 22px;
    }
    .m-content .top-slider-area .block .fimage {
      display: none;
    }
    .m-content .top-slider-area .block .mob {
      display: none;
    }
    .m-content .top-slider-area .desktop {
      display: block !important;
    }
    .m-content .top-right {
      width: 100%;
      float: left;
      margin: 0 0 0 0;
      padding: 0 10px;
    }
    .m-content .top-right .list {
      width: 100%;
      float: left;
    }
    .m-content .top-right .list ul {
      width: 100%;
      float: left;
      margin: 0;
    }
    .m-content .top-right .ads {
      margin-top: 0;
      margin-bottom: 20px;
    }
    .m-content .top-bottom {
      width: 100%;
      float: left;
      margin: 0 0 5px 0;
    }
    .m-content .list ul {
      width: 100%;
      float: left;
    }
    .m-content .list ul li {
      margin-bottom: 20px;
    }
    .m-content .list ul li:last-child {
      margin-bottom: 20px;
    }
    .m-content .lb {
      margin: 0;
    }
    .m-content.breakingDiv .br_right_story {
      width: 50%;
      float: right;
    }
    .m-content.breakingDiv .list ul li a .entry-content-heading h2 {
      text-align: right;
    }
    .module.parallax-1 {
      background-position: 50% 0 !important;
      background-attachment: initial;
      height: 560px;
      width: 100%;
      background-size: cover !important;
      background-repeat: no-repeat !important;
    }
    .t10l .top10list .t10l-box ul li a .pic {
      width: 80px;
    }
    .t10l .top10list .t10l-box ul li a .pic img {
      max-width: 100%;
    }
    .list ul li:last-child {
      margin-bottom: 20px;
    }
    .desktop {
      display: none !important;
    }
    .mob {
      display: block;
    }
    .trending .search {
      display: none;
    }
    body.detail-body .ShowsDetailPage .column-right {
      width: 100%;
      width: calc(100% - 0);
      width: -webkit-calc(100% - 0);
    }
    body.detail-body .ShowsDetailPage .column-right .right {
      float: right;
      width: 100%;
    }
    body.detail-body
      .ShowsDetailPage
      .column-right
      .right
      .right-inner
      .content-sticky
      h2 {
      margin: 0 0 10px 0;
      font-size: 35px;
      font-weight: 400;
      line-height: 40px;
      display: inline-block;
    }
    body.detail-body
      .ShowsDetailPage
      .column-right
      .right
      .right-inner
      .content-sticky
      .btArticleSideMeta {
      text-align: right;
    }
    body.detail-body
      .ShowsDetailPage
      .column-right
      .right
      .right-inner
      .content-sticky
      .btArticleSideMeta
      .btClear {
      width: 100%;
    }
    body.detail-body
      .ShowsDetailPage
      .column-right
      .right
      .right-inner
      .content-sticky
      .btArticleSideMeta
      .btClear
      .btSubTitle
      .post-time {
      height: auto;
      margin-bottom: 5px;
      line-height: 30px;
    }
    body.detail-body
      .ShowsDetailPage
      .column-right
      .right
      .right-inner
      .content-sticky
      .btArticleSideMeta
      .detail-share-btIco {
      border: 0;
      height: auto;
    }
    body.detail-body .ShowsDetailPage .column-right .left {
      width: 100%;
      width: calc(100% - 0);
      width: -webkit-calc(100% - 0);
    }
    body .detail-section .column-left {
      display: none;
    }
    body .detail-section .column-right .left {
      width: 58%;
      width: calc(100% - 320px);
      width: -webkit-calc(100% - 320px);
    }
    body .detail-section .column-right .left .story-area .time-section {
      display: block;
      direction: rtl;
      text-align: right;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .time-section
      .btArticleSideMeta
      .detail-share-btIco
      .btn-share--whatsapp {
      display: inline-block !important;
    }
    body .detail-section .column-right .right .right-inner .ads {
      padding: 0;
    }
    body .mobile-menu-detail {
      display: block !important;
    }
    .mwv.home-cat .mwv-bottom ul li {
      width: 32%;
    }
    .mwv.home-cat .mwv-bottom ul li:last-child {
      display: block;
    }
    .ts-content .top-story .topStoryFirst {
      margin-bottom: 0;
    }
    .ts-content
      .top-story
      .topStoryFirst
      .list
      ul
      li
      .top-story-first.block
      a
      .main-heading
      .text-hed-wrap {
      padding: 8px;
    }
    .ts-content .top-story .topStorySecond {
      margin: 0;
    }
    .ts-content
      .top-story
      .topStorySecond
      .list
      ul
      li
      .top-story-first
      a
      .desktop {
      display: block !important;
    }
    .internaional-channel ul.panel-tabs li {
      float: left;
      margin-bottom: -1px;
      margin-left: 13px;
    }
    .internaional-channel .panel-primary ul li {
      width: 33.3333%;
    }
    .internaional-channel .panel-primary ul li:last-child {
      width: 100%;
    }
    .internaional-channel .panel-primary ul li .ads {
      padding: 1px 0;
    }
    .latest-page .latest-content {
      width: 100%;
    }
    .latest-page .mob .ads {
      margin: 0 0 30px 0 !important;
    }
    .latest-page .latest-sidebar {
      width: 100%;
    }
    .categorybg.inde .ind-container .inde-story-main .inde-story-left {
      width: 100%;
      width: -webkit-calc(100% - 0);
      width: -moz-cal(100% - 0);
      width: calc(100% - 0);
      float: left;
    }
    .categorybg.inde .ind-container .inde-story-main .inde-story-right {
      width: 100%;
      margin-top: 20px;
    }
    .categorybg.inde
      .ind-container
      .inde-story-main
      .inde-story-right
      .ts-content
      .top-story-right
      .special-report {
      width: 98%;
    }
    .categorybg.inde
      .ind-container
      .inde-story-main
      .inde-story-right
      .ts-content
      .ind-desktop {
      display: none;
    }
    .categorybg.inde
      .ind-container
      .inde-story-main
      .inde-story-right
      .ts-content
      .ind-mob {
      display: block;
    }
    .categorybg.trending-mobile-header
      .category
      .product-listing
      ul
      li.add-list.plain_ad_banner {
      height: 330px;
      overflow: hidden;
      min-height: 250px;
      margin-bottom: 0;
    }
    .left_ads_atavist {
      display: none;
    }
    .right_ads_atavist {
      display: none;
    }
  }
  @media (max-width: 850px) {
    .ele-bottom-content .ele-main-story h1 {
      font-size: 25px;
    }
    .ele-bottom-content .ele-main-story .ele-main-pic .video-icon {
      width: 40px !important;
    }
    .ele-bottom-content .ele-story-third h2 {
      font-size: 20px;
    }
    .ele-bottom-content .ele-story-third .ele-story-third-pic .video-icon {
      width: 40px !important;
    }
    .ele-bottom-content .cadidate-profile .cadidate-list ul li {
      margin-bottom: 8px;
    }
    .ele-bottom-content .cadidate-profile .cadidate-list ul li .cadidate-pic {
      margin-right: 5px;
      width: 40px;
    }
    .ele-bottom-content .cadidate-profile .cadidate-list ul li .cadidate-pic img {
      width: 100%;
    }
    .ele-bottom-content .cadidate-profile .cadidate-list ul li .cadidate-name {
      font-size: 14px;
    }
    .ele-bottom-content .cadidate-profile .cadidate-title {
      font-size: 11px;
      margin-bottom: 0;
    }
    .ele-bottom-content .cadidate-profile .cadidate-title .cad-bold {
      font-size: 18px;
    }
    .ele-third-content .watch-content .watch-list ul li:nth-child(n + 7) {
      display: none;
    }
    body.detail-body .ShowsDetailPage .column-right .right {
      display: block;
    }
    body.detail-body .ShowsDetailPage .column-right .left {
      width: 100%;
      width: calc(100% - 0);
      width: -webkit-calc(100% - 0);
    }
    body .detail-section .column-right .left {
      width: 100%;
      width: calc(100% - 0);
      width: -webkit-calc(100% - 0);
      margin: 0;
      padding: 0;
    }
    body .detail-section .column-right .left .story-area {
      margin: 0 0 20px 0%;
      padding: 0;
    }
    body .detail-section .column-right .right {
      width: 100%;
    }
    .breaking-area .breaking_title {
      font-size: 3.4em;
      line-height: 33px;
    }
    .breaking-area .storyhighlights.scrollbarbreaking {
      height: 125px;
    }
    .categorybg.trending-mobile-header
      .category
      .product-listing
      ul
      li.add-list.plain_ad_banner {
      height: 310px;
      overflow: hidden;
      min-height: 250px;
    }
  }
  @media (max-width: 767px) {
    .home_s_top .home_main_content .m_c_left {
      width: 100%;
    }
    .home_s_top .home_main_content .m_c_left ul li .heading {
      width: 100%;
    }
    .home_s_top .home_main_content .m_c_right {
      width: 100%;
      border-right: 0;
      padding: 0;
      margin: 0;
    }
    .home_s_top .home_main_content .m_c_right .most_watched {
      width: 49%;
      margin: 20px 0 0 1%;
    }
    .home_s_top .home_sidebar .special_slider {
      width: 100%;
      margin: 20px 0 0 0;
    }
    .home_s_top .home_sidebar .editors_pick {
      width: 100%;
    }
    .ele-bottom-content .cadidate-profile {
      display: none;
    }
    .candidate-slider {
      display: block;
    }
    .ele-third-content .watch-content .watch-list ul li a .watch-list-pic {
      width: 30%;
    }
    .ele-third-content .watch-content .watch-list ul li a .watch-list-pic img {
      width: 100%;
    }
    .ele-third-content
      .watch-content
      .watch-list
      ul
      li
      a
      .watch-list-pic
      .video-icon {
      width: 24px !important;
    }
    .ele-third-content .watch-content .watch-list ul li:nth-child(n + 8) {
      display: none;
    }
    .ele-third-content .watch-content .watch-list ul li:nth-child(n + 7) {
      display: block;
    }
    .breaking-area .breaking_title {
      font-size: 30px;
      line-height: 39px;
    }
    .breaking-area .storyhighlights.scrollbarbreaking {
      height: 350px;
    }
    .breaking-area .slider-area {
      margin-bottom: 0 !important;
    }
    .fullpage .container {
      width: 100%;
      margin-top: 0;
    }
    .fullpage h1 {
      font-size: 35px;
      line-height: 35px;
    }
    .fullpage .long-content .story-detail {
      clear: both;
      width: 100%;
    }
    .fullpage .long-content .category-share ul li.whatsapp-icon-share {
      display: block;
    }
    .fullpage .pos-fix {
      position: relative !important;
      top: 0;
      z-index: 0;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .fullpage .pos-abs {
      position: relative !important;
      bottom: 0;
    }
    .fullpage .jtaSidebar-inner {
      margin: 0 auto;
    }
    .fullpage .jtaSidebar-cont {
      width: 100% !important;
    }
    .fullpage .top-header .mobile-header-left {
      background-color: #000;
      position: relative;
      width: 100%;
      float: left;
    }
    .fullpage .top-header .mobile-header-left span h1 {
      color: #fff;
      font-size: 2em;
      font-weight: 600;
      line-height: 30px;
      margin: 0;
    }
    .block a {
      font-size: 0.55em;
      font-weight: 500;
      color: #fff;
    }
    .block a .text-hed-wrap h2 {
      line-height: 19px;
      font-size: 2.3em;
    }
    .block a .main-heading h2 {
      margin: 0;
      line-height: 22px;
      font-size: 22px;
    }
    .block a .main-heading-video span {
      width: 7%;
      margin-right: 10px;
    }
    .block a .main-heading-video h2 {
      width: 85%;
      line-height: 22px;
      font-size: 22px;
    }
    .module.parallax-1 {
      background-position: 50% 0 !important;
      background-attachment: initial;
      height: 480px;
      width: 100%;
      background-size: contain !important;
      display: none;
    }
    iframe.module.parallax-1 {
      display: block;
    }
    .full-cover-img {
      display: block;
      width: 100%;
    }
    .t10l .top10list .t10l-box ul {
      border-right: 0;
    }
    .t10l .top10list .t10l-box ul li a {
      width: 100%;
    }
    .t10l .top10list .t10l-box ul li a .pic {
      width: 100px;
    }
    .t10l .top10list .t10l-box ul li a .pic img {
      max-width: 100%;
    }
    .ts-content .top-story-right .ads {
      width: 100%;
    }
    .ts-content .top-story-right .special-report {
      margin: 0;
      width: 100%;
    }
    footer .footer-top .footer-left {
      display: none;
    }
    footer .footer-top .footer-right {
      display: none;
    }
    footer .footer-bottom p {
      font-size: 1.2em;
      text-align: center;
    }
    footer .footer-bottom span {
      line-height: 18px;
      width: 100%;
      padding: 7px 0;
    }
    .more-content .mbl {
      width: 100%;
      float: left;
    }
    .videobg .video-block .caption h4 {
      margin-top: 0;
      min-height: auto;
    }
    .shows-page .shows-box-page ul li {
      position: relative;
      list-style: none;
      width: 100%;
      float: left;
    }
    .writter_pic {
      width: 48%;
    }
    .latest-page .latest-content .video-block .caption h4 {
      margin: 10px 0;
      min-height: auto;
    }
    .mwv.home-cat .mwv-top .mwv-left {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
    }
    .mwv.home-cat .mwv-top .mwv-right {
      width: 100%;
      margin-left: 0;
    }
    .mwv.home-cat .mwv-bottom ul li {
      width: 100%;
      margin-left: 0;
      margin-bottom: 20px;
    }
    body .detail-section .column-right .left .story-area h1 {
      font-size: 30px;
      line-height: 35px;
    }
    body .detail-section .column-right .left .story-area h2 {
      font-size: 30px;
      line-height: 35px;
    }
    .m-content .top-slider-area .slider-area ul li .slider-title-area h1 {
      line-height: 28px;
      font-size: 25px;
    }
    .m-content .top-slider-area .block a .main-heading {
      padding: 0 10px 100px 3px;
      position: absolute;
      background: -webkit-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.7) 0,
        rgba(0, 0, 0, 0) 100%
      );
      background: -webkit-linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.7) 0,
        rgba(0, 0, 0, 0) 100%
      );
      background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.7) 0,
        rgba(0, 0, 0, 0) 100%
      );
    }
    .m-content .top-slider-area .block a .main-heading h2 {
      line-height: 22px;
      font-size: 22px;
    }
    .m-content .top-slider-area .block a .text-hed-wrap {
      background: -webkit-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.9) 0,
        rgba(0, 0, 0, 0.02) 100%
      );
      background: -webkit-linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.9) 0,
        rgba(0, 0, 0, 0.02) 100%
      );
      background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.9) 0,
        rgba(0, 0, 0, 0.02) 100%
      );
      padding: 0 10px 10px 10px;
    }
    .m-content .top-slider-area .block .fimage {
      display: none;
    }
    .m-content .top-slider-area .block .mob {
      display: none;
    }
    .m-content .top-slider-area .block .desktop {
      display: block !important;
    }
    .m-content .top-slider-area .top-ads-mob {
      display: block !important;
      width: 430px;
    }
    .m-content .top-slider-area .top-ads-mob .list {
      display: none !important;
    }
    .m-content .top-slider-area .second-story-main {
      width: 42%;
      width: -webkit-calc(100% - 430px);
      width: -moz-cal(100% - 430px);
      width: calc(100% - 430px);
    }
    .m-content .top-right {
      display: none !important;
    }
    .m-content .top-bottom {
      margin: 20px 0 5px 0;
    }
    .m-content.breakingDiv .top-right {
      display: block !important;
    }
    .m-content.breakingDiv.exclusiveNews .top-right {
      display: block !important;
    }
    .m-content.breakingDiv.breaking_second .breaking-area h1 {
      font-size: 25px;
    }
    .m-content.breakingDiv.breaking_second .top-slider-area .breakingLeftArea {
      padding: 0 10px;
    }
    .opinion-slider-area {
      margin: 0;
      float: left;
      width: 100%;
      width: -webkit-calc(100%);
      width: -moz-cal(100%);
      width: calc(100%);
    }
    .opinion-right {
      width: 100%;
      float: left;
      margin: 10px 0 10px 0;
      padding: 0 10px;
    }
    .opinion-right .mrec {
      margin-top: 20px;
    }
    .opinion .home-opinion .swiper-pagination {
      display: none;
    }
    .latest-page-new .singleBlock {
      margin-bottom: 0;
      min-height: 100px;
    }
    .latest-page-new .singleBlock .list ul li:last-child {
      margin-bottom: 0;
    }
    .latest-page-new .FirstBlock .entry-title h1 {
      font-size: 25px;
      color: #000;
      margin: 6px 0 20px 0;
    }
    .latest-page-new .FirstBlock .entry-title h2 {
      font-size: 25px;
      color: #000;
      margin: 6px 0 20px 0;
    }
    .abcd .col-ms-12 {
      width: 50%;
      float: left;
    }
    .categorybg.inde .inde-story-third .inde-story-third-se ul li {
      width: 49%;
      float: left;
      margin-right: 2%;
    }
    .categorybg.inde .inde-story-third .inde-story-third-se ul li:nth-child(2) {
      margin-right: 0;
    }
    .makeThisFeatured {
      padding: 0 10px;
    }
  }
  @media (max-width: 730px) {
    .ele-top-content .timer-area .time-ar-content .time-pic {
      float: none;
    }
    .ele-top-content .timer-area .time-ar-content .time-content {
      float: none;
      margin-top: 10px;
    }
    .ele-top-content .timer-area .time-ar-content .time-content .timer-inner {
      text-align: center;
    }
    .ele-top-content .timer-area .ele-top-set {
      margin-left: 0;
    }
    .ele-third-content .watch-content .watch-list ul li:nth-child(n + 8) {
      display: none;
    }
    .m-content .top-slider-area .top-ads-mob {
      display: block;
      width: 350px;
    }
    .m-content .top-slider-area .second-story-main {
      width: 48%;
      width: -webkit-calc(100% - 350px);
      width: -moz-cal(100% - 350px);
      width: calc(100% - 350px);
    }
    .fullpage .source {
      width: 100%;
      float: left;
      text-align: center;
      color: #fff;
      font-size: 12px;
      font-weight: 600;
      display: inline-block;
      margin-bottom: 5px;
      letter-spacing: 0.2px;
    }
    .fullpage .source .by_author {
      color: #737373;
      float: left;
      margin-right: 6px;
    }
    .fullpage .source .author_title_img .noImageAuthor {
      display: none;
    }
    .fullpage .source .author_title_img .author_agency {
      font-weight: 400;
      width: auto;
      float: left;
      line-height: 8px;
      color: #1e419d;
      font-size: 13px;
      text-align: left;
      margin-bottom: 0;
      padding: 0;
    }
    .fullpage .time-section p {
      display: inline-block;
      font-size: 13px;
      font-weight: 400;
      line-height: 22px;
      margin: 0;
      border-left: 0;
      padding-left: 0;
      color: #909090;
      width: 100%;
      float: left;
      text-align: center;
    }
    .fullpage .time-section .post-date-time span {
      display: none;
    }
    .fullpage .author_title_img {
      margin: 0;
    }
    .fullpage .author_title_img a {
      line-height: 15px;
      color: #1e419d;
      font-size: 13px;
      text-align: left;
      margin-bottom: 20px;
      padding: 0;
    }
    .fullpage .author_title_img img {
      display: none;
    }
    .categorybg.trending-mobile-header
      .category
      .product-listing
      ul
      li.add-list.plain_ad_banner {
      display: none;
    }
  }
  @media (max-width: 600px) {
    .top-ads-mob {
      display: block;
    }
    .home_s_top .home_main_content .m_c_right .most_watched {
      width: 100%;
    }
    .home-video-panel .bg-color .hvp-right {
      width: 100%;
      margin: 0;
      border-right: 0;
      padding-right: 0;
    }
    .home_headlines_list {
      width: 100%;
      margin-right: 0;
      margin-top: 20px;
    }
    #text-blink-text {
      display: inline-block;
    }
    .ele-bottom-content .ele-main-story {
      width: 100%;
    }
    .ele-bottom-content .ele-story-third {
      display: none;
    }
    .ele-top-content .ele-top .ele-top-left .ele-top-left-txt .ele-top-name {
      font-size: 15px;
    }
    .ele-top-content .ele-top .ele-top-right .ele-top-right-txt .ele-top-name {
      font-size: 15px;
    }
    .ele-third-content .ele-third-list {
      width: 100%;
      float: left;
    }
    .ele-third-content .ele-third-list .ele-third-bottom a h2 {
      min-height: 50px;
    }
    .ele-third-content .watch-content {
      width: 100%;
      float: left;
    }
    .ele-third-content .watch-content .watch-content-title img {
      width: 30%;
    }
    .ele-third-content .watch-content .watch-list ul li a .watch-list-pic {
      width: 20%;
    }
    .ele-third-content .watch-content .watch-list ul li:nth-child(n + 8) {
      display: block;
    }
    .ele-story-third-mob {
      display: block;
    }
    .home-video-panel .bg-color {
      width: 100%;
      float: left;
      margin-right: 0;
    }
    .home-video-panel .bg-color .hvp-left {
      display: none;
    }
    .home-video-panel .bg-color .hvp-right {
      width: 100%;
      margin: 0;
    }
    .show-slider {
      width: 100%;
    }
    .t10l {
      display: none;
    }
    .writter_pic {
      width: 100%;
      margin: 0;
    }
    .ts-content {
      margin: 20px 0 0 0 !important;
    }
    .ts-content .topStoryThird {
      margin-bottom: 20px;
    }
    .ts-content .top-story .col-xs-6 {
      width: 100%;
      float: left;
    }
    .ts-content .top-story-right {
      margin-bottom: 20px;
    }
    .ts-content .top-story-right .mobile-special {
      display: block;
    }
    .m-content .top-slider-area .col-xs-6 {
      width: 100%;
    }
    .m-content .top-slider-area .top-ads-mob {
      display: block;
      width: 100%;
      margin-top: 20px;
    }
    .m-content .top-slider-area .block .fimage {
      display: none;
    }
    .m-content .top-slider-area .block .mob {
      display: block !important;
    }
    .m-content .top-slider-area .block .desktop {
      display: none !important;
    }
    .m-content .top-slider-area .slider-area ul li .main-discription p {
      margin-top: 10px;
    }
    .m-content .top-bottom .col-xs-6 {
      width: 100%;
    }
    .m-content .top-bottom .col-xs-6:last-child {
      width: 100%;
    }
    .m-content .top-right .ads {
      margin-bottom: 0;
      min-height: auto;
    }
    .m-content.breakingDiv .br_right_story {
      width: 100%;
    }
    .m-content.breakingDiv .list ul li a .entry-content-heading h2 {
      text-align: right;
    }
    .home-video-panel .scrollbar {
      margin-left: 10px;
      height: 425px;
      overflow-y: scroll;
    }
    .homebg section {
      margin: 0;
    }
    .opinion {
      margin: 20px 0 20px 0 !important;
    }
    .opinion .home-opinion {
      padding: 0;
    }
    .abcd .catPostHome {
      margin-bottom: 10px;
    }
    .abcd .catPostHome ul {
      margin: 0;
    }
    .abcd .mb40 {
      margin-bottom: 20px;
    }
    .abcd .lb {
      margin: 0;
    }
    .latest-page-new .singleBlock {
      width: 100%;
      float: left;
    }
    .latest-page-new .FirstBlock .entry-title h1 {
      font-size: 23px;
      color: #000;
      margin: 5px 0 20px 0;
    }
    .latest-page-new .FirstBlock .entry-title h2 {
      font-size: 23px;
      color: #000;
      margin: 5px 0 20px 0;
    }
    .hvp-bg {
      padding-bottom: 0;
    }
    .fullpage .more-long .tittle {
      font-size: 2em;
    }
    .more-content .tittle h2 {
      font-size: 2em;
    }
    .categorybg.inde .ind-container .inde-story-main .ind-sec-banner {
      padding: 10px;
    }
    .categorybg.inde
      .ind-container
      .inde-story-main
      .ind-sec-banner
      .ind-banner1 {
      display: none;
    }
    .categorybg.inde
      .ind-container
      .inde-story-main
      .ind-sec-banner
      .ind-banner2 {
      display: block;
    }
    .categorybg.inde .ind-container .inde-story-main .inde-story-left ul li {
      width: 100%;
      margin-bottom: 20px;
    }
    .categorybg.inde
      .ind-container
      .inde-story-main
      .inde-story-left
      ul
      li
      .top_titile
      h2 {
      font-size: 22px;
      line-height: 26px;
    }
    .categorybg.inde
      .inde-story-third
      .inde-story-third-fi
      a
      .inde-third-fi-tittle
      h2 {
      font-size: 20px;
      line-height: 24px;
    }
    .categorybg.inde .inde-story-third .inde-story-third-se {
      margin-top: 20px;
    }
    .categorybg.inde .inde-story-third .inde-story-third-se ul li {
      width: 100%;
      float: right;
      margin-right: 0;
      border-bottom: 1px solid #3d845c;
      margin-bottom: 21px;
    }
    .categorybg.inde .inde-story-third .inde-story-third-se ul li:nth-child(2) {
      margin-right: 0;
    }
    .categorybg.inde .inde-story-third .inde-story-third-se ul li a .pic {
      width: 100px;
      float: right;
      margin-left: 2%;
      position: relative;
    }
    .categorybg.inde
      .inde-story-third
      .inde-story-third-se
      ul
      li
      a
      .pic
      .video-icon {
      width: 25px !important;
    }
    .categorybg.inde
      .inde-story-third
      .inde-story-third-se
      ul
      li
      a
      .pic
      .inde-se-desktop {
      display: none;
    }
    .categorybg.inde
      .inde-story-third
      .inde-story-third-se
      ul
      li
      a
      .pic
      .inde-se-mob {
      display: block;
    }
    .categorybg.inde
      .inde-story-third
      .inde-story-third-se
      ul
      li
      a
      .entry-content-heading {
      width: 63%;
      width: -webkit-calc(100% - 100px - 2%);
      width: calc(100% - 100px - 2%);
      float: right;
    }
    .categorybg.inde
      .inde-story-third
      .inde-story-third-se
      ul
      li
      a
      .entry-content-heading
      h2 {
      font-size: 17px;
      line-height: 20px;
      font-weight: 700;
    }
    .categorybg.inde .inde-story-third .inde-story-third-th ul li {
      width: 100%;
      float: right;
      margin-right: 0;
    }
    .categorybg.inde .inde-story-third .inde-story-third-th ul li:nth-child(2n) {
      margin-right: 0;
    }
    .categorybg.inde .inde-story-third .inde-story-third-th ul li a {
      margin-bottom: 0;
    }
    .categorybg.inde .inde-story-third .inde-story-third-th ul li a .pic {
      margin-left: 2%;
    }
    .categorybg.inde
      .inde-story-third
      .inde-story-third-th
      ul
      li
      a
      .entry-content-heading {
      width: 63%;
      width: -webkit-calc(100% - 100px - 2%);
      width: calc(100% - 100px - 2%);
      float: right;
    }
  }
  @media (max-width: 480px) {
    .home_s_top .home_main_content .m_c_left ul li {
      margin-bottom: 0;
      margin-top: 10px;
    }
    .home_s_top .home_main_content .m_c_left ul li:first-child {
      margin-bottom: 10px;
      margin-top: 0;
    }
    .home_s_top .home_main_content .m_c_right .home_title {
      text-align: right;
      margin: 20px 0;
      font-weight: 700;
      font-size: 2.3em;
    }
    .home_s_top .home_main_content .m_c_right .home_title:before {
      content: "";
      border-left: 4px solid #21409a;
      display: inline-block;
      height: 23px;
      margin: -3px 0 0 10px;
      padding: 0 0 0 12px;
      vertical-align: middle;
    }
    .home_s_top .home_main_content .m_c_right ul li {
      width: 100%;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #e2e2e2;
    }
    .home_s_top .home_main_content .m_c_right ul li article {
      border-bottom: 0;
    }
    .home_s_top .home_main_content .m_c_right ul li article .m_pic {
      width: 100px;
      margin-left: 3%;
    }
    .home_s_top .home_main_content .m_c_right ul li article .m_pic .video-icon {
      width: 25px !important;
      top: 5px;
    }
    .home_s_top .home_main_content .m_c_right ul li article .heading {
      width: 72%;
      width: -webkit-calc(100% - 100px - 3%);
      width: calc(100% - 100px - 3%);
    }
    .home_s_top .home_main_content .m_c_right ul li article .heading h2 {
      min-height: auto;
      font-family: "gn-home";
      font-size: 16px;
      line-height: 17px;
    }
    .home_s_top .home_main_content .m_c_right ul li:nth-child(odd) {
      border-left: 0;
      padding-left: 0;
    }
    .home_s_top .home_main_content .m_c_right ul li:nth-child(even) {
      padding-right: 0;
      padding-left: 0;
      border-right: 0;
    }
    .home_s_top .home_main_content .m_c_right ul li:nth-child(n + 5) {
      padding-bottom: 10px;
    }
    .home_s_top .home_main_content .m_c_right .most_watched {
      border-top: 0;
      margin: 0;
    }
    .home_s_top .home_main_content .m_c_right .most_watched .home_title {
      margin: 0 0 20px 0;
    }
    .home_s_top .home_main_content .m_c_right .show-slider {
      border-top: 0;
      margin: 0;
    }
    .home_s_top .home_sidebar {
      margin: 20px 0 0 0;
    }
    .home_s_top .home_sidebar .editors_pick {
      border-top: 0;
      margin: 0 0 20px 0;
    }
    .home_s_top .home_sidebar .editors_pick .home_title {
      text-align: right;
      margin: 20px 0;
      font-weight: 700;
      font-size: 2.3em;
    }
    .home_s_top .home_sidebar .editors_pick .home_title:before {
      content: "";
      border-left: 4px solid #21409a;
      display: inline-block;
      height: 23px;
      margin: -3px 0 0 10px;
      vertical-align: middle;
    }
    .home_s_top .home_sidebar .ads-bg {
      padding: 0;
    }
    .ele-top-content .ele-top .ele-top-left .ele-top-left-pic {
      width: 35px;
    }
    .ele-top-content .ele-top .ele-top-left .ele-top-left-pic img {
      width: 100%;
    }
    .ele-top-content .ele-top .ele-top-left .ele-top-left-txt .ele-top-name {
      font-size: 11px;
    }
    .ele-top-content
      .ele-top
      .ele-top-left
      .ele-top-left-txt
      .ele-top-left-party {
      font-size: 10px;
    }
    .ele-top-content .ele-top .ele-top-right .ele-top-right-pic {
      width: 35px;
    }
    .ele-top-content .ele-top .ele-top-right .ele-top-right-pic img {
      width: 100%;
    }
    .ele-top-content .ele-top .ele-top-right .ele-top-right-txt .ele-top-name {
      font-size: 11px;
    }
    .ele-top-content
      .ele-top
      .ele-top-right
      .ele-top-right-txt
      .ele-top-right-party {
      font-size: 10px;
    }
    .ele-top-content .leading-bar .leading-bar-left .leading-bar-left-vote {
      font-size: 25px;
    }
    .ele-top-content .leading-bar .leading-bar-left .leading-txt {
      font-size: 10px;
    }
    .ele-top-content .leading-bar .leading-bar-right .leading-bar-right-vote {
      font-size: 25px;
    }
    .ele-third-content .ele-third-list .ele-third-bottom {
      width: 100%;
      float: left;
    }
    .ele-third-content .ele-third-list .ele-third-bottom a h2 {
      min-height: auto;
    }
    .candidate-slider .candidate-slider-list .cadidate-name {
      font-size: 15px;
      line-height: 17px;
    }
    .ele-more-list {
      width: 100%;
      float: left;
    }
    .ele-animation img {
      max-width: 80%;
    }
    .count-ifrmae {
      width: 100%;
      float: right;
      margin-bottom: 30px;
    }
    .abcd .col-ms-12 {
      width: 100%;
      float: left;
    }
    .abcd .catPostHome ul li.border-box a {
      min-height: auto;
    }
    .breaking-area .breaking_title {
      font-size: 25px;
      line-height: 26px;
    }
    .breaking-area .storyhighlights ul li {
      width: 100%;
    }
    .breaking-area .breaking_text {
      font-size: 17px;
    }
    .live-blink {
      padding: 2px 7px;
    }
    .live-blink #text-blink {
      font-size: 15px;
    }
    .fullpage h1 {
      font-size: 28px;
      line-height: 34px;
      margin: 10px 0;
    }
    .fullpage .long-story-logo {
      width: 90%;
      top: 0;
    }
    .fullpage .long-story-logo .logo {
      width: 30px;
      float: left;
    }
    .fullpage .long-content .story-detail p {
      font-size: 20px;
      line-height: 26px;
      word-spacing: -1px;
    }
    .fullpage .long-content .story-detail h1 {
      font-size: 28px;
      line-height: 34px;
      margin: 20px 0 0 0;
    }
    .fullpage .long-content .story-detail h2 {
      font-size: 24px;
      line-height: 30px;
    }
    .fullpage .long-content .story-detail h3 {
      font-size: 22px;
      line-height: 28px;
      margin: 20px 0 20px 0;
    }
    .fullpage .long-content .story-detail blockquote {
      font-size: 20px;
      line-height: 26px;
      padding: 15px 30px 15px 36px;
      width: 100%;
    }
    .fullpage .long-content .category-share {
      margin-bottom: 8px;
    }
    .fullpage .long-content .category-share ul li {
      width: 30px;
    }
    .fullpage .excerpt-full p {
      font-size: 16px;
      line-height: 23px;
    }
    .block a .main-heading span {
      width: 38px;
    }
    .block a .main-heading h2 {
      margin: 0;
      font-size: 20px;
      line-height: 22px;
    }
    .block a .main-heading-video span {
      width: 11%;
    }
    .block a .main-heading-video h2 {
      margin: 0;
      font-size: 16px;
      line-height: 19px;
    }
    .block .middle .text {
      font-size: 16px;
      line-height: 19px;
    }
    .tolist-bg {
      display: none;
    }
    .tabs2 {
      display: none;
    }
    .module.parallax-1 {
      height: 450px;
    }
    iframe.module.parallax-1 {
      height: 250px;
    }
    .m-content .top-slider-area .slider-area ul li .slider-title-area h1 {
      font-size: 22px;
      line-height: 30px;
    }
    .m-content .top-slider-area .block a .main-heading h2 {
      font-size: 20px;
      line-height: 26px;
    }
    .m-content .top-slider-area .block .fimage {
      display: none;
    }
    .m-content .top-slider-area .block .mob {
      display: block !important;
    }
    .m-content .top-slider-area .block .desktop {
      display: none !important;
    }
    .m-content .top-slider-area .col-xs-6 {
      width: 100%;
    }
    .m-content .top-slider-area .top-ads-mob {
      display: block;
      width: 100%;
      margin-top: 20px;
    }
    .m-content .top-bottom .col-xs-6 {
      width: 100%;
    }
    .m-content.breakingDiv .breakingContentDiv .breaking-heading p span {
      font-size: 30px;
    }
    body .detail-section .column-right .left .story-area .category {
      font-size: 13px;
    }
    body .detail-section .column-right .left .story-area .post-time {
      font-size: 1.2em;
    }
    body .detail-section .column-right .left .story-area .post-time span {
      width: 14px;
    }
    body .detail-section .column-right .left .story-area h1 {
      font-size: 28px;
      line-height: 32px;
      margin: 10px 0;
      font-weight: 700;
    }
    body .detail-section .column-right .left .story-area h2 {
      font-size: 28px;
      line-height: 32px;
      margin: 10px 0;
      font-weight: 700;
    }
    body .detail-section .column-right .left .story-area .content-area p {
      font-size: 20px;
      font-weight: 400;
      line-height: 1.5;
    }
    body .detail-section .column-right .left .story-area .content-area p strong {
      line-height: 23px;
      display: inline-block;
    }
    body .detail-section .column-right .left .story-area .content-area h1 {
      font-size: 28px;
      line-height: 32px;
      margin: 20px 0 0 0;
      font-weight: 700;
    }
    body .detail-section .column-right .left .story-area .content-area h2 {
      font-size: 24px;
      line-height: 30px;
    }
    body .detail-section .column-right .left .story-area .content-area h3 {
      font-size: 22px;
      line-height: 28px;
      margin: 20px 0 20px 0;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .content-area
      blockquote {
      font-size: 20px;
      line-height: 1.5;
      padding: 15px 30px 15px 36px;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .content-area
      blockquote:before {
      font-size: 2em;
      top: 14px;
      left: 7px;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .content-area
      blockquote:after {
      font-size: 4em;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .content-area
      .time-section
      .source {
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      display: inline-block;
      width: 100%;
      margin-bottom: 10px;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .content-area
      .time-section
      .source
      .by_author {
      color: #737373;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .content-area
      .time-section
      p {
      display: inline-block;
      font-size: 13px;
      font-weight: 400;
      line-height: 22px;
      padding: 0 7px;
      color: #909090;
      margin-bottom: 10px;
      margin: 0 0 10px 0;
      width: 100%;
      padding: 0;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .content-area
      .time-section
      .btArticleSideMeta {
      text-align: left;
      width: 100%;
      float: left;
      margin-bottom: 10px;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .content-area
      .medium-insert-images {
      width: 100%;
      margin: 0;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .content-area
      .medium-insert-images
      figcaption {
      margin: 0 0 0 0;
    }
    .more-content .more-block .caption h3 {
      min-height: auto !important;
      max-height: 70px;
    }
    .more-content .more-block .caption h4 {
      min-height: auto !important;
      max-height: 70px;
    }
    .shows-profile {
      display: none;
    }
    .categorybg .category {
      padding-top: 0;
    }
    .categorybg .category .main-title {
      margin-bottom: 0;
      padding-top: 0;
    }
    .categorybg.shows-detail .latest-shows .video-play-box .caption h1 {
      color: #fff;
      font-size: 2em;
    }
    .cat-label {
      font-size: 11px;
    }
    .container-fluid {
      padding-right: 5px;
      padding-left: 5px;
      margin-right: auto;
      margin-left: auto;
    }
    .ts-content .top-story-right .special-report .main-heading h2 {
      font-size: 16px;
    }
    .ts-content
      .top-story
      .topStoryThird
      .list
      ul
      li
      a
      .entry-content-heading
      h2 {
      font-size: 17px;
      line-height: 20px;
    }
    .list ul li a .entry-content-heading h2 {
      font-size: 17px;
      line-height: 20px;
    }
    .cat-block a .main-heading {
      padding: 0 10px 3px 7px;
      position: relative;
      bottom: 0;
    }
    .cat-block a .main-heading h2 span {
      position: relative;
      top: 0;
      left: -2px;
      padding: 1px;
      box-shadow: 5px 0 0 #000, -5px 0 0 #000;
      background-color: #fff;
      box-decoration-break: clone;
      padding: 4px;
      box-shadow: 12px 0 0 #000, -5px 0 0 #000;
      background-color: #000;
      width: 100%;
      float: left;
    }
    .cat-block a .text-hed-wrap {
      padding: 0;
      position: relative;
    }
    .internaional-channel .panel-primary ul li {
      width: 100%;
    }
    .internaional-channel .panel-primary ul li:last-child {
      width: 100%;
    }
    .internaional-channel .panel-primary ul li .ads {
      padding: 1px 0;
    }
    .internaional-channel ul.panel-tabs li {
      float: left;
      margin-bottom: -1px;
      margin-left: 2px;
    }
    .internaional-channel ul.panel-tabs li a {
      font-size: 1.1em;
      font-weight: 300;
    }
    .opinion .home-opinion .opinion-fc-item h2 {
      font-size: 20px;
      text-align: center;
      display: block;
      min-height: auto;
    }
  }
  @media (max-width: 360px) {
    .ele-top-content .ele-top .ele-top-left .ele-top-left-txt .ele-top-name {
      display: none;
    }
    .ele-top-content
      .ele-top
      .ele-top-left
      .ele-top-left-txt
      .ele-top-left-party {
      font-size: 12px;
    }
    .ele-top-content .ele-top .ele-top-right .ele-top-right-txt .ele-top-name {
      display: none;
    }
    .ele-top-content
      .ele-top
      .ele-top-right
      .ele-top-right-txt
      .ele-top-right-party {
      font-size: 12px;
    }
    .ele-top-content .leading-bar .leading-bar-left .leading-bar-left-vote {
      font-size: 20px;
    }
    .ele-top-content .leading-bar .leading-bar-left .leading-txt {
      font-size: 8px;
    }
    .ele-top-content .leading-bar .leading-bar-right .leading-bar-right-vote {
      font-size: 20px;
    }
    .ele-top-content .leading-bar .leading-bar-right .leading-txt {
      font-size: 8px;
    }
    .categorybg.trending-mobile-header
      header
      .mobile-header
      .header-right
      ul
      li
      .live-btn {
      padding: 7px 2px;
    }
  }
  .btn-share--whatsapp {
    display: none;
  }
  .btn-share--print {
    display: none;
  }
  .categorybg .category {
    padding-top: 0;
  }
  .categorybg .category .ads {
    background-color: #f9f9f9;
  }
  .categorybg .category .main-title {
    padding-top: 0;
    margin: 20px 0 40px 0;
  }
  .categorybg .category .main-title h1:before {
    border-left: 0 !important;
  }
  .categorybg .category .product-listing ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .categorybg .category .product-listing ul li {
    float: right;
    width: 300px;
    margin-left: 10px;
    margin-bottom: 6px;
  }
  .categorybg .category .product-listing ul li:not(.add-list):not(:first-child) {
    min-height: 65px;
    max-height: 70px;
  }
  .categorybg .category .product-listing ul li.add-list {
    float: left;
    margin-bottom: 34px;
    width: 300px;
    min-height: 250px;
  }
  .categorybg .category .product-listing ul li.add-list .cat-box {
    margin-top: 0;
  }
  .categorybg .category .product-listing ul li.add-list .ads-bg {
    padding: 0;
  }
  .categorybg .category .product-listing ul li:first-child {
    width: calc(100% - 630px);
    width: -webkit-calc(100% - 630px);
    width: -o-calc(100% - 630px);
    margin-bottom: 10px;
  }
  .categorybg .category .product-listing ul li:first-child .category-box a h1 {
    font-size: 26px;
    padding-right: 20px;
    border-right: 3px solid #20409a;
    min-height: 42px;
    font-weight: 600;
    line-height: 33px;
  }
  .categorybg .category .product-listing ul li:first-child .category-box a p {
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
    padding-right: 23px;
  }
  .categorybg
    .category
    .product-listing
    ul
    li:first-child
    .category-box
    a
    .image-wrap {
    width: 100%;
    margin-right: 0;
  }
  .categorybg
    .category
    .product-listing
    ul
    li:first-child
    .category-box
    a
    .image-wrap
    .video-icon {
    width: 40px !important;
  }
  .categorybg
    .category
    .product-listing
    ul
    li:first-child
    .category-box
    a
    .image-wrap
    .video-icon
    img {
    width: auto;
  }
  .categorybg .category .product-listing ul li .category-box {
    position: relative;
  }
  .categorybg .category .product-listing ul li .category-box a {
    color: #262626;
    text-decoration: none;
  }
  .categorybg .category .product-listing ul li .category-box a h2 {
    margin: 0;
    font-size: 15px;
    line-height: 19px;
    max-height: 55px;
    display: -webkit-box;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
  }
  .categorybg .category .product-listing ul li .category-box a .image-wrap {
    position: relative;
    width: 100px;
    display: inline;
    float: right;
    margin-left: 10px;
  }
  .categorybg .category .product-listing ul li .category-box a .image-wrap img {
    width: 100%;
  }
  .categorybg
    .category
    .product-listing
    ul
    li
    .category-box
    a
    .image-wrap
    .video-icon {
    width: 25px !important;
    top: 5px;
  }
  .categorybg
    .category
    .product-listing
    ul
    li
    .category-box
    a
    .image-wrap
    .video-icon
    img {
    width: auto;
  }
  .categorybg .category .more-section {
    margin-top: 20px;
  }
  .categorybg .category .more-section h3 {
    font-size: 18px;
    margin: 0;
    background-color: #f2f2f2;
    padding: 10px 20px;
    margin-bottom: 15px;
  }
  .categorybg .category .more-section .more-left {
    width: calc(100% - 320px);
    width: -webkit-calc(100% - 320px);
    width: -o-calc(100% - 320px);
    float: right;
  }
  .categorybg .category .more-section .more-left .more-list .more-cat-boxes {
    margin-bottom: 10px;
  }
  .categorybg .category .more-section .more-left .more-list .more-cat-boxes a {
    color: #262626;
    text-decoration: none;
  }
  .categorybg
    .category
    .more-section
    .more-left
    .more-list
    .more-cat-boxes
    a
    .image-wrap {
    width: 100%;
    position: relative;
  }
  .categorybg
    .category
    .more-section
    .more-left
    .more-list
    .more-cat-boxes
    a
    .image-wrap
    img {
    width: 100%;
  }
  .categorybg
    .category
    .more-section
    .more-left
    .more-list
    .more-cat-boxes
    a
    .image-wrap
    img.portrait-mobile {
    display: none;
  }
  .categorybg
    .category
    .more-section
    .more-left
    .more-list
    .more-cat-boxes
    a
    .image-wrap
    .video-icon
    img {
    width: auto;
  }
  .categorybg .category .more-section .more-left .more-list .more-cat-boxes a h2 {
    color: #000;
    line-height: 22px;
    font-weight: 600;
    min-height: 65px;
    font-size: 16px;
    margin: 5px 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 65px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .categorybg .category .more-section .more-right {
    float: left;
    width: 300px;
    position: static;
  }
  .categorybg .category .more-section .more-right .ads {
    width: 300px;
  }
  .categorybg .category .more-section .more-right .ads.fixed-ad {
    top: 86px;
    position: fixed;
  }
  #geo-audio-player {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: -800px;
  }
  body .detail-section .column-right .left {
    position: relative;
  }
  body .jw-background-color {
    background: rgba(33, 64, 154, 0.9) !important;
  }
  body .story-area .detail-pic {
    position: relative;
  }
  body .story-area .zoom-icon {
    width: 30px;
    height: 30px;
    background: #fff url(https://urdu.geo.tv/assets/front/images/zoom-in.png)
      no-repeat 5px;
    background-size: 20px 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 5px;
    opacity: 0.7;
    bottom: inherit;
  }
  body .story-detail .zoom-icon {
    width: 30px;
    height: 30px;
    background: #fff url(https://urdu.geo.tv/assets/front/images/zoom-in.png)
      no-repeat 5px;
    background-size: 20px 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 5px;
    opacity: 0.7;
    bottom: inherit;
  }
  @media screen and (min-width: 991px) and (max-width: 1200px) {
    body .categorybg .category .product-listing ul li:nth-last-of-type(-n + 2) {
      float: right;
    }
  }
  @media screen and (max-width: 991px) {
    body .mobile-menu-detail {
      display: block !important;
    }
    body .detail-section .column-left {
      display: none;
    }
    body .detail-section .column-right {
      width: 100%;
    }
    body .detail-section .column-right .left {
      position: relative;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .post-auther
      .author_title_img {
      width: 50%;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .post-auther
      .author_title_img
      .noImageAuthor {
      font-size: 11px;
      line-height: 35px;
      font-weight: 400;
      width: 30px;
      height: 30px;
    }
    body .detail-section .column-right .left .story-area .post-auther a {
      line-height: 18px;
      font-size: 12px;
      font-weight: 400;
      margin-top: 8px;
      display: block;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .share-box
      .share
      .share-alt {
      width: 35px;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .share-box
      .btn-share--whatsapp {
      display: block;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .share-box
      .btn-share--print {
      display: none;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .share-box
      .btn-share--email {
      display: none;
    }
    body .detail-section .column-right .left .story-area .content-area iframe {
      width: 100%;
    }
    body .categorybg .category .product-listing ul li {
      width: 300px;
      width: calc(50% - 10px);
      width: -webkit-calc(50% - 10px);
      width: -o-calc(50% - 10px);
    }
    body .categorybg .category .product-listing ul li.add-list {
      width: 300px;
    }
    body .categorybg .category .product-listing ul li:first-child {
      width: calc(100% - 320px);
      width: -webkit-calc(100% - 320px);
      width: -o-calc(100% - 320px);
    }
  }
  @media screen and (max-width: 767px) {
    body
      .categorybg
      .category
      .product-listing
      ul
      li:first-child
      .category-box
      a
      h1 {
      font-size: 24px;
    }
    body
      .categorybg
      .category
      .product-listing
      ul
      li:first-child
      .category-box
      a
      p {
      font-size: 16px;
    }
    body .categorybg .category .more-section .more-left {
      width: 100%;
    }
    body .categorybg .category .more-section .more-right {
      width: 100%;
      margin-bottom: 15px;
    }
    body .categorybg .category .more-section .more-right .ads {
      width: 100%;
    }
    body .categorybg .category .more-section .more-right .ads.fixed-ad {
      top: 0;
      position: static;
    }
    body .categorybg.inde .inde-parallax {
      display: none;
    }
    body .categorybg.inde .inde-mainpic {
      display: block;
    }
    body .categorybg.inde .ind-container {
      margin-top: 0;
    }
  }
  @media screen and (max-width: 641px) {
    body .categorybg .category .main-title {
      display: none;
    }
    body .categorybg .category .product-listing ul li {
      width: calc(100% - 325px);
      width: -webkit-calc(100% - 325px);
      width: -o-calc(100% - 325px);
      margin-left: 0;
      margin-right: 10px;
    }
    body .categorybg .category .product-listing ul li:first-child {
      width: 100%;
      margin-left: 0;
    }
  }
  @media screen and (max-width: 602px) {
    body .detail-section .column-right .left {
      position: relative;
    }
    body .detail-section .column-right .left .story-area .post-time {
      display: none;
    }
    body .detail-section .column-right .left .story-area .category {
      border-right: 0;
    }
    body .detail-section .column-right .left .story-area .content-area iframe {
      width: 100%;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .content-area
      .medium-insert-embeds {
      width: 100%;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .content-area
      .medium-insert-embeds
      .medium-insert-embed
      .embed_external_url {
      border: 0;
      margin: 0;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .content-area
      .medium-insert-embeds
      .medium-insert-embed
      .embed_external_url.embedRelatedStory
      h4 {
      max-height: inherit;
      min-height: 33px;
      margin: 0;
      font-size: 18px;
      font-weight: 400;
      line-height: 25px;
      padding: 0;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .content-area
      .medium-insert-embeds
      .medium-insert-embed
      .embed_external_url.embedRelatedStory
      p {
      max-height: inherit;
      min-height: 65px;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .content-area
      .medium-insert-embeds
      .medium-insert-embed
      .embed_external_url.embedRelatedStory
      img {
      width: 29%;
      min-height: inherit;
      max-height: inherit;
      float: right;
      height: auto;
      margin-left: 2% !important;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .content-area
      .medium-insert-embeds
      .medium-insert-embed
      .embed_external_url.embedRelatedStory
      .iconArea
      img {
      width: 20px;
    }
    body
      .detail-section
      .column-right
      .left
      .story-area
      .content-area
      .medium-insert-images {
      width: 100%;
    }
    body .long-content .medium-insert-embeds {
      width: 100%;
    }
    body
      .long-content
      .medium-insert-embeds
      .medium-insert-embed
      .embed_external_url {
      border: 0;
      margin: 0;
    }
    body
      .long-content
      .medium-insert-embeds
      .medium-insert-embed
      .embed_external_url.embedRelatedStory
      h4 {
      max-height: inherit;
      min-height: 33px;
      margin: 0;
      color: #1e419d !important;
      font-size: 20px;
      font-weight: 400;
      line-height: 25px;
      padding: 0;
    }
    body
      .long-content
      .medium-insert-embeds
      .medium-insert-embed
      .embed_external_url.embedRelatedStory
      p {
      max-height: inherit;
      min-height: 65px;
    }
    body
      .long-content
      .medium-insert-embeds
      .medium-insert-embed
      .embed_external_url.embedRelatedStory
      img {
      width: 100%;
      min-height: inherit;
      max-height: inherit;
      display: none;
    }
    body
      .long-content
      .medium-insert-embeds
      .medium-insert-embed
      .embed_external_url.embedRelatedStory
      .iconArea
      img {
      width: inherit;
    }
    body .long-content .medium-insert-images {
      width: 100%;
    }
  }
  @media screen and (max-width: 595px) {
    body .categorybg .category .product-listing ul {
      width: 100%;
      float: left;
    }
    body .categorybg .category .product-listing ul li {
      width: calc(50% - 5px);
      width: -webkit-calc(50% - 5px);
      width: -o-calc(50% - 5px);
    }
    body .categorybg .category .product-listing ul li.add-list {
      margin-bottom: 9px;
      width: 100%;
      margin-top: 10px;
      margin-right: 0;
      clear: both;
      float: none;
    }
    body .categorybg .category .product-listing ul li:nth-child(even) {
      margin-right: 0;
    }
    body .categorybg .category .product-listing ul li:first-child {
      margin-bottom: 0;
      float: none;
      max-height: 100%;
    }
    body
      .categorybg
      .category
      .product-listing
      ul
      li:first-child
      .category-box
      a {
      display: block;
    }
    body
      .categorybg
      .category
      .product-listing
      ul
      li:first-child
      .category-box
      a
      .image-wrap {
      float: left;
    }
  }
  @media screen and (max-width: 545px) {
    body
      .categorybg
      .category
      .product-listing
      ul
      li:not(.add-list):not(:first-child) {
      min-height: inherit;
      max-height: inherit;
    }
    body
      .categorybg
      .category
      .product-listing
      ul
      li
      .product-listing
      ul
      li:first-child
      .category-box
      a
      h1 {
      font-size: 20px;
    }
    body
      .categorybg
      .category
      .product-listing
      ul
      li
      .product-listing
      ul
      li:first-child
      .category-box
      a
      p {
      font-size: 15px;
    }
    body
      .categorybg
      .category
      .product-listing
      ul
      li
      .category-box
      a
      .image-wrap {
      width: 100%;
      clear: both;
      margin-bottom: 10px;
    }
    body .categorybg .category .product-listing ul li .category-box a h2 {
      font-size: 17px;
      line-height: 18px;
      margin-top: 15px;
      clear: both;
    }
    body .categorybg .category .more-section {
      margin-top: 0;
    }
    body .categorybg .category .more-section h3 {
      display: none;
    }
    body
      .categorybg
      .category
      .more-section
      .more-left
      .more-list
      .more-cat-boxes {
      width: calc(50% - 5px);
      width: -webkit-calc(50% - 5px);
      width: -o-calc(50% - 5px);
    }
    body
      .categorybg
      .category
      .more-section
      .more-left
      .more-list
      .more-cat-boxes:nth-child(odd) {
      padding-right: 0;
      margin-right: 10px;
    }
    body
      .categorybg
      .category
      .more-section
      .more-left
      .more-list
      .more-cat-boxes:nth-child(even) {
      padding-left: 0;
    }
    body
      .categorybg
      .category
      .more-section
      .more-left
      .more-list
      .more-cat-boxes
      a
      h2 {
      min-height: inherit;
    }
    body
      .categorybg
      .category
      .more-section
      .more-left
      .more-list
      .more-cat-boxes
      a
      .image-wrap
      img.portrait-mobile {
      display: block;
    }
    body
      .categorybg
      .category
      .more-section
      .more-left
      .more-list
      .more-cat-boxes
      a
      .image-wrap
      img.desktop-section {
      display: none;
    }
    body
      .categorybg
      .category
      .more-section
      .more-left
      .more-list
      .more-cat-boxes
      a
      .image-wrap
      .video-icon {
      width: 25px !important;
    }
  }
  @media screen and (max-width: 415px) {
    body .categorybg .category .product-listing ul li {
      width: 100%;
      margin-right: 0;
    }
    body
      .categorybg
      .category
      .product-listing
      ul
      li:not(.add-list, first-child) {
      min-height: 65px;
      max-height: 70px;
    }
    body .categorybg .category .product-listing ul li .category-box a h2 {
      font-size: 14px;
      min-height: inherit;
      max-height: inherit;
      clear: inherit;
      margin-top: 0;
    }
    body
      .categorybg
      .category
      .product-listing
      ul
      li
      .category-box
      a
      .image-wrap {
      width: 100px;
      display: inline;
      float: right;
      margin-left: 10px;
    }
    body
      .categorybg
      .category
      .product-listing
      ul
      li
      .category-box
      a
      .image-wrap
      img {
      width: 100%;
    }
    body
      .categorybg
      .category
      .product-listing
      ul
      li
      .category-box
      a
      .image-wrap
      .video-icon {
      width: 25px !important;
    }
    body
      .categorybg
      .category
      .product-listing
      ul
      li
      .category-box
      a
      .image-wrap
      .video-icon
      img {
      width: auto;
    }
    body
      .categorybg
      .category
      .more-section
      .more-left
      .more-list
      .more-cat-boxes {
      width: 100%;
    }
    body
      .categorybg
      .category
      .more-section
      .more-left
      .more-list
      .more-cat-boxes:nth-child(odd) {
      padding-right: 10px;
      margin-right: 0;
    }
    body
      .categorybg
      .category
      .more-section
      .more-left
      .more-list
      .more-cat-boxes:nth-child(even) {
      padding-left: 10px;
    }
    body
      .categorybg
      .category
      .more-section
      .more-left
      .more-list
      .more-cat-boxes
      a
      h2 {
      min-height: inherit;
      max-height: inherit;
      clear: inherit;
      margin-top: 0;
      font-size: 14px;
    }
    body
      .categorybg
      .category
      .more-section
      .more-left
      .more-list
      .more-cat-boxes
      a
      .image-wrap {
      width: 100px;
      margin-right: 10px;
      float: left;
    }
  }
  @media (max-width: 1200px) {
    footer .ftr_inr .ftr_col ul li ul li a {
      padding: 3px;
    }
  }
  @media (max-width: 991px) {
    footer .ftr_inr .ftr_col {
      width: 25%;
    }
    footer .ftr_inr .ftr_col:last-child {
      width: 100%;
    }
    footer .ftr_inr .ftr_col:nth-child(4) {
      padding-left: 0;
    }
  }
  @media (max-width: 768px) {
    footer .ftr_inr .ftr_col {
      width: 33.32%;
    }
    footer .ftr_inr .ftr_col:nth-child(4) {
      width: 100%;
    }
    footer .ftr_inr .ftr_col:nth-child(4) ul {
      margin-bottom: 0;
    }
    footer .ftr_inr .ftr_col:nth-child(3) {
      padding-left: 0;
    }
    footer .ftr_inr .ftr_col ul li a.apps {
      width: initial;
      display: inline-block;
      float: right;
    }
  }
  @media (max-width: 991px) {
    body .detail-section .container .column-left {
      width: 0;
      position: static;
    }
    body .detail-section .container .column-left .left-stick {
      -webkit-transform: translateX(-310px);
      -ms-transform: translateX(-310px);
      transform: translateX(-310px);
      -webkit-transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
      -ms-transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
      transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
    }
    body .detail-section .container .column-right {
      width: 100%;
    }
    body
      .detail-section
      .container
      .column-right
      .left
      .story-area
      .content-area
      iframe {
      width: 100%;
    }
  }
  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .swiper-container-no-flexbox .swiper-slide {
    float: left;
  }
  .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .gallery-top {
    height: 80%;
    width: 100%;
  }
  .gallery-thumbs {
    height: 20%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .gallery-thumbs .swiper-slide {
    width: 15% !important;
    height: 100%;
    opacity: 0.4;
    margin-right: 23px !important;
  }
  .gallery-thumbs .swiper-slide-active {
    opacity: 1;
  }
  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
  .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex: 0 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .swiper-slide img {
    width: 100%;
  }
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
  }
  .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }
  .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
  }
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 44%;
    width: 25px;
    height: 60px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 12px 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.53);
  }
  .swiper-button-next-mobile,
  .swiper-button-prev-mobile {
    position: absolute;
    top: 44%;
    width: 40px;
    height: 60px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 17px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
  }
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-button-next-mobile.swiper-button-disabled,
  .swiper-button-prev-mobile.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    left: 0;
    right: auto;
  }
  .swiper-button-prev-mobile,
  .swiper-container-rtl .swiper-button-next-mobile {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    left: 0;
    right: auto;
  }
  .swiper-button-prev.swiper-button-black,
  .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    right: 0;
    left: auto;
  }
  .swiper-button-next-mobile,
  .swiper-container-rtl .swiper-button-prev-mobile {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
    right: 0;
    left: auto;
  }
  .swiper-button-next.swiper-button-black,
  .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    margin: 0 5px;
  }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f7941e;
  }
  .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
  }
  .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
  }
  .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  .swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
  }
  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 3px;
  }
  .swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
  }
  .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .swiper-container-rtl
    .swiper-pagination-progress
    .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
  }
  .swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
  }
  .swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
  }
  .swiper-pagination-progress.swiper-pagination-white
    .swiper-pagination-progressbar {
    background: #fff;
  }
  .swiper-pagination-progress.swiper-pagination-black
    .swiper-pagination-progressbar {
    background: #000;
  }
  .swiper-container-3d {
    -webkit-perspective: 1200px;
    -ms-perspective: 1200px;
    perspective: 1200px;
  }
  .swiper-container-3d .swiper-cube-shadow,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
      right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-container-coverflow .swiper-wrapper,
  .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
  }
  .swiper-container-cube,
  .swiper-container-flip {
    overflow: visible;
  }
  .swiper-container-cube .swiper-slide,
  .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
  }
  .swiper-container-cube .swiper-slide .swiper-slide,
  .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-active .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-cube .swiper-slide-shadow-bottom,
  .swiper-container-cube .swiper-slide-shadow-left,
  .swiper-container-cube .swiper-slide-shadow-right,
  .swiper-container-cube .swiper-slide-shadow-top,
  .swiper-container-flip .swiper-slide-shadow-bottom,
  .swiper-container-flip .swiper-slide-shadow-left,
  .swiper-container-flip .swiper-slide-shadow-right,
  .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-next,
  .swiper-container-cube .swiper-slide-next + .swiper-slide,
  .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
  }
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-fade .swiper-slide-active,
  .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
  }
  .swiper-zoom-container > canvas,
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }
  .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
  }
  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
  }
  .swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  @-webkit-keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @font-face {
    font-family: "lg";
    src: url("https://urdu.geo.tv/assets/front/fonts/lg.eot?n1z373");
    src: url("https://urdu.geo.tv/assets/front/fonts/lg.eot?#iefixn1z373")
        format("embedded-opentype"),
      url("https://urdu.geo.tv/assets/front/fonts/lg.woff?n1z373") format("woff"),
      url("https://urdu.geo.tv/assets/front/fonts/lg.ttf?n1z373")
        format("truetype"),
      url("https://urdu.geo.tv/assets/front/fonts/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  .lg-icon {
    font-family: "lg";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .lg-actions .lg-next,
  .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
  }
  .lg-actions .lg-next.disabled,
  .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  .lg-actions .lg-next:hover,
  .lg-actions .lg-prev:hover {
    color: #fff;
  }
  .lg-actions .lg-next {
    right: 20px;
  }
  .lg-actions .lg-next:before {
    content: "\e095";
  }
  .lg-actions .lg-prev {
    left: 20px;
  }
  .lg-actions .lg-prev:after {
    content: "\e094";
  }
  @-webkit-keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @-ms-keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  @-ms-keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  .lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
  }
  .lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
  }
  .lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
  }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .lg-toolbar .lg-icon:hover {
    color: #fff;
  }
  .lg-toolbar .lg-close:after {
    content: "\e070";
  }
  .lg-toolbar .lg-download:after {
    content: "\e0f2";
  }
  .lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
  }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
  }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
  }
  #lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
  }
  .lg-toolbar,
  .lg-prev,
  .lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: -ms-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  }
  .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: -ms-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  body:not(.lg-from-hash)
    .lg-outer.lg-start-zoom
    .lg-item.lg-complete
    .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  .lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -ms-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
  }
  .lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    -ms-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
  .lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
  }
  .lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
  }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      -webkit-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease;
    }
  }
  .lg-outer .lg-thumb-item.active,
  .lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
  }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
  }
  .lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
  }
  .lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
  }
  .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
  }
  .lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
  }
  .lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
  }
  .lg-outer .lg-toogle-thumb:hover {
    color: #fff;
  }
  .lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
  }
  .lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
  }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
  }
  .lg-outer .lg-has-vimeo .lg-video-play {
    background: url("https://urdu.geo.tv/assets/front/img/vimeo-play.png")
      no-repeat scroll 0 0 transparent;
  }
  .lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("https://urdu.geo.tv/assets/front/img/vimeo-play.png")
      no-repeat scroll 0 -58px transparent;
  }
  .lg-outer .lg-has-html5 .lg-video-play {
    background: transparent
      url("https://urdu.geo.tv/assets/front/img/video-play.png") no-repeat scroll
      0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
  }
  .lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
  }
  .lg-outer .lg-has-youtube .lg-video-play {
    background: url("https://urdu.geo.tv/assets/front/img/youtube-play.png")
      no-repeat scroll 0 0 transparent;
  }
  .lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("https://urdu.geo.tv/assets/front/img/youtube-play.png")
      no-repeat scroll 0 -60px transparent;
  }
  .lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
  }
  .lg-outer .lg-has-video.lg-video-playing .lg-object,
  .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
  }
  .lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
  }
  .lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
  }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
  }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%;
  }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1;
  }
  .lg-autoplay-button:after {
    content: "\e01d";
  }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
  }
  .lg-outer.lg-css3.lg-zoom-dragging
    .lg-item.lg-complete.lg-zoomable
    .lg-img-wrap,
  .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  .lg-outer.lg-use-transition-for-zoom
    .lg-item.lg-complete.lg-zoomable
    .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -ms-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
      top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
      top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.15s !important;
    transition: -ms-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #lg-zoom-in:after {
    content: "\e311";
  }
  #lg-actual-size {
    font-size: 20px;
  }
  #lg-actual-size:after {
    content: "\e033";
  }
  #lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
  }
  #lg-zoom-out:after {
    content: "\e312";
  }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
  }
  .lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
  }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
  }
  .lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
  }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset;
  }
  .lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, -ms-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
  }
  .lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
  }
  .lg-outer .lg-pager:hover,
  .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset;
  }
  .lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
  }
  .lg-fullscreen:after {
    content: "\e20c";
  }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
  }
  .lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  }
  .lg-outer.lg-dropdown-active .lg-dropdown,
  .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
  }
  .lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
  }
  .lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s,
      visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: -ms-transform 0.18s linear 0s, visibility 0s linear 0.5s,
      opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
      opacity 0.18s linear 0s;
  }
  .lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
  }
  .lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0;
  }
  .lg-outer .lg-dropdown > li:hover a,
  .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333;
  }
  .lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
  }
  .lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
  }
  .lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
  }
  .lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
  }
  .lg-outer #lg-share {
    position: relative;
  }
  .lg-outer #lg-share:after {
    content: "\e80d";
  }
  .lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
  }
  .lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901";
  }
  .lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
  }
  .lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904";
  }
  .lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
  }
  .lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902";
  }
  .lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
  }
  .lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903";
  }
  .lg-group:after {
    content: "";
    display: table;
    clear: both;
  }
  .lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
  }
  .lg-outer * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .lg-outer.lg-visible {
    opacity: 1;
  }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide,
  .lg-outer.lg-css3 .lg-item.lg-next-slide,
  .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
  }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
  }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
  }
  .lg-outer .lg-item {
    background: url("https://urdu.geo.tv/assets/front/img/loading.gif") no-repeat
      scroll center center transparent;
    display: none !important;
  }
  .lg-outer.lg-css3 .lg-prev-slide,
  .lg-outer.lg-css3 .lg-current,
  .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
  }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important;
  }
  .lg-outer .lg-item,
  .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .lg-outer .lg-item:before,
  .lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
  }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .lg-outer .lg-item.lg-complete {
    background-image: none;
  }
  .lg-outer .lg-item.lg-current {
    z-index: 1060;
  }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
  }
  .lg-outer.lg-show-after-load .lg-item .lg-object,
  .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
  }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
  }
  .lg-outer .lg-empty-html {
    display: none;
  }
  .lg-outer.lg-hide-download #lg-download {
    display: none;
  }
  .lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
  }
  .lg-backdrop.in {
    opacity: 1;
  }
  .lg-css3.lg-no-trans .lg-prev-slide,
  .lg-css3.lg-no-trans .lg-next-slide,
  .lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
  }
  .lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .lg-css3.lg-fade .lg-item {
    opacity: 0;
  }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
  }
  .lg-css3.lg-fade .lg-item.lg-prev-slide,
  .lg-css3.lg-fade .lg-item.lg-next-slide,
  .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.1s ease 0s;
    transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
      opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  }
  .lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .lightSlider:before,
  .lightSlider:after {
    content: " ";
    display: table;
  }
  .lightSlider {
    overflow: hidden;
    margin: 0;
  }
  .lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }
  .lSSlideWrapper > .lightSlider:after {
    clear: both;
  }
  .lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    transition-property: -ms-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
  }
  .lSSlideWrapper .lSFade {
    position: relative;
  }
  .lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
  }
  .lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
  }
  .lSSlideWrapper .lSFade > *.active {
    z-index: 10;
  }
  .lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
  }
  .lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
  }
  .lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
  }
  .lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
  }
  .lSSlideOuter .lSPager.lSpg > li:hover a,
  .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
  }
  .lSSlideOuter .media {
    opacity: 0.8;
  }
  .lSSlideOuter .media.active {
    opacity: 1;
  }
  .lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  }
  .lSSlideOuter .lSPager.lSGallery li.active,
  .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
  }
  .lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
  }
  .lSSlideOuter .lSPager.lSGallery:before,
  .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
  }
  .lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
  }
  .lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url("https://urdu.geo.tv/assets/front/images/controls.png");
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
  }
  .lSAction > a:hover {
    opacity: 1;
  }
  .lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
  }
  .lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
  }
  .lSAction > a.disabled {
    pointer-events: none;
  }
  .cS-hidden {
    height: 1px;
    opacity: 0;
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    overflow: hidden;
  }
  .lSSlideOuter.vertical {
    position: relative;
  }
  .lSSlideOuter.vertical.noPager {
    padding-right: 0 !important;
  }
  .lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
  }
  .lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
  }
  .lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
  }
  .lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
  }
  .lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
  }
  .lSSlideOuter.lSrtl {
    direction: rtl;
  }
  .lSSlideOuter .lightSlider,
  .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
  }
  .lSSlideOuter.lSrtl .lightSlider,
  .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
  }
  .lSSlideOuter .lightSlider > *,
  .lSSlideOuter .lSGallery li {
    float: left;
  }
  .lSSlideOuter.lSrtl .lightSlider > *,
  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
  }
  @-webkit-keyframes rightEnd {
    0% {
      left: 0;
    }
    50% {
      left: -15px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes rightEnd {
    0% {
      left: 0;
    }
    50% {
      left: -15px;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes topEnd {
    0% {
      top: 0;
    }
    50% {
      top: -15px;
    }
    100% {
      top: 0;
    }
  }
  @keyframes topEnd {
    0% {
      top: 0;
    }
    50% {
      top: -15px;
    }
    100% {
      top: 0;
    }
  }
  @-webkit-keyframes leftEnd {
    0% {
      left: 0;
    }
    50% {
      left: 15px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes leftEnd {
    0% {
      left: 0;
    }
    50% {
      left: 15px;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes bottomEnd {
    0% {
      bottom: 0;
    }
    50% {
      bottom: -15px;
    }
    100% {
      bottom: 0;
    }
  }
  @keyframes bottomEnd {
    0% {
      bottom: 0;
    }
    50% {
      bottom: -15px;
    }
    100% {
      bottom: 0;
    }
  }
  .lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
  }
  .lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
  }
  .lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
  }
  .lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
  }
  .lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
  }
  .lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
  }
  .lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
  #colorbox,
  #cboxOverlay,
  #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  #cboxWrapper {
    max-width: none;
  }
  #cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #cboxMiddleLeft,
  #cboxBottomLeft {
    clear: left;
  }
  #cboxContent {
    position: relative;
  }
  #cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #cboxTitle {
    margin: 0;
  }
  #cboxLoadingOverlay,
  #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #cboxPrevious,
  #cboxNext,
  #cboxClose,
  #cboxSlideshow {
    cursor: pointer;
  }
  .cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
  }
  .cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
  }
  #colorbox,
  #cboxContent,
  #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
  }
  #cboxOverlay {
    background: #fff;
    opacity: 0.9;
    -webkit-filter: alpha(opacity = 90);
    filter: alpha(opacity = 90);
  }
  #colorbox {
    outline: 0;
  }
  #cboxContent {
    margin-top: 32px;
    overflow: visible;
    background: #000;
  }
  .cboxIframe {
    background: #fff;
  }
  #cboxError {
    padding: 50px;
    border: 1px solid #ccc;
  }
  #cboxLoadedContent {
    background: #000;
    padding: 1px;
  }
  #cboxLoadingGraphic {
    background: url(https://urdu.geo.tv/assets/front/images/loading.gif) no-repeat
      center center;
  }
  #cboxLoadingOverlay {
    background: #000;
  }
  #cboxTitle {
    position: absolute;
    top: -22px;
    left: 0;
    color: #000;
  }
  #cboxCurrent {
    position: absolute;
    top: -22px;
    right: 205px;
    text-indent: -9999px;
  }
  #cboxPrevious,
  #cboxNext,
  #cboxSlideshow,
  #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    background: url(https://urdu.geo.tv/assets/front/images/controls-color.png)
      no-repeat 0 0;
  }
  #cboxPrevious:active,
  #cboxNext:active,
  #cboxSlideshow:active,
  #cboxClose:active {
    outline: 0;
  }
  #cboxPrevious {
    background-position: 0 0;
    right: 44px;
  }
  #cboxPrevious:hover {
    background-position: 0 -25px;
  }
  #cboxNext {
    background-position: -25px 0;
    right: 22px;
  }
  #cboxNext:hover {
    background-position: -25px -25px;
  }
  #cboxClose {
    background-position: -50px 0;
    right: 0;
  }
  #cboxClose:hover {
    background-position: -50px -25px;
  }
  .cboxSlideshow_on #cboxPrevious,
  .cboxSlideshow_off #cboxPrevious {
    right: 66px;
  }
  .cboxSlideshow_on #cboxSlideshow {
    background-position: -75px -25px;
    right: 44px;
  }
  .cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -100px -25px;
  }
  .cboxSlideshow_off #cboxSlideshow {
    background-position: -100px 0;
    right: 44px;
  }
  .cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -75px -25px;
  }
  /* run */
  .racing_section {
    margin-bottom: 20px;
    direction: ltr;
  }
  .party_slider_content {
    direction: ltr;
    text-align: center;
  }
  .tabcontent {
    background-color: #f1f1f2;
    padding: 20px;
    border-radius: 10px;
  }
  .biharpoll {
    padding: 0px;
  }
  .bar-container .tally-chart {
    height: 240px;
  }
  .bar-container .tally-chart {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  h2 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
  }
  .bar-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    --bar-first: #e67d00;
    --bar-second: #0e76b2;
    --bar-third: #35afb2;
    --bar-fourth: #798c8b;
    --barh-first: 0%;
    --barh-second: 0%;
    --barh-third: 0%;
    --barh-fourth: 0%;
  }
  .bihar-banner-el {
    width: 100%;
    position: relative;
  }
  .bihar-banner-el {
    margin: 0px 0px 13px 0px;
  }
  .bihar-banner-el.party5 {
    margin: 0px 0px 10px 0px;
    height: 60px;
  }
  .bihar-banner-el.party4:nth-last-child(1) {
    margin-bottom: 0;
  }
  .bihar-banner-el .el-bh-row {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    gap: 10px;
  }
  .bihar-banner-el .img-el {
  }
  .bihar-banner-el .img-el img {
    width: 70px;
  }
  .bihar-banner-el.party5 .img-el img {
    width: 70px;
  }
  .bihar-banner-el .bar-content {
    width: calc(100% - 60px);
  }
  .bihar-banner-el.party5 .bar-content {
    width: calc(100% - 60px);
  }
  .bihar-banner-el .el-col-50 {
  }
  .bihar-banner-el .el-col-50:nth-of-type(1) {
  }
  .bihar-banner-el .el-col-50:nth-of-type(2) .left-el-text {
    padding: 0px;
    text-align: right;
  }
  .bihar-banner-el .el-col-50:nth-of-type(2) .right-el-lg-text {
    padding: 0px 10px 0px 0px;
  }
  .bihar-banner-el .el-col-50:nth-of-type(2) {
    display: flex;
    justify-content: flex-end;
  }
  .bihar-banner-el .bar-el-bihar-maping {
    height: 10px;
    margin: 10px 0px 0px 0px;
    position: relative;
    width: 100%;
    border-bottom: 2px dotted #c9cbcc;
    position: absolute;
    bottom: -7px;
  }
  .bihar-banner-el .bar-el-bihar-maping .el-bar {
  }
  .bihar-banner-el .pt-20 {
    padding: 44px 0px 0px 0px;
    background-image: linear-gradient(to right, #f1f1f2, #b4b6b9);
  }
  .bihar-banner-el .text-sl-l {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .bihar-banner-el .right-el-lg-text {
    font-size: 40px;
    font-weight: 800;
    vertical-align: text-top;
    line-height: 48px;
    color: #000;
    text-align: left;
  }
  .bihar-banner-el .text-sm-b {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
  }
  .bihar-banner-el .el-border-rigth {
    position: relative;
  }
  .bihar-banner-el .el-border-rigth::before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #000;
    height: 100%;
    width: 0.5px;
  }
  .bihar-banner-el .el-border-left {
    position: relative;
  }
  .bihar-banner-el .el-border-left::before {
    content: "";
    position: absolute;
    right: 0;
    background-color: #000;
    height: 100%;
    width: 0.5px;
  }
  .bihar-banner-el .right-el-lg-text {
    width: 70px;
  }
  .bihar-banner-el .left-el-text {
    padding: 0px;
  }
  .bihar-banner-el .bar-el-bihar-maping .el-bar#green {
    width: 20%;
    background-color: #00b050;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .bihar-banner-el .bar-el-bihar-maping .el-bar {
    height: 10px;
    -webkit-animation: animation-bar calc(var(--timing) / 10 * 1s) ease-in-out;
    animation: animation-bar calc(var(--timing) / 10 * 1s) ease-in-out;
  }
  .bihar-banner-el .bar-el-bihar-maping .el-bar#red {
    background-color: #e84700;
    width: 60%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .bihar-banner-el .el-row-end {
  }
  .bihar-banner-el .el-bh-slider {
  }
  .bihar-banner-el .el-bh-slider::before {
    content: "";
    position: absolute;
    z-index: 99;
    border-left: 1px dashed #999;
    height: 165px;
    left: calc(50% - 1px);
    top: -36px;
  }
  .bihar-banner-el .el-bh-slider::before {
    height: calc(100vh - 167px);
  }
  .bihar-banner-el.party4 .el-bh-slider::before {
    height: calc(100vh - 154px);
  }
  .bihar-banner-el .el-bh-slider::after {
    content: "";
    border-bottom: 6px solid #999;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: calc(50% - 7px);
    top: -43px;
  }
  .bihar-banner-el .top-title-el {
    position: absolute;
    top: -61px;
    left: calc(50% - 41px);
    font-size: 12px;
    font-weight: 500;
    padding: 0px 3px;
    border-radius: 2px;
    color: #000;
    line-height: 1.5;
    width: 78px;
    text-align: center;
    background-color: #c6c6c6;
    letter-spacing: 1px;
  }
  .bihar-banner-el .tl-total-seat {
    font-size: 12px;
    color: #333;
    padding: 3px 0px 0px 0px;
  }
  .bihar-banner-el .tl-total-seat strong {
  }
  .bihar-banner-el .el-row-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.7;
  }
  .notab .bihar-banner-el.party4 .el-bh-slider::before {
    height: calc(100vh - 94px);
  }
  .notab .bihar-banner-el .el-bh-slider::before {
    height: calc(100vh - 108px);
  }
  .totaltarget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .totaltarget span#totalseat {
    font-weight: 700;
    font-size: 16px;
  }
  .totaltarget span#targetseat {
    font-weight: 700;
    font-size: 16px;
    color: #dd0404;
  }
  .party-table {
    overflow: hidden;
  }
  .prtycolor {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
  }
  .seat-table {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .seat-table span {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    z-index: 991;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    line-height: 0;
    color: #505050;
  }
  .seat-table span:after {
    content: "";
    width: calc(100% - 8px);
    height: 1px;
    border-top: 1px dashed #505050;
    position: absolute;
    top: 0;
    left: 0;
  }
  .seat-table span:nth-child(1) {
    top: 0;
  }
  .seat-table span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .seat-table span:nth-child(2)::after,
  .seat-table span:nth-child(1)::after {
    width: calc(100% - 22px);
  }
  .seat-table span:nth-child(3) {
    top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .partycolor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 9px;
  }
  .partycolor li {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .partycolor li:not(:last-child) {
    margin-right: 20px;
  }
  .partycolor span {
    display: inline-block;
    height: 11px;
    width: 11px;
    margin-right: 6px;
  }
  .seat-table span:nth-child(2)::after {
    border-color: #ff0000;
  }
  .seat-table span:nth-child(2) {
    color: #ff0000;
  }
  @-webkit-keyframes animation-bar {
    0% {
      width: 0;
    }
  }
  @keyframes animation-bar {
    0% {
      width: 0;
    }
  }
  p.tallyNote {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
  }
  .biharpoll > p {
    display: none;
    font-size: 12px;
    line-height: 16px;
    color: #6d6d6d;
  }
  .bihar-banner-el .bar-el-bihar-maping {
  }
  a.tally-ei-caption {
    font-size: 12px;
    position: absolute;
    right: 0;
    text-decoration: none;
    color: #cc0000;
    bottom: 0px;
    font-weight: 600;
    z-index: 10;
  }
  a.tally-ei-caption:after {
    content: "\226B";
    padding-left: 2px;
  }
  .partyicon-wrp {
    filter: drop-shadow(1px 1px 3px #0000002b);
    display: grid;
    place-content: center;
  }
  .partyicon-wrp img {
    width: 100%;
    border-radius: 6px;
  }
  .partyname-text {
    font-size: 18px;
    line-height: 1;
    color: #000;
    font-weight: 700;
    padding-top: 8px;
    text-align: center;
  }
  :root {
    --psirun: url(https://www.geo.tv/assets/front/images/election/2024/party-leaders/GK_Run.gif);
    --psistop: url(https://www.geo.tv/assets/front/images/election/2024/party-leaders/GK_Wait.gif);
    --psiwin: url(https://www.geo.tv/assets/front/images/election/2024/party-leaders/GK_Wait.gif);
    --incrun: url(https://www.geo.tv/assets/front/images/election/2024/party-leaders/FazlUrRehman_Run.gif);
    --incstop: url(https://www.geo.tv/assets/front/images/election/2024/party-leaders/FazlUrRehman_Wait.gif);
    --incwin: url(https://www.geo.tv/assets/front/images/election/2024/party-leaders/FazlUrRehman_Wait.gif);
    --brsrun: url(https://www.geo.tv/assets/front/images/election/2024/party-leaders/SirajUlHaq_Run.gif);
    --brsstop: url(https://www.geo.tv/assets/front/images/election/2024/party-leaders/SirajUlHaq_Wait.gif);
    --brswin: url(https://www.geo.tv/assets/front/images/election/2024/party-leaders/SirajUlHaq_Wait.gif);
    --pmlnrun: url(https://www.geo.tv/assets/front/images/election/2024/party-leaders/NawazSharif_Run.gif);
    --pmlnstop: url(https://www.geo.tv/assets/front/images/election/2024/party-leaders/NawazSharif_Wait.gif);
    --pmlnwin: url(https://www.geo.tv/assets/front/images/election/2024/party-leaders/NawazSharif_Wait.gif);
    --ppprun: url(https://www.geo.tv/assets/front/images/election/2024/party-leaders/Bilawal_Run.gif);
    --pppstop: url(https://www.geo.tv/assets/front/images/election/2024/party-leaders/Bilawal_Wait.gif);
    --pppwin: url(https://www.geo.tv/assets/front/images/election/2024/party-leaders/Bilawal_Wait.gif);
    --mqmrun: url(https://www.geo.tv/assets/front/images/election/2024/party-leaders/MQM_Run.gif);
    --mqmstop: url(https://www.geo.tv/assets/front/images/election/2024/party-leaders/MQM_Wait.gif);
    --mqmwin: url(https://www.geo.tv/assets/front/images/election/2024/party-leaders/MQM_Wait.gif);
    --anprun: url(https://www.geo.tv/assets/front/images/election/2024/party-leaders/ANP_Run.gif);
    --anpstop: url(https://www.geo.tv/assets/front/images/election/2024/party-leaders/ANP_Wait.gif);
    --anpwin: url(https://www.geo.tv/assets/front/images/election/2024/party-leaders/ANP_Wait.gif);
  }
  .bihar-banner-el .partychar {
    width: 38px;
    height: 50px;
    position: absolute;
    top: -42px;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 999;
  }
  .bihar-banner-el[class*="PSI"] .partychar,
  .bihar-banner-el[class*="IND."] .partychar,
  .bihar-banner-el[class*="IND"] .partychar {
    animation: animation-bar-runpsi calc(var(--timing) / 10 * 1s) ease-in-out
      forwards;
  }
  .bihar-banner-el[class*="PSI"] .bar-el-bihar-maping.marked .partychar,
  .bihar-banner-el[class*="IND."] .bar-el-bihar-maping.marked .partychar,
  .bihar-banner-el[class*="IND"] .bar-el-bihar-maping.marked .partychar {
    animation: animation-bar-winpsi calc(var(--timing) / 10 * 1s) ease-in-out
      forwards;
  }
  @keyframes animation-bar-runpsi {
    0% {
      left: 0;
      background-image: var(--psirun);
    }
    95% {
      background-image: var(--psirun);
    }
    100% {
      background-image: var(--psistop);
    }
  }
  @keyframes animation-bar-winpsi {
    0% {
      left: 0;
      background-image: var(--psirun);
    }
    95% {
      background-image: var(--psirun);
    }
    100% {
      background-image: var(--psiwin);
    }
  }
  .bihar-banner-el[class*="JUI-F"] .partychar {
    animation: animation-bar-runinc calc(var(--timing) / 10 * 1s) ease-in-out
      forwards;
  }
  .bihar-banner-el[class*="JUI-F"] .bar-el-bihar-maping.marked .partychar {
    animation: animation-bar-wininc calc(var(--timing) / 10 * 1s) ease-in-out
      forwards;
  }
  @keyframes animation-bar-runinc {
    0% {
      left: 0;
      background-image: var(--incrun);
    }
    95% {
      background-image: var(--incrun);
    }
    100% {
      background-image: var(--incstop);
    }
  }
  @keyframes animation-bar-wininc {
    0% {
      left: 0;
      background-image: var(--incrun);
    }
    95% {
      background-image: var(--incrun);
    }
    100% {
      background-image: var(--incwin);
    }
  }
  .bihar-banner-el[class*="OTH"] .partychar {
    animation: animation-bar-runoth calc(var(--timing) / 10 * 1s) ease-in-out
      forwards;
  }
  .bihar-banner-el[class*="OTH"] .bar-el-bihar-maping.marked .partychar {
    animation: animation-bar-winoth calc(var(--timing) / 10 * 1s) ease-in-out
      forwards;
  }
  @keyframes animation-bar-runoth {
    0% {
      left: 0;
      background-image: var(--othrun);
    }
    95% {
      background-image: var(--othrun);
    }
    100% {
      background-image: var(--othstop);
    }
  }
  @keyframes animation-bar-winoth {
    0% {
      left: 0;
      background-image: var(--othrun);
    }
    95% {
      background-image: var(--othrun);
    }
    100% {
      background-image: var(--othwin);
    }
  }
  .bihar-banner-el[class*="PML-N"] .partychar {
    animation: animation-bar-runpmln calc(var(--timing) / 10 * 1s) ease-in-out
      forwards;
  }
  .bihar-banner-el[class*="PML-N"] .bar-el-bihar-maping.marked .partychar {
    animation: animation-bar-winpmln calc(var(--timing) / 10 * 1s) ease-in-out
      forwards;
  }
  @keyframes animation-bar-runpmln {
    0% {
      left: 0;
      background-image: var(--pmlnrun);
    }
    95% {
      background-image: var(--pmlnrun);
    }
    100% {
      background-image: var(--pmlnstop);
    }
  }
  @keyframes animation-bar-winpmln {
    0% {
      left: 0;
      background-image: var(--pmlnrun);
    }
    95% {
      background-image: var(--pmlnrun);
    }
    100% {
      background-image: var(--pmlnwin);
    }
  }
  .bihar-banner-el[class*="JIP"] .partychar {
    animation: animation-bar-runbrs calc(var(--timing) / 10 * 1s) ease-in-out
      forwards;
  }
  .bihar-banner-el[class*="JIP"] .bar-el-bihar-maping.marked .partychar {
    animation: animation-bar-winbrs calc(var(--timing) / 10 * 1s) ease-in-out
      forwards;
  }
  @keyframes animation-bar-runbrs {
    0% {
      left: 0;
      background-image: var(--brsrun);
    }
    95% {
      background-image: var(--brsrun);
    }
    100% {
      background-image: var(--brsstop);
    }
  }
  @keyframes animation-bar-winbrs {
    0% {
      left: 0;
      background-image: var(--brsrun);
    }
    95% {
      background-image: var(--brsrun);
    }
    100% {
      background-image: var(--brswin);
    }
  }
  .bihar-banner-el[class*="PPP"] .partychar {
    animation: animation-bar-runppp calc(var(--timing) / 10 * 1s) ease-in-out
      forwards;
  }
  .bihar-banner-el[class*="PPP"] .bar-el-bihar-maping.marked .partychar {
    animation: animation-bar-winppp calc(var(--timing) / 10 * 1s) ease-in-out
      forwards;
  }
  @keyframes animation-bar-runppp {
    0% {
      left: 0;
      background-image: var(--ppprun);
    }
    95% {
      background-image: var(--ppprun);
    }
    100% {
      background-image: var(--pppstop);
    }
  }
  @keyframes animation-bar-winppp {
    0% {
      left: 0;
      background-image: var(--ppprun);
    }
    95% {
      background-image: var(--ppprun);
    }
    100% {
      background-image: var(--pppwin);
    }
  }
  .bihar-banner-el[class*="MQM"] .partychar {
    animation: animation-bar-runmqm calc(var(--timing) / 10 * 1s) ease-in-out
      forwards;
  }
  .bihar-banner-el[class*="MQM"] .bar-el-bihar-maping.marked .partychar {
    animation: animation-bar-winmqm calc(var(--timing) / 10 * 1s) ease-in-out
      forwards;
  }
  @keyframes animation-bar-runmqm {
    0% {
      left: 0;
      background-image: var(--mqmrun);
    }
    95% {
      background-image: var(--mqmrun);
    }
    100% {
      background-image: var(--mqmstop);
    }
  }
  @keyframes animation-bar-winmqm {
    0% {
      left: 0;
      background-image: var(--mqmrun);
    }
    95% {
      background-image: var(--mqmrun);
    }
    100% {
      background-image: var(--mqmwin);
    }
  }
  .bihar-banner-el[class*="ANP"] .partychar {
    animation: animation-bar-runanp calc(var(--timing) / 10 * 1s) ease-in-out
      forwards;
  }
  .bihar-banner-el[class*="ANP"] .bar-el-bihar-maping.marked .partychar {
    animation: animation-bar-winanp calc(var(--timing) / 10 * 1s) ease-in-out
      forwards;
  }
  @keyframes animation-bar-runanp {
    0% {
      left: 0;
      background-image: var(--anprun);
    }
    95% {
      background-image: var(--anprun);
    }
    100% {
      background-image: var(--anpstop);
    }
  }
  @keyframes animation-bar-winanp {
    0% {
      left: 0;
      background-image: var(--anprun);
    }
    95% {
      background-image: var(--anprun);
    }
    100% {
      background-image: var(--anpwin);
    }
  }
  @media (max-width: 1170px) and (min-width: 900px) {
    .bihar-banner-el .right-el-lg-text {
      font-size: 32px;
    }
    .bihar-banner-el .text-sl-l {
      font-size: 15px;
    }
    .bihar-banner-el .bar-content {
      width: calc(100% - 60px);
    }
    .bihar-banner-el.party5 .bar-content {
      width: calc(100% - 60px);
    }
    .bihar-banner-el .right-el-lg-text {
      padding: 0px 0px 0px 5px;
    }
    .bihar-banner-el .el-col-50:nth-of-type(2) .right-el-lg-text {
      padding: 0px 5px 0px 0px;
    }
  }
  @media (min-width: 729px) {
    .bar-container {
      flex-direction: row;
      justify-content: space-between;
    }
    .bar-container .tally-chart {
      flex-basis: 100%;
      max-width: 100%;
    }
    .chart-resuttable {
      margin-top: 0px;
    }
    .chart-resuttable {
      flex-basis: 235px;
      max-width: 235px;
    }
    .bar-container .tally-chart {
      min-height: inherit;
      height: 240px;
      padding-bottom: 0px;
    }
    .chart-resuttable {
      margin-top: 20px;
    }
    .bar-container {
    }
  }
  @media (min-width: 850px) {
    a.tally-ei-caption {
      bottom: 8px;
    }
  }
  .party_slider_content .swiper {
    padding: 30px 0;
  }
  .party_slider_content .swiper-slide {
    background-image: linear-gradient(#b4b4b4, #fbfbfb);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .party_flag_slider {
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .swiper-slide .party_flag_slider img {
    border-radius: 5px;
    margin-top: 10px;
    width: 70px;
    object-fit: cover;
  }
  .party_name_slider {
    font-weight: 700;
    font-size: 18px;
  }
  .party_number_slider {
    font-weight: 700;
    font-size: 33px;
    line-height: 33px;
  }
  .nas_title {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .nas_title span {
    background-image: linear-gradient(#1f92cf, #05326f);
    padding: 10px 30px;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 80px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #f27526;
  }
  @media (max-width: 991px) {
    .nas_title span {
      font-size: 30px;
      line-height: 78px;
    }
  }
  @media (max-width: 600px) {
    .nas_title span {
      font-size: 20px;
      line-height: 50px;
    }
  }
  @media (max-width: 480px) {
    .nas_title span {
      font-size: 16px;
      line-height: 50px;
    }
  }
  @media (max-width: 360px) {
    .nas_title span {
      font-size: 14px;
    }
  }
  .top_section {
    width: 100%;
    float: left;
    background-image: url(https://www.geo.tv/assets/front/images/election/top_bg_final.jpg);
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  