*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body
{
  background: #fff;
}
nav{
  background-color: #572c57;
  height: 100px;
  width: 100%;
}
.logo img{
  width: 190px;
  height: 100px;
  margin: 0px 30px 5px 30px;
}
nav ul{
  float: right;
  margin-right: 2%;
  text-align: center;
}
nav ul li{
  display: inline-block;
  line-height: 90px;
  margin: 0 2px;
}
nav ul li a{
  color: white;
  font-size: 17px;
  padding: 5px 8px;
  text-decoration: none;
  border-radius: 3px;
  text-transform: uppercase;
}
nav ul li a:hover{
  background: #1b9bff;
  transition: .5s;
}
.checkbtn{
  font-size: 30px;
  color: white;
  float: right;
  line-height: 50px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
.checkbtn img {
  height: 35px;
  width: 35px;
  margin-top: 25px;
}
#check{
  display: none;
}
.page-wrapper {
    width: 100%;
}
/* Main Content and Sidebar */
.content-wrapper {
  display: flex;
  padding: 10px;
  margin-top: 5px;
}
.main-content {
  width: 65%;
  margin-left: 5%;
}
.calc-container, .desc-container{
  padding: 10px 20px 5px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd; /* Visual separation */
}
.calc-container h1 {
  font-size: 24px;
  margin: 0px 10px 0px 10px;
}
/* Desc Container */
.desc-container h1 {
  font-size: 24px;
  margin: 0px 0px 10px 0px;
}
.desc-container h2, h3{
  font-size: 21px;
  margin: 20px 0px 10px 0px;
}
.desc-container p, li {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 15px;
}
.desc-container li {
  margin-left: 30px;
}
.desc-container img {
  width: 80%;
  height: auto;
  padding: 10px;
  margin-left: 10%;
}
table {
  border-collapse: collapse;
  width: 80%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

/* Sidebar */
.sidebar {
  width: 28%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}
.bmi-calculators {
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.bmi-calculators h2 {
  font-size: 21px;
  color: #333;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}
.bmi-calculators ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.bmi-calculators ul li {
  margin-bottom: 10px;
}
.bmi-calculators ul li a {
  text-decoration: none;
  color: #006600;
  font-size: 18px;
  transition: color 0.3s ease;
}
.bmi-calculators ul li a:hover {
  color: #352f36;
}
.ads-sticky {
    padding: 15px;
    width: auto;
    height: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
/* Social Share*/
.share-button
{
    background: #fff;
    margin: 5px 0px 5px 0px;
}
.share-button .share img {
  padding: 0px;
  margin: 0px 0px 10px 0px;
  height: 34px;
  width: 34px;
}
.share-button a img{
  display: inline-block;
  padding: 0px;
  margin: 0px 10px 10px 0px;
  height: 34px;
  width: 34px;
}
.share-button a:hover
{
    opacity: 0.5;
}
/*footer*/
.footer {
  background-color: #9f5f91;
  width: 100%;
  height: auto;
  color: #ffffff;
  text-align: left;
  border-radius: 20px 20px 0px 0px;
  font-size: 16px;
  padding: 20px 40px 20px 40px;
  margin-top: 5px;
}  
.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
  display: inline-block;
  vertical-align: top;
} 
  .footer .ftitletext span {
  color: #FFD700;
  }
.footer .footermenu {
  margin: 20px 0 12px;
  padding: 0;
} 
.footer .footermenu a {
  line-height: 1.8;
  text-decoration: none;
  color: #ffffff;
}		  
.footer .footermenu a:hover {
  color: #FFD700;
}  
.footer .footer-left {
  width: 33%;
  padding: 2%;
}
.footer .footer-center {
  width: 30%;
  padding: 2%;
}
.footer .footer-center p {
  text-align: center;
  line-height: 42px;
  vertical-align: middle;
}	  
.footer .footer-right {
  width: 35%;
  padding: 2%;
}
.footer .name {
  color: #FFD700;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 1095px){
  nav ul li a{
    font-size: 16px;
  }
  .content-wrapper {
    padding: 0px;
  }
  .main-content {
    width: 69%;
    margin-left: 1%;
  }
}
@media (max-width: 858px){
  .checkbtn{
    display: block;
  }
  nav ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(32, 178, 171, 0.938);
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 25px;
    line-height: 30px;
  }
  a:hover,a.active{
    background: none;
    color: #0082e6;
  }
  #check:checked ~ ul{
    left: 0;
  }
}
@media (max-width: 764px) {
  .footer {
    padding: 20px 20px 5px 20px;
  }
  .footer .footer-left,
  .footer .footer-center,
  .footer .footer-right {
    display: block;
    width: 100%;
    text-align: center;
  }
  nav{
    height: 90px;
  }
  .logo img{
    width: 160px;
    height: 80px;
    margin-left: 8%;
  }
  .main-content {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 5px;
  }
  .sidebar {
    display: none;
  }
  .desc-container img {
  width: 96%;
  margin-left: 2%;
  }
  .share-button a img{
    margin: 0px 4px 10px 0px;
    height: 30px;
    width: 30px;
  }
  .calc-container{
    padding: 5px 10px 5px 10px;
  }
  .desc-container{
    padding: 10px 10px 5px 10px;
}
.calc-container h1 {
  margin: 0px;
}


}