﻿/*fonts start*/
@font-face {
  font-family: Montserrat-Black;
  src: url(fonts/Montserrat-Black.ttf);
}

@font-face {
  font-family: Montserrat-BlackItalic;
  src: url(fonts/Montserrat-BlackItalic.ttf);
}

@font-face {
  font-family: Montserrat-Bold;
  src: url(fonts/Montserrat-Bold.ttf);
}

@font-face {
  font-family: Montserrat-BoldItalic;
  src: url(fonts/Montserrat-BoldItalic.ttf);
}

@font-face {
  font-family: Montserrat-ExtraBold;
  src: url(fonts/Montserrat-ExtraBold.ttf);
}

@font-face {
  font-family: Montserrat-ExtraBoldItalic;
  src: url(fonts/Montserrat-ExtraBoldItalic.ttf);
}

@font-face {
  font-family: Montserrat-ExtraLight;
  src: url(fonts/Montserrat-ExtraLight.ttf);
}

@font-face {
  font-family: Montserrat-ExtraLightItalic;
  src: url(fonts/Montserrat-ExtraLightItalic.ttf);
}

@font-face {
  font-family: Montserrat-Italic;
  src: url(fonts/Montserrat-Italic.ttf);
}

@font-face {
  font-family: Montserrat-Light;
  src: url(fonts/Montserrat-Light.ttf);
}

@font-face {
  font-family: Montserrat-LightItalic;
  src: url(fonts/Montserrat-LightItalic.ttf);
}

@font-face {
  font-family: Montserrat-Medium;
  src: url(fonts/Montserrat-Medium.ttf);
}

@font-face {
  font-family: Montserrat-MediumItalic;
  src: url(fonts/Montserrat-MediumItalic.ttf);
}

@font-face {
  font-family: Montserrat-Regular;
  src: url(fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url(fonts/Montserrat-SemiBold.ttf);
}

@font-face {
  font-family: Montserrat-SemiBoldItalic;
  src: url(fonts/Montserrat-SemiBoldItalic.ttf);
}

@font-face {
  font-family: Montserrat-Thin;
  src: url(fonts/Montserrat-Thin.ttf);
}

@font-face {
  font-family: Montserrat-ThinItalic;
  src: url(fonts/Montserrat-ThinItalic.ttf);
}
/*fonts end*/

main {
  padding-top: 70px;
}

/*Style for columns and rows - main page*/
* {
  box-sizing: border-box;
}

.row {
  width: 100%;
  min-height: 10px;
}

  .row:after {
    content: "";
    display: table;
    clear: both;
  }

.body-content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}



.mySlides {
  display: none;
}


#inputTest {
  width: 237px;
}

.market.bottom-content.trending.frontpage {
  box-shadow: 0px 3px 10px #E2E4E3;
  padding: 10px;
  font-size: 12px;
}

table.stock-list .stock-price {
  font-family: Montserrat-SemiBold;
  width: 63px;
}

table.stock-list .stock-price-news {
  font-family: Montserrat-SemiBold;
  width: 30px;
}

table.stock-list .stock-code-news, table.stock-list .stock-code-news a, table.stock-list .stock-code-news a:hover {
  color: #029CD0;
  font-family: Montserrat-Bold;
  text-decoration: none;
  width: 100px;
}

/*Styling for pop-up link*/
.popup_container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.popup_content {
  display: none;
  position: absolute;
}

.show {
  display: block;
}

/* Styling the button and the link - later change to the fa-icon */

.linkStyle {
  color: green;
  padding: 5px;
  font-size: 16px;
}

#popup_content {
  background-color: #E5E5E5;
  margin-top: 20px;
  /*width: 300px;*/
  font-family: Montserrat-Medium;
  font-size: 14px;
  z-index: 9999;
  margin-left: -250px;
}
/*End styling for pop-up link*/

.nav-links {
  font-size: 14px;
  /*padding-right: 10px;*/
}

.article-text-bottom {
  color: #8f8f8f;
  font-family: Montserrat-Medium;
  font-size: 14px
}

.newsTitle {
  font-size: 14px;
  font-family: Montserrat-ExtraBold;
  padding-left: 0px;
}

span.newsTitle {
  height: 40px;
  display: block;
  overflow: hidden;
}

.newsTitle a {
  color: #000000 !important;
}

  .newsTitle a:hover {
    text-decoration: none;
  }

a .newsTitle.top-content, .newsTitle.top-content {
  font-size: 11px;
  font-family: Montserrat-SemiBold;
  color: #000000
}

p.newsTitle.top-content {
  /*white-space: nowrap;*/
  /*overflow: hidden;
  text-overflow: ellipsis;*/
  min-height: 65px;
  margin: 0;
  display: block;
  line-height: 11px;
}

.video-main {
  font-size: 16px;
  font-family: Montserrat-ExtraBold;
  text-decoration: none;
  color: #000000;
}

  .video-main a {
    color: #000000;
  }

    .video-main a:hover a:focus {
      text-decoration: none;
      color: #000000;
    }

.video-sub {
  color: #1A93DD;
  font-family: Montserrat-Bold;
  font-size: 16px;
}

.title-header {
  font-size: 25px;
  font-family: Montserrat-ExtraBold;
  margin-top: 30px;
  width: 100%;
  display: block;
}

.title-second-vid {
  font-size: 20px;
  font-family: Montserrat-ExtraBold;
  padding-bottom: 10px;
}

.marketplace-title {
  font-size: 20px;
  font-family: Montserrat-Medium;
  padding-bottom: 10px;
  color: #1c75bc;
  margin-left:10px;
}

.video-mainpage {
  width: 100%;
  /*height:245px;*/
  /*padding: 15px 15px 0px 5px;*/
}

.video-page {
  width: auto;
  height: auto;
  min-height: 128px;
  max-height: 315px;
  max-width: 515px;
  margin-left: auto;
  margin-right: auto;
}

.video-cell {
  width: 25%;
  display: table-cell;
  font-size: 12px;
}

.space-video {
  padding: 3px 15px 5px 5px;
  font-family: Montserrat-SemiBold
}

.textarea {
  outline: none;
  resize: none;
  border-radius: 5px;
  border-color: #8F8F8F;
}

a {
  outline: none;
  color: #8f8f8f;
  text-decoration: none;
}

/*style for social media links*/
.fa {
  padding: 12px;
  font-size: 18px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 2px 2px;
  border-radius: 50%;
  padding: 0px;
}

  .fa:hover {
    opacity: 0.7;
  }

.fa-facebook {
  background: none;
  color: #3B5998;
  width: 20px;
  height: 30px;
  align-content: center;
  cursor: pointer;
}

.fa-twitter {
  background: none;
  color: #55ACEE;
  width: 20px;
  height: 30px;
  cursor: pointer;
  /*padding-left: 5px;*/
}

.fa-link {
  padding-left: 3px;
  color: #8f8f8f;
}

.fa-whatsapp {
  background: none;
  color: #25D366;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

.fa-telegram {
  background: none;
  color: #0088CC;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

.fa-linkedin {
  background: none;
  color: #0E76A8;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

.fa-camera {
  height: 20px;
  font-size: 15px;
}

.vl {
  border: 1px solid;
  height: 20px;
  color: #8f8f8f;
}

body {
  font-family: Montserrat-Regular;
  margin: 0;
  padding-top: 85px;
}

.title {
  font-family: Montserrat-Regular;
  padding: 10px 5px;
}


.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  padding-right: 10px;
  column-gap: 20px;
  /*min-height:220px;*/
}

.column-right {
  float: right;
  width: 33.33%;
  padding: 10px;
  column-gap: 20px;
  /*min-height:220px;*/
}

/*For image slider - news */
* {
  box-sizing: border-box
}

.mySlides {
  display: none
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }

/* Caption text */
.text {
  color: #fff;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: left;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,0,1));
  font-family: Montserrat-Regular
}

  .text .pubs {
    font-family: Montserrat-Bold;
    font-size: 13px
  }

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  /*top: 0;*/
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.newsHeader {
  font-size: 14px;
  color: #8f8f8f;
  font-family: Montserrat-Bold;
}

  .newsHeader.side {
    font-size: 14px;
    color: #8f8f8f;
    font-family: Montserrat-Regular;
    margin-left: 5px;
  }

  .newsHeader.likes { /*for likes in Opinions.aspx*/
    font-size: 10px;
    color: #8f8f8f;
    font-family: Montserrat-Regular;
  }

.content-div {
  padding: 10px 10px 10px 0px;
}

.newsSmall {
  padding-right: 8px;
  margin-top: 5px;
  height: 85px;
}


.navbar {
  padding: 5px 0px;
  background: white; /*linear-gradient(to right, #00ABB2 0%, #003291 100%);
  /*background: linear-gradient(to right,#003291 0%, #00edb0 100%);*/
  /*background-color: #1A93DD;*/
  text-emphasis-color: #FFFFFF;
  color: #fcfcfc;
  border: none;
  border-bottom-color: none;
  /*height: 70px;*/
  align-content: center;
  font-family: Montserrat-SemiBold;
  font-size: 15px;
  min-height: 60px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.navbar-toggle {
  height: 38px;
}

.navbar-static-top {
  color: #1A93DD;
  /*align-content: center;*/
}

.dropdown-toggle::after {
  content: none;
}

li a:focus {
  background-color: #00283C;
}

ul.nav a:hover {
  color: #00283C !important;
}

  ul.nav a:hover span {
    border-bottom: 3px #00283C solid;
    color: #00283C !important;
    padding-bottom: 2px;
  }

.btnSignUp {
  border: none;
  color: black;
  background-color: #FCFCFC;
  height: 33px;
  text-align: center;
  text-decoration: none;
  display: flex;
  font-size: 12px;
  /*margin: 4px 2px;*/
  cursor: pointer;
  text-emphasis-color: #000000;
  border-radius: 25px;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0px 0px 10px;
}


.btn1 {
    background-color: #0561CB;
    color: white;
    padding: 1px 8px 1px 8px;
}

.btnSearch {
  border: none;
  color: black;
  background-color: #FCFCFC;
  /*padding: 14px 30px;*/
  height: 30px;
  width: auto;
  outline: none;
  border-radius: 25px;
}

  .btnSearch:active {
    border-radius: 0px;
  }


.searchbar {
  border-radius: 25px;
  border: none;
  width: 300px;
  height: 30px;
  color: black;
  padding: 3px 15px;
  font-size: 13px;
  font-family: Montserrat-Regular;
  background-color: #FCFCFC;
}

.searchbar-watchlist {
  border-radius: 25px;
  border: none;
  width: 300px;
  height: 30px;
  color: black;
  padding: 3px 15px;
  font-size: 13px;
  font-family: Montserrat-Regular;
}

.searchbarMain {
  border-radius: 25px;
  border: none;
  width: 300px;
  height: 30px;
  color: black;
  padding: 3px 15px;
  font-size: 13px;
  font-family: Montserrat-Regular;
  background-color: #FCFCFC;
}

/*.searchbar:focus {
          background-color: #FCFCFC;
          border-radius: 0px;
        }*/

.input-group:focus {
  border-radius: 0px;
}

*:focus {
  outline: 0 !important;
}


nav a:hover {
  background-color: transparent;
  color: #00283C
}

.companySearch {
  font-family: Montserrat-Medium;
  font-size: 12px;
  color: black;
  background-color: #FCFCFC;
  max-height: 295px;
  /*width: 337px;*/
  display: block;
  overflow-y: auto;
  z-index: 5;
  position: absolute;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0px 0px 10px 0px #5E5E5E;
  width: -webkit-fill-available;
  width: moz-available;
  width: 100%;
}

.watchlistSearch {
  font-family: Montserrat-Medium;
  font-size: 12px;
  color: black;
  background-color: #FCFCFC;
  max-height: 295px;
  width: 223px;
  /*padding-top:35px;*/
  display: block;
  overflow-y: auto;
  z-index: 1000;
  position: absolute;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 2px 4px 5px 2px #8F8F8F;
  margin-top: 5px;
}

.img-post {
  max-width: 180px;
}


.fileUpload {
  position: fixed;
  right: 100%;
  bottom: 100%;
}

.custom-file-upload {
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.emoji-btn {
  background-color: #f3f3f3;
  padding-top: 10px;
  padding-right: 5px;
}

.watchlistSearch:hover {
  cursor: pointer;
}

.watchlistSearch tr:hover {
  background-color: #E5E5E5;
}

.watchlistSearch td {
  padding: 5px 10px 5px 10px;
}

.watchlistSearch table {
  font-size: 12px;
  font-family: Montserrat-Regular;
  width: 100%;
}

.search-list {
  font-size: 12px;
  padding: 5px 50px 5px 30px;
  width: 30%;
  font-family: Montserrat-Regular;
}

.watchlist-txt {
  width: 100px;
  float: right;
  /*border-radius:15px;*/
  /*border: 1px solid black;*/
  margin-right: -15px;
  box-shadow: 2px 2px 5px 2px #8F8F8F;
}


.companySearch:hover {
  cursor: pointer;
}

.companySearch tr:hover {
  background-color: #b8b8b8;
}

.companySearch tr.header, .companySearch tr.header:hover {
  background-color: #e5e5e5;
  font-family: Montserrat-Bold
}

.companySearch tr.no-result, .companySearch tr.no-result:hover {
  font-family: Montserrat-Italic;
  background-color: #fcfcfc;
}

.companySearch td {
  padding: 5px 5px 5px 20px
}

.companySearch table {
  font-size: 12px;
  font-family: Montserrat-Regular;
  width: 100%;
}

.companySearch-click {
  border-radius: 0px;
  border: none;
  width: 300px;
  height: 30px;
  color: black;
  padding: 3px 15px;
  font-size: 13px;
  font-family: Montserrat-Regular;
  background-color: #FCFCFC;
}

.btnNew {
  border: none;
  color: black;
  background-color: #FCFCFC;
  /*padding: 14px 30px;*/
  height: 30px;
  width: auto;
  outline: none;
  border-radius: 0px;
}


.btn-comment {
  background-color: #FFFFFF;
  border: 1px solid #8f8f8f;
  color: #8f8f8f;
  height: 30px;
  width: auto;
  outline: none;
  border-radius: 10px;
}

.btn-icons {
  background-color: #FFFFFF;
  border: none;
  color: black;
  height: 30px;
  width: auto;
  outline: none;
  border-radius: 25px;
  padding-top: 10px;
}


.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  /*background: linear-gradient(to right, #00b2a6 0%, #003291 100%);*/
  /*background-color: #1A93DD;*/
  border: none;
  background-color: Transparent;
}

.navbar-inverse .navbar-toggle {
  border: none;
}


.pos-r {
  position: relative !important;
}

.white {
  background: #fff;
}

.text-gray {
  color: #363636;
}

.scroll-media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.separator {
  width: 14%;
  height: 3px;
  margin: 1.2em auto 1em;
  background: linear-gradient(to right, #00b2a6 0%, #003291 100%);
}

.one-slide {
  border-radius: 3px;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1.1rem;
  height: auto;
  max-height: inherit;
  text-decoration: none;
  color: #000000;
}

  .one-slide img {
    width: 100%;
  }

  .one-slide a:hover {
    text-decoration: none;
    color: #000000;
  }

  .one-slide a:focus {
    text-decoration: none;
    border: 0px;
    outline: none;
  }

.brand {
  font-size: 12px;
  font-family: Montserrat-Bold;
  color: black;
}

scroll-media text-center {
  width: 235px;
  height: 250px;
}

.carousel-controls .control {
  position: absolute;
  cursor: pointer;
  top: 56.4%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* Next & previous buttons */
.prev-video, .next-video {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -40px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}


.prev-video {
  left: -5rem;
  top: 13rem;
}

.next-video {
  right: -6.25rem;
  top: 13rem;
}


/* Next & previous buttons for home */
.prev-video-home, .next-video-home {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -40px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev-video-home {
  left: -3rem;
  top: 10rem;
}

.next-video-home {
  right: -3rem;
  top: 10rem;
}


.nextArrowVid {
  position: absolute;
  z-index: 4;
  top: -36%;
  right: 30px;
  color: #BFAFB2;
}

.prevArrowVid {
  position: absolute;
  z-index: 4;
  top: -36%;
  left: 28px;
  color: #BFAFB2;
}

.slick-current slick-active {
  width: 308px;
}
/*#tooltip {
        display: none;
        position: relative;
       
        z-index: 100;
        
      }


      #remove-watchlist:hover #tooltip {
        display: block;
      }*/
.imgAttachmentPost {
  width: 100%;
  height: auto;
  box-shadow: 1px 1px 5px 0px #8F8F8F;
}


.imgAttachmentPostEdit {
  width: 60%;
  height: auto;
  box-shadow: 1px 1px 5px 0px #8F8F8F;
  margin: 10px;
}


/*for image on click*/


/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(0,0,0,.7);
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
}

  /* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

  .lightbox-target img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  /*background: white;*/
  color: black;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

  /* Provides part of the "X" to eliminate an image from the close link */

  a.lightbox-close:before {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* Provides part of the "X" to eliminate an image from the close link */

  a.lightbox-close:after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }


.lightbox-target:target {
  opacity: 1;
  top: 60px;
  bottom: 0;
  left: 0px;
  right: 0;
  z-index: 5;
}

  .lightbox-target:target img {
    max-height: inherit;
    max-width: inherit;
    height: 70%;
    width: auto;
  }

  .lightbox-target:target a.lightbox-close {
    top: 0px;
  }


/*end for image on click*/

/*changes -23/10*/
.sticky-top {
  position: sticky;
  top: 70px;
  align-self: flex-start;
  background-color: #FFFFFF;
  position: -webkit-sticky;
  z-index: 1;
}


.container .mobile-videos {
  padding: 0px;
  width: 100%;
}

/* Left column */
.leftcolumn {
  float: left;
  width: 70%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 30%;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*.myClass {
          border-radius: 0px;
        }*/

.input-group {
  border-radius: 0px;
}

.watchlist-position {
  float: right;
  margin-top: -5px;
}

.watchlist-title {
  color: #029CD0;
  font-family: Montserrat-Bold;
  border-bottom-width: thick;
  border-bottom: solid;
  width: 20%;
  width: max-content;
  white-space: nowrap;
}

  .watchlist-title a, .watchlist-title a:hover {
    color: #029CD0;
    text-decoration: none;
  }

.trending-video {
  width: 45%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto
}

.stocks-nodata {
  text-align: center;
  color: #8f8f8f;
  font-size: 12px
}

.video-sharing-social {
  display: table-cell;
  width: 40%;
  white-space: nowrap;
}

.video-like-button {
  display: table-cell;
  width: 2%;
  white-space: nowrap;
}

.video-trending-main {
  font-size: 16px;
  font-family: Montserrat-Bold;
  text-align: center;
  padding: 5px;
  padding-top: 20px;
}

.video-buttons {
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  display: table;
}

.video-title {
  font-size: 11px;
  font-family: Montserrat-Bold;
  width: 100%;
  line-height: 1.7em;
  height: 5.1em;
  overflow: hidden;
  margin-right: -1em;
  padding-right: 1em;
}

.video-title-user {
  font-size: 16px;
  font-family: Montserrat-Bold;
  width: 100%;
  line-height: 1.7em;
  /*height: 2em;
  overflow: hidden;*/
  margin-right: -1em;
  padding-right: 1em;
}

/*HY start*/
.live-video {
  font-size: 14px;
  font-family: Montserrat-Regular;
  color: black;
  margin-bottom: 10px;
}

.live-video-title {
  font-size: 14px;
  font-family: Montserrat-SemiBold;
  color: black;
  margin-bottom: 10px;
}

.live-rec {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.live-rec-left {
  float: left;
  width: 30%;
}

.live-rec-right {
  float: right;
  width: 70%;
}

.home-controls .live-rec-right {
  text-align: left;
}

.home-controls .live-video-title {
  font-size: 17px;
}

.home-controls .live-video {
  font-size: 16px;
}

/*HY end*/

.discussion-comment a:hover a:focus {
  text-decoration: none;
  color: dimgray;
  outline: none;
}

.video-more {
  float: right;
  padding-right: 20px;
  padding-bottom: 10px;
}

  .video-more a {
    color: #8f8f8f !important;
    font-size: 14px;
  }

    .video-more a:hover a:focus {
      text-decoration: none;
    }

.footer-left {
  width: 20%;
  float: left;
  font-family: Montserrat-Light;
  font-size: 13px;
}

  .footer-left a {
    color: #8f8f8f !important;
  }

    .footer-left a:hover a:focus {
      text-decoration: none;
    }

.footer-right {
  width: 80%;
  float: left;
  font-family: Montserrat-Light;
  font-size: 13px;
  text-decoration: none;
  border: none;
}

  .footer-right a {
    color: #8f8f8f !important;
  }

    .footer-right a:hover a:focus {
      text-decoration: none;
    }

.footer-copyright {
  width: 100%;
  float: left;
  font-family: Montserrat-Bold;
  font-size: 12px;
}

a.anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}

/*.message-video
          {       
            min-height:inherit;
            height:165px;
          }*/

.title-screener {
  font-size: 30px;
  font-family: Montserrat-ExtraBold;
  margin-left: -10px;
  padding: 0px 0px 10px 10px;
}

.header-screener {
  padding-bottom: 5px;
  color: darkgray;
}

.options-screener {
  display: table-cell;
  width: 40%;
  padding-bottom: 10px;
}

.results-screener {
  font-size: 15px;
  font-family: Montserrat-ExtraBold;
  padding: 0px 0px 10px 0px;
  display: block;
}

.modal-title {
  font-family: Montserrat-SemiBold;
  font-size: 15px;
}

.vid-rec-left {
  float: left;
  width: 30%;
}

.vid-rec-right {
  float: right;
  width: 70%;
}

.videoDesc {
  font-family: Montserrat-Regular;
}

span.videoDesc {
  font-size: 15px;
  height: 77px;
  overflow: hidden;
  margin-bottom: 0;
  display: block
}

.moreVideos {
  width: 100%;
}

.video-rec {
  width: 100%;
  height: 100%;
  float: left;
  max-width: 386px;
  max-inline-size: min-content;
}

.responsive-video {
  min-width: 100%;
  height: 426px;
  min-height: 426px;
}

.stock-time {
  color: #8f8f8f;
  padding-top: 15px;
  padding-left: 5px;
  font-size: 9px;
  font-family: Montserrat-Italic
}

.stock-time-second {
  color: #8f8f8f;
  padding-top: 15px;
  padding-left: 5px;
  font-size: 8px;
  font-family: Montserrat-Italic
}

.searhbar-more {
  height: 30px;
  color: black;
  padding: 3px 10px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}

.filter-radar {
  width: 40%;
  height: 80%;
}

.btn-screener {
  font-size: 15px;
}

.stock-screener-list {
  color: #8f8f8f;
  font-size: 12px;
}

/*.row-results{
           width: 24%; 
           display:table-cell;
          }*/

.title-subs-search {
  font-family: Montserrat-Regular;
  padding: 10px 5px;
  width: 170px;
}

.btnSubscribe {
  border: none;
  background-color: #029CD0;
  color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  font-family: Montserrat-Medium;
  font-size: 12px;
  float: right;
}

.btnSubscribe-position {
  float: right;
}

input[type=submit].btnSubscribe {
  border: none;
  background-color: #029CD0;
  color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  font-family: Montserrat-Medium;
  font-size: 12px;
  float: right;
}

table.videomaint.searchbox {
  width: 65%;
}

.title-subscribe {
  margin-bottom: 20px;
  margin-top: 5px;
  font-size: 12px;
}

button {
  outline-style: none;
}




#slick .slide-graph {
  border-right: 1px solid #c7c7c7;
}

#slick .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

#slick .slick-slide {
  padding-right: 15px;
  padding-left: 15px;
}

  #slick .slick-slide:focus {
    outline: none;
  }

.title-graph {
  color: #008ae6;
  font-family: Montserrat-SemiBold;
  font-weight: normal;
  font-size: 11px;
}

.card-text {
  font-family: Montserrat-Bold;
  font-size: 13px;
}

.data-graph {
  font-size: 10px;
  font-family: Montserrat-SemiBold;
  margin-top: -10px
}

#fa-facebook-lm {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

#fa-google-lm {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

  #fa-google-lm:hover {
    opacity: 0.9;
  }

#fa-facebook-lm {
  background: #3B5998;
  color: white;
}

#fa-google-lm {
  background: #dd4b39;
  color: white;
}

#fa-facebook-lm a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#buttonclose:hover {
  box-shadow: rgba(0,0,0,0.2),rgba(0,0,0,0.19);
  cursor: pointer;
}

.fa-google-lm2 {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  border: none;
}

  .fa-google-lm2:hover {
    opacity: 0.9;
  }

.fa-google-lm2 {
  background: #dd4b39;
  color: white;
}

  .fa-google-lm2 a:hover {
    color: #FFFFFF;
    text-decoration: none;
  }

