body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
aside.tools {
  display: none;
}

/*img.logo { 
    width: 108px;
}*/
/*.header .logo-wrap .logo {
    background: url(../img/new-icons/logo-white.svg) no-repeat center bottom;
}*/
#header,
.off-canvas.fixed #header {
  z-index: 9999;
}
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
.card-title a:focus {
  color: #212934 !important;
}
button:focus {
  box-shadow: none !important;
}
a.btn.btn-outline-light.login-btn {
  min-width: 85px;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 3px 30px;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
}
a.btn.btn-outline-light.login-btn:hover {
  color: #fff;
  background: none;
}
a.nav-link.btn.btn-outline-light.login-btn:active,
a.btn.btn-outline-light.login-btn:visited,
a.btn.btn-outline-light.login-btn:focus {
  box-shadow: none !important;
}
.bg-black {
  height: 80px;
  margin: 0 auto;
  background-color: #000 !important;
  padding: 0 5% 2px;
}
.main-wrapper .fixed-top {
  background-color: #fff !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  opacity: 1;
}
ion-icon.grid-icon.md.hydrated {
  color: #fff;
  font-size: 30px;
  margin-left: 30px;
  margin: 10px 0px;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-light.nav-three {
  background-color: #fff !important;
  height: 80px;
  margin: 0 auto;
  display: flex !important;
  padding: 0;
}
/* New nav css starts */
body {
  color: #212529;
}
a {
  color: #007bff;
}
.footer-bottom a:hover {
  color: #ea1010;
}
/*.header ul.navlinks li.tnav-item.dropdown:after{
    content: '';
    width: 100px;
    height: 50px;
    display: block;
    position: absolute;
    top: 17px;
    cursor: pointer;
}
.header ul.navicons li#tnav9:after{
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 17px;
    cursor: pointer;
}*/
.header ul.navicons li#tnav8,
.header ul.navicons li#tnav7 {
  background: none;
  padding-bottom: 0;
}
/* New nav css ends */
div#navbar3 {
  padding: 0px 5% 0px;
  display: flex !important;
  margin: auto;
}
ul.navbar-nav.mr-auto.nav-bar-topics li {
  display: flex;
}
.nav-three a.nav-link {
  color: #4a4f5d !important;
  opacity: 1 !important;
}
.left-main-content {
  margin-top: 78px;
}
nav.nav-three li.nav-item.active a {
  color: #212934 !important;
}
.desktop-home i {
  position: relative;
  top: -3px;
}

.buy-option button a {
  display: block;
  color: #fff;
}
.paged.author .wrap-section.nav-breadcrumb span span span a:first-child {
  display: none;
}
/*side layout*/
.content-section {
  min-height: 2000px;
}
.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}

.sidebar-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* Position the items
      // &:nth-child(2) { top: 25%; }
      // &:nth-child(3) { top: 50%; }
      // &:nth-child(4) { top: 75%; } */
}

.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  /*top: 70px;*/
  top: 190px;
}
.mobile-trending-item {
  display: none;
}

.ad_img,
.ad_text {
  margin-left: 20px;
  margin-top: 25px;
  text-align: left;
  padding: 0px 15px;
}

/* Ignore This, just coloring */

.main-cont article {
  background: #fff;
  border-radius: 12px;
  margin: 65px 0 0px;
}

.title-section,
.content-section,
.sidebar-section {
  background: #fff;
}

.title-section {
  text-align: center;
  padding: 50px 15px;
  margin-bottom: 30px;
}

.content-section h2 {
  text-align: center;
  margin: 0;
  padding-top: 200px;
}

.sidebar-item h3 {
  background: gold;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0 100px;
  border-bottom: solid 1px #fff;
}
.sidebar-item {
  text-align: center;
}
.sidebar-trending-articles {
  margin-top: 25px;
}
.sidebar-socialicons ul.list-group li.heading_sidebar {
  padding-top: 0 !important;
}
.sidebar-trending .social_links_home {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 20px;
  padding: 0 10px;
}
.sidebar-trending .social_links_home a {
  margin-top: 5px;
  margin-bottom: 5px;
}
.sidebar-trending .social_links_home a img {
  width: 28px;
}
.sidebar-trending .heading_sidebar {
  padding-bottom: 23px !important;
}
.homepage-topics .card-image-topic {
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #fff;
  text-align: center;
  border-radius: 16px;
}
.homepage-topics .card-image-topic img {
  border-radius: 16px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  /* height: 150px; */
  height: 200px;
}
.homepage-topics .card-image-topic:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.featured-banner-img {
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #fff;
  text-align: center;
  border-radius: 16px;
  cursor: pointer;
}
.featured-card-cls .featured-banner-img img {
  border-radius: 16px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 100%;
}
.featured-card-cls .featured-banner-img:hover img {
  border-radius: 16px;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.trending-articles-col {
  padding-left: 13px;
}
ul.social li {
  padding: 0;
  margin: 0 10px 0 0;
}
/****************************************/
.main-cont {
  position: static;
  top: 43px;
  /* top: 120px; */
  bottom: 200px;
  left: 0px;
  right: 0px;
}
.footer {
  float: left;
  height: 200px;
  color: #fff;
  opacity: 1;
  background-color: #c01818;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.footer-bottom {
  background: #53565a;
  height: auto;
  color: #fff;
  opacity: 1;
  float: left;
}

footer.page-footer.font-small.unique-color-dark {
  margin: 0 auto;
}
.row.footer-row-one {
  border-bottom: 1px solid #939599;
  margin-bottom: 20px;
  margin-top: 50px;
}
.row.footer-row-three {
  border-top: 1px solid #939599;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 20px;
  align-items: center;
}
.footer-bottom .footer-logo {
  width: 180px;
}
.footer-bottom p {
  font-size: 14px;
  line-height: 22px;
}

.footer-bottom h5 {
  margin-bottom: 30px;
  color: inherit;
}
.row.footer-row-three p {
  font-size: 12px;
}

ul.social-links {
  float: right;
}
ul.social-links li {
  list-style-type: none;
  float: left;
  padding: 0;
  margin: 0;
}
ul.social-links li a i {
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 15px;
  text-align: center;
  margin-right: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  font-style: normal;
  padding-left: 3px;
}
ul.social-links li a i:hover {
  background: #fff;
  color: #333;
}
.fa-facebook {
  background: #4267b2;
}
.fa-linkedin {
  background: #0073b1;
}
.fa-twitter {
  background: #1da1f2;
}
.fa-youtube-play {
  background: #f00;
}
.fa-rss {
  background: #f60;
}
ul.social-links li a:hover {
  text-decoration: none;
}

.card-img img.card-img-top {
  height: 250px;
}
.featured-card-cls.card-img img.card-img-top {
  height: auto;
}
.featured-card-cls p.banner_excerpt {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #212934;
}
.center-cont .card.mb-3.card-img {
  border: 0px;
}
.make-me-sticky .card-body {
  padding: 0px;
  text-align: left;
}
.topics {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0px 20px 0;
}
.topics h3 a {
  font-family: "Poppins", sans-serif;
  font-size: 28px !important;
  line-height: 36px !important;
  color: #212934 !important;
  font-weight: 700 !important;
}
.topics a.see_all_link {
  color: #e01919;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.homepage-topics h5.card-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #212934;
  font-weight: 700;
  height: 86px;
}
.homepage-topics span.short_description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #212934;
}
li.list-group-item:nth-child(1) {
  color: #000;
  text-align: left;
  padding: 10px !important;
  font-weight: bold;
  font-size: 20px;
}
.make-me-sticky h6.card-title {
  margin-bottom: 0.15rem;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #212934;
  font-weight: 700;
}
.make-me-sticky img.card-img-top {
  height: 60px;
}
.footer input.form-control.mr-sm-2 {
  width: 43vw;
}
.footer form.form-inline.my-2.my-lg-0 {
  padding-top: 20px;
}
.footer-bottom a {
  color: #fff;
  opacity: 1;
}
#navbarNav2 ul.navbar-nav li.nav-item {
  display: inline;
  float: left;
  padding: 0px 10px;
}
#navbarNav2 ul.navbar-nav {
  display: inline;
}
.sidebar-item .card {
  width: 100% !important;
  border: 0px;
}
.sidebar-item li.list-group-item {
  font-family: "Poppins", sans-serif;
  padding: 15px 15px;
  border: 0px;
  font-size: 18px;
  line-height: 24px;
  color: #6d7895;
  font-weight: 700;
}
.sidebar-item .card.ad_text h6.card-title {
  font-size: 20px;
  line-height: 28px;
  margin: 20px 0 8px 0;
}
.card.ad_text p {
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 20px 0;
}
ul.navbar-nav.mr-auto.right-nav {
  align-items: center;
}
.search-div input.form-control {
  height: 32px;
  border: 0px;
  border-radius: 22px;
}

.search-div button.btn.btn-outline-secondary {
  height: 32px;
  background-color: transparent;
  color: #000;
  font-weight: bold;
  border-radius: 0px;
  border: 0px;
}
.card-deck .card {
  border: 0px;
}
.input-group.mb-3.search-div {
  /*margin-bottom: 0px!important;
    margin-bottom: 0px!important;
    border: 1px solid gray;
    border-radius: 20px;
    background-color: #fff;*/
}
button.sarch-btn {
  border: none;
  background: transparent;
  outline: none;
}

