.blog_content_area {
  float: left;
  width: 100%;
}

.blog_listing {
  flex-wrap: wrap;
  margin: 0;
  display: flex;
}

p.blog_message {
  text-align: center;
  margin: 2rem auto;
  font-size: 17px;
  border: 1px solid #9e9e9e4a;
  width: 100%;
  padding: 12px;
}

.blog-box {
  position: relative;
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #e2e2e2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 31%;
  border-radius: 6px;
  margin: 0% 1% 2%;
}

.blog-box:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.blog-images {
  width: 100%;
  display: inline-block;
  margin-right: 15px;
  overflow: hidden;
}

.blog-images .img {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  border: 1px solid #d2d0d0;
}

.blog-box:hover .blog-images .img img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.blog-images .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  object-fit: cover;
}

.blog-images .date {
  position: absolute;
  z-index: 8;
  top: 10px;
  height: 30px;
  background-color: #374ea8;
  line-height: 30px;
  left: 10px;
  padding: 0 12px;
  border-radius: 20px;
}

.blog-images .date p {
  color: #fff;
  font-size: 12px;
}

.blog-box .details {
  padding: 5px 0px 5px;
  float: left;
  width: 100%;
  min-height: 260px;
  position: relative;
}

.blog-box .details h6.blog-title {
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
  color: #374ea8;
  width: 100%;
}

.blog_block {
  width: 100%;
}

.details .blog-text {
  font-size: 14px;
  float: left;
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
  /* height: 120px; */
}
.details .blog-text p span,
.details .blog-text p {
  line-height: 1.3;
}
.blog_right_side .success_response {
  text-align: center;
  font-weight: bold;
}

.blog-text p,
.blog-text h1,
.blog-text h2,
.blog-text h3,
.blog-text h4,
.blog-text h5,
.blog-text h6 {
  font-size: 15px;
  font-weight: 500;
}

.blog_listing .blog-box .video-container iframe {
  width: 100% !important;
  height: 100% !important;
}

.blog_detail .blog_left_content .video-container iframe {
  width: 100% !important;
  height: auto !important;
}

.post-list li .post .video-container iframe {
  width: 100%;
  height: 100%;
}
.details .read-more-btn {
  color: #fff;
  background: #374ea8;
  border: medium none;
  float: left;
  padding: 7px 20px;
  font-size: 12px;
  border-radius: 50px;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  width: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}

.blog_detail {
  /* display: flex; */
  justify-content: space-between;
  margin: 15px 0;
}

.blog_detail .bannerdesc p,
.blog_detail p.signup_sub {
  padding: 0;
}

.blog_image {
  max-height: 500px;
  border: 1px solid #e5e9f4;
  overflow: hidden;
}

.blog_left_content {
  width: 73%;
  float: left;
}

.blog_right_side {
  width: 25%;
  float: right;
}

.blog_left_content .blog_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block_description p {
  margin-bottom: 15px;
  text-align: justify;
}

._search_inpt {
  position: relative;
  margin-bottom: 15px;
}

._search_inpt i.fa {
  position: absolute;
  right: 10px;
  top: 12px;
}

._search_inpt input {
  padding: 10px 30px 10px 10px;
  width: 100%;
  outline: none;
  border: 1px solid #e5e9f4;
  border-radius: 5px;
  height: 42px;
  /* background-color: #f9f9f9; */
}

._search_inpt input:focus {
  border: 1px solid #37a3e2;
}

.categori {
  border: 1px solid #e5e9f4;
  padding: 15px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.categori .title {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin: 0;
}

.categori-list li {
  margin: 10px 0;
}

.categori-list li a span {
  line-height: 20px;
}

.categori-list li,
.post-list li,
.archives-list li,
.post-meta li,
.social-links li,
.tags-list li {
  line-height: 36px;
  list-style: none;
}

.categori-list li a,
.archives-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
}

.post-meta {
  display: flex;
}

.post-meta li {
  margin-right: 15px;
  font-size: 14px;
}

.post-meta li a {
  color: #374ea8;
}

