body {
  font-family: "Inter", sans-serif;
  /* font-family: 'Noto Sans Devanagari', sans-serif; */
}
.main_container .top_floating_bar {
  background-color: #f5f5f5;
  height: 38px;
}
.flex_box {
  display: flex;
  align-items: center;
  width: 100%;
}
.animation {
  animation: marquee 25s infinite linear;
  position: relative;
  animation-delay: 0s;
}
.animation a{
  color: black;
text-decoration: none;
}
.animation:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    left: 102%;
  }
  100% {
    left: -120%;
  }
}
.flex_box .marque span::after {
    content: "";
    height: 10px;
    padding: 0 6px;
    border-right: 1px solid #e32121;
}
.flex_box .marque span {
    padding: 9px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #2d2d2d;
}
.flash_trending {
  display: flex;
}
.date_time_wrapper {
  color: #6d6d6d;
  padding: 10px 8px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.fa.fa-clock-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.date_time_wrapper {
  font-size: 12px;
  white-space: nowrap;
}
.fa.fa-clock-o::before {
  content: "\f017";
}
.trending_bar {
  background-color: #e32121;
  padding: 11px 10px;
  margin-right: 10px;
  display: flex;
  color: white;
  font-family: "Inter", sans-serif;
  /* font-family: 'Noto Sans Devanagari', sans-serif; */
  font-size: 12px;
  font-weight: 500;
}
.trending_bar .flash_icon {
  height: 15px;
  width: 15px;
}

.footer_top.flex .logo_text pre {
  font-family: "Inter", sans-serif;
  /* font-family: 'Noto Sans Devanagari', sans-serif; */
}
.trending_bar {
  color: white;
  font-family: "Inter", sans-serif;
  /* font-family: 'Noto Sans Devanagari', sans-serif; */
  font-size: 12px;
  font-weight: 500;
}
.fa-solid, .fas {
  font-weight: 900;
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: "Font Awesome 6 Free";
}
.fa-bolt::before, .fa-zap::before {
  content: "\f0e7";
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.top_bar_marquee {
  width: 89%;
  display: flex;
}
.animation {
  animation: marquee 25s infinite linear;
    animation-delay: 0s;
  position: relative;
  animation-delay: 0s;
}
.flex {
  display: flex;
}
.marque {
  cursor: pointer;
}
.flex_box .marque span {
  padding: 9px;
  font-family: "Inter", sans-serif;
  /* font-family: 'Noto Sans Devanagari', sans-serif; */
  font-size: 12px;
  font-weight: 400;
  color: #2d2d2d;
}

.flex_box .marque span::after {
  content: "";
  height: 10px;
  padding: 0 6px;
  border-right: 1px solid #e32121;
}
.flex_box .marque span {
  font-family: "Inter", sans-serif;
  /* font-family: 'Noto Sans Devanagari', sans-serif; */
  font-size: 12px;
  font-weight: 400;
  color: #2d2d2d;
}
.flex {
  display: flex;
}
.header_social_icons {
  align-items: center;
}
.header_social_icons i {
  margin-left: 15px;
  font-size: 14px;
}
.fa-brands, .fab {
  font-weight: 400;
}
.fa-brands, .fab {
  font-family: "Font Awesome 6 Brands";
}
.flex_box {
  display: flex;
  align-items: center;
  width: 100%;
}
.banner_logo_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 6px 0;
  height: 130px;
  width: 100%;
}
.banner_logo_wrapper .logo {
  width: 305px;
}
.banner_logo_wrapper .banner {
  /*border: 1px solid #6d6d6d;*/
  width: 66.5%;
  height: 90px;
}
.inner_sidebar_overlay {
  display: none;
}
search_box input {
  height: 40px;
  width: 225px;
  color: #6d6d6d;
  font-size: 14px;
  padding: 0 8px;
  outline: none;
}
.search_box button {
  border: none;
  background-color: #e32121;
  color: white;
  height: 40px;
  width: 40px;
  font-size: 18px;
  cursor: pointer;
}
.fa-solid, .fas {
  font-weight: 900;
}
.sidebar_nav {
  display: none;
}
.mb_3 {
  margin-bottom: 30px;
}
.shadow_container {
  box-shadow: 0 3px 6px -4px gray;
}
@media screen and (min-width: 1140px) {
  .container {
    width: 1140px;
    margin: 0 auto;
    scroll-behavior: smooth;
  }
}
@media screen and (min-width: 1250px) {
  .container {
    width: 1054px;
    margin: 0 auto;
    scroll-behavior: smooth;
  }
  .width_adj {
    width: 130%;
  }
}
.navbar {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: black;
}
.navbar .navbar_inner {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  height: 100%;
}
.navbar .navbar_inner .active_item {
  border-top: 2.8px solid #e32121 !important;
}
.navbar .navbar_inner .navbar_item {
  padding: 17px 13px 0 15px;
  position: relative;
  cursor: pointer;
}
.navbar .navbar_inner .menu_item {
    padding: 17px 15px 0 15px;
    border-top: 2.8px solid transparent;
    position: relative;
    cursor: pointer;
}
.navbar .navbar_inner .navbar_item:hover {
    border-top: 2.8px solid #e32121 !important;
}
.navbar .navbar_inner .navbar_item:hover .nav_link {
    color: #e32121 !important;
}
.navbar .navbar_inner {
  list-style: none;
}
.navbar .navbar_inner .navbar_item {
  cursor: pointer;
}
.navbar .navbar_inner {
  list-style: none;
}
.navbar .navbar_inner .navbar_item:hover .dropdown {
    display: block;
    z-index: 11;
    left: 0px;
    top: 55px;
}
.dropdown .dropdown_list {
    background-color: black;
    margin: 0;
    padding: 0;
}
.dropdown_items:hover .inner_dropdown {
    display: block !important;
    z-index: 12;
}
.dropdown_items .inner_dropdown {
    width: 200px;
    position: absolute;
    top: 15px;
    left: 87px;
    display: none;
    border-top: 2px solid #e32121;
}
.dropdown .dropdown_list .dropdown_items {  
    list-style: none;    
}
.dropdown_items .inner_dropdown .inner_dropdown_list a{
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.dropdown_items .inner_dropdown .inner_dropdown_list li{
    padding: 10px 14px;
}
.dropdown_items .inner_dropdown .inner_dropdown_list .inner_dropdown_items:hover .inner_dropdown_link {
    color: #e32121 !important;
}
.dropdown .dropdown_list .dropdown_items:hover .dropdown_link {
    color: #e32121 !important;
}
.dropdown_items .inner_dropdown .inner_dropdown_list {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: black;
}
.navbar .navbar_inner .navbar_item .nav_link {
  text-decoration: none;
  color: white;
  font-size: 13px;
  font-weight: 600;
}
.dropdown {
  width: 200px;
  position: absolute;
  display: none;
  border-top: 2.6px solid #e32121;
}
.sub-menu{
  width: 200px;
  position: absolute;
  display: none;
  border-top: 2.6px solid #e32121
}
.dropdown .dropdown_list {
  margin: 0;
  padding: 0;
}
.dropdown .dropdown_list .dropdown_items {
  padding: 10px 14px;
  list-style: none;
  position: relative;
}
.dropdown .dropdown_list .dropdown_items .dropdown_link {
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.dropdown .dropdown_list .dropdown_items {
  list-style: none;
}
.navbar .search_icon {
  padding-right: 15px;
  position: relative;
  cursor: pointer;
}
.navbar .search_icon:hover .search_box {
  display: flex;
}
.fa-magnifying-glass::before, .fa-search::before {
  content: "\f002";
}
.navbar .navbar_inner .navbar_item {
  padding: 17px 13px 0 15px;
  border-top: 2.8px solid transparent;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .navbar .search_icon .search_box {
    position: absolute;
    bottom: -88px;
    right: 0;
    z-index: 20;
    padding: 20px;
    min-width: 200px;
    display: none;
    background-color: black;
    border-top: 2px solid #e32121;
  }
}
.mb_3 {
  margin-bottom: 30px;
}
.blackColor {
  color: black !important;
}
@media screen and (max-width: 600px) {
  .inner_sidebar_overlay {
    display: none;
    position: absolute;
    z-index: 25;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.625);
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: rgba(25, 25, 25, 0.537254902);
  }
  .inner_sidebar {
  position: absolute;
  z-index: 25;
  top: 0;
  left: 0;
  width: 86%;
  height: 100%;
  overflow: auto;
  background-color: white;
}
  .inner_sidebar .sidebar_header {
  padding: 15px 15px;
  display: flex;
  justify-content: end;
  align-self: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.inner_sidebar .sidebar_logo a {
  display: flex;
  justify-content: center;
  margin: 30px 0;
  cursor: pointer;
}
.inner_sidebar .sidebar_logo a {
  cursor: pointer;
}
.inner_sidebar .sidebar_body {
  padding: 0 15px;
  background-color: white;
}
.inner_sidebar .sidebar_body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-menu{
  position:relative;
}
.sidebar_nav_items .search_icon:hover .search_box {
  display: flex;
}
.top_floating_bar {
  display: none;
}
.inner_sidebar .sidebar_body ul li {
  justify-content: space-between;
  border-bottom: 1px solid lightgray;
  padding: 12px;
}
.inner_sidebar .sidebar_body ul li a {
  font-size: 17px;
  color: #2d2d2d;
  text-decoration: none;
  font-weight: 600;
}
.inner_sidebar .sidebar_body ul li a.active {
  color: #e32121;
}
  .sidebar_nav {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 24;
}
.sidebar_nav .sidebar_nav_items {
  border-top: 2.5px solid #e84632;
  padding: 5px 13px;
  display: flex;
  background-color: white;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 3px 6px -4px gray;
}
.sidebar_nav_items img {
  padding: 0 15px;
}
.sidebar_nav_items .search_icon {
  position: relative;
  cursor: pointer;
}
.sidebar_nav_items .search_icon .search_box {
  position: absolute;
  bottom: -114px;
  right: 0;
  z-index: 20;
  padding: 20px;
  min-width: 200px;
  display: none;
  background-color: white;
  border-top: 2px solid #e32121;
  box-shadow: 0 7px 10px lightgray;
}
.search_box input {
  border: 0.6px solid gray;
  height: 45px;
  width: 260px;
  color: #6d6d6d;
  font-size: 16px;
  padding: 0 8px;
  font-family: "Inter" sans-serif !important;
  outline: none;
}
.search_box button {
  border: none;
  background-color: #e32121;
  color: white;
  height: 45px;
  width: 40px;
  font-size: 18px;
  cursor: pointer;
}
.flex_box {
  height: 250px;
}
.d_none {
  display: none;
}
.banner_logo_wrapper {
  display: block;
  margin: 37px 0;
}
.banner_logo_wrapper .logo {
  margin: 12px auto;
  width: 90%;
}
.shadow_container {
  display: none;
}
.flash_trending,.top_bar_marquee{
  display:  none;
  }
  .image_grid_container_latest {
  flex-direction: column;
}

  .gradient_section {
  padding: 30px 15px !important;
}
.image_grid_container {
  flex-direction: column;
}
.w_4 {
  width: 100% !important;
  margin-top: 20px;
}
.mobile_flex {
  flex-direction: column;
}
.image_grid_container_66 {
  flex-direction: column;
  width: 96% !important;
  padding: 0 15px;
}
.image_grid_container_66 .flex {
  flex-direction: column;
}
.w_3 {
  width: 100% !important;
}
.mobile_flex {
  flex-direction: column;
}
.smallest_text_card.mx_2 {
  margin: 20px 0px !important;  
}
.smallest_text_card {
  width: 100% !important;
  height: auto !important;
  margin-top: 20px !important;
}
.card_image_holder {
  position: relative;
  width: 100% !important;
  height: 100% !important;
}
.big_text_card {
  width: 100% !important; 
  height: auto !important;
}
.px_15 {
  padding: 0 15px !important;
}
.w_100 {
  width: 100% !important;
}
.image_grid_container_66 .grid_item {
  width: 100% !important;
}
.image_card .img_wrapper {
  width: 100% !important;
  height: 300px !important;
}
.inline_content_card {
  width: 100% !important;
}
.big_img_card {
  width: auto !important;
}
.image_grid_container_33 {
  padding: 20px 15px !important;
}
.image_grid_container_33 .grid_item {
  width: 100% !important;
  margin: 0 !important;
  margin-top: 10px !important;
}
.ads_box_grid {
  width: auto !important;
  margin-left: 0px;
  margin-top: 30px;
}
/*mobile menu custom css*/
.navbar_inner_mobile > .menu-item > a span.menu-item-content {
  padding: 0 !important;
  border: none;
  position: static;
  width: 15px;
}
.menu-item-content {
  display: flex;
  align-items: center;
  line-height: 1;
  width: auto;
  white-space: nowrap;
  margin: 0;
  float: right;
}
.menu-item-content > .menu-item-title {
  flex-grow: 1;
}
.navbar_inner_mobile > .menu-item > a span.menu-item-content::after {
  position: absolute;
  right: 0;
}
.menu-item-content::after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAS0lEQVR4nO2UsQ0AIQwDL5uxTdbhO6YFmhQsYD1IPiltTolkgzFF1EgI4AOGStKACawSSSR5SGSXpCVXvCq9/JegBdCVAZOXnXmcDdAZH+AfKMBTAAAAAElFTkSuQmCC);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: "" !important;
}


}
/*Footer*/
.footer {
  background-color: #1f1f1f;
  overflow: hidden;
}
.footer_top {
  height: 80px;
  /*padding: 25px 0;*/
}
.flex {
  display: flex;
}
.footer_top .logo_text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #cccccc;
  font-size: 26px;
  margin-right: 40px;
  font-family: "Inter", sans-serif;
}
.footer_top .logo_text span {
  margin-right: 10px;
}
.footer_top .logo_text {
  color: #cccccc;
  font-size: 26px;
  font-family: "Inter", sans-serif;
}
.footer_marquee {
  align-items: center;
  overflow: hidden;
}
.flex {
  display: flex;
}
.animation {
  animation: marquee 25s infinite linear;
    animation-delay: 0s;
  position: relative;
  animation-delay: 0s;
}
.flex {
  display: flex;
}
.footer_marquee .floating_div {
  padding: 10px 12px;
  color: white;
  font-size: 16px;
  border: 1px solid silver;
  height: 40px;
  text-wrap: nowrap;
  border-radius: 6px;
  margin-right: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}