.input-group.mb-3.search-div {
  border: none;
  margin-bottom: 0 !important;
  margin-right: 10px;
}
button.sarch-btn:hover {
  cursor: pointer;
}
.row.center-cont {
  /* margin: 0px 6%; */
  /* padding-bottom: 35px;
    max-width: 1290px;*/
  margin: 0 auto;
  padding: 0px 5% 0;
  margin-bottom: 60px;
}
.text-muted {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #6d7895 !important;
  text-transform: uppercase;
}
.featured-card-cls .text-muted {
  font-size: 16px;
  line-height: 21.79px;
}
.dropdown-menu {
  border-radius: 0;
}
.language-dropdown.show div#dropdownMenuButton img.dropdown-arrow,
#navbarSupportedContent .show img,
.atmcafee-menu.show img,
.slide-left-menu.show img {
  transform: rotate(0deg) !important;
}
.buy-option {
  background: #f5f6fa;
  padding: 24px;
  border-radius: 10px;
  text-align: left;
}
.topics span {
  color: #e01919;
  font-weight: bold;
}
.buy-option .row {
  margin: 0px;
  padding: 5px;
}
.buy-option p {
  font-size: 11px;
}
button.btn.btn-danger.border-radius,
a.btn.btn-danger.border-radius {
  border-radius: 30px;
  font-size: 14px;
  background-color: #e01919;
  border: none;
  text-align: center;
  min-width: 100%;
}
a.btn.btn-danger.border-radius:focus,
a.btn.btn-danger.border-radius:active {
  box-shadow: none !important;
  color: #fff !important;
}
ul.navbar-nav.mr-auto.nav-bar-topics {
  /*padding-left: 86px;*/
}
ul.nav-bar-topics li a,
.nav-bar-topics a.nav-link {
  font-size: 16px !important;
  font-weight: 600;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-light.nav-three .fa-home {
  font-size: 20px !important;
}
.nav-bar-topics a.nav-link {
  font-size: 0.8rem;
}
.card-body.main-card {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0;
}
.buy-option .col-12 {
  text-align: left;
  padding: 15px;
}
.cyber .card-body {
  padding: 15px 0px;
}

p.card-text.awareness-text {
  font-size: 0.8rem;
}
.cyber .card-footer {
  background-color: transparent;
  border: 0px;
  padding-left: 0;
}
.subscribe input.form-control {
  background: #022b45;
  border-radius: 18px;
  border: 1px solid #5f6d75;
}

.subscribe .input-group-append {
  background: rgb(224 25 25);
  border-radius: 0px 18px 18px 0px;
}

.subscribe .input-group-text {
  background: rgb(224 25 25);
  color: #fff;
  border: 0px;
  border-radius: 0px 18px 18px 0px;
  padding: 0px 24px;
  font-size: 0.8rem;
}
.footer-bottom .container {
  padding: 0px 105px;
}
.border-b {
  border-bottom: 1px solid #252525;
}
.socila-links a {
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  margin: 5px;
  padding: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.follow-us {
  width: auto;
  text-align: left;
  float: right;
}
.follow-us ion-icon {
  color: rgb(4 25 41);
}
.socila-links {
  display: inline-flex;
}
.footer-items {
  border-bottom: 1px solid #292929;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: initial;
  color: initial;
  outline: none;
  box-shadow: none;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: none !important;
}
.form-control:focus {
  box-shadow: none;
}
.card-img-top:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.1);
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-light.nav-three {
  display: block;
}
ul.navbar-nav.mr-auto.nav-bar-topics.nav-nenu-none {
  display: none;
}
h1.card-title {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  color: #212934;
  font-weight: 700;
  line-height: 40px;
}

.region-footer {
  display: flex;
  align-items: center;
}

img.globe-logo-white {
  margin-right: 5px;
}

#at-mcafee-mobile p {
  margin: 0;
}

/* ATP Ads CSS starts */
.atp_ad_image_sec .buy-option {
  background: linear-gradient(180deg, #b10062 0%, #f51627 100%);
  border-radius: 12px;
  padding: 20px;
}
.atp_ad_textual_sec .buy-option {
  background: linear-gradient(180deg, #b10062 0%, #f51627 37.76%);
  border-radius: 12px;
  padding: 10px;
}

.atp_ad_image_sec .ad_img {
  margin: 0 0 17px 0;
  padding: 0;
}
.atp_ad_image_sec .ad_img img {
  border-radius: 12px;
}
.card.ad_text.atp_ad_image_sec p {
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
}
.card.ad_text.atp_ad_image_sec p strong {
  font-weight: 600;
}
.atp_ad_image_sec a.btn.btn-danger.border-radius {
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  color: #ff1c1c;
  font-weight: 600;
  min-width: 117px;
}
.atp_ad_image_sec a.btn.btn-danger.border-radius:focus,
.atp_ad_image_sec a.btn.btn-danger.border-radius:active {
  color: #ff1c1c !important;
}
.atp_ad_textual_sec a.btn.btn-danger.border-radius:active,
.atp_ad_textual_sec a.btn.btn-danger.border-radius:focus {
  color: #fff;
}
.card.ad_text.atp_ad_textual_sec .atp_adtext {
  font-size: 20px;
  line-height: 32px;
  color: #454545;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
}
.card.ad_text.atp_ad_textual_sec .atp_adtext p {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
}
.card.ad_text.atp_ad_textual_sec .atp_adtext ul li {
  font-weight: 400;
  padding: 0;
  list-style: disc;
  margin-left: 27px;
}
.atp_ad_textual_sec a.btn.btn-danger.border-radius {
  background-color: #ff1c1c;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  min-width: 117px;
}

img.textual_ad_logo {
  padding-left: 12px;
  padding-top: 12px;
}
h6.card-title.textual_card_title p {
  padding-left: 12px;
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
}
h6.card-title.textual_card_title p strong {
  font-weight: 600;
}

.the_content .ad_text.atp_ad_image_sec {
  background: linear-gradient(180deg, #b10062 0%, #f51627 100%);
  border-radius: 12px;
  padding: 15px 0;
}
.the_content .atp_ad_image_sec .ad-bgimg {
  width: 35%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.the_content .atp_ad_image_sec .ad-content {
  width: 60%;
  padding-left: 10px;
}
.the_content .card.ad_text.atp_ad_image_sec p {
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
}
.the_content .atp_ad_image_sec button.btn.btn-danger.border-radius,
.the_content .atp_ad_image_sec a.btn.btn-danger.border-radius {
  color: #ff1c1c;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  background: #fff;
  min-width: 55%;
}
.the_content .ad_text.atp_ad_textual_sec {
  background: linear-gradient(180deg, #b10062 0%, #f51627 100%);
  border-radius: 12px;
  padding: 19px 19px;
}
.the_content .ad_text.atp_ad_textual_sec .card-title {
  padding-top: 34px;
}
.the_content .card.ad_text.atp_ad_textual_sec p {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  color: #fff;
}
.the_content .card.ad_text.atp_ad_textual_sec p strong {
  font-weight: 600;
}
.the_content .atp_ad_textual_sec .atp_ad_inner_page {
  width: 45%;
  margin-top: 0;
}
.the_content .atp_ad_textual_sec .ad-content {
  width: 45%;
  background: #fff;
  color: #454545;
}
.the_content .atp_ad_textual_sec .ad-content {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  padding: 12px 12px 0 12px;
  border-radius: 12px;
}
.the_content .card.ad_text.atp_ad_textual_sec .ad-content p {
  color: #454545;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 0;
}
.the_content .atp_ad_textual_sec .ad-content ul li {
  margin-left: 20px;
  padding: 0;
}
.the_content .atp_ad_textual_sec button.btn.btn-danger.border-radius,
.the_content .atp_ad_textual_sec a.btn.btn-danger.border-radius {
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ff1c1c;
  min-width: 60%;
}

/* ATP Ads Css ends */

/* Side menu starts */
#menu {
  font-weight: 800;
  z-index: 111;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.25s;
  padding-top: 5px;
  opacity: 1 !important;
}
ul.right-nav li.slide-left-menu {
  position: unset;
}
ul.right-nav li.slide-left-menu p {
  margin: 0;
}
#menu:hover {
  color: rgba(255, 255, 255, 0.75);
  transform: none;
}

#lgMenu {
  width: 300px;
  height: 100%;
  top: -2px;
  right: -400px;
  overflow: hidden;
  background-color: #262626;
  position: absolute;
  z-index: 11;
  opacity: 0;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

#exit {
  position: absolute;
  right: 18px;
  padding: 0px;
  top: 8px;
  font-size: 40px;
  color: white;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
#exit:hover {
  color: #ff9900;
}

#lgMenu.enter {
  opacity: 1;
  right: 0;
  height: 100vh;
  line-height: 40px;
  padding-top: 36px;
  left: unset;
  z-index: 999;
}
#lgMenu a.dropdown-item {
  border-bottom: 1px solid #939598;
  padding-top: 5px;
  font-size: 14px;
}
#lgMenu a.dropdown-item:last-child {
  border: none;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-light.nav-three {
  display: block;
}
ul.navbar-nav.mr-auto.nav-bar-topics.nav-nenu-none {
  display: none;
}
img.arrow-down {
  transform: rotate(180deg);
}

