* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

html {
  font-size: 62.5%;
  --header1: calc(2rem + 1vw);
  --header2: calc(3.5rem + 1vw);
  --header3: calc(3rem + 1vw);
  --header4: calc(2.4rem + 1vw);
  --text: calc(1.5rem + 1vw);
  --big: calc(6rem + 1vw);
  --special-color: #906272;
  --background-color: #414141;
  --gray-text: #525252;
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif !important;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 1.4;
  overflow:hidden;
}

@media (min-width:1220px) {
  .col-3 {
    flex: 0 0 18%;
    max-width: 18%;
  }

  .col-md-9 {
    flex: 0 0 82%;
    max-width: 82%;
  }
}

a {
  text-decoration: none;
  /*color: black;*/
}

a:hover {
  text-decoration: none
}
.marque-main-div{
background-color:#f9f9f9;
border-bottom:1px solid #f2f2f2
}
.top-stories{
  text-transform: uppercase;
  color: #1966ff;
    font-size: 16px;
    padding-top: 16px;
    font-weight: 700;
}
.logo-container{
    text-align: center;
}
.logo{
     width: 34%;
    padding: 12px 0px;
  /*margin-left: 45px; */
}
.divtab::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  content: "";
  /*background: #000000;*/
}
.bg-img{
    width:100%;
    cursor:ponter;
}
.divtab span {
  padding: 20px;
  text-align: center;
  margin: auto;
  top: 0;
  left: 0;
  position: relative;
  z-index: 120;
  font-size: 13px;
  color: #fff !important;
  display: flex;
  align-items: center;
  height: 100%;
  text-shadow: 0 4px 4px #000;
  font-weight: 500;
  justify-content: center;
}

.display-title {
  font-size: 14px;
}

.side-nav {
  background-color: #fff;
  position: relative;
  z-index: 9999;
}
.side-nav .mt-1{
        height: 90vh !important;

}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #1966ff;
}

.f-14 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #666;
  font-weight: 700;
}
.marquue-text{
  background-color: #1966ff;
    color: #fff;
    border: 3px solid #1966ff
}

marquee a {
  color: #fff;
  padding-top: 5px;
  font-size: 18px;
}

marquee a:hover {
  color: #fff;
}

.fa-facebook {
  background: #1966ff;
  color: #fff ;
  font-size: 14px;
  margin-left: 5px;
  text-align: center;
  line-height: 12px;
  padding: 6px 8px;
}
.twitter {
  background: #1966ff;
  padding: 3.5px;
  width: 24px;
  height: 24px;
}
.fa-youtube-play {
  background: #1966ff;
  color: #fff ;
  font-size: 14px;
  margin-left: 5px;
  text-align: center;
  line-height: 12px;
  padding: 6px;
}

.fa-instagram {
  background: #1966ff;
  color: #fff;
  font-size: 14px;
  margin-left: 5px;
  text-align: center;
  line-height: 12px;
  padding: 6px;
}
.fa-linkedin {
  background: #1966ff;
  color: #fff ;
  font-size: 14px;
  margin-left: 5px;
  text-align: center;
  line-height: 12px;
  padding: 6px;
}
.modal-backdrop {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 0;
  background-color: none;
}

.modal {
  z-index: 9999999;
  top: unset;
  left: unset;
}

.modal-header {
  background-color: #000;
  color: #fff;
  display: block;
}

.modal-dialog {
  max-width: 350px;
  margin: 0rem auto;
  margin-right: 1px;
}

input {
  margin-right: 20px;
}

.modal-footer button {
  background-color: #000;
  color: #fff;
}

.pop-quest {
  color: #000;
  font-weight: 600;
  margin: 10px 0;
  font-size: 14px;
}

.pop-ans li {
  padding: 3px 0;
  font-size: 12px;
  color: #000
}

.modal-header .close {
  color: #fff;
  opacity: 1;
  margin-top: -28px;
}

.left-icons-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 23px 0 0 0;
}

.left-icons-wrapper>a {
  margin: 0 2px;
}

.left-icons-wrapper>a>i {
  border-radius: 2px;
}

.website-link {
  font-size: 18px;
  color: #000;
  margin-right: 15px !important;
  font-weight: 500
}
 
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent;
  border: none;
  padding: 0;
}

.nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 0;
}

.nav-tabs {
  border-bottom: none;
}

.cookie-container {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #fff;
  color: #333;
  padding: 15px;
  box-shadow: 0 -2px 16px rgb(47 54 64 / 39%);
  transition: 400ms;
  z-index: 9999999999;
}
.cookie-container a{
  color: #000;
    text-decoration: underline;
}
.cookie-container.active {
  bottom: 0;
}

.cookie-container p {
  font-size: 14px
}

.inner-cookie-block {
  max-width: 1024px;
  margin: 0 auto;
  font-size: 14px;
  padding: 0 30px;
}

.inner-cookie-block h5 {
  font-weight: 700;
  color: #121c2d;
  font-size: 16px;
}

.cookie-btn,
.no-btn {
  padding: 8px 32px;
  background: #1966ff;
  border-radius: 30px;
  cursor: pointer;
  color: #fff;
  border: none
}

.cookie-btn:hover,
.no-btn:hover {
  opacity: 0.8
}

.hide-block {
  display: none !important
}

.modal-body {
  max-height: 250px;
  overflow: scroll;
}
.tab-pane embed,.tab-pane video{
    height: calc(100vh - 80px) !important;
}