.post-list li {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.post-list .post {
  display: flex;
  align-items: center;
}

.post-list .post .post-details {
  margin-left: 15px;
  width: 70%;
}

.post-img {
  width: 30%;
  height: 50px;
}

.post-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.post .post-details a h4.post-title {
  font-size: 16px;
  line-height: 26px !important;
  margin: 0;
  white-space: normal;
  word-break: break-word;
}

.post .post-details a {
  color: #374ea8;
}

.post .post-details a,
.post .post-details p {
  font-size: 14px;
  line-height: 24px;
}

.tag-social-link {
  display: flex;
  background-color: #c5c5c54a;
  padding: 10px;
  margin-top: 20px;
  align-items: center;
  border-radius: 6px;
  border-bottom: 2px solid #374ea8;
}

.hide {
  display: none !important;
}

.tag-social-link .tag,
.social-links {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.tag-social-link h6 {
  color: #374ea8;
  font-weight: 600;
  margin: 0;
}

.social-links li {
  margin: 0px 2px;
}

.social-links li a {
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #374ea8;
  color: #fff;
}

ul.tags-list {
  margin-top: 10px;
}

.tags-list li {
  display: inline-block;
  line-height: 20px;
  margin: 0px 0 5px;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  padding: 9px;
  color: #374ea8;
  word-break: break-word;
}

.tag a {
  color: #374ea8;
  word-break: break-word;
  width: 100%;
  flex: 1;
  margin: 0 5px;
}

/* .blog_left_content h6 {
    margin: 5px 0;
    font-weight: bold;
    width: 100px;
} */
.tag-social-link .tag h6.title {
  width: 70px;
}

.block_description {
  margin-top: 15px;
}

.blog_left_content h6 a {
  color: #374ea8;
  word-break: break-word;
}

#blog_page .pagination-wrap,
#blog_page .pagination-wrap em {
  display: flex;
  margin: 10px 12px;
}

#blogListing ul.pagination {
  display: flex;
}

#blog_page .pagination-wrap li {
  display: flex;
  padding: 8px 12px;
  list-style: none;
  border-width: 1px;
  border-color: #ececec;
  border-style: solid;
}

.pagination-wrap li a {
  color: #000;
}

#blog_page .pagination-wrap li:hover,
#blog_page .pagination-wrap li.active {
  background: #374ea8;
  border: 1px solid #374ea8;
}

#blog_page .pagination-wrap li:hover a,
#blog_page .pagination-wrap li.active a {
  color: #ffffff;
}

li.blog-box {
  list-style: none;
}

.tags-list li a:hover {
  border-color: #e86748;
  color: #e86748;
}

#blog_page .pagination-wrap button {
  padding: 7px 10px 7px 10px !important;
  border: 1px solid #dcdcdc;
  background-color: #ececec;
}
.blog_left_content ul.pagination li a {
  height: auto;
  line-height: 0px !important;
}

._tabs_btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
  flex-wrap: wrap;
}

._tabs_btn button {
  border: 0;
  padding: 10px;
  margin-right: 5px;
  outline: none;
  cursor: pointer;
}

.blog_tab ul {
  float: left;
  width: 100%;
}

.blog_tab ul li {
  list-style: none;
  border-bottom: 1px solid #c9d4ff;
  float: left;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  width: 100%;
  word-wrap: break-word;
}

.blog_tab {
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
}

.blog_tab ul li:hover {
  background-color: #374ea8;
}

.blog_tab ul li:hover a {
  color: #fff;
}

.blog_tab ul li:last-child {
  border-bottom: 0;
}

.blog_tab ul li a {
  padding: 10px 5px;
  float: left;
  width: 100%;
  color: #359;
  font-size: 14px;
}

._tabs_btn button.active,
._tabs_btn button:hover {
  background-color: #374ea8;
  color: #fff;
}

.pagination-wrap strong {
  display: flex;
}

.sidebar_signup {
  margin-bottom: 15px;
}

.sidebar_signup h3 {
  margin: 0;
}

.sidebar_signup_content {
  display: flex;
  margin-top: 20px;
  margin-bottom: 24px;
  flex-direction: column;
}

._signup_img {
  width: 100%;
}

.signup_sub {
  font-size: 22px;
  text-align: center;
  color: #000;
}

.sidebar_signup input {
  height: 40px;
  padding: 5px;
  border: 1px solid #9a9a9a;
  border-radius: 4px;
}