nav.navbar.navbar-expand-lg.navbar-dark.bg-light.nav-three {
  display: block;
}
ul.navbar-nav.mr-auto.nav-bar-topics.nav-nenu-none {
  display: none;
}
img.arrow-down {
  transform: rotate(180deg);
}
.dropdown,
.dropup {
  position: static;
}
a.dropdown-item.bold {
  font-weight: bold;
}
.dropdown-item:hover {
  color: #212934 !important;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item:focus {
  text-decoration: none;
  background-color: transparent;
}
.sub-drapdown.col-4 {
  line-height: 36px;
}
.dropdown-divider {
  border-top: 1px solid #c01818 !important;
}
.dropdown-toggle::after {
  display: none;
}
.nav-submenu {
  position: absolute;
  z-index: 999;
}
.slide-left-menu .nav-submenu.slide-menu.show {
  height: 100vh;
  width: auto !important;
  position: fixed;
  right: 0px !important;
  top: 0px !important;
  left: inherit;
  margin-top: 0px !important;
  padding: 0px;
}
.slide-menu a.dropdown-item {
  border-bottom: 1px solid #fff;
  padding: 20px 40px 15px 20px;
}

a.dropdown-item.bold {
  pointer-events: none;
}

#navbarSupportedContent .nav-submenu {
  background-color: #333;
  left: 0px;
  width: 100%;
}
#navbarSupportedContent .dropdown-item {
  color: #fff;
}

.dropdown-toggle {
  cursor: pointer;
}

/* Side menu ends here */

/* Category template css starts */

.new-category-template .left-main-content {
  margin-top: 87px;
  margin-bottom: 24px;
  text-align: center;
}
.new-category-template .about-category {
  max-width: 1070px;
  margin: auto;
}
.new-category-template h1.main-heading {
  font-family: Poppins;
  font-weight: bold;
  font-size: 60px;
  line-height: 68px;
  letter-spacing: -0.02em;
  color: #212934;
}
.new-category-template .about-category p {
  font-size: 20px;
  line-height: 28px;
  color: #212934;
}
.new-category-template .about-category a {
  display: inline-block;
}

.new-category-grid .card {
  width: 30%;
  flex: auto;
  margin-bottom: 20px;
}
.new-category-grid .card-body {
  width: auto !important;
}

.post_loadmore {
  padding: 7px 16px;
  width: 120px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #6d7895;
  box-sizing: border-box;
  border-radius: 100px;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #4a4f5d;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.post_loadmore:hover {
  background: #f5f6fa;
  cursor: pointer;
}

.new-category-grid {
  margin-top: 40px;
}
/* Category template css ends */

/* New article css starts */

.about-article h1.main-heading {
  font-size: 40px;
  line-height: 48px;
  margin-top: 10px;
}

.about-article p.category_name {
  font-weight: 600;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #6d7895 !important;
  margin: 0 0 10px 0;
}

.featured-img {
  width: 100%;
  margin-left: 15px;
  overflow: hidden;
  text-align: center;
  border-radius: 16px;
}

.featured-img img {
  width: 1500px;
  border-radius: 16px;
}
.featured-imgg img {
  width: 1070px;
  border-radius: 16px;
}

/*.featured-img img:hover {
    border-radius: 16px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}*/

.article-content {
  max-width: 850px;
  margin: 0 auto;
}
.the_content {
  margin-top: 40px;
}

.the_content p {
  font-size: 18px;
  line-height: 28px;
  color: #212934;
}

.the_content ul li {
  font-size: 18px;
  line-height: 28px;
  color: #212934;
  list-style: inside;
}

.the_content h2 {
  font-family: Poppins;
  font-size: 32px;
  line-height: 40px;
  color: #212934;
  margin-top: 40px;
  font-weight: bold;
}

.the_content h3 {
  font-family: Poppins;
  font-size: 28px;
  line-height: 36px;
  color: #212934;
  margin-top: 30px;
  font-weight: bold;
}

.the_content img {
  max-width: 100%;
  height: auto;
}

.the_content h2 b,
.the_content h3 b {
  font-weight: unset;
}

.article-author-row {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  max-width: 460px;
  margin: 0 auto;
}
.article-author {
  display: flex;
  align-items: center;
}
.article-author span {
  margin-left: 7px;
  font-weight: 600;
  color: #212934;
}
.article-author span a {
  margin-left: 7px;
  font-weight: 600;
  color: #212934;
}

.article-date .text-muted,
.article-readtime .text-muted {
  font-size: 16px;
  border-left: 2px solid;
  padding-left: 15px;
}

.article-author-img {
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 41px;
  background-position: center;
}

.article-share {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 25px;
}
.article-share span {
  font-family: Poppins;
  font-weight: bold;
  font-size: 18px;
  color: #6d7895;
  margin-right: 15px;
}

.article-download button {
  background: #e01919;
  font-weight: bold;
  font-size: 18px !important;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  border-radius: 40px !important;
  padding: 20px 70px;
}
.article-download {
  text-align: center;
  margin-top: 30px;
}
.article-download a:active,
.article-download a:visited,
.article-download a:focus {
  outline: none !important;
  border: none !important;
}

.remove-flex {
  display: block;
  margin-top: 66px;
  text-align: center;
}
.remove-flex span {
  color: #212934;
  display: block;
  margin-bottom: 15px;
}

.article-author-details {
  background: #f5f6fa;
  border-radius: 8px;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 72px;
}
.author-img {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 70px;
  background-position: center;
}
.author-image-container {
  width: 17%;
}
.author-meta-details {
  width: 80%;
}
.author-meta-details .name-social img {
  width: 24px;
}
.author-meta-details .name-social span {
  margin-right: 12px;
}
.author-meta-details .name-social span {
  font-family: Poppins;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #212934;
  display: block;
}
.author-meta-details .name-social span a {
  font-family: Poppins;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #212934;
  display: block;
}

.author-meta-details .name-social span.author_designation {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.author-meta-details .name-social {
  margin-bottom: 12px;
}

.article-author-details .author-desc p {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #212934;
}

.author-meta-details .name-social span a {
  margin-right: 5px;
}

.author-image-container span {
  display: none;
}
.name-social span a {
  display: unset;
}

.stay-updated {
  background: #022b45;
  border-radius: 16px;
  text-align: center;
  padding: 50px 90px;
  width: 100%;
  margin: 100px 0px 100px 0px;
}
.page-template-newauthors-page .stay-updated,
body.author .stay-updated,
.error404 .stay-updated {
  margin-left: 15px;
}
.stay-updated .stay-heading {
  font-family: Poppins;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
}
.stay-updated .stay-sub-heading {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #f5f6fa;
  margin-bottom: 30px;
}
.stay-width {
  max-width: 850px;
  margin: auto;
}

.stay-updated .stay-social a {
  padding: 0px 5px;
}

.show-slider-on-desktop {
  display: block;
}
.show-slider-on-mobile {
  display: none;
}
h3.slider_heading {
  margin: 95px 0 30px 0;
  font-family: Poppins;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  color: #212934;
}

.posts-carousel button.slick-prev.slick-arrow:before,
.posts-carousel button.slick-next.slick-arrow:before {
  content: none !important;
}
button.slick-prev.slick-arrow {
  left: 0 !important;
}
.posts-carousel button.slick-arrow {
  opacity: 1;
}
/*.posts-carousel button.slick-arrow:hover {
    opacity: 0.8;
}*/

.posts-carousel .card-image-topic {
  margin: 1.25rem !important;
  margin-top: 0 !important;
}

.posts-carousel .card-text {
  padding: 0 1.25rem;
}

.posts-carousel button.slick-next.slick-arrow {
  background-image: url("../img/new-icons/slider-right-arrow.png") !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  width: 60px;
  height: 60px;
  outline: none;
  z-index: 1;
  opacity: 0.5;
}

.posts-carousel button.slick-prev.slick-arrow {
  background-image: url("../img/new-icons/slider-right-arrow.png") !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  width: 60px;
  height: 60px;
  outline: none;
  z-index: 1;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  opacity: 0.5;
}
.posts-carousel button.slick-next.slick-arrow:hover,
.posts-carousel button.slick-prev.slick-arrow:hover {
  opacity: 1;
}
.posts-carousel ul.slick-dots {
  bottom: -65px;
}

.posts-carousel .card-image-topic:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#scrolltotopbutton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 9999;
  width: 50px;
}
#scrolltotopbutton:hover {
  cursor: pointer;
  opacity: 0.8;
}

.the_content .card-body {
  padding: 0;
  margin-top: 25px;
}
.the_content .ad_text {
  margin: 30px 0;
  padding: 32px 24px 32px 0;
  background: #f5f6fa;
  border-radius: 10px;
  text-align: left;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-direction: row;
  border: none;
}
.the_content .card-title {
  font-family: Poppins;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
}
.the_content button {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  padding: 9px 40px;
}

.the_content .ad-bgimg {
  width: 30%;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}

.the_content .ad-content {
  width: 65%;
}

.posts-carousel .card-body {
  padding-top: 0;
}

