body {
  background-color: #eee;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  image-rendering: -webkit-optimize-contrast;
}

/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/roboto-v30-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

h1 {
  padding: 0;
  margin: 0;
}

a:focus,
a:active,
.btn:focus,
.btn:active {
  box-shadow: none !important;
  outline: 0px !important;
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 99999999999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  font-size: 14px;
  color: #ecf0f1;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
  color: #fff;
}

.cookiealert .acceptcookies {
  margin: 0 0 0 5px;
  text-align: center;
  padding: 2px 4px;
  font-size: 13px;
  background-color: #13b192;
  color: #fff;
}

.site-container {
  background-color: #fff;
  display: table;
}

.img-hover-zoom {
  overflow: hidden;
}

.img-hover-zoom img {
  transition: transform 0.5s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.05);
}

.user-image-profile {
  color: #111;
  text-align: center;
  background: #ffe400;
  width: 85px;
  height: 85px;
  line-height: 85px;
  font-size: 38px;
  border-radius: 50%;
  font-weight: 500;
}

.profile-title {
  color: #000;
  font-size: 25px;
  font-weight: 900;
  margin: 0;
}

.profile-list-count {
  font-size: 14px;
  display: table;
  color: #000;
}

.profile-list-date {
  display: table;
  font-size: 14px;
  color: #000;
}

.text-14px {
  font-size: 14px !important;
}

.user-image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 20px;
  color: #111;
  line-height: 50px;
  text-align: center;
  background: #ffe400;
  display: block;
  font-weight: 500;
}

.user-image-big {
  width: 85px !important;
  height: 85px !important;
}

.sub .sub-box {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.sub .sub-cover {
  z-index: 999;
  height: 125px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.8) 100%,
      rgba(0, 0, 0, 1) 100%);
}