/* Vikram changes */
#sidebar_signup {
  border: 1px solid;
  padding: 10px;
  border-radius: 5px;
}

#sidebar_signup h2,
#sidebar_signup h3 {
  margin-top: 0;
  font-size: 30px;
  text-align: center;
}

#sidebar_signup input {
  max-width: 180px;
  font-size: 11px;
  margin: 0 0;
}

.content-sidebar {
  color: #0c8442;
}

#sidebarform label {
  width: 100% !important;
  display: inline-block;
  margin: 3px 0px 7px 0px;
}
._signup_img img {
  width: 100%;
}
#sidebarform input,
textarea {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  color: #2b2b2b;
  padding: 10px 28px 10px 11px !important;
}

#sidebar_signup input[type="submit"] {
  width: 120px;
  padding: 9px;
  color: #fff;
  font-size: 11px !important;
}

.signup_sub {
  font-size: 22px;
  text-align: center;
  color: #000;
}

#sidebar_signup h2,
#sidebar_signup h3 {
  line-height: 1.0909090909 !important;
}

#sidebar_signup .signup_sub {
  font-size: 25px !important;
  text-align: center;
  margin: -10px 0 5px 0;
  line-height: 1.0909090909;
}

._search_inpt {
  position: relative;
  margin-bottom: 15px;
  margin-top: 20px;
}

.blog_form_class {
  width: 100%;
}

.blog_form_class .input-bus-cn {
  display: block!important;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.blog_form_class .input-bus-cn input#cont_email {
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0px !important;
  height: 38px;
}

.blog_form_class .input-bus-cn ul.captcha_wrap {
  order: 3;
  margin-top: 5px;
}

.blog_form_class .bus-cn-btn-outer {
  width: auto;
  padding: 0;
  margin-top: 10px;
  right: 0;
  top: 0;
  margin-top: 10px;
}

.blog_form_class .bus-cn-btn-outer .btn {
  padding: 10px 15px;
  margin-top: 5px;
}

.blog_form_class #error_message {
  margin: 0px;
  padding: 0px;
}

div#sidebarform {
  display: flex;
}

.blog_right_side ul.captcha_wrap .g-recaptcha {
  padding-left: 0;
}

ul.captcha_wrap {
  float: left;
  margin-top: 8px;
}

#rc-imageselect,
.g-recaptcha {
  transform: scale(0.66);
  -webkit-transform: scale(0.66);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
._signup_img_without_content {
  width: 100%;
  max-height: 250px;
}

._signup_img_without_content img {
  width: 100%;
  object-fit: cover;
  max-height: 250px;
}

._blg_signup_img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .sidebar_signup input {
    width: 100%;
    margin-top: 10px;
  }

  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.66);
    -webkit-transform: scale(0.66);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .inner-headerNew-banner.headerNew_custom .inner-header nav ul {
    display: none;
  }
  .inner-headerNew-banner.headerNew_custom .topic_menu:before,
  .inner-headerNew-banner.headerNew_custom .product_menu:before {
    top: 14px;
  }
}
@media (max-width: 992px) {
  .blog-box {
    width: 48%;
  }

  .blog_left_content {
    width: 66%;
  }

  .blog_right_side {
    width: 31%;
  }

  .sidebar_signup_content {
    display: block;
  }

  ._signup_img,
  .sidebar_signup_content .bannerdesc {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
}

@media (max-width: 768px) {
  .blog-box,
  .blog_left_content,
  .blog_right_side {
    width: 100%;
  }

  .blog_detail {
    display: block;
  }

  .blog_right_side {
    margin-top: 30px;
  }
}

.blog-text p {
  display: inline-grid;
}

.block_description ul li a {
  color: #6633ff;
}

.pagination-wrap ul.pagination li {
  padding: 6px 10px 6px 10px !important;
  height: auto !important;
}
.pagination-wrap ul.pagination li a {
  line-height: normal !important;
  padding: 0px 0px 0px 0px !important;
}
.sidebar_signup_content .bannerdesc {
  padding-top: 8px;
}

a._view_more {
  background-color: #374ea8;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
}
.view_more_blog {
  display: block;
  text-align: center;
  margin: 30px 0px 30px 0px;
}