.cat-pagination {
  border-top: 1px solid #abb2c3;
  padding-top: 25px;
}
.cat-pagination .container.medium {
  padding-right: 0;
}
.cat-pagination ul li {
  border: none !important;
  margin-right: 5px !important;
  font-size: 14px !important;
}
.cat-pagination ul li span {
  border-radius: 8px;
  padding: 3px 11px !important;
}
.cat-pagination ul li span.current {
  background: #022b45;
  border: 1px solid #022b45 !important;
}
.cat-pagination ul li a {
  border-radius: 8px;
  padding: 3px 11px !important;
  border: 1px solid #848faa;
  color: #6d7895;
}
.cat-pagination .next,
.cat-pagination .prev {
  background: #abb2c3 !important;
  border: 1px solid #abb2c3;
}
.cat-pagination .next:after {
  background-image: url("../img/new-icons/page-right-arrow.svg");
  content: "" !important;
  background-position: center;
  background-repeat: no-repeat;
  height: 24px;
  width: 8px;
  margin: 0 !important;
}
.cat-pagination .prev:before {
  background-image: url("../img/new-icons/page-left-arrow.svg");
  margin: 0 !important;
  content: "" !important;
  background-position: center;
  background-repeat: no-repeat;
  height: 24px;
  width: 8px;
}
.pagination-detail {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.025em;
  color: #6d7895;
}

.pagination-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
/* New article css ends */

/* New About author css starts */

.about-author {
  max-width: 960px;
  margin: auto;
}

.about-author .author-image {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  background-position: center;
  margin: auto;
}

.about-author h1.main-heading {
  font-size: 40px;
  line-height: 48px;
  margin-top: 12px;
  margin-bottom: 5px;
}

.about-author .author_designation {
  font-size: 28px;
  line-height: 32px;
  color: #212934;
  margin-bottom: 8px;
}

.about-author span a img {
  width: 28px;
  margin-right: 6px;
}

.about-author .author-desc {
  font-size: 18px;
  line-height: 28px;
  color: #212934;
  margin: 20px 0;
}

.author-grid * {
  text-align: left;
}

.author-grid .author-articles {
  text-align: center;
  margin-top: 76px;
  font-family: Poppins;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  color: #212934;
}
.author .stay-updated {
  margin-top: 70px;
}

.author-grid .category_name,
.notfound-grid .category_name,
body.search .category_name {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin: 5px 0 10px 0px;
  display: block;
  color: #6d7895;
}

/* New About author css ends */

/* New authors page css starts */

.page-template-newauthors-page h1.main-heading {
  font-size: 52px;
  line-height: 60px;
  margin-bottom: 80px !important;
}

.page-template-newauthors-page .author-grid {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap !important;
  margin-bottom: 30px;
}
.page-template-newauthors-page .author-grid .about-meta {
  width: 32%;
  margin-bottom: 40px;
}

.page-template-newauthors-page .author-grid .about-meta .author-name {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 8px;
}
.page-template-newauthors-page .author-grid .about-meta .author-name a {
  font-family: Poppins;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #212934;
}

.page-template-newauthors-page .author-grid .about-meta .author_designation {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #212934;
}

/* New authors page css ends */

.notfound-img img {
  width: 600px;
}

.notfound-text {
  font-family: Poppins;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #6d7895;
  margin-top: 50px;
  margin-bottom: 8px;
}

.notfound-topics {
  margin: 65px 0;
}

.notfound-topics ul#menu-404-topics-menu {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  grid-gap: 30px 100px;
}

.error404 .card {
  width: 20% !important;
}
.error404 .card *,
.search .card * {
  text-align: left;
}
.error404 .nav-breadcrumb {
  display: none;
}
p.notfound-topictext {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-top: 22px;
}
p.notfound-gridtext {
  font-size: 18px;
  line-height: 28px;
  color: #212934;
}

.notfound-topics ul#menu-404-topics-menu li {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.notfound-topics ul#menu-404-topics-menu li a {
  color: #022b45;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notfound-topics ul#menu-404-topics-menu li a i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 7px;
}
.notfound-topics ul#menu-404-topics-menu li a:hover {
  opacity: 0.7;
}

/* New search css starts */
p.result_desc {
  font-family: Poppins;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  color: #212934;
  text-align: left;
  margin-top: 8px;
}
p.result_desc span.hilite.term-0 {
  font-weight: bold;
}
form.desktop_search_in {
  display: flex !important;
  width: 100%;
  padding: 0 0 0 15px;
  align-items: center;
}
.desktop-search-div {
  width: 100%;
}
input.dsk-search {
  background: transparent;
  height: 50px;
  border: none;
  width: 100%;
  font-family: Poppins;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #abb2c3;
}
input.dsk-search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Poppins;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #abb2c3;
}
input.dsk-search::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Poppins;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #abb2c3;
}
input.dsk-search:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Poppins;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #abb2c3;
}
input.dsk-search:-moz-placeholder {
  /* Firefox 18- */
  font-family: Poppins;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #abb2c3;
}
span.close_icon_desktop {
  cursor: pointer;
}
span.close_icon_desktop img {
  width: 35px;
}

.usabilla_live_button_container {
  z-index: 9999 !important;
}

.search-newfilter form {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.new-filter {
  display: flex;
  flex-wrap: wrap;
}
.new-filter select {
  width: auto;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #4a4f5d;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../img/new-icons/down-arrow.png") no-repeat right;
}
.new-filter select option {
  cursor: pointer;
}
.new-filter span {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #6d7895;
}
p.search_notfound {
  margin-bottom: 0.5rem;
}
/* New search css ends */

.nav-breadcrumb span,
.nav-breadcrumb a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #6d7895;
}
.nav-breadcrumb span.separator {
  padding: 0 4px;
  vertical-align: top;
}
.home .wrap-section.nav-breadcrumb {
  display: none;
}
.nav-breadcrumb a:after {
  background-image: url("../img/new-icons/blue-right-arrow.svg");
  content: "";
  height: 10px;
  width: 10px;
  display: inline-flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-left: 9px;
  margin-right: 2px;
}

.qr_code_desktop .qr_image {
  margin-top: 20px;
}
.qr_code_desktop.ad_text p {
  margin-bottom: 0 !important;
}
.qr_code_mobile .qr_image {
  margin: 20px 0;
}
.language-dropdown .wpml-ls-legacy-dropdown-click {
  width: auto;
  cursor: pointer;
}
.language-dropdown a.wpml-ls-link {
  border: none !important;
  background: #f5f6fa !important;
  padding: 12px 16px !important;
}
.language-dropdown ul.js-wpml-ls-sub-menu.wpml-ls-sub-menu {
  border: none;
  width: 180px;
  top: 50px;
  left: -20px;
}

.language-dropdown a.js-wpml-ls-item-toggle.wpml-ls-item-toggle,
.language-dropdown
  .wpml-ls-legacy-dropdown-click
  .wpml-ls-current-language:hover
  > a,
.language-dropdown .wpml-ls-legacy-dropdown-click a:focus,
.language-dropdown .wpml-ls-legacy-dropdown-click a:hover {
  background: transparent;
  border: none;
}

.language-dropdown {
  display: flex;
}
.language-dropdown .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  display: none;
}
.language-dropdown img.globe-logo-white {
  width: 17px !important;
  position: relative;
  right: -5px;
}
.language-dropdown .wpml-ls-legacy-dropdown-click:after {
  content: "";
  background-image: url("../img/new-icons/chevron-up-black.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  right: 0;
  top: 9px;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.language-dropdown .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  padding-right: 12px;
}

.desktop-search-form-v2 {
  display: flex;
  align-items: center;
  height: 48px;
  background: #e6e9f0;
  border-radius: 24px;
  padding: 0 20px;
  margin-right: 10px;
}
.desktop-search-form-v2 .search_icon_desktop img,
.desktop-search-form-v2 .close_icon_desktop img {
  width: 20px;
}
.desktop-search-form-v2 input.dsk-search {
  height: 48px;
  font-size: 18px;
  padding-left: 10px;
  color: #515663;
  font-weight: bold;
}
.desktop-search-form-v2 input.dsk-search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #abb2c3;
}
.desktop-search-form-v2 input.dsk-search::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #abb2c3;
}
.desktop-search-form-v2 input.dsk-search:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #abb2c3;
}
.desktop-search-form-v2 input.dsk-search:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #abb2c3;
}
img.dsk-searchbtn {
  width: 19px;
  margin-left: 1px;
  cursor: pointer;
  margin-right: 5px;
}