.footer_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #191919;
  padding: 25px 0;
}
.footer_bottom .copyright_text p {
  color: white;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  /* font-family: 'Noto Sans Devanagari', sans-serif; */
}

.footer_marquee.flex .animation .floating_div a {
  color: white;
}

.footer_links {
  list-style: none;
  margin: 0;
    margin-right: 0px;
    margin-left: 0px;
  padding: 0;
  display: flex;
  margin-left: 40px;
  margin-right: 20px;
}
.footer_links {
  list-style: none;
}
.flex {
  display: flex;
}
.social_icons i {
  margin-left: 20px;
  font-size: 14px;
}
.fa-brands, .fab {
  font-weight: 400;
}
.fa-brands, .fab {
  font-family: "Font Awesome 6 Brands";
}
.fa-twitter::before {
  content: "\f099";
}
.footer_marquee {
  align-items: center;
  overflow: hidden;
}
.footer_links li a {
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  margin-left: 15px;
}
.scroll_arrow {
  padding: 8px 12px;
  background-color: black;
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 13;
  cursor: pointer;
}
.scroll_header {
  position: fixed !important;
  z-index: 120 !important;
  top: -60px !important;
  background-color: white !important;
  transform: translateY(60px);
  transition: all 0.5s ease;
}
@media screen and (max-width: 600px){
.footer_top {
  height: auto !important;
  flex-direction: column !important;
}
.footer_bottom {
  flex-direction: column;
}
.footer_links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
}
.footer_links li {
  margin-bottom: 6px;
}
.footer_links {
  list-style: none;
}
.mobile_horizontal_menu{
  display: flex;
  overflow: scroll;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
border-color: #b22222;
border-style: solid;
border-width: 1px 0;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
width: 100%;
margin: 0;
padding: 3px 12px;
}
.mobile_horizontal_menu li{
  flex: 0 0 auto;
list-style: none;
text-align: left;
max-width: 100%;
margin: 0 20px 0 0;
 }
}
.menu-item-has-children > .nav_link::after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAn0lEQVR4nNXQzQpBURTF8Ts0MaA8gSLFS3gKkujOeGBzhfAEysdPJ0eOWz7LwJrszl7rv2qfLPtfoYzKm9lqyF8fNcwwR/0FWI+5kK+FRRcnFy3QeAA2oi/mu1cjxzEaa7QLYBPLBJwWm9OCDTpx38IqASePbkoLthjEKe7zV7/Zx8G9Ajh+CiYFPewTcPQWmN0KhtiF+RGYFJS+An+uM8s18rVxX5LgAAAAAElFTkSuQmCC);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  width: 10px;
  height: 15px;
  display: inline-block;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 4px;
  content: "";
}
.menu-item-has-children > .dropdown_link::after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAn0lEQVR4nNXQzQpBURTF8Ts0MaA8gSLFS3gKkujOeGBzhfAEysdPJ0eOWz7LwJrszl7rv2qfLPtfoYzKm9lqyF8fNcwwR/0FWI+5kK+FRRcnFy3QeAA2oi/mu1cjxzEaa7QLYBPLBJwWm9OCDTpx38IqASePbkoLthjEKe7zV7/Zx8G9Ajh+CiYFPewTcPQWmN0KhtiF+RGYFJS+An+uM8s18rVxX5LgAAAAAElFTkSuQmCC);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  width: 10px;
  height: 15px;
  display: inline-block;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 4px;
  content: "";
}