.fa.falogin {
  padding: 0px;
  font-size: 20px;
  width: 18px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.signuperrmsg {
  font-family: Louis-George-Cafe;
  color: #dc3232 !important;
  font-size: 13px;
  display: block;
  font-family: Montserrat-Regular;
  /*display: table-row !important;*/
}

.rowgraph {
  width: 100%;
}

  .rowgraph.pctg {
    width: 100%;
    color: #3a9c13;
  }

.columngraphleft {
  width: 60%;
  display: table-cell;
}

.columngraphright {
  width: 40%;
  display: table-cell;
}

.rowgraph2 {
  width: 100%;
  display: flex;
  min-height: 50px;
}

.wrapper {
  display: inline-block;
}

.forgot {
  float: right;
  width: 40%;
  padding: 3px;
  border: 0;
  border-radius: 10px 10px;
  font-family: Montserrat-Bold;
  font-size: 12px;
  margin-top: -1px;
}

.forgot2 {
  float: right;
  width: 100%;
  padding: 3px;
  border: 0;
  border-radius: 10px 10px;
  font-family: Montserrat-Bold;
  font-size: 12px;
  margin-top: 10px;
}

.loginpassword {
  width: 60%;
  padding: 0px;
  border: 0;
}

  .loginpassword:focus, .loginpassword:active {
    outline: none;
  }


.row.login {
  margin-right: -15px;
  margin-left: -15px;
  width: 120%;
  min-height: 0px;
}

.container.modal {
  width: 90%;
}

.bot {
  margin-top: 10px;
}

.nextArrowBtn {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: -10px;
  color: #BFAFB2;
}

.prevArrowBtn {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: -20px;
  color: #BFAFB2;
}

/*Profile*/
.row.profile {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin-left: 5px;
  margin-right: 0px;
  margin-left: 0px;
}

.sideleft {
  /*-ms-flex: 15%;*/ /* IE10 */
  /*flex: 15%;*/
  width: 30%;
  padding: 5px;
}

.main.profile {
  /*-ms-flex: 60%;*/ /* IE10 */
  /*flex: 60%;*/
  width: 70%;
  padding: 5px;
}

.sideright {
  /*-ms-flex: 25%;*/ /* IE10 */
  /*flex: 25%;*/
  width: 27%;
  padding-left: 10px;
}

.LeftFirstColumn {
  border-bottom: 2px lightgray solid;
  width: 100%;
  padding-bottom: 15px;
  word-wrap: break-word;
}

.LeftSecondColumn {
  /*border-bottom: 1px lightgray solid;*/
  width: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
  word-wrap: break-word;
  font-size: 12px;
}

.LeftThirdColumn {
  width: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
  word-wrap: break-word;
  font-size: 12px;
}

.userprofile {
  width: 100%;
  padding: 5px;
  padding-bottom: 5px;
}

.userprofile-img {
  padding: 0px;
}

.profile-img {
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  /* border: 1px black solid; */
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 3px 10px #c9c9c9;
}

  .profile-img img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: 100%;
  }

.userprofile-name {
  padding: 0px;
  /*margin-top: 8px;*/
}

.info {
  text-align: left;
  color: #00283C;
}

.userfriend {
  width: 100%;
  padding: 5px;
  padding-bottom: 5px;
}

.friend-img {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  /*border: 1px lightgray solid;*/
  margin-left: 10px;
  /*background-color: lightgray;*/
}

.userevent {
  width: 100%;
  padding: 5px;
  padding-bottom: 5px;
}

.group-list.header {
  font-size: 15px;
  font-family: Montserrat-Bold;
}

.group {
  width: 100%;
  padding: 5px;
  padding-bottom: 5px;
}



.usergroup-img {
  padding: 0px;
}

.group-img {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  /*border: 1px black solid;*/
  margin-left: 10px;
  box-shadow: 0px 3px 10px #c9c9c9;
}

  .group-img.details-info {
    width: 55px;
    height: 55px;
  }

  .group-img img {
    display: inline;
    margin: 0 auto;
    height: 40px;
    width: 40px;
  }

.image-group-profilepic img {
  display: inline;
  margin: 0 auto;
  height: 55px;
  width: 55px;
}

.usergroup-name {
  padding: 0px;
  /*margin-top: 10px;*/
}

.channel-list.header {
  font-size: 15px;
  font-family: Montserrat-Bold;
}

.channel {
  width: 100%;
  padding: 5px;
  padding-bottom: 5px;
}

.userchannel-img {
  padding: 0px;
}

.channel-img.profile {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  /*border: 1px black solid;*/
  margin-left: 10px;
  box-shadow: 0px 3px 10px #c9c9c9;
}

.channel-img img {
  display: inline;
  margin: 0 auto;
  height: 40px;
  width: 40px;
}

.userchannel-name {
  padding: 0px;
  margin-top: 10px;
}

.profile-info-tab {
  width: 100%;
  box-shadow: 0px 3px 10px #E2E4E3;
  padding: 10px;
  margin-top: -4px;
  /*padding-left: 23px;*/
}

#slick2 .slide-graph {
  border-right: 1px solid #c7c7c7;
}

#slick2 .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

#slick2 .slick-slide {
  padding-right: 15px;
  padding-left: 15px;
}

  #slick2 .slick-slide:focus {
    outline: none;
  }

span.discussion-content-profile {
  padding: 10px 12px
}

table.stock-list.trending.profile td {
  font-size: 13px;
}

table.stock-list.trending.profile th {
  font-size: 13px;
}

.nextArrowBtnProfile {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 0px;
  color: #BFAFB2;
}

.prevArrowBtnProfile {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: -15px;
  color: #BFAFB2;
}


/*myprofile*/
label.col-sm-3.labelmyprofile {
  text-align: left;
  color: #00283C;
  font-weight: normal;
  font-family: Montserrat-SemiBold;
}

.myprofileContent {
  padding: 15px;
  box-shadow: 0px 3px 10px #E2E4E3;
}

.Myprofile-btnEdit {
  border: none;
  background-color: #029CD0;
  color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  font-family: Montserrat-Medium
}

.Myprofile-btnCancel {
  border: none;
  background-color: #8f8f8f;
  color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  font-family: Montserrat-Medium
}

.Myprofile-btnSave {
  border: none;
  background-color: #029CD0;
  color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  font-family: Montserrat-Medium
}

.myprofile-titlelabel {
  font-family: Montserrat-Bold;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 10px;
}

.signupBirthdayerrmsg {
  font-family: Louis-George-Cafe;
  color: #dc3232 !important;
  font-size: 13px;
  display: block;
  font-family: Montserrat-Regular;
  margin-left: 15px;
  /*display: table-row !important;*/
}

.img-myprofile {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  /*border: 1px black solid;*/
  border-radius: 50%;
  margin-bottom: 10px;
  box-shadow: 0px 3px 10px #c9c9c9;
}

  .img-myprofile img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
  }

.usermasterprofile-img {
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
  /*border: 1px black solid;*/
  border-radius: 50%;
  margin-bottom: 10px;
  box-shadow: 0px 3px 10px #c9c9c9;
}

.img-myprofile-show {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  /*border: 1px black solid;*/
  border-radius: 50%;
  margin-bottom: 30px;
  box-shadow: 0px 3px 10px #c9c9c9;
}

.preview-img-myprofile {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  /*border: 1px #8f8f8f solid;*/
  margin-bottom: 10px;
  box-shadow: 0px 3px 10px #c9c9c9;
}

  .preview-img-myprofile img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: 100%;
  }

button[type=button].discussion-comment-like {
  border: none;
  background-color: transparent;
  color: #333;
  outline-style: none;
  /*font-size: 13px;*/
}


button[type=button].discussion-comment-comment {
  border: none;
  background-color: transparent;
  color: #333;
  outline-style: none;
  /*font-size: 13px;*/
}

.googlelogo {
  width: 40px;
  height: 40px;
  margin-bottom: -12px;
}

/*mobile css*/
/*Changepassword page*/
.chgpwd {
  margin-left: 5px;
}




.icon-menu {
  padding-right: 10px;
  font-size: 12px;
}

.container-mobile-menu {
  max-width: 80%;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
}

#logo-desktop img {
  max-height: 45px;
  margin-top: -15px;
}

.checkbox a {
  outline: none;
  color: #333;
  text-decoration: none;
}

  .checkbox a:hover {
    outline: none;
    color: #1A93DD;
    text-decoration: none;
  }

.title-tc {
  font-size: 20px;
  font-family: Montserrat-ExtraBold;
  margin-left: -10px;
}

.subtitle-tc {
  font-size: 14px;
  font-family: Montserrat-ExtraBold;
  margin-left: -10px;
  padding: 10px 0px;
}

.subtitle2-tc {
  font-size: 14px;
  font-family: Montserrat-Bold;
  margin-left: -10px;
  padding-bottom: 10px;
}

.subtitle3-tc {
  font-size: 14px;
  font-family: Montserrat-Bold;
  margin-left: -10px;
}

.content-tc {
  font-size: 12px;
  font-family: Montserrat-Regular;
  margin-left: -10px;
  padding-bottom: 10px;
  text-align: justify;
  text-justify: inter-word;
}


.title-AboutUs {
  font-size: 20px;
  font-family: Montserrat-ExtraBold;
  margin-left: -10px;
  padding: 0px 0px 10px 0px;
  color: #000000;
}

.content-AboutUs {
  font-size: 14px;
  font-family: Montserrat-Regular;
  margin-left: -10px;
  padding-bottom: 10px;
  text-align: justify;
  text-justify: inter-word;
  color: #000000;
}


.content-number-tc {
  padding-bottom: 10px;
}

.subtitle-dpn {
  font-size: 14px;
  font-family: Montserrat-ExtraBold;
  margin-left: -10px;
  padding: 10px 0px;
}

.content-dpn {
  font-size: 12px;
  font-family: Montserrat-Regular;
  margin-left: -10px;
  text-align: justify;
  text-justify: inter-word;
}

#checksigningooglecss {
  margin-bottom: 0px;
  margin-top: 0px;
}

#checksigningoogle {
  margin-bottom: 0px
}

#bmversion {
  display: none;
}

#bmversion2 {
  display: none;
}

.toggle.btn-xs {
  min-width: 70px;
  margin-left: -10px;
}

.glyphicon-play {
  padding-left: 5px;
}

input[type='file'] {
  cursor: pointer;
}

/*custom dropdown market start*/
/*the container must be positioned relative:*/
.market.bottom-content.trending .custom-select {
  position: relative;
  font-family: Montserrat-Bold;
  color: black;
}

  .market.bottom-content.trending .custom-select select {
    display: none; /*hide original SELECT element:*/
  }

.market.bottom-content.trending .select-selected {
  background-color: white;
}

  /*style the arrow inside the select element:*/
  .market.bottom-content.trending .select-selected:after {
    position: absolute;
    content: "\f078";
    font: normal normal normal 12px/1 FontAwesome;
    top: 7px;
    right: 0px;
    width: 0;
    height: 0;
    /*border: 6px solid transparent;
  border-color: black transparent transparent transparent;*/
  }

  /*point the arrow upwards when the select box is open (active):*/
  .market.bottom-content.trending .select-selected.select-arrow-active:after {
    /*border-color: transparent transparent black transparent;
  top: 7px;*/
    content: "\f077";
  }

  .market.bottom-content.trending .select-selected.select-arrow-active {
    /*border: 1px #e5e5e5 solid;*/
  }

/*style the items (options), including the selected item:*/
.market.bottom-content.trending .select-items div, .select-selected {
  color: black;
  padding: 5px 16px;
  border: none;
  /*border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.market.bottom-content.trending .select-items {
  position: absolute;
  background-color: white;
  /*border: 1px #e5e5e5 solid;*/
  box-shadow: 0px 3px 10px #E2E4E3;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  min-width: 180px
}

  .market.bottom-content.trending .select-items div {
    min-width: 120px
  }

/*hide the items when the select box is closed:*/
.market.bottom-content.trending .select-hide {
  display: none;
}

.market.bottom-content.trending .select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
/*custom dropdown market end*/

a.market.side-categories.header, a.market.side-categories.header:hover,
.market.side-categories a, .market.side-categories a:hover {
  text-decoration: none;
  display: block;
}

  a.market.side-categories.header:after {
    position: absolute;
    content: "\f077";
    font: normal normal normal 12px/1 FontAwesome;
    margin-left: 15px;
    margin-top: 3px;
    width: 0;
    height: 0;
    /*border: 6px solid transparent;
  border-color: black transparent transparent transparent;*/
  }

  a.market.side-categories.header.collapsed:after {
    content: "\f078";
    /*border: 6px solid transparent;
  border-color: black transparent transparent transparent;*/
  }

  .market.side-categories a:focus {
    background-color: transparent;
  }

/*.market.side-categories a, .market.side-categories a:hover {
    color: #8f8f8f !important;
  }*/

.market.side-categories.header {
  color: black;
  font-family: Montserrat-Bold;
  /*padding-bottom: 10px;*/
  display: inline-block;
}

ul.market.side-categories.list {
  margin-bottom: 15px
}

.market.side-categories.list a {
  color: #8f8f8f !important;
  cursor: pointer;
}

.market.side-categories.list li {
  padding-top: 5px;
  font-size: 12px;
}

ul.market.side-categories.list {
  position: absolute;
  background-color: white;
  /*border: 1px #e5e5e5 solid;*/
  box-shadow: 0px 3px 10px #E2E4E3;
  cursor: pointer;
  z-index: 1000;
  padding: 5px;
  min-width: 135px;
}

.stock-list.header {
  font-size: 15px;
  font-family: Montserrat-Bold;
}

table.stock-list {
  width: 100%;
  margin-top: 10px
}

  table.stock-list tr:first-child {
    border-bottom: 1px #8f8f8f solid;
    color: #8f8f8f;
    font-size: 12px;
  }

  table.stock-list.search-user tr:first-child, table.stock-list.search-videos tr:first-child, table.stock-list.search-opinions tr:first-child {
    border-bottom: none;
    text-decoration: none;
  }

  table.stock-list tr:first-child th {
    font-weight: normal;
    border: none;
  }

.market.right-content table.stock-list tr:first-child th {
  padding: 5px
}

table.stock-list tr:first-child th {
  padding: 0px 5px
}

table.stock-list tr:not(:first-child) td {
  padding: 10px 5px 0px 5px;
}

table.stock-list.search-user tr:not(:first-child) td {
  padding-left: 0;
}

.market.right-content table.stock-list tr:not(:first-child) td {
  padding: 10px 5px 5px 5px;
}

table.stock-list.trending tr:not(:first-child) td {
  padding-top: 3px;
}

table.stock-list td {
  font-size: 12px;
  border: none;
}

table.stock-list .stock-code, table.stock-list .stock-code a, table.stock-list .stock-code a:hover {
  color: #029CD0;
  font-family: Montserrat-Bold;
  text-decoration: none;
}

table.stock-list .stock-name {
  color: #8f8f8f;
  font-size: 10px;
  font-family: Montserrat-Bold;
}

table.stock-list .stock-price {
  font-family: Montserrat-SemiBold;
}

table.stock-list .green, .stock-price.green {
  color: #3a9c13
}

table.stock-list .red, .stock-price.red, span.required {
  color: #dc3232
}

table.stock-list .grey, .stock-price.grey {
  color: #8f8f8f
}


table.stock-list.market th.stock {
  width: 12%;
}

table.stock-list.market th.name {
  width: 20%;
}

table.stock-list.market th.price, table.stock-list.market th.change, table.stock-list.market th.changepctg, table.stock-list.market th.volume {
  width: 6%;
}

table.stock-list.market th.marketcap {
  width: 10%;
}

table.stock-list.market th.peratio {
  width: 8%;
}

table.stock-list.market th.weekrange {
  width: 18%;
}

.container.body-content {
  width: 100%;
  padding: 10px 0 0 0;
}

.market.top-content {
  padding-bottom: 10px;
}

  .market.top-content:not(:first-child), .market.bottom-content:not(:first-child), .market-row:not(:first-child) {
    margin-top: 10px
  }

  .market.top-content.graph {
    border-bottom: 1px #8f8f8f solid;
  }

.market.bottom-content.trending {
  box-shadow: 0px 3px 10px #E2E4E3;
  padding: 10px;
}

.market-row .col.stocks {
  padding: 10px;
  box-shadow: 0px 3px 10px #E2E4E3;
}

.container {
  width: 100%;
}

.market.content {
  width: 100%;
  color: black;
  padding: 0px;
  margin: 0px
}

.stock-info.content {
  width: 100%;
  color: black;
  display: flex;
  padding: 0px;
  margin: 0px
}

.market.left-content {
  width: 15%;
  padding-top: 15px;
}

.market.right-content {
  width: 85%;
}

.market.row-content {
  width: 100%;
}

  .market.row-content:not(:first-child) {
    margin-top: 15px
  }