@media (min-width: 992px) {
  ul.navbar-nav.mr-auto.nav-bar-topics li.home-desktop {
    position: relative;
    bottom: 3px;
  }
  nav.navbar.navbar-expand-lg.navbar-dark.bg-light.nav-three {
    margin-top: 32px;
  }
  /* Top menu css */
  ul.navbar-nav.mr-auto.bg-color-black.sub-nav li a {
    font-size: 16px;
  }
  a.btn.btn-outline-light.login-btn {
    min-width: 98px;
    border-radius: 40px;
  }
  ul.navbar-nav.mr-auto.bg-color-black.sub-nav a.dropdown-item {
    font-size: 14px;
    padding: 0;
    font-weight: 100;
  }
  ul.navbar-nav.mr-auto.bg-color-black.sub-nav a.dropdown-item.bold {
    font-size: 16px;
    padding-bottom: 4px;
    font-weight: 600;
  }
  #navbarSupportedContent .nav-submenu {
    background-color: #262626;
  }
  /* Top menu css ends */
  ul li.mobile-home {
    display: none !important;
  }
  body.search .stay-updated {
    display: none;
  }
  body.search .left-main-content {
    margin-bottom: 100px;
  }
  .featured-imgg {
    margin-top: 22px;
  }
  .custom-slider {
    margin-bottom: 100px;
  }
  .posts-carousel .short_description {
    display: block;
    height: 110px;
  }
  .wrap-section.nav-breadcrumb {
    top: 131px;
    padding: 0px 5% 0px;
    z-index: 1025;
    max-width: 1500px;
    margin: 0 auto;
  }
  .nav-breadcrumb .small {
    padding: 0 15px;
  }

  .article-share {
    display: none;
  }

  .article-share.desktop-social-sticky {
    display: flex;
  }

  .article-share.desktop-social-sticky .addtoany_list {
    flex-flow: column;
    display: flex;
    position: sticky;
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
  }
  .article-share.desktop-social-sticky .addtoany_shortcode {
    position: absolute;
    left: -114px;
    height: 90%;
    margin-top: 6px;
  }

  ul.right-nav li.blog_link {
    padding-right: 24px;
  }
  .show-on-mobile {
    display: none;
  }
  .show-on-desktop {
    display: block;
  }
  li.nav-item.slide-left-menu:active .hamberger_menu_icon {
    transform: rotate(180deg);
    transition: 0.3s;
  }
  .close_icon_menu,
  .mobile-row {
    display: none;
  }
  .about-menu .nav-submenu.new-submenu.dropdown-menu.show {
    position: fixed;
    width: 100%;
    background: #333;
  }
  .about-menu .nav-submenu.new-submenu.dropdown-menu .row {
    max-width: 1500px;
    padding: 0 5% 0;
    margin: 0 auto;
  }
  #lgMenu {
    background-color: #262626;
    position: fixed;
    z-index: 11;
    opacity: 0;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
  }
  img.hamberger_arrow {
    width: 10px !important;
    margin-left: 3px;
    margin-top: -3px; /* transform: rotate(-180deg); -webkit-transform: rotate(-180deg);*/
  }
  span.more_cls {
    display: none;
  }
  a#menu {
    padding: 0;
  }
  a#menu img {
    width: 20px;
  }
  li.nav-item.slide-left-menu {
    display: flex;
  }
  .language-dropdown.show a {
    line-height: 30px;
    font-weight: 600;
  }
  .mobile_menu {
    display: none;
  }
  .search-div button.sarch-btn span.fa-search {
    font-size: 18px !important;
  }
  ul.social-links {
    float: none !important;
    display: flex !important;
    justify-content: space-between !important;
    width: 170px;
  }
  ul.social-links i {
    margin-right: 0px !important;
  }

  .nav-item.dropdown.top-level-short-dropdown {
    position: relative;
  }

  .short-dropdown {
    padding: 0 !important;
    width: 280px;
    top: 49px !important;
  }
  html[lang="fr-fr"] .short-dropdown.parent_menu_id_129517,
  html[lang="pt-br"] .short-dropdown.parent_menu_id_129517 {
    width: auto;
  }

  .language-dropdown {
    position: relative !important;
  }

  .dropdown-menu.language-dropdwon-li.show {
    background: #333 !important;
    position: absolute !important;
    top: 50px !important;
    left: -26px !important;
    min-width: 51px !important;
    height: auto !important;
    border-radius: 0 !important;
  }
  .language-dropdown p {
    margin: 0 !important;
  }

  .language-dropdown img {
    width: 15px !important;
  }
  .language-dropdown div#dropdownMenuButton {
    display: flex;
    margin-left: 5px;
  }
  .language-dropdown div#dropdownMenuButton:hover {
    cursor: pointer;
  }

  .language-dropdown div#dropdownMenuButton {
    display: flex;
    margin-left: 5px;
  }

  .menu-hamburger-mobile form {
    display: none;
  }
  .navbar-dark .navbar-nav.nav-bar-topics .nav-link {
    padding: 0 21px;
    cursor: pointer;
  }
  .navbar-dark .navbar-nav.nav-bar-topics .nav-link:hover {
    color: #212934 !important;
  }
  .mcafee-nav.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
    cursor: pointer;
  }
  .make-me-sticky {
    margin: 0 15px;
    border-left: 1px solid #abb2c3;
  }

  .nav-submenu {
    line-height: 60px;
    padding: 50px 120px;
    top: 70px;
  }
  .nav-submenu.new-submenu {
    line-height: 60px !important;
  }
  .new-submenu a.dropdown-item {
    margin: 0 !important;
  }
  .new-submenu a.dropdown-item.bold {
    line-height: normal;
    margin: 0 !important;
  }
  .new-submenu .sub-drapdown p {
    margin-bottom: 0;
  }
  div#navbar3 .nav-link.dropdown-toggle img,
  .language-dropdown div#dropdownMenuButton img.dropdown-arrow {
    width: 10px !important;
    margin-left: 3px;
    margin-top: -3px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }

  #accordion .dropdown-toggle img {
    width: 7px !important;
    margin-left: 3px;
    margin-top: -3px;
  }

  #navbarSupportedContent .show img {
    transform: rotate(180deg) !important;
  }

  .sub-drapdown a.dropdown-item {
    font-size: 14px;
  }

  .sub-drapdown a.dropdown-item.bold {
    font-size: 16px;
  }

  .dropdown-divider.show-on-desktop {
    margin-top: 0;
    margin-bottom: 20px;
  }

  #accordion .dropdown-toggle img.arrow-down,
  div#navbar3 .nav-link.dropdown-toggle img.arrow-down {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .top-level-short-dropdown a.dropdown-item {
    line-height: 30px;
    padding-bottom: 10px;
  }
  .new-category-grid .card {
    margin-bottom: 40px;
  }
  body.archive.category .featured-card-cls {
    margin-bottom: 40px !important;
  }
  body.page-template-page-newhome-template .row.center-cont,
  body.archive.category .row.center-cont {
    margin-bottom: 120px;
  }
  body.page-template-page-newhome-template .topics {
    padding: 55px 0px 20px 0;
  }
  .post_loadmore {
    margin: 0 auto 20px;
  }
}
@media (max-width: 1024px) {
  .bg-black {
    background-color: #fff !important;
  }
  .header ul.subnavlinks {
    display: block;
  }
  .wrap-section.nav-breadcrumb {
    display: none;
  }
  .header .tnav-item.dropup,
  .header .tnav-item.dropdown {
    position: relative;
  }
  .header ul.navlinks li.tnav-item.dropdown:after {
    top: 0;
  }
  .bg-black {
    height: 57px;
  }
}
@media (max-width: 991px) {
  .header .header-wrap {
    padding-right: initial;
  }
  .notfound-topics ul#menu-404-topics-menu li {
    font-size: 15px;
  }
  .language-dropdown img.globe-logo-white {
    width: auto !important;
    position: unset;
    right: auto;
  }
  .language-dropdown .wpml-ls-legacy-dropdown-click:after {
    content: "";
    display: none;
  }
  .language-dropdown .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    padding: 0;
  }
  .language-dropdown ul.js-wpml-ls-sub-menu.wpml-ls-sub-menu {
    width: 180px;
    top: 37px;
    left: auto;
    right: 0;
  }
  .language-dropdown .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle span {
    display: none;
  }
  .mobile_menu ul li.desktop-home {
    display: none !important;
  }
  body.search .sidebar-item {
    display: none;
  }
  .sidebar-item .card {
    margin: 40px 0;
  }
  .custom-slider {
    margin-bottom: 50px;
  }
  .posts-carousel button.slick-next.slick-arrow,
  .posts-carousel button.slick-prev.slick-arrow {
    width: 40px;
    height: 40px;
    opacity: 0.5;
  }
  .posts-carousel button.slick-next.slick-arrow:hover,
  .posts-carousel button.slick-prev.slick-arrow:hover {
    opacity: 1;
  }
  .article-author-details {
    margin-top: 40px;
  }
  h3.slider_heading {
    margin: 100px 0 20px 0;
  }
  .wrap-section.nav-breadcrumb {
    top: 130px;
    padding: 0;
    z-index: 999;
    margin: 0 auto;
  }
  .nav-breadcrumb .breadcrumb-container.theme1 {
    padding: 0 0px;
  }

  .article-share.desktop-social-sticky .addtoany_list {
    display: none;
  }
  .article-share {
    display: flex;
  }
  input.dsk-search {
    height: 42px;
    font-size: 18px;
    line-height: 24px;
  }
  form.desktop_search_in {
    padding-right: 15px;
  }
  span.close_icon_desktop img {
    width: 28px;
  }
  input.dsk-search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 18px;
    line-height: 24px;
  }
  input.dsk-search::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 18px;
    line-height: 24px;
  }
  input.dsk-search:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 18px;
    line-height: 24px;
  }
  input.dsk-search:-moz-placeholder {
    /* Firefox 18- */
    font-size: 18px;
    line-height: 24px;
  }

  .show-slider-on-desktop {
    display: none;
  }
  .show-slider-on-mobile {
    display: flex;
    flex-wrap: initial !important;
    margin: 0 15px;
  }

  .featured-img {
    margin-right: 15px;
  }
  .show-on-mobile {
    display: block;
  }
  .show-on-desktop {
    display: none;
  }
  .dropdown-divider.show-on-mobile.show_on_belownav {
    margin: 10px 0;
  }
  .nav-submenu.new-submenu .nav-link.dropdown-toggle {
    display: flex !important;
    align-items: center;
    padding-left: 20px;
    font-size: 20px;
  }
  .nav-submenu.new-submenu .nav-link.dropdown-toggle i {
    margin-right: 10px;
    font-size: 20px !important;
    font-weight: bold !important;
    margin-left: -10px;
  }
  .dropdown-divider {
    width: 100%;
    margin: 25px 40px;
    border-top: 1px solid #666 !important;
  }
  .search-div input.form-control {
    height: 25px;
    font-size: 16px;
  }
  #navbar_mobile ul.mobile_search_language li.mobile_search_div {
    margin-right: 9px;
    bottom: 3px;
  }
  .mobile_menu ul.navbar-nav.mr-auto.nav-bar-topics li .nav-link {
    font-size: 15px !important;
  }
  .footer-row-three {
    display: none;
  }
  .mobile-row {
    display: flex;
  }
  span.close_icon_mobile {
    display: none;
  }
  ul.mobile_search_language li.mobile_langauge_dropdown .language-dropdwon-li {
    left: -141px;
    border-radius: 15px;
    border: none;
    top: 36px !important;
  }
  ul.mobile_search_language
    li.mobile_langauge_dropdown
    .language-dropdwon-li
    a {
    font-size: 1rem !important;
    font-weight: normal;
    color: #000;
    padding: 8px 14px 8px 14px;
  }
  #navbarSupportedContent ul.bg-color-black {
    padding-top: 15px;
  }
  #navbarSupportedContent .navbar-dark .navbar-nav .nav-link {
    color: #fff;
  }
  img.hamberger_arrow {
    width: 10px;
  }
  .close_icon_menu {
    display: none;
  }
  .close_icon_menu img {
    width: 30px;
  }
  .navbar-toggler-icon {
    color: #fff !important;
    background-image: url("../img/new-icons/hamburger-icon.svg") !important;
  }
  #menu {
    font-weight: normal;
  }
  img.hamberger_menu_icon {
    display: none;
  }
  a.btn.btn-outline-light.login-btn {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  button.navbar-toggler {
    border: none;
    color: #fff;
    padding-right: 0;
  }
  .ad_img,
  .ad_text {
    margin-left: 0;
    padding: 0;
  }
  .mobile_menu {
    display: block;
    z-index: -9;
  }

  #accordion .dropdown-toggle img,
  div#navbar3 .nav-link.dropdown-toggle img,
  img.hamberger_arrow,
  .about-menu .dropdown-toggle img {
    width: 10px !important;
    margin-left: 3px;
    margin-top: 0;
    transform: rotate(90deg);
  }

  #accordion .dropdown-toggle img,
  .about-menu .dropdown-toggle img {
    transform: rotate(270deg);
  }

  #navbar_mobile .dropdown-toggle img {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    width: 10px;
  }
  #navbar_mobile .dropdown-toggle img.globe-logo-white {
    transform: none;
    -webkit-transform: none;
    width: auto;
  }
  .mobile_menu .dropdown-menu {
    position: absolute !important;
    top: 20px !important;
    border-radius: 0 0 15px 15px !important;
    border: none;
    background: #f5f6fa !important;
  }

  .mobile_menu .atmcafee-menu {
    position: relative;
  }
  .menu-hamburger-mobile {
    display: flex;
    justify-content: space-between;
  }

  .menu-hamburger-mobile .search-div {
    margin-right: 15px;
  }

  .menu-hamburger-mobile span.fa.fa-search {
    color: #ffffff;
    font-size: 21px !important;
  }

  .menu-hamburger-mobile .search-div {
    margin-bottom: 3px !important;
  }

  .menu-hamburger-mobile form {
    display: none;
  }

  #menu:hover,
  img.arrow-down {
    transform: none;
  }
  .left-main-content {
    margin-top: 0 !important;
  }
  .navbar-dark .navbar-nav .nav-link {
    opacity: 1;
    padding: 10px 0;
  }

  .nav-submenu.show {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 850px;
    /* overflow-y: scroll; */
    overflow-x: hidden;
  }
  .mobile_menu .nav-submenu.collapse.show {
    position: relative;
  }
  ul.navbar-nav.mr-auto.nav-bar-topics.nav-nenu-none {
    display: block;
  }
  .card-deck .card {
    min-width: auto;
    margin-right: 15px;
  }
  .sidebar-item {
    position: relative;
    margin-top: 25px;
  }
  .make-me-sticky {
    margin: 0;
  }
  ul.navbar-nav.mr-auto.right-nav {
    align-items: flex-start;
  }
  .bg-black .nav-submenu p {
    display: block;
    margin-bottom: 0;
  }
  .row.center-cont {
    margin: 0px;
    padding: 0px;
  }
  .bg-black {
    padding: 15px 15px 0 15px;
    height: 67px;
  }
  .bg-black p {
    margin: 0;
    line-height: normal;
  }
  nav.navbar.navbar-expand-lg.navbar-dark.bg-light.nav-three {
    display: none;
  }
  ul.navbar-nav.mr-auto.nav-bar-topics {
    padding: 0 15px;
    display: block;
  }

  .bg-color-black {
    padding: 0px 15px;
  }
  .nav-right-form {
    padding: 0px 15px;
    margin-bottom: 50px !important;
  }
  .flex-container {
    display: flex;
    overflow: scroll;
    flex-direction: row;
    flex-wrap: inherit;
  }
  .cyber .card-body {
    padding: 15px 0px;
    width: 300px;
  }

  .mobile-trending-item {
    display: block;
    border: none !important;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin: 0;
  }
  .mobile-trending-item li.list-group-item {
    border: none;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    padding-left: 0 !important;
  }

  .mobile-trending-item .card {
    border: none !important;
  }
  .make-me-sticky {
    margin-left: 0;
  }
  .sidebar-trending ul.list-group-flush li.heading_sidebar {
    padding-left: 0 !important;
    margin-left: 0;
  }
  .list-group-flush {
    padding-left: 0;
  }
  .sidebar-trending .social_links_home {
    margin-left: 0;
    padding-left: 0;
  }
  .sidebar-item li.list-group-item {
    padding-left: 0;
  }
  .trending-articles-col {
    padding-left: 8px;
  }
  .sidebar-item {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .sidebar-trending-articles {
    margin-top: 40px;
  }
  .sidebar-trending-articles {
    margin-top: 25px;
  }
  .sidebar-trending .social_links_home {
    display: inline-block;
    padding-right: 0;
    text-align: left;
  }
  .sidebar-trending .social_links_home a {
    margin-right: 15px;
    display: inline-block;
  }
  .sidebar-trending .social_links_home a img {
    width: auto;
  }
  .sidebar-item li.list-group-item {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #212934;
    font-weight: 700;
  }
  .sidebar-item .sidebar-trending-articles {
    display: none;
  }

  .sticky-top,
  .make-me-sticky {
    position: static;
  }
  .featured-card-cls .text-muted {
    font-size: 14px;
    line-height: 19px;
  }
  .featured-card-cls .card-body.main-card {
    padding-bottom: 12px;
  }
  .nav-res-mode {
    overflow: scroll;
    padding-bottom: 20px;
    height: 100vh;
    background-color: #333;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 63px;
    z-index: 1;
  }
  nav.navbar.navbar-expand-lg.navbar-dark.bg-light.nav-three {
    display: none !important;
    height: auto;
    padding: 5px 0;
  }
  .mobile_menu #navbar_mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile_menu ul.mobile_search_language {
    display: flex;
    float: right;
    align-items: center;
    padding-right: 15px;
    margin-bottom: 0;
  }
  .mobile_menu ul.navbar-nav.mr-auto.nav-bar-topics li {
    float: left;
    display: inline-block;
  }
  .mobile_menu .navbar-dark .navbar-nav .nav-link {
    padding-right: 15px;
  }
  .mobile_menu ul.navbar-nav.mr-auto.nav-bar-topics li .nav-link {
    padding: 0 15px 0 0;
    font-weight: 600;
  }
  .mobile_menu
    ul.navbar-nav.mr-auto.nav-bar-topics
    li.mobile_search_div
    form.mb-2,
  .mobile_menu
    ul.navbar-nav.mr-auto.nav-bar-topics
    li.mobile_search_div
    form.my-2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .main-wrapper .fixed-top {
    background: none !important;
  }
  .mobile_menu .nav-submenu.collapse.show {
    z-index: 1;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    background: #fff;
    color: #000;
    display: inline-block;
    margin-top: 15px;
  }
  .mobile_menu ul.nav-bar-topics li a,
  .nav-bar-topics a.nav-link {
    font-size: 1rem !important;
    font-weight: normal;
    color: #000;
    padding: 8px 14px 8px 14px;
  }
  .mobile_menu ul li.mobile_search_div button.sarch-btn span.fa-search {
    font-size: 21px !important;
    font-weight: 500 !important;
  }

  nav .mobile_menu .navbar.navbar-expand-lg.navbar-dark.bg-light.nav-three {
    height: auto;
    display: block !important;
    padding: 5px 0;
  }

  .mobile_menu img.globe-logo-white {
    margin-right: 0;
  }

  .mobile_menu ul.mobile_search_language li.mobile_langauge_dropdown {
    position: relative;
    bottom: 2px;
  }

  .mobile_menu #topics-dropdown {
    background: rgb(255, 255, 255);
    position: absolute;
    top: 50px;
    border-radius: 15px;
    border: 1px solid #ccc;
  }

  .mobile_menu #at-mcafee-mobile {
    background: rgb(255, 255, 255);
    position: absolute;
    top: 50px;
    border-radius: 15px;
    border: 1px solid #ccc;
  }
  .navbar-nav .dropdown-menu.language-dropdwon-li {
    position: absolute;
  }

  .card-deck.new-category-grid {
    overflow: hidden !important;
    flex-flow: row wrap !important;
  }

  .stay-updated {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .featured-img {
    margin-left: 10px;
  }
  .nav-nenu-none {
    display: none;
  }
}

