.newsdetail-sec {
  width: 65%;
  padding: 100px 0 70px;
  margin: 0 auto;
}
.newsdata-header h1 {
  color: #242b27;
  font-size: 45px;
  font-weight: 700;
  margin: 0 0 40px;
}
.newsauthor-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
}
.blogsocial a {
  display: inline-block;
  margin-left: 15px;
}
.blogsocial a .img-fluid {
  max-width: 24px;
}
.blogsocial a:hover {
  filter: brightness(0);
}
.newsimg-col.blogbigimg {
  border-radius: 15px;
  overflow: hidden;
  margin: 0 0 40px;
}
.newsimg-col.blogbigimg img {
  height: auto;
}
.blogintro-data ul li {
  list-style-type: disc;
}
.blogintro-data li::marker {
  color: #18733a;
	font-size: 24px;
}

.blogintro-data h2 {
  color: #242b27;
  font-size: 32px;
  font-weight: 700;
  margin: 32px 0 20px;
}
.blogintro-data h3 {
  color: #242b27;
  font-size: 26px;
  font-weight: 700;
}
.blogintro-data h4 {
  color: #242b27;
  font-size: 22px;
  font-weight: 700;
}
.blogintro-data h5 {
  color: #242b27;
  font-size: 18px;
  font-weight: 700;
}
.blogintro-data h6 {
  color: #242b27;
  font-size: 16px;
  font-weight: 700;
}
.blogintro-data {
  font-size: 18px;
  font-weight: 500;
  color: #4f4f4f;
  line-height: 27px;
  margin: 0 0 20px;
}

.recent-heading {
  color: #242b27;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px;
}
.recentpost-list .newsblog-col {
  border-radius: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 12px 0;
  margin: 0;
}

.recentpost-list {
  margin-bottom: 32px;
}
.recentpost-list .newsimg-col {
  width: 50%;
  border-radius: 5px;
}
.recentpost-list .newsimg-col .img-fluid {
  height: 130px;
}
.recentpost-list .newsshort-data {
  padding: 0 0 0 20px;
}
.recentpost-list .newsshort-data h3 {
  font-size: 18px;
}
.recentpost-list .newsshort-data p {
  font-size: 16px;
  margin: 0;
}
.recentpost-list .newsblog-col:hover {
  margin-left: 10px;
}
/**/
.sidebarblog {
  display: flex;
  /*flex-wrap: wrap;*/
  height: 100%;
  /*justify-content: space-between;*/
  flex-direction: column;
}
.sidebarnewsletter {
  width: 100%;
  background: #18733a;
  border-radius: 15px;
  padding: 30px 25px;
  /*margin-top: auto;*/
}
.sidebarnewsletter p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin: 64px 0 0;
}

@media (min-width: 1025px) {
	.sidebarnewsletter {
    	position: sticky;
    	top: 64px; 
  	}
}

/**/
.relatednews-sec {
  width: 100%;
  padding: 30px 0 80px;
}

/*form*/
.sidebarnewsletter .nf-form-cont .nf-form-content .nf-field-container {
  position: initial;
}
.sidebarnewsletter
  .nf-form-content
  .nf-field-container
  .nf-field
  .email-wrap
  input.ninja-forms-field {
  color: #ffffff;
  border-color: #ffffff;
  padding-right: 55px;
}
.sidebarnewsletter .nf-form-cont .nf-form-content input::placeholder {
  color: #ffffff;
  opacity: 0.35;
}
.sidebarnewsletter .nf-form-cont .nf-form-content input::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.35;
}
.sidebarnewsletter
  .nf-form-cont
  .nf-form-content
  .submit-wrap
  .nf-field-element {
  position: absolute;
  top: 8px;
  right: 0;
  width: 45px;
  height: 45px;
}
.sidebarnewsletter
  .nf-form-cont
  .nf-form-content
  .submit-wrap
  .nf-field-element:after {
  color: #ffffff !important;
  font-size: 22px !important;
}
.sidebarnewsletter
  .nf-form-cont
  .nf-form-content
  .nf-field-container
  .nf-field
  .submit-wrap
  [type="submit"].ninja-forms-field {
  padding: 0;
  font-size: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  cursor: pointer;
  border: none;
  padding-right: 0;
}
.sidebarnewsletter .nf-form-cont .nf-form-content input:-webkit-autofill,
.sidebarnewsletter .nf-form-cont .nf-form-content input:-webkit-autofill:hover,
.sidebarnewsletter .nf-form-cont .nf-form-content input:-webkit-autofill:focus,
.sidebarnewsletter
  .nf-form-cont
  .nf-form-content
  input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 0px 0px transparent;
}
.sidebarnewsletter .nf-error-wrap.nf-error .nf-error-msg {
  background: #e20505;
  color: #fff;
  padding: 3px 5px;
  font-size: 14px;
}
.sidebarnewsletter .nf-form-errors .nf-error-msg {
  background: #e20505;
  color: #fff;
  padding: 3px 5px;
  font-size: 14px;
  margin: 0 0 15px;
}
.sidebarnewsletter .nf-form-cont .nf-response-msg {
  background: #5aa75a;
  color: #fff;
  padding: 5px 5px;
  font-size: 14px;
  margin: 0 0 15px;
}
.sidebarnewsletter
  .nf-form-cont
  .nf-form-content
  .nf-field-container
  .nf-error
  .nf-error-msg {
  position: initial;
  top: 0;
  left: 0;
  margin: 0;
}

/*-------------------------------- Blog Author --------------------------------*/
.blog-author-box {
    background: #f8f8f8;
    padding: 24px;
    margin-bottom: 32px;
    border-radius: 15px;
}

.blog-author-box .author-inner {
    text-align: center;
}

.blog-author-box img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

.blog-author-box h4 {
    margin-bottom: 10px;
}

.author-content p {
	text-align: left;
	font-size: .9em;
}
/*-------------------------------- Responsive Media Query --------------------------------*/
@media (min-width: 1600px) {
  .blogintro-data {
    padding-right: 55px;
  }
}

@media (max-width: 1024px) {
  .newsdetail-sec {
    padding: 60px 0 30px;
  }
  .newsdata-header h1,
  .blogintro-data h2,
  .heading-row h2 {
    font-size: 35px;
  }
  .blogintro-data {
    font-size: 16px;
  }
  .blogintro-data h3,
  .blogintro-data h4,
  .blogintro-data h5 {
    font-size: 22px;
  }
  .sidebarblog {
    margin-top: 30px;
    display: block;
  }
	 .newsdetail-sec {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .newsdata-header h1,
  .blogintro-data h2,
  .heading-row h2,
  .recent-heading {
    font-size: 24px;
  }
  .blogsocial a .img-fluid {
    max-width: 18px;
  }
  .newsimg-col.blogbigimg {
    margin: 0 0 25px;
  }
  .blogintro-data h3,
  .blogintro-data h4,
  .blogintro-data h5 {
    font-size: 20px;
  }
  .recentpost-list .newsimg-col .img-fluid {
    height: 110px;
  }
  .recentpost-list .newsshort-data h3 {
    font-size: 16px;
  }
  .newsdetail-sec {
    width: 100%;
  }
}


table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 16px;
}

table th {
  background: #111827;
  color: white;
  padding: 12px;
  text-align: left;
}

table td {
  border: 1px solid #e5e7eb;
  padding: 12px;
}

table tr:nth-child(even) {
  background: #f9fafb;
}

table tr:hover {
  background: #f3f4f6;
}