
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  list-style: none;
  text-decoration: none;
  font-family: "BBC Reith Serif";
}

:root {
  --para-color: rgb(32, 34, 36);
  --white-color: #fff;
  --black-color: black;
}

body {
  padding-top: 100px;
}

.container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header Here  */

.top-navs {
  width: 100%;
  height: fit-content;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}

.header-box {
  display: grid;
  align-items: center;
  grid-template-columns: 20% 60% 20%;
  padding: 14px 12px 11px 20px;
}

.header-left {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 20px;
}

.header-middle  {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-middle img {
  width: 90px;
}

.header-right {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: end;
}

.reg {
  background-color: #000;
  padding: 6px 12px;
  color: white;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 600;
  font-size: 14px;
}

.sing {
  color: var(--para-color);
  padding: 6px 14px;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 600;
  font-size: 14.5px;
}

/* Nav section here  */

.nav {
  padding: 12px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.nav-box ul {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: Arial, Helvetica, sans-serif !important;
  justify-content: center;
}

.nav-box ul li a {
  color: var(--black-color);
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 500;
  font-size: 14px;
}

.nav_icon-two img{
  width: 18px;
  cursor: pointer;
}

.nav_icon-one img{
  width: 18px;
  cursor: pointer;
  margin-left: 20px;
  margin-top: 5px;
}

/* <!-- Frist Ad Here  --> */

.ad-1 {
  padding: 15px 0;
  background-color: rgb(248, 248, 248);
  border-top: 1px solid var(--black-color);
  border-bottom: 1px solid var(--black-color);
}

.ad-1-box {
  text-align: center;
}

/* <!-- Banner Section Here  --> */

.banner {
  padding-top: 25px;
  /* text-align: center; */
}

.banner-box {
  width: 720px;
  margin: 0 auto;
}

.first_102 {
  width: 100%;
  color: #202224;
  font-family: "BBC Reith Serif";
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.first_201 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 15px;
}

.ban-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.update_101,.update_102 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.12px;
  color: rgb(84, 86, 88);
  margin-bottom: 3px;
}

.ban-author-left {
  padding: 10px 0;
}

.banner-box h5 {
  font-family: Arial;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.14px;
  padding: 10px 0;
}

.ban-author-left span {
  font-family: Arial;
  font-weight: 400;
  padding: 0 3px;
}

.sh_link_one {
  color: var(--black-color);
  padding-right: 8px;
  font-size: 14px !important;
}

.share_links {
     position: relative;
     margin: 10px 0;
}

.share_links a {
  color: var(--para-color);
  font-size: 12px;
  font-family: Arial;
}

.share_links a img {
  width: 12px;
}


.banner-img img {
  margin: 0 auto;
}

/* <!-- Content section Here  --> */

.content-box span {
  font-size: 12px;
  color: rgb(84, 86, 88);
  padding-top: 3px;
}

.content-box {
  width: 720px;
  margin: 0 auto;
}

.first_p_01 {
  padding: 10px 0;
  color: rgb(32, 34, 36);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.36px;
}

.content-box img {
  width: 100%;
}

.content-box li {
  list-style: disc;
  font-size: 18px;
  padding: 20px 0;
}

.content-box li a {
  text-decoration: underline;
  color: var(--black-color);
  font-weight: 600;
}

.main_body_heading {
  color: rgb(32, 34, 36);
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.32px;
  padding: 10px 0;
}

.first_p_01 a {
  color: rgb(32, 34, 36);
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-decoration: underline;
  letter-spacing: -0.36px;
}

.con-links {
  display: grid;
  gap: 20px;
  grid-template-columns: 48% 49%;
  border-top: 2px solid var(--black-color);
  border-bottom: 2px solid var(--black-color);
  padding: 20px 0;
  margin: 20px 0;
}

.con-three-link a {
  color: var(--black-color);
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: -0.36px;
}

.health-button {
  display: flex;
  gap: 10px;
  padding-bottom: 30px;
  padding-top: 10px;
}

.health-button a {
  border: 2px solid transparent;
  outline: transparent solid 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  background-color: rgb(246, 246, 246);
  color: var(--black-color);
}

/* Second Ad Here */

.ad-2 {
  padding: 15px 0;
  background-color: rgb(248, 248, 248);
  border-top: 1px solid var(--black-color);
  border-bottom: 1px solid var(--black-color);
  margin: 10px 0;
}

/* !-- Relate Section  --> */

.sep {
  background-color: rgb(84, 86, 88);
  margin: auto 2px;
  height: 16px;
  width: 1px;
}

.re-update {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
}

.re-update span {
  color: rgb(84, 86, 88);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400px;
}

.re-box-one a {
  color: rgb(32, 34, 36);
  font-family: "BBC Reith Serif", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.36px;
}

.re-box {
  display: flex;
  gap: 15px;
  padding: 20px 0;
}

.relate-main {
  padding: 20px 0;
  border-top: 2px solid var(--black-color);
  border-bottom: 2px solid var(--black-color);
}

/* <!-- More Section  --> */

.more-one-box {
  display: grid;
  grid-template-columns: 10% 1fr;
}

.more-box {
  width: 1040px;
  margin: 0 auto;
  padding-top: 20px;
}
/* 
.more-content {
  display: grid;
  grid-template-columns: 65% 1fr;
  gap: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  justify-content: space-between;
} */

.more-content {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  justify-content: space-between;
}

.more-pic {
  width: 30%;
}

.more-pic img {
  width: 100%;
}

.more-text {
  width: 70%;
}

.more-text h2 {
  font-size: 23px;
}

.more-heading h2 {
  font-size: 18px;
  padding-top: 16px;
}

.more-day p {
  font-size: 12px;
}

.more-text p {
  font-size: 14px;
  padding-top: 10px;
}

/* <!-- Footer Section  --> */

.footer {
  padding: 30px 0;
  border-top: 2px solid var(--black-color);
}

.footer-nav {
  padding: 20px 0;
}

.footer-nav ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-nav ul a {
  color: var(--black-color);
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 500;
  font-size: 14px;
}

.footer-nav-two {
  padding: 15px 0;
  margin-top: 15px;
  border-top: 1px solid #ddd;
}

.footer-nav-two ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-nav-two ul a {
  cursor: pointer;
  color: rgb(0, 0, 0);
  font-family: "BBC Reith Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
}

.footer-copy {
  padding: 0 0 50px 0;
}

.footer-copy p {
  font-family: "BBC Reith Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.footer-copy a {
  font-family: "BBC Reith Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--para-color);
  font-weight: 700;
}

.ad-main-1-box {
  text-align: center;
}

/* Side bar CSS  */

/* .h-none {
  display: none;
} */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.sidenav a {
  transition: 0.3s;
}

.sidenav a:hover {
  color: #036;
}

.sidenav .closebtn {
  position: absolute;
  top: 10px;
  left: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: rgb(0, 0, 0);
  border: none;
  margin: 0;
}

/* Side Bar Other CSS  */

.side-bar-search {
  display: flex;
  align-items: center;
  border: 1px solid var(--black-color);
  background-color: #ddd;
  margin: 5px;
}

.side-box {
  background-color: rgb(246, 246, 246);
  border-bottom: 1px solid rgb(230, 232, 234);
  padding: 4px;
}

.side-bar-search input {
  padding: 12px;
  width: 90%;
  border: none;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif !important;
  outline: none;
}

.side-bar-search a {
  background-color: var(--para-color);
  padding: 10px;
}

.side-bar-search a i {
  color: var(--white-color);
}

.side-nav-links ul li {
  padding: 15px;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
}

.side-nav-links ul li a {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--para-color);
  font-weight: 600;
}