.market-range-top, .market-range-bottom {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.market-range-track {
  width: 100%;
  height: 3px;
  background-color: #e5e5e5;
  border-radius: 10px
}

.market-range-dot {
  background-color: #029CD0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-top: -6px;
  padding: 5px 0;
  /*margin-left: 12.27147%;*/
  position: relative
}

.market.range.left-text {
  float: left;
}

.market.range.right-text {
  float: right;
}

  .market.range.left-text span, .market.range.right-text span {
    font-size: 10px
  }

.stock-info.left-content {
  width: 70%;
}

.stock-info.right-content {
  width: 30%;
}

.stock-info.left-content, .stock-info.right-content {
  padding: 5px;
}

.stock-info.stock-name {
  font-family: Montserrat-Bold;
  font-size: 20px;
}

.stock-info.stock-price {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #029CD0;
}

.stock-info.stock-price-changes {
  font-family: Montserrat-Medium;
  font-size: 15px;
}

  .stock-info.stock-price-changes.green {
    color: #3a9c13
  }

  .stock-info.stock-price-changes.red {
    color: #dc3232
  }

  .stock-info.stock-price-changes.grey {
    color: #8f8f8f
  }

.market.bottom-content.trending .stock-info-row {
  width: 100%;
  border-bottom: 1px #e5e5e5 solid;
  padding: 5px 0px;
}

.stock-info.title {
  font-size: 12px;
}

.stock-info.value {
  font-family: Montserrat-SemiBold;
  float: right;
  font-size: 12px;
}

.blue {
  color: #029CD0
}

.related-news-row {
  display: flex;
  width: auto;
  /*padding: 5px 0px;*/
}

.related-news-img {
  width: 20%;
  padding: 5px 5px 5px 0;
}

  .related-news-img img {
    width: 100%;
  }

.home-news-img {
  width: 40%;
  padding: 5px 5px 5px 0;
}

  .home-news-img img {
    width: 85px;
    height: 85px;
    object-fit: cover;
  }

.related-news-text {
  width: 80%;
  padding: 5px;
  font-family: Montserrat-ExtraBold;
  color: black;
  text-decoration: none;
}

  .related-news-text:hover {
    text-decoration: none;
  }

  .related-news-text a {
    font-family: Montserrat-SemiBold;
    color: black;
    text-decoration: none;
    display: block;
    line-height: 10px;
    font-size: 11px
  }

.related-news-title {
  font-size: 11px;
  font-family: Montserrat-Medium;
  display: block;
  min-height: 65px
}

.related-news-pub {
  color: #8f8f8f;
  font-family: Montserrat-SemiBold;
  font-size: 10px
}

.channel-img {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  /*border: 1px black solid;*/
  box-shadow: 0px 3px 10px #c9c9c9;
}

  .channel-img.empty {
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: none;
  }

  .channel-img img {
    display: inline;
    margin: 0 auto;
    height: 40px;
    width: 40px;
  }

.channel-name {
  margin-left: auto;
  margin-right: auto
}

.channel-btn .btnFollow {
  border: 2px #029CD0 solid;
  background-color: #fff;
  color: #029CD0;
  border-radius: 20px;
  padding: 5px 15px
}

.channel-btn .btnUnfollow {
  border: 2px #8f8f8f solid;
  background-color: #fff;
  color: #8f8f8f;
  border-radius: 20px;
  padding: 5px 15px
}

table.users-follow {
  width: 100%
}

  table.users-follow td:not(:first-child) {
    padding: 10px
  }

  table.users-follow td:first-child {
    padding: 10px 10px 10px 0
  }

.recommended-channel-row {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  padding: 5px 0px;
}

.group-row {
  display: flex;
  width: 100%;
  margin-top: 10px;
}

.group.recommended-channel-row {
  width: 50%;
  padding: 5px;
}

  .group.recommended-channel-row:first-child {
    width: 50%;
    padding: 5px;
    padding-right: 20px
  }

  .group.recommended-channel-row:not(:first-child) {
    width: 50%;
    padding: 5px;
    padding-left: 30px
  }

.recommended-channel-row-img, .recommended-channel-row-btn {
  width: 15%;
  display: table-cell
}

.recommended-channel-row-name {
  width: 70%;
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}

  .recommended-channel-row-name span {
    width: 125px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

.side-group.row {
  display: table;
  width: 100%;
  padding: 5px;
  padding-bottom: 5px;
  padding-bottom: 5px;
}

.side-group-img {
  width: 15%;
  display: table-cell
}

.side-group-name {
  width: 70%;
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}

  .side-group-name span {
    width: 90px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .side-group-name a {
    color: black
  }

.stock-info-tab {
  width: 100%;
  /*padding: 10px;*/
  margin-top: 15px
}

.discussion-comment-img {
  width: 10%;
  padding: 5px;
}

.discussion-comment-img-opinions {
  width: 100%;
  padding: 5px;
}

.discussion-comment-text {
  width: 90%;
  padding: 5px;
  display: flex;
  align-items: center;
}

.discussion-text {
  width: 90%;
  padding: 5px;
  align-items: center;
}

.discussion-text-name {
  font-size: 15px;
  font-family: Montserrat-SemiBold;
}

  .discussion-text-name a {
    font-size: 15px;
    font-family: Montserrat-SemiBold;
    color: #000000;
    text-decoration: none;
  }

.discussion-text-time {
  color: #8f8f8f;
  font-family: Montserrat-Medium;
  font-size: 12px
}

button[type=button].discussion-comment {
  border: none;
  background-color: transparent;
  color: #8f8f8f;
}

button[type=button].discussion-readmore {
  border: none;
  background-color: transparent;
  color: #8f8f8f;
  font-size: 12px;
}

div.btnReadmore {
  float: right;
}

span.discussion-content {
  padding: 10px 0px 10px 5px;
  white-space: break-spaces;
  word-break:break-word;
}

.group-list.header a, .group-list.header a:hover {
  color: black
}

.group.header {
  font-family: Montserrat-Bold;
  font-size: 18px;
  padding: 5px 0px;
  display: block;
  line-height: 20px;
}

.group.subheader {
  font-family: Montserrat-SemiBold;
  font-size: 16px;
}

.groups.content {
  width: 100%;
}

.group .channel-name a, .group .channel-name a:hover {
  color: black
}

div.groups.btnAdd {
  float: right;
  margin-right: 10px;
}

  div.groups.btnAdd a {
    border-radius: 50%;
    /*border: 1px solid gray;*/
    height: 30px;
    display: table-cell;
    width: 30px;
    vertical-align: bottom;
    text-align: center;
    padding-left: 1px;
    box-shadow: 0px 3px 10px #c9c9c9;
  }

    div.groups.btnAdd a i {
      font-size: 16px;
      top: -2px;
      color: #00283C
    }

a.groups.btnEdit i {
  font-size: 14px;
  margin-left: 5px;
  color: #00283C
}

.editor-container {
  word-break:break-all;
}

.group.modal-dialog .pop-up.page-subtitle {
  font-family: Montserrat-Bold;
}

.group.modal-dialog .close.assistance-action i {
  font-size: 15px
}

.group.modal-dialog .btnAdd {
  border: none;
  background-color: #029CD0;
  color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  font-family: Montserrat-Medium
}

.group.modal-dialog .btnCancel {
  border: none;
  background-color: #8f8f8f;
  color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  font-family: Montserrat-Medium
}

.group.modal-dialog .label-title {
  font-family: Montserrat-SemiBold;
}

.group.modal-dialog input[type=text], .group.modal-dialog textarea {
  border: 1px solid gray;
  border-radius: 25px;
  padding: 8px 15px;
  /*width: 100%;*/
  resize: none
}

.group.modal-dialog textarea {
  height: 120px;
}

.group.modal-dialog table {
  border: none;
}

  .group.modal-dialog table td {
    padding: 10px
  }

    .group.modal-dialog table td:first-child {
      padding-left: 0px;
      vertical-align: top;
    }

.follow-num span, span.follow-num {
  font-family: Montserrat-Bold;
  font-size: 16px;
}

.follow-num, .profile-name {
  /*width: 40px;
  height: 40px;*/
  /*margin-left: 10px;*/
  text-align: center;
  /*padding-top: 7px;*/
  padding: 0px 5px;
}

.group-desc {
  font-family: Montserrat-Medium;
  font-size: 12px;
}

.follow-title {
  font-size: 12px
}

.profile-name .username {
  font-size: 18px;
  font-family: Montserrat-Bold;
}

a.side-follow, a.side-follow:hover, a.info.username, a.info.username:hover {
  color: black
}

table.search.user {
  width: 100%;
}


  table.search.user td {
    padding: 5px
  }

td.stock-price a:hover {
  color: #8f8f8f
}

.preview-img {
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  /*border: 1px #8f8f8f solid;*/
  margin-bottom: 10px;
  box-shadow: 0px 3px 10px #c9c9c9;
}

  .preview-img img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: 100%;
  }

table.stock-info.announcement {
  width: 100%;
}

  table.stock-info.announcement td {
    padding: 3px 5px
  }

    table.stock-info.announcement td.announcement-date {
      padding: 5px;
      font-family: Montserrat-Bold;
      color: #029CD0;
      font-size: 15px
    }

    table.stock-info.announcement td.announcement-time {
      font-size: 12px;
      color: #7b7b7b;
      font-family: Montserrat-Bold
    }

    table.stock-info.announcement td a {
      color: black;
      font-size: 12px;
    }

      table.stock-info.announcement td a:hover {
        cursor: pointer
      }

img.slides-img {
  width: 100%;
  height: 270px;
  object-fit: cover
}

img.newsSmall {
  width: 85px;
  height: 85px;
  object-fit: cover
}

img.news {
  width: 220px;
  height: 125px;
  object-fit: scale-down
}

.opinions-selector {
  font-family: Montserrat-Light;
  font-size: 18px;
  margin-right: 1%;
  color: #00283c;
  cursor: pointer;
}

  .opinions-selector:hover {
    font-family: Montserrat-Bold;
    font-size: 18px;
    margin-right: 1%;
    color: #00283c;
  }

  .opinions-selector.active {
    font-family: Montserrat-Bold;
    font-size: 18px;
    margin-right: 1%;
    color: #00283c;
    border-bottom: 2px solid #029CD0;
  }

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  height: 300px;
}

.ql-video {
  width: 100%;
}

.blogpost-row {
  box-shadow: 0px 3px 10px 0 #e2e4e3;
  display: table-row;
  transition: 0.3s;
  width: 100%;
  margin-top: 10px;
  word-break: break-word;
}

  .blogpost-row:hover {
    box-shadow: 0px 6px 20px 5px #e2e4e3;
  }

img.opinion-img {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 10px 10px 10px 10px;
  object-fit: cover;
}

.show-read-more .more-text {
  display: none;
}



.blogpost-title {
  color: black;
  font-size: 14px;
  font-family: Montserrat-ExtraBold;
}

.blog-left-content {
  display: table-cell;
  width: 20%;
  margin-top: 10px;
}

.blog-right-content {
  display: table-cell;
  width: 80%;
  vertical-align: top;
}

.blog-img-row {
  margin-bottom: 10px;
  height: 100%;
  display: table;
}

.blog-img-container {
  height: 100%;
  padding-left: 10px;
  display: flex;
  align-items: center;
}

.blog-img {
  width: 30%;
}

@media (min-width : 0px)and (max-width : 767px) {
  .blog-img-row {
    margin-bottom: 10px;
    height: auto;
  }

  .blog-img-container {
    padding-bottom: 10px;
  }

  .leftcolumn-new {
    display: none;
  }

  .rightcolumn-new {
    width: 100%;
  }
}

@media(min-width : 768px)and (max-width : 5000px) {
  .leftcolumn-new {
    float: left;
    width: 20%;
  }

  .rightcolumn-new {
    float: right;
    width: 78%;
  }
}

@media (min-device-width : 0px)and (max-device-width : 767px) {
  .blog-img-row {
    margin-bottom: 0px;
    height: auto;
  }

  .blog-img-container {
    padding-bottom: 10px;
  }

  .leftcolumn-new {
    display: none;
  }

  .rightcolumn-new {
    width: 100%;
  }
}

_:-ms-fullscreen, :root
.blog-img-container {
  height: 100%;
  padding-left: 0px;
  display: block;
}

_:-ms-fullscreen, :root
.blogpost-row {
  box-shadow: 0px 3px 0px 0 #e2e4e3;
  display: table-row;
  width: 100%;
  margin-top: 10px;
}

  _:-ms-fullscreen, :root
  .blogpost-row:hover {
    box-shadow: 0px 3px 0px 0px #e2e4e3;
  }

_:-ms-fullscreen, :root
.ekko-lightbox .modal-dialog {
  flex: 100% !important;
  margin-left: 0;
  margin-right: 0;
}

_:-ms-lang(x),
.blog-img-container {
  height: 100%;
  padding-left: 0px;
  display: block;
}

_:-ms-lang(x),
.blogpost-row {
  box-shadow: 0px 3px 0px 0 #e2e4e3;
  display: table-row;
  width: 100%;
  margin-top: 10px;
}

  _:-ms-lang(x),
  .blogpost-row:hover {
    box-shadow: 0px 3px 0px 0px #e2e4e3;
  }

_:-ms-lang(x),
.ekko-lightbox .modal-dialog {
  flex: 100% !important;
  margin-left: 0;
  margin-right: 0;
}

div.news {
  background-repeat: no-repeat;
  background-position: center;
  width: 220px;
  height: 120px;
}

p.news-desc a {
  display: none;
}

p.news-desc {
  font-size: 11px;
  height: 65px;
  overflow: hidden;
  margin-bottom: 0;
  word-break: break-word;
}

.companySearch a {
  color: #00283C
}

  .companySearch a:active {
    color: #00283C;
    background-color: transparent
  }

.popup_container.share {
  width: 100%
}

.popup_url.share input[type="text"] {
  width: auto
}

table.feedback {
  width: 100%
}

  table.feedback td {
    vertical-align: top;
    padding: 10px
  }

  table.feedback .radiobutton td {
    vertical-align: top;
    padding: 5px
  }

    table.feedback .radiobutton td label {
      font-weight: normal;
      margin-left: 10px;
    }

  table.feedback td input[type=text], table.feedback td textarea {
    border: 1px solid gray;
    border-radius: 25px;
    padding: 8px 15px;
    width: 100%;
    resize: none
  }

  table.feedback td textarea {
    height: 120px;
  }

  table.feedback td span.title {
    font-family: Montserrat-SemiBold;
    display: block;
    padding: 0px;
    min-height: 60px;
    padding-top: 10px
  }

  table.feedback Myprofile-btnSave {
    float: right;
  }

.requiredMsg {
  font-family: Montserrat-SemiBold;
  font-size: 12px;
  color: #dc3232;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

.errChgPwdMsg {
  font-family: Montserrat-SemiBold;
  font-size: 12px;
  color: #dc3232;
  display: block;
  margin-top: 10px;
}

/*table.finance-report tr:first-child {
  border-bottom: 1px #8f8f8f solid;
  color: #8f8f8f;
  font-size: 12px;
}

table.finance-report.search-user tr:first-child {
  border-bottom: none;
  text-decoration: none;
}*/

table.finance-report {
  width: 100%
}

  table.finance-report th {
    border: 1px #e5e5e5 solid;
    color: #8f8f8f;
    font-size: 10px;
    font-weight: normal;
    padding: 5px;
    text-align: left;
    font-family: Montserrat-SemiBold
  }

    table.finance-report th.text-right, table.finance-report td.text-right {
      text-align: right
    }

    table.finance-report th.text-center, table.finance-report td.text-center {
      text-align: center
    }

  table.finance-report td {
    font-size: 10px;
    font-weight: normal;
    padding: 5px;
    border: 1px #e5e5e5 solid;
  }

    table.finance-report td.green {
      color: #3a9c13;
      font-family: Montserrat-SemiBold
    }

    table.finance-report td.red {
      color: #dc3232;
      font-family: Montserrat-SemiBold
    }

    table.finance-report td.grey {
      color: #8f8f8f;
      font-family: Montserrat-SemiBold
    }

.top-videos {
  width: 100%;
  display: table
}

  .top-videos.box {
    width: 40%;
    display: table-cell;
  }

.updTable.forgot-pwd {
  width: 50%
}


div.news-row {
  display: table-row;
}

  div.news-row div.left-img {
    width: 20%;
    display: table-cell;
    padding: 10px 10px 10px 0px;
    text-align: left;
  }

  div.news-row div.right-content {
    width: 80%;
    display: table-cell;
    padding: 10px 10px 10px 0px;
    vertical-align: top;
  }



.main.content {
  width: 100%;
  padding: 0px 0px;
}

table.market-web {
  font-size: 13px;
  color: #878787
}

  table.market-web td {
    padding: 5px 10px;
    white-space: nowrap;
  }

    table.market-web td:hover {
      cursor: pointer
    }

    table.market-web td:first-child {
      padding-left: 10px
    }

    table.market-web td.active {
      font-family: Montserrat-Bold;
      color: #029CD0
    }

      table.market-web td.active span {
        border-bottom: 3px solid #029CD0;
        padding-bottom: 3px;
      }

div.market-mobile {
  display: none
}

.market.topBtn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #029CD0;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 50px;
}

a.market.back-top {
  font-size: 11px;
  font-family: Montserrat-Bold;
  cursor: pointer
}

table.stock-list.search-videos td {
  padding: 10px 5px 0px 5px;
}

table.stock-list.search-videos tr:first-child td {
  padding: 0px 5px 0px 5px;
}

table.stock-list.search-videos td a span {
  color: #8f8f8f;
  font-family: Montserrat-Regular
}

table.stock-list.search-videos td a, table.stock-list.search-opinions td a {
  color: black;
  margin-right: 5px;
}


div.market.lastupdated {
  float: right;
}

  div.market.lastupdated span, span.lastupdated {
    font-size: 9px;
    color: #8f8f8f;
    font-family: Montserrat-Italic
  }

.videomaint.err-msg {
  color: #dc3232
}

.videomaint.status {
  font-family: Montserrat-Bold
}

.videomaint.preview img {
  width: 50%
}

table.videomaint div.input-group.date {
  display: inline-block;
  border: 1px solid #D7D7D7;
  /*border-radius: 20px;*/
  font-size: 12px
}

  table.videomaint div.input-group.date input[type=text] {
    display: inline;
    float: none;
    border: none;
    box-shadow: none;
    font-size: 12px
  }

  table.videomaint div.input-group.date span.input-group-addon {
    display: inline-block;
    margin-top: -10px;
    background-color: white;
    border: none;
    padding: 0px;
    padding-top: 3px;
  }

table.videoMaintGrid {
  border: 1px solid #e5e5e5;
}

  table.videoMaintGrid th {
    font-family: Montserrat-Bold;
    font-weight: normal;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #e5e5e5;
  }

    table.videoMaintGrid th a {
      color: black
    }

  table.videoMaintGrid td {
    font-family: Montserrat-Regular;
    font-weight: normal;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #e5e5e5;
  }

  table.videoMaintGrid tr.videoMaintPager td {
    border: none;
  }

    table.videoMaintGrid tr.videoMaintPager td span {
      font-family: Montserrat-Bold
    }

  table.videoMaintGrid td a {
    color: #029CD0
  }

table.videomaint {
  width: 100%
}

  table.videomaint td {
    padding: 5px;
    font-size: 12px;
    vertical-align: top;
  }

    table.videomaint td.title {
      width: 25%
    }

    table.videomaint td.optional {
      width: 5%
    }

    table.videomaint td.content {
      width: 70%
    }

table.videoMaintGrid td {
  vertical-align: top
}

table.videomaint input[type=text], table.videomaint select, table.videomaint input[type=file] {
  padding: 5px;
  /*border-radius: 30px;*/
  border: 1px solid #D7D7D7;
}

table.videomaint textarea {
  padding: 8px 5px;
  border-radius: 15px;
  border: 1px solid #8f8f8f;
}

table.videomaint input[type=file] {
  border: none;
  width: 100%;
}

table.videomaint input[type=text] {
  width: 100%
}

table.videomaint select {
  width: 50%
}

table.videomaint input[type=submit] {
  border: none;
  background-color: #029CD0;
  color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  font-family: Montserrat-Medium;
}

input[type=submit].btnAddVideo {
  border: none;
  background-color: #029CD0;
  color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  font-family: Montserrat-Medium;
  font-size: 12px
}

input[type=submit].btnReject {
  border: none;
  background-color: #f75454;
  color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  font-family: Montserrat-Medium;
  font-size: 12px;
}

.mobile-logo-small {
  height: 48px;
  margin-right: 10px;
  margin-top: -13px;
}

/*Sidenav-home*/
.optional-home {
  display: inline;
}


.footer-home {
    background-color: #00283C;
    color: white;
    height: 200px;
}

.home-banner {
  display: inline-block;
  position: relative;
  background-image: url("../img/Home/home-banner-01.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: left;
  width: 100%;
  margin: 0 auto;
}

  .home-banner:before {
    padding-top: 46.875%;
    display: block;
    content: '';
  }

.banner-logo {
  max-height: 60px;
}

.banner-title {
  margin-top: 1%;
  font-size: 30px;
  font-family: Montserrat-Regular;
  color: #00283c;
}


.banner-title-desc {
  /*margin-top:1%;*/
  font-size: 17px;
  font-family: Montserrat-Regular;
  color: #505050;
}

.banner-title span {
  font-family: Montserrat-Bold;
  display: block;
}

.banner-controls {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}

.btn-div {
  display: flex;
  justify-content: center;
  align-content: center
}

/*Market*/
.home-market {
  display: inline-block;
  position: relative;
  background-image: url("../img/Home/bg-market.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: left;
  width: 100%;
  margin: -12% auto 0 auto;
}

  .home-market:before {
    padding-top: 52.083%;
    display: block;
    content: '';
  }

.market-title {
  /*margin-top: 2%;*/
  font-size: 28px;
  font-family: Montserrat-Regular;
  color: #00283c;
}

.market-desc {
  font-size: 17px;
  font-family: Montserrat-Regular;
  color: #505050;
  font-style: italic;
}

.market-selector {
  font-family: Montserrat-Light;
  font-size: 18px;
  margin-left: 1%;
  margin-right: 1%;
  color: #00283c;
  cursor: pointer;
}

  .market-selector:hover {
    font-family: Montserrat-Bold;
    font-size: 18px;
    margin-left: 1%;
    margin-right: 1%;
    color: #00283c;
  }

  .market-selector.active {
    font-family: Montserrat-Bold;
    font-size: 18px;
    margin-left: 1%;
    margin-right: 1%;
    color: #00283c;
    border-bottom: 2px solid #1eefb4;
  }

.scroll-media-market {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

  .scroll-media-market .stock-name {
    font-size: 18px;
    font-family: Montserrat-Regular;
    color: #000000;
    padding-left: 10px;
  }

  .scroll-media-market .stock-price {
    font-size: 28px;
    font-family: Montserrat-SemiBold;
    color: #000000;
    padding-left: 10px;
  }

  .scroll-media-market .stock-price-changes {
    font-size: 14px;
    font-family: Montserrat-SemiBold;
    padding-left: 10px;
  }

.arrow.glyphicon.glyphicon-triangle-bottom {
  color: #dc0000;
  font-size: 14px;
}

.arrow.glyphicon.glyphicon-triangle-top {
  color: #089664;
  font-size: 14px;
}

.arrow.glyphicon.glyphicon-minus {
  color: grey;
  font-size: 14px;
}

.scroll-media-market .stock-price-changes.red {
  color: #dc0000;
}

.scroll-media-market .stock-price-changes.green {
  color: #089664;
}

.scroll-media-market .stock-price-changes.grey {
  color: grey;
}

.home-search {
  height: 30px;
  color: black;
  padding: 3px 10px;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid grey;
}

.popular-stocks {
  font-size: 12px;
  font-family: Montserrat-Italic;
  color: #505050;
  text-align: left;
  padding-left: 10px;
}

  .popular-stocks a {
    font-size: 12px;
    font-family: Montserrat-Italic;
    color: #0096fa;
  }

.market-search-results {
  width: -webkit-fill-available;
  width: -moz-available;
  /*width:inherit;*/
  margin-top: 33px;
  font-family: Montserrat-Medium;
  font-size: 12px;
  color: black;
  background-color: #FCFCFC;
  max-height: 295px;
  display: block;
  overflow-y: auto;
  z-index: 5;
  position: absolute;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0px 0px 1px 0px #5E5E5E;
}

.market-search-title {
  font-size: 28px;
  font-family: Montserrat-Regular;
  margin-top: 30px;
}

.market-search-title-bold {
  font-family: Montserrat-Bold;
  color: #00283c;
}

.market-search-text {
  font-size: 18px;
  font-family: Montserrat-LightItalic;
  color: #777777;
}

.market-search-secondary {
  font-size: 12px;
  font-family: Montserrat-LightItalic;
  color: #505050;
}

.market-search-secondary-2 {
  font-size: 12px;
  font-family: Montserrat-LightItalic;
  color: #0096fa;
}

.market-search-div {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  display: flex;
  flex-direction: row;
  padding-top: 10px;
}

.market-search {
  width: 40%;
}

.resp-data {
  margin-top: -20px;
}

/*Screener*/
.home-screener {
  display: inline-block;
  position: relative;
  background-image: url("../img/Home/bg-screener.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: left;
  width: 100%;
  margin: -12% auto 0 auto;
}

  .home-screener:before {
    padding-top: 52.083%;
    display: block;
    content: '';
  }

.screener-div {
  display: flex;
  flex-direction: row;
}

.screener-left {
  width: 65%;
  text-align: left;
  padding-left: 5%;
}

.screener-right {
  width: 35%;
}

.screener-btn {
  display: flex;
  justify-content: center;
  align-content: center;
}

.screener-title {
  /*margin-top: 2%;*/
  font-size: 28px;
  font-family: Montserrat-Regular;
  color: #00283c;
}

.screener-desc {
  font-size: 17px;
  font-family: Montserrat-Regular;
  color: #505050;
  font-style: italic;
}

.screener-features {
  display: flex;
  flex-direction: row;
}

.screener-features-left {
  width: 50%;
  margin-right: 10px;
}

.screener-features-right {
  width: 50%;
}

.screener-feature {
  padding-top: 5%;
}
/*rename to feature*/
.screener-features-title {
  font-size: 16px;
  font-family: Montserrat-Bold;
  color: #00283c;
}

.screener-features-desc {
  font-size: 16px;
  font-family: Montserrat-Regular;
  color: #505050;
}
/*News*/
.home-news {
  display: inline-block;
  position: relative;
  background-image: url("../img/Home/bg-news.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: left;
  width: 100%;
  margin: -12% auto 0 auto;
}

  .home-news:before {
    padding-top: 52.083%;
    display: block;
    content: '';
  }

.news-title {
  /*margin-top: 2%;*/
  font-size: 28px;
  font-family: Montserrat-Regular;
  color: #00283c;
}

.news-desc {
  font-size: 17px;
  font-family: Montserrat-Regular;
  color: #505050;
  /*font-style: italic;*/
}

.news-desc-format {
  font-size: 17px;
  font-family: Montserrat-Regular;
  color: #505050;
  font-style: italic;
}

.home-news-desc {
  margin-top: -130px;
  color: #ffffff;
  font-size: 12px;
  text-align: left;
  padding: 10px;
  width: 100%;
}

.home-news-title {
  font-size: 18px;
  font-family: Montserrat-Bold;
}

.filter-img {
  margin-top: -270px;
  z-index: 100;
}

/*Opinions*/
.home-opinions {
  display: inline-block;
  position: relative;
  background-image: url("../img/Home/bg-opinions.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: left;
  width: 100%;
  margin: -12% auto 0 auto;
}

  .home-opinions:before {
    padding-top: 52.083%;
    display: block;
    content: '';
  }

.opinions-div {
  display: flex;
  flex-direction: row;
}

.opinions-left {
  width: 55%;
  text-align: left;
  padding-left: 5%;
}

.opinions-right {
  width: 45%;
}

.opinions-btn {
  display: flex;
  justify-content: center;
  align-content: center;
}

.opinions-title {
  /*margin-top: 2%;*/
  font-size: 28px;
  font-family: Montserrat-Regular;
  color: #00283c;
}

.opinions-desc {
  font-size: 17px;
  font-family: Montserrat-Regular;
  color: #505050;
  font-style: italic;
}

.opinions-desc2 {
  padding-top: 5%;
  font-size: 16px;
  font-family: Montserrat-Regular;
  color: #505050;
}
/*Videos*/
.home-videos {
  display: inline-block;
  position: relative;
  background-image: url("../img/Home/bg-video.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: left;
  width: 100%;
  margin: -12% auto 0 auto;
}

  .home-videos:before {
    padding-top: 52.083%;
    display: block;
    content: '';
  }

.videos-title {
  /*margin-top: 2%;*/
  font-size: 28px;
  font-family: Montserrat-Regular;
  color: #00283c;
}

.videos-desc {
  font-size: 17px;
  font-family: Montserrat-Regular;
  color: #505050;
  font-style: italic;
}

.join-now-title {
  font-size: 28px;
  font-family: Montserrat-Regular;
  color: #00283c;
}

.home-btn-position {
  display: flex;
  justify-content: center;
  align-content: center;
}

.view-all-btn {
  background: #1eefb4;
  color: #00283c;
  font-size: 14px;
  font-family: Montserrat-SemiBoldItallic;
  font-style: italic;
  transform: skewX(-12deg);
  border-color: #1eefb4;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
}

/*banner bottom*/
.home-bottom {
  display: inline-block;
  position: relative;
  background-image: url("../img/Home/banner-btm.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: left;
  width: 100%;
  margin: 0 auto;
}

  .home-bottom:before {
    padding-top: 18.23%;
    display: block;
    content: '';
  }

.section-btn {
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  transform: skew(-12deg);
  background: #1eefb4;
  font-family: Montserrat-SemiBoldItalic;
  color: #00283c;
  border-color: #1eefb4;
}

  .section-btn:hover {
    background: #3cffc8;
    cursor: pointer;
  }

.section-btn-reg {
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 30px;
  transform: skew(-12deg);
  background: #00283b;
  font-family: Montserrat-SemiBoldItalic;
  color: #ffffff;
  border-color: #1eefb4;
}

  .section-btn-reg:hover {
    background: #004566;
    cursor: pointer;
  }

.section-btn-login {
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  transform: skew(-12deg);
  background: #1eefb4;
  font-family: Montserrat-SemiBoldItalic;
  color: #00283c;
  border-color: #1eefb4;
}

  .section-btn-login:hover {
    background: #3cffc8;
    cursor: pointer;
  }

.home-banner-second {
  background-image: url("../img/Home/home-banner-02.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: left;
  width: 100%;
  padding-top: 46.875%;
}


/*Login*/
.login-div {
  display: flex;
  flex-direction: row-reverse;
}

.login-left {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  height: 771px;
  overflow: auto;
  overflow-x: hidden;
}

.login-right {
  width: 50%;
}

  .login-right img {
    min-height: 771px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.img-login {
  background-image: url("../img/Login/bg-login.jpg");
  background-color: #cbe0fd;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 700px;
  width: 50%;
}

.logo-login {
  width: 350px;
  height: 70px;
}

.logo-main {
  text-align: center;
}

.input-login {
  /*width: 60%;
  margin-left: 15%;
  margin-top: 10%;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.login-text {
  background-color: #f2f2f2;
  border: none;
  box-shadow: none;
  font-size: 14px;
  color: #888888;
  margin-left: 2%;
}

.forgot-btn-login {
  float: right;
  font-size: 14px;
  font-family: Montserrat-Regular;
  color: #4191af;
}

  .forgot-btn-login > a {
    color: #4191af;
    text-decoration: underline;
  }

.not-member {
  font-size: 17px;
  font-family: Montserrat-Regular;
  color: #505050;
  /*margin-left: 23%;*/
  margin-top: 5%;
  text-align: center;
}

.hr-login {
  color: #f2f2f2;
}

.terms-conditions-login {
  /*margin-left: -9%;*/
  padding-top: 30px;
  font-size: 14px;
  color: #888888;
}

  .terms-conditions-login > a {
    font-size: 14px;
    color: #4191af;
  }

#SignIn .form-group {
  width: 450px;
}

@media(min-device-width:0px) and (max-device-width:350px) {
  .logo-login {
    width: 250px;
    height: 50px;
  }

  #SignIn .form-group {
    width: 250px;
  }
}

@media(min-width:0px) and (max-width:350px) {
  .logo-login {
    width: 250px;
    height: 50px;
  }

  #SignIn .form-group {
    width: 250px;
  }
}

@media(min-device-width:351px) and (max-device-width:455px) {
  #SignIn .form-group {
    width: 350px;
  }
}

@media(min-width:351px) and (max-width:455px) {
  #SignIn .form-group {
    width: 350px;
  }
}


@media(min-device-width:769px) and (max-device-width:925px) {
  #SignIn .form-group {
    width: 350px;
  }
}

@media(min-width:769px) and (max-width:925px) {
  #SignIn .form-group {
    width: 350px;
  }
}



/*Side Navbar*/
.sidenav {
  height: 100%;
  width: 75%;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
  text-align: left;
}

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

    .sidenav a:hover {
      color: #f1f1f1;
    }

.closebtn-img {
  /*position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-right: 10px;
    float:right;*/
  float: right;
  margin: 15px;
  position: relative;
}

.sideNav-display {
  font-size: 30px;
  cursor: pointer;
  margin-top: 15px;
  float: right;
  display: none;
}

/*#main {
  transition: margin-left .5s;
  z-index:101;
  padding: 16px;
}*/

.btn-login-sidenav {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  height: 40px;
  top: 5%;
  text-align: center;
  color: #00283c
}

.btn-signup-sidenav {
  margin-left: 5%;
  margin-top: 2%;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  color: #ffffff
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

    .sidenav a {
      font-size: 15px;
    }

  .optional-home {
    display: none;
  }

  /*.sideNav-display {
    display: unset;
  }*/

}

@media (min-height:451px) and (max-height:703px) {
  section-btn-login {
    width: 210px;
  }

  section-btn-register {
    width: 210px;
  }
}

/*For responsive view & mobile*/
@media(min-width:0px) and (max-width:425px) {
  .live-video, .live-video-title {
    font-size: 11px;
  }

  .live-rec {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .home-controls .live-rec-left {
    float: unset;
    width: 100%;
  }

  .home-controls .live-rec-right {
    float: unset;
    width: 100%;
  }

  .live-rec-left {
    float: unset;
    width: 100%;
  }

  .live-rec-right {
    float: unset;
    width: 100%;
  }

  .video-rec {
    float: unset;
  }
}

@media(min-device-width:0px) and (max-device-width:425px) {
  .live-video, .live-video-title {
    font-size: 11px;
  }

  .live-rec {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .home-controls .live-rec-left {
    float: unset;
    width: 100%;
  }

  .home-controls .live-rec-right {
    float: unset;
    width: 100%;
  }

  .live-rec-left {
    float: unset;
    width: 100%;
  }

  .live-rec-right {
    float: unset;
    width: 100%;
  }

  .video-rec {
    float: unset;
  }
}

@media(min-width:426px) and (max-width:768px) {
  .live-rec {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .home-controls .live-rec-left {
    float: unset;
    width: 100%;
  }

  .home-controls .live-rec-right {
    float: unset;
    width: 100%;
  }

  .live-rec-left {
    float: unset;
    width: 100%;
  }

  .live-rec-right {
    float: unset;
    width: 100%;
  }

  .video-rec {
    float: unset;
  }
}

@media(min-device-width:426px) and (max-device-width:768px) {
  .live-rec {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .home-controls .live-rec-left {
    float: unset;
    width: 100%;
  }

  .home-controls .live-rec-right {
    float: unset;
    width: 100%;
  }

  .live-rec-left {
    float: unset;
    width: 100%;
  }

  .live-rec-right {
    float: unset;
    width: 100%;
  }

  .video-rec {
    float: unset;
  }
}



@media(min-width:0px) and (max-width:910px) {
  .home-market {
    display: inline-block;
    position: relative;
    background-image: none; /*url("../img/Home/bg-market.png");*/
    /*background-size: 100% auto;*/
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: left;
    /*width: 100%;*/
    margin: -12% auto 0 auto;
    /*height: 700px;*/
  }

  .home-screener {
    display: inline-block;
    position: relative;
    background-image: none; /*url("../img/Home/bg-screener2.png");*/
    background-size: unset;
    background-color: #e5ffff;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: left;
    /*width: 120%;*/
    margin: -12% auto 0 auto;
    /*height: 950px;*/
  }

  .home-news {
    display: inline-block;
    position: relative;
    background-image: none; /*url("../img/Home/bg-news.png");*/
    /*background-size: 100% auto;*/
    background-color: #65ffd4;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: left;
    width: 100%;
    margin: -12% auto 0 auto;
    /*height: 650px;*/
  }

  .home-opinions {
    display: inline-block;
    position: relative;
    background-image: none; /*unset; url("../img/Home/bg-opinions1.png");*/
    /*background-size: 100% auto;*/
    background-color: #ebf5ff;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: left;
    /*width: 100%;*/
    margin: -12% auto 0 auto;
    /*height: 1005px;*/
  }

  /*Videos*/
  .home-videos {
    display: inline-block;
    position: relative;
    background-image: none; /*url("../img/Home/bg-video.png");*/
    background-color: #ffffff;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: left;
    width: 100%;
    margin: -12% auto 0 auto;
    /*height: 750px;*/
  }

  /*banner bottom*/
  .home-bottom {
    display: inline-block;
    position: relative;
    background-image: url("../img/Home/banner-btm.jpg");
    background-color: #ffffff;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: left;
    width: 100%;
    margin: 0 auto;
    height: 320px;
  }

  .banner-controls {
    margin-left: 5%;
  }

  .mobile-home {
    display: block;
  }

  .normal-home {
    display: none;
  }

  .navbar-home {
    background-color: #e1f5fe;
    height: 80px;
  }
}

/*@media (min-device-width:769px) and (max-device-width:1220px) {
  .home-market {
    height: 600px;
  }

  .home-screener {
    height: 685px;
  }

  .home-news {
    height: 635px;
  }

  .home-opinions {
    height: 730px;
  }

  .home-videos {
    height: 640px;
  }

  .home-bottom {
    height: 210px;
  }
}

@media (min-width:769px) and (max-width:1220px) {
  .home-market {
    height: 600px;
  }

  .home-screener {
    height: 685px;
  }

  .home-news {
    height: 635px;
  }

  .home-opinions {
    height: 730px;
  }

  .home-videos {
    height: 640px;
  }

  .home-bottom {
    height: 210px;
  }
}*/

@media (min-device-width:600px) and (max-device-width:896px) {
  .home-news-title {
    font-size: 12px;
  }

  .home-news-desc {
    font-size: 10px;
    margin-top: -85px;
  }

  img.slides-img {
    height: 215px;
  }

  .filter-img {
    margin-top: -240px;
  }
}

@media(min-width:0px) and (max-width:400px) {
  .prev-video-home {
    left: -3rem;
    top: 12rem;
  }

  .next-video-home {
    right: -3rem;
    top: 12rem;
  }

  .my-bursa {
    float: right;
    display: none;
  }
}

@media(min-width:0px) and (max-width:400px) {
  .prev-video-home {
    left: -3rem;
    top: 12rem;
  }

  .next-video-home {
    right: -3rem;
    top: 12rem;
  }


  .my-bursa {
    float: right;
    display: none;
  }
}

@media(min-width:401px) and (max-width:600px) {
  .prev-video-home {
    left: -3rem;
    top: 15rem;
  }

  .next-video-home {
    right: -3rem;
    top: 15rem;
  }

  .stock-comment-default {
    display: block;
    width: 350px;
  }
}

@media(min-device-width:401px) and (max-device-width:600px) {
  .prev-video-home {
    left: -3rem;
    top: 15rem;
  }

  .next-video-home {
    right: -3rem;
    top: 15rem;
  }

  .stock-comment-default {
    display: block;
    width: 350px;
  }
}

@media (min-width:600px) and (max-width:896px) {
  .home-news-title {
    font-size: 12px;
  }

  .home-news-desc {
    font-size: 10px;
    margin-top: -95px;
  }

  img.slides-img {
    height: 215px;
  }

  .filter-img {
    margin-top: -215px;
  }
}

@media(min-device-width:0px) and (max-device-width:910px) {
  .home-market {
    display: inline-block;
    position: relative;
    background-image: none; /*url("../img/Home/bg-market.png");*/
    /*background-size: 100% auto;*/
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: left;
    /*width: 100%;*/
    margin: -12% auto 0 auto;
    /*height: 700px;*/
  }

  .home-screener {
    display: inline-block;
    position: relative;
    background-image: none; /*url("../img/Home/bg-screener2.png");*/
    background-size: unset;
    background-color: #e5ffff;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: left;
    /*width: 120%;*/
    margin: -12% auto 0 auto;
    /*height: 950px;*/
  }

  .home-news {
    display: inline-block;
    position: relative;
    background-image: none; /*url("../img/Home/bg-news.png");*/
    /*background-size: 100% auto;*/
    background-color: #65ffd4;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: left;
    width: 100%;
    margin: -12% auto 0 auto;
    /*height: 650px;*/
  }

  .home-opinions {
    display: inline-block;
    position: relative;
    background-image: none; /*unset; url("../img/Home/bg-opinions1.png");*/
    /*background-size: 100% auto;*/
    background-color: #ebf5ff;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: left;
    /*width: 100%;*/
    margin: -12% auto 0 auto;
    /*height: 1005px;*/
  }

  /*Videos*/
  .home-videos {
    display: inline-block;
    position: relative;
    background-image: none; /*url("../img/Home/bg-video.png");*/
    background-color: #ffffff;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: left;
    width: 100%;
    margin: -12% auto 0 auto;
    /*height: 750px;*/
  }

  /*banner bottom*/
  .home-bottom {
    display: inline-block;
    position: relative;
    background-image: url("../img/Home/banner-btm.jpg");
    background-color: #ffffff;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: left;
    width: 100%;
    margin: 0 auto;
    height: 320px;
  }

  .banner-controls {
    margin-left: 5%;
  }

  .mobile-home {
    display: block;
  }

  .normal-home {
    display: none;
  }

  .navbar-home {
    background-color: #e1f5fe;
    height: 80px;
  }
}

@media (min-width:583) and (max-width:991px) {
  .navbar-expand-lg .navbard-light .navbar-nav {
    flex-direction: row !important;
  }
}

@media (min-device-width:583) and (max-device-width:991px) {
  .navbar-expand-lg .navbar-light .navbar-nav {
    flex-direction: row !important;
  }
}

@media (min-width :0px) and (max-width : 703px) {
  .right-links {
    display: none;
  }

  .sideNav-display {
    display: unset;
  }

  .banner-title {
    /*margin-top: 8%;*/
    font-size: 17px;
    font-family: Montserrat-Regular;
    color: #00283c;
    margin-right: 5%;
  }

  .banner-title-desc {
    /*display: none;*/
    margin-top: 0;
    font-size: 7px;
    font-family: Montserrat-Regular;
    color: #505050;
  }

  .banner-logo {
    max-height: 50px;
  }

  .banner-title span {
    display: unset;
  }
}

.footer-logo-link {
  width: 100%;
  /*display: flex;*/
}

.footer-logo-div {
  padding-left: 50px;
  /*width: 50%;*/
  float: left;
}

.footer-logo {
/*    width: -moz-available;
    width: -webkit-fill-available;*/
    width: 300px;
}

.footer-link {
  /*margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;*/
  /*display: flex;*/
  /*justify-content: space-between;*/
  align-items: center;
  padding-left: 30px;
  width: 30%;
  float: right;
  padding-top: 35px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  text-align:center;
/*  padding-right: 30px;*/
}

.footer-copyright-connect {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-social{ 
    padding-top: 35px;
}

#copyright{
    float: left;
    width: 75%;
    font-size:13px;
    padding-left: 50px;
}

#tandc {
}

.footer-connect {
  /*height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;*/
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  float: right;
  width: 45%;
  height: 30px;
}

.footer-connect-left {
  padding-top: 3px;
  float: left;
}

.footer-connect-right {
  /*float: left;
  padding-left: 10px;*/
  display: flex;
  width: 35%;
  justify-content: space-around;
  float: left;
  padding-left: 5px;
}

.home-footer-copyright {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #C1C1C1;
  /*padding-top: 20px;*/
  width: 100%;
  height: 30px;
  float: left;
}

.footer-link span a {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #00283b;
}

.home-controls {
  margin-top: 12%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
}

#opinions.home-controls {
  margin-top: 10%;
}

/*Responsive for new Login.aspx*/
@media(min-width: 0px) and (max-width:350px) {
  .logo-main {
    margin: 0;
    text-align: center;
  }

  .login-div {
    flex-direction: column;
  }

  .login-left {
    width: 100%;
    height: unset;
    overflow: unset;
  }

  .login-right {
    width: 100%;
  }

    .login-right img {
      min-height: unset;
    }

  .input-login {
    margin-left: 3%;
  }
}

@media(min-device-width: 0px) and (max-device-width:350px) {
  .logo-main {
    margin: 0;
    text-align: center;
  }

  .login-div {
    flex-direction: column;
  }

  .login-left {
    width: 100%;
    height: unset;
    overflow: unset;
  }

  .login-right {
    width: 100%;
  }

    .login-right img {
      min-height: unset;
    }

  .input-login {
    margin-left: 3%;
  }
}

@media(min-device-width:351px) and (max-device-width:768px) {
  .logo-main {
    margin: 0;
    text-align: center;
  }

  .login-div {
    flex-direction: column;
  }

  .login-left {
    width: 100%;
    height: unset;
    overflow: unset;
  }

  .login-right {
    width: 100%;
  }

    .login-right img {
      min-height: unset;
    }

  .input-login {
    margin-left: auto;
    margin-right: auto;
  }
}

@media(min-width:351px) and (max-width:768px) {
  .logo-main {
    margin: 0;
    text-align: center;
  }

  .login-div {
    flex-direction: column;
  }

  .login-left {
    width: 100%;
    height: unset;
    overflow: unset;
  }

  .login-right {
    width: 100%;
  }

    .login-right img {
      min-height: unset;
    }

  .input-login {
    margin-left: auto;
    margin-right: auto;
  }

  .popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

    /* The actual popup */
    .popup .popuptext {
      visibility: hidden;
      width: 160px;
      background-color: #555;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 8px 0;
      position: absolute;
      z-index: 1;
      bottom: 125%;
      left: 50%;
      margin-left: -80px;
    }

      /* Popup arrow */
      .popup .popuptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
      }

    /* Toggle this class - hide and show the popup */
    .popup .show {
      visibility: visible;
      -webkit-animation: fadeIn 1s;
      animation: fadeIn 1s;
    }

  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }
}

/*market responsive start*/
@media(min-device-width:0px) and (max-device-width:425px) {
  .scroll-media-market {
    align-items: center;
  }

    .scroll-media-market .stock-name, .scroll-media-market .stock-price, .scroll-media-market .stock-price-changes {
      padding-left: 0;
    }
}


@media(min-width:0px) and (max-width:425px) {
  .scroll-media-market {
    align-items: center;
  }

    .scroll-media-market .stock-name, .scroll-media-market .stock-price, .scroll-media-market .stock-price-changes {
      padding-left: 0;
    }
}

@media(min-device-width:0px) and (max-device-width:425px) {
  .market-search-div {
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
  }

  .market-search {
    width: 90%;
  }

  .slick-dots {
    display: none !important;
  }
}

@media(min-width:0px) and (max-width:425px) {
  .market-search-div {
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
  }

  .market-search {
    width: 90%;
  }

  .slick-dots {
    display: none !important;
  }
}

@media(min-device-width:0px) and (max-device-width:325px) {
  .market-selector.active, .market-selector, .market-selector:hover {
    font-size: 10px;
  }
}

@media(min-width:0px) and (max-width:325px) {
  .market-selector.active, .market-selector, .market-selector:hover {
    font-size: 10px;
  }
}



@media(min-device-width:326px) and (max-device-width:379px) {
  .market-selector.active, .market-selector, .market-selector:hover {
    font-size: 12px;
  }
}

@media(min-width:326px) and (max-width:379px) {
  .market-selector.active, .market-selector, .market-selector:hover {
    font-size: 12px;
  }
}

@media(min-device-width:380px) and (max-device-width:485px) {
  .market-selector.active, .market-selector, .market-selector:hover {
    font-size: 14px;
  }
}

@media(min-width:380px) and (max-width:485px) {
  .market-selector.active, .market-selector, .market-selector:hover {
    font-size: 14px;
  }
}

@media(min-device-width:0px) and (max-device-width:295px) {
  .market-search-title {
    font-size: 21px;
  }
}

@media(min-width:0px) and (max-width:295px) {
  .market-search-title {
    font-size: 21px;
  }
}

@media(min-device-width:296px) and (max-device-width:375px) {
  .market-search-title {
    font-size: 23px;
  }
}

@media(min-width:296px) and (max-width:375px) {
  .market-search-title {
    font-size: 23px;
  }
}
/*@media(min-device-width:376px) and (max-device-width:425px) {
  .market-search-div {
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
  }
  .market-search {
    width: 90%;
  }
}
@media(min-width:376px) and (max-width:425px) {
  .market-search-div {
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
  }
  .market-search {
    width: 90%;
  }
}*/
@media(min-device-width:426px) and (max-device-width:910px) {
  .market-search-div {
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
  }

  .market-search {
    width: 80%;
  }
}

@media(min-width:426px) and (max-width:910px) {
  .market-search-div {
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
  }

  .market-search {
    width: 80%;
  }
}

@media(min-device-width:0px) and (max-device-width:299px) {
  .form-control {
    font-size: 9px;
  }
}

@media(min-width:0px) and (max-width:299px) {
  .form-control {
    font-size: 9px;
  }
}

@media(min-device-width:300px) and (max-device-width:349px) {
  .form-control {
    font-size: 10px;
  }
}

@media(min-width:300px) and (max-width:349px) {
  .form-control {
    font-size: 10px;
  }
}

@media(min-device-width:350px) and (max-device-width:450px) {
  .form-control {
    font-size: 12px;
  }
}

@media(min-width:350px) and (max-width:450px) {
  .form-control {
    font-size: 12px;
  }
}
/*market responsive end*/


/* screener responsive start*/

@media(min-device-width:0px) and (max-device-width:425px) {
  .btn-div {
    padding-bottom: 20px;
  }

  .screener-div {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
  }

  .screener-left {
    width: 100%;
    padding-right: 5%;
  }

  .screener-right {
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .screener-features {
    flex-direction: column;
  }

  .screener-features-left {
    width: 100%;
    margin-right: 0;
  }

  .screener-features-right {
    width: 100%;
  }
}

@media (min-width:0px) and (max-width:425px) {
  .btn-div {
    padding-bottom: 20px;
  }

  .screener-div {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
  }

  .screener-left {
    width: 100%;
    padding-right: 5%;
  }

  .screener-right {
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .screener-features {
    flex-direction: column;
  }

  .screener-features-left {
    width: 100%;
    margin-right: 0;
  }

  .screener-features-right {
    width: 100%;
  }
}

@media(min-device-width:426px) and (max-device-width:910px) {
  .btn-div {
    padding-bottom: 20px;
  }

  .screener-div {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
  }

  .screener-left {
    width: 100%;
    padding-right: 5%;
  }

  .screener-right {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media(min-width:426px) and (max-width:910px) {
  .btn-div {
    padding-bottom: 20px;
  }

  .screener-div {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
  }

  .screener-left {
    width: 100%;
    padding-right: 5%;
  }

  .screener-right {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*@media (min-device-width:px) and (max-device-width:859px) {
  #screener.home-controls {
    margin-top: 10%;
  }

  .screener-title {
    font-size: 23px;
  }

  .screener-desc {
    font-size: 12px;
  }

  .screener-features-title {
    font-size: 11px;
  }

  .screener-features-desc {
    font-size: 11px;
  }
}

@media (min-width:911px) and (max-width:859px) {
  #screener.home-controls {
    margin-top: 10%;
  }

  .screener-title {
    font-size: 23px;
  }

  .screener-desc {
    font-size: 12px;
  }

  .screener-features-title {
    font-size: 11px;
  }

  .screener-features-desc {
    font-size: 11px;
  }
}*/

/*@media(min-device-width:911px) and (max-device-width:3000px){
  .mobile-home {
    display: none;
  }

  .normal-home {
    display: block;
  }
  /*Banner
  .navbar-home {
    background-color: #fff;
    height: 80px;
  }
}*/

@media(min-width:911px) and (max-width:3000px) {
  .mobile-home {
    display: none;
  }

  .normal-home {
    display: block;
  }
  /*Banner*/
  .navbar-home {
    background-color: #fff;
    height: 80px;
  }
}

/*problem*/
@media (min-device-width:911px) and (max-device-width:950px) {
  #screener.home-controls {
    margin-top: 10%;
  }

  .screener-title {
    font-size: 24px;
  }

  .screener-desc {
    font-size: 13px;
  }

  .screener-features-title {
    font-size: 12px;
  }

  .screener-features-desc {
    font-size: 12px;
  }
}

@media (min-width:911px) and (max-width:950px) {
  #screener.home-controls {
    margin-top: 10%;
  }

  .screener-title {
    font-size: 24px;
  }

  .screener-desc {
    font-size: 13px;
  }

  .screener-features-title {
    font-size: 12px;
  }

  .screener-features-desc {
    font-size: 12px;
  }
}
/*problem 3*/
@media (min-device-width:950px) and (max-device-width:1020px) {
  .screener-title {
    font-size: 25px;
  }

  .screener-desc {
    font-size: 14px;
  }

  .screener-features-title {
    font-size: 13px;
  }

  .screener-features-desc {
    font-size: 13px;
  }
}

@media (min-width:950px) and (max-width:1020px) {
  .screener-title {
    font-size: 25px;
  }

  .screener-desc {
    font-size: 14px;
  }

  .screener-features-title {
    font-size: 13px;
  }

  .screener-features-desc {
    font-size: 13px;
  }
}



@media (min-device-width:1020px) and (max-device-width:1090px) {
  .screener-title {
    font-size: 26px;
  }

  .screener-desc {
    font-size: 15px;
  }

  .screener-features-title {
    font-size: 14px;
  }

  .screener-features-desc {
    font-size: 14px;
  }
}

@media (min-width:1020px) and (max-width:1090px) {
  .screener-title {
    font-size: 26px;
  }

  .screener-desc {
    font-size: 15px;
  }

  .screener-features-title {
    font-size: 14px;
  }

  .screener-features-desc {
    font-size: 14px;
  }
}

@media (min-device-width:1090px) and (max-device-width:1224px) {
  .screener-title {
    font-size: 27px;
  }

  .screener-desc {
    font-size: 16px;
  }

  .screener-features-title {
    font-size: 15px;
  }

  .screener-features-desc {
    font-size: 15px;
  }
}

@media (min-width:1090px) and (max-width:1224px) {
  .screener-title {
    font-size: 27px;
  }

  .screener-desc {
    font-size: 16px;
  }

  .screener-features-title {
    font-size: 15px;
  }

  .screener-features-desc {
    font-size: 15px;
  }
}

/*screener responsive end*/

/*opinions responsive start*/
@media(min-device-width:0px) and (max-device-width:910px) {
  #opinions.home-controls {
    margin-top: 0;
    padding-top: 20px;
  }

  .opinions-div {
    flex-direction: column;
    align-items: center;
  }

  .opinions-left {
    width: 100%;
    padding-right: 5%;
  }

  .opinions-right {
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .join-now-title {
    margin-top: -18%;
  }
}

@media(min-width:0px) and (max-width:910px) {
  #opinions.home-controls {
    margin-top: 0;
    padding-top: 20px;
  }

  .opinions-div {
    flex-direction: column;
    align-items: center;
  }

  .opinions-left {
    width: 100%;
    padding-right: 5%;
  }

  .opinions-right {
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .market-title {
    font-size: 22px;
  }

  .market-desc {
    font-size: 11px;
  }

  .market-search-title {
    font-size: 22px;
  }

  .join-now-title {
    margin-top: -18%;
  }
}

@media (min-device-width:970px) and (max-device-width:1020px) {
  #opinions .btn-div {
    margin-top: -3%;
  }
}

@media (min-width:970px) and (max-width:1020px) {
  #opinions .btn-div {
    margin-top: -3%;
  }
}

/*problem 2*/
/*@media (min-device-width:911px) and (max-device-width:900px) {
  #opinions .btn-div  {
    margin-top: -4%;
  }
  .opinions-left {
    width: 70%;
  }

  .opinions-title {
    font-size: 23px;
  }

  .opinions-desc {
    font-size: 12px;
  }

  .opinions-desc2 {
    font-size: 11px;
  }

  .opinions-desc2 p {
    line-height: 18px;
  }

  .news-title{
   font-size:23px;
  }

  .news-desc{
    font-size:12px;
  }

  .videos-title{
    font-size:23px;
  }

  .videos-desc{
    font-size:12px;
  }

  .market-title {
    font-size: 23px;
  }

  .market-desc {
    font-size: 12px;
  }

}
@media (min-width:769px) and (max-width:900px) {
  #opinions .btn-div {
    margin-top: -4%;
  }
  .opinions-left {
    width: 70%;
  }

  .opinions-title {
    font-size: 23px;
  }

  .opinions-desc {
    font-size: 12px;
  }

  .opinions-desc2 {
    font-size: 11px;
  }

  .opinions-desc2 p {
    line-height: 18px;
  }

  .news-title {
    font-size: 23px;
  }

  .news-desc {
    font-size: 12px;
  }

  .videos-title {
    font-size: 23px;
  }

  .videos-desc {
    font-size: 12px;
  }

  .market-title {
    font-size: 23px;
  }

  .market-desc {
    font-size: 12px;
  }
}*/


@media (min-device-width:911px) and (max-device-width:969px) {
  .opinions-left {
    width: 60%;
  }

  .opinions-title {
    font-size: 24px;
  }

  .opinions-desc {
    font-size: 13px;
  }

  .opinions-desc2 {
    font-size: 12px;
  }

    .opinions-desc2 p {
      line-height: 18px;
    }

  .news-title {
    font-size: 24px;
  }

  .news-desc {
    font-size: 13px;
  }

  .videos-title {
    font-size: 24px;
  }

  .videos-desc {
    font-size: 13px;
  }

  .market-title {
    font-size: 22px;
  }

  .market-desc {
    font-size: 12px;
  }

  .market-search-title {
    font-size: 20px;
    margin-top: 0px;
  }

  .btn .btn-outline-secondary .section-btn {
    height: 35px;
  }

  .resp-data {
    margin-top: -20px;
  }
}

@media (min-width:911px) and (max-width:969px) {
  .opinions-left {
    width: 60%;
  }

  .opinions-title {
    font-size: 24px;
  }

  .opinions-desc {
    font-size: 13px;
  }

  .opinions-desc2 {
    font-size: 12px;
  }

    .opinions-desc2 p {
      line-height: 18px;
    }

  .news-title {
    font-size: 24px;
  }

  .news-desc {
    font-size: 13px;
  }

  .videos-title {
    font-size: 24px;
  }

  .videos-desc {
    font-size: 13px;
  }

  .market-title {
    font-size: 24px;
  }

  .market-desc {
    font-size: 13px;
  }

  .market-search-title {
    font-size: 20px;
    margin-top: 0px;
  }

  .btn .btn-outline-secondary .section-btn {
    height: 35px;
  }

  .resp-data {
    margin-top: -20px;
  }
}


@media (min-device-width:969x) and (max-device-width:1084px) {
  .opinions-left {
    width: 60%;
  }

  .opinions-title {
    font-size: 25px;
  }

  .opinions-desc {
    font-size: 14px;
  }

  .opinions-desc2 {
    font-size: 13px;
  }

  .news-title {
    font-size: 25px;
  }

  .news-desc {
    font-size: 14px;
  }

  .videos-title {
    font-size: 25px;
  }

  .videos-desc {
    font-size: 14px;
  }

  .market-title {
    font-size: 25px;
  }

  .market-desc {
    font-size: 14px;
  }

  .market-search-title {
    font-size: 20px;
    margin-top: 0px;
  }

  .btn .btn-outline-secondary .section-btn {
    height: 35px;
  }

  .resp-data {
    margin-top: -20px;
  }
}
/*no problem???*/
@media (min-width:969px) and (max-width:1084px) {
  .opinions-left {
    width: 60%;
  }

  .opinions-title {
    font-size: 25px;
  }

  .opinions-desc {
    font-size: 14px;
  }

  .opinions-desc2 {
    font-size: 13px;
  }

  .news-title {
    font-size: 25px;
  }

  .news-desc {
    font-size: 14px;
  }

  .videos-title {
    font-size: 25px;
  }

  .videos-desc {
    font-size: 14px;
  }

  .market-title {
    font-size: 25px;
  }

  .market-desc {
    font-size: 14px;
  }

  .market-search-title {
    font-size: 20px;
    margin-top: 0px;
  }

  .btn .btn-outline-secondary .section-btn {
    height: 35px;
  }

  .resp-data {
    margin-top: -20px;
  }
}


@media (min-device-width:1085px) and (max-device-width:1090px) {
  .opinions-title {
    font-size: 26px;
  }

  .opinions-desc {
    font-size: 15px;
  }

  .opinions-desc2 {
    font-size: 14px;
  }

  .news-title {
    font-size: 26px;
  }

  .news-desc {
    font-size: 15px;
  }

  .videos-title {
    font-size: 26px;
  }

  .videos-desc {
    font-size: 15px;
  }

  .market-title {
    font-size: 26px;
  }

  .market-desc {
    font-size: 15px;
  }
}

@media (min-width:1085px) and (max-width:1090px) {
  .opinions-title {
    font-size: 26px;
  }

  .opinions-desc {
    font-size: 15px;
  }

  .opinions-desc2 {
    font-size: 14px;
  }

  .news-title {
    font-size: 26px;
  }

  .news-desc {
    font-size: 15px;
  }

  .videos-title {
    font-size: 26px;
  }

  .videos-desc {
    font-size: 15px;
  }

  .market-title {
    font-size: 26px;
  }

  .market-desc {
    font-size: 15px;
  }
}

@media (min-device-width:1090px) and (max-device-width:1224px) {
  .opinions-title {
    font-size: 27px;
  }

  .opinions-desc {
    font-size: 16px;
  }

  .opinions-desc2 {
    font-size: 15px;
  }

  .news-title {
    font-size: 27px;
  }

  .news-desc {
    font-size: 16px;
  }

  .videos-title {
    font-size: 27px;
  }

  .videos-desc {
    font-size: 16px;
  }

  .market-title {
    font-size: 27px;
  }

  .market-desc {
    font-size: 16px;
  }
}

@media(min-width:1090px) and (max-width:1224px) {
  .opinions-title {
    font-size: 27px;
  }

  .opinions-desc {
    font-size: 16px;
  }

  .opinions-desc2 {
    font-size: 15px;
  }

  .news-title {
    font-size: 27px;
  }

  .news-desc {
    font-size: 16px;
  }

  .videos-title {
    font-size: 27px;
  }

  .videos-desc {
    font-size: 16px;
  }

  .market-title {
    font-size: 27px;
  }

  .market-desc {
    font-size: 16px;
  }
}

/* opinions responsive end*/

/* 768 below starts*/
@media(min-device-width:0px) and (max-device-width:910px) {
  .home-controls {
    margin-top: 5%;
    position: static;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
  }

  .home-market {
    margin: 0;
  }

    .home-market:before {
      display: none;
    }

  .home-screener {
    margin: 0;
  }

    .home-screener:before {
      display: none;
    }

  .home-news {
    margin: 0;
  }

    .home-news:before {
      display: none;
    }

  .home-opinions {
    margin: 0;
  }

    .home-opinions:before {
      display: none;
    }

  .home-videos {
    margin: 0;
  }

    .home-videos:before {
      display: none;
    }
}

@media(min-width:0px) and (max-width:910px) {
  .home-controls {
    margin-top: 5%;
    position: static;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
  }

  .home-market {
    margin: 0;
  }

    .home-market:before {
      display: none;
    }

  .home-screener {
    margin: 0;
  }

    .home-screener:before {
      display: none;
    }

  .home-news {
    margin: 0;
  }

    .home-news:before {
      display: none;
    }

  .home-opinions {
    margin: 0;
  }

    .home-opinions:before {
      display: none;
    }

  .home-videos {
    margin: 0;
  }

    .home-videos:before {
      display: none;
    }

  .market-title {
    font-size: 22px;
  }

  .market-desc {
    font-size: 11px;
  }

  .market-search-title {
    font-size: 22px;
  }
}
/* 768 below ends*/

/* footer responsive start*/
@media (min-device-width: 0px) and (max-device-width: 375px) {
  .footer-link {
    flex-direction: column;
    align-items: flex-start;
  }

    .footer-link span {
      padding-bottom: 10px;
    }

      .footer-link span a, .footer-connect, .home-footer-copyright {
        font-size: 12px
      }

  .footer-logo-div {
    padding-left: 15px;
  }

  .footer-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-connect {
    width: 100%;
  }

  .footer-connect, .home-footer-copyright {
    padding-left: 20px;
  }
}


@media(min-width:0px) and (max-width:375px) {
  .footer-link {
    flex-direction: column;
    align-items: flex-start;
  }

    .footer-link span a, .footer-connect, .home-footer-copyright {
      font-size: 12px;
    }

  .footer-logo-div {
    padding-left: 15px;
  }

  .footer-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-connect {
    width: 100%;
  }

  .footer-connect, .home-footer-copyright {
    padding-left: 20px;
  }

    ul.footer-social-link{
        height: auto;
    }

    .footer-social {
        padding-top: 210px;
    }
}

@media(min-device-width:0px) and (max-device-width:375px) {
    .footer-link {
        flex-direction: column;
        align-items: flex-start;
    }

        .footer-link span a, .footer-connect, .home-footer-copyright {
            font-size: 12px;
        }

    .footer-logo-div {
        padding-left: 15px;
    }

    .footer-link {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-connect {
        width: 100%;
    }

    .footer-connect, .home-footer-copyright {
        padding-left: 20px;
    }

    ul.footer-social-link {
        height: auto;
    }

    .footer-social {
        padding-top: 210px;
    }
}

@media(min-device-width:376px) and (max-device-width:460px) {
  .footer-link span a, .footer-connect, .home-footer-copyright {
    font-size: 12px;
  }

  .footer-logo-div {
    padding-left: 15px;
  }

  .footer-link span {
    padding-bottom: 10px;
  }

  .footer-link {
    flex-direction: column;
    align-items: flex-start;

  }

  .footer-connect {
    width: 100%;
  }

  .footer-connect, .home-footer-copyright {
    padding-left: 20px;
  }

    .footer-social {
        padding-top: 220px;
    }
}

@media(min-width:376px) and (max-width:460px) {
  .footer-link span a, .footer-connect, .home-footer-copyright {
    font-size: 12px;
  }

  .footer-logo-div {
    padding-left: 5px;
  }

  .footer-link span {
    padding-bottom: 10px;
  }

  .footer-link {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-connect {
    width: 100%;
  }

  .footer-connect, .home-footer-copyright {
    padding-left: 10px;
  }
    .footer-social {
        padding-top: 220px;
    }
}

@media(min-device-width:461px) and (max-device-width: 545px) {
  .footer-link span a, .footer-connect, .home-footer-copyright {
    font-size: 12px;
  }

  .footer-logo-div {
    padding-left: 15px;
  }

  .footer-link span {
    padding-bottom: 10px;
  }

  .footer-link {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-connect {
    width: 75%;
  }

  .footer-connect, .home-footer-copyright {
    padding-left: 20px;
  }
    .footer-social {
        padding-top: 230px;
    }
}

@media(min-width:461px) and (max-width : 545px) {
  .footer-link span a, .footer-connect, .home-footer-copyright {
    font-size: 12px;
  }

  .footer-logo-div {
    padding-left: 15px;
  }

  .footer-link {
    flex-direction: column;
    align-items: flex-start;
  }

    .footer-link span {
      padding-bottom: 10px;
    }

  .footer-connect {
    width: 75%;
  }

  .footer-connect, .home-footer-copyright {
    padding-left: 20px;
  }
    .footer-social {
        padding-top: 230px;
    }
}

@media(min-device-width:546px) and (max-device-width : 700px) {
  .footer-connect {
    width: 65%;
  }
    .footer-social {
        padding-top: 230px;
    }
}

@media(min-width:546px) and (max-width : 700px) {
  .footer-connect {
    width: 65%;
  }
    .footer-social {
        padding-top: 230px;
    }
}

@media(min-device-width:701px) and (max-device-width : 835px) {
  .footer-link {
    width: 75%;
    padding-top: 0;
    margin-top: 20px;
  }
    .footer-social {
        padding-top: 230px;
    }
}

@media(min-width:701px) and (max-width : 835px) {
  .footer-link {
    width: 75%;
    padding-top: 0;
    margin-top: 20px;
  }
    .footer-social {
        padding-top: 230px;
    }
}

@media(min-device-width:701px) and (max-device-width: 1119px) {
  .footer-connect {
    width: 55%;
  }
}

@media(min-width:701px) and (max-width:1119px) {
  .footer-connect {
    width: 55%;
  }
}

@media(min-device-width:0px) and (max-device-width : 835px) {

    .footer-home{
        height: 400px;
    }

  .footer-logo-link {
    flex-direction: column;
  }

  .footer-logo { 
      width: 75%
  }

    .footer-logo-div {
        width: 100%;
        padding: 0px;
        text-align: center;
    }

    .footer-link {
        width: -webkit-fill-available;
        width: -moz-available;
        padding-top: 0;
        margin-top: 10px;
        padding-right: 0px;
        padding-left: 0px;
    }

  .footer-copyright-connect {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .home-footer-copyright {
    width: 100%;
    /*margin-top: 20px;*/
  }
}

@media(min-width:0px) and (max-width:835px) {
  .footer-logo-link {
    flex-direction: column;
  }

    .footer-logo-div {
        width: 100%;
        padding: 0px;
        text-align: center;
    }

    .footer-link {
        text-align: center;
        width: -webkit-fill-available;
        width: -moz-available;
        padding-top: 0;
        margin-top: 10px;
    }

  .footer-copyright-connect {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .home-footer-copyright {
    width: 100%;
    /*margin-top: 20px;*/
    text-align: center;
  }

  ul.footer-social-link{
      padding-left: 10px;
  }

  #copyright{
      float: initial; 
      width: initial;
      padding-left: 0px;
  }

  #tandc {
      float:initial;
  }
}

/* footer responsive end*/

/*@media(min-device-width : 280px)and (max-device-width : 319px) {
  .footer-link span a {
    font-size: 8px;
    margin-right: 5px;
  }

  .footer-connect {
    font-size: 8px;
  }

  .footer-connect-left {
    padding-top: 6px;
  }

  .footer-connect-right {
    padding-left: 10px;
  }

  .home-footer-copyright {
    font-size: 8px;
  }
}

@media(min-width:280px) and (max-width:319px) {
  .footer-link span a {
    font-size: 8px;
    margin-right:5px;
  }
  .footer-connect {
    font-size: 8px;
  }
  .footer-connect-left {
    padding-top: 6px;
  }
  .footer-connect-right {
    padding-left: 10px;
  }
  .home-footer-copyright {
    font-size: 8px;
  }
}


@media (min-device-width : 320px)and (max-device-width : 434px) {
  .footer-link span a {
    font-size: 10px;
    margin-right: 2px;
  }
  .footer-connect {
    font-size: 10px;
  }

  .footer-connect-left {
    padding-top: 5px;
  }

  .footer-connect-right {
    padding-left: 10px;
  }

  .home-footer-copyright {
    font-size:10px;
  }
}

@media(min-width:320px) and (max-width:434px) {
  .footer-link span a {
    font-size: 10px;
    margin-right: 2px;
  }
  .footer-connect {
    height: 30px;
    font-size:10px;
  }
  .footer-connect-left {
    padding-top: 5px;
  }
  .footer-connect-right {
    padding-left: 10px;
  }
  .home-footer-copyright {
    font-size:10px;
  }
}

@media (min-device-width : 435px)and (max-device-width : 768px) {
  .footer-link span a {
    font-size:14px;
  }
  .footer-connect {
    font-size:14px;
  }
  .home-footer-copyright {
    font-size: 14px;
  }
}

@media (min-width :435px) and (max-width : 768px) {
  .footer-link span a {
    font-size: 14px;
  }
  .footer-connect {
    font-size:14px;
  }
  .home-footer-copyright {
    font-size: 14px;
  }
}*/



/*@media (min-device-width : 320px)and (max-device-width : 374px) {
  .home-market .banner-controls {
    position: static;
  }

  .market-title {
    font-size: 18px;
  }

  .market-desc {
    font-size: 7px;
  }

  .market-selector {
    font-size: 8px;
  }

    .market-selector:hover {
      font-size: 8px;
    }

    .market-selector.active {
      font-size: 8px;
    }

  .scroll-media-market .stock-name {
    font-size: 14px;
  }

  .scroll-media-market .stock-price {
    font-size: 24px;
  }

  .scroll-media-market .stock-price-changes {
    font-size: 10px;
  }
}

@media (min-width :320px) and (max-width : 374px) {
  .home-market .banner-controls {
    position: static;
  }

  .market-title {
    font-size: 18px;
  }

  .market-desc {
    font-size: 7px;
  }

  .market-selector {
    font-size: 8px;
  }

    .market-selector:hover {
      font-size: 8px;
    }

    .market-selector.active {
      font-size: 8px;
    }
}*/

@media (min-width : 0px)and (max-width : 378px) {

  .right-links {
    display: none;
  }

  .sideNav-display {
    display: unset;
    margin-right: 5%;
    margin-top: 10px;
  }

  .banner-logo {
    max-height: 45px;
  }

  .banner-title span {
    display: unset;
  }

  .banner-title {
    /*margin-top: 8%;*/
    font-size: 12px;
    font-family: Montserrat-Regular;
    color: #00283c;
    margin-right: 5%;
  }

  .banner-title-desc {
    display: none;
    margin-top: 0;
    font-size: 7px;
    font-family: Montserrat-Regular;
    color: #505050;
  }
}

@media (min-device-width : 0px)and (max-device-width : 378px) {

  .right-links {
    display: none;
  }

  .sideNav-display {
    display: unset;
    margin-right: 5%;
    margin-top: 10px;
  }

  .banner-logo {
    max-height: 45px;
  }

  .banner-title span {
    display: unset;
  }

  .banner-title {
    /*margin-top: 8%;*/
    font-size: 12px;
    font-family: Montserrat-Regular;
    color: #00283c;
    margin-right: 5%;
  }

  .banner-title-desc {
    display: none;
    margin-top: 0;
    font-size: 7px;
    font-family: Montserrat-Regular;
    color: #505050;
  }
}

@media (min-device-width : 379px)and (max-device-width : 703px) {

  .right-links {
    display: none;
  }

  .sideNav-display {
    display: unset;
    margin-right: 5%;
  }

  .banner-title {
    /*margin-top: 8%;*/
    font-size: 17px;
    font-family: Montserrat-Regular;
    color: #00283c;
    margin-right: 5%;
  }

  .banner-title-desc {
    /*display: none;*/
    margin-top: 0;
    font-size: 7px;
    font-family: Montserrat-Regular;
    color: #505050;
  }

  .banner-logo {
    max-height: 50px;
  }

  .banner-title span {
    display: unset;
  }

  .videos-desc {
    margin-right: 3%;
  }
}

@media(min-width:584) and (max-width:5000px) {
  .sideNav-display {
    display: none;
  }

  .banner-title span {
    display: block
  }
}

@media(min-device-width:584) and (max--device-width:5000px) {
  .sideNav-display {
    display: none;
  }

  .banner-title span {
    display: block
  }
}

@media (min-width :584px) and (max-width : 640px) {
  .banner-title {
    /*margin-top: 6%;*/
    font-size: 20px;
    font-family: Montserrat-Regular;
    color: #00283c;
  }

  .banner-title-desc {
    /*display: none;*/
    margin-top: 0;
    font-size: 9px;
    font-family: Montserrat-Regular;
    color: #505050;
  }

  .banner-logo {
    max-height: 45px;
  }

  .banner-title span {
    display: block
  }
}

@media (min-device-width : 584px)and (max-device-width : 640px) {
  .banner-title {
    /*margin-top: 6%;*/
    font-size: 20px;
    font-family: Montserrat-Regular;
    color: #00283c;
  }

  .banner-title-desc {
    /*display: none;*/
    margin-top: 0;
    font-size: 9px;
    font-family: Montserrat-Regular;
    color: #505050;
  }

  .banner-logo {
    max-height: 45px;
  }

  .banner-title span {
    display: block
  }
}

@media (min-width : 704px)and (max-width : 810px) {
  .banner-title {
    /*margin-top: 8%;*/
    font-size: 22px;
    font-family: Montserrat-Regular;
    color: #00283c;
  }

  .banner-title-desc {
    margin-top: 0;
    font-size: 9px;
    font-family: Montserrat-Regular;
    color: #505050;
  }

  .banner-logo {
    max-height: 40px;
  }

  .right-links {
    font-size: 9px;
  }

  .section-btn-reg {
    width: 110px;
  }

  .section-btn-login {
    width: 45px;
  }
}

@media (min-device-width : 704px)and (max-device-width : 810px) {
  .banner-title {
    /*margin-top: 8%;*/
    font-size: 22px;
    font-family: Montserrat-Regular;
    color: #00283c;
  }

  .banner-title-desc {
    margin-top: 0;
    font-size: 9px;
    font-family: Montserrat-Regular;
    color: #505050;
  }

  .banner-logo {
    max-height: 40px;
  }

  .right-links {
    font-size: 8px;
  }

  .section-btn-reg {
    width: 110px;
  }

  .section-btn-login {
    width: 45px;
  }
}


@media (min-width :811px) and (max-width:896px) {
  .banner-title {
    /*margin-top: 7%;*/
    font-size: 20px;
    font-family: Montserrat-Regular;
    color: #00283c;
  }

  .banner-title-desc {
    font-size: 10px;
    font-family: Montserrat-Regular;
    color: #505050;
  }

  .banner-logo {
    max-height: 45px;
  }


  .right-links {
    font-size: 8px;
  }

  .section-btn-reg {
    width: 115px;
  }

  .section-btn-login {
    width: 45px;
  }
}

@media (min-device-width :811px) and (max-device-width:896px) {
  .banner-title {
    /*margin-top: 7%;*/
    font-size: 20px;
    font-family: Montserrat-Regular;
    color: #00283c;
  }

  .banner-title-desc {
    font-size: 10px;
    font-family: Montserrat-Regular;
    color: #505050;
  }

  .banner-logo {
    max-height: 45px;
  }


  .right-links {
    font-size: 9px;
  }

  .section-btn-reg {
    width: 115px;
  }

  .section-btn-login {
    width: 45px;
  }
}

@media(min-width:911px) and (max-width:995px) {
  .home-bottom {
    margin: 100px auto;
  }
}

@media(min-device-width:911px) and (max-device-width:995px) {
  .home-bottom {
    margin: 100px auto;
  }
}


@media(min-width:996px) and (max-width:1170px) {
  .home-bottom {
    margin: 30px auto;
  }
}

@media(min-device-width:996px) and (max-device-width:1030px) {
  .home-bottom {
    margin: 30px auto;
  }
}




@media (min-width :897px) and (max-width:1024px) {
  /*.banner-title {
    margin-top: 6%;
    font-size: 25px;
    font-family: Montserrat-Regular;
    color: #00283c;
  }*/

  .banner-title-desc {
    font-size: 12px;
    font-family: Montserrat-Regular;
    color: #505050;
  }

  .banner-logo {
    max-height: 50px;
  }


  .right-links {
    font-size: 10px;
  }

  .section-btn-reg {
    width: 130px;
  }

  .section-btn-login {
    width: 55px;
  }

  img.slides-img {
    height: 230px;
  }

  .home-news-title {
    font-size: 12px;
  }

  .home-news-desc {
    font-size: 10px;
    margin-top: -85px;
  }
}

@media (min-device-width : 897px) and (max-device-width:1024px) {
  .banner-title {
    /*margin-top: 6%;*/
    font-size: 25px;
    font-family: Montserrat-Regular;
    color: #00283c;
  }

  .banner-title-desc {
    font-size: 12px;
    font-family: Montserrat-Regular;
    color: #505050;
  }

  .right-links {
    font-size: 10px;
  }

  .banner-logo {
    max-height: 50px;
  }

  .section-btn-reg {
    width: 130px;
  }

  .section-btn-login {
    width: 55px;
  }

  img.slides-img {
    height: 230px;
  }

  .home-news-title {
    font-size: 12px;
  }

  .home-news-desc {
    font-size: 10px;
    margin-top: -85px;
  }
}

@media (min-width : 1025px) and (max-width:1099px) {
  .banner-title {
    /*margin-top: 8%;*/
    font-size: 25px;
    font-family: Montserrat-Regular;
    color: #00283c;
  }

  .banner-title-desc {
    font-size: 12px;
    font-family: Montserrat-Regular;
    color: #505050;
  }

  .right-links {
    font-size: 10px;
    font-family: Montserrat-Regular;
    color: #00283b;
  }

  .section-btn-reg {
    width: 140px;
  }

  .section-btn-login {
    width: 55px;
  }

  img.slides-img {
    height: 235px;
  }

  .home-news-title {
    font-size: 13px;
  }

  .home-news-desc {
    font-size: 11px;
    margin-top: -95px;
  }
}

@media (min-device-width : 1025px) and (max-device-width:1099px) {
  .banner-title {
    /*margin-top: 8%;*/
    font-size: 25px;
    font-family: Montserrat-Regular;
    color: #00283c;
  }

  .banner-title-desc {
    font-size: 12px;
    font-family: Montserrat-Regular;
    color: #505050;
  }

  .right-links {
    font-size: 10px;
  }

  .section-btn-reg {
    width: 140px;
  }

  .section-btn-login {
    width: 55px;
  }

  img.slides-img {
    height: 235px;
  }

  .home-news-title {
    font-size: 13px;
  }

  .home-news-desc {
    font-size: 11px;
    margin-top: -100px;
  }
}


@media (min-width : 1100px) and (max-width:1220px) {
  .banner-title {
    /*margin-top: 8%;*/
    font-size: 25px;
    font-family: Montserrat-Regular;
    color: #00283c;
  }

  .banner-title-desc {
    font-size: 12px;
    font-family: Montserrat-Regular;
    color: #505050;
  }

  .banner-logo {
    max-height: 60px;
  }

  .right-links {
    font-size: 12px;
  }

  .section-btn-reg {
    width: 150px;
  }

  .section-btn-login {
    width: 65px;
  }

  img.slides-img {
    height: 250px;
  }

  .home-news-title {
    font-size: 15px;
  }

  .home-news-desc {
    font-size: 11px;
    margin-top: -100px;
  }

  .prev-video-home {
    left: -3rem;
    top: 12rem;
  }

  .next-video-home {
    right: -3rem;
    top: 12rem;
  }
}

@media (min-device-width : 1100px) and (max-device-width:1220px) {
  .banner-title {
    /*margin-top: 8%;*/
    font-size: 25px;
    font-family: Montserrat-Regular;
    color: #00283c;
  }

  .banner-title-desc {
    font-size: 12px;
    font-family: Montserrat-Regular;
    color: #505050;
  }

  .right-links {
    font-size: 12px;
  }

  .section-btn-reg {
    width: 150px;
  }

  .section-btn-login {
    width: 65px;
  }

  img.slides-img {
    height: 250px;
  }

  .home-news-title {
    font-size: 15px;
  }

  .home-news-desc {
    font-size: 11px;
    margin-top: -100px;
  }

  .prev-video-home {
    left: -3rem;
    top: 12rem;
  }

  .next-video-home {
    right: -3rem;
    top: 12rem;
  }
}

@media(min-width:1221px) and (max-width:1431px) {

  .prev-video-home {
    left: -3rem;
    top: 16rem;
  }

  .next-video-home {
    right: -3rem;
    top: 16rem;
  }
}

@media(min-device-width:1221px) and (max-device-width:1431px) {

  .prev-video-home {
    left: -3rem;
    top: 16rem;
  }

  .next-video-home {
    right: -3rem;
    top: 16rem;
  }
}

/**/
/*resize start*/
@media screen and (max-width: 600px) {
  .column {
    width: 100% !important;
  }

  .column-right {
    width: 100% !important;
  }

  #content-mobile-hide {
    display: none;
  }

  .sideleft {
    display: none;
    width: 0%;
    padding: 5px;
  }

  .main.profile {
    width: 100%;
    padding: 5px;
  }

  .sideright {
    display: none;
    width: 0%;
    padding: 5px;
  }

  .watchlist-position {
    float: left;
    margin-top: 40px;
    margin-bottom: -10px;
    padding-left:5px;
    padding-bottom:10px;
  }

  .options-screener {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }

  .filter-radar {
    width: 100%;
    padding: 10px;
  }


  .btnSubscribe {
    /*display:block;*/
    float: none;
    margin-bottom: 10px;
  }

  .btnSubscribe-position {
    float: none;
  }

  input[type=submit].btnSubscribe {
    /*display:block;*/
    float: none;
    margin-bottom: 10px;
  }
}

@media screen and (min-device-width: 601px) and (max-device-width:724px) {

  .btnSubscribe {
    /*display:block;*/
    float: none;
    margin-bottom: 10px;
  }

  .btnSubscribe-position {
    float: none;
  }

  input[type=submit].btnSubscribe {
    /*display:block;*/
    float: none;
    margin-bottom: 10px;
  }
}

/*Myprofile page*/
@media (min-device-width : 0px)and (max-device-width : 767px) {

  .cssbirthday {
    padding-top: 10px;
    padding-right: 0px;
  }
}

@media (min-width : 0px)and (max-width : 767px) {

  .cssbirthday {
    padding-top: 10px;
    padding-right: 0px;
  }
}

@media (min-device-width : 768px)and (max-device-width : 3000px) {

  .cssbirthday-desktop {
    width: 100px;
  }
}

@media (min-width : 768px)and (max-width : 3000px) {

  .cssbirthday-desktop {
    width: 100px;
  }
}

/*Sign Up page*/
@media (min-device-width : 0px)and (max-device-width : 767px) {
  .row.login {
    width: 105%;
  }
}

@media (min-width : 0px)and (max-width : 767px) {
  .row.login {
    width: 105%;
  }
}

@media (min-device-width : 768px)and (max-device-width : 2652px) {
  .cssbirthdaymonth {
    margin-left: -20px;
  }
}

@media (min-width : 768px)and (max-width : 2652px) {
  .cssbirthdaymonth {
    margin-left: -20px;
  }
}

/*Sign In page*/
@media (min-device-width : 0px)and (max-device-width : 473px) {
  .forgot {
    width: 47%;
    font-size: 11px;
  }

  .loginpassword {
    width: 53%;
  }
}

@media (min-width : 0px)and (max-width : 473px) {
  .forgot {
    width: 47%;
    font-size: 11px;
  }

  .loginpassword {
    width: 53%;
  }
}
/*Subscribe title*/
@media (min-device-width:320px) and (max-device-width:343px) {
  .title-subscribe {
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 10px;
  }
}

@media (min-device-width:288px) and (max-device-width:319px) {
  .title-subscribe {
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 9px;
  }
}

@media (min-device-width:0px) and (max-device-width:287px) {
  .title-subscribe {
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 8px;
  }
}
/*navbar*/
@media (min-device-width : 0px)and (max-device-width : 319px) {

  opinions-default {
    height: 650px;
  }

  .container-mobile-menu {
    max-width: 80%;
  }

  #searchbar {
    display: none;
  }

  #searchicon {
    display: none;
  }

  #searchiconmoblie {
    display: block;
  }

  #logo-mobile {
    display: block;
  }

  #logo-desktop {
    display: none;
  }

  #showdisplayname {
    display: block;
  }

  #btnSearch2 {
    border-radius: 25px;
    border: none;
    height: 33px;
    margin-top: 0px;
    background-color: #FCFCFC;
    color: #8f8f8f;
    font-size: 12px;
    font-family: Montserrat-Medium;
    padding: 7px 10px;
  }

  #btnSearch3 {
    border-radius: 25px;
    border: none;
    height: 33px;
    margin-top: 0px;
    background-color: #FCFCFC;
    color: #8f8f8f;
    font-size: 12px;
    font-family: Montserrat-Medium;
  }

  .nav-links {
    padding-left: 4px;
  }

  .navbar-right {
    float: left !important;
    margin-left: 0px;
    margin-top: 0px;
  }

  .btnSignUp {
    margin: 20px 0px 0px 0px;
  }

  ul.nav a:hover {
    color: #00283C !important;
  }

    ul.nav a:hover span {
      border-bottom: 3px #00283C solid;
      color: #00283C !important;
      padding-bottom: 2px;
    }

  hr {
    border-top: 1px solid #333;
  }

  .sideleft {
    display: none;
    width: 0%;
    padding: 5px;
  }

  .main.profile {
    width: 100%;
    padding: 5px;
  }

  .sideright {
    display: none;
    width: 0%;
    padding: 5px;
  }

  #search-watchlist {
    display: none;
  }

  /*#player-con {
    height: 130px;
  }*/

  .BDC_CaptchaImageDiv {
    max-width: 180px;
  }

  .BDC_CaptchaImage {
    max-width: 180px;
  }

  #c_default_captcha_CaptchaImage {
    width: 180px;
  }

  #c_forgetpassword_captcha_CaptchaImage {
    width: 180px;
  }

  .forgotpwd-mobile {
    display: block;
  }

  .forgotpwd-desktop {
    display: none;
  }

  .modal-body {
    padding-bottom: 45px;
  }

  .Myprofile-btnEdit {
    font-size: 8px;
  }
  /*follow*/
  .channel-btn .btnUnfollow {
    border: 2px #8f8f8f solid;
    background-color: #fff;
    color: #8f8f8f;
    border-radius: 20px;
    padding: 3px 5px;
    font-size: 8px;
  }

  .channel-btn .btnFollow {
    border: 2px #029CD0 solid;
    background-color: #fff;
    color: #029CD0;
    border-radius: 20px;
    padding: 3px 5px;
    font-size: 8px;
  }

  .trending-video {
    width: 100%;
  }

  .toggle.btn-sm {
    margin-left: -10px;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  .footer-left {
    width: 100%;
    float: left;
  }

  .footer-right {
    width: 100%;
    float: left;
  }

  .video-more {
    padding-right: 20px;
    padding-bottom: 10px;
    width: 100%;
  }

  #divLoadData {
    overflow-x: scroll
  }

  .group.modal-dialog {
    width: auto
  }

  .pop-up.layer.edit table td {
    display: block
  }

  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 80%;
  }

  .mobile-logo-small {
    height: 40px;
    margin-right: 10px;
    margin-top: -9px;
  }
}