.sub h2 {
  z-index: 999;
  position: absolute;
  bottom: 15px;
  left: 30px;
  right: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.sub span {
  z-index: 999;
  font-size: 13px;
  position: absolute;
  background-color: #4267b2;
  padding: 2px 6px;
  bottom: 60px;
  left: 30px;
  color: #fff;
}

a {
  outline: 0;
}

a:hover {
  text-decoration: none;
  color: #000;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.5rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller i {
  color: #fff;
}

.nav-scroller a {
  font-size: 15px;
  color: #000;
  margin-top: 3px;
  margin-right: 16px;
  font-weight: 600;
  margin-right: 16px;
  border-left: 1px solid #eee;
}

.nav-scroller a:last-child {
  margin-right: 0;
}

.nav-scroller:first-child a {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

.nav-scroller a:hover {
  text-decoration: none;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.header-container {
  background-image: linear-gradient(to left, #46446d 0%, #46446d 100%);
}

.headersm a,
.btn:hover {
  color: #fff;
}

.headersm i {
  font-size: 16px;
  margin-left: 5px;
}

.sticky-top {
  z-index: 99999;
}

.alt-link {
  font-size: 19px;
  color: #000;
  font-weight: 900;
  line-height: 24px;
  display: block;
}

.alt-link-home {
  font-size: 19px;
  color: #000;
  font-weight: 900;
  line-height: 24px;
  display: block;
}

.other-news-title {
  margin-bottom: 10px;
  display: block;
  line-height: 30px;
  font-size: 24px;
  font-weight: 100;
}

.rising-falling .rank-title {
  color: #000;
  font-size: 19px;
  font-weight: 900;
  line-height: 20px;
}

.rising-falling .rank-detail {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  margin-top: 3px;
  display: table;
  line-height: 20px;
}

.rising-falling .rank {
  color: #2764a6;
  font-size: 20px;
  font-weight: 900;
}

.rank-black {
  color: #000;
}

/* Footer */

.main-image-copyright {
  margin-top: 3px;
  font-size: 11px !important;
  color: #555;
  text-align: right;
}

.image-copyright {
  margin-top: 2px;
  font-size: 11px !important;
  color: #555;
}

.image-copyright a,
.main-image-copyright a {
  color: #2e61a2;
  text-decoration: underline;
}

.company {
  clear: both;
  display: table;
  margin-top: 10px;
}

.footer-container {
  background-color: #1e1d2d;
  color: #fff;
}

.footer-container .section-head {
  font-size: 18px;
  font-weight: bold;
}

.footer-copyright {
  background-color: #191926;
  margin-top: 25px;
}

.page-footer {
  font-size: 14px !important;
  padding-top: 25px;
}

.page-footer a {
  font-size: 13px;
  color: #fff;
}

.page-footer br {
  display: block;
  margin: 3px 0;
}

.page-footer i {
  font-size: 21px;
  margin-right: 11px;
}

.page-footer li {
  line-height: 24px;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
}

.overlay-content .row div {
  width: 33%;
}

.overlay-content-search {
  position: relative;
  top: 45%;
  width: 100%;
  text-align: center;
  margin-left: 6px;
}

.overlay-content-search .sbtn {
  font-size: 14px;
  background-color: #6ba83a;
  color: #fff;
  border: 1px solid #6ba83a;
}

.overlaymenu {
  height: 100%;
  width: 0;
  font-weight: 200;
  position: fixed;
  z-index: 999999999999 !important;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
}

.overlaymenu .closebtn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s;
  padding: 6px;
}

.big-container .line {
  height: 10px;
}

.big-container .pimage {
  margin-bottom: 2px;
  padding-left: 0;
  width: 75px;
  height: 75px;
}

.big-container .specs {
  font-size: 15px;
  margin: 0;
  padding: 5px 0 0;
}

.big-container .specs li {
  border-top: 1px dotted #aaa;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.big-container h2 {
  line-height: 19px;
  font-size: 23px;
  border: 0;
  margin: 0 0 4px;
  padding: 0 !important;
}

.big-container p {
  margin-top: 10px;
  font-size: 15px;
}

.big-container,
.container p,
.overlay-content-search .form-control {
  font-size: 14px;
}

.sticky-ad-container {
  text-align: right;
  height: 100%;
}

.ad {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 105px;
  align-self: flex-start;
}

.tippy-box {
  font-size: 12px;
  color: #fff;
  background-color: #333;
  font-weight: 400;
}

.tippy-arrow {
  color: #333;
}

/* New */

.site-logo {
  padding: 5px 0;
  height: 49px;
}

.site-logo-footer {
  padding: 5px 0;
  height: 49px;
}

.text-logo {
  font-size: 24px;
  color: #fff;
  height: 49px;
  line-height: 49px;
  font-weight: 500;
}

.text-logo-footer {
display: block;
  font-size: 24px;
  color: #fff;
  height: 55px;
  font-weight: 500;
}

.section-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 24px;
  font-weight: 100;
}

.section-title strong {
  font-weight: 900;
}

.trending .category {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
  display: inline-block;
  color: #000;
}

.trending .channel {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
  display: inline-block;
  color: #000;
}

.trending img {
  height: 103px;
}

.trending .count {
  font-size: 13px;
  color: #000;
}

.rising-falling .count {
  font-size: 13px;
  color: #000;
}

.rising-falling img {
  height: 103px;
  width: 103px;
}

.channels-title {
  color: #000;
  font-size: 22px;
  font-weight: bold;
}

.channels {
  background-color: #e6e6e6;
}

.channels .container>.row {
  overflow-x: auto;
  scrollbar-width: none;
}

.load-more a {
  background-color: #ce2525;
  color: #fff;
  padding: 10px 70px;
  font-size: 13px;
  font-weight: 600;
}

.other-lists .category {
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: 500;
  display: inline-block;
  color: #000;
}

.other-lists .channel {
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: 500;
  display: inline-block;
  color: #000;
}

.other-lists .count {
  font-size: 13px;
  color: #000;
}

.popular-searches {
  margin-left: -12px;
  font-size: 13px;
  margin-top: 20px;
}

.popular-searches strong {
  color: #fff;
  font-weight: 700;
}

.popular-searches a {
  font-weight: 400;
  color: #fff;
  border-bottom: 1px dotted #fff;
  margin-left: 5px;
}

.dropdown-toggle,
.dropdown-toggle:hover {
  background-color: #fff;
  border: 1px solid#ccc;
  color: #111;
  padding: 2px 10px;
  font-size: 13px;
  margin-top: -6px;
}

.dropdown-toggle::after {
  display: none;
}

.breadcrumbs {
  display: block !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.85rem;
}

.breadcrumbs a {
  color: #333;
  text-decoration: none;
}

.breadcrumbs .sep {
  color: #bbb;
  margin: 0 2px;
}

.pagination {
  margin-bottom: 0;
}

.pagination .page-link {
  color: #000;
  font-size: 12px;
  border: 0;
}

.page-item.active .page-link {
  background-color: #65b89e;
  color: #fff;
}


.alert {
  font-size: 15px;
  font-weight: 400;
}

.login-alert p {
  margin: 0;
}

.form-signin {
  width: 100%;
  font-size: 15px;
  max-width: 360px;
  margin: auto;
  color: #000;
}

.form-signin .btn {
  background-color: #46446d;
  border-color: #46446d;
  color: #fff;
  font-size: 15px;
  padding: 13px 0px;
  font-weight: 500;
}

.text-field {
  font-size: 0.95em;
  padding: 17px 10px;
}

.form-check-input {
  margin-top: 0.25rem;
  border: 1px;
}

.form-signin a {
  color: #000;
  font-weight: 600;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  font-size: 12px;
  background-color: #000;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #000;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #000;
}

.main .main-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.main .main-cover {
  z-index: 999;
  height: 50%;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 1) 100%);
}

