.blog_news {
    background: #84dda7;
    padding: 58px 0;
}
body { 
    max-width: 100%;
}
.blog_news .blog_title h1 {
      font-size: 36px;
    color: #fff;
    font-weight: bold;
    font-family:"sofia-pro";
}
.search_news {
    width: 100%;
    max-width: 350px;
    align-self: end;
    float: right;
    position: relative;
}
.search_news input {
    width: 100%;
    border: none;
    border-radius: 100px;
    padding: 14px 30px;
    font-size: 16px;
}
.search_news span {
    position: absolute;
    right: 12px;
    top: 11px;
}
.search_news input::placeholder {
    color: #b4b7b9;
    font-family:"sofia-pro";
    font-weight: 400;
}
.search_news span i {
    font-weight: 100;
    -webkit-text-stroke: 0.5px #fff;
    font-size: 25px;
}
.categoty_list ul li {
    list-style: none;
    display: inline-block;
    position: relative;
}
.categoty_list ul {
    margin: 0;
}
section.category_sec {
    border-bottom: 1px solid #ccc;
}

.categoty_list ul li a {
    font-size: 15px;
    color: #2f3941;
    padding: 18px 9px;
    display: block;
        text-decoration: none;
}
.categoty_list ul li ul.sub_ul li a {
    background: #84dda7;
    padding: 6px 11px;
    color: #fff;
    display: block;
}
.categoty_list ul li ul.sub_ul {
    position: absolute;
    top: 33px;
    padding-top: 16px;
    width: 150px;
  
    visibility: hidden;
    opacity: 0;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    }