@media (min-width : 0px)and (max-width : 319px) {

  opinions-default {
    height: 650px;
  }

  .container-mobile-menu {
    max-width: 80%;
  }

  #searchbar {
    display: none;
  }

  #searchicon {
    display: none;
  }

  #searchiconmoblie {
    display: block;
  }

  #logo-mobile {
    display: block;
  }

  #logo-desktop {
    display: none;
  }

  #showdisplayname {
    display: block;
  }

  #btnSearch2 {
    border-radius: 25px;
    border: none;
    height: 33px;
    margin-top: 0px;
    background-color: #FCFCFC;
    color: #8f8f8f;
    font-size: 12px;
    font-family: Montserrat-Medium;
    padding: 7px 10px;
  }

  #btnSearch3 {
    border-radius: 25px;
    border: none;
    height: 33px;
    margin-top: 0px;
    background-color: #FCFCFC;
    color: #8f8f8f;
    font-size: 12px;
    font-family: Montserrat-Medium;
  }

  .nav-links {
    padding-left: 4px;
  }

  .navbar-right {
    float: left !important;
    margin-left: 0px;
    margin-top: 0px;
  }

  .btnSignUp {
    margin: 20px 0px 0px 0px;
  }

  ul.nav a:hover {
    color: #00283C !important;
  }

    ul.nav a:hover span {
      border-bottom: 3px #00283C solid;
      color: #00283C !important;
      padding-bottom: 2px;
    }

  hr {
    border-top: 1px solid #333;
  }

  .sideleft {
    display: none;
    width: 0%;
    padding: 5px;
  }

  .main.profile {
    width: 100%;
    padding: 5px;
  }

  .sideright {
    display: none;
    width: 0%;
    padding: 5px;
  }

  #search-watchlist {
    display: none;
  }

  /*#player-con {
    height: 200px;
  }*/

  .BDC_CaptchaImageDiv {
    max-width: 180px;
  }

  .BDC_CaptchaImage {
    max-width: 180px;
  }

  #c_default_captcha_CaptchaImage {
    width: 180px;
  }

  #c_forgetpassword_captcha_CaptchaImage {
    width: 180px;
  }

  .forgotpwd-mobile {
    display: block;
  }

  .forgotpwd-desktop {
    display: none;
  }

  .modal-body {
    padding-bottom: 45px;
  }

  .Myprofile-btnEdit {
    font-size: 8px;
  }
  /*follow*/
  .channel-btn .btnUnfollow {
    border: 2px #8f8f8f solid;
    background-color: #fff;
    color: #8f8f8f;
    border-radius: 20px;
    padding: 3px 5px;
    font-size: 8px;
  }

  .channel-btn .btnFollow {
    border: 2px #029CD0 solid;
    background-color: #fff;
    color: #029CD0;
    border-radius: 20px;
    padding: 3px 5px;
    font-size: 8px;
  }

  .trending-video {
    width: 100%;
  }

  .toggle.btn-sm {
    margin-left: -10px;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  .footer-left {
    width: 100%;
    float: left;
  }

  .footer-right {
    width: 100%;
    float: left;
  }

  .video-more {
    padding-right: 20px;
    padding-bottom: 10px;
    width: 100%;
  }

  #divLoadData {
    overflow-x: scroll
  }

  .group.modal-dialog {
    width: auto
  }

  .pop-up.layer.edit table td {
    display: block
  }

  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 80%;
  }

  .vid-rec-left {
    width: 100%;
  }

  .vid-rec-right {
    width: 100%;
  }

  .responsive-video {
    min-width: 100%;
    height: 150px;
    min-height: 150px;
  }
}

