.footer-textp {
  font-size: 12px !important;
  position: inherit !important;
  bottom: -45px !important;
  left: 63% !important;
  transform: translate(-50%, -50%) !important;
  color: #fff !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
}

@media screen and (min-width: 1600px) and (max-width: 2800px) {



  .footer-textp {
    font-size: 12px !important;
    position: inherit !important;
    bottom: -47px !important;
    left: 55% !important;
    transform: translate(-50%, -50%) !important;
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
  }
}

/* blog page start */
body {
  background: #efefef !important;
  /* background: #ebebeb; */
}
.blog_text{
  background: #fff;
}
.blog-main-banner {
  background-image: url();
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 0px;
  /* min-height: 90px; */
  padding-top: 0px;
}
.blog-main-banner-a {
  background-image: url(https://www.medicalbreakthrough.com/images/blog_banner.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 290px;
  padding-top: 0px;
}
.blog-main-banner-a h1{
  font-size: 50px;
  font-family: fantasy;
  font-weight: 400;
  color: #000;
  background-color:rgba(204, 204, 204, 0.5);
  padding: 10px;
}
.m-auto {
  padding-top: 80px;
  width: fit-content;
  margin: auto;
}


@media (max-width: 1024px) {
  .blog-main-banner {
      min-height: 55px;
  }
  .m-auto {
    padding-top: 40px;
  }
  .blog-main-banner-a h1 {
    font-size: 35px;
  }
  .blog-main-banner-a {
    min-height: 175px;
  }
}
@media (max-width: 767px) {
  .blog-main-banner {
    margin-top: 200px;
    min-height: 0;
  }
  .blog-main-banner-a h1 {
    font-size: 22px;
  }
  .blog-main-banner-a {
    min-height: 175px;
  }
}
@media (min-width: 1200px) {
  .products-display {
    width: 1140px;
  }
}

#cookieNotice {
  z-index: 2;
}

/* new blog design start */
.blog-section.style-four .left-side {
  margin-right: 45px;
}

.blog-section.style-four .item-holder:first-child {
  margin-top: 0px;
}

.blog-section.style-four .image-box>img {
  border-radius: 10px;
  width: 100%;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
}

.blog-section.style-four .content-text {
  display: block;
  padding-top: 40px;
  padding-left: 10px;
}

.blog-section.style-four .right-side {
  margin-left: -15px;
  margin-top: 10px;
}
.right-side {
  background-color: white;
  padding: 10px;
}
.right-side .text-title h6 {
  position: relative;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #222222;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-family: "Source Sans Pro", sans-serif;
}

.right-side .search-box {
  position: relative;
  margin-bottom: 40px;
}

.right-side .search-box input {
  height: 50px;
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
  background: #ffffff;
  border: 1px solid #e0e0e0;
}

.right-side .categorise-list {
  padding-left: 0;
}

.right-side .categorise-list li:first-child {
  padding-top: 10px;
}

.right-side .text-title h6:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: '';
  height: 1px;
  width: 40px;
  background: #48bdc5;
}

.right-side .categorise-list li a, .right-side .categorise-list-a li a  {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.right-side .categorise-list-a {
  padding-left: 0;
  line-height: 45px;
}

.right-side .categorise-list-a li a {
  border: 1px solid rgb(100, 100, 100);
  background-color: #fff;
  padding: 10px;
  border-radius: 25px;
  font-weight: 500;
  
}
.right-side .categorise-list-a li a:hover {
  background-color: #0189ff;
  border: 1px solid rgb(255, 255, 255);
}

.right-side .categorise-list li {
  padding: 15px 0px;
  border-bottom: 1px solid #e0e0e0 !important;
}

li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.right-side .categorise-list li span {
  float: right;
}

.right-side .tag-list {
  position: relative;
  margin-right: -6px;
}

.right-side .tag-list a {
  border-radius: 4px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #777777;
  padding: 6px 26px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  border: 1px solid #e0e0e0;
  transition: all 0.5s ease;
}

.right-side .tag-list a:hover {
  background: #4181c4;
  color: #fff;
}

/* new blog design end*/


.products-display-sub {
  margin-top: 25px;
  margin-bottom: 25px;
}

.cat_box_two {
  justify-content: center;
  display: grid;
  margin-top: 0px;
}

.cat_box_two img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 165px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  filter: brightness(0.9);
  object-fit: cover;
}