.side-nav-links ul li i {
  float: right;
  font-size: 15px;
}

/* Dropdown Button */

/* .dropbtn {
  background-color: #3498db;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #2980b9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
} */

/* RESPONSIVE CSS  */

@media (max-width: 1100px) {
  .more-box {
    width: 100%;
  }
}

@media (max-width: 985px) {
  .header-box {
    grid-template-columns: 20% 55% 1fr;
  }
}

@media (max-width: 930px) {
  .banner-img {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .nav-box {
    display: none;
  }

  .header-box {
    grid-template-columns: 20% 50% 1fr;
  }

  .ad-main-1-box img {
    width: 100%;
  }

  .banner-box {
    width: 100%;
  }

  .content-box {
    width: 100%;
  }

  .footer-nav ul {
    flex-wrap: wrap;
  }

  .footer-nav-two ul {
    flex-wrap: wrap;
  }

  .more-pic {
    width: 40%;
  }

  .more-text {
    width: 60%;
  }
}

@media (max-width: 740px) {
  .re-box {
    flex-wrap: wrap;
  }

  .con-links {
    display: block;
  }

  .con-three-link {
    padding: 10px 0;
  }
}

@media (max-width: 680px) {
  .header-right {
    display: none;
  }

  .more-content {
    border: none;
  }

  .more-one-box {
    display: flex;
    flex-direction: column-reverse;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .first_102 {
    font-size: 28px;
    line-height: 34px;
  }

  .more-text h2 {
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  .more-content {
    display: block;
  }

  .more-text {
    width: 100%;
  }

  .more-pic {
    width: 100%;
    padding-top: 20px;
  }
}

.first_101 {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #757575;
  margin-bottom: 10px;
}


.button-section {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}

.button-section button {
  color: #202224;
  background: #E6E8EA;
  font-size: 14px;
  padding: 10px 15px 10px 12px;
  border: none;
  outline: none;
  font-weight: 500;
  transition: 0.2s;
  cursor: pointer;
}

.button-section button i {
  margin-left: 5px;
}

.button-section button:hover {
  background: #d4d6d8;
}

.hide-show-f-sec {
  display: none;
}

.show-f-sec {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #E6E8EA;
  padding: 2.7rem 0;
}

.hide-show-f-sec h2,.show-f-sec h2 {
  font-size:  22px;
  margin-bottom: 20px;
}

.hide-show-f-sec p,.show-f-sec p {
  font-size: 13px;
}

.h-s-options {
  width: 100%;
  height: fit-content;
  display: flex;
   justify-content: space-between;
   flex-direction: row;
   align-items: flex-start;
   padding: 20px 16%;
}

.h-s-options ul li {
  margin-bottom: 4px;
}

.h-s-options ul li a {
  font-size: 12px;
  color: #202224;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
}

@media(max-width:700px) {
  .h-s-options {
    width: 100%;
    height: fit-content;
    display: flex;
     justify-content: flex-start;
     flex-direction: column;
     align-items: flex-start;
     padding: 20px 5%;
  }

  .h-s-options ul {
    width: 100%;
    padding: 0 10px;
  }

  .h-s-options ul li {
    margin-bottom: 13px;
  }
  
  .h-s-options ul li a {
    font-size: 14px;
    color: #202224;
  }
  .hide-show-f-sec h2,.show-f-sec h2 {
    width: 100%;
    font-size:  20px;
    margin-bottom: 20px;
    padding: 0 25px;
    font-weight: 600;
  }
  
  .hide-show-f-sec p,.show-f-sec p {
    width: 100%;
    text-align: left;
    font-size: 13px;
    padding: 0 25px;
  }

  .first_101 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #757575;
    margin-bottom: 10px;
  }
}