.scroll_header .menu-item-has-children > .nav_link::after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAgUlEQVR4nIWPwQrCQAxE93c8bJMVPLTJLk7aq6eeCn5zv0SQIiKIgqQiVBE6MBDeEJgJYU2pdBtSO/5yZ54FFoyseLJi+IR+z0wwhli6SIoTCR4p7/tK7EBqdxY7x2zb90fd7kgxkdhttmJy9t2laWsWu5DimjLK38JVhrlXly31AqkeJYca3Tc7AAAAAElFTkSuQmCC) !important;
  width: 8px !important;
  height: 8px !important;
  display: inline-block;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: "";
}
/*share ticker*/
.header_ticker {
  box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.17);
  font-family: Inter;
  height: 66px;
  margin-bottom: 10px;
  overflow-x: auto;
}
.header_ticker .ticker_wrapper {
  display: flex;
  padding: 7px 0 9px 10px;
}
.header_ticker .ticker_wrapper .inner_ticker {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #e4e4e4;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  font-family: 'Arial';
  flex: 0 0 18%;
}
.flex {
  display: flex;
}
.header_ticker .ticker_wrapper .inner_ticker {
  font-size: 15px;
  font-weight: 500;
}
.header_ticker .ticker_wrapper .inner_ticker .flex .market_type {
  color: #1f1f1f;
 }