.categoty_list ul li:first-child a {
    padding-left: 0;
}
.categoty_list ul li b {
    font-weight: 500;
}
.categoty_list ul li ul.sub_ul li {
    width: 100%;
}
section.fitness_sec {
    padding: 0px 0 40px;
}
.health_info img {
    width: 100%;
}
.health_info .health_info_text {
    padding: 25px 0;
}
.health_info .health_info_text h5 {
    color: #84dda7;
    font-size: 16px;
    margin: 0;
}
.health_info .health_info_text h5 span:before {
  content: "";
    display: block;
    height: 6px;
    width: 6px;
    background: #809bb1;
    position: absolute;
    left: 11px;
    top: 10px;
    border-radius: 100%
}
.health_info_text h5 > span {
    position: relative;
    padding-left: 26px;
}
.health_info_text h5 > span:before {
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    background: #809bb1;
    position: absolute;
    left: 11px;
    top: 10px;
    border-radius: 100%;
}
.health_info_text h3 {
    font-size: 26px;
}
.health_info .health_info_text h5 span {
    position: relative;
    color: #809bb1;
    font-weight: 100;
    font-size: 16px;
    padding-left: 30px;
    text-transform: initial;
}
.health_info .health_info_text h3 {
    color: #2f3941;
    padding: 11px 0;
    line-height: 38px;
    font-size: 27px;
    margin: 0;
}
.health_info .health_info_text p, .health_info_text p, .health_info_text h5 span.span-reading-time.rt-reading-time {
    position: relative;
    color: #ada9a9;
    font-weight: 500;
    font-size: 16px;
    padding-left: 0;
    text-transform: initial;
}
.health_info_text h5 span.span-reading-time.rt-reading-time{
    font-size: 18px;
    color: #809bb1;
     font-weight: 400;
}
.health_info {
    margin: 50px 0 20px;
        text-decoration: none;
        display: block;
}
.health_info:hover {
    text-decoration: none;
}
.load_more_btns span {
    border: 1px solid #ccc;
    text-align: center;
    display: block;
    padding: 12px;
    cursor: pointer;
    font-weight: 700;
}
.load_more_btns span:hover {
    background: #84dda7;
    color: #fff;
}
.load_more_btns {
    margin: 50px 0;
    position: relative;
        min-height: 56px;
}
.load_more_btns .load_loader {
    position: absolute;
  top: 15px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
    display: none;
}
.categoty_list ul li a:hover {
    color: #84dda7;
}
.page-template-template-blog .site.wrapper {
    padding-top: 83px;
}
.loader {
    color: #403d3d;
    font-size: 20px;
      margin: 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
        transform: scale(0.5);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.health_info:hover h3 {
    color: #84dda7;
}
.health_info:hover img {
    opacity: 0.7;
}

/*popup css*/
.popup_btns a {
    border: 2px solid #ccc;
    padding: 8px 30px;
    background: #84dda7;
    color: #fff;
    border-radius: 3px;
    text-transform: capitalize;
    display: inline-block;
}
.popup_btns {
    text-align: center;
}
.poup_info * {
    transition: all 0.5s ease-in-out;
}
.blog_popup_blog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0009;
    z-index: 9;
    display: none;
}
.blog_popup_blog .popup_blog_iner {
    background: #fff;
    width: 95%;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
}
.popup_blog_iner .poup_info img {
    width: 100%;
    max-width: 230px;
    margin: 0 auto 15px;
    display: block;
}
.popup_blog_iner .poup_info h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    margin: 18px 0;
}
.popup_blog_iner .poup_info p {
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding: 8px 0;
}
.popup_blog_iner .poup_info span.close_pop {
    position: absolute;
    right: -13px;
    top: -12px;
    width: 40px;
    height: 40px;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 23px;
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.popup_blog_iner .poup_info span.close_pop i{
 transition: all 0.5s ease-in-out;
}
.popup_blog_iner .poup_info span.close_pop:hover {
    text-shadow: 0px 0px 0px 0px #ccc;
    background: red;
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
}
.categoty_list ul li:hover ul.sub_ul {
    display: block;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
.categoty_list ul li ul.sub_ul li a:hover {
    background: #62bf87;
}
.health_info_text h5 {
    font-size: 16px;
}
.health_info_text h5 a {
    color: #84dda7;
}
.health_info_text h3 {
    font-size: 26px;
}

.page-template-template-blog .header__banner p {
    line-height: 24px;
}
.page-template-template-blog .site.wrapper.user_login_section {
    padding-top: 92px;
}
.page-template-template-blog .site.wrapper {
    padding-top: 125px;
}
body .wrapper {
    padding-top: 127px;
}
nav.nav a {
    padding: 18px 20px 28px;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
}
.sub_menu li a {
    padding: 14px 0px 3px;
    line-height: 10px;
}
.blog_single_content { 
    padding-top: 0px;
	    flex-direction: row;
    flex-wrap: wrap;
}
.blog_single_content .blog_left .elementor-inner .elementor-heading-title {
    font-size: 32px;
    font-family:"sofia-pro";
    color: #2e3941;
}
.blog_single_content .blog_left .elementor-inner p {
    font-size: 18px;
    font-family:"sofia-pro";
    color: #2e3941;
	line-height: 1.58;
}
.blog_right_sidebar .blog-widget-content h3.widget-title{
	    font-size: 28px;
    font-weight: bold;
	font-family:"sofia-pro";
    letter-spacing: 0;
}
.blog_right_sidebar .blog-widget-content h3.widget-title {
    font-size: 22px;
    font-weight: bold;
    font-family:"sofia-pro";
    letter-spacing: 0;
    border-bottom: 1px solid #84dda7;
    color: #2e3941;
}
.blog_right_sidebar .blog-widget-content .recent_content_section h3 a{
	    font-family:"sofia-pro";
    font-size: 16px;
    line-height: 1.58;
    color: #2e3941;
}
.blog_right_sidebar .blog-widget-content .recent_blog_post_ .recent_blog_post_item {
    margin-bottom: 10px;
}
.blog_right_sidebar .blog-widget-content ul li a {
    color: #84dda7;
    font-family:"sofia-pro";
    letter-spacing: 0;
    font-size: 16px;
}
.blog_right_sidebar .blog-widget-content ul li:before {
    color: #84dda7;
}
@media only screen and (max-width:1100px) {
	.container {
    max-width: 100%;
}
.health_info .health_info_text h3 {
    line-height: 28px;
    font-size: 20px;
   
}
}
@media only screen and (max-width:1024px) {
	.post-template-default.single.single-post .blog_single_content .blog_left p {
		margin-bottom: 1.3em;
	}
}
@media only screen and (max-width:767px) {
	.blog_single_content .blog_left .elementor-inner .elementor-heading-title {
    font-size: 24px;
}
.blog_single_content .blog_left .elementor-inner p {
    font-size: 14px;
}
.blog_single_content {
    flex-direction: column;
	padding-top: 5px;
}
.blog_left {
    flex: 0 0 100%;
    max-width: 100%;
}
.blog_right_sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 0px 0px 0px;
}
.blog_right_sidebar .blog-widget-content .recent_content_section h3 a {
    font-size: 14px;
    line-height: 1;
}
.blog_news {
	background: #84dda7;
	padding: 94px 0 58px;
}
}
@media only screen and (max-width:576px) {
	.popup_blog_iner .poup_info h3 {
    font-size: 18px;
    margin: 15px 0;
}
.blog_popup_blog .popup_blog_iner {
    padding: 40px 15px;
    }
.popup_blog_iner .poup_info span.close_pop {
    right: -4px;
    top: -7px;
}
body .wrapper {
    padding-top: 113px;
}
.header__inner a {
    padding: 6px 7px;
}
.page-template-template-blog .site.wrapper {
    padding-top: 103px;
}


	.blog_news .blog_title h1 {
    font-size: 30px;
    text-align: center;
}
.blog_news .blog_title {
    margin: 0 0 14px;
}
.blog_news {
   padding: 53px 0 26px;
}
.health_info .health_info_text h3 {
    line-height: 20px;
    font-size: 14px;
}
.load_more_btns {
    margin: 20px 0;
    position: relative;
}

.health_info .health_info_text {
    padding: 16px 0;
}
.health_info .health_info_text h5 span {
    font-size: 16px;
    padding-left: 10px;
    display: block;

}
.health_info .health_info_text h5 span:before {
    content: "";
    left: 0;
    top: 8px;
}
.search_news {
    max-width: 100%;
}
section.fitness_sec {
    padding: 0px 0;
}
.health_info_text h5 > span {
    padding-left: 0;
}
.health_info_text h5 > span:before{
    display: none;
}
.health_info_text h5 span.span-reading-time.rt-reading-time {
    font-size: 16px;
    display: block;
}
.subscribe h3 br {
    display: none !important;
}
.subscribe h3  {
    font-size: 18px;
}
.health_info_text h3 {
    font-size: 18px;
}
.health_info_text h5 {
    font-size: 14px;
    font-weight: 500;
    color: #a7a7a7;
}
}


/******************/
.wpdreams_asl_container {
    width: 100%;
    max-width: 350px;
    align-self: end;
    float: right;
    position: relative;
background: #fff !important;
    padding: 6px 6px !important;
    border-radius: 100px !important;
}
.wpdreams_asl_container .probox {
    background: transparent !important;
}
.wpdreams_asl_container .probox .promagnifier {
    background: transparent !important;
}
div.asl_m .probox .proinput .loading {
    display: none;
}
.wpdreams_asl_container .probox .promagnifier {
    position: absolute;
    right: 7px;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    height: 34px;
    font-size: 16px;
    }
#ajaxsearchlite1 .probox .proinput input::placeholder {
     color: #b4b7b9 !important;
    font-family:"sofia-pro";
    font-weight: 400;
}
div.asl_w .probox .promagnifier .innericon svg {
    fill: #2e3941;
}
div.asl_w .probox .proinput input{
	    color: #000 !important;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {

	color: #000 !important;
}
div#ajaxsearchlite1 *, div#ajaxsearchlite1 {
    box-sizing: border-box !important;
}
.return_url a {
    display: inline-block;
}
.return_url a img {
    max-width: 19px;
}
.return_url a {
    display: inline-block;
    color: #84dda7;
    font-weight: 500;
    font-size: 16px;
}
.breadcrumb span.current {
    font-size: 14px;
}
.single.single-post .site.wrapper {
    padding-top: 140px;
}
.single-post .site.wrapper.user_login_section {
    padding-top: 109px; 
}

