.blog {
  display: none;
}
#loadMore {
  width: 200px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  background-color: red;
  transition: 0.3s;
  border: 1px solid #000;
}
#loadMore:hover {
  color: #00f;
  background-color: #fff;
  border: 1px solid #00f;
  text-decoration: none;
}
.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}
.logo_blog {
  max-width: 100%;
  text-align: center;
}
.logo_blog img {
    width: 246px;
      
    margin-top: 2px;
    
    padding: 1px 2px 2px 7px;
}
.logo_breadcrumb {
  text-align: center;
  padding: 15px 0;
  border-top: 2px solid #f1f1f1;
}
.logo_breadcrumb p {
  margin: 0;
}
.logo_breadcrumb p span {
  margin-left: 10px;
  margin-right: 10px;
}

.logo_breadcrumb p  {
    color: #fbfbfb;
    }
.logo_breadcrumb p span a {
    color: #fbfbfb!important;
    text-decoration: none;
}
.blog__thumb {
  width: 100%;
}
.blog__thumb img {
  width: 100%;
}
.blog__details {
  width: 100%;
}
.blog__details h1 {
  font-size: 23px;
}
.blog__details h1 a {
  color: #000;
  text-decoration: none;
}
.blog__details p {
  color: #000;
  font-size: 17px;
}
.blog__btn {
  width: 100%;
}
.blog__btn a {
  background: #d9534f;
  float: right;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}
.blog {
  padding: 20px 20px;
  border-bottom: 1px solid #f1f1f1;
}
.widget {
  width: 100%;
}

.myblog_sidebar h5 {
  background: #bb161d;
  color: #fff;
  padding: 10px;
}
.myblog_sidebar ul {
    width: 100%;
    float: left;
    padding: 0 0 0 5px;
    background-color: #f1f1f1;
}
.myblog_sidebar ul li {
  list-style: none;
  width: 100%;
  float: left;
}
.myblog_sidebar ul li a {
  color: #000;
  font-size: 17px;
  text-decoration: none;
  margin: 5px 0;
  float: left;
  border-bottom: 1px solid #d1d0d7;
  padding-bottom: 10px;
  width: 100%;
}
.footer {
  background: #d9534f;
  text-align: center;
}
.footer p {
  margin: 0;
  color: #fff;
  padding: 10px 0;
}
.myblog_sidebar {
  width: 100%;
  margin-right: 0;
  float: left;
  margin-bottom: 60px;
  clear: both;
  top: 0;
  position: sticky;
  padding: 10px;
  background: #f1f1f1;
  float: left;
}
.right-bg-grey {
  padding: 0 15px 20px 15px;
}
.right-bg-grey p {
  font-size: 17px;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 15px;
}
.right-bg-grey p a {
  text-decoration: none;
}
.right-bg-grey h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #83191e;
    font-weight: 700;
}
.right-bg-grey h2 strong {
  font-size: 30px;
  font-weight: 500;
}
.right-bg-grey h3 strong {
  font-size: 23px;
  font-weight: 500;
}
.right-bg-grey h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 6px;
}
.right-bg-grey h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 6px;
}
.right-bg-grey ul li {
  list-style: none;
  font-size: 17px;
  line-height: 1.9em;
}

.bottom-buttom button {
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  background-color: #fdb92e;
  border-radius: 0 !important;
  margin-bottom: 10px;
}
.blog_breadcrumb {
  background: #f1f1f1;
  padding: 21px 10px;
  text-align: center;
  border-bottom: 2px solid #e5e2e2;
}
.blog_breadcrumb h1 {
  font-size: 30px;
  font-weight: 400;
}
.blog_breadcrumb p {
  margin: 0;
  margin-top: 20px;
}
.blog_breadcrumb p span a {
  color: #000;
  text-decoration: none;
  margin: 0 10px;
}
.blog-container {
  padding-top: 20px;
}
.post_thumb {
  width: 100%;
}
.right-bg-grey strong {
  font-size: 17px;
  font-weight: 500;
}
.right-bg-grey a {
  border-bottom: 2.5px solid #3e4095;
  color: black !important;
  font-weight: 500;
}
.post_thumb img {
  width: 100%;
  aspect-ratio: 2/1;
}
.bg-date {
  float: right;
}
.bg-date p {
  font-weight: 600;
  color: #322f6a;
}
.botttom-blog {
  background: #f1f1f1;
  margin: 10px 0;
  padding: 10px;
}
.botttom-blog h2 {
  background: #322f6a;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  font-size: 25px;
}
.botttom-blog ul {
  padding: 0;
}
.botttom-blog ul li a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #dbdbdb;
  padding: 5px 0;
  float: left;
  width: 100%;
}
table {
  width: 100%;
}
table,
td,
th {
  border: 1px solid #000;
  border-collapse: collapse;
  font-size: 17px;
  color: #000 !important;
  font-weight: 400;
  padding: 10px !important;
}
.table th {
  font-size: 16px;
  padding: 10px 10px;
  text: center;
  font-weight: 700;
}
.table td {
  font-size: 15px;
  padding: 10px 0;
}
.heading-after-image h1 {
  color: #000;
  float: left;
  text-align: left;
  font-size: 25px;
  margin-top: 10px;
}
.padding_left_ {
  list-style-type: disc;
  padding: 0 0 0 20px;
}

.with_bullet li {
  list-style-type: disc !important;
}

ul li a {
  text-decoration: none;
}
.top-header {background-color: #bb161d;}
.logo_blog h1 {
    color: #FFF;
    margin-top: 20px;
    background-color: #a91919;
    padding: 3px 7px 11px 1px;
    width: 350px;
    float: right;
}
.logo_blog a{color:#FFF;text-decoration:none}
@media only screen and (max-width: 599px) {
	.logo_blog img {
    width: 185px;
    text-align: center;
    margin-top: 10px;
}
  .right-bg-grey p {
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    margin-bottom: 10px;
  }
  .right-bg-grey strong {
    font-size: 14px;
    font-weight: 500;
  }
  .right-bg-grey h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 6px;
  }
  .right-bg-grey h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 6px;
  }
  .right-bg-grey ul li {
    list-style: none;
    font-size: 14px;
    line-height: 23px;
}


.myblog_sidebar ul li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    margin: 2px 0;
    float: left;
    border-bottom: 1px solid #d1d0d7;
    padding-bottom: 10px;
    width: 100%;
}
.bottom-buttom button {
    padding: 4px;
    font-size: 15px;
    font-weight: 600;
    background-color: #fdb92e;
    border-radius: 0 !important;
    margin-bottom: 8px;
}
.blog_breadcrumb h1 {
    font-size: 22px;
    font-weight: 400;
}
}





/* accordian */

.accordion {
  float: left;
  width: 100%;
}
.accordion-item {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.accordion-header {
  background-color: #f4f4f4;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-title {
  flex-grow: 1;
}

.accordion-toggle {
  font-weight: bold;
  font-size: 18px;
}

.accordion-content {
  padding: 10px;
  display: none;
}

/* accordian */



.form-control {margin-bottom:10px;}
.default-btn {
    background-color: red;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 12px;
    border: 0px solid red;
    padding: 8px 11px;
    width: 95%;
}
#ebcaptchatext2 {
    background: red;
    margin-left: 6px;
    margin-top: 5px;
    padding: 1px 2px;
    color: white;
}
.myblog_sidebar h4 {
    background: #bb161d;
    color: #fff;
    padding: 10px;
    float: left;
    width: 100%;
    text-align: center;
}