.cat_box_two::after {
  content: '';
  position: static;
  margin-top: -165px;
  top: auto;
  left: auto;
  background-image: linear-gradient(359deg, #000000a6 5%, transparent 25%);
  width: 100%;
  height: 165px;
  z-index: 3;
}

.card {
  margin: auto;
  background-color: #fff;
  border-radius: 7px;
  transition: transform 0.3s ease;
  border: 10px solid #dde5fb;

}

.card:hover {
  box-shadow: 0 10px 20px rgba(4 10 213 / 12%), 0 4px 8px rgba(0, 0, 0, .06);
}

.cat_box_two p {
  margin: 0px;
  position: absolute;
  bottom: 10px;
  background-color: #ffffff4d;
  color: #FFF;
  left: 30px;
  padding: 3px 8px;
  border-radius: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .3px;
  z-index: 99;

}

.editorial-breadcrumb {
  font-size: 23px;
  font-weight: 500;
  margin: 30px 25px 20px 0px;
}

.editorial-breadcrumb a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}

.alm-reveal {
  opacity: 1;
  height: auto;
  outline: none;
  margin-bottom: 30px;
}

.show_caton_img .cate_story {
  margin-left: 8px;
  background-color: #ffffff4d;
  border-radius: 25px;
  padding: 0px 10px;
  color: white;
  font-weight: 600;
}

.show_caton_img .cate_story {
  margin-left: 8px;
  background-color: #ffffff4d;
  border-radius: 25px;
  padding: 0px 10px;
  color: white;
  font-weight: 600;
}

.show_caton_img {
  position: absolute;
  top: 190px;
  left: 20px;
  display: flex;
  z-index: 99;
}

.thumbsec {
  position: relative;
  margin-bottom: 30px;
}

.thumbsec img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  filter: brightness(0.8) !important;
  border-radius: 7px;
}

.thumbsec h3 {
  padding-top: 7px;
  padding-left: 10px;
  margin-bottom: 5px;
}

.thumbsec p {
  margin: 7px 0;
  padding: 0 10px 10px 10px;
}

.thumbsec h3 a {
  margin: 30px 0;
  padding: 0;
  text-decoration: none !important;
  font-size: 23px;
  font-family: Roboto, sans-serif;
  /* min-height: 76px; */
  line-height: 30px;
  color: black;
  font-weight: 600;
}

.thumbsec p a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  text-decoration: none;
  border-bottom: none;
  font-family: 'Neue Haas Grotesk Display Pro';
}

p .rachel {
  text-decoration: none;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.alm-btn-wrap {
  display: block;
  text-align: center;
  padding: 10px 0;
  margin: 0 0 15px;
  position: relative;
}

.alm-load-more-btn.more {
  font-size: 15px;
  font-weight: 500;
  width: auto;
  height: 43px;
  line-height: 1;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
  color: #fff;
  border: none;
  border-radius: 4px;
  margin: 0;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background: #4181c4;
  border-radius: 20px;
}

.comments-area {
  width: 80% !important;
}

@media only screen and (min-width:768px) {
  .cat_box_two {
    margin-top: 25px;
  }

  /* .cat_box_two p {
        left: 75px;
      } */
}

@media only screen and (max-width:425px) {
  .Main-banner {
    min-height: auto;
  }

  .cat_box_two {
    margin-top: 25px;
  }

  .editorial-breadcrumb {
    margin: 30px 25px 20px 15px;
  }
}

.card-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* .card-container:hover .card-img {
      filter: brightness(50%);
    } */

/* .card-container .card-img,
.card-container .card-img-1 {
  filter: brightness(50%);
  transition: filter 0.3s ease;
} */

.card-container .card-img-1 {
  width: auto;
  height: fit-content;
}

.card-container .card-text {
  position: absolute;
  top: 40%;
  left: 39%;
  transform: translate(-50%, -20%);
  text-align: start;
  padding: 10px;
  transition: top 0.5s ease, background-color 0.3s ease;
}

.card-container .card-text-1 {
  top: 60%;
  left: 30%;
}

.card-container .card-text::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 14px;
  height: 100%;
  width: 5px;
  background: #fff;
  transition: transform 0.8s ease;
  transform: scaleY(0);
  transform-origin: bottom;
}

.card-container .card-text-1::before {
  left: 42px;
  top: 0px;
}