body.search .site.wrapper.user_login_section {
    padding-top: 85px;
}
body.search .site.wrapper {
    padding-top: 116px;
}
body.search section.category_sec {
    padding-top: 34px;
}
section.category_sec.post_not_found {
    border: none;
}
section.category_sec.post_found {
    border: none;
}
section.category_sec.post_found h1{
   border-bottom: 1px solid #ccc;
} 
section.category_sec.post_found h1 {
    border-bottom: 1px solid #ccc;
    font-size: 35px;
}
.breadcrumb span.current {
    font-size: 16px;
}
.archive .site.wrapper {
    padding-top: 117px;
}
body.archive .site.wrapper.user_login_section {
    padding-top: 85px;
}

@media only screen and (max-width: 1024px) {
	body.search .site.wrapper {
		padding-top: 107px;
	}
	.archive .site.wrapper {
		padding-top: 107px;
	} 
	body.archive .site.wrapper.user_login_section {
		padding-top: 75px;
	}
	.page-template-template-blog .site.wrapper.user_login_section {
		padding-top: 83px;
	}
	.page-template-template-blog .site.wrapper {
		padding-top: 115px;
	}	
	.header__nav .nav ul li.subPage a {
		padding: 0px 7px !important;
	} 
} 
@media only screen and (max-width: 767px){
	body.search .site.wrapper {
		padding-top: 95px;
	}
	.archive .site.wrapper {
		padding-top: 95px;
	} 
	body.archive .site.wrapper.user_login_section {
		padding-top: 49px;
	} 
	.page-template-template-blog .site.wrapper.user_login_section {
		padding-top: 57px;
	} 
	.page-template-template-blog .site.wrapper {
		padding-top: 103px; 
	}
}
@media screen and (max-width: 576px) {
	.wpdreams_asl_container {
		width: 100%;
		max-width: 100%;
	}
}