.m-0 {
  margin: 0;
}
.header_ticker .ticker_wrapper .inner_ticker .flex .market_growth_rate {
  margin-left: auto;
  font-size: 14px;
  color: #3a9801;
}
.flex {
  display: flex;
}
.header_ticker .ticker_wrapper .inner_ticker .flex .market_growth {
  font-size: 14px;
  background: #3a9801;
  color: #fff;
  margin: 3px 0 0 10px;
  padding: 0px 4px;
  text-wrap: nowrap;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1280px) and (max-width: 1365px) {
  .container {
    width: 1020px;
    margin: 0 auto;
    scroll-behavior: smooth;
  }

  .width_adj {
    width: 100%;
  }

  .top_bar_marquee {
    width: 75%;
    display: flex;
}
}


@media screen and (min-width: 1366px) and (max-width: 1920px) {
  .container {
    width: 1100px;
    margin: 0 auto;
    scroll-behavior: smooth;
  }

  .width_adj {
    width: 130%;
  }
}
@media screen and (max-width: 1600px) {

  .navbar .search_icon .search_box {
    position: absolute;
    bottom: -88px;
    right: 0;
    z-index: 20;
    padding: 20px;
    min-width: 200px;
    display: none;
    background-color: black;
    border-top: 2px solid #e32121;
  }
}
@media screen and (min-width: 1250px){
.container {
  width: 1100px;
  margin: 0 auto;
  scroll-behavior: smooth;
}
.width_adj {
  width: 130%;
}

}
@media screen and (min-width: 120px) and (max-width: 1200px){
.hide {
  display: none !important;
}
}
@media screen and (min-width: 906px){
.middle_ads {
  visibility: visible;
  display: block !important;
  padding: 10px;
  text-align: center;
}
}
@media screen and (max-width: 600px){
  .middle_ads {
  visibility: hidden;
  display: none !important;
  }
}
/*Skin ad css*/
#GenecyDFPAdWallpaperCont a:first-of-type{
   left: -46px !important;
}
#GenecyDFPAdWallpaperCont a:nth-of-type(2) {
    left: 91% !important
}
#GenecyDFPAdWallpaperCont a:nth-of-type(2) > a {
   position: initial !important;
}

.advertisement-bg {
    width: 100%;
    min-height: 300px;
    margin-bottom: 15px;
    padding: 20px 10px 10px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.whtsppchannle {
display: flex;
background: #249833;
color: #fff;
border-radius: 50px;
margin: 10px 0 20px;
justify-content: space-around;
box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
max-width: 50% !important;
margin: 14px auto;
}
@media (max-width: 767px) {
.whtsppchannle {
max-width: 62% !important;
margin: 10px auto;
}
}
.whtsppchannle a {
color: #fff;
display: flex;
padding: 4px 7px;
font-size: 13px;
align-items: center;
}
.whtsppchannle svg circle {
fill: #249833;
}
/* Progressive Loader Styles */
.bs-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
  min-height: 120px;
  }
  
  .bs-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #007cba;
  border-radius: 50%;
  animation: bs-spin 1s linear infinite;
  margin-bottom: 15px;
  }
  
  @keyframes bs-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
  }
  
  .bs-loading-text {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  }
  
  /* Error styles */
  .error {
  padding: 20px;
  background-color: #ffebee;
  color: #c62828;
  border: 1px solid #ef9a9a;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  }