@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap");
@keyframes background {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 100%;
  }
}
.title-description {
  font-size: 1em;
  color: #565656;
  margin-bottom: 25px;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 589px) {
  html {
    font-size: 12px;
  }
}

a:hover {
  text-decoration: none;
  color: currentColor;
}

a:active, a:focus {
  outline: 0;
  border: none;
  outline-style: none;
}

a {
  transition: 0.3s ease;
  color: currentColor;
}
a:hover {
  color: #0089c9;
}
a a:active {
  color: #0089c9;
}

a:active {
  color: #0089c9;
}

h1, h2, h3 {
  text-transform: capitalize;
  font-size: 3rem;
  margin-bottom: 20px;
  color: #4e4e4e;
}
@media only screen and (max-width: 600px) {
  h1, h2, h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 400px) {
  h1, h2, h3 {
    font-size: 1.8rem;
  }
}

.logo img {
  height: 4rem;
}
@media only screen and (max-width: 601px) {
  .logo img {
    height: 2em;
  }
}

body {
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  position: relative;
  scroll-behavior: smooth;
  color: #4e4e4e;
}

.section-rule {
  margin: 0 auto;
}
@media only screen and (min-width: 0px) {
  .section-rule {
    padding: 15px 0;
    width: 95%;
  }
}
@media only screen and (min-width: 600px) {
  .section-rule {
    width: 576px;
    padding: 18px 0;
  }
}
@media only screen and (min-width: 760px) {
  .section-rule {
    width: 720px;
    padding: 25px 0;
  }
}
@media only screen and (min-width: 840px) {
  .section-rule {
    width: 90%;
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1275px) {
  .section-rule {
    width: 1250px;
  }
}

input::placeholder {
  color: #666;
}

.description p {
  font-size: 1em;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  /* no standardized syntax available, no ie-friendly solution available */
}

select + i.flaticon-down-arrow {
  float: right;
  margin-top: 0;
  margin-right: 0px;
  pointer-events: none;
  background-color: transparent;
  color: #6666663d;
  z-index: 99;
  width: 52px;
  height: 52px;
  line-height: 52px;
  margin-bottom: 52px;
  position: absolute;
  right: 0;
}
select + i.flaticon-down-arrow:before {
  font-size: 12px;
}
@media only screen and (max-width: 1002px) {
  select + i.flaticon-down-arrow {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 45px;
    top: 0;
  }
}
@media only screen and (max-width: 426px) {
  select + i.flaticon-down-arrow {
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 38px;
  }
}

.row {
  margin: 0;
}

@media only screen and (max-width: 480px) {
  .col-sm-6 {
    padding: 0 6px !important;
  }
}
body.mobmenu {
  height: 100%;
  overflow-y: hidden;
}

.allpage .description h2 {
  font-size: 2em;
  margin-bottom: 0em;
}
.allpage .description p {
  margin-bottom: 0;
  color: #444;
}
.allpage .description a {
  color: #0089c9;
  text-decoration: underline;
}
.allpage .description a:hover {
  color: blue;
}
.allpage .description a:viisted {
  color: purple;
}
.allpage .description ul {
  padding-left: 1em;
  line-height: 1.7;
}

.fixed-top {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  overflow-y: scroll;
  z-index: 10000 !important;
  padding: 1rem;
}

hr {
  margin: 40px;
  border-color: #e6e6e6;
}
.section-title {
  font-size: 2.8rem;
  margin: 0 0 20px 0;
  font-weight: bold;
  color: #565656;
  text-align: left;
}
@media only screen and (max-width: 1002px) {
  .section-title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 836px) {
  .section-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 601px) {
  .section-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 445px) {
  .section-title {
    margin-bottom: 4px;
  }
}

mark {
  background-color: #4e4e4e;
  color: #fff;
  padding: 3px 14px;
}

@media only screen and (max-width: 678px) {
  p {
    margin-bottom: 8px;
  }
}

a {
  display: inline-block;
}

.toast {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 99;
  opacity: 0;
  display: none;
}
.toast button {
  font-size: 1.5em !important;
  padding: 6px !important;
  border: none !important;
}
.toast h2.card-title {
  font-size: 20px;
  font-weight: 600;
  color: #424242;
  margin-bottom: 6px;
  transition: 0.3s ease-out;
  height: 48px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto !important;
  overflow: visible;
  text-transform: initial;
  margin-bottom: 0;
}
.toast h2.card-title a {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 836px) {
  .toast h2.card-title {
    margin: 0px 0 0 0;
    height: 44px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 426px) {
  .toast h2.card-title {
    font-size: 16px;
    margin-top: 0px;
    height: 37px;
  }
}
.toast h2.card-title a {
  text-decoration: underline;
  color: #0089c9;
}
.toast h2.card-title:hover {
  color: inherit !important;
}

.item {
  cursor: grab;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.form-check {
  display: flex;
  align-items: center;
}

.form-check-input {
  position: relative;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: 11px;
}

button.disabled {
  cursor: not-allowed;
}

button:visited, button:focus {
  outline: none;
}

body.edge .department {
  position: relative;
}
body.edge .department:after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
body.edge .department .department:after {
  background-color: #fff;
}

@media only screen and (max-width: 425px) {
  .testimonial-content {
    padding-bottom: 100px !important;
  }
}
.dropdown-menu {
  border: 1px solid rgba(0, 137, 201, 0.2);
  top: 64px;
  padding: 0.5rem;
}
.dropdown-menu .dropdown-item {
  color: inherit;
  padding: 12px;
  line-height: 1;
}
.dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #0089c9;
}

.card-margin {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1026px) {
  .card-margin {
    margin-bottom: 1.3em;
  }
}
@media only screen and (max-width: 601px) {
  .card-margin {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 426px) {
  .card-margin {
    margin-bottom: 12px;
  }
}

.aside-padding {
  padding-right: 25px;
  padding-left: 0;
}
@media only screen and (max-width: 1026px) {
  .aside-padding {
    padding-right: 1.3em;
  }
}
@media only screen and (max-width: 836px) {
  .aside-padding {
    padding-right: 0;
  }
}

.banner--padding {
  padding-left: 25px;
  padding-right: 0;
}
@media only screen and (max-width: 836px) {
  .banner--padding {
    padding-left: 0;
  }
}

.title-wrapper .screen__link {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 1em;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 1026px) {
  .title-wrapper .screen__link {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 836px) {
  .title-wrapper .screen__link {
    margin-bottom: 1em;
  }
}
.title-wrapper .screen__link li {
  padding: 0 12px;
}
@media only screen and (max-width: 426px) {
  .title-wrapper .screen__link li {
    padding: 0 6px;
  }
}
.title-wrapper .screen__link li:first-child {
  padding-left: 0;
}
.title-wrapper .screen__link li:last-child {
  padding-right: 0;
}
.title-wrapper .screen__link li, .title-wrapper .screen__link li a {
  display: flex;
  align-items: center;
}
.title-wrapper .screen__link li img, .title-wrapper .screen__link li span {
  font-size: 22px;
  margin-right: 6px;
  height: 23px;
  object-fit: contain;
  width: auto;
}

.card-lg {
  text-align: center;
  border: 1px solid #e6e6e6;
  padding: 2em;
  font-size: 16px;
}
@media only screen and (max-width: 1026px) {
  .card-lg {
    padding: 1.3em;
  }
}
@media only screen and (max-width: 836px) {
  .card-lg {
    padding: 1em;
  }
}
@media only screen and (max-width: 601px) {
  .card-lg {
    font-size: 13px;
  }
}
@media only screen and (max-width: 426px) {
  .card-lg {
    padding: 10px;
  }
}
.card-lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
}
.card-lg .card-img {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 836px) {
  .card-lg .card-img {
    margin-bottom: 8px !important;
  }
}
@media only screen and (max-width: 601px) {
  .card-lg .card-img {
    margin-bottom: 4px !important;
  }
}
.card-lg p {
  margin-bottom: 0;
}
.card-lg .para p {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: normal;
  color: #545454;
}
.card-lg .section-title {
  text-align: center;
}
.card-lg .screen__link {
  justify-content: center;
}
.card-lg .card-img {
  height: auto;
}
.card-lg .para p {
  text-align: center;
}

.section-title--wraper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 1em;
}
@media only screen and (max-width: 601px) {
  .section-title--wraper {
    margin-bottom: 8px;
  }
}
.section-title--wraper h2 {
  color: #f7941d;
  display: flex;
  background-color: #fff;
  padding-right: 20px;
  margin-bottom: 0;
}
.section-title--wraper h2:after {
  content: "";
  height: 2px;
  background-color: #f2f2f2;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}
.section-title--wraper a {
  font-size: 22px;
  margin-left: 20px;
}
.section-title--wraper .title__last {
  background-color: #fff;
}

.section-title.small {
  font-size: 21px;
  font-weight: 500;
  font-style: italic;
}
@media only screen and (max-width: 836px) {
  .section-title.small {
    font-size: 18px;
  }
}

.card-md {
  border: 1px solid #e6e6e6;
  padding: 2em;
  font-size: 16px;
}
@media only screen and (max-width: 1026px) {
  .card-md {
    padding: 1.3em;
  }
}
@media only screen and (max-width: 836px) {
  .card-md {
    padding: 1em;
  }
}
@media only screen and (max-width: 601px) {
  .card-md {
    font-size: 13px;
  }
}
@media only screen and (max-width: 426px) {
  .card-md {
    padding: 10px;
  }
}
.card-md img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
}
.card-md .card-img {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 836px) {
  .card-md .card-img {
    margin-bottom: 8px !important;
  }
}
@media only screen and (max-width: 601px) {
  .card-md .card-img {
    margin-bottom: 4px !important;
  }
}
.card-md p {
  margin-bottom: 0;
}
.card-md .para p {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: normal;
  color: #545454;
}
.card-md .section-title {
  font-size: 2.5em;
}
@media only screen and (max-width: 836px) {
  .card-md .section-title {
    font-size: 2.8rem;
    margin: 0 0 20px 0;
    font-weight: bold;
    color: #565656;
    text-align: left;
  }
}
@media only screen and (max-width: 836px) and (max-width: 1002px) {
  .card-md .section-title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 836px) and (max-width: 836px) {
  .card-md .section-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 836px) and (max-width: 601px) {
  .card-md .section-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 836px) and (max-width: 445px) {
  .card-md .section-title {
    margin-bottom: 4px;
  }
}
.card-md .card-img {
  height: 400px;
}
@media only screen and (max-width: 836px) {
  .card-md .card-img {
    height: 310px;
  }
}
@media only screen and (max-width: 426px) {
  .card-md .card-img {
    height: 200px;
  }
}
.card-md .para p {
  font-size: 1.3em;
  -webkit-line-clamp: 4;
}

.card-sm, .card--horizontal {
  border: 1px solid #e6e6e6;
  padding: 2em;
  font-size: 16px;
  padding: 1.2em;
}
@media only screen and (max-width: 1026px) {
  .card-sm, .card--horizontal {
    padding: 1.3em;
  }
}
@media only screen and (max-width: 836px) {
  .card-sm, .card--horizontal {
    padding: 1em;
  }
}
@media only screen and (max-width: 601px) {
  .card-sm, .card--horizontal {
    font-size: 13px;
  }
}
@media only screen and (max-width: 426px) {
  .card-sm, .card--horizontal {
    padding: 10px;
  }
}
.card-sm img, .card--horizontal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
}
.card-sm .card-img, .card--horizontal .card-img {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 836px) {
  .card-sm .card-img, .card--horizontal .card-img {
    margin-bottom: 8px !important;
  }
}
@media only screen and (max-width: 601px) {
  .card-sm .card-img, .card--horizontal .card-img {
    margin-bottom: 4px !important;
  }
}
.card-sm p, .card--horizontal p {
  margin-bottom: 0;
}
.card-sm .para p, .card--horizontal .para p {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: normal;
  color: #545454;
}
@media only screen and (max-width: 1026px) {
  .card-sm, .card--horizontal {
    padding: 1em;
  }
}
@media only screen and (max-width: 601px) {
  .card-sm, .card--horizontal {
    padding: 0px;
    border: 0;
    margin: 8px 0;
  }
}
.card-sm .card-title, .card--horizontal .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #424242;
  margin-bottom: 6px;
  transition: 0.3s ease-out;
  height: 48px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-sm .card-title a, .card--horizontal .card-title a {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 836px) {
  .card-sm .card-title, .card--horizontal .card-title {
    margin: 0px 0 0 0;
    height: 44px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 426px) {
  .card-sm .card-title, .card--horizontal .card-title {
    font-size: 16px;
    margin-top: 0px;
    height: 37px;
  }
}
@media only screen and (max-width: 601px) {
  .card-sm .card-title, .card--horizontal .card-title {
    height: auto;
  }
}
.card-sm .card-img, .card--horizontal .card-img {
  height: 200px;
  margin-bottom: 1em !important;
}
@media only screen and (max-width: 426px) {
  .card-sm .card-img, .card--horizontal .card-img {
    height: 120px;
  }
}
.card-sm .screen__link, .card--horizontal .screen__link {
  margin-bottom: 0;
}
.card-sm .screen__link li, .card--horizontal .screen__link li {
  color: #aaa;
  font-size: 14px;
}

.card--horizontal .card-img {
  margin-bottom: 0 !important;
  height: 160px !important;
}
@media only screen and (max-width: 836px) {
  .card--horizontal .card-img {
    height: 100px !important;
  }
}
.card--horizontal .card-body {
  padding: 0;
  padding-left: 1.3em;
}
@media only screen and (max-width: 836px) {
  .card--horizontal .card-body {
    padding-left: 1em;
  }
}
.card--horizontal .card-title {
  font-size: 24px;
  height: auto !important;
}
@media only screen and (max-width: 836px) {
  .card--horizontal .card-title {
    font-size: 18px;
  }
}
.card--horizontal .card-title, .card--horizontal .card-title a {
  -webkit-line-clamp: 3;
}

.banners a {
  display: block;
}
.banners img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 601px) {
  .banners img {
    object-fit: contain;
  }
}
@media only screen and (max-width: 601px) {
  .banners .card-img {
    height: auto;
  }
}

@media only screen and (max-width: 426px) {
  .pr-0 {
    padding-left: 5px;
  }
}

@media only screen and (max-width: 426px) {
  .pl-0 {
    padding-right: 5px;
  }
}

.aside__content {
  padding: 0 !important;
  border: 0 !important;
}

.banner__sticky {
  position: sticky;
  top: 90px;
}
@media only screen and (max-width: 836px) {
  .banner__sticky {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 601px) {
  .banner__sticky {
    position: relative;
    top: 0;
  }
}

.text-active {
  color: #f7941d;
}

header {
  background-color: #fff;
  margin: 2px 0;
}
@media only screen and (max-width: 601px) {
  header {
    display: none;
  }
}
header .nav {
  align-items: center;
}
header.sticky {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
header .section-rule {
  padding: 0;
  line-height: 2.1;
  font-size: 17px;
  color: #575757;
  font-weight: 300;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 1026px) {
  header .section-rule {
    line-height: 1.6;
    font-size: 15px;
  }
}
@media only screen and (max-width: 426px) {
  header .section-rule {
    font-size: 14px;
  }
}
header .navbar-nav {
  flex-flow: row nowrap;
}
header .navbar-nav .nav-link {
  padding: 0 7px;
}
@media only screen and (max-width: 1026px) {
  header .navbar-nav .nav-link {
    padding: 0 3px;
  }
}
header .last-nav {
  margin-left: auto;
}
header .nav-item {
  padding: 0 10px;
  margin: 0;
  margin-right: 10px;
  position: relative;
}
@media only screen and (max-width: 1026px) {
  header .nav-item {
    padding: 0 6px;
    margin-right: 6px;
  }
}
header .nav-item.trending {
  margin-right: 15px;
  background-color: transparent;
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (max-width: 1026px) {
  header .nav-item.trending {
    margin-right: 6px;
  }
}
@media only screen and (max-width: 426px) {
  header .nav-item.trending {
    margin-right: 0px;
    padding: 0;
    padding-right: 4px;
  }
}
header .trending__content {
  max-width: 75%;
  scroll-snap-type: x;
  overflow-x: scroll;
  scrollbar-width: none;
  white-space: nowrap;
  flex-wrap: nowrap;
}
header .trending__content::-webkit-scrollbar {
  background: transparent;
  /* make scrollbar transparent */
  -webkit-appearance: none;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 1026px) {
  header .trending__content {
    max-width: 65%;
  }
}
@media only screen and (max-width: 601px) {
  header .trending__content {
    max-width: 56%;
  }
}
@media only screen and (max-width: 426px) {
  header .trending__content {
    max-width: 53%;
  }
}
@media only screen and (max-width: 376px) {
  header .trending__content {
    max-width: 47%;
  }
}
@media only screen and (max-width: 376px) {
  header .trending__content {
    max-width: 44%;
  }
}
header .trending__content > li {
  scroll-snap-align: start;
}
header .trending__content .nav-link span {
  font-size: 14px;
  background-color: #f9fbfc;
  padding: 3px;
  margin: 0 5px;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 601px) {
  header .trending__content .nav-link span {
    padding: 3px;
    margin: 0 3px;
  }
}
@media only screen and (max-width: 426px) {
  header .trending__content .nav-link span {
    padding: 0px;
    margin: 0 2px;
  }
}
header .trending__content .nav-link:hover:before {
  color: #0089c9;
}
@media only screen and (max-width: 426px) {
  header .sabai {
    padding: 0px;
    margin: 0 5px;
  }
}
header .sabai a {
  color: #0089c9;
  text-decoration: underline;
  padding-left: 0;
}
@media only screen and (max-width: 426px) {
  header .sabai a {
    padding: 4px 0;
  }
}
header .last-nav .nav-link {
  padding: 0px 9px;
  margin-left: 2px;
  height: 32px;
  line-height: 1.6;
}
@media only screen and (max-width: 426px) {
  header .last-nav .nav-link {
    padding: 0px 3px;
    height: 25px;
  }
}
header .last-nav .nav-link span {
  font-size: inherit;
  vertical-align: sub;
}
header .last-nav .nav-link img {
  height: 16px;
  object-fit: contain;
}
@media only screen and (max-width: 376px) {
  header .last-nav .nav-link img {
    height: 12px;
  }
}
header .last-nav .nav-link.active, header .last-nav .nav-link:hover {
  background-color: #f9fbfc;
}
header .last-nav .nav-link .dropdown-toggle svg {
  font-size: 12px;
}
header .last-nav .nav-link .dropdown-menu {
  position: absolute;
  top: 80%;
  padding: 0.5rem;
  right: 0;
  left: auto;
  padding: 12px 0;
  border: 0;
  box-shadow: 0 0 9px #00000014;
  text-align: center;
  color: #666;
  font-weight: 300;
  width: auto;
  min-width: 0;
  padding: 12px;
}
header .last-nav .nav-link .dropdown-menu .dropdown-item {
  padding: 6px 12px;
}
header .last-nav .nav-link .dropdown-toggle::after {
  content: none;
}

.brand {
  border-top: 1px solid #b3b3b3;
}
@media only screen and (max-width: 601px) {
  .brand {
    border: 0;
  }
}
.brand .section-rule {
  padding: 20px 0;
}
@media only screen and (max-width: 836px) {
  .brand .section-rule {
    padding: 10px 0;
  }
}
.brand .row {
  align-items: center;
}
@media only screen and (max-width: 601px) {
  .brand .row {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 601px) {
  .brand .row > .col-auto:first-child {
    padding: 0;
  }
}
.brand .col {
  padding: 0;
}
@media only screen and (max-width: 601px) {
  .brand .col:last-child {
    display: none;
  }
}
.brand img.logo {
  height: 80px;
  width: auto;
}
@media only screen and (max-width: 1026px) {
  .brand img.logo {
    height: 50px;
  }
}
.brand a {
  position: relative;
}
.brand .banner img {
  width: 100%;
  height: auto;
}
.brand .dropdown-toggle svg {
  font-size: 12px;
}
.brand .dropdown-menu {
  position: absolute;
  top: 80%;
  padding: 0.5rem;
  right: 0;
  left: auto;
  padding: 12px 0;
  border: 0;
  box-shadow: 0 0 9px #00000014;
  text-align: center;
  color: #666;
  font-weight: 300;
  width: auto;
  min-width: 0;
  padding: 12px;
}
.brand .dropdown-menu .dropdown-item {
  padding: 6px 12px;
}
.brand .dropdown-toggle::after {
  content: none;
}
.brand .dropdown {
  border-left: 2px solid #e5e5e5;
  margin-left: 24px;
  list-style: none;
}
@media only screen and (max-width: 601px) {
  .brand .dropdown {
    margin-left: 0;
  }
}
.brand .nav-link, .brand .dropdown-item {
  font-weight: 300;
}
.brand .dropdown-menu {
  left: -10px;
  text-align: left;
  right: auto;
  font-weight: 300;
}
.brand .dropdown-toggle::after {
  vertical-align: middle;
}
.brand .date__today {
  text-align: right;
  position: absolute;
  right: 5px;
  bottom: -10px;
  font-size: 15px;
  color: #666;
}
@media only screen and (max-width: 836px) {
  .brand .date__today {
    bottom: -8px;
    font-size: 14px;
  }
}

.byliner {
  background-color: #f7941d;
  color: #fff !important;
  padding: 8px 16px 8px 14px;
  border-radius: 4px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 601px) {
  .byliner {
    background-color: #efefef;
    color: #666 !important;
    padding: 4px 10px;
  }
}

.main-nav {
  background-color: #0089c9;
}
.main-nav .section-rule {
  padding: 0;
}
.main-nav .nav {
  background-color: #0089c9;
  font-size: 18px;
}
@media only screen and (max-width: 1026px) {
  .main-nav .nav {
    font-size: 16px;
  }
}
.main-nav .nav .nav-link {
  color: #f2f2f2 !important;
  padding: 20px;
}
@media only screen and (max-width: 1026px) {
  .main-nav .nav .nav-link {
    padding: 15px;
  }
}
.main-nav .nav .nav-link.active, .main-nav .nav .nav-link:hover {
  background-color: #f7941d;
}
.main-nav .nav .nav-link .material-icons {
  font-size: inherit;
  vertical-align: sub;
  margin-left: 12px;
}
.main-nav .nav .last-nav {
  margin-left: auto;
  margin-right: 10px;
}
.main-nav .nav .last-nav .material-icons {
  margin-left: 0px;
  font-size: 22px;
  vertical-align: middle;
}
.main-nav .nav .last-nav .nav-link {
  padding: 20px 12px;
  background-color: transparent;
}
.main-nav .nav .last-nav .nav-link:hover {
  color: #f7941d !important;
}
@media only screen and (max-width: 1026px) {
  .main-nav .nav .last-nav .nav-link {
    padding: 14px 8px;
  }
}
@media only screen and (max-width: 836px) {
  .main-nav .nav:not(.last-nav) > .nav-item {
    display: none;
  }
}
@media only screen and (max-width: 836px) {
  .screen .section-rule {
    padding-bottom: 0;
  }
}
.screen article:first-child {
  padding: 0;
}
.screen .card-sm, .screen .card--horizontal {
  border: 1px solid #e6e6e6;
  padding: 2em;
  font-size: 16px;
  padding: 1.6em;
}
@media only screen and (max-width: 1026px) {
  .screen .card-sm, .screen .card--horizontal {
    padding: 1.3em;
  }
}
@media only screen and (max-width: 836px) {
  .screen .card-sm, .screen .card--horizontal {
    padding: 1em;
  }
}
@media only screen and (max-width: 601px) {
  .screen .card-sm, .screen .card--horizontal {
    font-size: 13px;
  }
}
@media only screen and (max-width: 426px) {
  .screen .card-sm, .screen .card--horizontal {
    padding: 10px;
  }
}
.screen .card-sm img, .screen .card--horizontal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
}
.screen .card-sm .card-img, .screen .card--horizontal .card-img {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 836px) {
  .screen .card-sm .card-img, .screen .card--horizontal .card-img {
    margin-bottom: 8px !important;
  }
}
@media only screen and (max-width: 601px) {
  .screen .card-sm .card-img, .screen .card--horizontal .card-img {
    margin-bottom: 4px !important;
  }
}
.screen .card-sm p, .screen .card--horizontal p {
  margin-bottom: 0;
}
.screen .card-sm .para p, .screen .card--horizontal .para p {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: normal;
  color: #545454;
}
.screen .card-sm .card-title, .screen .card--horizontal .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #424242;
  margin-bottom: 6px;
  transition: 0.3s ease-out;
  height: 48px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.screen .card-sm .card-title a, .screen .card--horizontal .card-title a {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 836px) {
  .screen .card-sm .card-title, .screen .card--horizontal .card-title {
    margin: 0px 0 0 0;
    height: 44px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 426px) {
  .screen .card-sm .card-title, .screen .card--horizontal .card-title {
    font-size: 16px;
    margin-top: 0px;
    height: 37px;
  }
}
.screen .card-sm .screen__link, .screen .card--horizontal .screen__link {
  margin-bottom: 0;
}
.screen .card-sm .screen__link li, .screen .card--horizontal .screen__link li {
  padding: 0;
  color: #aaa;
}
@media only screen and (max-width: 836px) {
  .screen .card-md {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 836px) and (max-width: 1026px) {
  .screen .card-md {
    margin-bottom: 1.3em;
  }
}
@media only screen and (max-width: 836px) and (max-width: 601px) {
  .screen .card-md {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 836px) and (max-width: 426px) {
  .screen .card-md {
    margin-bottom: 12px;
  }
}

.samachar .banners img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 836px) {
  .samachar .banners article:last-child {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 836px) and (max-width: 1026px) {
  .samachar .banners article:last-child {
    margin-bottom: 1.3em;
  }
}
@media only screen and (max-width: 836px) and (max-width: 601px) {
  .samachar .banners article:last-child {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 836px) and (max-width: 426px) {
  .samachar .banners article:last-child {
    margin-bottom: 12px;
  }
}

.horizontal:last-child {
  padding-left: 0.5em;
}
.horizontal.aside-padding {
  padding-right: 0.5em !important;
}
@media only screen and (max-width: 426px) {
  .horizontal.aside-padding {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 426px) and (max-width: 1026px) {
  .horizontal.aside-padding {
    margin-bottom: 1.3em;
  }
}
@media only screen and (max-width: 426px) and (max-width: 601px) {
  .horizontal.aside-padding {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 426px) and (max-width: 426px) {
  .horizontal.aside-padding {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 836px) {
  .special aside .row {
    scroll-snap-type: x;
    overflow-x: scroll;
    scrollbar-width: none;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .special aside .row::-webkit-scrollbar {
    background: transparent;
    /* make scrollbar transparent */
    -webkit-appearance: none;
    width: 0;
    height: 0;
  }
}
@media only screen and (max-width: 836px) {
  .special aside .row article {
    white-space: normal;
    scroll-snap-align: start;
  }
}
.special aside .row article:nth-child(2) {
  padding: 0 7.5px;
}
@media only screen and (max-width: 426px) {
  .special aside .row article:nth-child(2) {
    padding: 0 4px;
  }
}
.special aside .card-sm, .special aside .card--horizontal {
  padding: 1em;
}
@media only screen and (max-width: 426px) {
  .special aside .card-sm, .special aside .card--horizontal {
    padding: 10px;
  }
}
.special aside .card-sm .para p, .special aside .card--horizontal .para p {
  font-size: 1em;
  color: #686868;
  margin-top: 7px;
}
@media only screen and (max-width: 601px) {
  .special aside .card-sm .para p, .special aside .card--horizontal .para p {
    display: none;
  }
}
@media only screen and (max-width: 1026px) {
  .special aside article:first-child {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1026px) and (max-width: 1026px) {
  .special aside article:first-child {
    margin-bottom: 1.3em;
  }
}
@media only screen and (max-width: 1026px) and (max-width: 601px) {
  .special aside article:first-child {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 1026px) and (max-width: 426px) {
  .special aside article:first-child {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1026px) {
  .special aside article.pr-0 {
    padding-left: 0;
  }
}

.tabs-wrapper .nav-pills {
  border: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 836px) {
  .tabs-wrapper .nav-pills {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 601px) {
  .tabs-wrapper .nav-pills {
    scroll-snap-type: x;
    overflow-x: scroll;
    scrollbar-width: none;
    white-space: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 25px;
  }
  .tabs-wrapper .nav-pills::-webkit-scrollbar {
    background: transparent;
    /* make scrollbar transparent */
    -webkit-appearance: none;
    width: 0;
    height: 0;
  }
}
@media only screen and (max-width: 601px) and (max-width: 1026px) {
  .tabs-wrapper .nav-pills {
    margin-bottom: 1.3em;
  }
}
@media only screen and (max-width: 601px) and (max-width: 601px) {
  .tabs-wrapper .nav-pills {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 601px) and (max-width: 426px) {
  .tabs-wrapper .nav-pills {
    margin-bottom: 12px;
  }
}
.tabs-wrapper .nav-pills .nav-link {
  padding: 12px 1.5em;
  border-radius: 0;
  font-size: 18px;
  font-weight: 300;
  margin: 0 6px;
  background-color: #f2f2f2;
  border: 0;
}
@media only screen and (max-width: 836px) {
  .tabs-wrapper .nav-pills .nav-link {
    font-size: 15px;
    padding: 15px;
    line-height: 1;
  }
}
@media only screen and (max-width: 426px) {
  .tabs-wrapper .nav-pills .nav-link {
    padding: 12px 18px;
    margin: 0;
  }
}
.tabs-wrapper .nav-pills .nav-link.active {
  background-color: #f7941d;
  color: #f2f2f2;
}
.tabs-wrapper .nav-pills .nav-link:hover {
  background-color: #f7941d;
  color: #f2f2f2;
}
.tabs-wrapper .nav-pills .nav-item {
  scroll-snap-align: start;
}
.tabs-wrapper .nav-pills .nav-item:first-child .nav-link {
  margin-left: 0;
}
@media only screen and (max-width: 601px) {
  .tabs-wrapper .row .row {
    scroll-snap-type: x;
    overflow-x: scroll;
    scrollbar-width: none;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .tabs-wrapper .row .row::-webkit-scrollbar {
    background: transparent;
    /* make scrollbar transparent */
    -webkit-appearance: none;
    width: 0;
    height: 0;
  }
}
@media only screen and (max-width: 601px) {
  .tabs-wrapper .row .row article {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 836px) {
  .tabs-wrapper .row > article:first-child {
    padding-right: 12px;
  }
}
.tabs-wrapper .row > article:last-child {
  padding-left: 12px;
}
@media only screen and (max-width: 601px) {
  .tabs-wrapper .row article {
    white-space: normal;
    scroll-snap-align: start;
  }
}

@media only screen and (max-width: 601px) {
  .rajnati .aside-padding > .row {
    scroll-snap-type: x;
    overflow-x: scroll;
    scrollbar-width: none;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .rajnati .aside-padding > .row::-webkit-scrollbar {
    background: transparent;
    /* make scrollbar transparent */
    -webkit-appearance: none;
    width: 0;
    height: 0;
  }
}
.rajnati .aside-padding > .row article {
  white-space: normal;
}
@media only screen and (max-width: 601px) {
  .rajnati .aside-padding > .row article {
    scroll-snap-align: start;
  }
}

.trending .section-title {
  color: #f7941d;
}
.trending ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.4em;
  color: #656565;
  line-height: 1.5;
}
@media only screen and (max-width: 1026px) {
  .trending ul {
    font-size: 1.2em;
  }
}
.trending ul > li:first-child a {
  margin-top: 0;
}
.trending ul a {
  display: flex;
  flex-wrap: nowrap;
  margin: 16px 0;
}
.trending ul a small {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: inherit;
}
.trending ul a span {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  position: relative;
  margin-right: 20px;
  color: #aaa;
  transition: 0.3s ease-in;
}
@media only screen and (max-width: 836px) {
  .trending ul a span {
    padding: 6px 20px;
  }
}
.trending ul a span:after {
  content: "";
  height: 0;
  width: 0;
  border: 9px solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-left-color: #f2f2f2;
  transition: inherit;
}
.trending ul a:hover span {
  transition: 0.3s ease-out;
  background-color: #0089c9;
  color: #f2f2f2;
}
.trending ul a:hover span:after {
  border-left-color: #0089c9;
}
.trending ul li:last-child a {
  margin-bottom: 0;
}

.desh .card-sm .para p, .desh .card--horizontal .para p {
  margin-top: 8px;
  font-size: 1.2em;
}
.desh .card-sm .card-img, .desh .card--horizontal .card-img {
  height: 260px;
}
@media only screen and (max-width: 1026px) {
  .desh .card-sm .card-img, .desh .card--horizontal .card-img {
    height: 190px;
  }
}
.desh .trending ul a {
  align-items: flex-start;
}
.desh .trending ul a span {
  padding: 0 !important;
  background-color: transparent !important;
}
.desh .trending ul a span:after {
  content: none !important;
}
.desh .trending .card-title {
  font-size: 18px;
  line-height: 1.4;
  color: #666;
}
.desh .trending .card-img {
  width: auto;
  margin-right: 12px;
  height: 80px;
  margin-bottom: 0;
  max-width: 100px;
  width: 100px;
}
@media only screen and (max-width: 836px) {
  .desh .trending .card-img {
    width: 100px;
  }
}
@media only screen and (max-width: 601px) {
  .desh .trending .card-img {
    max-width: 70px;
    width: 70px;
  }
}

.suchana .card-md .card-img {
  height: 350px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 601px) {
  .suchana .card-md .card-img {
    margin-bottom: 0px;
    height: 200px;
  }
}
.suchana .trending ul a {
  align-items: center;
}
.suchana .trending ul a small {
  -webkit-line-clamp: 3 !important;
}
.suchana .trending .card-img {
  width: 28%;
  margin-right: 12px;
  height: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 836px) {
  .suchana .trending .card-img {
    width: 100px;
  }
}
@media only screen and (max-width: 601px) {
  .suchana .trending .card-img {
    width: 70px;
  }
}
.suchana .card-md .para p {
  -webkit-line-clamp: 3 !important;
}
.suchana .card--horizontal .card-img {
  height: 140px !important;
}
@media only screen and (max-width: 601px) {
  .suchana .card--horizontal .card-img {
    height: 90px !important;
  }
}
.suchana .trending ul a {
  align-items: flex-start;
}
.suchana .trending ul a span {
  padding: 0 !important;
  background-color: transparent !important;
}
.suchana .trending ul a span:after {
  content: none !important;
}
.suchana .trending .card-title {
  font-size: 18px;
  line-height: 1.4;
  color: #666;
}
.suchana .trending .card-img {
  width: auto;
  margin-right: 12px;
  height: 80px;
  margin-bottom: 0;
  max-width: 100px;
  width: 100px;
}
@media only screen and (max-width: 836px) {
  .suchana .trending .card-img {
    width: 100px;
  }
}
@media only screen and (max-width: 601px) {
  .suchana .trending .card-img {
    max-width: 70px;
    width: 70px;
  }
}

.business .aside-padding {
  padding-right: 15px;
}
.business .card-margin, .business.tabs-wrapper .nav-pills {
  margin-bottom: 15px;
}
@media only screen and (max-width: 426px) {
  .business .card-margin, .business.tabs-wrapper .nav-pills {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 426px) and (max-width: 1026px) {
  .business .card-margin, .business.tabs-wrapper .nav-pills {
    margin-bottom: 1.3em;
  }
}
@media only screen and (max-width: 426px) and (max-width: 601px) {
  .business .card-margin, .business.tabs-wrapper .nav-pills {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 426px) and (max-width: 426px) {
  .business .card-margin, .business.tabs-wrapper .nav-pills {
    margin-bottom: 12px;
  }
}
.business .card-sm, .business .card--horizontal {
  padding: 15px;
}
@media only screen and (max-width: 426px) {
  .business .card-sm, .business .card--horizontal {
    padding: 10px;
  }
}
.business .card-sm, .business .card--horizontal {
  margin-bottom: 25px;
}
.business .card-sm .card-img, .business .card--horizontal .card-img {
  height: 230px;
}
@media only screen and (max-width: 426px) {
  .business .card-sm .card-img, .business .card--horizontal .card-img {
    height: 160px;
  }
}
.business .card-sm .para p, .business .card--horizontal .para p {
  font-size: 1.3em;
  margin-top: 6px;
}
@media only screen and (max-width: 1026px) {
  .business .card-sm, .business .card--horizontal {
    margin-bottom: 1.3em;
  }
}
@media only screen and (max-width: 601px) {
  .business .card-sm, .business .card--horizontal {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 426px) {
  .business .card-sm, .business .card--horizontal {
    margin-bottom: 12px;
  }
}
.business .card--xsm .card-sm .card-img, .business .card--xsm .card--horizontal .card-img {
  height: 150px;
  margin-bottom: 4px !important;
}
@media only screen and (max-width: 601px) {
  .business .card--xsm .card-sm .card-img, .business .card--xsm .card--horizontal .card-img {
    height: 100px;
  }
}
@media only screen and (max-width: 836px) {
  .business .card--xsm article:nth-child(2) {
    padding: 0;
  }
}
@media only screen and (max-width: 836px) {
  .business .card--xsm .card-title {
    height: auto;
  }
}
.business article.col-lg-5.p-0 .card-title, .business article.col-lg-5.pr-0 .card-title {
  height: auto !important;
  font-size: 26px;
}
@media only screen and (max-width: 601px) {
  .business article.col-lg-5.p-0 .card-title, .business article.col-lg-5.pr-0 .card-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 836px) {
  .business .banners article:nth-child(2) {
    padding-right: 0;
  }
}
@media only screen and (max-width: 601px) {
  .business .row .row {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 601px) {
  .business .row .row article {
    margin-bottom: 0;
  }
}

.entertainment .card-xsm .card-img {
  height: 250px;
}
@media only screen and (max-width: 836px) {
  .entertainment .card-xsm .card-img {
    height: 180px;
  }
}
@media only screen and (max-width: 426px) {
  .entertainment .aside-padding {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 426px) and (max-width: 1026px) {
  .entertainment .aside-padding {
    margin-bottom: 1.3em;
  }
}
@media only screen and (max-width: 426px) and (max-width: 601px) {
  .entertainment .aside-padding {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 426px) and (max-width: 426px) {
  .entertainment .aside-padding {
    margin-bottom: 12px;
  }
}
.entertainment .owl-theme .owl-nav {
  margin: 0;
}
.entertainment .owl-theme .owl-nav button {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  border: 0;
  color: #4e4e4e;
  background-color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: 0.3s linear;
  margin: 0;
}
.entertainment .owl-theme .owl-nav button.owl-next {
  left: auto;
  right: -20px;
}
.entertainment .owl-theme .owl-nav button i {
  font-size: 2.4em;
  line-height: 50px;
}
.entertainment .owl-theme .owl-nav button:hover {
  background-color: #f7941d;
}
.entertainment .video--part iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 836px) {
  .sport .card-sm .card-img, .sport .card--horizontal .card-img {
    height: 304px;
  }
}
@media only screen and (max-width: 601px) {
  .sport .card-sm .card-img, .sport .card--horizontal .card-img {
    height: 200px;
  }
}
@media only screen and (max-width: 836px) {
  .sport .card-sm .para p, .sport .card--horizontal .para p {
    display: none;
  }
}

.footer {
  background-color: #0089c9;
}
@media only screen and (max-width: 601px) {
  .footer {
    text-align: center;
  }
}
.footer a:hover {
  color: #fff;
}
.footer .title--small {
  font-size: 20px;
  font-weight: 600;
  color: #424242;
  margin-bottom: 6px;
  transition: 0.3s ease-out;
  height: 48px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto !important;
  color: #f2f2f2;
  font-weight: normal;
  margin-bottom: 1em;
}
.footer .title--small a {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 836px) {
  .footer .title--small {
    margin: 0px 0 0 0;
    height: 44px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 426px) {
  .footer .title--small {
    font-size: 16px;
    margin-top: 0px;
    height: 37px;
  }
}
@media only screen and (max-width: 836px) {
  .footer .title--small {
    margin-bottom: 8px;
  }
}
.footer .download {
  margin: auto;
}
.footer .download ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row no-wrap;
}
@media only screen and (max-width: 601px) {
  .footer .download ul {
    justify-content: center;
  }
}
.footer .download ul img {
  margin-right: 20px;
  height: 50px;
  width: auto;
}
@media only screen and (max-width: 836px) {
  .footer .download ul img {
    height: 35px;
  }
}
.footer .download .wrapper {
  margin-left: 50px;
}
@media only screen and (max-width: 426px) {
  .footer .download .wrapper {
    margin-left: 0;
  }
}
.footer label {
  flex-basis: 100%;
}
.footer .form-group {
  width: 100%;
  height: 55px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
@media only screen and (max-width: 426px) {
  .footer .form-group {
    height: 43px;
  }
}
.footer .form-group input {
  height: 100%;
  border-radius: 0;
  width: 100%;
  border: 0;
  background-color: transparent;
  padding: 0 12px;
  color: #f2f2f2;
}
.footer .form-group ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f2f2f2;
  opacity: 1;
  /* Firefox */
}
.footer .form-group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f2f2f2;
}
.footer .form-group ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f2f2f2;
}
.footer .form-group button[type=submit] {
  height: 100%;
  position: absolute;
  right: 0;
  background-color: transparent;
  border: 0;
  color: #f2f2f2;
  padding: 0 22px;
  top: 0;
}
.footer .form-group button[type=submit]:hover {
  color: #5CDC14;
}
.footer .subcribe {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 3em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1026px) {
  .footer .subcribe {
    padding: 1em;
  }
}
@media only screen and (max-width: 836px) {
  .footer .subcribe {
    padding: 2em;
  }
}
@media only screen and (max-width: 601px) {
  .footer .subcribe {
    padding: 0px;
    background-color: transparent;
  }
}
.footer .subcribe h2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
@media only screen and (max-width: 601px) {
  .footer .subcribe h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 601px) {
  .footer .subcribe .logo {
    height: 36px;
    margin-bottom: 10px;
  }
}
.footer .main h2 {
  font-size: 26px;
  color: #f2f2f2;
  font-weight: 900;
}
@media only screen and (max-width: 426px) {
  .footer .main h2 {
    margin-bottom: 4px;
  }
}
.footer .main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #d1d1d1;
  line-height: 2;
}
@media only screen and (max-width: 601px) {
  .footer .main ul {
    color: #fff;
  }
}
.footer .main ul li {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 601px) {
  .footer .main ul li {
    justify-content: center;
  }
}
@media only screen and (max-width: 426px) {
  .footer .main ul {
    line-height: 1.6;
    margin-bottom: 1em;
  }
}
.footer .main .col-lg-2 {
  padding-right: 0;
  padding-left: 3em;
}
@media only screen and (max-width: 601px) {
  .footer .main .col-lg-2 {
    padding-left: 6px;
  }
}
.footer .last {
  flex-wrap: nowrap;
  justify-content: space-between;
  color: #f2f2f2;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 30px;
  margin-bottom: -12px;
  font-size: 18px;
}
@media only screen and (max-width: 836px) {
  .footer .last {
    font-size: 15px;
    padding-top: 18px;
  }
}
@media only screen and (max-width: 601px) {
  .footer .last {
    flex-wrap: wrap;
  }
}
.footer .last p {
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 601px) {
  .footer .last p {
    text-align: center;
    margin: 10px 0;
    padding-left: 0;
  }
}
.footer .last ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media only screen and (max-width: 601px) {
  .footer .last ul {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 601px) {
  .footer .last ul {
    justify-content: space-between;
  }
}
.footer .last ul li {
  margin: 0 12px;
}
@media only screen and (max-width: 836px) {
  .footer .last ul li {
    margin: 0 6px;
  }
}
.footer .last ul li:first-child {
  margin-left: 0;
}
.footer .last ul li:last-child {
  margin-right: 0;
}

.main-nav {
  position: sticky;
  z-index: 999;
  top: -100%;
  transition: 0.2s ease-in;
}
@media only screen and (max-width: 601px) {
  .main-nav {
    top: 0px;
  }
}
.main-nav.sticky {
  top: -1px;
  background-color: #0089c9;
  transition: 1s linear;
}
.main-nav.sticky .brand {
  display: initial;
}
.main-nav .brand {
  display: none;
}
@media only screen and (max-width: 836px) {
  .main-nav .brand {
    display: initial;
  }
}
.main-nav .brand .nav-link {
  background-color: transparent !important;
  padding-left: 0;
}
@media only screen and (max-width: 836px) {
  .main-nav .brand .nav-link {
    padding-left: 15px;
  }
}
.main-nav .brand img {
  height: auto;
  width: 25px;
  transform: scale(1.4);
}
.main-nav #overlaymenu {
  display: none;
  width: 100%;
  left: 0;
}
.main-nav #overlaymenu .section-rule {
  padding: 30px 0;
}
.main-nav #overlaymenu .search .form-group {
  margin-bottom: 30px;
}
.main-nav #overlaymenu .search .form-group input {
  background-color: #f2f2f2;
  color: #333;
}
.main-nav #overlaymenu .search .form-group button[type=submit] {
  color: #0089c9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-nav #overlaymenu .search .form-group button[type=submit]:hover {
  background-color: #ddd;
}
.main-nav #overlaymenu .search .form-group ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #515151;
  opacity: 1;
  /* Firefox */
}
.main-nav #overlaymenu .search .form-group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #515151;
}
.main-nav #overlaymenu .search .form-group ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #515151;
}
.main-nav #overlaymenu .last {
  margin-bottom: 0;
}
.main-nav #overlaymenu.min-height {
  min-height: calc(100vh + 180px);
}
@media only screen and (max-width: 601px) {
  .main-nav #overlaymenu .main {
    display: none;
  }
}
@media only screen and (max-width: 836px) {
  .main-nav #overlaymenu .main > div:first-child {
    order: 2;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 601px) {
  .main-nav #overlaymenu .subcribe, .main-nav #overlaymenu .last {
    display: none;
  }
}
.main-nav #overlaymenu .nav {
  flex-direction: column;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .main-nav #overlaymenu .nav {
    display: none;
  }
}
@media only screen and (max-width: 601px) {
  .main-nav #overlaymenu .nav > .nav-item {
    display: block;
  }
}
.main-nav.overlay {
  height: 100vh;
  overflow-y: scroll;
}
.main-nav.overlay > .section-rule {
  position: sticky;
  top: 0px;
  z-index: 9999;
}

body.overlay {
  overflow: hidden;
}

.profile-tab {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  min-height: -webkit-fill-available;
  overflow-y: scroll;
  transition: 0.3s ease-in;
}
.profile-tab.overlay {
  transition: 0.3s ease-out;
  left: 0%;
}
.profile-tab .card-lg {
  text-align: left;
}
.profile-tab .nav-pills .nav-link:hover span, .profile-tab .nav-pills .nav-link.active span {
  color: #f2f2f2;
}
.profile-tab .nav-link span {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 6px;
  color: #aaa;
}
.profile-tab .nav-link.profile--back {
  border: 1px solid #666;
  background-color: transparent !important;
  cursor: pointer;
}
.profile-tab .nav-link.profile--back, .profile-tab .nav-link.profile--back span {
  color: #aaa !important;
}
.profile-tab .nav-link.active {
  background-color: #f7941d !important;
}
.profile-tab .logo img {
  width: 200px;
  margin: auto;
}
.profile-tab .log__wrapper {
  box-shadow: 0px 0px 15px #0000000f;
  padding: 2em;
  margin: 0 auto;
  width: 60%;
  max-width: 440px;
}
.profile-tab form input.form-control {
  font-size: 20px;
  height: 48px;
  box-shadow: none !important;
  outline: none !important;
}
.profile-tab form button[type=submit] {
  padding: 12px;
  border: 0;
  background-color: #003893;
  color: #fff;
  width: 50%;
  font-size: 18px;
}
.profile-tab form .text-muted {
  color: #888 !important;
  font-size: 1.2em;
}
.profile-tab form .text-muted a {
  color: #444;
}
.profile-tab form .text-muted.or {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.profile-tab form .text-muted.or:after {
  content: "";
  height: 1px;
  background-color: #ddd;
  width: 48%;
  margin-left: 17px;
}
.profile-tab form button {
  margin: 12px 0;
  color: #f2f2f2;
  padding: 8px;
  border: 0;
  width: 100%;
  font-size: 16px;
  box-shadow: 0px 2px 3px rgba(93, 93, 93, 0.4);
}
.profile-tab form button i {
  margin-right: 8px;
  font-size: 14px;
  vertical-align: baseline;
}
.profile-tab form ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 !important;
}
.profile-tab form ul li {
  width: 46%;
}
.profile-tab form ul .face button {
  border: 1px solid #3c5a99;
  background-color: #fff;
  color: #3c5a99;
}
.profile-tab form ul .google button {
  border: 1px solid #da3d29;
  background-color: #fff;
  color: #da3d29;
}
.profile-tab form.form--signup {
  display: none;
}
.profile-tab .log .section-title {
  text-align: center;
  margin-bottom: 0.8em;
  color: #ddd;
}
.profile-tab .log .card-title {
  height: auto !important;
  font-size: 1.5rem;
  color: #666;
}
.profile-tab .log ul {
  line-height: 2;
  font-size: 1.2em;
  color: #6b6b6b;
  padding-left: 10px;
  font-weight: 350;
}
.profile-tab .log .title-wrapper {
  margin-bottom: 1em;
  text-align: center;
}
.profile-tab .log .title-wrapper .section-title {
  margin-bottom: 0;
}
.profile-tab .img--profile {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.breadcrum--wraper .breadcrumb--border {
  border-bottom: 1px solid #ddd;
}
.breadcrum--wraper .section-rule {
  padding-top: 20px;
}

.breadcrumb {
  background-color: #fff;
  margin: 0 -8px;
  padding: 0;
}
.breadcrumb .breadcrumb-item {
  padding: 10px 0 !important;
  margin: 0 8px;
}
.breadcrumb .breadcrumb-item a {
  position: relative;
}
.breadcrumb .breadcrumb-item a:after {
  content: "";
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-left-color: transparent;
  display: inline-block;
  margin-left: 8px;
  border-left-color: #0089c9;
}
.breadcrumb li a {
  border-radius: 0;
}
.breadcrumb li a.active {
  border-bottom: 2px solid #0089c9;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: none;
}

.common-page .title-wrapper .tag {
  padding: 8px;
  background-color: #f2f2f2;
  font-size: 1rem;
  vertical-align: middle;
  display: inline-block !important;
  margin-bottom: 1em;
}
.breadcrumb--border.secondary-nav {
  padding: 0;
}
.breadcrumb--border.secondary-nav .breadcrumb {
  padding: 0;
  flex-wrap: nowrap;
  scroll-snap-type: x;
  overflow-x: scroll;
  scrollbar-width: none;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.breadcrumb--border.secondary-nav .breadcrumb::-webkit-scrollbar {
  background: transparent;
  /* make scrollbar transparent */
  -webkit-appearance: none;
  width: 0;
  height: 0;
}
.breadcrumb--border.secondary-nav .breadcrumb a {
  padding: 7px 18px;
  background-color: #fff;
  margin: 0 8px;
  font-size: 16px;
  border-radius: 0;
}
.breadcrumb--border.secondary-nav .breadcrumb a.active {
  border-bottom: 2px solid #0089c9;
}

.border-heading {
  padding: 4px 0;
}
.border-heading h2 {
  margin: 0;
  font-size: 1.5rem;
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
}

.single-page .card-md {
  position: relative;
}
.single-page .card-md .para p {
  line-height: 2.4;
  -webkit-line-clamp: none !important;
}
.single-page .share {
  position: absolute;
  right: 0;
  top: 200px;
  transition: 0.3s linear;
}
@media only screen and (max-width: 601px) {
  .single-page .share {
    top: 126px;
  }
}
.single-page .share ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-page .share ul li a {
  background-color: #fff;
  font-size: 1.1em;
  padding: 0.7em;
  text-align: center;
  width: 65px;
  text-align: center;
}
@media only screen and (max-width: 601px) {
  .single-page .share ul li a {
    width: 50px;
  }
}
.single-page .share ul li.facebook a {
  background-color: #4363a6;
}
.single-page .share ul li.twitter a {
  background-color: #1da1f2;
}
.single-page .share ul li.instagram a {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.single-page .share ul li.reddit a {
  background-color: #ff4500;
}
.single-page .share ul li:not(:first-child) a {
  color: #fff !important;
}
.single-page .share ul li:first-child {
  line-height: 1.1;
}
.single-page .comment-section {
  padding: 1em;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #ddd;
}
.single-page .comment-section .form-control {
  box-shadow: none;
}
.single-page .comment-section .card__into {
  flex-flow: row nowrap;
  display: flex;
}
.single-page .comment-section .card-top {
  width: auto;
  height: auto;
  object-fit: contain;
  text-align: center;
  white-space: nowrap;
}
.single-page .comment-section .card-top img {
  height: 40px;
  object-fit: contain;
  margin-bottom: 10px;
}
.single-page .comment-section .card-top .name {
  font-size: 1em;
  margin: 0;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-page .comment-section .card-body {
  padding-left: 1em;
  font-size: 19px;
}
.single-page .comment-section .screen__link {
  display: flex;
  flex-flow: row wrap;
  border-top: 1px solid #ddd;
  list-style: none;
  margin-top: 6px;
  padding: 6px 0 0 0;
  align-items: center;
  font-size: 1em;
}
.single-page .comment-section .screen__link li {
  margin: 0 6px;
}
.single-page .comment-section .screen__link li span {
  vertical-align: middle;
  font-size: 18px;
  margin-right: 4px;
}
.single-page .comment-section .screen__link li .like.active {
  color: #0089c9;
}
.single-page .comment-section .screen__link li:last-child {
  margin-left: auto;
}
.single-page .comment-section button {
  background-color: #0089c9;
  border: none;
  padding: 14px 18px;
  font-size: 16px;
  color: #f2f2f2;
  border-radius: 6px;
  text-transform: capitalize;
  line-height: 16px;
  position: relative;
  box-shadow: inset 0px -2px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease-out;
  background-color: #4981dc;
  padding: 10px 14px;
}
.single-page .comment-section button span {
  font-size: 17px;
  transform: translateY(2.4px);
}
.single-page .comment-section button svg {
  fill: #f2f2f2;
}
@media only screen and (max-width: 1002px) {
  .single-page .comment-section button {
    font-size: 14px;
    padding: 14px 33px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 777.5px) {
  .single-page .comment-section button {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .single-page .comment-section button {
    font-size: 12px;
    padding: 10px 16px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 424px) {
  .single-page .comment-section button {
    font-size: 13px;
    padding: 10px 14px;
    line-height: 13px;
    border-width: 1px;
  }
}
.single-page .comment-section button:hover {
  box-shadow: inset 0px -2px rgba(0, 0, 0, 0.5), 1px 3px 8px rgba(0, 0, 0, 0.1);
  color: #f2f2f2;
  background-color: #0089c9;
  border-color: #0089c9;
}
.single-page .comment-section button:hover svg {
  animation: swing 1s ease-out 0s infinite;
}
.single-page .comment-section button:active {
  transition: 0.3s ease-in;
  transform: translateY(-2px);
  box-shadow: none !important;
  outline: none;
}
.single-page .comment-section button[type=submit] {
  background-color: #f7941d;
  padding: 1em 2em !important;
}
.single-page .comment-section .comment-section {
  background-color: #f8f9fa;
  margin: 8px 0;
}
.single-page .comment-section .comment-section .card-top {
  width: 80px;
}
.single-page .comment-section .card-margin:last-child {
  margin-bottom: 0 !important;
}
.single-page .sticky {
  position: sticky;
  top: 67px !important;
  transition: 1s ease;
}
.single-page .comment--aside {
  border: 0;
  background-color: #f8f9fa;
}
.single-page .comment--aside input.form-control {
  height: 44px;
}
.single-page aside.banners .card-sm, .single-page aside.banners .card--horizontal {
  padding: 12px;
  border-radius: 0;
}
.single-page aside.banners .trending ul {
  font-size: 1.2em;
}
.single-page aside.banners .trending ul .card-img {
  width: 20%;
}
.single-page aside.banners .trending ul a {
  margin: 8px 0;
}
.single-page aside.banners .section-title {
  font-size: 2.1em;
}
.single-page aside.banners > .row {
  position: sticky;
  top: 0px;
}
.single-page aside.banners article:last-child {
  margin-bottom: 0 !important;
}
.single-page .suchana .trending .card-img {
  height: auto;
}
.single-page .suchana .trending a small {
  -webkit-line-clamp: 2 !important;
  font-size: 17px;
}

.samachar-page header .nav-item.trending::after {
  border-left-color: #0089c9;
}
.samachar-page .common-page .title-wrapper .tag {
  background-color: #0089c9;
}
.samachar-page .common-page .title-wrapper .tag, .samachar-page .common-page .title-wrapper .tag::before {
  color: #fff;
}
.samachar-page .border-heading h2 {
  background-color: #009347;
  color: #fff;
}
.category-page .card-md {
  padding: 1.4em;
}
.category-page .card-md h2.card-title {
  font-size: 2.3em;
}
.category-page .card-md h2.card-title a {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 426px) {
  .category-page .card-md h2.card-title {
    font-size: 20px;
  }
}
.category-page .card-md .card-img {
  height: 300px;
  margin-bottom: 12px;
}
.category-page .card-md .link {
  font-size: 1.3em;
  color: #0089c9;
  text-decoration: underline;
}
.category-page .share {
  margin-bottom: 12px;
}
.category-page .share ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.category-page .share ul li a {
  background-color: #fff;
  font-size: 1.1em;
  padding: 0.5em;
  text-align: center;
  width: 47px;
  text-align: center;
}
.category-page .share ul li.facebook a {
  background-color: #4363a6;
}
.category-page .share ul li.twitter a {
  background-color: #1da1f2;
}
.category-page .share ul li.instagram a {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.category-page .share ul li.reddit a {
  background-color: #ff4500;
}
.category-page .share ul li:not(:first-child) a {
  color: #fff !important;
}
.category-page .share ul li:first-child {
  line-height: 1.1;
}
.category-page .share ul li:first-child a {
  width: auto !important;
}
.category-page .card-sm .para p, .category-page .card--horizontal .para p {
  font-size: 1.2em;
}
@media only screen and (max-width: 426px) {
  .category-page .card-sm .para p, .category-page .card--horizontal .para p {
    display: none;
  }
}
.category-page .horizontal {
  padding-left: 11px !important;
  padding-right: 11px !important;
}
.category-page .horizontal .card {
  padding: 0em;
  border: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  padding: 10px;
}
.category-page .horizontal .card-title {
  font-size: 20px;
  color: #444;
  font-weight: bold;
}
.category-page .horizontal .card-body {
  padding-left: 12px;
}
@media only screen and (max-width: 1026px) {
  .category-page aside.main-content {
    padding: 0;
  }
}
@media only screen and (max-width: 836px) {
  .category-page aside.main-content:last-child {
    display: flex;
  }
}
@media only screen and (max-width: 836px) {
  .category-page aside.main-content:last-child .card-margin:first-child {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 836px) {
  .category-page aside.main-content:last-child .card-margin .card-title {
    height: auto !important;
  }
}
@media only screen and (max-width: 1026px) {
  .category-page .special .aside-padding:nth-child(2) {
    padding-left: 15px !important;
  }
}
.category-page iframe {
  width: 100%;
  height: 100%;
}

.entertaitment.category-page .main-content .card-md .card-img {
  height: 478px;
}
@media only screen and (max-width: 426px) {
  .entertaitment.category-page .main-content .card-md .card-img {
    height: 300px;
  }
}

.pagination {
  margin-top: 20px;
}
.pagination .page-link {
  color: #4e4e4e;
  border: 0;
}
.pagination .page-link:hover {
  background-color: transparent;
}
.pagination .page-item.active {
  background-color: #0089c9;
}