.card-container:hover .card-text::before {
  transform: scaleY(1);
}

.card-container:hover .card-text {
  top: 45%;
}

.card-text h3 {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  font-family: "Source Sans Pro", sans-serif;
}

.card-text p {
  font-size: 16px;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
}

.card-text .author_date {
  font-size: 14px;
  margin-left: 45px;
  font-family: "Source Sans Pro", sans-serif;
}

.card-text-1 h4,
.card-text-1 h3 {
  width: 100%;
  text-align: start;
  margin-left: 44px;
  color: #fff;
  line-height: 25px;
}

.card-text-1 h4 {
  word-spacing: 5px;
  letter-spacing: 1px;
}

.alm-reveal-sub {
  margin-top: 20px;
}

card-text:last-child {
  width: fit-content;
}

/* .categorise-menu {
  margin-top: 50px;
} */
.card-img-1 img {
  width: 100%;
  height: auto;
  border-radius: 18px;
}

@media only screen and (max-width:768px) {
  .card-container .card-img-1 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (max-width:425px) {
  .card-container .card-img {
    height: auto;
    background-color: #f1f1f1;
    transition: filter 0.3s ease;
  }

  .card-img img {
    height: 200px;
  }
  .card-img-1 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .card-text h3 {
    font-size: 20px;
    width: 300px;
    margin-left: 100px;
  }

  .card-text p {
    display: none;
  }

  .left-side {
    padding: 0;
    width: fit-content;
    margin: auto;
  }

  .card-container .card-img-1 {
    width: auto;
    height: fit-content;
    background-color: #ccc;
    transition: filter 0.3s ease;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .card-text-1 h4{
    width: 120%;
  }

  .products-display {
    margin-bottom: 25px;
  }
}

/* blog page end */


.mobile {
  margin-left: 0px;
}

#home_image_anchor {
  margin-bottom: -18px;
}


/* blog single page start */

#cookieNotice {
  z-index: 2;
}

.post_title h1 {
  font-family: initial ;
  text-decoration: none;
  color: #0096d9;
  font-size: 40px;
}

.elementor-heading-title {
  font-size: 23px;
  font-weight: 600;
}
.post_title {
  padding-bottom: 6px;
  padding-top: 15px;
}

.post_title h2 {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: #000;
}

.post_title h4 {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  padding-left: 20px;
  padding-top: 20px;
}

.post_title p {
  padding-left: 45px;
}

.cat_list_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  height: max-content;
  padding-left: 0;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

.cat_list_flex li {
  list-style-type: none;
  width: max-content;
  white-space: break-spaces;
}

.cat_list_flex li a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  white-space: nowrap;
  padding: 8px 13PX;
  border-radius: 20px;
  width: max-content;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.cat_list_flex_1 li a {
  background-color: #fff;
  border: 1px solid rgb(100, 100, 100);
  color: #000;
}
.cat_list_flex_1 li a:hover {
  background-color: #0189ff;
  border: 1px solid rgb(0, 0, 0) !important;
}

.elementor-widget-container p {
  text-align: justify;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 25px;
  width: 95%;
}

.products-display-sub {
  margin-top: 25px;
  margin-bottom: 25px;
}

.cat_box_two {
  justify-content: center;
  display: grid;
  margin-top: 0px;
}

.cat_box_two img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 165px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  filter: brightness(0.9);
  object-fit: cover;
}

.cat_box_two::after {
  content: '';
  position: static;
  margin-top: -165px;
  top: auto;
  left: auto;
  background-image: linear-gradient(359deg, #000000a6 5%, transparent 25%);
  width: 100%;
  height: 165px;
  z-index: 3;
}

.cat_box_two p {
  margin: 0px;
  position: absolute;
  bottom: 10px;
  background-color: #ffffff4d;
  color: #FFF;
  left: 30px;
  padding: 3px 8px;
  border-radius: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .3px;
  z-index: 99;

}

.editorial-breadcrumb {
  font-size: 23px;
  font-weight: 500;
  padding-top: 20px;
  margin-bottom: 20px;
}

.editorial-breadcrumb a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 35px;
}
.editorial-breadcrumb .heading {
  text-decoration: none;
  color: #000;
  font-weight: 700 !important;
  font-size: 35px;
}

.alm-reveal {
  opacity: 1;
  height: auto;
  outline: none;
  margin-bottom: 30px;
}