.main .cover-container {
  z-index: 999;
  position: absolute;
  bottom: 5px;
  left: 20px;
  right: 20px;
}

.main .cover-container h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.main .channel {
  z-index: 999;
  font-size: 12px;
  display: inline-block;
  background-color: #13b192;
  line-height: 21px;
  height: 21px;
  padding: 0 5px;
  margin-bottom: 5px;
  left: 30px;
  color: #111;
  color: #fff;
  font-weight: 500;
}

.main .count {
  z-index: 999;
  position: absolute;
  font-size: 13px;
  bottom: 60px;
  color: #fff;
  left: 100px;
}

.main .right h2 {
  font-size: 20px;
  left: 25px;
  bottom: 10px;
}

.badge-new {
  margin-left: 5px;
  font-weight: 600;
  border-radius: .12rem;
  font-size: 10px;
  background-color: #13b192;
  color: #fff;
}

.page-data h2 {
  font-weight: 900;
  font-size: 25px;
}

.page-data p {
  word-wrap: normal;
  word-wrap: break-word;
  font-size: 15px !important;
}

.link {
  color: #fff !important;
  border-radius: 4px;
  font-size: 14px;
  background-color: #13b192;
  display: table;
  padding: 6px 15px;
}

a.link a:hover {
  background-color: #13b192;
  color: #fff;
}

.form-control {
  font-size: 14px;
  color: #333;
  border-color: #eee;
}

.make-list {
  background-color: #2c2a4a;
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  height: 21px;
  padding: 0 5px;
  float: left;
  margin-top: 1px;
  margin-right: 5px;
  z-index: 9999;
  font-weight: bold;
}

.list-title {
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -1px;
  font-weight: 900;
}

.list-data {
  font-size: 14px;
  margin-right: 25px;
  line-height: 18px;
}

.list-description {
  font-weight: 300;
  font-size: 15px;
  display: table;
  margin-bottom: 15px;
}

.sticky-ad-container {
  text-align: right;
  height: 100%;
}

.user-details img {
  width: 50px;
  height: 50px;
}

.user-details .title {
  line-height: 15px;
  font-size: 17px;
  font-weight: 600;
  margin-top: 10px;
  display: block;
}

.user-details .profile {
  font-weight: 400;
  font-size: 13px;
  display: block;
}

.user-details a {
  color: #000;
}

.view-btn {
  background-color: #8b5c86;
  border: 0;
  color: #fff;
  font-size: 11px;
}

.member-area {
  font-size: 14px;
}

.member-area  .update-btn {
  background-color: #8b5c86;
  border-color: #8b5c86;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.member-area .user-name {
  display: block;
  padding-bottom: 12px;
}

.member-area .menu li {
  border-bottom: 1px solid #eee;
}

.member-area .menu li:last-child {
  border-bottom: 0;
}

.member-area .menu li a {
  font-weight: bold;
  display: block;
  padding: 12px 0;
  color: #111;
}

.member-area .menu li i {
  color: #ccc;
  font-size: 18px;
}


.social-media {
  border-left: 1px solid #ccc;
}

.social-media i {
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.social-media .fa-facebook-f {
  background-color: #4267b2;
}

.social-media .fa-x-twitter {
  background-color: #000;
}

.social-media .fa-paper-plane {
  background-color: #0088cc;
}

.social-media .fa-whatsapp {
  background-color: #71c169;
}

.dropdown-menu {
  z-index: 99999999;
}

.modal-backdrop.show {
  z-index: 999999;
  opacity: 0.75;
}

#MyModal {
  z-index: 99999999999999999999 !important;
  font-size: 14px;
}

.modal-footer {
  background-color: #fcfcfb;
  border-top: 0;
}