/* Mobile */
@media (min-device-width : 320px)and (max-device-width : 480px) {

  opinions-default {
    height: 650px;
  }

  .container-mobile-menu {
    max-width: 80%;
  }

  #searchbar {
    display: none;
  }

  #searchicon {
    display: none;
  }

  #searchiconmoblie {
    display: block;
  }

  #logo-mobile {
    display: block;
  }

  #logo-desktop {
    display: none;
  }

  #showdisplayname {
    display: block;
  }

  #btnSearch2 {
    border-radius: 25px;
    border: none;
    height: 33px;
    margin-top: 0px;
    background-color: #FCFCFC;
    color: #8f8f8f;
    font-size: 12px;
    font-family: Montserrat-Medium;
    padding: 7px 10px;
  }

  #btnSearch3 {
    border-radius: 25px;
    border: none;
    height: 33px;
    margin-top: 0px;
    background-color: #FCFCFC;
    color: #8f8f8f;
    font-size: 12px;
    font-family: Montserrat-Medium;
  }

  .nav-links {
    padding-left: 4px;
  }

  .navbar-right {
    float: left !important;
    margin-left: 0px;
    margin-top: 0px;
  }

  .btnSignUp {
    margin: 20px 0px 0px 0px;
  }

  ul.nav a:hover {
    color: #00283C !important;
  }

    ul.nav a:hover span {
      border-bottom: 3px #00283C solid;
      color: #00283C !important;
      padding-bottom: 2px;
    }

  hr {
    border-top: 1px solid #333;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .BDC_CaptchaImageDiv {
    max-width: 180px;
  }

  .BDC_CaptchaImage {
    max-width: 180px;
  }

  #c_default_captcha_CaptchaImage {
    width: 180px;
  }

  #c_forgetpassword_captcha_CaptchaImage {
    width: 180px;
  }

  .forgotpwd-mobile {
    display: block;
  }

  .forgotpwd-desktop {
    display: none;
  }

  .modal-body {
    padding-bottom: 45px;
  }

  .searchbar2 {
    width: 255px;
  }

  .mobile-searchbar2 {
    font-size: 11px;
  }

  .sideleft {
    display: none;
    width: 0%;
    padding: 5px;
  }

  .main.profile {
    width: 100%;
    padding: 5px;
  }

  .sideright {
    display: none;
    width: 0%;
    padding: 5px;
  }

  #search-watchlist {
    /*display: none;*/
    width: 50%;
  }

  /*#player-con {
    height: 215px;
  }*/

  .container .mobile-videos {
    padding: 0px 24px 0px 20px;
    width: 100%;
  }

  .Myprofile-btnEdit {
    font-size: 12px;
  }

  /*.watchlist-title {
    width:25%;
  }*/

  /*follow*/
  .channel-btn .btnUnfollow {
    border: 2px #8f8f8f solid;
    background-color: #fff;
    color: #8f8f8f;
    border-radius: 20px;
    padding: 3px 5px;
    font-size: 8px;
  }

  .channel-btn .btnFollow {
    border: 2px #029CD0 solid;
    background-color: #fff;
    color: #029CD0;
    border-radius: 20px;
    padding: 3px 5px;
    font-size: 8px;
  }

  .trending-video {
    width: 100%;
  }

  .toggle.btn-sm {
    margin-left: -10px;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  .footer-left {
    width: 100%;
    float: left;
  }

  .footer-right {
    width: 100%;
    float: left;
  }

  .vid-anchor {
    text-decoration: none;
    color: #000000;
    padding-left: 5px;
  }

  .video-more {
    padding-right: 20px;
    padding-bottom: 10px;
    width: 100%;
  }

  #divLoadData {
    overflow-x: scroll
  }

  .group.modal-dialog {
    width: auto
  }

  .pop-up.layer.edit table td {
    display: block
  }

  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 80%;
  }

  .responsive-video {
    min-width: 100%;
    height: 215px;
    min-height: 215px;
  }

  .btn-login-sidenav {
    font-size: 15px;
  }

  .btn-signup-sidenav {
    font-size: 11px;
  }
}