/* Ipad Pro CSS */
@media screen and (min-width: 992px) and (max-width: 1250px) {
  .article-share.desktop-social-sticky .addtoany_shortcode {
    left: -60px !important;
  }
  .nav-breadcrumb .breadcrumb-container.theme1 {
    padding: 0 0px;
  }
  /*nav.navbar.navbar-expand-lg.navbar-dark.bg-light.nav-three ul .nav-item .nav-link {
      font-size: 12px !important;
      padding: 10px !important;
    }
    nav.navbar.navbar-expand-lg.navbar-dark.bg-light.nav-three ul .nav-item:first-child .nav-link{
        padding-left: 15px !important;
    }*/

  input.form-control.search-inp {
    width: 120px;
  }

  .homepage-topics h5 {
    line-height: 24px !important;
    font-size: 14px !important;
  }

  .homepage-topics span.short_description {
    font-size: 14px;
    line-height: 20px;
  }
  .posts-carousel h5 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .posts-carousel span.short_description {
    font-size: 16px;
    line-height: 24px;
  }
  .card.ad_text button {
    font-size: 10px !important;
    min-width: auto;
  }

  .new-category-grid h5 {
    line-height: 28px !important;
    font-size: 20px !important;
  }
}

@media screen and (max-width: 1200px) {
  .error404 .card {
    width: 46% !important;
  }
  .error404 .homepage-topics h5.card-title,
  .search .homepage-topics h5.card-title {
    height: 70px;
  }
}