#submission-section .btn {
  color: #000;
  background-color: #ffdb4d;
  border: 1px solid #d2a700;
  font-size: 14px;
}

#submission-section .form-control {
  font-size: 15px;
}

.votes .buttons {
  border-radius: 2px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  margin: 0 2px;
  border: 1px solid #999;
  background: linear-gradient(#fff 50%, #e8ebec);
}

.votes .title {
  font-size: 23px;
  font-weight: 900;
  line-height: 26px;
  display: block;
}

.votes .description {
  font-weight: 300;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 7px;
}

.votes .number {
  display: block;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.vote-border {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.vote_data {
  color: #000;
}

#ohsnap {
  position: fixed;
  font-size: 14px;
  bottom: 5px;
  right: 5px;
  margin-left: 5px;
  z-index: 99;
}

.share {
  line-height: 35px;
  display: none;
  background: rgba(0, 0, 0, 0.65);
  bottom: 0;
  text-align: center;
  right: 0;
  padding: 0 10px;
}

.share .share-text {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

.share .fa-share-alt {
  font-size: 13px;
  color: #fff;
  text-align: center;
  height: 20px;
  width: 20px;
  line-height: 20px;
}

.share .fa-facebook-f {
  font-size: 13px;
  font-weight: 400;
  background-color: #4267b2;
  color: #fff;
  text-align: center;
  height: 20px;
  width: 20px;
  line-height: 20px;
}

.share .fa-x-twitter {
  font-size: 13px;
  font-weight: 400;
  background-color: #000;
  color: #fff;
  text-align: center;
  height: 20px;
  width: 20px;
  line-height: 20px;
}

.share .fa-whatsapp {
  font-size: 13px;
  font-weight: 400;
  background-color: #71c169;
  color: #fff;
  text-align: center;
  height: 20px;
  width: 20px;
  line-height: 20px;
}

.share .fa-paper-plane {
  font-size: 13px;
  font-weight: 400;
  background-color: #0088cc;
  color: #fff;
  text-align: center;
  height: 20px;
  width: 20px;
  line-height: 20px;
}

.alert-red {
  color: white;
  background-color: #ce2525;
}

.alert-green {
  color: white;
  background-color: #71c169;
}

.alert-orange {
  color: white;
  background-color: orange;
}

.vote-container:hover .share {
  display: block;
  position: absolute;
}

.close-video {
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 0;
  right: 0;
  z-index: 9999999999999 !important;
  position: absolute;
  color: #fff;
  font-size: 21px;
}

.image-wrap {
  position: relative;
  width: 100%;
}

.image-wrap .placeholder {
  max-width: 700px;
  width: 100%;
}

.image-wrap .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  text-align: center;
  color: #fff;
  width: 55px;
}

.play-btn::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Brands";
  font-size: 50px;
  content: "\f167";
}

.submit-button {
  color: #fff;
  background-color: #65b89e;
  border: 1px solid #65b89e;
  font-size: 13px;
}

#contact-form-section {
  font-size: 14px;
}

#main-play {
  background-color: #000;
  z-index: 99999999999;
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 500px;
}

@media (max-width: 991px) {
  .main .cover-container h2 {
    left: 15px;
    right: 15px;
    bottom: 5px;
    font-size: 20px;
  }

  .user-image-profile {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 30px;
  }

  .list-title {
    font-size: 26px !important;
    line-height: 30px !important;
  }

  .trending img {
    height: 100%;
    width: 100%;
  }

  .other-lists .category {
    margin-top: 6px;
    font-weight: 600;
  }

  .other-lists .channel {
    margin-top: 6px;
    font-weight: 600;
  }

  .trending .category {
    margin-top: 10px;
  }

  .vote-border {
    margin-bottom: 15px;
  }

  .alt-link {
    font-size: 21px;
    line-height: 24px;
  }

  .votes .title {
    font-size: 21px;
  }

  .main .space {
    padding-top: 0px;
  }

  .vote-container .share {
    display: block;
    position: absolute;
  }

  .image-wrap .play-btn {
    width: 75px;
  }

  .user-image-big {
    width: 75px !important;
    height: 75px !important;
  }

  .list-data {
    margin-left: 10px;
    margin-right: 10px;
  }

  .social-media i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
  }

  .social-media {
    border-left: 0;
  }

  .main .channel {
    margin-bottom: 7px;
  }

  .main .right h2 {
    left: 15px;
    right: 15px;
  }

}