@media (min-width : 0px)and (max-width : 428px) {
  .opinions-tools {
    display: none;
  }
}

@media (min-device-width : 0px)and (max-device-width : 428px) {
  .opinions-tools {
    display: none;
  }
}


@media (min-width : 429px)and (max-width : 5000px) {
  .opinions-tools {
    display: table;
    width: 100%;
  }
}

@media (min-device-width : 429px)and (max-device-width : 5000px) {
  .opinions-tools {
    display: table;
    width: 100%;
  }
}




@media (min-width : 320px)and (max-width : 480px) {

  opinions-default {
    height: 650px;
  }

  .container-mobile-menu {
    max-width: 80%;
  }

  #searchbar {
    display: none;
  }

  #searchicon {
    display: none;
  }

  #searchiconmoblie {
    display: block;
  }

  #logo-mobile {
    display: block;
  }

  #logo-desktop {
    display: none;
  }

  #showdisplayname {
    display: block;
  }

  #btnSearch2 {
    border-radius: 25px;
    border: none;
    height: 33px;
    margin-top: 0px;
    background-color: #FCFCFC;
    color: #8f8f8f;
    font-size: 12px;
    font-family: Montserrat-Medium;
    padding: 7px 10px;
  }

  #btnSearch3 {
    border-radius: 25px;
    border: none;
    height: 33px;
    margin-top: 0px;
    background-color: #FCFCFC;
    color: #8f8f8f;
    font-size: 12px;
    font-family: Montserrat-Medium;
  }

  .nav-links {
    padding-left: 4px;
  }

  .navbar-right {
    float: left !important;
    margin-left: 0px;
    margin-top: 0px;
  }

  .btnSignUp {
    margin: 20px 0px 0px 0px;
  }

  ul.nav a:hover {
    color: #00283C !important;
  }

    ul.nav a:hover span {
      border-bottom: 3px #00283C solid;
      color: #00283C !important;
      padding-bottom: 2px;
    }

  hr {
    border-top: 1px solid #333;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .BDC_CaptchaImageDiv {
    max-width: 180px;
  }

  .BDC_CaptchaImage {
    max-width: 180px;
  }

  #c_default_captcha_CaptchaImage {
    width: 180px;
  }

  #c_forgetpassword_captcha_CaptchaImage {
    width: 180px;
  }

  .forgotpwd-mobile {
    display: block;
  }

  .forgotpwd-desktop {
    display: none;
  }

  .modal-body {
    padding-bottom: 45px;
  }

  .searchbar2 {
    width: 255px;
  }

  .mobile-searchbar2 {
    font-size: 11px;
  }

  .sideleft {
    display: none;
    width: 0%;
    padding: 5px;
  }

  .main.profile {
    width: 100%;
    padding: 5px;
  }

  .sideright {
    display: none;
    width: 0%;
    padding: 5px;
  }

  #search-watchlist {
    /*display: none;*/
    width: 50%;
  }

  /*#player-con {
    height: 100px;
  }*/

  .container .mobile-videos {
    padding: 0px 24px 0px 20px;
    width: 100%;
  }

  .Myprofile-btnEdit {
    font-size: 12px;
  }

  /*.watchlist-title {
    width:25%;
  }*/

  /*follow*/
  .channel-btn .btnUnfollow {
    border: 2px #8f8f8f solid;
    background-color: #fff;
    color: #8f8f8f;
    border-radius: 20px;
    padding: 3px 5px;
    font-size: 8px;
  }

  .channel-btn .btnFollow {
    border: 2px #029CD0 solid;
    background-color: #fff;
    color: #029CD0;
    border-radius: 20px;
    padding: 3px 5px;
    font-size: 8px;
  }

  .trending-video {
    width: 100%;
  }

  .toggle.btn-sm {
    margin-left: -10px;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  .footer-left {
    width: 100%;
    float: left;
  }

  .footer-right {
    width: 100%;
    float: left;
  }

  .vid-anchor {
    text-decoration: none;
    color: #000000;
    padding-left: 5px;
  }

  .video-more {
    padding-right: 20px;
    padding-bottom: 10px;
    width: 100%;
  }

  #divLoadData {
    overflow-x: scroll
  }

  .group.modal-dialog {
    width: auto
  }

  .pop-up.layer.edit table td {
    display: block
  }

  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 80%;
  }

  .vid-rec-left {
    width: 100%;
  }

  .vid-rec-right {
    width: 100%;
  }

  .btn-login-sidenav {
    font-size: 15px;
  }

  .btn-signup-sidenav {
    font-size: 11px;
  }
}

@media (min-device-width : 481px)and (max-device-width : 767px) {

  .container-mobile-menu {
    max-width: 80%;
  }

  #searchbar {
    display: none;
  }

  #searchicon {
    display: none;
  }

  #searchiconmoblie {
    display: block;
  }

  #logo-mobile {
    display: block;
  }

  #logo-desktop {
    display: none;
  }

  #showdisplayname {
    display: block;
  }

  #btnSearch2 {
    border-radius: 25px;
    border: none;
    height: 33px;
    margin-top: 0px;
    background-color: #FCFCFC;
    color: #8f8f8f;
    font-size: 12px;
    font-family: Montserrat-Medium;
    padding: 7px 10px;
  }

  .nav-links {
    padding-left: 4px;
  }

  .navbar-right {
    float: left !important;
    margin-left: 0px;
    margin-top: 0px;
  }

  .btnSignUp {
    margin: 20px 0px 0px 0px;
  }

  hr {
    border-top: 1px solid #333;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .forgotpwd-mobile {
    display: none;
  }

  .forgotpwd-desktop {
    display: block;
  }

  .sideleft {
    display: none;
    width: 0%;
    padding: 5px;
  }

  .main.profile {
    width: 100%;
    padding: 5px;
  }

  .sideright {
    display: none;
    width: 0%;
    padding: 5px;
  }

  #search-watchlist {
    /*display: none;*/
    width: 50%;
  }

  /*#player-con {
    height: 300px;
  }*/

  .container .mobile-videos {
    padding: 0px 24px 0px 20px;
    width: 100%;
  }

  .trending-video {
    width: 100%;
  }

  .toggle.btn-sm {
    margin-left: -10px;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  #divLoadData {
    overflow-x: scroll
  }

  .group.modal-dialog {
    width: auto
  }

    .group.modal-dialog input[type=text], .group.modal-dialog textarea {
      width: 100%;
    }

  .responsive-video {
    min-width: 100%;
    height: 250px;
    min-height: 250px;
  }

  .btn-login-sidenav {
    font-size: 15px;
  }

  .btn-signup-sidenav {
    font-size: 11px;
  }
}

@media (min-width : 650px)and (max-width : 767px) {

  .vid-rec-left {
    float: left;
    width: 30%;
  }
}

@media (min-width : 557px)and (max-width : 650px) {

  .vid-rec-left {
    float: left;
    width: 30%;
  }

  span.videoDesc {
    font-size: 12px;
    height: 46px;
    overflow: hidden;
    margin-bottom: 0;
    display: block;
  }
}


@media (min-width : 481px)and (max-width : 557px) {

  .vid-rec-left {
    float: left;
    width: 40%;
  }

  .vid-rec-right {
    float: left;
    width: 60%;
  }

  span.videoDesc {
    font-size: 12px;
    height: 17px;
    overflow: hidden;
    margin-bottom: 0;
    display: block;
  }
}


@media (min-width : 481px)and (max-width : 767px) {

  .container-mobile-menu {
    max-width: 80%;
  }

  #searchbar {
    display: none;
  }

  #searchicon {
    display: none;
  }

  #searchiconmoblie {
    display: block;
  }

  #logo-mobile {
    display: block;
  }

  #logo-desktop {
    display: none;
  }

  #showdisplayname {
    display: block;
  }

  #btnSearch2 {
    border-radius: 25px;
    border: none;
    height: 33px;
    margin-top: 0px;
    background-color: #FCFCFC;
    color: #8f8f8f;
    font-size: 12px;
    font-family: Montserrat-Medium;
    padding: 7px 10px;
  }

  .nav-links {
    padding-left: 4px;
  }

  .navbar-right {
    float: left !important;
    margin-left: 0px;
    margin-top: 0px;
  }

  .btnSignUp {
    margin: 20px 0px 0px 0px;
  }

  hr {
    border-top: 1px solid #333;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .forgotpwd-mobile {
    display: none;
  }

  .forgotpwd-desktop {
    display: block;
  }

  .sideleft {
    display: none;
    width: 0%;
    padding: 5px;
  }

  .main.profile {
    width: 100%;
    padding: 5px;
  }

  .sideright {
    display: none;
    width: 0%;
    padding: 5px;
  }

  #search-watchlist {
    /*display: none;*/
    width: 50%;
  }

  /*#player-con {
    height: 350px;
  }*/

  .container .mobile-videos {
    padding: 0px 24px 0px 20px;
    width: 100%;
  }

  .trending-video {
    width: 100%;
  }

  .toggle.btn-sm {
    margin-left: -10px;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  #divLoadData {
    overflow-x: scroll
  }

  .group.modal-dialog {
    width: auto
  }

    .group.modal-dialog input[type=text], .group.modal-dialog textarea {
      width: 100%;
    }
}

@media (min-width : 650px)and (max-width : 767px) {

  .vid-rec-left {
    float: left;
    width: 30%;
  }
}

@media (min-width : 557px)and (max-width : 650px) {

  .vid-rec-left {
    float: left;
    width: 30%;
  }

  span.videoDesc {
    font-size: 12px;
    height: 46px;
    overflow: hidden;
    margin-bottom: 0;
    display: block;
  }
}

@media (min-width : 481px)and (max-width : 557px) {

  .vid-rec-left {
    float: left;
    width: 40%;
  }

  .vid-rec-right {
    float: left;
    width: 60%;
  }

  span.videoDesc {
    font-size: 12px;
    height: 17px;
    overflow: hidden;
    margin-bottom: 0;
    display: block;
  }
}

/* iPads */
@media(min-width:768px)and (max-width : 989px ) {
  #searchbar {
    display: none;
  }

  #searchicon {
    display: block;
  }

  .nav-links {
    font-size: 12px;
  }

  #logo-desktop img {
    height: 33px;
    margin-right: 3px;
    margin-top: -12px;
    padding-top: 5px;
    /*width: 90px;*/
  }
}

@media (min-device-width:690px) and (max-device-width:691px) {
  #logo-desktop img {
    display: none;
  }
}

@media(min-device-width:690px)and (max-device-width : 691px ) {
  #searchbar {
    display: none;
  }

  #searchicon {
    display: block;
  }

  .nav-links {
    font-size: 11px;
  }

  #logo-desktop img {
    height: 33px;
    margin-right: 3px;
    padding-top: 5px;
    /*width: 110px;*/
  }

  .btnSignUp {
    margin-top: 8px;
  }
}

/*@media(min-device-width:768px) and (max-device-width:787px) {
  .btnSignUp {
    margin-top: 23px;
  }
}*/

@media (min-device-width : 768px)and (max-device-width : 990px) {

  #searchbar {
    display: none;
  }

  #searchicon {
    display: block;
  }

  #searchiconmoblie {
    display: none;
  }

  #logo-mobile {
    display: none;
  }

  #logo-desktop {
    display: block;
  }

  .icon-menu {
    display: none;
  }

  #btnSearch2 {
    border-radius: 25px;
    border: none;
    height: 30px;
    margin-top: 8px;
    background-color: #FCFCFC;
    color: #8f8f8f;
    font-size: 12px;
    font-family: Montserrat-Medium;
    padding: 7px 5px;
  }

  #showdisplayname {
    display: none;
  }

  #showfollower {
    display: none;
  }

  #showfollowing {
    display: none;
  }

  #showgroup {
    display: none;
  }

  .forgotpwd-mobile {
    display: none;
  }

  .forgotpwd-desktop {
    display: block;
  }

  .sideright {
    display: none;
  }

  .main.profile {
    width: 78%;
  }

  .sideleft {
    width: 20%;
    margin-right: 5px;
    /*overflow-x:scroll;*/
  }

  .trending-video {
    width: 65%;
  }

  .toggle.btn-sm {
    margin-top: -32px;
    float: right;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 100%;
  }
}

@media (min-width : 768px)and (max-width : 990px) {

  #searchbar {
    display: none;
  }

  #searchicon {
    display: block;
  }

  #searchiconmoblie {
    display: none;
  }

  #logo-mobile {
    display: none;
  }

  #logo-desktop {
    display: block;
  }

  .icon-menu {
    display: none;
  }

  #btnSearch2 {
    border-radius: 25px;
    border: none;
    height: 30px;
    margin-top: 8px;
    background-color: #FCFCFC;
    color: #8f8f8f;
    font-size: 12px;
    font-family: Montserrat-Medium;
    padding: 7px 5px;
  }

  #showdisplayname {
    display: none;
  }

  #showfollower {
    display: none;
  }

  #showfollowing {
    display: none;
  }

  #showgroup {
    display: none;
  }

  .forgotpwd-mobile {
    display: none;
  }

  .forgotpwd-desktop {
    display: block;
  }

  .sideright {
    display: none;
  }

  .main.profile {
    width: 78%;
  }

  .sideleft {
    width: 20%;
    margin-right: 5px;
    /*overflow-x:scroll;*/
  }

  .trending-video {
    width: 65%;
  }

  .toggle.btn-sm {
    margin-top: -32px;
    float: right;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 100%;
  }
}

@media (min-width : 798px)and (max-width : 1342px) {
  #searchiconmoblie {
    display: none;
  }

  #logo-mobile {
    display: none;
  }

  #logo-desktop {
    display: block;
  }

  .icon-menu {
    display: none;
  }

  #btnSearch2 {
    border-radius: 25px;
    border: none;
    height: 30px;
    margin-top: 8px;
    background-color: #FCFCFC;
    color: #8f8f8f;
    font-size: 12px;
    font-family: Montserrat-Medium;
    padding: 7px 5px;
  }

  #showdisplayname {
    display: none;
  }

  #showfollower {
    display: none;
  }

  #showfollowing {
    display: none;
  }

  #showgroup {
    display: none;
  }

  .forgotpwd-mobile {
    display: none;
  }

  .forgotpwd-desktop {
    display: block;
  }

  .sideright {
    display: none;
  }

  .main.profile {
    width: 78%;
  }

  .sideleft {
    width: 20%;
    margin-right: 5px;
    /*overflow-x: scroll;*/
  }

  /*.container .mobile-videos {
    padding: 0px 40px 0px 20px;
    width: 100%;
  }*/

  /*.watchlist-title {
    width:13%;
  }*/

  .trending-video {
    width: 65%;
  }

  .toggle.btn-sm {
    margin-top: -32px;
    float: right;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 100%;
  }
}