@media screen and (min-width: 1024px) {
  .homepage-topics h5.card-title {
    height: 110px;
  }
  ul.social-links {
    float: none !important;
    display: flex !important;
    justify-content: space-between !important;
    width: 170px;
  }
  ul.social-links i {
    margin-right: 0px !important;
  }

  footer.page-footer.font-small.unique-color-dark {
    margin: 0 auto;
    padding: 10px 5% 2px;
  }

  a.navbar-brand {
    padding-left: 15px;
  }

  nav.navbar.navbar-expand-lg.navbar-dark.bg-light.nav-three
    ul
    li:nth-child(1)
    a {
    padding-left: 15px !important;
  }

  nav.navbar.navbar-expand-lg.navbar-dark.bg-light.nav-three
    .language-dropdown
    .wpml-ls-legacy-dropdown-click
    a.wpml-ls-item-toggle {
    padding-left: 0 !important;
  }

  .top-level-short-dropdown .nav-submenu,
  .dropdown-menu.language-dropdwon-li.show {
    box-shadow: none;
    border-radius: 0 0 15px 15px !important;
    border: none !important;
    background: #f5f6fa !important;
  }

  .top-level-short-dropdown .nav-submenu a,
  .dropdown-menu.language-dropdwon-li.show a {
    color: #4a4f5d;
    font-weight: normal;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .stay-updated {
    margin-top: 136px;
    margin-bottom: 135px;
  }
  .posts-carousel .short_description {
    display: block;
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .the_content .atp_ad_image_sec .ad-content,
  .the_content .atp_ad_textual_sec .atp_ad_inner_page {
    width: 100%;
  }
  .the_content .card.ad_text.atp_ad_image_sec p,
  .the_content .card.ad_text.atp_ad_textual_sec p {
    font-size: 23px;
    line-height: 35px;
  }
  .the_content .atp_ad_textual_sec .ad-content {
    width: 100%;
    margin-top: 25px;
  }
  .the_content .ad_text.atp_ad_textual_sec .card-title {
    padding-top: 17px;
  }
  .notfound-topics ul#menu-404-topics-menu {
    grid-template-columns: auto;
    /* justify-content: left;*/
  }
  .notfound-topics {
    margin-top: 30px;
  }
  p.notfound-topictext {
    margin-top: 20px;
  }
  p.result_desc {
    font-size: 18px;
    line-height: 24px;
  }
  .notfound-topics ul#menu-404-topics-menu li {
    padding-left: 0;
    margin-left: 0;
  }
  .page-template-newauthors-page .author-grid .about-meta {
    width: 100%;
    margin-bottom: 40px;
  }
  .nav-breadcrumb span,
  .nav-breadcrumb a {
    color: #6d7895;
    font-size: 14px;
    line-height: 16px;
  }
  .nav-breadcrumb a:after {
    height: 8px;
    margin-bottom: 1px;
    margin-left: 6px;
  }
  .posts-carousel .short_description {
    display: block;
    height: auto;
  }
  .pagination-all {
    justify-content: center;
  }
  .cat-pagination ul li {
    font-size: 12px !important;
  }
  .cat-pagination li:last-child {
    margin-right: 0 !important;
  }
  .cat-pagination ul li a {
    border-radius: 4px;
    padding: 4px 7px !important;
  }
  .cat-pagination ul li span {
    border-radius: 4px;
    padding: 4px 7px !important;
  }
  .cat-pagination .prev:before {
    height: 20px;
    width: 7px;
  }
  .cat-pagination .next:after {
    height: 20px;
    width: 7px;
  }
  .pagination-detail {
    display: none;
  }
  .article-author-details {
    margin-top: 40px;
  }
  #topics-dropdown .sub-drapdown {
    width: 250px;
  }
  .cat-pagination {
    padding-top: 15px;
    margin-top: 24px;
    margin-bottom: 30px;
  }

  #lgMenu {
    width: 100%;
  }
  #lgMenu.enter {
    padding-top: 26px;
  }

  /*#navbar_mobile ul.nav-bar-topics li.dropdown.open a.dropdown-toggle img{
         transform: rotate(0deg);
         -webkit-transform: rotate(0deg);
     }*/

  ul.mobile_search_language
    li.mobile_langauge_dropdown
    .language-dropdwon-li
    a {
    font-size: 1rem !important;
    font-weight: normal;
    color: #000;
    padding: 8px 14px 8px 14px;
  }
  .follow-us {
    float: left;
  }
  .menu-hamburger-mobile input.form-control.search-inp {
    width: 100px;
  }
  ul.nav-bar-topics li a,
  .nav-bar-topics a.nav-link {
    font-size: 1rem !important;
    font-weight: normal;
  }
  .main-cont {
    top: 65px;
  }
  h1.card-title {
    font-size: 20px;
    line-height: 28px;
  }
  .featured-card-cls p.banner_excerpt {
    font-size: 14px;
    line-height: 20px;
  }
  .text-muted {
    font-size: 12px;
  }
  .homepage-topics span.short_description {
    font-size: 14px;
  }
  .homepage-topics h5.card-title {
    height: 70px;
  }
  .posts-carousel h5.card-title {
    height: auto;
  }
  .featured-card-cls p.banner_excerpt {
    margin-bottom: 13px;
  }
  .topics {
    padding: 24px 0px 12px 0;
  }
  .topics h3,
  .homepage-topics h5.card-title,
  .make-me-sticky h6.card-title {
    font-size: 16px;
    line-height: 24px;
  }
  .topics h3 a {
    font-size: 20px !important;
    line-height: 24px !important;
    text-decoration: none;
  }
  .topics a span.see_all_text,
  .topics .see_all_link {
    display: none;
  }
  .make-me-sticky {
    margin-left: 0;
  }
  .sidebar-trending ul.list-group-flush li.heading_sidebar {
    padding-left: 0 !important;
    margin-left: 0;
  }
  .list-group-flush {
    padding-left: 0;
  }
  .sidebar-trending .social_links_home {
    margin-left: 0;
    padding-left: 0;
  }
  .sidebar-item li.list-group-item {
    padding-left: 0;
  }
  .trending-articles-col {
    padding-left: 8px;
  }
  .sidebar-item {
    position: relative;
    margin-top: 25px;
    margin-bottom: 100px;
  }
  .sidebar-trending-articles {
    margin-top: 40px;
  }
  .sidebar-trending-articles {
    margin-top: 25px;
  }
  .sidebar-trending .social_links_home {
    display: inline-block;
    padding-right: 0;
  }
  .sidebar-trending .social_links_home a {
    margin-right: 15px;
    display: inline-block;
  }
  .sidebar-trending .social_links_home a img {
    width: auto;
  }
  .sidebar-item li.list-group-item {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #212934;
    font-weight: 700;
  }

  .sticky-top,
  .make-me-sticky {
    position: static;
  }
  .featured-card-cls .text-muted {
    font-size: 14px;
    line-height: 19px;
  }
  .featured-card-cls .card-body.main-card {
    padding-bottom: 12px;
  }

  .row.footer-row-one {
    margin-top: 0;
  }
  .footer-bottom h5 {
    margin-bottom: 30px;
    margin-top: 30px;
    color: inherit;
    font-size: 19px;
  }

  #at-mcafee-mobile-mobile .nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
  #at-mcafee-mobile-mobile .nav-link.dropdown-toggle i {
    margin-right: 6px;
  }

  #navbar_mobile
    ul.mobile_search_language
    li.mobile_search_div.mobile_search_in {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: inline-block;
  }
  #navbar_mobile
    ul.mobile_search_language
    li.mobile_search_div.mobile_search_in
    .search-div {
    display: block;
    position: relative;
    top: 20px;
    width: 100%;
  }
  #navbar_mobile
    ul.mobile_search_language
    li.mobile_search_div.mobile_search_in
    .search-div
    input.search-inp {
    background: #f5f6fa;
    border-radius: 0;
    height: 50px;
    padding: 0 15px;
    width: 100%;
  }
  span.close_icon_mobile {
    display: none;
    position: absolute;
    right: 16px;
    top: 13px;
    line-height: normal;
  }
  #navbar_mobile
    ul.mobile_search_language
    li.mobile_search_div.mobile_search_in
    form.mb-2,
  #navbar_mobile
    ul.mobile_search_language
    li.mobile_search_div.mobile_search_in
    form.my-2 {
    margin: 0 !important;
  }
  .new-category-grid .card {
    width: 100% !important;
  }
  .new-category-grid .card-image-topic img {
    height: auto;
    width: 100%;
  }
  .article-author-row {
    justify-content: center;
  }
  .article-author {
    width: 100%;
    justify-content: center;
    margin-bottom: 12px;
  }
  .article-date,
  .article-readtime {
    width: 50%;
  }
  .article-date .text-muted,
  .article-readtime .text-muted {
    border: none !important;
    padding: 0;
    font-size: 13px;
  }
  .article-readtime {
    border-left: 2px solid #6d7895;
    padding-left: 20px;
  }
  .article-date {
    text-align: right;
    padding-right: 20px;
  }

  .article-download button {
    font-size: 14px !important;
    padding: 20px;
    width: 100%;
  }
  .article-share span {
    font-size: 16px;
  }
  .remove-flex span {
    font-size: 18px;
  }
  .about-article h1.main-heading {
    font-size: 24px;
    line-height: 32px !important;
  }

  .the_content h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .the_content h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .the_content p,
  .the_content ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .article-author-details .author-img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
  .author-image-container img {
    width: 20px;
  }
  .author-image-container {
    width: 20%;
  }
  .author-meta-details {
    padding-left: 25px;
  }
  .article-author-details .author-desc p {
    font-size: 16px;
    line-height: 23px;
  }
  .author-meta-details .name-social span {
    font-size: 16px;
    line-height: 22px;
  }
  .author-meta-details .name-social span.author_designation {
    font-size: 12px;
    line-height: 18px;
  }
  .author-image-container span {
    display: block;
  }
  .name-social span a {
    display: none;
  }
  .stay-updated {
    padding: 30px;
  }
  .stay-updated .stay-heading {
    font-size: 18px;
    line-height: 24px;
  }
  .stay-updated .stay-sub-heading {
    font-size: 14px;
    line-height: 20px;
  }
  .stay-updated .stay-social a {
    padding: 0 3px;
  }

  h3.slider_heading {
    font-size: 16px;
    line-height: 24px;
  }
  .stay-updated {
    margin-top: 45px;
    margin-bottom: 110px;
  }
  body.search .stay-updated {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  .new-category-template .left-main-content {
    margin-bottom: 20px;
  }
  .new-category-template h1.main-heading {
    font-size: 24px;
    line-height: 28px;
  }

  .new-category-template .about-category p {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 0;
  }
  .new-category-grid .card-title {
    height: auto !important;
  }
  .new-category-grid .card-footer {
    padding-top: 0;
  }

  .about-author .author_designation {
    font-size: 16px;
    line-height: 24px;
  }

  .author-grid .author-articles {
    font-size: 18px;
    line-height: 24px;
    margin-top: 46px;
  }

  .the_content .ad-bgimg {
    display: none;
  }
  .the_content .ad-content {
    width: 100%;
  }
  .the_content .ad_text {
    padding-left: 24px;
  }
}
@media (min-width: 1500px) {
  .nav-breadcrumb .breadcrumb-container.theme1 {
    padding: 0 15px;
  }
  .nav-breadcrumb .small {
    padding: 0 15px;
  }
}
@media (min-width: 1420px) {
  ul.navbar-nav.mr-auto.bg-color-black.sub-nav li a {
    margin: 0 6px;
  }
  ul.navbar-nav.mr-auto.bg-color-black.sub-nav {
    margin-left: 65px;
  }
}
@media (min-width: 1290px) {
  .bg-black {
    max-width: 1500px;
  }
  .row.center-cont {
    max-width: 1500px;
  }
  footer.page-footer.font-small.unique-color-dark {
    max-width: 1500px;
  }
  div#navbar3 {
    max-width: 1500px;
  }
  .about-menu .nav-submenu.new-submenu.dropdown-menu.show {
    position: fixed;
    width: 100%;
    background: #333;
  }
  .about-menu .nav-submenu.new-submenu.dropdown-menu .row {
    max-width: 1500px;
    padding: 0 5% 0;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) and (max-height: 980px) {
  .make-me-sticky {
    position: relative;
    top: 80px;
  }

  .new-category-template .make-me-sticky {
    position: relative;
    top: 0;
  }
}