.show_caton_img .cate_story {
  margin-left: 8px;
  background-color: #ffffff4d;
  border-radius: 25px;
  padding: 0px 10px;
  color: white;
  font-weight: 600;
}

.show_caton_img .cate_story {
  margin-left: 8px;
  background-color: #ffffff4d;
  border-radius: 25px;
  padding: 0px 10px;
  color: white;
  font-weight: 600;
}

.show_caton_img {
  position: absolute;
  top: 190px;
  left: 20px;
  display: flex;
  z-index: 99;
}

.thumbsec {
  position: relative;
  margin-bottom: 30px;
}

.thumbsec img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  filter: brightness(0.8) !important;
  border-radius: 7px;
}

.thumbsec h3 {
  padding-top: 7px;
  margin-bottom: 5px;
}

.thumbsec h3 a {
  color: #000;
  font-weight: 700;
}

.form-group input[type=text] {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 12px 9px !important;
}

.form-group input {
  border: 1px solid #8080808f;
}

.form-check .form-check-label {
  color: #666;
}

.form-group {
  margin-top: 0;
  margin-bottom: 25px;
}

.alm-btn-wrap {
  display: block;
  text-align: center;
  padding: 10px 0;
  margin: 0 0 15px;
  position: relative;
}

.alm-load-more-btn.more {
  font-size: 16px;
  font-weight: 500;
  width: auto;
  height: 43px;
  line-height: 1;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
  color: #fff;
  border: none;
  border-radius: 4px;
  margin: 0;
  padding: 0 45px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background: #4181c4;
  border-radius: 20px;
}
.comment-reply-title{
  font-size: 30px;
}
.author_date_a {
  font-size: 20px;
  padding-top: 20px;
  font-weight: 700;
}

@media only screen and (min-width:768px) {
  .cat_box_two {
    margin-top: 25px;
  }
  .post_title h1 {
    font-size: 30px;
  }
  .card-container .card-text-1 {
    top: 45%;
  }

}

@media only screen and (max-width:425px) {
  
#home_image_anchor {
  margin-bottom: -116px;
}
  .Main-banner {
    min-height: auto;
  }
  .elementor-widget-container p {
    margin: auto;
    font-size: 14px;
  }
  
  .products-display {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .post_title h1 {
    font-size: 23px;
    padding: 10px;
  }
  .post_title h2, .elementor-heading-title {
    padding-left: 10px;
    padding-right: 10px;
  }
  .post_title h4 {
    padding-top: 0px
  }
  .cat_list_flex {
    margin-top: 20px;
    gap: 0px;
  }
  .thumbsec {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cat_box_two {
    margin-top: 25px;
  }

  .editorial-breadcrumb {
    margin: 0px;
    padding: 0px;
  }


  .comments-area {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* .categorise-menu.categorise-social {
      margin-top: 20px;
  } */
  .editorial-breadcrumb a, .editorial-breadcrumb h1{
      font-size: 25px;
  }


}

.blog-section.style-four .right-side {
  margin-left: -15px;
  margin-top: 10px;
}

/* right card start */


.flex-row-stretch {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.flex-col {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
.flex-col {
  width: 100%;
  margin-bottom: 15px;
}
}


/* ======Cards======= */

.card-right {
  position: relative;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  border-radius: 6px;
  box-shadow: 0 4px 15px -2px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 4px 15px -2px rgba(0, 0, 0, .2);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.card-body ul {
  text-align: center;
  padding-left: 0px;
}
.card-body ul li{
  font-size: 18px;
}
.card-body ul li:nth-child(2){
  background-color: #FF0;
    color: #f00;    
    width: fit-content;
    margin: auto;
  }
.card-body ul li:nth-child(3){
  background-color: #BBEBFB;
    color: #f00;
    width: fit-content;
    margin: auto;
  }
  .card-body .img-responsive {
    width: auto;
}

.card-label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  background-color: #231f20;
  padding: 7px 15px;
}

.card-photo {
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
height: 275px;
}

.card-right p {
  font-size: 15px;
  margin-bottom: 20px;
}

.card-right h4 {
  text-align: left !important;
  margin: 0 0 13px;
}


/* right card end */


/* blog changes for seo start*/
.bullet-point-heading{
  font-size: 18px;
  background-color: #000;
}

/* blog changes for seo end*/

/* blog single page end */