@media (min-device-width : 789px)and (max-device-width : 799px) {
  #searchbar {
    display: none;
  }

  #searchicon {
    display: block;
  }

  #desktop-searchbar {
    display: block;
  }

  #inputTest {
    width: 175px;
  }

  .nav-links {
    font-size: 11px;
  }

  .searchbar {
    font-size: 11px;
  }

  .btnSignUp {
    margin: 8px 0px 0px 5px;
    font-size: 11px;
  }

  .companySearch {
    /*width: 175px;*/
  }
}

@media (min-width : 789px)and (max-width : 799px) {
  #searchbar {
    display: none;
  }

  #searchicon {
    display: block;
  }

  #desktop-searchbar {
    display: block;
  }

  #inputTest {
    width: 175px;
  }

  .nav-links {
    font-size: 12px;
  }

  .searchbar {
    font-size: 11px;
  }

  .btnSignUp {
    margin: 8px 0px 0px 5px;
    font-size: 11px;
  }

  .companySearch {
    /*width: 175px;*/
  }
}

@media (min-device-width : 768px)and (max-device-width : 799px) {
  #searchbar {
    display: none;
  }

  #searchicon {
    display: block;
  }

  #desktop-searchbar {
    display: block;
  }

  #inputTest {
    width: 200px;
  }

  .nav-links {
    font-size: 11px;
  }

  .searchbar {
    font-size: 11px;
  }

  .btnSignUp {
    margin: 8px 0px 0px 5px;
    font-size: 11px;
  }

  .companySearch {
    /*width: 200px;*/
  }
}

/*@media (min-width : 768px)and (max-width : 799px) {
  #searchbar {
    display: none;
  }

  #searchicon {
    display: block;
  }

  #desktop-searchbar {
    display: block;
  }

  #inputTest {
    width: 200px;
  }

  .nav-links {
    font-size: 9px;
  }

  .searchbar {
    font-size: 11px;
  }

  .companySearch {
    width: 200px;
  }

  .btnSignUp {
    margin: 22px 0px 0px 65px;
    font-size: 11px;
  }
}*/


/*@media (min-width : 768px)and (max-width : 787px) {

  .btnSignUp {
    margin: 22px 0px 0px 0px;
    font-size: 11px;
  }
}*/

@media (min-device-width : 800px)and (max-device-width : 839px) {
  #searchbar {
    display: block;
  }

  #searchicon {
    display: none;
  }

  #desktop-searchbar {
    display: none;
  }

  #inputTest {
    width: 145px;
  }

  .nav-links {
    font-size: 11px;
  }

  .searchbar {
    font-size: 11px;
  }

  .btnSignUp {
    margin: 8px 0px 0px 5px;
    font-size: 11px;
  }

  .companySearch {
    /*width: 145px;*/
  }
}

@media (min-width : 800px)and (max-width : 839px) {
  #searchbar {
    display: block;
  }

  #searchicon {
    display: none;
  }

  #desktop-searchbar {
    display: none;
  }

  #inputTest {
    width: 135px;
  }

  .nav-links {
    font-size: 11px;
  }

  .searchbar {
    font-size: 11px;
  }

  .btnSignUp {
    margin: 8px 0px 0px 5px;
    font-size: 11px;
  }

  .companySearch {
    /*width: 135px;*/
  }
}

@media (min-device-width : 840px)and (max-device-width : 894px) {
  #searchbar {
    display: block;
  }

  #searchicon {
    display: none;
  }

  #desktop-searchbar {
    display: none;
  }

  #inputTest {
    width: 150px;
  }

  .nav-links {
    font-size: 11px;
  }

  .searchbar {
    font-size: 9px;
  }

  .btnSignUp {
    margin: 8px 0px 0px 5px;
    font-size: 11px;
  }

  .companySearch {
    /*width: 150px;*/
  }
}

@media (min-width : 840px)and (max-width : 894px) {
  #searchbar {
    display: block;
  }

  #searchicon {
    display: none;
  }

  #desktop-searchbar {
    display: none;
  }

  #inputTest {
    width: 142px;
  }

  .nav-links {
    font-size: 11px;
  }

  .searchbar {
    font-size: 9px;
  }

  .btnSignUp {
    margin: 8px 0px 0px 5px;
    font-size: 11px;
  }

  .companySearch {
    /*width: 142px;*/
  }
}

@media (min-device-width : 895px)and (max-device-width : 949px) {
  #searchbar {
    display: block;
  }

  #searchicon {
    display: none;
  }

  #desktop-searchbar {
    display: none;
  }

  #inputTest {
    width: 160px;
  }

  .nav-links {
    font-size: 10px;
  }

  .searchbar {
    font-size: 11px;
  }

  .btnSignUp {
    margin: 8px 0px 0px 5px;
    font-size: 11px;
  }

  .companySearch {
    /*width: 160px;*/
  }
}

@media (min-width : 895px)and (max-width : 949px) {
  #searchbar {
    display: block;
  }

  #searchicon {
    display: none;
  }

  #desktop-searchbar {
    display: none;
  }

  #inputTest {
    width: 145px;
  }

  .nav-links {
    font-size: 10px;
  }

  .searchbar {
    font-size: 11px;
  }

  .btnSignUp {
    margin: 8px 0px 0px 5px;
    font-size: 11px;
  }

  .companySearch {
    /*width: 145px;*/
  }
}

@media (min-device-width : 950px)and (max-device-width : 989px) {
  #searchbar {
    display: block;
  }

  #searchicon {
    display: none;
  }

  #desktop-searchbar {
    display: none;
  }

  #inputTest {
    width: 180px;
  }

  .nav-links {
    font-size: 11px;
  }

  .searchbar {
    font-size: 11px;
  }

  .btnSignUp {
    margin: 8px 0px 0px 5px;
    font-size: 11px;
  }

  .companySearch {
    /*width: 180px;*/
  }
}

@media (min-width : 950px)and (max-width : 989px) {
  #searchbar {
    display: block;
  }

  #searchicon {
    display: none;
  }

  #desktop-searchbar {
    display: none;
  }

  #inputTest {
    width: 160px;
  }

  .nav-links {
    font-size: 11px;
  }

  .searchbar {
    font-size: 9px;
  }

  .btnSignUp {
    margin: 8px 0px 0px 5px;
    font-size: 11px;
  }

  .companySearch {
    /*width: 160px;*/
  }
}

@media (min-device-width : 990px)and (max-device-width : 1024px) {
  #searchbar {
    display: block;
  }

  #searchicon {
    display: none;
  }

  #desktop-searchbar {
    display: none;
  }

  #inputTest {
    width: 205px;
  }

  .nav-links {
    font-size: 11px;
  }

  .searchbar {
    font-size: 9px;
  }

  .btnSignUp {
    margin: 8px 0px 0px 5px;
    font-size: 11px;
  }

  .companySearch {
    /*width: 205px;*/
  }
}

@media (min-width : 990px)and (max-width : 1024px) {
  #searchbar {
    display: block;
  }

  #searchicon {
    display: none;
  }

  #desktop-searchbar {
    display: none;
  }

  #inputTest {
    width: 197px;
  }

  .nav-links {
    font-size: 11px;
  }

  .searchbar {
    font-size: 9px;
  }

  .btnSignUp {
    margin: 8px 0px 0px 5px;
    font-size: 11px;
  }

  .companySearch {
    /*width: 197px;*/
  }
}

@media (min-device-width : 1024px)and (max-device-width : 1093px) {
  #searchbar {
    display: block;
  }

  #searchicon {
    display: none;
  }

  #desktop-searchbar {
    display: none;
  }

  #inputTest {
    width: 205px;
  }

  .nav-links {
    font-size: 10px;
  }

  .searchbar {
    font-size: 9.5px;
  }

  .btnSignUp {
    margin: 8px 0px 0px 5px;
    font-size: 11px;
  }

  .companySearch {
    /*width: 205px;*/
  }
}

/*@media (min-width:1024px) and (max-width:1093px) {
  #inputTest {
    width: 220px;
  }

  .nav-links {
    font-size: 11px;
  }

  .searchbar {
    font-size: 9.5px;
  }

  .companySearch {
    width: 220px;
  }
}*/

@media (min-width : 1024px)and (max-width : 1093px) {
  #searchbar {
    display: block;
  }

  #searchicon {
    display: none;
  }

  #desktop-searchbar {
    display: none;
  }

  #inputTest {
    width: 205px;
  }

  .nav-links {
    font-size: 10px;
  }

  1
  .searchbar {
    font-size: 9.5px;
  }

  .btnSignUp {
    margin: 8px 0px 0px 5px;
    font-size: 11px;
  }

  .companySearch {
    /*width: 205px;*/
  }
}

@media (min-device-width : 1094px)and (max-device-width : 1144px) {

  #inputTest {
    width: 200px;
  }

  .nav-links {
    font-size: 11px;
  }

  .searchbar {
    font-size: 9px;
  }

  .companySearch {
    /*width: 200px;*/
  }
}

@media (min-width : 1094px)and (max-width : 1144px) {

  #inputTest {
    width: 200px;
  }

  .nav-links {
    font-size: 11px;
  }

  .searchbar {
    font-size: 9px;
  }

  .companySearch {
    /*width: 200px;*/
  }
}

@media (min-device-width : 1145px)and (max-device-width : 1193px) {
  #inputTest {
    width: 220px;
  }

  .nav-links {
    font-size: 12px;
  }

  .searchbar {
    font-size: 10px;
  }

  .companySearch {
    /*width: 220px;*/
  }
}

@media (min-width : 1145px)and (max-width : 1193px) {
  #inputTest {
    width: 220px;
  }

  .nav-links {
    font-size: 12px;
  }

  .searchbar {
    font-size: 10px;
  }

  .companySearch {
    /*width: 220px;*/
  }
}
/*@media (min-device-width : 1193px)and (max-device-width : 1460px) {
  #inputTest {
    width: 225px;
  }

  .companySearch {
    width: 225px;
  }

  .searchbar {
    font-size: 10px;
  }
}

@media (min-width : 1193px)and (max-width : 1460px) {
  #inputTest {
    width: 225px;
  }

  .nav-links {
    font-size: 12px;
  }

  .companySearch {
    width: 225px;
  }

  .searchbar {
    font-size: 10px;
  }
}*/
@media (min-device-width : 1145px)and (max-device-width : 1193px) {
  #inputTest {
    width: 225px;
  }

  .nav-links {
    font-size: 12px;
  }

  .searchbar {
    font-size: 10px;
  }

  .companySearch {
    /*width: 225px;*/
  }

  #logo-desktop img {
    max-height: 46px;
    margin-top: -15px;
  }
}

@media (min-width : 1194px)and (max-width : 1278px) {
  #inputTest {
    width: 212px;
  }

  .nav-links {
    font-size: 13px;
  }

  .searchbar {
    font-size: 10px;
  }

  .companySearch {
    /*width: 212px;*/
  }

  #logo-desktop img {
    max-height: 45px;
    margin-top: -13px;
  }
}

@media (min-device-width : 1194px)and (max-device-width : 1278px) {
  #inputTest {
    width: 212px;
  }

  .nav-links {
    font-size: 13px;
  }

  .searchbar {
    font-size: 10px;
  }

  .companySearch {
    /*width: 212px;*/
  }
}


@media (min-device-width : 1279px)and (max-device-width : 1310px) {
  /*#inputTest {
    width: 237px;
  }*/

  .companySearch {
    /*width: 237px;*/
  }

  .searchbar {
    font-size: 10.5px;
  }

  #logo-desktop img {
    max-height: 45px;
    margin-top: -14px;
  }
}

@media (min-width : 1279px)and (max-width : 1310px) {
  /*#inputTest {
    width: 237px;
  }*/

  .companySearch {
    /*width: 237px;*/
  }

  .searchbar {
    font-size: 10.5px;
  }

  #logo-desktop img {
    max-height: 45px;
    margin-top: -14px;
  }
}
/*@media (min-device-width : 1100px)and (max-device-width : 1460px) {
  #searchbar {
    display: block;
  }

  #searchicon {
    display: none;
  }

  #desktop-searchbar {
    display: none;
  }
}*/
/*@media (min-width : 1100px)and (max-width : 1460px) {
  #searchbar {
    display: block;
  }

  #searchicon {
    display: none;
  }

  #desktop-searchbar {
    display: none;
  }
}*/
/* Desktops and laptops */
/*@media (min-device-width : 1343px)and (max-device-width : 2652px) {

  #searchicon {
    display: none;
  }

  #searchbar {
    display: block;
  }

  #searchiconmoblie {
    display: none;
  }

  #logo-mobile {
    display: none;
  }

  #logo-desktop {
    display: block;
  }

  .icon-menu {
    display: none;
  }

  #showdisplayname {
    display: none;
  }

  #showfollower {
    display: none;
  }

  #showfollowing {
    display: none;
  }

  #showgroup {
    display: none;
  }

  .forgotpwd-mobile {
    display: none;
  }

  .forgotpwd-desktop {
    display: block;
  }
  .toggle.btn-sm {
    margin-top: -32px;
    float: right;
  }
  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }
  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 100%;
  }
}*/
@media (min-width:1500px) and (max-width:1600px) {
  .responsive-video {
    min-width: 100%;
    height: 500px;
    min-height: 500px
  }
}

@media (min-width:1601px) and (max-width:1700px) {
  .responsive-video {
    min-width: 100%;
    height: 520px;
    min-height: 520px
  }
}

@media (min-width:1701px) and (max-width:1949px) {
  .responsive-video {
    min-width: 100%;
    height: 535px;
    min-height: 535px
  }
}

@media (min-width:1701px) and (max-width:2050px) {
  .responsive-video {
    min-width: 100%;
    height: 600px;
    min-height: 600px
  }
}


@media (min-width:2051px) and (max-width:2450px) {
  .responsive-video {
    min-width: 100%;
    height: 615px;
    min-height: 615px
  }
}
/*Editing Here*/
@media (min-width : 1310px)and (max-width : 5000px) {
  .companySearch {
    /*width: 260px;*/
  }

  #inputTest {
    width: 260px;
  }

  .searchbar {
    font-size: 12px;
  }
}


@media (min-width : 1024px)and (max-width : 5000px) {

  #searchicon {
    display: none;
  }

  #searchbar {
    display: block;
  }

  #desktop-searchbar {
    display: none;
  }

  #searchiconmoblie {
    display: none;
  }

  #logo-mobile {
    display: none;
  }

  #logo-desktop {
    display: block;
  }

  .icon-menu {
    display: none;
  }

  #showdisplayname {
    display: none;
  }

  #showfollower {
    display: none;
  }

  #showfollowing {
    display: none;
  }

  #showgroup {
    display: none;
  }

  .forgotpwd-mobile {
    display: none;
  }

  .forgotpwd-desktop {
    display: block;
  }

  .toggle.btn-sm {
    margin-top: -32px;
    float: right;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 5000px) {
  .mobile-search {
    display: none;
  }
}

@media (min-device-width: 768px) and (max-device-width: 5000px) {
  .mobile-search {
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 5000px){
  .opinions-default {
    height: 230px;
  }
}

@media (min-device-width: 481px) and (max--device-width: 5000px) {
  .opinions-default {
    height: 230px;
  }
}

@media (min-device-width : 789px) and (max-device-width : 850px) {
  #logo-desktop img {
    height: 40px;
    margin-right: 5px;
    /*padding-top: 0px;
    width: 155px;*/
  }

  .nav-links {
    /*font-size: 12px;*/
    padding-right: 0px;
  }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    padding-right: 0px;
  }

  .toggle.btn-sm {
    margin-top: -32px;
    float: right;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 100%;
  }
}

@media (min-width : 789px) and (max-width : 799px) {
  #logo-desktop img {
    height: 40px;
    margin-right: 0px;
    /*padding-top: 5px;
    width: 140px;*/
  }

  .nav-links {
    /*font-size: 12px;*/
    padding-right: 0px;
  }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    padding-right: 0px;
  }

  .toggle.btn-sm {
    margin-top: -32px;
    float: right;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 100%;
  }
}

@media (min-device-width : 800px) and (max-device-width : 828px) {
  #logo-desktop img {
    height: 35px;
    margin-right: 0px;
    padding-top: 5px;
    /*width: 110px;*/
  }


  .nav-links {
    /*font-size: 12px;*/
  }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    padding-right: 0px;
  }

  .toggle.btn-sm {
    margin-top: -32px;
    float: right;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 100%;
  }
}

@media (min-width : 800px) and (max-width : 828px) {
  #logo-desktop img {
    height: 35px;
    margin-right: 0px;
    padding-top: 5px;
    /*width: 110px;*/
  }

  .nav-links {
    /*font-size: 12px;*/
  }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    padding-right: 0px;
  }

  .toggle.btn-sm {
    margin-top: -32px;
    float: right;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 100%;
  }
}

@media (min-device-width : 829px) and (max-device-width : 874px) {
  #logo-desktop img {
    height: 35px;
    margin-right: 0px;
    padding-top: 5px;
    /*width: 115px;*/
  }

  .nav-links {
    /*font-size: 14px;*/
    padding-right: 0px;
  }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    padding-right: 0px;
  }

  .toggle.btn-sm {
    margin-top: -32px;
    float: right;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 100%;
  }
}

@media (min-width : 829px) and (max-width : 874px) {
  #logo-desktop img {
    height: 35px;
    margin-right: 0px;
    padding-top: 5px;
    /*width: 112px;*/
  }

  .nav-links {
    /*font-size: 14px;*/
    padding-right: 0px;
  }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    padding-right: 0px;
  }

  .toggle.btn-sm {
    margin-top: -32px;
    float: right;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 100%;
  }
}

@media (min-device-width : 875px) and (max-device-width : 894px) {
  #logo-desktop img {
    height: 37px;
    margin-right: 0px;
    padding-top: 4px;
    /*width: 116px;*/
  }

  .nav-links {
    /*font-size: 15px;*/
    padding-right: 0px;
  }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    padding-right: 0px;
  }

  .toggle.btn-sm {
    margin-top: -32px;
    float: right;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 100%;
  }
}

@media (min-width : 875px) and (max-width : 894px) {
  #logo-desktop img {
    height: 37px;
    margin-right: 0px;
    padding-top: 4px;
    /*width: 116px;*/
  }

  .nav-links {
    /*font-size: 15px;*/
    padding-right: 0px;
  }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    padding-right: 0px;
  }

  .toggle.btn-sm {
    margin-top: -32px;
    float: right;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 100%;
  }
}

@media (min-device-width : 895px) and (max-device-width : 919px) {
  #logo-desktop img {
    height: 42px;
    margin-right: 0px;
    /*padding-top: 3px;
    width: 116px;*/
  }

  .nav-links {
    /*font-size: 15px;*/
    padding-right: 0px;
  }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    padding-right: 0px;
  }

  .toggle.btn-sm {
    margin-top: -32px;
    float: right;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 100%;
  }
}

@media (min-width : 895px) and (max-width : 919px) {
  #logo-desktop img {
    height: 42px;
    margin-right: 0px;
    /*padding-top: 3px;
    width: 116px;*/
  }

  .nav-links {
    /*font-size: 15px;*/
    padding-right: 0px;
  }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    padding-right: 0px;
  }

  .toggle.btn-sm {
    margin-top: -32px;
    float: right;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 100%;
  }
}

@media (min-device-width : 920px) and (max-device-width : 960px) {
  #logo-desktop img {
    height: 45px;
    margin-right: 0px;
    margin-top: -15px;
    /*padding-top: 3px;
    width: 115px;*/
  }

  .nav-links {
    /*font-size: 16px;*/
    padding-right: 0px;
  }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    padding-right: 0px;
  }

  .toggle.btn-sm {
    margin-top: -32px;
    float: right;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 100%;
  }
}

@media (min-width : 920px) and (max-width : 960px) {
  #logo-desktop img {
    height: 45px;
    margin-right: 0px;
    margin-top: -15px;
    /*padding-top: 3px;
    width: 115px;*/
  }

  .nav-links {
    /*font-size: 15px;*/
    padding-right: 0px;
  }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    padding-right: 0px;
  }

  .toggle.btn-sm {
    margin-top: -32px;
    float: right;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 100%;
  }
}

@media (min-device-width : 961px) and (max-device-width : 1460px) {
  /*#logo-desktop img {
    height: 45px;
    margin-right: 0px;
    padding-top: 0px;
    width: 185px;
  }*/
  .toggle.btn-sm {
    margin-top: -32px;
    float: right;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 100%;
  }
}

@media (min-width : 961px) and (max-width : 1460px) {
  /*#logo-desktop img {
    height: 45px;
    margin-right: 0px;
    padding-top: 0px;
    width: 185px;
  }*/

  .toggle.btn-sm {
    margin-top: -32px;
    float: right;
  }

  .toggle.btn-xs {
    width: 70px;
    margin-left: -10px;
  }

  .group.modal-dialog input[type=text], .group.modal-dialog textarea {
    width: 100%;
  }
}

@media (min-device-width : 961px) and (max-device-width : 1024px) {
  #logo-desktop img {
    height: 40px;
    margin-right: 0px;
    margin-top: -12px;
    /*padding-top: 3px;
    width: 115px;*/
  }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    padding-right: 0px;
  }
}

@media (min-width : 961px) and (max-width : 1024px) {
  #logo-desktop img {
    height: 40px;
    margin-right: 0px;
    margin-top: -12px;
    /*padding-top: 3px;
    width: 115px;*/
  }

  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    padding-right: 0px;
  }
}

@media (min-device-width : 1025px) and (max-device-width : 1187px) {
  #logo-desktop img {
    height: 45px;
    margin-right: 0px;
    margin-top: -15px;
    /*padding-top: 3px;*/
    /*width: 135px;*/
  }
}

@media (min-width : 1025px) and (max-width : 1187px) {
  #logo-desktop img {
    height: 45px;
    margin-right: 0px;
    margin-top: -15px;
    /*padding-top: 3px;*/
    /*width: 135px;*/
  }
}

/*@media (min-device-width : 1100px) and (max-device-width : 1460px) {
  #logo-desktop img {
    height: 35px;
    margin-right: 0px;1
    padding-top: 3px;
    width: 110px;
  }
}

@media (min-width : 1100px) and (max-width : 1460px) {
  #logo-desktop img {
    height: 35px;
    margin-right: 0px;
    padding-top: 3px;
    width: 110px;
  }
}*/
/*@media screen and (max-width: 1290px) {
  .sideright {
    display: none;
  }

  .main.profile {
    width: 85%;
  }
}

@media screen and (max-device-width: 1290px) {
  .sideright {
    display: none;
  }

  .main.profile {
    width: 85%;
  }
}*/
@media (min-device-width : 900px) and (max-device-width : 1020px) {
  #divLoadData {
    overflow-x: scroll
  }
}

@media (min-width : 900px) and (max-width : 1020px) {
  #divLoadData {
    overflow-x: scroll
  }
}

@media (min-device-width : 0px) and (max-device-width : 781px) {
  #table-finance {
    overflow-x: scroll
  }
}

@media (min-width : 0px) and (max-width : 781px) {
  #table-finance {
    overflow-x: scroll
  }
}

@media (min-device-width : 1097px) and (max-device-width : 1116px) {
  #table-finance {
    overflow-x: scroll
  }
}

@media (min-width : 1097px) and (max-width : 1116px) {
  #table-finance {
    overflow-x: scroll
  }
}

@media (min-device-width : 0px) and (max-device-width : 340px) {
  .mobile-comment-btn {
    font-size: 12px;
  }

  button[type=button].discussion-comment-like {
    font-size: 12px;
  }

  button[type=button].discussion-comment-comment {
    font-size: 12px;
  }
}

@media (min-width : 0px) and (max-width : 340px) {
  .mobile-comment-btn {
    font-size: 12px;
  }

  button[type=button].discussion-comment-like {
    font-size: 12px;
  }

  button[type=button].discussion-comment-comment {
    font-size: 12px;
  }
}

@media (min-device-width : 341px) and (max-device-width : 5000px) {

  button[type=button].discussion-comment-like {
    font-size: 13px;
  }

  button[type=button].discussion-comment-comment {
    font-size: 13px;
  }
}

@media (min-width : 341px) and (max-width : 5000px) {

  button[type=button].discussion-comment-like {
    font-size: 13px;
  }

  button[type=button].discussion-comment-comment {
    font-size: 13px;
  }
}



@media screen and (max-width: 980px) {
  .leftcolumn, .rightcolumn {
    width: 100%;
    padding: 0;
  }

  .rightcolumn {
    display: none;
  }

  /*.main.profile {
    width: 100%;
  }

  .sideleft, .sideright {
    display: none;
  }*/
}

@media screen and (max-device-width: 980px) {
  .leftcolumn, .rightcolumn {
    width: 100%;
    padding: 0;
  }

  .rightcolumn {
    display: none;
  }

  /*.main.profile {
    width: 100%;
  }

  .sideleft, .sideright {
    display: none;
  }*/
}

@media screen and (max-width: 900px) {
  .optional {
    display: none !important
  }

  table.stock-list.market th.name {
    width: 35%;
  }

  table.stock-list.market th.volume {
    width: 10%;
  }

  table.stock-list.market th.price, table.stock-list.market th.change, dtable.stock-list.market th.changepctg {
    width: 12%;
  }

  table.stock-list.market th.changepctg {
    width: 13%
  }
}