@media (min-width: 1250px) and (max-width: 1302px) {
  input.form-control.search-inp {
    width: 150px;
  }
}

@media (min-width: 992px) and (max-width: 1050px) {
  div#navbarSupportedContent .nav-item a {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 575px) {
  .new-category-grid .card {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 400px) {
  html[lang="fr-fr"] ul.navbar-nav.mr-auto.nav-bar-topics {
    padding-right: 0;
  }
}

@media screen and (max-width: 320px) {
  .article-share .addtoany_list a img {
    width: 22px;
    height: 22px;
  }
  .remove-flex .addtoany_list a img {
    width: 28px;
    height: 28px;
  }
  .mobile_menu ul.navbar-nav.mr-auto.nav-bar-topics li .nav-link,
  .mobile_menu ul.nav-bar-topics li a,
  .nav-bar-topics a.nav-link,
  ul.mobile_search_language
    li.mobile_langauge_dropdown
    .language-dropdwon-li
    a {
    font-size: 13px !important;
  }
}

@media screen and (min-width: 768px) {
  /*.search-div input.form-control.dsk-search, span.close_icon_desktop{display: none;}  
    .search-div input.form-control.search-inp.dsk-search.desktop_search_in{display: block;}*/
  form.desktop_search_in {
    display: flex !important;
    width: 100%;
    padding: 0 0 0 15px;
    align-items: center;
  }
  .desktop-search-div {
    width: 100%;
  }
  input.dsk-search {
    background: transparent;
    height: 50px;
    border: none;
  }
  input.dsk-search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: Poppins;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #abb2c3;
  }
  input.dsk-search::-moz-placeholder {
    /* Firefox 19+ */
    font-family: Poppins;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #abb2c3;
  }
  input.dsk-search:-ms-input-placeholder {
    /* IE 10+ */
    font-family: Poppins;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #abb2c3;
  }
  input.dsk-search:-moz-placeholder {
    /* Firefox 18- */
    font-family: Poppins;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #abb2c3;
  }
  span.close_icon_desktop img {
    width: 35px;
  }
}

/* new changes 04-08-2021*/
.trending-articles-col .text-muted {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
/* .featured-card-cls .featured-banner-img:hover img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
} */
.featured-card-cls .featured-banner-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.featured-card-cls .featured-banner-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.homepage-topics .card-image-topic img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.homepage-topics .card-image-topic:hover img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.mobile-trending-item li.list-group-item {
  font-family: "Poppins", sans-serif;
}
div#lgMenu a:hover,
#navbarSupportedContent .sub-drapdown .dropdown-item:hover {
  color: #fff !important;
  opacity: 0.75 !important;
}
@media (min-width: 992px) {
  .dropdown-menu.language-dropdwon-li.show {
    padding-top: 0;
    padding-bottom: 3px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  ul.navbar-nav.mr-auto.bg-color-black.sub-nav li a {
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 1920px) {
  .bg-black,
  div#navbar3,
  .row.center-cont,
  .wrap-section.nav-breadcrumb,
  footer.page-footer.font-small.unique-color-dark {
    padding: 0;
  }
}

div.kw-bottom-relatedlinks ul li {
  color: #007bff;
  list-style-type: disc;
  padding: 0;
}
