/*blogs*/
._allblogs ._blog_details_title{
    margin-bottom:50px;
}
._allblogs ._title{
    color: var(--primary-color);
    margin: 0;
    text-align: left;
}
._allblogs .form-select:focus {
	box-shadow: none;
	border-color: #0e384c1a;
}
._allblogs .form-select {
	height: 35px;
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
  color: #333;
}
._allblogs_main{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
._allblogs ._flex {
    display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
._blog_box{
   width: calc((100% - 30px) / 4);
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 1px rgba(0,0,0,.1);
    padding: 8px;
}
._blog_box_inner{
    padding: 25px 7px;
}
._blog_box img{
    border-radius: 10px;
}
._blog_box_inner ._box_title{
    text-align: center;
    color: var(--primary-color);
}
._blog_box ._box_paragraph{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  text-align-last: center;
}
._blog_box ._box_paragraph p{
    margin: 0;
}
.list ._blog_box {
  width: calc((100% - 10px) / 2);
    }
    .list ._blog_box a{
        display:flex;
        height: 100%;
        align-items: center;
    }

.list ._blog_box img {
	width: 35%;
	height: fit-content;
	margin: 8px;
	border-radius: 10px;
}
    .list ._blog_box  ._blog_box_inner {
	width: 65%;
	padding: 15px 7px;
}
.list ._blog_box  ._blog_box_inner  ._box_paragraph {
	-webkit-line-clamp: 1;
}
.list ._blog_box  ._blog_box_inner   ul {
	text-align: left;
	margin-top: 0;
	margin-bottom: 5px;
}
.list ._blog_box  ._blog_box_inner ._box_title  {
	text-align: left;
}
._top.s_style{
    background: #fff !important;
}
._top.s_style .container{
    border-bottom:
solid 1.5px #0e384c1a;
  padding-bottom: 5px;
  padding-top: 5px;
}
._blog_details{
    padding:0 0 0 0;
}
._blog_details .container {
	padding-left: 0;
	padding-right: 0;
}
._blog_details_title{
    background: #fff;
    padding: 30px 0;
    text-align: center;
}
._blog_details_title h3{
      color: var(--primary-color);
      font-size: 30px;
      max-width: 85%;
      margin: 0 auto;
      text-transform: capitalize;
      font-weight: 700;
}
._blog_details ._blog_details_title a,
._blog_details h4{
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    text-wrap: nowrap;
}
._allblogs_main a,
._allblogs_main h4{
      color: var(--dark-color);
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        transition: all 0.3s ease-in-out;
        text-wrap: nowrap;
}
._allblogs_main a:hover{
    color: var(--primary-color);
}
._blog_details ._blog_details_title a:hover{
    color: var(--primary-color);
}
._blog_details span,
._allblogs_main span{
   color: var(--primary-color); 
   font-size: 14px;
}
._blog_details1 {
	width: 60%;
}
._blog_details2 {
	width: 40%;
}
._blog_details1 ul,
._blog_box ul{
    margin: 0;
    padding: 0;
    margin-bottom: 0;
}
._blog_box ul {
	text-align: center;
	margin-top: -17px;
	margin-bottom: 10px;
}
._blog_details1 ._blog_info ul li,
._blog_box ul li{
    list-style: none;
    font-size: 14px;
    color: var(--dark-color);
    display: inline-block;
    margin-right: 20px;
}
._blog_box ul li{
    margin:0 5px;
    font-size: 12px;
}
._blog_details1 ._blog_info ul li:last-child{
	margin-right: 0;
}
._blog_details1 ._blog_info ul li i,
._blog_box ul li i{
    color: var(--primary-color); 
    margin-right: 8px;
}
._blog_box ul li i{
    margin-right: 4px;
}
._blog_details1 img {
	display: block;
	border-radius: 10px;
	margin-bottom: 5px;
	 margin-top:50px;
}
._blog_details1 ._box_paragraph {
	font-size: 14px;
	margin-bottom: 0;
	color: var(--paragraph-color);
	text-align: justify;
	text-justify: inter-word;
	text-align-last: left;
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	margin-bottom: 25px;
}

._blog_details2 ._diagnosis{
    margin-top:50px;
     margin-bottom:50px;
}
._blog_tags {
	padding: 20px 0;
	border-top: solid 1px #0e384c1a;
	padding-bottom: 0;
}
._blog_tags h3 {
	font-size: 16px;
	font-weight: 600;
	color: var(--dark-color);
	display: inline-block;
	margin-right: 10px;
}
._blog_tags a {
	font-size: 13px;
	font-weight: 500;
	border-radius: 6px;
	background-color: var(--primary-color);
	padding: 8px 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
	color: #fff;
	text-transform: capitalize;
}
._blog_tags a:hover{
    background-color: var(--dark-color);
    color:#fff;
}
._blog_info{
    display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
._blog_info ._whatsapp2._whatsapp3 {
	background: linear-gradient(to right, #075e54, #25d366);
	border: none;
	color: #fff;
	margin:0;
}
._blog_info ._whatsapp2._whatsapp3:hover{
    color: #fff;
}
.layout {
	text-align: right;
	margin-bottom: 15px;
}
.layout i {
	color: var(--dark-color);
	font-size: 19px;
	margin-left: 10px;
	cursor: pointer;
	transition: color ease-in-out 300ms;
}
.layout i.flaticon-list {
	font-size: 23px;
	top: 2px;
	position: relative;
}
.layout i:hover, .layout i.active {
	color: var(--primary-color);
}
@media (max-width: 1199px) {
._blog_tags a {
	font-size: 12px;
	padding: 8px 15px;
	margin-right: 7px;
	margin-bottom: 7px;
}
._allblogs .form-select {
  font-size: 13px;
}
._box_title {
  font-size: 16px;}
}
@media (max-width: 991px) {
 ._blog_details1 {
	width: 55%;
}
  ._blog_details2 {
    width: 45%;
  }
  ._blog_tags h3 {
  font-size: 14px;
  }
  ._blog_tags a {
	font-size: 11px;
	padding: 8px 15px;
	margin-right: 7px;
	margin-bottom: 7px;
}
._blog_details1 ._blog_info ul li{
	font-size: 13px;
	margin-right: 15px;
}
._blog_details_title h3 {
	font-size: 25px;
}
 ._blog_details h4 {
	font-size: 15px;
}
._blog_details_title {
	padding: 25px 0;
}
._allblogs ._flex {
	flex-wrap: wrap;
}
._blog_box {
	width: calc((100% - 20px) / 3);
}
._blog_box ul li {
	margin: 0 4px;
	font-size: 11px;
}

._allblogs .form-select {
	font-size: 12px;
	height: 32px;
}
}
@media (max-width: 767px) {
    ._blog_details ._flex{
        flex-wrap: wrap;
    }
   ._blog_details1 {
	width: 100%;
}
  ._blog_details2 {
    width: 100%;
  } 
  ._allblogs ._flex {
	flex-wrap: wrap;
}
._blog_box{
    width: calc((100% - 10px) / 2);
    padding:5px;
}
    ._blog_box_inner {
	padding: 18px 5px;
}
._blog_details1 img {
	margin-top: 25px;
}
._allblogs ._blog_details_title {
	margin-bottom: 25px;
}
.list ._blog_box {
	width: 100%;
}
.list ._blog_box img {
	width: 40%;
	margin:  5px;
}
.list ._blog_box ._blog_box_inner {
	width: 60%;
	padding: 15px 10px;
}
.list ._blog_box ._blog_box_inner ul {
	margin-bottom: 2px;
}
.layout i {
	font-size: 15px;
}
.layout i.flaticon-list {
	font-size: 19px;
}
._blog_details1 ._box_paragraph ul {
    text-align: left;
  text-align-last: left;
  padding: 0 15px;
}
}
@media (max-width: 575px) {
  ._blog_details_title {
	padding: 15px 0;
}
._blog_details_title h3 {
	font-size: 22px;
}
._blog_details ._blog_details_title a, ._blog_details h4 {
	font-size: 13px;
}
._allblogs_main a, ._allblogs_main h4{
    font-size: 13px;
}
._blog_details .container {
	padding-left: 15px;
	padding-right: 15px;
}
._blog_details1 ._box_paragraph{
    text-align-last: center;
}
._blog_details1 ._box_paragraph {
	font-size: 12px;
}
._blog_details1 ._blog_info ul li i{
	margin-right: 5px;
}
._blog_details1 ._blog_info ul li,
._blog_box ul li{
    font-size: 11px;}
    
._blog_tags a {
	font-size: 11px;
	padding: 7px 12px;
	margin-right: 5px;
	margin-bottom: 5px;
}
._blog_tags h3 {
	font-size: 13px;
	margin-right: 5px;
}
._blog_details2 ._diagnosis {
	margin-bottom: 0;
}

._blog_box ul li {
	margin: 0 2px;
	font-size: 9px;
}
._box_title {
	font-size: 13px;
}
._blog_box ._box_paragraph {
	font-size: 11px;
}

._blog_info {
	margin-bottom: 10px;
}
._blog_tags a {
	font-size: 10px;
	padding: 6px 8px;
	margin-right: 4px;
	margin-bottom: 4px;
	text-wrap: unset;
	display: inline-block;
}
._blog_details1 img {
	margin-top: 15px;
}
._allblogs ._blog_details_title{
    margin-bottom:15px;
}
  ._allblogs .form-select {
    font-size: 12px;
    height: 30px;
  }
}