@media screen and (max-device-width: 900px) {
  .optional {
    display: none !important
  }

  table.stock-list.market th.name {
    width: 35%;
  }

  table.stock-list.market th.volume {
    width: 10%;
  }

  table.stock-list.market th.price, table.stock-list.market th.change, dtable.stock-list.market th.changepctg {
    width: 12%;
  }

  table.stock-list.market th.changepctg {
    width: 13%
  }
}

@media screen and (max-width: 767px) {
  .group-row {
    display: block;
  }

  .group.recommended-channel-row:first-child {
    padding-right: 5px;
  }

  .group.recommended-channel-row:not(:first-child) {
    padding-left: 5px;
  }

  table.forgot-pwd {
    width: 100%
  }
}

@media screen and (max-device-width: 767px) {
  .group-row {
    display: block;
  }

  .group.recommended-channel-row:first-child {
    padding-right: 5px;
  }

  .group.recommended-channel-row:not(:first-child) {
    padding-left: 5px;
  }

  table.videomaint td.optional {
    display: none
  }

  table.videomaint > tbody > tr > td {
    display: block;
  }

  table.videomaint select {
    width: 80%;
  }
}

@media screen and (max-width: 922px) {
  .group-row {
    display: block;
  }

  .group.recommended-channel-row:first-child {
    padding-right: 5px;
  }

  .group.recommended-channel-row:not(:first-child) {
    padding-left: 5px;
  }
}

@media screen and (max-width: 650px) {

  div.btnReadmore {
    float: none;
  }

  button[type=button].discussion-readmore {
    padding: 0
  }

  table.feedback td {
    display: table-row
  }
}

@media screen and (max-device-width: 650px) {

  div.btnReadmore {
    float: none;
  }

  button[type=button].discussion-readmore {
    padding: 0
  }

  table.feedback td {
    display: table-row
  }
}

@media screen and (max-width: 520px) {
  div.updTable {
    overflow: scroll
  }
}

@media screen and (max-device-width: 520px) {
  div.updTable {
    overflow: scroll
  }
}

@media screen and (max-width: 520px) {
  .search-user-img {
    margin-right: 10px;
  }
}

@media screen and (max-device-width: 520px) {
  .search-user-img {
    margin-right: 10px;
  }
}

@media screen and (min-device-width: 520px) {
  table.stock-list.search-user {
    width: 60%;
  }
}



@media screen and (max-width: 500px) {
  img.slides-img {
    width: 100%;
    height: 272px;
    object-fit: cover;
  }

  img.news {
    width: 160px;
    height: 100px;
  }

  .newsTitle {
    font-size: 12px;
  }

  span.newsTitle {
    height: 35px;
    display: block;
    overflow: hidden;
  }

  p.news-desc {
    height: 45px;
  }
}

@media screen and (max-device-width: 500px) {
  img.slides-img {
    width: 100%;
    height: 272px;
    object-fit: cover;
  }

  img.news {
    width: 160px;
    height: 100px;
  }

  .newsTitle {
    font-size: 12px;
  }

  span.newsTitle {
    height: 35px;
    display: block;
    overflow: hidden;
  }

  p.news-desc {
    height: 45px;
  }
}

@media screen and (max-width: 420px) {
  .top-videos.box {
    display: table-row;
  }

  img.slides-img {
    height: 160px;
  }

  .pop-up.layer.edit table td {
    display: block
  }
}

@media screen and (max-device-width: 420px) {
  .top-videos.box {
    display: table-row;
  }

  img.slides-img {
    height: 245px;
  }

  .filter-img {
    margin-top: -245px;
  }

  .home-news-title {
    font-size: 13px;
  }

  .pop-up.layer.edit table td {
    display: block
  }
}

@media screen and (max-width: 350px) {
  div.news-row {
    display: block;
    width: 100%
  }

    div.news-row div.left-img {
      width: 100%;
      display: block;
    }

    div.news-row div.right-content {
      width: 100%;
      display: block;
    }

  img.news {
    width: 100%;
    height: 100px;
  }
}

@media screen and (max-device-width: 350px) {
  div.news-row {
    display: block;
    width: 100%
  }

    div.news-row div.left-img {
      width: 100%;
      display: block;
    }

    div.news-row div.right-content {
      width: 100%;
      display: block;
    }

  img.news {
    width: 100%;
    height: 100px;
  }
}


@media screen and (max-device-width: 1096px) {
  .stock-info.left-content {
    width: 100%
  }

  .stock-info.right-content {
    display: none
  }
}

@media screen and (max-device-width: 1070px) {
  table.market-web {
    font-size: 12px;
  }
}

/*@media screen and (max-device-width: 1000px) {
    div.market-web {
      display: none;
    }

    div.market-mobile {
      display: block;
    }
  }*/

@media (min-width : 0px) and (max-width : 850px) {
  div.updTableSearch {
    overflow: scroll;
    width: 100%;
  }
}

@media (min-device-width : 0px) and (max-device-width : 850px) {
  div.updTableSearch {
    overflow: scroll;
    width: 100%;
  }
}



@media (max-width: 425px) {
  #videosTable tr {
    display: flex;
    flex-wrap: wrap;
  }

    #videosTable tr > td:not(:last-child) {
      flex: 1;
    }

    #videosTable tr > td:last-child {
      width: 100%;
    }

  div.search-videos-img img {
    width: 100%;
  }
}

@media (min-device-width : 426px)and (max-device-width : 5000px) {
  .video-search {
    width: 10%;
  }

  .video-search2 {
    width: 70%;
  }

  div.search-videos-img img {
    width: 100px;
  }
}

@media (min-width : 426px)and (max-width : 5000px) {
  .video-search {
    width: 10%;
  }

  .video-search2 {
    width: 70%;
  }

  div.search-videos-img img {
    width: 100px;
  }
}

@media screen and (max-device-width : 660px) {
  div.market.lastupdated {
    display: block;
    float: none;
  }
}

@media screen and (max-width : 660px) {
  div.market.lastupdated {
    display: block;
    float: none;
  }
}

@media screen and (max-width : 458px) {
  ul.nav.nav-tabs.stock-infosearch li {
    float: none;
    width: 50%;
    margin: 5px auto;
    text-align: center;
  }
}
/*resize end*/
span.search-result.opinionstitle {
  font-family: Montserrat-Bold !important;
  font-size: 14px;
  color: black !important;
}

div.search-result.opinionstag{
  word-break: break-word;
}

div.search-result.opinionscontent {
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-top: 10px
}

table.stock-list.search-opinions tr:not(:first-child) td {
  padding-top: 35px
}

a.blogtag {
  margin-right: 5px
}

  a.blogtag:hover, a.blogtag:visited {
    color: #8f8f8f;
  }

.blog-images {
  max-width: 100%;
}

_:-ms-fullscreen, :root .blog-images {
  width: 100px;
}

.opinions-comment-img-div {
  width: 100%;
  display: table-cell;
}

.hide-gallery {
  display: none;
}

.left-modal {
  width: 15%;
}

.right-modal {
  width: 85%;
}

.extra-info {
  width: 100%;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-family: Montserrat-Regular;
}

.director-name {
  font-family: Montserrat-SemiBold;
}

.director-designation {
  color: #8f8f8f;
  padding: 0px 0px 5px 0px;
}

.group-activities {
  width: 100%;
  overflow: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-family: Montserrat-Regular;
}

.group-activities-title {
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: Montserrat-SemiBold;
}

.financial-snapshot {
  width: 100%;
  /*overflow:100%;*/
  padding-top: 0px;
  padding-bottom: 5px;
  font-size: 12px;
  font-family: Montserrat-Regular;
}

.financial-snapshot-title {
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: Montserrat-SemiBold;
}


.wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  /*height: 50px;*/
}

.list {
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 3000px;
  margin-left: 12px;
  margin-top: 0px;
}

  .list li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle;
  }

.scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 7px;
  padding-top: 11px;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #fff;
}

.scroller-right {
  float: right;
}

.scroller-left {
  float: left;
}

.home-width {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fill-available;
}

/*For new default page*/
.default-seeall {
  float: right;
/*  display: block;
  background-color: #fff;
  border-radius: 20px;
  margin-top: -3px;
  border: 1px solid #ccc;*/
  padding: 2px 5px 2px 5px;
  border: 0.5px solid white;
  background-color: #1f88e7;
  font-size: 12px;
}

.tab-default {
/*  background: linear-gradient(to right, #00ABB2 0%, #003291 100%);*/
  color: #FFFFFF;
  padding: 5px;
  font-family: 'Montserrat-Bold';
  cursor: pointer;
}

.tab-cursor {
  cursor: pointer;
}

/*Calender css*/
.icon-chevron {
  display: block;
  width: 15px;
  height: 22px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAWCAMAAAAo0TYrAAAAElBMVEX///8AAAAAAAAAAAAAAAAAAABknMCaAAAABXRSTlMAEHCg0O5XV0MAAAAzSURBVHgBYwACJkYGZMDMysKIwmUFCyC4KAIsrKgCjPQQQPCpzUX4B9O/mOGBGV7o4QkA5zcCv3HiEZgAAAAASUVORK5CYII=);
}

.icon-chevron-rotate {
  transform: rotate(180deg);
}

.page {
  width: 100%;
  margin: 0 auto;
  padding: 1em;
}

.responsive-calendar-placeholder {
}

.responsive-calendar-modal {
  background-color: #f8f8f8;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #000000;
  padding: 1em;
  /*border: 1px solid #ccc;*/
}

.responsive-calendar .controls {
  text-align: center;
}

  .responsive-calendar .controls a {
    cursor: pointer;
    color: red;
  }

  .responsive-calendar .controls h4 {
    display: inline;
  }

.responsive-calendar .day-headers,
.responsive-calendar .days {
  font-size: 0;
}

.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: 14.285714285714286%;
  text-align: center;
}

  .responsive-calendar .day a {
    color: #FFFFFF;
    display: block;
    cursor: pointer;
    padding: 8px 0 8px 0;
  }

    .responsive-calendar .day a:hover {
      background-color: #93BEFE;
      text-decoration: none;
    }

  .responsive-calendar .day.header {
    border-bottom: 1px gray solid;
  }

    .responsive-calendar .day.active a {
        background-color: #5EC9EA;
        color: #ffffff;
    }

    .responsive-calendar .day.active a:hover {
      background-color: #36a0e2;
    }

  .responsive-calendar .day.active .not-current {
    background-color: #8fcaef;
    color: #ffffff;
  }

    .responsive-calendar .day.active .not-current:hover {
      background-color: #bcdff5;
    }

  .responsive-calendar .day.not-current a {
    color: #858585;
  }

  .responsive-calendar .day .badge {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 1;
  }

.calendar-date {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  /*color: #000000;*/
  margin-top: 5px;
}

.calendar-title {
  font-family: Montserrat-ExtraBold;
  font-size: 14px;
  /*color: #000000;*/
  margin-top: 15px;
}

.calendar-description {
  font-family: Montserrat-Regular;
  font-size: 14px;
  /*color: #000000;*/
}

.calendar-stkdesc {
  background-color: #36a0e2;
  width: fit-content;
  border-radius: 5px;
  padding: 2px;
  font-family: Montserrat-Regular;
  font-size: 14px;
}

.calendar-link .calendar-date .calendar-description .calendar-title .calendar-stkdesc a:hover{
  cursor:pointer;
}

.calendar-popup{
  cursor:pointer;
}
/*Ticker*/
* {
  box-sizing: border-box;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.ticker-wrap {
  height: 3rem;
  overflow: hidden;
  /*background-color: rgba(0, 0, 0, 0.9);*/
  padding-left: 100%;
  box-sizing: content-box;
  /*border: 1px solid #ccc;*/
}

  .ticker-wrap .ticker {
    display: inline-block;
    height: 3rem;
    line-height: 3rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 120s;
    animation-duration: 120s;
    animation-play-state: running;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-delay: 0s;
  }

  .ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 1rem;
    font-size: 1rem;
    color: black;
  }

span.stock-name-default {
  font-size: 14px;
  color: #029CD0;
  font-family: Montserrat-SemiBold;
}

span.stock-price {
  font-size: 14px;
  color: #000000;
  font-family: Montserrat-SemiBold;
}

.green {
  font-size: 14px;
  color: #3A9C13;
  font-family: Montserrat-SemiBold;
}

.red {
  font-size: 14px;
  color: #DC3232;
  font-family: Montserrat-SemiBold;
}

.default-title-opinions a {
  font-size: 16px;
  color: #000000;
  font-family: Montserrat-Bold;
  padding-bottom: 10px;
  height: 50px;
  overflow: hidden;
}

.default-title-videos {
  font-size: 14px;
  color: #000000;
  font-family: Montserrat-Bold;
  padding-bottom: 10px;
  height: 50px;
  overflow: hidden;
}

.default-img {
  height: 165px;
  overflow: hidden;
}

/*.highcharts-credits{
  display:none;
}*/

.default-pinned {
  height: 165px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.pinned-img {
  width: 35%;
}

.opinions-default-pinned {
  width: 97%;
  margin: 16px;
  border: 1px solid #ccc;
  padding: 10px;
}

.profile-link {
  font-size: 14px;
  color: #0069A0;
  font-family: Montserrat-SemiBold;
}

.default-date {
  font-size: 14px;
  color: #888888;
  font-family: Montserrat-Regular;
}

.default-opinions-button {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: smaller;
}

.stock-name-default {
  font-family: Montserrat-Bold;
  padding-left: 10px;
}

.stock-comment-default {
  /*font-family: Montserrat-Bold;*/
 /* padding: 10px;*/
  word-break:break-word;
}

.my-bursa {
  float: right;
  display: block;
}

.stock-date-default {
  font-family: Montserrat-Regular;
  padding: 10px;
  color: #8f8f8f;
}

.stocks-comment-container {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  margin: 5px;
  border-radius: 10px;
  overflow: auto;
}

.stocks-button-default {
  border: 1px solid #ccc;
  border-radius: 20px;
  width: max-content;
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 10px 10px;
}

.default-opinions-left {
  float: left;
  width: 46%;
  margin: 15px 8px 15px 15px;
  border: 1px solid #ccc;
  padding: 10px;
  height: 370px;
  overflow: auto;
}

.default-opinions-right {
  float: right;
  width: 46%;
  margin: 15px 15px 15px 8px;
  border: 1px solid #ccc;
  padding: 10px;
  height: 370px;
  overflow: auto;
}

.opinions-profile-pic {
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.default-videos-left {
  width: 46%;
  margin: 16px;
  float: left;
  height: 500px;
  overflow: auto;
}

.default-videos-right {
  width: 46%;
  margin: 16px 0px 0px 16px;
  float: right;
  height: 510px;
  overflow: auto;
}

/* Left column */
.leftcolumn-default {
  float: left;
  width: 68%;
  padding-right: 20px
}

/* Right column */
.rightcolumn-default {
  float: left;
  width: 32%;
}

.img-default-discussion {
  float: right;
  /*margin-top: -38px;*/
  margin-right: 15px;
}

.right-video-default {
  float: left;
  width: 51%;
}

.right-video-title {
  float: right;
  width: 45%;
  margin-left: 10px;
}

.event-default {
  background-color: #f8f8f8;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin: 10px;
  padding: 10px;
}

.leftcolumn-signin {
  float: left;
  width: 20%;
}

.rightcolumn-signin {
  float: right;
  width: 75%;
}

.display-hide {
  display: none;
}

.news-content{
  width:100%;
}

@media screen and (max-device-width : 1170px) {
  .leftcolumn-default {
    float: left;
    width: 100%;
    padding-right: 0px
  }

  /* Right column */
  .rightcolumn-default {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
}

.btn-opinions-sort {
  padding: 9px;
  background-color: #ffffff;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 30px;
}

.btn-category-sort {
  padding: 5px;
  background-color: #ffffff;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 30px;
  width: fit-content;
  font-size: 10px;
  width: -moz-fit-content;
}


.btn.btn-opinions-sort.active {
  background-color: #ccc;
}


@media (min-device-width: 0px) and (max-device-width : 800px) {
  .default-opinions-left {
    width: 100%;
    margin: 15px 0px 15px 0px;
    float: left;
  }

  .default-opinions-right {
    width: 100%;
    margin: 15px 0px 15px 0px;
    float: left;
  }

  .default-title-videos {
    font-size: 10px;
  }

  .default-title-opinions {
    font-size: 10px;
  }

  .default-videos-left {
    width: 100%;
    height: unset;
    display: none;
  }

  .default-videos-right {
    width: 95%;
    margin: 16px 10px 0px 16px;
  }

  .right-video-default {
    float: unset;
    width: 100%;
  }

  .right-video-title {
    float: unset;
    width: 100%;
    margin-left: 0px;
  }

  .default-pinned {
    height: 165px;
    overflow: hidden;
    margin-left: unset;
    margin-right: unset;
  }

  .pinned-img {
    width: 80%;
  }

  .opinions-default-pinned {
    width: 100%;
    margin: 0px;
    border: 1px solid #ccc;
    padding: 10px;
  }

}

.name-link {
    cursor: pointer;
}


.announcement-attachment {
 /*border: 1px solid black;*/
  padding: 5px;
  width: fit-content;
}

.announcement-a-title {
  margin-bottom:3px;
}

.announcement-link {
  text-decoration: underline;
  color: #337ab7;
}


.one-slide-marketplace {
  border-radius: 3px;
  margin-right: 1.5rem;
  font-size: 1.1rem;
  height: auto;
  max-height: inherit;
  text-decoration: none;
  color: #000000;
  padding: 5px;
}

.webinar-tag {
  background: grey;
  width: fit-content;
  margin-top: 10px;
  padding: 3px;
  border-radius: 5px;
  font-family: Montserrat-Bold;
  font-size: 11px;
  color: #000000;
}

.webinar-title {
  padding-top: 5px;
  font-family: Montserrat-SemiBold;
  color: #000000;
}

img.webinar-img {
  width: 100%;
  height: 200px;
  object-fit: cover
}

.webinar-filter {
  margin-top: -200px;
  z-index: 100;
}

.webinar-filter-details {
  margin-top: -215px;
  z-index: 100;
}

.scroll-media-marketplace {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.training-course-total {
  position: absolute;
  background-color: #5ec9ea;
  padding: 8px;
  font-family: Montserrat-Bold;
  color: #FFF;
  border-radius: 10px;
  margin:10px;
  box-shadow: 5px 5px 8px 1px #000;
  z-index: 1;
}

.webinar-details {
  position: absolute;
  color: #63f9da;
  font-family: Montserrat-Bold;
  padding: 15px;
  font-size: 15px;
}

.contributor-details {
  position: absolute;
  color: #FFF;
  font-family: Montserrat-Bold;
  padding: 15px;
  font-size: 15px;
  margin-top: 160px;
  text-align: center;
  z-index: 1;
  width:100%;
}

.contributor-details1 {
  position: absolute;
  color: #FFF;
  font-family: Montserrat-Medium;
  padding: 15px;
  font-size: 15px;
  margin-top: 160px;
  text-align: center;
  z-index: 1;
}


.contributor-details-hr {
  width: 40%;
  color: #27aae1;
  border: 2px solid aqua;
}

.webinar-details-bottom1 {
  position: absolute;
  margin-top: 150px;
  color: #FFFFFF;
  font-family: Montserrat-SemiBold;
  padding-left: 10px;
}

.webinar-details-bottom2 {
  position: absolute;
  margin-top: 170px;
  color: #FFFFFF;
  font-family: Montserrat-SemiBold;
  padding-left: 10px;
  display: flex;
  flex-direction: row;
}

.webinar-details-bottom3 {
  background-color: #1c75bc;
  color: #FFF;
  padding: 5px;
  border-radius: 5px;
  z-index: 1;
  font-family: Montserrat-Bold;
  /*position: absolute;
  display: flex;
  flex-direction: row;
  margin-left: 20%;
  margin-top: 156px;*/
  right: 20px;
  position: absolute;
  bottom: 10px;
}

.marketplace-buynow {
  background-color: #1c75bc;
  color: #FFF;
  padding: 5px;
  border-radius: 5px;
  z-index: 1;
  position: absolute;
  font-family: Montserrat-Bold;
  display: inline;
  flex-direction: row;
  margin-left:15px;
}

.see-more-items {
  float: right;
  font-size: 14px;
  font-family: "Montserrat-Medium";
  padding-left: 3px;
  margin-right: 25px;

}

img.marketplace-img {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0px 10px 10px 0px;
  object-fit: cover;
}

.stock-report-img {
  width: 100%;
  height: 100%;
  max-height: 325px;
  /*padding: 5px;*/
  border: 1px solid #b5afaf;
}

.featured-contributors-img {
  width: 100%;
  height: 310px;
  max-height: 310px;
  border: 1px solid #b5afaf;
  object-fit: cover;
}

.training-course {
  width: auto;
  height: auto;
  min-height: 128px;
  max-height: 315px;
  max-width: 515px;
}

.vertical-separator {
  margin-left: 40px;
  margin-right: 40px;
  font-size: 34px;
  padding-top: 9px;
  font-family: Montserrat-Light;
}

.overlay {
  position: absolute;
  left: 0;
  background: rgba(255,255,255,.5);
}

.stock-report-list-img {
  width: 100%;
  height: 100%;
  max-height: 325px;
}

.overlay-text-report {
  position: absolute;
  /*width: 11%;*/
  font-size: 15px;
  color: #FFF;
  font-family: Montserrat-ExtraBold;
  padding: 10px 5px 10px 5px;
  text-align: left;
  opacity: 1;
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 128px;
  max-height: 315px;
  max-width: 515px;
  margin-left: auto;
  margin-right: auto;
}

.overlay-title {
  position: absolute;
  font-size: 15px;
  color: #FFF;
  font-family: Montserrat-ExtraBold;
}

.overlay-separator{

}

.overlay-purchased {
  font-family: Montserrat-Light;
  text-align: left;
  padding: 60px 0px 0px 10px;
  font-size: 13px;
}

.btn-view-more {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.btn-more {
  padding: 5px 20px 5px 20px;
  background-color: #FFF;
  border: 1px solid black;
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  box-shadow: 1px -2px #888;
}

.coin-img {
  width: 15px;
  height: 15px;
  margin: -3px 5px 0px 5px;
}

.search-marketplace {
  border: 1px solid black;
  width: fit-content;
  display: inline-block;
  padding-left: 10px;
  float:right;
}

.webinar-title {
  font-family: Montserrat-Medium;
  font-size: 15px;
  padding-top: 5px;
}

/*.marketplace-details-title {
  padding-left: 5px;
  text-align: left;
  display: block;
}*/

.overlay-play {
  position: absolute;
  font-size: 50px;
  display: block;
  color: #000;
  opacity: 0.8;
  justify-content: center;
  margin-left: 130px;
  margin-top: 70px;
}

.report-hr {
  width: 30%;
  font-size: 15px;
  font-family: Montserrat-Bolg;
  height: 7px;
  border: 2px solid #FFF;
  height: 0px;
  margin: 10px 0px;
}

.numbering-course {
  display: inline;
  background-color: #1c75bc;
  padding: 5px 12px 5px 12px;
  border-radius: 20px;
  margin-right: 5px;
  color: #FFF;
}

.marketplaceSearch {
  display: block;
  margin-left: -12px;
  width: 211px;
  box-shadow: none;
  font-family: Montserrat-Medium;
  font-size: 12px;
  color: black;
  background-color: #FCFCFC;
  max-height: 295px;
  overflow-y: auto;
  z-index: 5;
  position: absolute;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

  .marketplaceSearch:hover {
    cursor: pointer;
  }

  .marketplaceSearch tr:hover {
    background-color: #b8b8b8;
  }

  .marketplaceSearch tr.header, .marketplaceSearch tr.header:hover {
    background-color: #e5e5e5;
    font-family: Montserrat-Bold
  }

  .marketplaceSearch tr.no-result, .marketplaceSearch tr.no-result:hover {
    font-family: Montserrat-Italic;
    background-color: #fcfcfc;
  }

  .marketplaceSearch td {
    padding: 5px 5px 5px 20px
  }

  .marketplaceSearch table {
    font-size: 12px;
    font-family: Montserrat-Regular;
    width: 100%;
  }

.marketplaceSearch-click {
  border-radius: 0px;
  border: none;
  width: 300px;
  height: 30px;
  color: black;
  padding: 3px 15px;
  font-size: 13px;
  font-family: Montserrat-Regular;
  background-color: #FCFCFC;
}

.sideleft-marketplace {
  /*-ms-flex: 15%;*/ /* IE10 */
  /*flex: 15%;*/
  width: 20%;
  padding: 5px;
}

.contributors-details-marketplace {
  width: 78%;
  padding-left: 20px;
}

.report-title {
  height: 45px;
  overflow: hidden;
  text-align: initial;
}

.marketplace-color {
  color:#00283c !important;
}

.tv-display {
  box-shadow: 0px 3px 10px #E2E4E3;
  margin-top:5px;
  display:flex;
  height:450px;
  flex-direction:column;
}

.nav-dropdown {
  padding: 0.25rem 1.5rem;
  color: black;
  clear: both;
  white-space: nowrap;
  font-weight: 400;
  display: block;
  text-align: inherit;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
background-color:unset;
color:#000;
}

.coins-xifu {
  width: 320px;
  height: 215px;
  background-color: #000C1A;
  color:white;
  border-radius: 10px;
  padding: 29px;
  text-align: center;
  margin-top: 14px;
  margin: 10px;
  float:left;
}

.coin-payment{
  width:30px;
  height:30px;
  margin:-13px 5px 0px 5px;
}

.payment-details {
  display: flex;
  justify-content: center;
}


/*alicia start*/

img.marketplace-icon-img{
  display:flex;
  margin:0 auto;
  width:60%;
  height:100%;
  border-radius:unset;
  padding-bottom:20px;
}

.marketplace-details-title {
  color: #1c75bc;
  font-family: Montserrat-Semibold;
  font-size: 20px;
}

/*alicia end*/
